.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

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

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

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

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

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

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

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

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

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

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

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

.wp-block-calendar tfoot a {
    color: #00739c
}

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

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

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

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

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

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

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

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

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

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

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

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

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

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

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before, .wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before, .wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before, .wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before, .wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before, .wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before, .wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before, .wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before, .wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before, .wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before, .wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

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

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

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

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

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

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

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

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

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

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

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

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

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

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

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

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

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

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

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

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

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

@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

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

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

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

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

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

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

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

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

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

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

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

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

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

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

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

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

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

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

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

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

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

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

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

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

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

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

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

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

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

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

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

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

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

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

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

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

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

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

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

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

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

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

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

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

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

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

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

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

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 42px
}

.wc-block-featured-product {
    position: relative;
    background-color: #24292d;
    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 {
    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 {
    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 {
    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 {
    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 {
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title {
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__description p {
    margin: 0
}

.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: 305px;
    width: 100%
}

.wc-block-featured-product:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
    display: flex
}

.wp-block-woocommerce-handpicked-products.is-hidden-price .price, .wp-block-woocommerce-handpicked-products.is-hidden-title .woocommerce-loop-product__title, .wp-block-woocommerce-product-best-sellers.is-hidden-price .price, .wp-block-woocommerce-product-best-sellers.is-hidden-title .woocommerce-loop-product__title, .wp-block-woocommerce-product-category.is-hidden-price .price, .wp-block-woocommerce-product-category.is-hidden-title .woocommerce-loop-product__title, .wp-block-woocommerce-product-new.is-hidden-price .price, .wp-block-woocommerce-product-new.is-hidden-title .woocommerce-loop-product__title, .wp-block-woocommerce-product-on-sale.is-hidden-price .price, .wp-block-woocommerce-product-on-sale.is-hidden-title .woocommerce-loop-product__title, .wp-block-woocommerce-product-top-rated.is-hidden-price .price, .wp-block-woocommerce-product-top-rated.is-hidden-title .woocommerce-loop-product__title, .wp-block-woocommerce-products-by-attribute.is-hidden-price .price, .wp-block-woocommerce-products-by-attribute.is-hidden-title .woocommerce-loop-product__title {
    display: none!important
}

.wp-block-woocommerce-handpicked-products.is-hidden-rating .star-rating, .wp-block-woocommerce-product-best-sellers.is-hidden-rating .star-rating, .wp-block-woocommerce-product-category.is-hidden-rating .star-rating, .wp-block-woocommerce-product-new.is-hidden-rating .star-rating, .wp-block-woocommerce-product-on-sale.is-hidden-rating .star-rating, .wp-block-woocommerce-product-top-rated.is-hidden-rating .star-rating, .wp-block-woocommerce-products-by-attribute.is-hidden-rating .star-rating {
    display: none
}

.wp-block-woocommerce-handpicked-products.is-hidden-button .button[data-product_sku], .wp-block-woocommerce-product-best-sellers.is-hidden-button .button[data-product_sku], .wp-block-woocommerce-product-category.is-hidden-button .button[data-product_sku], .wp-block-woocommerce-product-new.is-hidden-button .button[data-product_sku], .wp-block-woocommerce-product-on-sale.is-hidden-button .button[data-product_sku], .wp-block-woocommerce-product-top-rated.is-hidden-button .button[data-product_sku], .wp-block-woocommerce-products-by-attribute.is-hidden-button .button[data-product_sku] {
    display: none!important
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

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

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

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

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

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

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

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

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

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

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

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

.es_caption {
    padding-bottom: 1em;
    padding-right: .5em
}

.es_msg {
    padding-top: 5px;
    padding-bottom: 5px;
    color: red
}

.es_textbox {
    padding-bottom: 10px
}

.es_button {
    padding-top: 10px;
    padding-bottom: 5px
}

.es_textbox_class {
    width: 200px
}

.es_lablebox {
    padding-bottom: 3px
}

.es_subscription_message.success {
    color: green;
    font-size: 16px
}

.es_subscription_message.error {
    color: red;
    font-size: 16px
}

.es_spinner_image {
    display: none;
    float: right
}

.es-field-wrap {
    margin-bottom: .6em
}

.ig-es-form-list-selection tr {
    border-bottom: none
}

@charset "UTF-8";
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

@font-face {
    font-family: star;
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a, p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777
}

.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #777
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
    content: ' ';
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    content: ' ';
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: ' ';
    display: table
}

.woocommerce .products ul::after, .woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after, .woocommerce #reviews #comments .add_review::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after, .woocommerce #review_form #respond::before {
    content: ' ';
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.my_account_orders .order-actions {
    text-align: right
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "\2193";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li dl::before, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li dl::after, .woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
    content: ' ';
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content: ' ';
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€·";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€­";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after, .woocommerce .widget_rating_filter ul li::before {
    content: ' ';
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
    content: ' ';
    display: table
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    clear: both
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: ' ';
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    content: ' ';
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.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::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€Š";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-checkout .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::before {
    content: ' ';
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€™";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #777
}

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img, .woocommerce-cart #payment ul.payment_methods li img+img, .woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.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: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('../../../plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(../../../plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../../../plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../../../plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('../../../plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

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

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

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

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

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

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

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

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

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

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

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

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

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

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

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

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

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

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

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

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

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

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

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

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

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

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

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

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

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

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

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

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

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

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

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

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

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

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

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

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

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

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

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

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

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

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

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

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

.fa-soundcloud:before {
    content: "\f1be"
}

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

.fa-file-pdf-o:before {
    content: "\f1c1"
}

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

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

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

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

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

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

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

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

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

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

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.divider_line2 i, .divider_line3 .line_text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.divider_line {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.divider_line .divider_inner {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important
}

.divider_line2 {
    height: 1px;
    position: relative
}

.divider_line2 i {
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background-color: #d3d3d3;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    position: absolute
}

.divider_line3 {
    position: relative
}

.divider_line3 .line_text {
    text-transform: uppercase;
    background: #fff;
    padding: 0 10px;
    position: absolute
}

.crumina-grid .owl-theme .owl-controls .owl-buttons div {
    padding: 10px 20px;
    font-size: 12px;
    transition: all .3s ease
}

.crumina-grid .owl-theme.owl-nav-arrow .owl-controls .owl-buttons div {
    background-color: transparent
}

.crumina-grid .owl-nav-round.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent
}

.owl-carousel .owl-item {
    text-align: center
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background: transparent;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all 0.3s ease;
    padding: 0;
    z-index: 9
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all 0.6s ease;
    font-family: 'simple-line-icons';
    font-size: 50px;
    line-height: 50px;
    font-weight: 100
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606"
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #666
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    background: #fafafa;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all 0.3s ease;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 100%
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all 0.6s ease;
    font-family: 'simple-line-icons';
    font-size: 20px;
    line-height: 40px;
    font-weight: 100;
    width: 40px;
    height: 40px;
    text-align: left;
    display: block;
    padding-left: 8px;
    margin-top: -1px
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606";
    padding-right: 8px;
    text-align: right
}

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #fff
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover {
    border-color: #fff
}

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    text-decoration: none
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
    outline: none
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible;
    border: none
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

textarea {
    overflow: auto
}

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

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

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

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

@media (max-width:799px) {
    body.crumina-grid .col-sm-1, body.crumina-grid .col-sm-2, body.crumina-grid .col-sm-3, body.crumina-grid .col-sm-4, body.crumina-grid .col-sm-5, body.crumina-grid .col-sm-6, body.crumina-grid .col-sm-7, body.crumina-grid .col-sm-8, body.crumina-grid .col-sm-9, body.crumina-grid .col-sm-10, body.crumina-grid .col-sm-11, body.crumina-grid .col-sm-12 {
        float: left
    }
    body.crumina-grid .col-sm-12 {
        width: 100%
    }
    body.crumina-grid .col-sm-11 {
        width: 91.66666667%
    }
    body.crumina-grid .col-sm-10 {
        width: 83.33333333%
    }
    body.crumina-grid .col-sm-9 {
        width: 75%
    }
    body.crumina-grid .col-sm-8 {
        width: 66.66666667%
    }
    body.crumina-grid .col-sm-7 {
        width: 58.33333333%
    }
    body.crumina-grid .col-sm-6 {
        width: 50%
    }
    body.crumina-grid .col-sm-5 {
        width: 41.66666667%
    }
    body.crumina-grid .col-sm-4 {
        width: 33.33333333%
    }
    body.crumina-grid .col-sm-3 {
        width: 25%
    }
    body.crumina-grid .col-sm-2 {
        width: 16.66666667%
    }
    body.crumina-grid .col-sm-1 {
        width: 8.33333333%
    }
    body.crumina-grid .col-sm-pull-12 {
        right: 100%
    }
    body.crumina-grid .col-sm-pull-11 {
        right: 91.66666667%
    }
    body.crumina-grid .col-sm-pull-10 {
        right: 83.33333333%
    }
    body.crumina-grid .col-sm-pull-9 {
        right: 75%
    }
    body.crumina-grid .col-sm-pull-8 {
        right: 66.66666667%
    }
    body.crumina-grid .col-sm-pull-7 {
        right: 58.33333333%
    }
    body.crumina-grid .col-sm-pull-6 {
        right: 50%
    }
    body.crumina-grid .col-sm-pull-5 {
        right: 41.66666667%
    }
    body.crumina-grid .col-sm-pull-4 {
        right: 33.33333333%
    }
    body.crumina-grid .col-sm-pull-3 {
        right: 25%
    }
    body.crumina-grid .col-sm-pull-2 {
        right: 16.66666667%
    }
    body.crumina-grid .col-sm-pull-1 {
        right: 8.33333333%
    }
    body.crumina-grid .col-sm-pull-0 {
        right: auto
    }
    body.crumina-grid .col-sm-push-12 {
        left: 100%
    }
    body.crumina-grid .col-sm-push-11 {
        left: 91.66666667%
    }
    body.crumina-grid .col-sm-push-10 {
        left: 83.33333333%
    }
    body.crumina-grid .col-sm-push-9 {
        left: 75%
    }
    body.crumina-grid .col-sm-push-8 {
        left: 66.66666667%
    }
    body.crumina-grid .col-sm-push-7 {
        left: 58.33333333%
    }
    body.crumina-grid .col-sm-push-6 {
        left: 50%
    }
    body.crumina-grid .col-sm-push-5 {
        left: 41.66666667%
    }
    body.crumina-grid .col-sm-push-4 {
        left: 33.33333333%
    }
    body.crumina-grid .col-sm-push-3 {
        left: 25%
    }
    body.crumina-grid .col-sm-push-2 {
        left: 16.66666667%
    }
    body.crumina-grid .col-sm-push-1 {
        left: 8.33333333%
    }
    body.crumina-grid .col-sm-push-0 {
        left: auto
    }
    body.crumina-grid .col-sm-offset-12 {
        margin-left: 100%
    }
    body.crumina-grid .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    body.crumina-grid .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    body.crumina-grid .col-sm-offset-9 {
        margin-left: 75%
    }
    body.crumina-grid .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    body.crumina-grid .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    body.crumina-grid .col-sm-offset-6 {
        margin-left: 50%
    }
    body.crumina-grid .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    body.crumina-grid .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    body.crumina-grid .col-sm-offset-3 {
        margin-left: 25%
    }
    body.crumina-grid .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    body.crumina-grid .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    body.crumina-grid .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (max-width:570px) {
    body.crumina-grid .col-xs-1, body.crumina-grid .col-xs-2, body.crumina-grid .col-xs-3, body.crumina-grid .col-xs-4, body.crumina-grid .col-xs-5, body.crumina-grid .col-xs-6, body.crumina-grid .col-xs-7, body.crumina-grid .col-xs-8, body.crumina-grid .col-xs-9, body.crumina-grid .col-xs-10, body.crumina-grid .col-xs-11, body.crumina-grid .col-xs-12 {
        float: left
    }
    body.crumina-grid .col-xs-12 {
        width: 100%
    }
    body.crumina-grid .col-xs-11 {
        width: 91.66666667%
    }
    body.crumina-grid .col-xs-10 {
        width: 83.33333333%
    }
    body.crumina-grid .col-xs-9 {
        width: 75%
    }
    body.crumina-grid .col-xs-8 {
        width: 66.66666667%
    }
    body.crumina-grid .col-xs-7 {
        width: 58.33333333%
    }
    body.crumina-grid .col-xs-6 {
        width: 50%
    }
    body.crumina-grid .col-xs-5 {
        width: 41.66666667%
    }
    body.crumina-grid .col-xs-4 {
        width: 33.33333333%
    }
    body.crumina-grid .col-xs-3 {
        width: 25%
    }
    body.crumina-grid .col-xs-2 {
        width: 16.66666667%
    }
    body.crumina-grid .col-xs-1 {
        width: 8.33333333%
    }
    body.crumina-grid .col-xs-pull-12 {
        right: 100%
    }
    body.crumina-grid .col-xs-pull-11 {
        right: 91.66666667%
    }
    body.crumina-grid .col-xs-pull-10 {
        right: 83.33333333%
    }
    body.crumina-grid .col-xs-pull-9 {
        right: 75%
    }
    body.crumina-grid .col-xs-pull-8 {
        right: 66.66666667%
    }
    body.crumina-grid .col-xs-pull-7 {
        right: 58.33333333%
    }
    body.crumina-grid .col-xs-pull-6 {
        right: 50%
    }
    body.crumina-grid .col-xs-pull-5 {
        right: 41.66666667%
    }
    body.crumina-grid .col-xs-pull-4 {
        right: 33.33333333%
    }
    body.crumina-grid .col-xs-pull-3 {
        right: 25%
    }
    body.crumina-grid .col-xs-pull-2 {
        right: 16.66666667%
    }
    body.crumina-grid .col-xs-pull-1 {
        right: 8.33333333%
    }
    body.crumina-grid .col-xs-pull-0 {
        right: auto
    }
    body.crumina-grid .col-xs-push-12 {
        left: 100%
    }
    body.crumina-grid .col-xs-push-11 {
        left: 91.66666667%
    }
    body.crumina-grid .col-xs-push-10 {
        left: 83.33333333%
    }
    body.crumina-grid .col-xs-push-9 {
        left: 75%
    }
    body.crumina-grid .col-xs-push-8 {
        left: 66.66666667%
    }
    body.crumina-grid .col-xs-push-7 {
        left: 58.33333333%
    }
    body.crumina-grid .col-xs-push-6 {
        left: 50%
    }
    body.crumina-grid .col-xs-push-5 {
        left: 41.66666667%
    }
    body.crumina-grid .col-xs-push-4 {
        left: 33.33333333%
    }
    body.crumina-grid .col-xs-push-3 {
        left: 25%
    }
    body.crumina-grid .col-xs-push-2 {
        left: 16.66666667%
    }
    body.crumina-grid .col-xs-push-1 {
        left: 8.33333333%
    }
    body.crumina-grid .col-xs-push-0 {
        left: auto
    }
    body.crumina-grid .col-xs-offset-12 {
        margin-left: 100%
    }
    body.crumina-grid .col-xs-offset-11 {
        margin-left: 91.66666667%
    }
    body.crumina-grid .col-xs-offset-10 {
        margin-left: 83.33333333%
    }
    body.crumina-grid .col-xs-offset-9 {
        margin-left: 75%
    }
    body.crumina-grid .col-xs-offset-8 {
        margin-left: 66.66666667%
    }
    body.crumina-grid .col-xs-offset-7 {
        margin-left: 58.33333333%
    }
    body.crumina-grid .col-xs-offset-6 {
        margin-left: 50%
    }
    body.crumina-grid .col-xs-offset-5 {
        margin-left: 41.66666667%
    }
    body.crumina-grid .col-xs-offset-4 {
        margin-left: 33.33333333%
    }
    body.crumina-grid .col-xs-offset-3 {
        margin-left: 25%
    }
    body.crumina-grid .col-xs-offset-2 {
        margin-left: 16.66666667%
    }
    body.crumina-grid .col-xs-offset-1 {
        margin-left: 8.33333333%
    }
    body.crumina-grid .col-xs-offset-0 {
        margin-left: 0
    }
}

@media (max-width:768px) {
    body.crumina-grid .kc_column_inner+.kc_column_inner {
        margin-top: 40px
    }
}

@media (max-width:768px) {
    body.crumina-grid .kc_column+.kc_column {
        margin-top: 30px
    }
}

body.crumina-grid .kc_col-of-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width:800px) {
    body.crumina-grid .kc_col-of-5 {
        width: 50%
    }
}

@media (max-width:570px) {
    body.crumina-grid .kc_col-of-5 {
        width: 100%
    }
}

@media (max-width:800px) {
    body.crumina-grid *>.kc_col-of-5:last-child {
        width: 100%
    }
}

@media (max-width:799px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 33.3333%
    }
}

@media (max-width:600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 100%
    }
}

@media (max-width:768px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column+.kc_column {
        margin-top: 0
    }
}

@media (max-width:600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column+.kc_column {
        margin-top: 30px
    }
}

.table {
    display: table;
    width: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media (max-width:640px) {
    .table-cell {
        display: block;
        float: left
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    display: table;
    content: " ";
    width: 100%
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 710px
    }
}

@media (min-width:992px) {
    .container {
        width: 965px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media (min-width:800px) and (max-width:1199px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

.kc-elm.small-section {
    max-width: 750px;
    margin: 0 auto;
    float: none
}

.kc-elm.small-section-f-left {
    max-width: 750px;
    float: left
}

.kc-elm.medium-section {
    max-width: 900px;
    margin: 0 auto;
    float: none
}

.kc-container {
    position: relative;
    z-index: 1
}

@media (max-width:800px) {
    .kc_row:not(.kc_row_inner) {
        padding: 60px 0
    }
}

@media (max-width:360px) {
    .kc_row:not(.kc_row_inner) {
        padding: 30px 0
    }
}

.kc_row_inner+.kc_row_inner {
    margin-top: 40px
}

@media (max-width:640px) {
    .kc_row_inner+.kc_row_inner {
        margin-top: 0
    }
}

.kc-col-inner-container>.kc-elm {
}

.kc-col-inner-container>.kc-elm:last-child {
    margin-bottom: 0
}

.kc-col-inner-container>.kc-elm p:last-child {
    margin-bottom: 0
}

@media (max-width:768px) {
    .kc-col-inner-container>.kc-elm.product-description-solution {
        margin-top: 0;
        margin-bottom: 60px
    }
}

.kc-col-container>.kc-elm+.kc-elm, .kc-col-container>.kc-elm+kc[data-model], .kc-col-container>kc[data-model]+.kc-elm, .kc-col-container>kc[data-model]+kc[data-model] {
    margin-top: 30px
}

.kc-col-container>.kc-elm {
    margin-bottom: 0
}

@media (max-width:799px) {
    body.kc-css-system .kc_column_inner.col-sm-6:nth-child(2), body.kc-css-system .kc_column.col-sm-6:nth-child(2) {
        margin-top: 0
    }
}

@media (max-width:640px) {
    body.kc-css-system .kc_column_inner.col-sm-6:nth-child(2), body.kc-css-system .kc_column.col-sm-6:nth-child(2) {
        margin-top: 30px
    }
}

@media (max-width:570px) {
    body.kc-css-system .kc_column.col-xs-12 {
        width: 100%
    }
}

@media (max-width:768px) {
    body.crumina-grid .kc_column_inner+.kc_column_inner.col-sm-12 {
        margin-top: 40px
    }
    body.crumina-grid .kc_column_inner+.kc_column_inner.col-sm-6:nth-child(n+3) {
        margin-top: 40px
    }
    body.crumina-grid .kc_column_inner+.kc_column_inner.col-sm-6:nth-child(odd) {
        clear: left
    }
    body.crumina-grid .kc_column+.kc_column {
        margin-top: 30px
    }
}

@media (max-width:768px) {
    body.crumina-grid .kc_column+.kc_column {
        margin-top: 30px
    }
}

body.crumina-grid .kc_col-of-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width:800px) {
    body.crumina-grid .kc_col-of-5 {
        width: 50%
    }
}

@media (max-width:570px) {
    body.crumina-grid .kc_col-of-5 {
        width: 100%
    }
}

@media (max-width:800px) {
    body.crumina-grid *>.kc_col-of-5:last-child {
        width: 100%
    }
}

@media (max-width:799px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 33.3333%
    }
}

@media (max-width:600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 100%
    }
}

@media (max-width:768px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column+.kc_column {
        margin-top: 0
    }
}

@media (max-width:600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column+.kc_column {
        margin-top: 40px
    }
}

/*!
 *  @name: kingcomposer.css
 *  @website: https://kingcomposer.com
 *  @Copyright: (c) 2016 King-Theme
*/

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

.front i, .back i {
    display: inline-block
}

div {
    display: block
}

.kc-elm {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.kc_col-sm-1 {
    width: 8.33333%
}

.kc_col-sm-2 {
    width: 16.6667%
}

div.kc_col-of-5 {
    width: 20%;
    float: left
}

.kc_col-sm-3 {
    width: 25%
}

.kc_col-sm-4 {
    width: 33.3333%
}

.kc_col-sm-5 {
    width: 41.6667%
}

.kc_col-sm-6 {
    width: 50%
}

.kc_col-sm-7 {
    width: 58.3333%
}

.kc_col-sm-8 {
    width: 66.6667%
}

.kc_col-sm-9 {
    width: 75%
}

.kc_col-sm-10 {
    width: 83.3333%
}

.kc_col-sm-11 {
    width: 91.6667%
}

.kc_col-sm-12 {
    width: 100%
}

.kc-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.kc-row-container:not(.kc-container) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
}

.kc_column {
    position: relative
}

.kc-infinite-loop {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: red;
    width: 100%;
    display: inline-block
}

.kc_row:not(.kc_row_inner) {
    clear: both;
    float: left;
    width: 100%
}

.kc_wrap-video-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.kc_row_inner, .kc-row-container.kc-container .kc-wrap-columns {
    margin-left: -15px;
    margin-right: -15px;
    clear: both
}

.kc_row.kc_row_inner {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px)
}

.kc_tab_content>.kc_row_inner {
    width: 100%;
    margin: 0
}

.kc_column, .kc_column_inner {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.kc_column>.kc-col-container, .kc_column_inner>.kc-col-inner-container {
    height: 100%
}

.kingcomposer div.kc_column_inner, .kingcomposer div.kc_column {
    clear: none
}

.kc_row_inner>div.kc_column_inner:only-child {
    width: 100%
}

.kc_clfw {
    width: 100%!important;
    clear: both!important;
    display: block!important;
    height: 0px!important;
    padding: 0px!important;
    margin: 0px!important
}

.kc-col-container {
    clear: both;
    display: inline-block;
    width: 100%
}

section[data-kc-fullheight] {
    min-height: 100vh
}

html body section[data-kc-parallax="true"] {
    background-position: 50% 0;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important
}

section[data-kc-fullwidth] {
    margin-left: 0px!important;
    margin-right: 0px!important;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

body section[data-kc-equalheight="true"], body section[data-kc-equalheight="true"]>.kc-container, body section[data-kc-equalheight="true"]>.kc-container .kc-wrap-columns {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    width: 100%
}

body div.kc_row_inner[data-kc-equalheight="true"] {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body section[data-kc-equalheight-align="middle"]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container, body section[data-kc-equalheight-align="middle"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container, body section[data-kc-equalheight-align="bottom"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container, body div[data-kc-equalheight-align="middle"]>.kc_column_inner>.kc_wrapper, body div[data-kc-equalheight-align="bottom"]>.kc_column_inner>.kc_wrapper {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%
}

body div.kc_row_inner[data-kc-equalheight="true"]>.kc_column_inner>.kc_wrapper.kc_row_inner {
    height: 100%
}

body section[data-kc-equalheight-align="middle"]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container, body section[data-kc-equalheight-align="middle"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container, body div[data-kc-equalheight-align="middle"]>.kc_column_inner>.kc_wrapper {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body section[data-kc-equalheight-align="bottom"]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container, body section[data-kc-equalheight-align="bottom"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container, body div[data-kc-equalheight-align="bottom"]>.kc_column_inner>.kc_wrapper {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

body section[data-kc-fullheight="middle-content"], body section[data-kc-fullheight="middle-content"]>.kc-row-container, body section[data-kc-fullheight="middle-content"]>.kc-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

body section[data-kc-equalheight="true"]>.kc-container .kc-wrap-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: initial;
    margin-right: initial
}

.kc-off-notice {
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: #e9e385;
    color: #333;
    font-size: 14px
}

.kc-off-notice a {
    text-transform: capitalize;
    text-decoration: underline
}

@media screen and (min-width:999px) {
    .kc_row_inner, .kc-row-container .kc-wrap-columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .kc_row_inner, .kc-row-container.kc-container .kc-wrap-columns {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }
}

@media screen and (max-width:767px) {
    body.kc-css-system .kc_column, body.kc-css-system .kc_column_inner {
        width: 100%
    }
    div.kc_row {
        display: block
    }
}

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

body {
    position: relative;
    color: #757575;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width:800px) {
    body {
        font-size: 14px
    }
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

blockquote {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

table, th, td {
    border: 1px solid #ddd
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

table>caption+thead>tr:first-child>th, table>colgroup+thead>tr:first-child>th, table>thead:first-child>tr:first-child>th, table>caption+thead>tr:first-child>td, table>colgroup+thead>tr:first-child>td, table>thead:first-child>tr:first-child>td {
    border-top: 0
}

table>tbody+tbody {
    border-top: 2px solid #ddd
}

table table {
    background-color: #fff
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

table>thead>tr>td.active, table>tbody>tr>td.active, table>tfoot>tr>td.active, table>thead>tr>th.active, table>tbody>tr>th.active, table>tfoot>tr>th.active, table>thead>tr.active>td, table>tbody>tr.active>td, table>tfoot>tr.active>td, table>thead>tr.active>th, table>tbody>tr.active>th, table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

table>thead>tr>td.success, table>tbody>tr>td.success, table>tfoot>tr>td.success, table>thead>tr>th.success, table>tbody>tr>th.success, table>tfoot>tr>th.success, table>thead>tr.success>td, table>tbody>tr.success>td, table>tfoot>tr.success>td, table>thead>tr.success>th, table>tbody>tr.success>th, table>tfoot>tr.success>th {
    background-color: #dff0d8
}

table>thead>tr>td.info, table>tbody>tr>td.info, table>tfoot>tr>td.info, table>thead>tr>th.info, table>tbody>tr>th.info, table>tfoot>tr>th.info, table>thead>tr.info>td, table>tbody>tr.info>td, table>tfoot>tr.info>td, table>thead>tr.info>th, table>tbody>tr.info>th, table>tfoot>tr.info>th {
    background-color: #d9edf7
}

table>thead>tr>td.warning, table>tbody>tr>td.warning, table>tfoot>tr>td.warning, table>thead>tr>th.warning, table>tbody>tr>th.warning, table>tfoot>tr>th.warning, table>thead>tr.warning>td, table>tbody>tr.warning>td, table>tfoot>tr.warning>td, table>thead>tr.warning>th, table>tbody>tr.warning>th, table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

table>thead>tr>td.danger, table>tbody>tr>td.danger, table>tfoot>tr>td.danger, table>thead>tr>th.danger, table>tbody>tr>th.danger, table>tfoot>tr>th.danger, table>thead>tr.danger>td, table>tbody>tr.danger>td, table>tfoot>tr.danger>td, table>thead>tr.danger>th, table>tbody>tr.danger>th, table>tfoot>tr.danger>th {
    background-color: #f2dede
}

a {
    text-decoration: none;
    color: #2f2c2c;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear
}

p {
    margin: 0 0 .75em;
    font-size: 18px
}

@media (max-width:800px) {
    p {
        font-size: 14px
    }
}

figure {
    margin: 0;
    max-width: 100%
}

select {
    width: 100%;
    border: 1px solid #757575;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

textarea {
    height: auto;
    min-height: 50px
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #757575
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #757575
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #757575
}

input {
    -webkit-box-shadow: none;
    box-shadow: none
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

input:-moz-submit-invalid {
    box-shadow: none
}

input:-moz-ui-invalid {
    box-shadow: none
}

input.wpcf7-form-control {
    width: 100%
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

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

#content[tabindex="-1"]:focus {
    outline: 0
}

h1, .h1 {
    font-size: 48px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: .5em 0;
    line-height: 1.2em
}

h1 a, .h1 a {
    color: inherit
}

@media (max-width:800px) {
    h1, .h1 {
        font-size: 40px
    }
}

@media (max-width:640px) {
    h1, .h1 {
        font-size: 36px
    }
}

@media (max-width:480px) {
    h1, .h1 {
        font-size: 30px
    }
}

@media (max-width:360px) {
    h1, .h1 {
        font-size: 24px
    }
}

h2, .h2 {
    margin: .5em 0;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

h2 a, .h2 a {
    color: inherit
}

@media (max-width:800px) {
    h2, .h2 {
        font-size: 36px
    }
}

@media (max-width:570px) {
    h2, .h2 {
        font-size: 32px
    }
}

@media (max-width:480px) {
    h2, .h2 {
        font-size: 26px
    }
}

h3, .h3 {
    margin: .5em 0;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

h3 a, .h3 a {
    color: inherit
}

@media (max-width:800px) {
    h3, .h3 {
        font-size: 30px
    }
}

@media (max-width:570px) {
    h3, .h3 {
        font-size: 26px
    }
}

@media (max-width:480px) {
    h3, .h3 {
        font-size: 22px
    }
}

h4, .h4 {
    margin: .5em 0;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

h4 a, .h4 a {
    color: inherit
}

@media (max-width:800px) {
    h4, .h4 {
        font-size: 28px
    }
}

@media (max-width:570px) {
    h4, .h4 {
        font-size: 24px
    }
}

@media (max-width:480px) {
    h4, .h4 {
        font-size: 20px
    }
}

h5, .h5 {
    margin: .5em 0;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

h5 a, .h5 a {
    color: inherit
}

@media (max-width:980px) {
    h5, .h5 {
        font-size: 18px
    }
}

@media (max-width:480px) {
    h5, .h5 {
        font-size: 16px
    }
}

h6, .h6 {
    margin: .5em 0;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

h6 a, .h6 a {
    color: inherit
}

@media (max-width:800px) {
    h6, .h6 {
        font-size: 14px
    }
}

@media (max-width:480px) {
    h6, .h6 {
        font-size: 13px
    }
}

.first-letter--dark-round span:first-of-type {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #2f2c2c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center
}

.first-letter--squared span:first-of-type {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center
}

.first-letter--dark span:first-of-type {
    margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    color: #2f2c2c;
    float: left
}

.first-letter--primary span:first-of-type {
    margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    float: left
}

.selection--dark::-moz-selection {
    background: #2f2c2c;
    color: #757575
}

.selection--dark::selection {
    background: #2f2c2c;
    color: #757575
}

.selection--primary::-moz-selection {
    color: #fff
}

.selection--primary::selection {
    color: #fff
}

.selection--gray::-moz-selection {
    background: #e1e1e1;
    color: #2f2c2c
}

.selection--gray::selection {
    background: #e1e1e1;
    color: #2f2c2c
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul ul {
    margin: 10px 0 10px 10px
}

ul ol {
    margin: 10px 0 10px 10px
}

.list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.list li {
    margin-bottom: 0.1em;
    font-size: 18px;
    overflow: hidden;
    clear: both;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:640px) {
    .list li {
        font-size: 14px
    }
}

.list li a, .list li li {
    color: inherit;
    display: block;
    overflow: hidden
}

.list li i {
    margin-right: 30px;
    margin-top: 8px;
    font-size: 12px;
    float: left
}

.list.with-padding {
    padding-left: 60px
}

.list--standard a:hover, .list--standard li:hover {
    color: #2f2c2c
}

.list--standard .number {
    color: #2f2c2c;
    margin-right: 24px;
    float: left
}

.list {
    list-style: none;
    padding: 0;
    margin: 0
}

ol {
    counter-reset: list1;
    margin: 1.5em 0;
    padding-left: 20px
}

ol li {
    list-style: none;
    margin-bottom: 18px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    padding-left: 30px
}

ol li a {
    display: inline-block
}

ol li:before {
    position: absolute;
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero) " ";
    color: #2f2c2c;
    display: inline-block;
    left: 0
}

ol ol {
    counter-reset: list2;
    margin: 10px 0;
    padding-left: 0
}

ol ol li {
    padding-left: 40px
}

ol ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". "
}

ol ul ol {
    counter-reset: list1
}

ol ul ol li:before {
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero) " "
}

blockquote p {
    margin: 0
}

p {
    margin: 0 0 1em 0
}

table {
    margin: 1.5em 0
}

ul ol li::before {
    position: absolute;
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero) " ";
    color: #2f2c2c;
    display: inline-block;
    font-family: "Varela Round", Arial, "Helvetica Neue";
    font-size: 18px;
    left: 0
}

ul ol ul li::before {
    content: "\f0da";
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: FontAwesome;
    counter-increment: none;
    font-size: 12px
}

ol ul ol li:before {
    counter-increment: list1;
    content: counter(list1, decimal-leading-zero) " ";
    color: #2f2c2c;
    display: inline-block;
    position: absolute;
    list-style: none;
    font-size: 18px;
    left: 0;
    font-family: "Varela Round", Arial, "Helvetica Neue"
}

ul ol li {
    padding-left: 30px
}

blockquote {
    margin: 3em 0;
    padding: 15px 15px 15px 100px;
    position: relative
}

@media (max-width:640px) {
    blockquote {
        padding-left: 50px;
        margin: 1em 0
    }
}

blockquote cite {
    display: block;
    color: #757575;
    font-size: .7em
}

blockquote cite:before {
    content: "\2014\00a0";
    color: #757575
}

blockquote:before {
    content: "\e904";
    font-size: 90px;
    color: #f0f2f2;
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    font-family: 'seosight';
    line-height: 1
}

@media (max-width:640px) {
    blockquote:before {
        font-size: 40px;
        top: 0
    }
}

blockquote p {
    margin: 0;
    font-size: 24px;
    line-height: 1.5em
}

@media (max-width:640px) {
    blockquote p {
        font-size: 16px
    }
}

dl {
    margin-bottom: 24px
}

dl dt {
    margin-bottom: 5px;
    color: #777;
    font-weight: 700
}

dl dd {
    margin-bottom: 5px;
    margin-left: 20px
}

abbr {
    border-bottom: 1px dotted;
    cursor: help;
    border-color: #757575
}

.kc_text_block ul, .entry-content-no-builder ul {
    padding-left: 20px;
    margin-bottom: 1em
}

.kc_text_block ul li, .entry-content-no-builder ul li {
    list-style: disc;
    margin-bottom: 5px
}

.entry-content-no-builder ul.woocommerce-error {
    padding-left: 50px
}

@media (max-width:640px) {
    ol li {
        font-size: 14px
    }
}

.visual-hidden, .hide {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.hide {
    max-height: 0
}

.half-width {
    width: 50%;
    float: left
}

.ovh {
    overflow: hidden
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.f-none {
    float: none
}

.c-white {
    color: #fff
}

.custom-color * {
    color: inherit
}

.c-dark {
    color: #2f2c2c
}

.c-primary {
    color: #921b61
}

.c-secondary {
    color: #921b61
}

.c-gray {
    color: #757575
}

.c-green {
    color: #3cb878
}

.c-orange {
    color: #fcb03b
}

.c-semitransparent-white {
    color: rgba(255, 255, 255, .15)
}

.shadow-image {
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, .3)
}

.table {
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media (max-width:640px) {
    .table-cell {
        display: block;
        float: left
    }
}

.text-t-none {
    text-transform: none
}

@media (max-width:480px) {
    .centered-on-mobile {
        text-align: center
    }
}

.overlay--light {
    background: rgba(0, 0, 0, .2)
}

.no-padding {
    padding: 0!important
}

@media (max-width:640px) {
    .no-padding {
        padding: 0 15px!important
    }
}

.no-margin {
    margin: 0
}

.item-fully-transparent {
    opacity: 0
}

.full-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.full-height {
    height: 100%
}

.d-flex, .display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.d-flex.content-center, .display-flex.content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-break {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 0;
    height: 0;
    overflow: hidden
}

.inline-block, .kc-elm.inline-block {
    display: inline-block;
    width: auto;
    float: none
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, .7);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.full-block-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.medium-padding80 {
    padding: 80px 0
}

@media (max-width:800px) {
    .medium-padding80 {
        padding: 35px 0
    }
}

.medium-padding100 {
    padding: 100px 0
}

@media (max-width:800px) {
    .medium-padding100 {
        padding: 35px 0
    }
}

.medium-padding120 {
    padding: 120px 0
}

@media (max-width:800px) {
    .medium-padding120 {
        padding: 35px 0
    }
}

.pb100 {
    padding-bottom: 100px
}

@media (max-width:800px) {
    .pb100 {
        padding-bottom: 35px
    }
}

.pt80 {
    padding-top: 80px
}

@media (max-width:800px) {
    .pt80 {
        padding-top: 35px
    }
}

.pt100 {
    padding-top: 100px
}

@media (max-width:800px) {
    .pt100 {
        padding-top: 35px
    }
}

.pt400 {
    padding-top: 400px
}

@media (max-width:1024px) {
    .pt400 {
        padding-top: 200px
    }
}

@media (max-width:768px) {
    .pt400 {
        padding-top: 100px
    }
}

.pb360 {
    padding-bottom: 360px
}

.pb120 {
    padding-bottom: 120px
}

@media (max-width:800px) {
    .pb120 {
        padding-bottom: 35px
    }
}

.pt120 {
    padding-top: 120px
}

@media (max-width:800px) {
    .pt120 {
        padding-top: 35px
    }
}

.pb80 {
    padding-bottom: 80px
}

@media (max-width:800px) {
    .pb80 {
        padding-bottom: 35px
    }
}

.pb30 {
    padding-bottom: 30px
}

.pb60 {
    padding-bottom: 60px
}

.pt60 {
    padding-top: 60px
}

.mt60 {
    margin-top: 60px
}

@media (max-width:800px) {
    .mt60 {
        margin-top: 35px
    }
}

.mb30 {
    margin-bottom: 30px
}

.mb60 {
    margin-bottom: 60px
}

@media (max-width:800px) {
    .mb60 {
        margin-bottom: 35px
    }
}

.padding-left60-desktop {
    padding-left: 60px
}

@media (max-width:980px) {
    .padding-left60-desktop {
        padding-left: 0
    }
}

.bg-primary-color {
    background-color: #921b61
}

.bg-secondary-color {
    background-color: #921b61
}

.bg-orange-color {
    background-color: #fcb03b
}

.bg-orangedark-color {
    background-color: #ff9700
}

.bg-green-color {
    background-color: #3cb878
}

.bg-greendark-color {
    background-color: #8dc63f
}

.bg-white-color {
    background-color: #fff
}

.bg-violet-color {
    background-color: #6739b6
}

.bg-border-color {
    background-color: #f7f9f9
}

.bg-dark-color {
    background-color: #302c2d
}

.bg-grey-input {
    background-color: #373434
}

.bg-blue-color {
    background-color: #00bff3
}

.bg-blue-color-light {
    background-color: #64d8ff
}

.bg-yellow-color {
    background-color: #fcd846
}

.bg-greydark-color {
    background-color: #434141
}

.bg-boxed-dark {
    background-image: url(../../../themes/seosight/img/bg-boxed-dark.jpg)
}

.bg-boxed-light {
    background-image: url(../../../themes/seosight/img/bg-boxed-light.jpg)
}

.bg-boxed-red {
    background-image: url(../../../themes/seosight/img/bg-boxed-red.jpg)
}

.bg-boxed-primary {
    background-image: url(../../../themes/seosight/img/bg-boxed-primary.jpg)
}

.bg-boxed-black {
    background-image: url(../../../themes/seosight/img/bg-boxed-black.jpg)
}

.bg-boxed-blue {
    background-image: url(../../../themes/seosight/img/bg-boxed-blue.jpg)
}

.border-orange-color {
    border-color: #fcb03b
}

.border-green-color {
    border-color: #3cb878
}

.border-primary-color {
    border-color: #921b61
}

.border-secondary-color {
    border-color: #921b61
}

.facebook-bg-color {
    background-color: #3a589b
}

.twitter-bg-color {
    background-color: #08acee
}

.linkedin-bg-color {
    background-color: #007bb6
}

.google-bg-color {
    background-color: #ea4335
}

.pinterest-bg-color {
    background-color: #ca2127
}

.youtube-bg-color {
    background-color: red
}

.instagram-bg-color {
    background-color: #E4405F
}

.vk-bg-color {
    background-color: #5e81a8
}

.font-color-custom * {
    color: inherit
}

.page-builder-wrap {
    overflow: hidden
}

.crumina-background-mountains {
    position: relative;
    overflow: hidden
}

.crumina-background-mountains .images img {
    position: absolute;
    bottom: -100%;
    left: 0;
    opacity: 0;
    min-width: 100%
}

.contacts-shadow {
    -webkit-box-shadow: 40px 0 80px rgba(0, 0, 0, .15);
    box-shadow: 40px 0 80px rgba(0, 0, 0, .15)
}

.kc[data-model] {
    height: 100%
}

.fw-flash-message {
    list-style: none
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

#bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0
}

#bbpress-forums div.bbp-breadcrumb {
    margin-bottom: 15px
}

#bbpress-forums div.bbp-breadcrumb+#subscription-toggle {
    margin-top: 6px;
    display: inline-block;
    margin-left: 10px
}

#bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar {
    margin-bottom: 0
}

#bbpress-forums fieldset.bbp-form {
    padding-bottom: 30px
}

#bbpress-forums fieldset.bbp-form label {
    margin-bottom: 15px
}

#bbpress-forums div.bbp-the-content-wrapper input {
    width: auto
}

#bbpress-forums div.wp-editor-container {
    border: none
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    border-bottom: none;
    margin-bottom: 10px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 20px
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    padding: 20px 40px
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
    margin: 6px 9px 8px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_tags:focus {
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

#bbpress-forums div.bbp-reply-author img.avatar {
    margin-bottom: 5px
}

div.bbp-submit-wrapper {
    float: left
}

div.bbp-submit-wrapper [type="submit"] {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 15px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    background-color: #921b61
}

.bbp-pagination-links .page-numbers {
    position: relative;
    background: #dbe9e9;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #757575;
    font-size: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bbp-pagination-links .page-numbers:hover {
    background: transparent;
    opacity: 1;
    border-color: #921b61;
    color: #921b61
}

.bbp-pagination-links .page-numbers.current {
    border-color: #921b61;
    color: #921b61;
    margin-left: 0;
    background: transparent
}

#buddypress form#whats-new-form textarea {
    padding: 20px 40px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    color: #757575;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #f7f9f9;
    width: 100%
}

#buddypress form#whats-new-form textarea:focus {
    border-color: transparent!important;
    outline-color: transparent
}

#buddypress input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 15px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    background-color: #921b61
}

#buddypress div.item-list-tabs ul li.last select:focus {
    background: #f7f9f9;
    -webkit-box-shadow: none;
    box-shadow: none
}

#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    -webkit-border-radius: 30px;
    border-radius: 30px
}

#buddypress div.item-list-tabs ul li.selected a {
    background-color: #921b61;
    color: #fff
}

#buddypress div.item-list-tabs ul li a span {
    padding: 2px 6px
}

#buddypress a.button {
    -webkit-border-radius: 30px;
    border-radius: 30px
}

#buddypress .generic-button a {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #921b61;
    color: #fff;
    border-color: #921b61
}

#buddypress .activity-list .activity-content .activity-header img.avatar {
    margin: 0 5px 0 0!important
}

#buddypress .activity-list li.mini .activity-header {
    line-height: 1
}

#buddypress .activity-list li.mini .activity-avatar {
    margin-top: 3px
}

#buddypress div.pagination .pagination-links .page-numbers {
    position: relative;
    background: #dbe9e9;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #757575;
    font-size: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#buddypress div.pagination .pagination-links .page-numbers:hover {
    background: transparent;
    opacity: 1;
    border-color: #921b61;
    color: #921b61
}

#buddypress div.pagination .pagination-links .page-numbers.current {
    border-color: #921b61;
    color: #921b61;
    margin-left: 0;
    background: transparent
}

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
    padding: 10px 15px
}

#buddypress div.pagination {
    margin-top: 10px
}

#buddypress div.dir-search input[type="text"] {
    padding: 20px 40px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    color: #757575;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #f7f9f9;
    width: 100%
}

#buddypress div#item-header div#item-actions h2, #buddypress div#item-header div#item-actions h3 {
    font-size: 30px
}

#buddypress ul.item-list li {
    padding: 20px 0
}

#buddypress .radio {
    overflow: visible
}

#buddypress .radio label {
    cursor: pointer;
    padding-left: initial;
    position: relative;
    margin-left: initial;
    margin-bottom: 15px
}

#buddypress .radio input[type="radio"] {
    opacity: initial;
    height: auto;
    width: auto;
    overflow: initial;
    margin: initial;
    float: initial;
    display: inline-block;
    vertical-align: middle
}

#buddypress .radio input[type="radio"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#buddypress .radio label span {
    position: initial;
    left: initial;
    top: initial;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 10px
}

.primary-menu, .primary-menu * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.primary-menu {
    padding: 14px 0;
    float: left
}

@media (max-width:980px) {
    .primary-menu {
        padding: 14px 0
    }
}

.primary-menu a {
    -o-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear
}

.primary-menu-menu.scrollable>.scrollable-fix {
    display: none
}

.primary-menu-brand {
    margin: 18px 30px 0 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer
}

.primary-menu-menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.primary-menu-menu.primary-menu-right {
    float: right
}

.primary-menu-menu>li {
    display: inline-block;
    padding: 0 11px 35px;
    position: relative;
    vertical-align: middle
}

.primary-menu-menu>li.btn {
    position: relative;
    z-index: 5;
    padding: 18px 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.primary-menu-menu>li.btn ul.sub-menu {
    text-align: left
}

.primary-menu-menu>li.btn .indicator {
    color: #fff
}

.primary-menu-menu>li.btn>a {
    color: #fff;
    font-size: inherit;
    margin-right: 0
}

.primary-menu-menu>li.btn:hover {
    color: #fff
}

.primary-menu-menu>li.btn:hover>a {
    color: #fff
}

.primary-menu-menu>li.btn:hover>a .indicator {
    color: #fff
}

.primary-menu-menu>li.btn.btn-small {
    padding: 12px 24px;
    font-size: 12px
}

.primary-menu-menu>li.btn.btn-medium {
    padding: 20px 30px
}

.primary-menu-menu>li.btn.btn-large {
    padding: 25px 60px;
    font-size: 18px
}

@media (max-width:1024px) {
    .primary-menu-menu>li {
        padding: 0 7px 35px
    }
}

.primary-menu-menu>li>a {
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 3px;
    vertical-align: middle
}

.primary-menu-menu>li>a:before {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    border-top: 2px solid;
    position: absolute;
    right: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.primary-menu-menu>li>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 15%;
    height: 2px;
    border-top: 2px solid;
    left: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.primary-menu-menu>li:hover>a:after, .primary-menu-menu>li:hover>a:before, .primary-menu-menu>li.current-menu-item>a:before, .primary-menu-menu>li.current-menu-item>a:after {
    opacity: 1
}

.primary-menu-menu>li>i {
    font-size: 10px
}

.primary-menu-responsive .primary-menu-menu>li>i {
    display: none
}

@media (max-width:1023px) {
    .primary-menu-responsive .primary-menu-menu>li:hover>a:after, .primary-menu-responsive .primary-menu-menu>li:hover>a:before {
        display: none
    }
}

.primary-menu-menu>li.menu-item-has-mega-menu {
    position: static
}

.no-menu-box {
    font-size: 14px
}

.primary-menu-menu ul.sub-menu, .primary-menu-menu ul.sub-menu li ul.sub-menu {
    position: absolute;
    z-index: 9999;
    left: -25px;
    margin: 0;
    min-width: 330px;
    top: 40px;
    background-color: #fff;
    padding: 20px 0 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    list-style: none;
    display: none
}

@media (max-width:1023px) {
    .primary-menu-menu ul.sub-menu, .primary-menu-menu ul.sub-menu li ul.sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0 10px
    }
}

.primary-menu-menu ul.sub-menu a i, .primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a i.seoicon-right-arrow {
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 12px;
    color: #e1e1e1;
    text-align: center;
    margin-right: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px
}

.primary-menu-menu ul.sub-menu a:hover i.seoicon-right-arrow {
    opacity: 1
}

.primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a:hover i.seoicon-right-arrow {
    opacity: 1
}

.primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a i {
    font-size: 24px;
    opacity: 1;
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle
}

.primary-menu-menu ul.sub-menu li ul.sub-menu {
    left: -webkit-calc(100% - 5px);
    left: calc(100% - 5px);
    top: -20px
}

.primary-menu-menu ul.sub-menu li {
    clear: both;
    width: 100%;
    border: 0 none;
    font-size: 12px;
    position: relative
}

.primary-menu-menu ul.sub-menu li a {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 40px 10px 40px;
    position: relative;
    color: #757575;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block
}

@media (max-width:980px) {
    .primary-menu-menu ul.sub-menu li a {
        font-size: 13px
    }
}

@media (max-width:640px) {
    .primary-menu-menu ul.sub-menu li a {
        padding: 10px
    }
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li .menu-item-icon-img {
    display: inline-block;
    height: 24px;
    width: auto;
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li i {
    font-size: 24px;
    opacity: 1;
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle;
    position: relative;
    top: 2px
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons .seoicon-right-arrow {
    display: none
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li.menu-item-has-children>a>i {
    opacity: 1
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li a:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li a:hover:before {
    opacity: 1
}

.primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    position: relative;
    color: #757575;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block
}

@media (max-width:980px) {
    .primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a {
        font-size: 13px
    }
}

.primary-menu-menu ul.sub-menu li.menu-item-has-children>a>i {
    opacity: 0
}

.primary-menu-menu ul.sub-menu li.menu-item-has-children.hover-ver2>a>i {
    opacity: 1
}

.primary-menu-menu ul.sub-menu li:hover>a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.primary-menu-menu ul.sub-menu.sub-menu-left {
    left: auto;
    right: 0
}

.primary-menu-menu ul.sub-menu li ul.sub-menu.sub-menu-left {
    left: -100%;
    right: auto
}

.primary-menu-menu li .indicator {
    color: #acacac;
    font-family: "FontAwesome";
    font-size: 10px;
    margin-left: 6px
}

.primary-menu-menu li ul.sub-menu li .indicator {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.primary-menu-menu>li>.megamenu {
    width: 100%;
    padding: 30px 30px 20px;
    left: 0;
    position: absolute;
    display: none;
    z-index: 99;
    background: #fff;
    top: 53px;
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

@media (max-width:980px) {
    .primary-menu-menu>li.menu-item-has-mega-menu>.megamenu {
        top: 100px
    }
}

.primary-menu-menu>li>.megamenu ul {
    list-style: none
}

.primary-menu-menu>li>.megamenu .google-logo {
    margin-bottom: 15px
}

.primary-menu-menu>li>.megamenu .google-text {
    font-size: 14px;
    color: #acacac;
    margin-top: 20px;
    line-height: 1.7
}

.primary-menu-menu>li>.megamenu .megamenu-item-info .megamenu-item-info-title, .primary-menu-menu>li>.sub-menu .megamenu-item-info .megamenu-item-info-title {
    margin-bottom: 10px;
    line-height: 1.2
}

.megamenu-item-info-text {
    font-size: 14px;
    color: #acacac;
    line-height: 1.3
}

.megamenu-item-info {
    margin-bottom: 10px
}

.primary-menu-menu>li>.sub-menu .megamenu-item-info {
    padding: 10px 40px 0
}

.primary-menu-menu>li>.megamenu.megamenu-half-width {
    width: 50%;
    left: auto
}

.primary-menu-menu>li>.megamenu.megamenu-quarter-width {
    width: 25%;
    left: auto
}

.primary-menu-menu>li>.megamenu .megamenu-row {
    width: 100%;
    margin-top: 15px
}

.primary-menu-menu>li>.megamenu .megamenu-row:first-child {
    margin-top: 0
}

.primary-menu-menu>li>.megamenu .megamenu-row:before, .primary-menu-menu>li>.megamenu .megamenu-row:after {
    display: table;
    content: "";
    line-height: 0
}

.primary-menu-menu>li>.megamenu .megamenu-row:after {
    clear: both
}

.primary-menu-menu>li>.megamenu .megamenu-row .col1, .primary-menu-menu>li>.megamenu .megamenu-row .col2, .primary-menu-menu>li>.megamenu .megamenu-row .col3, .primary-menu-menu>li>.megamenu .megamenu-row .col4, .primary-menu-menu>li>.megamenu .megamenu-row .col5, .primary-menu-menu>li>.megamenu .megamenu-row .col6, .primary-menu-menu>li>.megamenu .megamenu-row .col7, .primary-menu-menu>li>.megamenu .megamenu-row .col8, .primary-menu-menu>li>.megamenu .megamenu-row .col9, .primary-menu-menu>li>.megamenu .megamenu-row .col10, .primary-menu-menu>li>.megamenu .megamenu-row .col11, .primary-menu-menu>li>.megamenu .megamenu-row .col12 {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%
}

.primary-menu-menu>li>.megamenu .megamenu-row [class*="col"]:first-child {
    margin-left: 0
}

.primary-menu-menu>li>.megamenu .megamenu-row .col1 {
    width: 5.583333333333%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col2 {
    width: 14.166666666666%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col3 {
    width: 22.75%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col4 {
    width: 31.333333333333%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col5 {
    width: 39.916666666667%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col6 {
    width: 48.5%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col7 {
    width: 57.083333333333%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col8 {
    width: 65.666666666667%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col9 {
    width: 74.25%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col10 {
    width: 82.833333333334%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col11 {
    width: 91.416666666667%
}

.primary-menu-menu>li>.megamenu .megamenu-row .col12 {
    width: 100%
}

.menu-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    pointer-events: none;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s
}

.menu-icon-wrapper.scaled {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px
}

.menu-icon-wrapper svg path {
    stroke: #2f2c2c;
    stroke-width: 30px;
    stroke-linecap: round;
    fill: transparent
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

.menu-icon-wrapper svg {
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.showhide .mob-menu--title {
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px;
    font-weight: 700
}

.primary-menu .showhide>span {
    display: inline-block;
    vertical-align: middle
}

.primary-menu .showhide {
    height: 46px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    display: none;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.primary-menu-menu>li>a>i {
    margin: 0 5px 0 0;
    font-size: 18px;
    float: left;
    line-height: 20px;
    font-family: 'FontAwesome'
}

.primary-menu-menu>li.search form {
    float: left;
    padding: 22px 16px 17px
}

.primary-menu-menu>li.search form input[type="text"] {
    width: 160px;
    padding: 5px 10px;
    border: none;
    background: #f0f0f0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    -o-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out
}

.primary-menu-menu>li.search form:hover input[type="text"] {
    width: 160px
}

.primary-menu-tabs {
    width: 100%;
    float: left
}

.primary-menu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.primary-menu-tabs-nav>li>a {
    width: 100%;
    padding: 7px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #666;
    border: solid 1px #f0f0f0;
    outline: 0
}

.primary-menu-tabs-nav li.active a, .primary-menu-tabs-nav li:hover a {
    background: #f0f0f0
}

.primary-menu-tabs-content {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    border: solid 1px #f0f0f0
}

.primary-menu-tabs-content.active {
    display: block
}

@media (max-width:1023px) {
    .primary-menu-responsive.primary-menu .google-text {
        margin-bottom: 120px
    }
    .primary-menu-responsive .primary-menu-brand {
        margin: 8px 30px 10px 20px;
        font-size: 20px;
        line-height: 1.55
    }
    .primary-menu-responsive .primary-menu-menu>li>a:before, .primary-menu-responsive .primary-menu-menu>li>a:after {
        display: none
    }
    .primary-menu-responsive .primary-menu-menu {
        width: 100%;
        float: left!important;
        background-color: #fff
    }
    .primary-menu-responsive .primary-menu-menu ul.sub-menu {
        top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        min-width: auto
    }
    .primary-menu-responsive .primary-menu-menu.scrollable {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 20px 0 40px 0;
        max-height: 50vh!important;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .3);
        box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .3)
    }
    .primary-menu-responsive .primary-menu-menu.scrollable>.scrollable-fix {
        display: block
    }
    .primary-menu-responsive .primary-menu-menu>li.menu-item-has-children.btn {
        padding: 15px 30px!important;
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        margin: 0
    }
    .primary-menu-responsive .primary-menu-menu>li.menu-item-has-children.btn>a {
        color: #2f2c2c;
        position: unset
    }
    .primary-menu-responsive .primary-menu-menu>li.menu-item-has-children.btn>a .indicator {
        color: #acacac
    }
    .primary-menu-responsive .primary-menu-menu>li {
        width: 100%;
        display: block;
        position: relative;
        clear: both
    }
    .primary-menu-responsive .primary-menu-menu>li.btn {
        padding: 10px 20px!important;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        display: inline-block;
        width: auto;
        margin: 10px 0 10px 20px
    }
    .primary-menu-responsive .primary-menu-menu>li.btn>a {
        border-bottom: none;
        padding: 0
    }
    .primary-menu-responsive .primary-menu-menu>li>a {
        width: 100%;
        padding: 12px 20px;
        display: block;
        border-bottom: solid 1px #f0f0f0
    }
    .primary-menu-responsive .primary-menu-menu>li:first-child>a {
        border-top: solid 1px #f0f0f0
    }
    .primary-menu-responsive .primary-menu-menu ul.sub-menu, .primary-menu-responsive .primary-menu-menu ul.sub-menu li ul.sub-menu {
        width: 100%;
        left: 0;
        position: static;
        border: none;
        background: #fff;
        float: left
    }
    .primary-menu-responsive .primary-menu-menu ul.sub-menu {
        position: relative
    }
    .primary-menu-responsive .primary-menu-menu>li {
        padding-bottom: 0
    }
    .primary-menu-responsive .primary-menu-menu ul.sub-menu li {
        position: relative
    }
    .primary-menu-responsive .primary-menu-menu ul.sub-menu li a {
        border-bottom: solid 1px #f0f0f0;
        padding: 10px;
        font-size: 14px
    }
    .primary-menu-responsive .primary-menu-menu.primary-menu-indented>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        padding-left: 80px!important
    }
    .primary-menu-responsive .primary-menu-menu.primary-menu-indented>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        padding-left: 90px!important
    }
    .primary-menu-responsive .primary-menu-menu li .indicator {
        width: 60px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        text-align: center;
        line-height: 53px;
        border-left: solid 1px #f0f0f0
    }
    .primary-menu-responsive .primary-menu-menu li ul.sub-menu li .indicator {
        height: 100%;
        right: 0;
        top: 0;
        font-size: 14px;
        line-height: 36px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        border-left: none
    }
    .primary-menu-responsive .primary-menu-menu>li>.megamenu {
        width: 100%!important;
        left: 0!important;
        position: static;
        border-top: none;
        border-bottom: solid 1px #f0f0f0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .primary-menu-responsive .primary-menu-menu>li>.megamenu .megamenu-row [class*="col"], nav.primary-menu-responsive li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col {
        float: none;
        display: block;
        width: 100%!important;
        margin-left: 0;
        margin-top: 15px
    }
    .primary-menu-responsive .primary-menu-menu>li>.megamenu .megamenu-row:first-child [class*="col"]:first-child, nav.primary-menu-responsive li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col:first-child {
        margin-top: 0
    }
    .primary-menu-responsive .primary-menu-menu>li>.megamenu .megamenu-row {
        margin-top: 0
    }
    .primary-menu-responsive .primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a {
        font-size: 14px
    }
    .primary-menu-responsive .primary-menu-menu>li.search form {
        width: 100%;
        margin: 4px 0;
        padding: 10px 16px!important
    }
    .primary-menu-responsive .primary-menu-menu>li.search form input[type="text"] {
        width: 100%
    }
    .primary-menu-responsive .primary-menu-tabs-nav {
        width: 100%
    }
    .primary-menu-responsive .primary-menu-tabs-content {
        width: 100%
    }
}

@media (max-width:1023px) {
    .primary-menu-responsive.primary-menu .showhide {
        display: inline-block;
        right: auto;
        margin-right: 0;
        padding-right: 70px
    }
}

@media (max-width:768px) {
    .primary-menu .primary-menu-menu {
        display: none
    }
    .primary-menu-responsive.primary-menu .showhide {
        padding-right: 20px
    }
}

@media (max-width:590px) {
    .primary-menu-responsive.primary-menu {
        padding: 0;
        width: auto;
        margin-top: 15px;
        display: block;
        float: none;
        overflow: visible
    }
    .primary-menu-responsive.primary-menu .showhide {
        float: left;
        padding-right: 0
    }
}

.zoom-in {
    -webkit-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.zoom-out {
    -webkit-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(.6)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.drop-up {
    -webkit-animation: drop-up 400ms ease both;
    animation: drop-up 400ms ease both
}

@-webkit-keyframes drop-up {
    0% {
        -webkit-transform: translateY(100px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes drop-up {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.drop-left {
    -webkit-animation: drop-left 400ms ease both;
    animation: drop-left 400ms ease both
}

@-webkit-keyframes drop-left {
    0% {
        -webkit-transform: translateX(-100px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes drop-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing 400ms ease-out both;
    animation: swing 400ms ease-out both
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.flip {
    -webkit-animation: flip 700ms ease both;
    animation: flip 700ms ease both
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.roll-in {
    -webkit-animation: roll-in 400ms ease both;
    animation: roll-in 400ms ease both
}

@-webkit-keyframes roll-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-15deg);
        transform: translateX(-100%) rotate(-15deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes roll-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-15deg);
        -ms-transform: translateX(-100%) rotate(-15deg);
        transform: translateX(-100%) rotate(-15deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.stretch {
    -webkit-animation: stretch 500ms ease both;
    animation: stretch 500ms ease both;
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%
}

@keyframes stretch {
    0% {
        -webkit-transform: scaleX(.3);
        transform: scaleX(.3)
    }
    40% {
        -webkit-transform: scaleX(1.02);
        transform: scaleX(1.02)
    }
    60% {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }
    80% {
        -webkit-transform: scaleX(1.01);
        transform: scaleX(1.01)
    }
    100% {
        -webkit-transform: scaleX(.98);
        transform: scaleX(.98)
    }
    80% {
        -webkit-transform: scaleX(1.01);
        transform: scaleX(1.01)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes stretch {
    0% {
        -webkit-transform: scaleX(.3)
    }
    40% {
        -webkit-transform: scaleX(1.02)
    }
    60% {
        -webkit-transform: scaleX(.98)
    }
    80% {
        -webkit-transform: scaleX(1.01)
    }
    100% {
        -webkit-transform: scaleX(.98)
    }
    80% {
        -webkit-transform: scaleX(1.01)
    }
    100% {
        -webkit-transform: scaleX(1)
    }
}

nav li.menu-item-has-mega-menu:hover {
    position: static
}

nav li.menu-item-has-mega-menu ul.mega-menu-row, nav li.menu-item-has-mega-menu ul.mega-menu-row ul {
    position: static!important;
    margin: 0!important;
    width: 100%;
    display: table!important;
    table-layout: fixed;
    padding: 0;
    float: none;
    left: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    -ms-transform: none!important;
    transform: none!important;
    -webkit-transform: none!important
}

.mega-menu-col {
    display: table-cell;
    width: 1px
}

nav li.menu-item-has-mega-menu ul.mega-menu-row .mega-menu-col ul {
    display: block!important;
    width: 100%
}

nav li.menu-item-has-mega-menu ul.mega-menu-row li {
    padding: 0!important
}

.primary-menu-menu>li:hover>a:after {
    width: 15%;
    -webkit-animation: primary-short .5s linear;
    animation: primary-short .5s linear
}

@-webkit-keyframes primary-short {
    0% {
        width: 0
    }
    50% {
        width: 40%
    }
    100% {
        width: 15%
    }
}

@keyframes primary-short {
    0% {
        width: 0
    }
    50% {
        width: 40%
    }
    100% {
        width: 15%
    }
}

.primary-menu-menu>li:hover>a:before {
    width: 80%;
    -webkit-animation: primary-long .5s linear;
    animation: primary-long .5s linear
}

@-webkit-keyframes primary-long {
    0% {
        width: 100%
    }
    50% {
        width: 55%
    }
    100% {
        width: 80%
    }
}

@keyframes primary-long {
    0% {
        width: 100%
    }
    50% {
        width: 55%
    }
    100% {
        width: 80%
    }
}

.footer {
    background-color: #151414;
    color: #fff
}

@media (max-width:768px) {
    .footer {
        padding-top: 40px
    }
}

.footer .info {
    padding-top: 110px;
    padding-bottom: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    overflow: hidden
}

@media (max-width:1024px) {
    .footer .info {
        padding-bottom: 40px
    }
}

@media (max-width:768px) {
    .footer .info {
        padding-top: 30px
    }
}

.footer .info .heading, .footer .info .crumina-heading {
    margin-bottom: 23px
}

.footer .info .heading .heading-title, .footer .info .crumina-heading .heading-title {
    color: inherit
}

.footer .info .heading .heading-text, .footer .info .crumina-heading .heading-text {
    font-size: 16px;
    line-height: 1.6;
    opacity: .4
}

@media (max-width:1024px) {
    .footer .info .socials {
        margin-bottom: 30px
    }
}

@media (max-width:320px) {
    .footer .info .socials .social__item {
        margin-left: 15px
    }
}

.footer .contacts {
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:570px) {
    .footer .contacts {
        display: block
    }
}

.footer .contacts .title {
    font-size: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1024px) {
    .footer .contacts .title {
        font-size: 16px
    }
}

.footer .contacts .contacts-item .content .sub-title {
    opacity: .4;
    margin-bottom: 0
}

.footer .contacts .contacts-item .content a {
    color: inherit
}

.footer a {
    color: rgba(255, 255, 255, .35);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer .sub-footer {
    background-color: #121111;
    padding: 60px 0;
    position: relative
}

.footer .sub-footer.medium {
    padding: 30px 0
}

.footer .sub-footer.small {
    padding: 15px 0
}

@media (max-width:768px) {
    .footer .sub-footer {
        padding: 30px 0
    }
}

.footer .sub-footer span {
    font-size: 14px;
    margin-right: 30px;
    color: #504D4E
}

@media (max-width:980px) {
    .footer .sub-footer span {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
        display: block
    }
}

.footer .sub-footer span:last-of-type {
    padding-right: 70px
}

.footer.js-fixed-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    transition-timing-function: cubic-bezier(0, 0, 0, 1)
}

@media (max-width:1280px) {
    .footer.js-fixed-footer {
        position: relative
    }
}

.footer .w-post-category .category-post-item:hover .post-count {
    color: rgba(255, 255, 255, .35)
}

.footer .widget_rss .heading .rsswidget, .footer .widget_rss .crumina-heading .rsswidget {
    color: #fff
}

.content-wrapper {
    position: relative;
    z-index: 2
}

.block-footer-height {
    position: relative;
    width: 100%
}

@media (max-width:1280px) {
    .block-footer-height {
        display: none
    }
}

.header {
    padding: 30px 0 0;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    color: #2f2c2c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.admin-bar .header {
    top: 46px
}

@media screen and (min-width:783px) {
    .admin-bar .header {
        top: 32px
    }
}

@media (max-width:768px) {
    .header {
        padding: 30px 0
    }
}

@media (max-width:570px) {
    .header {
        padding: 30px 0 0
    }
}

@media (max-width:1200px) {
    .header>.container {
        width: 100%
    }
}

.header .logo {
    margin-bottom: 0;
    float: left;
    margin-right: 10px
}

@media (max-width:570px) {
    .header .logo {
        float: none;
        margin: 0 auto 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width:570px) {
    .header .logo img {
        margin-right: 0
    }
}

.header.header-absolute {
    position: absolute;
    left: 0
}

.header nav {
    float: right
}

@media (max-width:1023px) {
    .header nav {
        float: none;
        text-align: right
    }
    .header nav * {
        text-align: left
    }
}

@media (max-width:980px) {
    .header nav {
        margin-right: 10px
    }
}

@media (max-width:800px) {
    .header nav {
        margin-right: 0
    }
}

@media (max-width:768px) {
    .header nav.not-nav-add {
        padding-right: 100px
    }
}

@media (max-width:480px) {
    .header nav.not-nav-add {
        padding-right: 0
    }
}

@media (max-width:1180px) {
    .header .primary-menu-menu>li:not(.btn) {
        padding-right: 5px!important
    }
    .header .primary-menu-menu>li:not(.btn) a {
        font-size: 16px;
        margin-right: 0
    }
}

.header .header-content-wrapper {
    position: relative;
    float: left;
    width: 100%
}

@media (min-width:1024px) {
    .header.headroom--not-top {
        padding-top: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
        box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
        background-color: #fff!important
    }
    .header.headroom--not-top .primary-menu-menu>li {
        padding: 0 11px 15px
    }
    .header.headroom--not-top .primary-menu-menu>li.btn {
        padding: 10px 25px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    .header.headroom--not-top .primary-menu-menu>li.btn.btn-small {
        padding: 10px 25px
    }
    .header.headroom--not-top .primary-menu-menu>li.btn.btn-medium {
        padding: 10px 25px
    }
    .header.headroom--not-top .primary-menu-menu>li.btn.btn-large {
        padding: 10px 25px
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    .header.headroom--not-top .primary-menu-menu>li {
        padding: 0 7px 35px
    }
    .header.headroom--not-top .primary-menu-menu>li.btn {
        padding: 10px 20px
    }
    .header.headroom--not-top .primary-menu-menu>li.btn.btn-small {
        padding: 10px 20px
    }
    .header.headroom--not-top .primary-menu-menu>li.btn.btn-medium {
        padding: 10px 20px
    }
    .header.headroom--not-top .primary-menu-menu>li.btn.btn-large {
        padding: 10px 20px
    }
}

@media (min-width:1024px) {
    .header.headroom--not-top .user-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

.header.header-color-inherit .logo .logo-text .logo-sub-title, .header.header-color-inherit .nav-add li a, .header.header-color-inherit .logo .logo-text .logo-title, .header.header-color-inherit .nav-add li.cart i, .header.header-color-inherit .nav-add li.search i, .header.header-color-inherit .primary-menu-menu li .indicator, .header.header-color-inherit #menu-icon-trigger, .header.header-color-inherit .primary-menu .showhide, .header.header-color-inherit .mob-menu--title, .header.header-color-inherit .primary-menu-menu>li:hover>a>.indicator, .header.header-color-inherit .primary-menu-menu>li.current-menu-item a {
    color: inherit
}

.header.header-color-inherit .menu-icon-wrapper svg path {
    stroke: currentColor
}

@media (min-width:1023px) {
    .header.header-color-inherit .primary-menu-menu>li>a {
        color: inherit
    }
}

.header.header-color-inherit .primary-menu-menu>li>a::before, .header.header-color-inherit .primary-menu-menu>li>a::after {
    border-color: inherit
}

.header.header-color-inherit .nav-add li.search i:hover {
    color: inherit
}

.header.header-color-inherit .nav-add li.search a {
    opacity: .5
}

.header.header-color-inherit .nav-add li.search a:hover {
    opacity: 1
}

@media (max-width:768px) {
    .header.header-sticky-mobile {
        position: fixed
    }
}

@media (min-width:768px) {
    .header.header-sticky-desktop {
        position: fixed
    }
}

@media (max-width:768px) {
    .admin-bar .header.header-sticky-mobile.headroom--not-top {
        top: 46px
    }
}

@media (max-width:600px) {
    .admin-bar .header.header-sticky-mobile.headroom--not-top {
        top: 0
    }
}

@media (max-width:768px) {
    .admin-bar .header.header-sticky-mobile.headroom--not-top+.top-bar {
        top: 46px
    }
}

@media (max-width:600px) {
    .admin-bar .header.header-sticky-mobile.headroom--not-top+.top-bar {
        top: 0
    }
}

@media (max-width:768px) {
    .header.header-sticky-mobile.headroom--not-top {
        padding-top: 0;
        -webkit-box-shadow: 40px 0 80px rgba(0, 0, 0, .15);
        box-shadow: 40px 0 80px rgba(0, 0, 0, .15)
    }
}

@media (max-width:400px) {
    .header.header-sticky-mobile.headroom--not-top .logo {
        visibility: hidden;
        opacity: 0;
        height: 0;
        margin-bottom: 0
    }
}

.header-spacer {
    position: relative;
    width: 100%;
    background: transparent;
    height: 118px
}

.nav-add {
    float: right;
    padding: 0 0 0 20px;
    margin: 0
}

.nav-add li {
    display: inline-block
}

.nav-add li.cart {
    position: relative
}

.nav-add li.cart .cart-count {
    display: block;
    position: absolute;
    left: -6px;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.nav-add li.cart i {
    font-size: 28px;
    color: #2f2c2c
}

.nav-add li.search {
    position: relative
}

.nav-add li.search i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 26px;
    color: #e1e1e1;
    position: relative
}

.logo {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: unset
}

@media (max-width:768px) {
    .logo {
        float: none;
        margin-right: 0;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.logo img {
    float: left;
    margin-right: 15px
}

.logo .logo-text {
    float: left;
    margin-top: 10px;
    line-height: 1
}

.logo .logo-text .logo-title {
    font-size: 27px;
    text-transform: uppercase;
    color: #2f2c2c
}

@media (max-width:1200px) {
    .logo .logo-text .logo-title {
        font-size: 20px
    }
}

.logo .logo-text .logo-sub-title {
    font-size: 10px;
    text-transform: uppercase
}

.user-menu {
    position: absolute;
    right: 85px;
    bottom: -35px;
    width: 70px;
    height: 70px;
    border: 3px solid #2f2c2c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    background-color: #fff;
    display: inline-block
}

@media (max-width:768px) {
    .user-menu {
        bottom: -51px;
        width: 50px;
        height: 50px;
        border-width: 2px
    }
}

@media (max-width:570px) {
    .user-menu {
        display: none
    }
}

@media (max-width:570px) {
    .user-menu.enable-mobile {
        display: block;
        bottom: -25px
    }
}

.user-menu .user-menu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    text-align: center;
    overflow: hidden
}

@media (max-width:768px) {
    .user-menu .user-menu-content {
        width: 42px;
        height: 42px
    }
}

.user-menu .user-menu-content img {
    max-height: 70%;
    max-width: 70%
}

.user-menu .user-menu-content span {
    display: block;
    height: 3px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 2px auto
}

.user-menu .user-menu-content span:first-of-type {
    width: 25%
}

.user-menu .user-menu-content span:nth-child(2) {
    width: 50%
}

.user-menu .user-menu-content span:last-of-type {
    width: 40%
}

.user-menu .user-menu-content:hover span {
    width: 70%
}

#site-header.header-absolute {
    position: absolute;
    left: 0
}

@media (max-width:1023px) {
    #site-header.header-absolute {
        position: relative;
        background: #fff;
        color: #2f2c2c
    }
}

.header.header-top-bar {
    padding-top: 0
}

@media (max-width:1024px) {
    .header>.top-bar {
        display: none;
        visibility: hidden
    }
    .header.header-top-bar .header-content-wrapper {
        padding-top: 25px
    }
}

.header.header-top-bar .top-bar {
    margin-bottom: 30px;
    height: auto
}

.header.headroom--not-top.header-top-bar .top-bar {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}

@media (max-width:600px) {
    .admin-bar .top-bar.open {
        top: 46px
    }
}

@media (max-width:570px) {
    .header.header-top-bar .header-content-wrapper {
        padding-top: 40px
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

@media (max-width:480px) {
    .animated {
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
        will-change: unset
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -ie-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible!important;
    -o-animation-name: swingInX;
    backface-visibility: visible!important;
    animation-name: swingInX
}

@media (max-width:768px) {
    .animated.swingInX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset
    }
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg)
    }
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible!important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible!important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible!important;
    animation-name: swingOutX;
    backface-visibility: visible!important
}

@media (max-width:768px) {
    .animated.swingOutX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

@media (max-width:480px) {
    .animated.slideDown {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-200%)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

@media (max-width:480px) {
    .animated.slideUp {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipInX;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@media (max-width:480px) {
    .animated.flipInX {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible!important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible!important;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@media (max-width:480px) {
    .animated.flipOutX {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@media (max-width:480px) {
    .animated.bounceInDown {
        -webkit-animation-name: none;
        animation-name: none
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@media (max-width:768px) {
    .animated.bounceOutUp {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset
    }
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    text-decoration: none
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
    outline: none
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible;
    border: none
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

textarea {
    overflow: auto
}

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

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

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

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

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../themes/seosight/fonts/fontawesome-webfont.eot);
    src: url("../../../themes/seosight/fonts/fontawesome-webfont.eot?#iefix&") format("embedded-opentype"), url(../../../themes/seosight/fonts/fontawesome-webfont.woff2) format("woff2"), url(../../../themes/seosight/fonts/fontawesome-webfont.woff) format("woff"), url(../../../themes/seosight/fonts/fontawesome-webfont.ttf) format("truetype"), url("../../../themes/seosight/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

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

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

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

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

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

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

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

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

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

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

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

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

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

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

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

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

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

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

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

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

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

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

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

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

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

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

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

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

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

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

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

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

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

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

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

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

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

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

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

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

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

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

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

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

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

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

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

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

.fa-soundcloud:before {
    content: "\f1be"
}

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

.fa-file-pdf-o:before {
    content: "\f1c1"
}

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

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

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

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

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

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyaltas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

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

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.crumina-grid .wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    margin-top: 1em;
    margin-bottom: 1em
}

.crumina-grid .wp-block-pullquote p::before {
    display: none
}

.crumina-grid .wp-block-image, .crumina-grid .wp-block-embed-vimeo {
    margin: 2em auto
}

.crumina-grid .wp-block-gallery {
    margin: 2em -8px;
    list-style: none;
    padding-left: 0
}

.crumina-grid .wp-block-image figcaption {
    margin-bottom: 0
}

.crumina-grid .wp-block-separator {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto
}

.crumina-grid .wp-block-separator:after {
    display: block;
    content: "";
    clear: both
}

.crumina-grid .wp-block-separator.is-style-dots {
    border: none
}

.crumina-grid .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.crumina-grid .blog-post ul:not([class]) li+li {
    margin-top: 8px
}

.crumina-grid .wp-block-categories, .crumina-grid .wp-block-archives, .crumina-grid .wp-block-latest-posts, .crumina-grid .wp-block-latest-posts {
    list-style: none;
    padding-left: 0
}

.crumina-grid .wp-block-categories li, .crumina-grid .wp-block-archives li, .crumina-grid .wp-block-latest-posts li, .crumina-grid .wp-block-latest-posts li {
    list-style: none
}

.crumina-grid .wp-block-categories li a, .crumina-grid .wp-block-archives li a, .crumina-grid .wp-block-latest-posts li a, .crumina-grid .wp-block-latest-posts li a {
    color: #2f2c2c
}

.crumina-grid .wp-block-quote.is-large cite {
    text-align: initial
}

.crumina-grid .wp-block-pullquote cite, .crumina-grid .wp-block-quote cite {
    margin-top: 10px
}

.crumina-grid .wp-block-quote.is-large, .crumina-grid .wp-block-quote.is-style-large {
    margin: 3em 0;
    padding: 15px 15px 15px 100px
}

.crumina-grid figure.wp-block-audio {
    margin: 1em 0
}

.crumina-grid .wp-block-archives {
    padding-left: 0
}

.crumina-grid .wp-block-preformatted {
    overflow: auto
}

.crumina-grid .post .post__content ul.wp-block-archives li, .crumina-grid .post .post__content ul.wp-block-categories li, .crumina-grid .post .post__content ul.wp-block-latest-posts li {
    list-style: none
}

@media (max-width:640px) {
    .crumina-grid .wp-block-quote.is-large, .crumina-grid .wp-block-quote.is-style-large {
        padding-left: 50px;
        margin: 1em 0
    }
    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .wp-block-pullquote p {
        font-size: 16px
    }
    .crumina-grid .wp-block-pullquote {
        padding: 1em 0
    }
}

.plyr input[type=range]:focus, .plyr:focus {
    outline: 0
}

.plyr .plyr__video-embed iframe, .plyr__tooltip {
    pointer-events: none
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    direction: ltr
}

.plyr, .plyr *, .plyr ::after, .plyr ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.plyr a, .plyr button, .plyr input, .plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr audio, .plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}

.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}

.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent
}

.plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}

.plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #3498db
}

.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}

.plyr input[type=range]::-ms-tooltip {
    display: none
}

.plyr input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #3498db;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #3498db;
    border-color: #fff;
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, .5) dotted 1px
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute!important;
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important
}

.plyr__video-wrapper {
    position: relative;
    background: #000;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    -ms-transform: translateY(-35.95%);
    transform: translateY(-35.95%)
}

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.plyr__captions span {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media (min-width:1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
    margin-left: 5px
}

.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls>button:first-child {
    margin-left: 0
}

.plyr__controls .plyr__volume {
    margin-left: 5px
}

.plyr__controls [data-plyr=pause] {
    margin-left: 0
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
    -o-transition: background .3s ease, color .3s ease, opacity .3s ease;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}

.plyr__controls button:focus {
    outline: 0
}

.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
    display: none
}

@media (min-width:480px) {
    .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
        margin-left: 10px
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff
}

.plyr--audio .plyr__controls {
    padding: 10px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
    background: #3498db;
    color: #fff
}

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid currentColor;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}

.plyr__play-large:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr .plyr__play-large {
    display: inline-block;
    cursor: pointer
}

.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
    display: block
}

.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on+svg, .plyr--fullscreen-active .icon--exit-fullscreen+svg, .plyr--muted .plyr__controls .icon--muted+svg {
    display: none
}

.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    -ms-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
    -o-transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease
}

.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    -ms-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    -ms-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}

.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}

.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}

.plyr__progress .plyr__tooltip {
    left: 0
}

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
    border-radius: 100px
}

.plyr__progress--played, .plyr__volume--display {
    z-index: 1;
    color: #3498db;
    background: 0 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
    display: none
}

.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, .25)
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .66)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .66)
}

.plyr--loading .plyr__progress--buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .66)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.plyr__time+.plyr__time {
    display: none
}

@media (min-width:768px) {
    .plyr__time+.plyr__time {
        display: inline-block
    }
}

.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative
}

.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width:768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
    display: none!important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}

.plyr--fullscreen-active video {
    height: 100%
}

.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hide-controls .plyr__play-large {
    display: none
}

:focus {
    outline: 0
}

.kc-boxholder ol li:before {
    display: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 3
}

.swiper-container.overflow-visible {
    overflow: visible
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

.swiper-container.fade .swiper-slide-duplicate {
    opacity: 0!important
}

.swiper-container.auto-height .swiper-slide {
    height: auto!important
}

.swiper-container.auto-height {
    -webkit-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in
}

.pagination-vertical .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.shadow-enable .swiper-slide .image-wrap {
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    display: inline-block
}

.shadow-enable.swiper-container {
    overflow: visible
}

body .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

body .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

body .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

body .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-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;
    -ms-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: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    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: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.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.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    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;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.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;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.inline--media-content .mfp-container {
    padding-top: 40px;
    padding-bottom: 40px
}

.inline--media-content .mfp-content {
    width: 100%;
    max-width: 1200px
}

.popup-video-holder {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.popup-video-holder .plyr {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.plyr .plyr__video-embed iframe, .plyr__tooltip {
    pointer-events: auto
}

.popup-video-holder .plyr--youtube .plyr__play-large {
    opacity: 0
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.seo-gallery figure {
    margin: 0 0 30px 0
}

.seo-gallery figcaption {
    display: none
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-sub-menu {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-sub-menu {
    left: 0
}

.select2-container--open .select2-sub-menu--above {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-sub-menu--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.select2-search--sub-menu {
    display: block;
    padding: 4px
}

.select2-search--sub-menu .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--sub-menu .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--sub-menu.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--sub-menu .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--sub-menu .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-sub-menu {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-sub-menu--above {
    border-bottom: none
}

.select2-container--classic .select2-sub-menu--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-sub-menu {
    border-color: #5897fb
}

.nice-select .list {
    text-align: center
}

.select2.select2-container {
    padding: 20px 40px 20px 20px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    background-color: #f7f9f9;
    color: #ccc
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 20px
}

.select2-container--default .select2-search--sub-menu .select2-search__field {
    margin-bottom: 0
}

@media (max-width:1024px) {
    .select2.select2-container {
        width: auto!important
    }
}

.kc-online-presets {
    display: none!important
}

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto!important
    }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .ps {
        overflow: auto!important
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail, .ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 15px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x, .ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
    height: 11px
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 7px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps:hover>.ps__scrollbar-x-rail, .ps:hover>.ps__scrollbar-y-rail {
    opacity: .6
}

.ps:hover>.ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    background-color: #999
}

.ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #999
}

.btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 22px 50px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

@media (max-width:768px) {
    .btn {
        padding: 15px 35px;
        font-size: 13px
    }
}

.btn+.btn {
    margin-left: 30px
}

.btn img {
    position: absolute;
    left: 10px;
    top: 10px
}

.btn i {
    margin-left: 10px;
    font-size: 12px;
    display: inline;
    vertical-align: middle
}

.btn span {
    display: inline;
    vertical-align: middle
}

.btn:after {
    display: block;
    width: 100%;
    height: 100%
}

.btn:hover {
    color: #fff
}

.btn.icon-left i {
    margin-left: 0;
    margin-right: 10px
}

.post-edit-link {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 15px;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    margin: 30px 0
}

.post-edit-link:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, .2);
    box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, .2);
    color: #fff
}

@media (max-width:768px) {
    .post-edit-link {
        padding: 15px 35px;
        font-size: 13px;
        margin: 10px 0
    }
}

.page-builder-wrap .edit-link {
    display: block;
    text-align: center
}

.crum-button.inline-block+.crum-button.inline-block {
    margin-left: 30px
}

@media (max-width:480px) {
    .crum-button.inline-block+.crum-button.inline-block {
        margin-left: 0
    }
}

.btn-small {
    padding: 12px 35px;
    text-transform: none;
    font-size: 16px
}

@media (max-width:768px) {
    .btn-small {
        padding: 15px 25px;
        font-size: 13px
    }
}

.btn-medium {
    padding: 20px 30px
}

@media (max-width:768px) {
    .btn-medium {
        padding: 15px 25px;
        font-size: 13px
    }
}

.btn-large {
    padding: 25px 60px;
    font-size: 18px
}

@media (max-width:768px) {
    .btn-large {
        padding: 17px 40px;
        font-size: 13px
    }
}

.semicircle {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden
}

@media (max-width:768px) {
    .semicircle {
        top: 10px;
        left: 10px;
        width: 12px;
        height: 12px
    }
}

.semicircle:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

@media (max-width:768px) {
    .semicircle:after {
        width: 20px;
        height: 20px;
        border: 1px solid #fff
    }
}

.semicircle--right {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden
}

.semicircle--right:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    right: 0
}

.btn-hover-shadow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce a.button, .woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 22px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce a.button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2)
}

.woocommerce a.button.wc-backward {
    color: #fff;
    font-weight: 400
}

.woocommerce-info, .woocommerce-message {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2)
}

.cart-empty {
    margin-bottom: 40px
}

.btn--dark {
    background-color: #2f2c2c
}

.btn--dark:hover {
    background-color: #3f3f3f
}

.btn--dark:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .5) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .5) inset
}

.btn--dark.btn-hover-shadow:hover {
    background-color: #2f2c2c
}

.btn--dark.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2)
}

.btn--dark.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .5) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .5) inset
}

.btn--dark.btn-border {
    background-color: transparent;
    color: #2f2c2c;
    border-color: #2f2c2c
}

.btn--dark.btn-border .semicircle::after {
    border-color: #2f2c2c
}

.btn--dark.btn-border:hover {
    color: #2f2c2c;
    background-color: transparent
}

.btn--white {
    background-color: #fff;
    color: #222
}

.btn--white:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .1) inset
}

.btn--white.btn-hover-shadow {
    color: #222
}

.btn--white.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 255, 255, .2);
    box-shadow: 9px 9px 9px 0 rgba(255, 255, 255, .2)
}

.btn--white.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .1) inset
}

.btn--white.btn-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.btn--white.btn-border .semicircle::after {
    border-color: #fff
}

.btn--white.btn-border:hover {
    color: #fff;
    background-color: transparent
}

.btn--primary.btn-hover-shadow:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, .2);
    box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, .2)
}

.btn--primary.btn-border {
    background-color: transparent
}

.btn--primary.btn-border:hover {
    background-color: transparent
}

.btn--gray {
    background-color: #ebebeb;
    color: #2f2c2c
}

.btn--gray:hover {
    background-color: #f3f3f3
}

.btn--gray:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--gray.btn-hover-shadow:hover {
    background-color: #ebebeb
}

.btn--gray.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, .2)
}

.btn--gray.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--gray.btn-border {
    background-color: transparent;
    color: #ebebeb;
    border-color: #ebebeb
}

.btn--gray.btn-border .semicircle::after {
    border-color: #ebebeb
}

.btn--gray.btn-border:hover {
    color: #ebebeb;
    background-color: transparent
}

.btn--blue {
    background-color: #00adef
}

.btn--blue:hover {
    background-color: #00bff3
}

.btn--blue:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--blue.btn-hover-shadow:hover {
    background-color: #00adef
}

.btn--blue.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, .2);
    box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, .2)
}

.btn--blue.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--blue.btn-border {
    background-color: transparent;
    color: #00adef;
    border-color: #00adef
}

.btn--blue.btn-border .semicircle::after {
    border-color: #00adef
}

.btn--blue.btn-border:hover {
    color: #00adef;
    background-color: transparent
}

.btn--purple {
    background-color: #6739b6
}

.btn--purple:hover {
    background-color: #7643cf
}

.btn--purple:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--purple.btn-hover-shadow:hover {
    background-color: #6739b6
}

.btn--purple.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, .2);
    box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, .2)
}

.btn--purple.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--purple.btn-border {
    background-color: transparent;
    color: #6739b6;
    border-color: #6739b6
}

.btn--purple.btn-border .semicircle::after {
    border-color: #6739b6
}

.btn--purple.btn-border:hover {
    color: #6739b6;
    background-color: transparent
}

.btn--breez:hover {
    background-color: #55d5d3
}

.btn--breez:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--breez.btn-hover-shadow:hover {
    background-color: #4cc3c1
}

.btn--breez.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, .2);
    box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, .2)
}

.btn--breez.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--breez.btn-border {
    background-color: transparent
}

.btn--breez.btn-border:hover {
    background-color: transparent
}

.btn--secondary:hover {
    background-color: #ff7342
}

.btn--secondary:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--secondary.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, .2);
    box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, .2)
}

.btn--secondary.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--secondary.btn-border {
    background-color: transparent
}

.btn--secondary.btn-border:hover {
    background-color: transparent
}

.btn--orange {
    background-color: #fcaf3b
}

.btn--orange:hover {
    background-color: #ffc265
}

.btn--orange:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--orange.btn-hover-shadow:hover {
    background-color: #fcaf3b
}

.btn--orange.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, .2);
    box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, .2)
}

.btn--orange.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--orange.btn-border {
    background-color: transparent;
    color: #fcaf3b;
    border-color: #fcaf3b
}

.btn--orange.btn-border .semicircle::after {
    border-color: #fcaf3b
}

.btn--orange.btn-border:hover {
    color: #fcaf3b;
    background-color: transparent
}

.btn--yellow {
    background-color: #fecb16
}

.btn--yellow:hover {
    background-color: #ffd21f
}

.btn--yellow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--yellow.btn-hover-shadow:hover {
    background-color: #FFD21F
}

.btn--yellow.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, .2);
    box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, .2)
}

.btn--yellow.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--yellow.btn-border {
    background-color: transparent;
    color: #fecb16;
    border-color: #fecb16
}

.btn--yellow.btn-border .semicircle::after {
    border-color: #fecb16
}

.btn--yellow.btn-border:hover {
    color: #fecb16;
    background-color: transparent
}

.btn--green {
    background-color: #3cb879
}

.btn--green:hover {
    background-color: #46d68d
}

.btn--green:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--green.btn-hover-shadow:hover {
    background-color: #3cb879
}

.btn--green.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, .2);
    box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, .2)
}

.btn--green.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--green.btn-border {
    background-color: transparent;
    color: #3cb879;
    border-color: #3cb879
}

.btn--green.btn-border .semicircle::after {
    border-color: #3cb879
}

.btn--green.btn-border:hover {
    background-color: transparent;
    color: #3cb879
}

.btn--dark-gray {
    background-color: #31364c
}

.btn--dark-gray:hover {
    background-color: #4a516e
}

.btn--dark-gray:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--dark-gray.btn-hover-shadow:hover {
    background-color: #31364c
}

.btn--dark-gray.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, .2);
    box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, .2)
}

.btn--dark-gray.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--dark-gray.btn-border {
    background-color: transparent;
    color: #31364c;
    border-color: #31364c
}

.btn--dark-gray.btn-border .semicircle::after {
    border-color: #31364c
}

.btn--dark-gray.btn-border:hover {
    color: #31364c;
    background-color: transparent
}

.btn--brown {
    background-color: #c69c6c
}

.btn--brown:hover {
    background-color: #e4b47c
}

.btn--brown:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--brown.btn-hover-shadow:hover {
    background-color: #c69c6c
}

.btn--brown.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, .2);
    box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, .2)
}

.btn--brown.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--brown.btn-border {
    background-color: transparent;
    color: #c69c6c;
    border-color: #c69c6c
}

.btn--brown.btn-border .semicircle::after {
    border-color: #c69c6c
}

.btn--brown.btn-border:hover {
    color: #c69c6c;
    background-color: transparent
}

.btn--rose {
    background-color: #e91d62
}

.btn--rose:hover {
    background-color: #ff528d
}

.btn--rose:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--rose.btn-hover-shadow:hover {
    background-color: #e91d62
}

.btn--rose.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, .2);
    box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, .2)
}

.btn--rose.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--rose.btn-border {
    background-color: transparent;
    color: #e91d62;
    border-color: #e91d62
}

.btn--rose.btn-border .semicircle::after {
    border-color: #e91d62
}

.btn--rose.btn-border:hover {
    color: #e91d62;
    background-color: transparent
}

.btn--violet {
    background-color: #605ca9
}

.btn--violet:hover {
    background-color: #8a86d5
}

.btn--violet:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--violet.btn-hover-shadow:hover {
    background-color: #605ca9
}

.btn--violet.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, .2);
    box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, .2)
}

.btn--violet.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--violet.btn-border {
    background-color: transparent;
    color: #605ca9;
    border-color: #605ca9
}

.btn--violet.btn-border .semicircle::after {
    border-color: #605ca9
}

.btn--violet.btn-border:hover {
    color: #605ca9;
    background-color: transparent
}

.btn--olive {
    background-color: #3e4d50
}

.btn--olive:hover {
    background-color: #576b6f
}

.btn--olive:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--olive.btn-hover-shadow:hover {
    background-color: #3e4d50
}

.btn--olive.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, .2);
    box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, .2)
}

.btn--olive.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--olive.btn-border {
    background-color: transparent;
    color: #3e4d50;
    border-color: #3e4d50
}

.btn--olive.btn-border .semicircle::after {
    border-color: #3e4d50
}

.btn--olive.btn-border:hover {
    color: #3e4d50;
    background-color: transparent
}

.btn--light-green {
    background-color: #80be2d
}

.btn--light-green:hover {
    background-color: #8fd532
}

.btn--light-green:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--light-green.btn-hover-shadow:hover {
    background-color: #80be2d
}

.btn--light-green.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, .2);
    box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, .2)
}

.btn--light-green.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--light-green.btn-border {
    background-color: transparent;
    color: #80be2d;
    border-color: #80be2d
}

.btn--light-green.btn-border .semicircle::after {
    border-color: #80be2d
}

.btn--light-green.btn-border:hover {
    color: #80be2d;
    background-color: transparent
}

.btn--dark-blue {
    background-color: #2e3192
}

.btn--dark-blue:hover {
    background-color: #4448c3
}

.btn--dark-blue:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--dark-blue.btn-hover-shadow:hover {
    background-color: #2e3192
}

.btn--dark-blue.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, .2);
    box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, .2)
}

.btn--dark-blue.btn-hover-shadow:active {
    -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, .2) inset
}

.btn--dark-blue.btn-border {
    background-color: transparent;
    color: #2e3192;
    border-color: #2e3192
}

.btn--dark-blue.btn-border .semicircle::after {
    border-color: #2e3192
}

.btn--dark-blue.btn-border:hover {
    color: #2e3192;
    background-color: transparent
}

.back-to-top {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: block;
    fill: #222121;
    stroke: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

@media (max-width:980px) {
    .back-to-top {
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.back-to-top.hidden {
    opacity: 0
}

.back-to-top-fixed {
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.btn-border {
    border: 2px solid;
    background-color: transparent
}

.btn-border.btn-small {
    padding: 10px 35px
}

@media (max-width:768px) {
    .btn-border.btn-small {
        padding: 15px 25px
    }
}

.btn-border.btn-medium {
    padding: 18px 34px
}

@media (max-width:768px) {
    .btn-border.btn-medium {
        padding: 15px 25px
    }
}

.btn-border.btn-large {
    padding: 23px 64px
}

@media (max-width:768px) {
    .btn-border.btn-large {
        padding: 17px 40px
    }
}

.btn-border:hover {
    background-color: rgba(255, 255, 255, .1)
}

.crumina-servises-item:hover>.btn {
    background-color: #2f2c2c!important;
    border-color: #2f2c2c!important;
    color: #fff!important
}

.crumina-servises-item:hover>.btn .semicircle:after {
    border-color: #fff!important
}

.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow, .kc_facebook_recent_post.kc_shortcode .fb-button-profile {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow:hover, .kc_facebook_recent_post.kc_shortcode .fb-button-profile:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2)
}

.message-boxes .message-box-wrap {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    border: none;
    margin: 15px 0;
    font-size: 16px
}

.message-boxes .message-box-wrap .kc-close-but {
    position: relative
}

.message-boxes .message-box-wrap .kc-close-but:after {
    content: '\f00d';
    display: block;
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 1
}

.kc-multi-icons-wrapper button {
    padding: 10px;
    margin: 3px;
    background: #921b61;
    line-height: 1;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer
}

.info-boxes .crumina-info-box {
    margin-bottom: 80px
}

@media (max-width:640px) {
    .info-boxes .crumina-info-box {
        margin-bottom: 30px
    }
}

.crumina-info-box .info-box-image {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-info-box .info-box-image i {
    font-size: 50px
}

.crumina-info-box .info-box-content {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-info-box .info-box-title {
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.1em;
    margin-bottom: 10px
}

.crumina-info-box .info-box-title a:hover {
    color: inherit
}

@media (max-width:480px) {
    .crumina-info-box .info-box-text {
        font-size: 14px
    }
}

.crumina-info-box .info-box-text.c-white {
    color: #fff
}

.crumina-info-box .info-box-text+a {
    margin-top: 20px
}

@media (max-width:800px) {
    .crumina-info-box.info-box--standard {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.crumina-info-box.info-box--standard .info-box-image {
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left
}

@media (max-width:800px) {
    .crumina-info-box.info-box--standard .info-box-image {
        margin-right: 0
    }
}

@media (max-width:360px) {
    .crumina-info-box.info-box--standard .info-box-image {
        float: none
    }
}

.crumina-info-box.info-box--standard-nofloat .info-box-image {
    -webkit-border-radius: 0;
    border-radius: 0;
    float: none;
    text-align: left
}

.crumina-info-box.info-box--standard-centered {
    text-align: center
}

.crumina-info-box.info-box--standard-centered .info-box-image {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #c0e3cf;
    overflow: visible;
    margin: 0 auto 10px
}

.crumina-info-box.info-box--standard-centered .info-box-image i {
    font-size: 50px;
    line-height: 100px
}

.crumina-info-box.info-box--standard-centered .info-box-content .btn {
    margin-bottom: 30px
}

.crumina-info-box.info-box--standard-centered .info-box-text {
    margin-bottom: 30px;
    font-size: 16px
}

@media (max-width:480px) {
    .crumina-info-box.info-box--standard-centered .info-box-text {
        font-size: 14px
    }
}

.crumina-info-box.info-box--standard-centered .info-box-title {
    text-transform: uppercase
}

.crumina-info-box.info-box--standard-centered:hover .info-box-image {
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

.crumina-info-box.info-box--standard-bg {
    margin-top: 50px;
    text-align: center;
    position: relative
}

@media (max-width:1024px) {
    .crumina-info-box.info-box--standard-bg {
        margin-bottom: 30px
    }
}

.crumina-info-box.info-box--standard-bg .info-box-content {
    overflow: visible;
    background-color: #fff;
    padding: 80px 40px 40px
}

.crumina-info-box.info-box--standard-bg .info-box-title {
    text-transform: uppercase
}

.crumina-info-box.info-box--standard-bg .info-box-text {
    margin-bottom: 30px
}

@media (max-width:480px) {
    .crumina-info-box.info-box--standard-bg .info-box-text {
        font-size: 14px
    }
}

.crumina-info-box.info-box--standard-bg .info-box-image {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #e9e7df;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
    margin-bottom: 0
}

.crumina-info-box.info-box--standard-bg .info-box-image i {
    font-size: 50px;
    line-height: 100px
}

.crumina-info-box.info-box--modern {
    position: relative;
    padding: 40px;
    background-color: #f7f9f9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-info-box.info-box--modern .info-box-image {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: #f7f9f9;
    float: left
}

@media (max-width:980px) {
    .crumina-info-box.info-box--modern .info-box-image {
        float: none
    }
}

.crumina-info-box.info-box--modern .info-box-image i {
    line-height: 130px
}

.crumina-info-box.info-box--modern .info-box-title {
    margin-bottom: 15px
}

.crumina-info-box.info-box--modern .info-box-text {
    margin-bottom: 25px
}

.crumina-info-box.info-box--modern:hover {
    background-color: #2f2c2c
}

.crumina-info-box.info-box--modern:hover .info-box-title {
    color: #fff
}

.crumina-info-box .read-more {
    font-size: 16px;
    padding: 0;
    border-left: none;
    margin: 0;
    float: none;
    display: block
}

.crumina-info-box .read-more i {
    margin-left: 10px;
    font-size: 12px
}

.crumina-info-box.info-box--standard-centered-big {
    text-align: center
}

.crumina-info-box.info-box--standard-centered-big .info-box-image {
    width: 170px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto 20px;
    background-color: #f7f9f9
}

.crumina-info-box.info-box--standard-centered-big .info-box-image i {
    line-height: 170px
}

.crumina-info-box.info-box--standard-centered-big .info-box-title {
    text-transform: uppercase
}

.crumina-info-box.info-box--standard-centered-big:hover .info-box-image {
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

.crumina-info-box.info-box--standard-round {
    text-align: left
}

.crumina-info-box.info-box--standard-round .info-box-title {
    text-transform: uppercase
}

.crumina-info-box.info-box--standard-round .info-box-image {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 68px;
    background-color: #f7f9f9
}

.crumina-info-box.info-box--standard-round .info-box-image i {
    line-height: 70px;
    font-size: 30px
}

.crumina-info-box.info-box--standard-hover {
    text-align: center;
    padding: 20px 0
}

.crumina-info-box.info-box--standard-hover .info-box-image {
    margin: 0 auto 10px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.crumina-info-box.info-box--standard-hover .info-box-title {
    display: block;
    font-size: 30px
}

@media (max-width:980px) {
    .crumina-info-box.info-box--standard-hover .info-box-title {
        font-size: 18px
    }
}

.crumina-info-box.info-box--standard-hover .info-box-text {
    margin-bottom: 19px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto
}

.crumina-our-vision {
    position: relative;
    overflow: hidden;
    padding: 120px 0 215px
}

.crumina-our-vision .elements {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.crumina-our-vision .eye {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.crumina-testimonial-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.crumina-testimonial-item .author-name {
    display: block;
    margin: 0
}

.crumina-testimonial-item .testimonial-text {
    margin: 0
}

.crumina-testimonial-item .testimonial-text+.author-info-wrap, .crumina-testimonial-item .testimonial-content+.author-info-wrap {
    margin-top: 30px
}

.crumina-testimonial-item .author-company {
    font-size: 14px;
    display: block
}

.crumina-testimonial-item.testimonial-item-arrow {
    padding: 50px 60px;
    background-color: #fff;
    position: relative
}

@media (max-width:980px) {
    .crumina-testimonial-item.testimonial-item-arrow {
        padding: 30px
    }
}

.crumina-testimonial-item.testimonial-item-arrow .testimonial-text {
    position: relative;
    z-index: 20;
    margin-bottom: 30px
}

.crumina-testimonial-item.testimonial-item-arrow .author-info-wrap {
    display: table
}

.crumina-testimonial-item.testimonial-item-arrow .testimonial-img-author {
    float: left;
    margin-right: 30px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0
}

.crumina-testimonial-item.testimonial-item-arrow .author-info {
    display: table-cell;
    vertical-align: middle
}

.crumina-testimonial-item.testimonial-item-arrow .quote {
    position: absolute;
    bottom: 15px;
    right: 60px
}

.crumina-testimonial-item.testimonial-item-arrow .quote i {
    font-size: 140px;
    color: #f7f9f9
}

@media (max-width:800px) {
    .crumina-testimonial-item.testimonial-item-arrow .quote i {
        font-size: 80px;
        right: 15px
    }
}

@media (max-width:800px) {
    .crumina-testimonial-item.testimonial-item-arrow .quote {
        right: 15px
    }
}

.crumina-testimonial-item.testimonial-item-arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 40px 40px 0 0;
    border-style: solid;
    border-color: #f0f2f2 #f7f9f9 #f7f9f9 #f0f2f2;
    display: block;
    width: 0
}

.crumina-testimonial-item.testimonial-item-arrow.author-round .testimonial-img-author {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    background-color: #f7f9f9
}

.crumina-testimonial-item.testimonial-item-arrow.author-round .testimonial-img-author i {
    font-size: 40px
}

.crumina-testimonial-item.testimonial-item-quote-left {
    padding: 15px 15px 15px 100px
}

@media (max-width:480px) {
    .crumina-testimonial-item.testimonial-item-quote-left {
        padding-left: 50px
    }
}

.crumina-testimonial-item.testimonial-item-quote-left .quote {
    position: absolute;
    top: -20px;
    left: 0
}

.crumina-testimonial-item.testimonial-item-quote-left .quote i {
    font-size: 90px;
    color: #f0f2f2
}

@media (max-width:480px) {
    .crumina-testimonial-item.testimonial-item-quote-left .quote i {
        font-size: 45px
    }
}

.crumina-testimonial-item.testimonial-item-author-top {
    text-align: center
}

.crumina-testimonial-item.testimonial-item-author-top .testimonial-img-author {
    background-image: url(../../../themes/seosight/img/avatar-bg.png);
    width: 119px;
    height: 112px;
    line-height: 112px;
    display: inline-block;
    margin-bottom: 30px
}

.crumina-testimonial-item.testimonial-item-author-centered {
    text-align: center
}

.crumina-testimonial-item.testimonial-item-author-centered .testimonial-img-author {
    margin-right: 30px
}

.crumina-testimonial-item.testimonial-item-author-centered .author-info-wrap {
    display: table;
    margin: 0 auto;
    padding-top: 30px
}

.crumina-testimonial-item.testimonial-item-author-centered .author-company {
    display: table-cell;
    vertical-align: middle
}

.crumina-testimonial-item.testimonial-item-author-centered .author-info {
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.crumina-testimonial-item.testimonial-item-author-centered-round {
    text-align: center
}

.crumina-testimonial-item.testimonial-item-author-centered-round .testimonial-img-author {
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 0
}

.crumina-testimonial-item.testimonial-item-author-centered-round .testimonial-img-author img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.crumina-testimonial-item.testimonial-item-modern {
    background-color: #362f2d;
    -webkit-border-radius: 0 100px 0 100px;
    border-radius: 0 100px 0 100px;
    padding: 50px 100px
}

@media (max-width:570px) {
    .crumina-testimonial-item.testimonial-item-modern {
        padding: 50px
    }
}

.crumina-testimonial-item.testimonial-item-modern .testimonial-text {
    color: #fff
}

.crumina-testimonial-item.testimonial-item-modern .author-name {
    color: #fcd846
}

.crumina-testimonial-item.testimonial-item-modern .testimonial-img-author {
    position: absolute;
    background-image: url(../../../themes/seosight/img/avatar-bg.png);
    width: 119px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    top: -50px;
    left: -50px
}

@media (max-width:768px) {
    .crumina-testimonial-item.testimonial-item-modern .testimonial-img-author {
        left: 50%;
        margin-left: -60px;
        top: -90px
    }
}

.crumina-testimonial-item.testimonial-item-modern .testimonial-img-author img {
    max-width: 75px
}

.crumina-testimonial-item.testimonial-item-modern .quote {
    position: absolute;
    right: 70px;
    bottom: 20px
}

@media (max-width:360px) {
    .crumina-testimonial-item.testimonial-item-modern .quote {
        right: 0
    }
}

.crumina-testimonial-item.testimonial-item-modern .quote i {
    font-size: 140px;
    color: #3b3432
}

@media (max-width:360px) {
    .crumina-testimonial-item.testimonial-item-modern .quote i {
        font-size: 100px
    }
}

.crumina-testimonial-slider {
    overflow: hidden;
    padding: 120px 0 80px 0;
    position: relative
}

@media (max-width:768px) {
    .crumina-testimonial-slider .images {
        display: none
    }
}

.crumina-testimonial-slider .testimonial1 {
    top: 120px;
    position: absolute;
    right: 25%
}

.crumina-testimonial-slider .testimonial2 {
    position: absolute;
    bottom: -200px;
    left: 40%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.testimonial__thumb {
    background-color: #362f2d;
    -webkit-border-radius: 0 100px 0 100px;
    border-radius: 0 100px 0 100px
}

.testimonial__thumb.pagination-bottom {
    padding-bottom: 0
}

@media (max-width:768px) {
    .testimonial__thumb.swiper-container {
        margin-top: 60px
    }
}

.testimonial__thumb .testimonial-item-modern {
    margin: 0
}

@media (max-width:768px) {
    .testimonial__thumb .testimonial-item-modern {
        margin-top: 40px
    }
}

@media (max-width:360px) {
    .testimonial__thumb .testimonial-item-modern .testimonial__thumb-img {
        display: none
    }
}

@media (max-width:360px) {
    .testimonial__thumb .swiper-pagination.right-bottom {
        right: auto
    }
}

.testimonial__thumb .quote {
    position: absolute;
    right: 70px;
    bottom: 20px;
    z-index: 5
}

.testimonial__thumb .quote i {
    font-size: 140px;
    color: #3b3432
}

@media (max-width:360px) {
    .testimonial__thumb .quote {
        right: 0
    }
}

.testimonial-slider-standard {
    position: relative;
    z-index: 2;
    text-align: center
}

.testimonial-slider-standard .btn-next {
    right: 95px;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width:980px) {
    .testimonial-slider-standard .btn-next {
        right: 5px
    }
}

.testimonial-slider-standard .btn-prev {
    bottom: 0;
    left: 95px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width:980px) {
    .testimonial-slider-standard .btn-prev {
        left: 5px
    }
}

.testimonial-slider-standard.pagination-bottom {
    padding-bottom: 80px;
    top: 0
}

.testimonial-slider-standard.pagination-bottom .btn-next {
    bottom: 30%
}

.testimonial-slider-standard.pagination-bottom .btn-prev {
    bottom: 30%
}

.testimonial-slider-arrow {
    position: relative
}

.testimonial-slider-arrow.pagination-bottom {
    padding-bottom: 80px;
    top: 0
}

.testimonial-slider-arrow .btn-next {
    right: 20px;
    bottom: 5%;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.testimonial-slider-arrow .btn-prev {
    bottom: 5%;
    left: 20px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.rait-stars .seosight-icon {
    height: 13px;
    width: 13px;
    fill: #FECF39
}

.rait-stars li {
    display: inline-block
}

.rait-stars li+li {
    margin-left: 2px
}

@media (max-width:360px) {
    .post {
        margin-bottom: 30px
    }
}

.post .post__date {
    background-color: #f7f9f9;
    display: inline-block;
    padding: 15px 25px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #a7a7a7
}

.post .post__content {
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f9f9;
    clear: both;
    margin-bottom: 30px
}

.post .post__content .post__title {
    margin-bottom: 15px;
    display: block
}

.post .post__content .post__text {
    margin-bottom: 0;
    font-size: 16px
}

.post .post__content ul {
    padding-left: 20px;
    margin-bottom: 1em
}

.post .post__content ul li {
    list-style: disc;
    margin-bottom: 5px
}

.post .post__content .post__content-info .post-additional-info .category {
    font-size: 14px;
    color: #a7a7a7
}

@media (max-width:980px) {
    .post .post__content .post__content-info .post-additional-info>span {
        display: block;
        margin-bottom: 10px
    }
}

@media (max-width:768px) {
    .post .post__content .post__content-info .post-additional-info>span {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (max-width:600px) {
    .post .post__content .post__content-info .post-additional-info>span {
        display: block;
        margin-bottom: 10px
    }
}

.post .post__content .post__content-info .post-tags {
    padding-top: 30px
}

.post .post__author {
    display: table;
    font-size: 14px;
    color: #a7a7a7
}

.post .post__author .avatar {
    float: left;
    display: table-cell;
    vertical-align: middle;
    margin-right: 15px
}

.post .post__author-name {
    display: table-cell;
    vertical-align: middle
}

.post .post__author-name a {
    font-size: 14px;
    color: #2f2c2c;
    display: inline-block
}

@media (max-width:480px) {
    .post .post__author-name a {
        white-space: nowrap
    }
}

.post-standard {
    padding: 60px 30px 30px;
    background-color: #f7f9f9;
    position: relative;
    margin-bottom: 60px
}

.post-standard blockquote::before {
    color: #dadada
}

.post-standard .btn {
    margin-bottom: 30px
}

.post-standard .gallery-caption {
    background-color: #fff
}

@media (max-width:460px) {
    .post-standard .gallery-caption {
        font-size: 12px
    }
}

.post-standard .more-link {
    padding-top: 25px
}

@media (max-width:480px) {
    .post-standard {
        padding: 50px 15px 15px
    }
}

@media (max-width:480px) {
    .post-standard {
        margin-bottom: 30px
    }
}

.post-standard.has-post-thumbnail {
    padding: 30px
}

@media (max-width:480px) {
    .post-standard.has-post-thumbnail {
        padding: 50px 15px 15px
    }
}

.post-standard:hover .overlay {
    opacity: 1
}

.post-standard:hover .post-thumb .link-image {
    opacity: 1;
    left: 50%
}

.post-standard:hover .post-thumb .link-post {
    opacity: 1;
    right: 50%
}

.post-standard .post-thumb-wrap {
    text-align: center
}

.post-standard .post-thumb {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    text-align: center
}

.post-standard .post-thumb.swiper-slide {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:480px) {
    .post-standard .post-thumb {
        margin-bottom: 40px
    }
}

.post-standard .post-thumb .link-image {
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(75%, -50%);
    -webkit-transform: translate(75%, -50%);
    -ms-transform: translate(75%, -50%);
    opacity: 0;
    z-index: 50;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.post-standard .post-thumb .link-post {
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-75%, -50%);
    -webkit-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    opacity: 0;
    z-index: 50;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.post-standard .post-thumb.custom-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.post-standard .post-thumb iframe {
    display: block;
    max-width: 100%
}

.post-standard .post__content {
    padding-left: 15px;
    padding-bottom: 0;
    margin-bottom: 0
}

.post-standard .post__content .post__author {
    margin-right: 40px;
    float: left;
    text-align: center
}

@media (max-width:480px) {
    .post-standard .post__content .post__author {
        margin-bottom: 20px;
        text-align: left;
        display: block;
        float: none
    }
}

.post-standard .post__content .post__author img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    float: none
}

@media (max-width:480px) {
    .post-standard .post__content .post__author img {
        float: left;
        margin-right: 20px
    }
}

.post-standard .post__content .post__author .post__author-name {
    display: block
}

.post-standard .post__content .post__author .post__author-name a {
    display: block
}

.post-standard .post__content .post__content-info {
    overflow: hidden
}

@media (max-width:480px) {
    .post-standard .post__content .post__content-info {
        clear: both
    }
}

.post-standard .post__content .post__title {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 24px
}

.post-standard .post__content .post__text {
    margin-bottom: 30px
}

@media (max-width:480px) {
    .post-standard .post__content .post__text {
        margin-bottom: 20px
    }
}

.post-standard .post__content .post-tags {
    padding-top: 30px
}

@media (max-width:980px) {
    .post-standard .post__content .post-additional-info>span {
        display: block
    }
}

.post-standard .overlay {
    opacity: 0
}

.post-standard.sticky:before {
    content: '\e952';
    font-family: "seosight";
    display: block;
    width: 50px;
    height: 50px;
    background-color: #f04e4e;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -20px;
    left: 60px;
    z-index: 5
}

@media (max-width:570px) {
    .post-standard.sticky:before {
        top: -35px
    }
}

.post-standard.video .overlay {
    opacity: 1
}

.post-standard.video .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10
}

.post-standard.slider:hover .post-thumb .overlay {
    opacity: 0
}

.post-standard.slider .post-thumb {
    margin-bottom: 0
}

.post-standard.slider .post-standard-thumb-slider {
    margin-bottom: 60px
}

.post-standard.slider .pagination, .post-standard.slider .swiper-pagination {
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.post-standard.quote .post-thumb {
    padding: 100px 120px;
    text-align: left
}

@media (max-width:1024px) {
    .post-standard.quote .post-thumb {
        padding: 30px
    }
}

.post-standard.quote .post-thumb .testimonial-content {
    position: relative
}

.post-standard.quote .post-thumb .testimonial-img-author {
    float: left;
    margin-right: 30px
}

.post-standard.quote .post-thumb .author-name {
    margin: 0
}

.post-standard.quote .post-thumb .text {
    font-size: 24px;
    color: #fff;
    line-height: 1.4
}

.post-standard.quote .post-thumb .text p {
    font-size: 24px;
    color: #fff;
    line-height: 1.4
}

@media (max-width:570px) {
    .post-standard.quote .post-thumb .text p {
        font-size: 18px
    }
}

@media (max-width:570px) {
    .post-standard.quote .post-thumb .text {
        font-size: 18px
    }
}

.post-standard.quote .post-thumb .quote {
    position: absolute;
    right: 0;
    bottom: -30px
}

@media (max-width:360px) {
    .post-standard.quote .post-thumb .quote {
        display: none
    }
}

.post-standard.quote .post-thumb .quote i {
    font-size: 140px;
    color: #fcd846
}

@media (max-width:980px) {
    .post-standard.quote .post-thumb .quote i {
        font-size: 90px
    }
}

.post-standard.audio .post-thumb {
    height: auto;
    overflow: hidden
}

@media (max-width:360px) {
    .post-standard.audio .post-thumb {
        height: auto
    }
}

.post-standard.audio .post-thumb .author-photo {
    position: relative;
    float: left;
    z-index: 5
}

@media (max-width:360px) {
    .post-standard.audio .post-thumb .author-photo {
        float: none
    }
}

.post-standard.audio .post-thumb .author-photo .overlay-audio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(43, 48, 68, .8)
}

.post-standard.audio .post-thumb .author-photo .play-audio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.post-standard.audio .post-thumb .author-photo .play-audio i {
    font-size: 46px;
    color: #fff
}

.post-standard.link .post-thumb {
    padding: 120px 100px;
    text-align: left
}

@media (max-width:1024px) {
    .post-standard.link .post-thumb {
        padding: 80px
    }
}

@media (max-width:570px) {
    .post-standard.link .post-thumb {
        padding: 30px
    }
}

.post-standard.link .post-thumb .site-link {
    color: #11847f;
    display: block
}

.post-standard.link .thumb-content-title {
    color: #fff;
    margin-bottom: 30px;
    display: block
}

.post-standard.link .thumb-content {
    position: relative;
    z-index: 50
}

.post-standard.link .thumb-content .post-link {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0
}

.post-standard.link .thumb-content .post-link i {
    font-size: 75px;
    color: #fff568
}

.post-standard.post--grid {
    padding: 30px
}

.post-standard.post--grid .post-thumb {
    margin-bottom: 40px
}

.post-standard.post--grid .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 15px
}

.post-standard.post--grid .category a {
    color: #a7a7a7
}

.post-standard.post--grid .category a:hover {
    color: #921b61
}

.post-standard.post--grid .post-additional-info {
    margin-bottom: 10px
}

.post-standard.post--grid .more-link {
    padding-top: 0;
    margin-left: auto
}

.post-standard.post--grid .more-link a {
    display: block;
    height: 22px
}

.post-standard.post--grid .more-link i {
    font-size: 22px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.post-standard.post--grid .more-link:hover i {
    color: #921b61
}

.post-standard.post--grid .post__content .post__author .post__author-name {
    font-size: 12px
}

.post-standard.post--grid .post .post__author-name a {
    font-size: 12px
}

.post-standard.post--grid .post__content .post__author {
    margin-right: 0;
    float: none;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-standard.post--grid .post__content .post__author img {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px
}

.post-standard.post--grid .post__content .post__author .post__author-name a {
    display: inline-block
}

.post-standard.post--grid .post__content .post__title {
    font-size: 20px;
    margin-bottom: 10px
}

.post-standard.post--grid .post__content .post__content-info .post-additional-info .post__date, .post-standard.post--grid .post__content .post__content-info .post-additional-info .comments-link, .post-standard.post--grid .post__content .post__content-info .post-additional-info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.post-standard.post--grid .post__content .post__content-info .post-additional-info i, .post-standard.post--grid .category i {
    font-size: 13px;
    margin-right: 6px;
    color: #a7a7a7
}

.post-standard.post--grid.post--grid-main .post-thumb {
    margin-bottom: 60px
}

.post-standard.post--grid.post--grid-main .post__content .post__title {
    font-size: 24px
}

.post-standard.post--grid.post--grid-main .post__content .post__author .post__author-name {
    font-size: 14px
}

.post-standard.post--grid.post--grid-main .post .post__author-name a {
    font-size: 14px
}

.post-standard.post--grid.post--grid-main .post__content .post__author img {
    width: 40px;
    height: 40px
}

.post-standard.post--grid.post--grid-main .category {
    font-size: 14px
}

.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i, .post-standard.post--grid.post--grid-main .category i {
    font-size: 20px;
    margin-right: 10px
}

.post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date, .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link, .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
    font-size: 14px
}

.post-standard.post--grid.post--grid-main.slider .post-thumb {
    margin-bottom: 0
}

.post-standard.post--grid.slider .post-thumb {
    margin-bottom: 0
}

.post-standard.post--grid.quote {
    padding: 40px 30px
}

.post-standard.post--grid.quote .post-thumb {
    padding: 80px 45px;
    text-align: center;
    margin-bottom: 0
}

.post-standard.post--grid.quote .post-thumb .quote {
    position: relative;
    right: auto;
    bottom: auto
}

.post-standard.post--grid.quote .post-thumb .text p {
    font-size: 20px
}

.post-standard.post--grid.quote .post-thumb .author-name {
    font-size: 14px
}

.post-standard.post--grid.quote .post-thumb .author-company {
    font-size: 12px
}

.post-standard.post--grid.quote .post-thumb .testimonial-img-author {
    float: none;
    margin-right: 15px
}

.post-standard.post--grid.quote .author-info-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: auto
}

.post-standard.post--grid.link {
    padding: 40px 30px
}

.post-standard.post--grid.link .post-thumb {
    padding: 80px 45px;
    text-align: center;
    margin-bottom: 0
}

.post-standard.post--grid.link .post-thumb .thumb-content .post-link {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 25px
}

.post-standard.post--grid.link .thumb-content-title {
    font-size: 20px
}

.post-standard.post--grid.post--grid-masonry {
    padding: 0
}

.post-standard.post--grid.post--grid-masonry .post__content {
    padding: 40px
}

.post-standard.post--grid.post--grid-masonry .post-thumb {
    -webkit-box-shadow: 0 15px 65px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 15px 65px 0 rgba(0, 0, 0, .3);
    margin-bottom: 0
}

.post-standard.post--grid.post--grid-masonry.sticky::before {
    top: -50px;
    left: 40px
}

.post-standard.post--grid.post--grid-masonry.slider .post-standard-thumb-slider {
    margin-bottom: 0
}

.post--grid-container .post-standard {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px)
}

.post--loadmore-container .animate, .post--grid-container .animate {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards
}

.post-additional-info {
    margin-bottom: 25px
}

@media (max-width:480px) {
    .post-additional-info {
        margin-bottom: 15px
    }
}

.post-additional-info i {
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.post-additional-info .post__date {
    padding: 0;
    margin-right: 30px;
    margin-bottom: 0;
    background-color: transparent;
    vertical-align: bottom
}

@media (max-width:980px) {
    .post-additional-info .post__date {
        display: block;
        margin-bottom: 10px
    }
}

.post-additional-info .category {
    margin-right: 30px;
    display: inline-block;
    vertical-align: bottom
}

@media (max-width:980px) {
    .post-additional-info .category {
        display: block;
        margin-bottom: 10px
    }
}

.post-additional-info .category a {
    color: #a7a7a7;
    display: inline-block
}

.post-additional-info .post__comments {
    color: #a7a7a7;
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom
}

@media (max-width:980px) {
    .post-additional-info .post__comments {
        display: block;
        margin-bottom: 10px
    }
}

.post-additional-info .post__comments a {
    color: #a7a7a7
}

.post-additional-info .post__author-name a {
    display: block
}

.post-standard-details {
    margin-bottom: 80px
}

@media (max-width:640px) {
    .post-standard-details {
        margin-bottom: 30px
    }
}

.post-standard-details .post-thumb {
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    margin-bottom: 60px;
    line-height: 0;
    display: inline-block
}

.post-standard-details .form-inline input {
    background-color: #f7f9f9;
    margin-bottom: 0
}

.post-standard-details .post__content {
    margin-bottom: 30px
}

.post-standard-details .post__content .post__text {
    margin-bottom: 30px
}

.post-standard-details .post__content .post__title {
    text-transform: uppercase;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.post-standard-details .post__content .post-additional-info {
    margin-bottom: 30px
}

@media (max-width:980px) {
    .post-standard-details .post__content .post-additional-info>span {
        display: block;
        margin-bottom: 10px
    }
}

@media (max-width:768px) {
    .post-standard-details .post__content .post-additional-info>span {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (max-width:600px) {
    .post-standard-details .post__content .post-additional-info>span {
        display: block;
        margin-bottom: 10px
    }
}

.post-standard-details .post__content .post-additional-info i {
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #a7a7a7
}

.post-standard-details .post__content .post-additional-info .post__author {
    display: inline-block;
    margin-right: 30px;
    overflow: hidden;
    vertical-align: middle
}

@media (max-width:980px) {
    .post-standard-details .post__content .post-additional-info .post__author {
        display: block;
        margin-bottom: 10px
    }
}

@media (max-width:768px) {
    .post-standard-details .post__content .post-additional-info .post__author {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (max-width:600px) {
    .post-standard-details .post__content .post-additional-info .post__author {
        display: block;
        margin-bottom: 10px
    }
}

.post-standard-details .post__content .post-additional-info .post__author img {
    margin-right: 10px
}

.post-standard-details .post__content .post-additional-info .post__author>* {
    display: inline-block;
    vertical-align: middle
}

.post-standard-details .post__content .post-additional-info .post__author .post__author-link {
    display: inline-block
}

.post-standard-details .post__content .post-additional-info .post__author .avatar {
    float: none
}

.post-standard-details .post__content .post-additional-info .post__date {
    vertical-align: middle
}

@media (max-width:980px) {
    .post-standard-details .post__content .post-additional-info .post__date {
        margin-bottom: 10px
    }
}

@media (max-width:768px) {
    .post-standard-details .post__content .post-additional-info .post__date {
        margin-bottom: 0
    }
}

@media (max-width:600px) {
    .post-standard-details .post__content .post-additional-info .post__date {
        display: inline-block;
        margin-bottom: 10px
    }
}

.post-standard-details .post__content .post-additional-info .category {
    vertical-align: middle
}

.post-standard-details .post__content .post-additional-info .category a {
    color: #a7a7a7;
    display: inline-block;
    font-size: 14px
}

.post-standard-details .post__content .post-additional-info .post__comments {
    color: #a7a7a7;
    font-size: 14px;
    vertical-align: middle
}

.post-standard-details .post__content .post-additional-info .post__comments a {
    color: #a7a7a7;
    font-size: 14px
}

.post-standard-details .post__content .crumina-testimonial-item {
    margin: 60px 0
}

@media (max-width:768px) {
    .post-standard-details .post__content .crumina-testimonial-item {
        margin: 30px 0
    }
}

.post-standard-details .post__content .list {
    margin-bottom: 30px
}

.post-standard-details .post__content .w-tags {
    margin-bottom: 10px
}

.post-standard-details .socials .social__item i {
    font-size: 20px;
    color: #d7d7d7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.post-standard-details .socials .social__item:hover i {
    color: #08acee
}

.post-standard-details .socials .social__item:first-child {
    margin-left: 15px
}

.post-standard-details .socials button {
    background: none;
    cursor: pointer;
    margin-left: 0;
    opacity: .7;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.post-standard-details .socials button:hover {
    opacity: 1
}

.post-standard-details .socials .label {
    position: relative;
    top: 2px
}

.blog-details-author {
    padding: 60px;
    background-color: #f7f9f9;
    margin-bottom: 60px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:980px) {
    .blog-details-author {
        padding: 30px
    }
}

.blog-details-author .blog-details-author-thumb {
    float: left;
    margin-right: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden
}

@media (max-width:480px) {
    .blog-details-author .blog-details-author-thumb {
        margin-bottom: 30px
    }
}

.blog-details-author .blog-details-author-content {
    overflow: hidden
}

@media (max-width:480px) {
    .blog-details-author .blog-details-author-content {
        clear: both
    }
}

.blog-details-author .blog-details-author-content .author-info {
    margin-bottom: 0
}

.blog-details-author .blog-details-author-content .author-info .author-name {
    display: inline-block;
    margin-right: 30px
}

.blog-details-author .blog-details-author-content .author-info .author-info {
    display: inline-block;
    font-size: 14px
}

.blog-details-author .blog-details-author-content .text {
    margin-bottom: 20px
}

.blog-details-author .socials .social__item img {
    width: 20px;
    height: auto
}

.format-video .post-thumb {
    width: 100%;
    position: relative
}

body.author .blog-details-author {
    margin-bottom: 30px
}

.author .avatar {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.gallery {
    margin: 0 -5px 1.6em
}

.gallery-item {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

.gallery-item a {
    padding: 0 5px;
    display: inline-block
}

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

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

@media (max-width:768px) {
    .gallery-columns-3 .gallery-item {
        max-width: 50%
    }
}

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

@media (max-width:768px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%
    }
}

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

@media (max-width:768px) {
    .gallery-columns-5 .gallery-item {
        max-width: 50%
    }
}

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

@media (max-width:768px) {
    .gallery-columns-6 .gallery-item {
        max-width: 50%
    }
}

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

@media (max-width:768px) {
    .gallery-columns-7 .gallery-item {
        max-width: 50%
    }
}

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

@media (max-width:768px) {
    .gallery-columns-8 .gallery-item {
        max-width: 50%
    }
}

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

@media (max-width:768px) {
    .gallery-columns-9 .gallery-item {
        max-width: 50%
    }
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    display: block;
    font-size: 12px;
    font-size: .8rem;
    line-height: 1.5;
    background-color: #ececec;
    margin: 10px 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.post-password-form input[type="submit"] {
    width: auto;
    color: #fff;
    cursor: pointer
}

.post-password-form input[type="submit"]:hover {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, .2);
    box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, .2);
    color: #fff
}

.post-password-form label input {
    margin-top: 15px
}

.align-center, .aligncenter {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

img.aligncenter {
    display: block;
    margin: 20px auto
}

.alignnone {
    margin: 5px 20px 20px 0
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

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

.wp-caption {
    border: 2px solid #f7f9f9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center
}

.wp-caption img {
    margin-bottom: 15px
}

.wp-caption.wp-caption-text {
    font-size: 14px;
    margin-bottom: 0
}

.wp-caption-text {
    font-size: 14px
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.crum_single_image .wp-caption-text {
    margin-top: 30px
}

.search-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 30px;
    margin-bottom: 0;
    background-color: #f7f9f9
}

@media (max-width:1024px) {
    .search-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px
    }
}

.search-panel input {
    margin: 0 30px;
    background-color: #fff;
    max-width: 100%
}

@media (max-width:1024px) {
    .search-panel input {
        margin: 30px 0;
        width: auto
    }
}

.search-panel .title {
    font-size: 20px;
    margin: 0
}

@media (max-width:560px) {
    .post-standard.post--grid {
        padding: 15px
    }
    .post-standard.post--grid .post__content {
        padding: 15px
    }
    .post-standard.post--grid .post-thumb, .post-standard.post--grid.post--grid-main .post-thumb {
        margin-bottom: 20px
    }
    .post-standard.post--grid.post--grid-main .post__content .post__title {
        font-size: 18px
    }
    .post-standard.post--grid.post--grid-main .category {
        font-size: 12px
    }
    .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info i, .post-standard.post--grid.post--grid-main .category i {
        font-size: 12px;
        margin-right: 5px
    }
    .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .post__date, .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info .comments-link, .post-standard.post--grid.post--grid-main .post__content .post__content-info .post-additional-info {
        font-size: 12px
    }
    .post.post--grid .post__content .post__content-info .post-additional-info>span {
        margin-bottom: 0
    }
    .post.post--grid .post__content .post__text {
        font-size: 14px
    }
    .post-standard.post--grid.slider .post-standard-thumb-slider {
        margin-bottom: 20px
    }
    .post-standard.post--grid.quote .post-thumb {
        padding: 40px 25px
    }
    .post-standard.post--grid.link .post-thumb {
        padding: 40px 25px
    }
    .post-standard.post--grid.slider .swiper-pagination {
        bottom: 10px
    }
    .post-standard.post--grid.link {
        padding: 20px 15px
    }
}

@media (max-width:480px) {
    .post-standard.post--grid .post__content .post__author {
        margin-bottom: 0
    }
}

.stunning-header {
    padding: 125px 0;
    position: relative;
    background-position: center center
}

@media (max-width:768px) {
    .stunning-header {
        padding: 60px 0
    }
}

.stunning-header.with-photo {
    position: relative;
    padding: 280px 0 120px;
    -webkit-background-size: cover;
    background-size: cover
}

.stunning-header .overlay {
    z-index: 2
}

.stunning-header-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 15;
    padding: 0 15px
}

.breadcrumbs {
    margin-top: 40px;
    padding: 0
}

@media (max-width:570px) {
    .breadcrumbs {
        font-size: 12px
    }
}

.breadcrumbs-item {
    display: inline-block
}

.breadcrumbs-item a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    margin-right: 20px
}

.breadcrumbs-item a:hover {
    color: #fff
}

.breadcrumbs-item a.c-gray+i {
    color: #acacac
}

.breadcrumbs-item.active span {
    color: #fff;
    opacity: 1;
    text-decoration: underline
}

.breadcrumbs-item i {
    margin-right: 20px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px
}

.breadcrumbs-item:last-child i {
    display: none
}

.stunning-header-title {
    color: #fff
}

@media (max-width:800px) {
    .stunning-header-title {
        font-size: 40px
    }
}

@media (max-width:640px) {
    .stunning-header-title {
        font-size: 36px
    }
}

@media (max-width:480px) {
    .stunning-header-title {
        font-size: 30px
    }
}

@media (max-width:360px) {
    .stunning-header-title {
        font-size: 24px
    }
}

.stunning-header-custom {
    color: #fff
}

.stunning-header-custom .stunning-header-title, .stunning-header-custom span, .stunning-header-custom i, .stunning-header-custom a {
    color: inherit!important
}

.stunning-header-bg-blue {
    background-image: url(../../../themes/seosight/img/pattern-bg-blue.jpg)
}

.stunning-header-bg-gray {
    background-image: url(../../../themes/seosight/img/pattern-bg-gray.jpg)
}

.stunning-header-bg-lightblue {
    background-image: url(../../../themes/seosight/img/pattern-bg-lightblue.jpg)
}

.stunning-header-bg-violet {
    background-image: url(../../../themes/seosight/img/pattern-bg-violet.jpg)
}

.stunning-header-bg-lightgray {
    background-image: url(../../../themes/seosight/img/pattern-bg-lightgray.jpg)
}

.stunning-header-bg-breez {
    background-image: url(../../../themes/seosight/img/pattern-bg-breez.jpg)
}

.stunning-header-bg-red {
    background-image: url(../../../themes/seosight/img/pattern-bg-red.jpg)
}

.stunning-header-bg-orange {
    background-image: url(../../../themes/seosight/img/pattern-bg-orange.jpg)
}

.stunning-header-bg-green {
    background-image: url(../../../themes/seosight/img/pattern-bg-green.jpg)
}

.stunning-header-bg-olive {
    background-image: url(../../../themes/seosight/img/pattern-bg-olive.jpg)
}

.stunning-header-bg-brown {
    background-image: url(../../../themes/seosight/img/pattern-bg-brown.jpg)
}

.stunning-header-bg-rose {
    background-image: url(../../../themes/seosight/img/pattern-bg-rose.jpg)
}

.stunning-header-bg-lightviolet {
    background-image: url(../../../themes/seosight/img/pattern-bg-lightviolet.jpg)
}

.stunning-header-bg-lime {
    background-image: url(../../../themes/seosight/img/pattern-bg-lime.jpg)
}

.stunning-header-bg-photo1 {
    background: url(../../../themes/seosight/img/stunning-header-photo1.jpg) no-repeat
}

.stunning-header-bg-photo2 {
    background: url(../../../themes/seosight/img/stunning-header-photo2.jpg) no-repeat
}

.stunning-header-bg-photo3 {
    background: url(../../../themes/seosight/img/stunning-header-photo3.jpg) no-repeat
}

.stunning-header-bg-photo4 {
    background: url(../../../themes/seosight/img/stunning-header-photo4.jpg) no-repeat
}

.stunning-header-bg-photo5 {
    background: url(../../../themes/seosight/img/stunning-header-photo5.jpg) no-repeat
}

.stunning-header-bg-photo6 {
    background: url(../../../themes/seosight/img/stunning-header-photo6.jpg) no-repeat
}

.overlay-dark {
    background: rgba(47, 44, 44, .8)
}

.overlay-primary {
    background: rgba(51, 204, 204, .2)
}

.overlay-red {
    background: rgba(241, 91, 38, .3)
}

.overlay-orange {
    background: rgba(252, 176, 59, .3)
}

.overlay-green {
    background: rgba(60, 184, 120, .3)
}

.overlay-olive {
    background: rgba(37, 39, 49, .8)
}

.services-main {
    padding: 60px 40px 60px 0
}

.crumina-servises-item {
    padding: 60px 45px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

@media (max-width:980px) {
    .crumina-servises-item {
        margin-bottom: 30px
    }
}

.crumina-servises-item:hover {
    background-color: #f7f9f9
}

.crumina-servises-item:hover .servises-text {
    color: #757575
}

.crumina-servises-item:hover .promo-link i {
    color: #2f2c2c
}

.crumina-servises-item .servises-item__thumb {
    margin-bottom: 50px
}

.crumina-servises-item .servises-title {
    margin-bottom: 20px
}

.crumina-servises-item .servises-text {
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-servises-item .promo-link {
    border: none;
    margin: 0;
    padding: 0;
    float: left
}

.crumina-servises-item .promo-link i {
    font-size: 26px
}

.crumina-servises-item .hover {
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10
}

.crumina-servises-item:hover .servises-text {
    color: #fff
}

.crumina-servises-item:hover .hover {
    opacity: 1
}

.crumina-servises-item:hover .hover+img {
    opacity: 0
}

.crumina-servises-item .btn:hover {
    color: #fff
}

.popup-search {
    width: auto;
    padding: 40px 30px 10px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 38px;
    right: 0;
    left: auto;
    background-color: #fff;
    z-index: 111;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    display: none
}

@media (max-width:460px) {
    .popup-search {
        padding: 20px
    }
}

.popup-search .search {
    background-color: #f7f9f9;
    padding: 17px 40px;
    font-size: 16px;
    color: #797676;
    border-color: transparent;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    float: left;
    width: 85%
}

.popup-search .search-btn {
    display: inline-block;
    background-color: #2f2c2c;
    padding: 20px 5px;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #fff;
    width: 60px;
    height: 64px
}

.popup-search .search-inline {
    position: relative
}

.popup-search .search-inline input {
    margin-bottom: 30px;
    width: 100%
}

@media (max-width:460px) {
    .popup-search .search-inline input {
        margin-bottom: 0
    }
}

.popup-search .search-inline .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.popup-search .search-inline .search-btn i {
    margin-left: 0
}

.no-results.no-found .page-header {
    margin-bottom: 30px
}

.no-results.no-found .page-content p {
    margin-bottom: 30px
}

.pagination, .swiper-pagination {
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #f0f2f2;
    margin: auto 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:640px) {
    .pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }
}

.pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:640px) {
    .pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        border-width: 1px
    }
}

.pagination.light .pagination-item, .pagination.light .swiper-pagination-bullet, .swiper-pagination.light .pagination-item, .swiper-pagination.light .swiper-pagination-bullet {
    background-color: #f0f2f2
}

.pagination.light .pagination-item.active, .pagination.light .pagination-item.swiper-pagination-bullet-active, .pagination.light .swiper-pagination-bullet.active, .pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.light .pagination-item.active, .swiper-pagination.light .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.light .swiper-pagination-bullet.active, .swiper-pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid
}

.pagination.dark .pagination-item, .pagination.dark .swiper-pagination-bullet, .swiper-pagination.dark .pagination-item, .swiper-pagination.dark .swiper-pagination-bullet {
    background-color: #2f2c2c
}

.pagination.dark .pagination-item.active, .pagination.dark .pagination-item.swiper-pagination-bullet-active, .pagination.dark .swiper-pagination-bullet.active, .pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.dark .pagination-item.active, .swiper-pagination.dark .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.dark .swiper-pagination-bullet.active, .swiper-pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #fff
}

.pagination.grey .pagination-item, .pagination.grey .owl-dot, .pagination.grey .swiper-pagination-bullet, .swiper-pagination.grey .pagination-item, .swiper-pagination.grey .owl-dot, .swiper-pagination.grey .swiper-pagination-bullet {
    background-color: #d7d7d7
}

.pagination.grey .pagination-item.active, .pagination.grey .pagination-item.swiper-pagination-bullet-active, .pagination.grey .owl-dot.active, .pagination.grey .owl-dot.swiper-pagination-bullet-active, .pagination.grey .swiper-pagination-bullet.active, .pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.grey .pagination-item.active, .swiper-pagination.grey .pagination-item.swiper-pagination-bullet-active, .swiper-pagination.grey .owl-dot.active, .swiper-pagination.grey .owl-dot.swiper-pagination-bullet-active, .swiper-pagination.grey .swiper-pagination-bullet.active, .swiper-pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid
}

.pagination.pagination-vertical .pagination-item, .pagination.pagination-vertical .owl-dot, .swiper-pagination.pagination-vertical .pagination-item, .swiper-pagination.pagination-vertical .owl-dot {
    display: block;
    margin: 9px auto;
    background-color: #acd373
}

.pagination.pagination-vertical .pagination-item.active, .pagination.pagination-vertical .owl-dot.active, .swiper-pagination.pagination-vertical .pagination-item.active, .swiper-pagination.pagination-vertical .owl-dot.active {
    border-color: #fff;
    background-color: transparent
}

.pagination.top-right, .swiper-pagination.top-right {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.pagination.bottom-left, .swiper-pagination.bottom-left {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: auto
}

@media (max-width:1024px) {
    .pagination.bottom-left, .swiper-pagination.bottom-left {
        bottom: 20px
    }
}

.pagination.right-bottom, .swiper-pagination.right-bottom {
    right: 100px;
    bottom: -50px;
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.swiper-container-horizontal.pagination-bottom .swiper-pagination {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.swiper-container-horizontal.pagination-bottom .swiper-pagination.bottom-left {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.pagination-vertical .kc_row_inner.medium-padding120 {
    padding: 0
}

.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #d7d7d7;
    opacity: 1
}

.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page.active span {
    background-color: transparent;
    border: 2px solid
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:before {
    content: '\e936';
    display: block;
    position: absolute;
    font-family: 'seosight';
    font-size: 10px;
    color: #2f2c2c;
    left: -12px;
    top: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover:before {
    left: -15px
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:after {
    content: '\e936';
    display: block;
    position: absolute;
    font-family: 'seosight';
    font-size: 10px;
    color: #2f2c2c;
    right: -12px;
    top: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover:after {
    right: -15px
}

.pagination-vertical {
    padding-left: 100px
}

.pagination-vertical .swiper-pagination {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto
}

.pagination-vertical .swiper-pagination .pagination-item, .pagination-vertical .swiper-pagination .owl-dot, .pagination-vertical .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 9px auto;
    background-color: #fff;
    opacity: .5
}

.pagination-vertical .swiper-pagination .pagination-item.active, .pagination-vertical .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .owl-dot.active, .pagination-vertical .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.active, .pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: transparent;
    opacity: 1
}

.pagination-vertical.pagination-vertical-right {
    padding-left: 0;
    margin-left: 0;
    padding-right: 100px;
    margin-right: -100px
}

.pagination-vertical.pagination-vertical-right .swiper-pagination {
    left: auto;
    right: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.light-bg .swiper-pagination .pagination-item, .light-bg .swiper-pagination .owl-dot, .light-bg .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    opacity: .5
}

.light-bg .swiper-pagination .pagination-item.active, .light-bg .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .light-bg .swiper-pagination .owl-dot.active, .light-bg .swiper-pagination .owl-dot.swiper-pagination-bullet-active, .light-bg .swiper-pagination .swiper-pagination-bullet.active, .light-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #000;
    background-color: transparent;
    opacity: 1
}

.pagination-bottom {
    padding-bottom: 60px
}

.pagination-bottom .swiper-pagination {
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.pagination-bottom .swiper-pagination.right-bottom {
    bottom: -50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.pagination-bottom-large {
    padding-bottom: 120px
}

@media (max-width:570px) {
    .pagination-bottom-large {
        padding-bottom: 40px
    }
}

.swiper-container.top-pagination {
    padding-top: 125px;
    top: -105px;
    margin-bottom: -105px;
    z-index: auto
}

.swiper-container.top-pagination .swiper-pagination {
    top: 0;
    bottom: auto;
    left: auto
}

@media (max-width:640px) {
    .swiper-container.top-pagination .swiper-pagination {
        top: 55px
    }
}

@media (max-width:570px) {
    .swiper-container.top-pagination .swiper-pagination {
        top: 65px
    }
}

@media (max-width:480px) {
    .swiper-container.top-pagination .swiper-pagination {
        top: 85px
    }
}

@media (max-width:320px) {
    .swiper-container.top-pagination .swiper-pagination {
        right: auto;
        left: 0
    }
}

.load-more {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    max-width: 120px
}

.load-more .load-more-img-wrap {
    margin-bottom: 20px;
    position: relative;
    display: block;
    background: url(../../../themes/seosight/svg/load-more-arrow.svg) no-repeat center;
    opacity: .15
}

.load-more .load-more-img-wrap svg {
    position: relative;
    width: 80px;
    height: 80px;
    top: 4px
}

.load-more .load-more-text {
    color: #d7d7d7;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.load-more.loading .load-more-text {
    opacity: 0
}

.load-more:hover .load-more-img-wrap {
    -webkit-animation: rotate-img 1.5s infinite linear;
    animation: rotate-img 1.5s infinite linear
}

.load-more:hover .load-more-img-wrap svg {
    -webkit-animation: rotate-img 2s infinite linear;
    animation: rotate-img 2s infinite linear
}

.load-more.last-page:hover .load-more-img-wrap {
    -webkit-animation: none;
    animation: none
}

.load-more.last-page:hover .load-more-img-wrap img {
    -webkit-animation: none;
    animation: none
}

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

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

.navigation {
    margin: 20px auto;
    width: 100%;
    position: relative;
    max-width: 770px;
    text-align: center
}

.navigation .page-numbers {
    position: relative;
    background: #fff;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid transparent;
    text-transform: uppercase;
    color: #757575;
    font-size: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:640px) {
    .navigation .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 8px 0 0
    }
}

@media (max-width:460px) {
    .navigation .page-numbers {
        width: 25px;
        height: 25px;
        line-height: 22px;
        font-size: 12px;
        margin: 0 8px 0 0
    }
}

.navigation .page-numbers.current {
    background-color: transparent
}

.navigation .page-numbers.loading {
    border: 2px solid #921b61
}

.navigation .page-numbers.loading .load-more-spinner {
    fill: #921b61;
    stroke: #921b61
}

.navigation .page-numbers.next, .navigation .page-numbers.prev {
    width: auto
}

.navigation .page-numbers.next.loading, .navigation .page-numbers.prev.loading {
    border: none
}

.navigation .page-numbers span {
    position: relative
}

.navigation .page-numbers.bg-border-color {
    background-color: #f7f9f9
}

.navigation .page-numbers.bg-border-color.current {
    background-color: transparent
}

.navigation .next, .navigation .btn-next {
    position: relative;
    float: right
}

.navigation .prev, .navigation .btn-prev {
    position: relative;
    float: left
}

.page-links {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.page-links a {
    position: relative;
    background: #f7f9f9;
    display: inline-block;
    margin: 0 8px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #757575;
    font-size: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.socials .social__item {
    margin-left: 15px;
    background-color: transparent;
    cursor: pointer
}

@media (max-width:320px) {
    .socials .social__item {
        margin-left: 5px
    }
}

.socials .social__item:first-child {
    margin-left: 0
}

.socials .social__item svg {
    width: 36px;
    height: 36px
}

.socials .social__item img {
    height: 24px
}

.triple-images {
    position: relative;
    text-align: center
}

.triple-images .triple-images-thumb img {
    position: relative;
    z-index: 5
}

@media (max-width:1024px) {
    .triple-images .triple-images-thumb img {
        width: 70%
    }
}

.triple-images .first, .triple-images .last {
    position: absolute;
    top: 15%;
    z-index: 1
}

.triple-images .first {
    left: 0
}

.triple-images .last {
    right: 0
}

.triple-images-thumb {
    display: inline-block
}

.crumina-accordion {
    list-style: none;
    margin: 0;
    padding: 0
}

.accordion-group {
    list-style: none
}

.accordion-panel {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 17px 0 60px rgba(0, 0, 0, .1);
    box-shadow: 17px 0 60px rgba(0, 0, 0, .1);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px
}

.accordion-panel:after {
    content: '';
    display: block;
    width: 1px;
    height: 35px;
    position: absolute;
    left: 70px;
    top: 50%;
    background-color: #ccc;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.accordion-panel.active:after {
    height: 80%
}

.accordion-heading {
    display: table;
    padding: 25px 30px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

@media (max-width:980px) {
    .accordion-heading {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .accordion-heading {
        padding: 10px 20px
    }
}

.accordion-heading span {
    display: table-cell;
    vertical-align: middle
}

.accordion-heading span+span {
    padding-left: 30px;
    width: 100%
}

.accordion-heading .icon {
    font-size: 20px;
    color: #ccc;
    padding-right: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1
}

@media (max-width:768px) {
    .accordion-heading .icon {
        padding: 0 15px
    }
}

.accordion-heading .icon .default {
    top: 4px;
    position: relative
}

.accordion-heading .icon .active {
    opacity: 0;
    position: absolute;
    left: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.accordion-heading .ovh {
    top: 4px;
    position: relative
}

.crumina-accordion .panel-info {
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    padding: 10px 20px 30px 97px;
    -webkit-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-accordion .panel-info>* {
    float: none
}

@media (max-width:480px) {
    .crumina-accordion .panel-info {
        padding-left: 83px
    }
}

.crumina-accordion .panel-heading {
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-accordion .panel-heading.active {
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-accordion .panel-heading.active .accordion-heading {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-accordion .panel-heading.active .accordion-heading i {
    opacity: 0
}

.crumina-accordion .panel-heading.active .accordion-heading i.active {
    opacity: 1
}

.crumina-accordion .panel-heading.active a {
    padding-bottom: 0
}

.accordion__title {
    font-size: 19px;
    font-weight: 300
}

.accordion__content__a {
    display: inline-block!important;
    color: #2dafd6!important;
    font-size: 15px;
    text-decoration: underline
}

.accordion__module .after::after {
    right: 72%;
    top: 36%;
    width: 2%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.pagination-arrow {
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
    margin-top: 80px
}

@media (max-width:800px) {
    .pagination-arrow {
        padding: 30px 0 30px
    }
}

@media (max-width:640px) {
    .pagination-arrow {
        margin-top: 30px
    }
}

.pagination-arrow .btn-prev-wrap {
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    max-width: 48%
}

.pagination-arrow .btn-prev-wrap .btn-prev {
    position: relative;
    margin-right: 35px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto
}

.pagination-arrow .btn-prev-wrap .btn-prev:hover {
    margin-left: 0
}

.pagination-arrow .btn-prev-wrap .btn-content {
    position: relative;
    overflow: hidden
}

@media (max-width:980px) {
    .pagination-arrow .btn-prev-wrap .btn-content {
        display: none
    }
}

.pagination-arrow .btn-prev-wrap .btn-content .btn-content-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #2f2c2c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pagination-arrow .btn-prev-wrap .btn-content .btn-content-subtitle {
    font-size: 14px;
    margin-bottom: 0;
    color: #757575;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pagination-arrow .btn-prev-wrap:hover {
    margin-left: -2px
}

.pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-subtitle {
    color: #2f2c2c
}

.pagination-arrow .all-project {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.pagination-arrow .all-project i {
    font-size: 50px;
    color: #d7d7d7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pagination-arrow .btn-next-wrap {
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    max-width: 48%
}

.pagination-arrow .btn-next-wrap .btn-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto
}

.pagination-arrow .btn-next-wrap .btn-next:hover {
    margin-right: 0
}

.pagination-arrow .btn-next-wrap .btn-content {
    position: relative;
    text-align: right;
    margin-right: 35px;
    overflow: hidden
}

@media (max-width:980px) {
    .pagination-arrow .btn-next-wrap .btn-content {
        display: none
    }
}

.pagination-arrow .btn-next-wrap .btn-content .btn-content-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #2f2c2c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pagination-arrow .btn-next-wrap .btn-content .btn-content-subtitle {
    font-size: 14px;
    margin-bottom: 0;
    color: #757575;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pagination-arrow .btn-next-wrap:hover {
    margin-right: -2px
}

.pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-subtitle {
    color: #2f2c2c
}

.pagination-arrow span {
    display: block
}

.js-animate-icon svg {
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear
}

.js-animate-icon .drawsvg-initialized {
    opacity: 1
}

.animate-3d-holder {
    position: relative;
    cursor: pointer
}

.inline-form .row .form-builder-item {
    padding: 0
}

.inline-form .row .form-builder-item:first-child {
    padding-left: 15px
}

@media (max-width:799px) {
    .inline-form .row .form-builder-item:first-child {
        padding: 0 15px
    }
}

.inline-form .row .form-builder-item:last-child {
    padding-right: 15px
}

@media (max-width:799px) {
    .inline-form .row .form-builder-item:last-child {
        padding: 0 15px
    }
}

.inline-form .row .form-builder-item input {
    width: 100%;
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0
}

.inline-form .row .form-builder-item:first-child input {
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px
}

@media (max-width:799px) {
    .inline-form .row .form-builder-item:first-child input {
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

.inline-form .row .form-builder-item:last-child input {
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    margin-left: 2px
}

@media (max-width:799px) {
    .inline-form .row .form-builder-item:last-child input {
        -webkit-border-radius: 50px;
        border-radius: 50px;
        margin-left: 0
    }
}

.inline-form .submit-wrap {
    text-align: center
}

.custom-checkbox.remember-wrap {
    display: block;
    clear: both
}

.form-builder-item .remember-wrap .checkbox label {
    color: inherit
}

.submit-wrap button {
    padding: 20px 40px
}

input, textarea {
    padding: 20px 40px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    color: #757575;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #f7f9f9;
    width: 100%
}

input:focus, textarea:focus {
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

input.focus-white:focus, textarea.focus-white:focus {
    background-color: #fff;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

input.input-dark, textarea.input-dark {
    background-color: #373434;
    color: #a5a5a5;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

input.input-white, textarea.input-white {
    background-color: #fff
}

.focus-white .form-builder-item input:focus, .focus-white .form-builder-item textarea:focus {
    background-color: #fff;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

.input-dark.form-builder-item input, .input-dark.form-builder-item textarea, .input-dark.form-builder-item select {
    background-color: #373434;
    color: #a5a5a5;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.input-dark.form-builder-item input:focus, .input-dark.form-builder-item textarea:focus, .input-dark.form-builder-item select:focus {
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

.input-standard-grey.form-builder-item input:focus, .input-standard-grey.form-builder-item textarea:focus {
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc;
    background-color: #fff
}

.input-white.form-builder-item input, .input-white.form-builder-item textarea {
    background-color: #fff
}

input.inline-first {
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    width: 100%;
    float: left
}

@media (max-width:1024px) {
    input.inline-first {
        -webkit-border-radius: 50px;
        border-radius: 50px;
        margin-bottom: 30px
    }
}

input.inline-last {
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    margin-left: 2px;
    width: 100%;
    float: left
}

@media (max-width:1024px) {
    input.inline-last {
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

.form-builder-item label {
    margin: 0 0 10px 20px;
    display: inline-block;
    float: left;
    position: relative
}

.field-recaptcha label {
    display: none
}

.field-recaptcha {
    min-height: 100px;
    padding-bottom: 30px
}

.crumina-module .fw-flash-type-success {
    font-size: 48px
}

.fw-form-loading {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

form input+p {
    margin: -25px 0 25px 15px;
    font-size: 14px
}

.servises-title a {
    color: inherit!important
}

[type="checkbox"], [type="radio"] {
    display: block;
    width: auto;
    clear: both;
    margin: 4px 0 10px 20px;
    float: left
}

.contact-form [type="checkbox"], .contact-form [type="radio"] {
    display: block;
    width: auto;
    clear: both;
    margin: 5px 0 10px 20px;
    float: left
}

.contact-form [type="checkbox"]:focus, .contact-form [type="radio"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form .input-dark.form-builder-item [type="checkbox"]:focus, .contact-form .input-dark.form-builder-item [type="radio"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wrap-forms input, .wrap-forms textarea, .wrap-forms select {
    margin-bottom: 0
}

.wrap-forms>.row .form-builder-item {
    margin-bottom: 30px
}

.wrap-forms>.row:last-child .form-builder-item, .wrap-forms>.row:first-child .form-builder-item {
    margin-bottom: 0
}

.radio {
    overflow: hidden;
    display: block;
    clear: both
}

.radio label {
    cursor: pointer;
    padding-left: 45px;
    position: relative;
    margin-left: 10px
}

.radio label span {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.radio label .circle {
    border: 1px solid #bee9e8;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.radio label .check {
    height: 18px;
    width: 18px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #921b61;
    -webkit-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.radio label .check:after {
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .87);
    left: -18px;
    top: -18px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1)
}

.radio input[type=radio] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    display: none
}

.radio input[type=radio]:checked~.check, .radio input[type=radio]:checked~.circle {
    opacity: 1
}

.radio input[type=radio]:checked~.check {
    background-color: #921b61
}

.radio input[type=radio]:checked~.circle {
    border-color: #921b61
}

.radio input[type=radio]:checked~.check {
    -webkit-transform: scale3d(.45, .45, 1);
    -ms-transform: scale3d(.45, .45, 1);
    transform: scale3d(.45, .45, 1)
}

.radio input[type=radio][disabled]~.check, .radio input[type=radio][disabled]~.circle {
    opacity: .26
}

.radio input[type=radio][disabled]~.check {
    background-color: #000
}

.radio input[type=radio][disabled]~.circle {
    border-color: #000
}

.mp-start-demo label {
    padding-left: 40px;
    display: block
}

.mp-start-demo i {
    font-size: 14px
}

.mp-start-demo input.mp-submit {
    width: auto;
    background-color: #921b61;
    color: #fff;
    padding: 22px 50px;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer
}

.mp-start-demo form input+p {
    margin: 0
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 20px 40px 20px 20px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    background-color: #f7f9f9
}

.nice-select:focus {
    background-color: #fff;
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc
}

.nice-select.focus-white:focus {
    background-color: #fff;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3)
}

.nice-select:after {
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    content: '';
    display: block;
    height: 10px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f7f9f9;
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-40px/2);
    -ms-transform: scale(.75) translateY(-40px/2);
    transform: scale(.75) translateY(-40px/2);
    -webkit-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 40px;
    padding-right: 60px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    font-size: .85em
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f7f9f9
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    cursor: default
}

.nice-select .option.disabled:hover {
    color: #757575
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

select {
    padding: 20px 40px 20px 20px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    background-color: #f7f9f9;
    color: #757575;
    cursor: pointer
}

select:focus {
    background-color: #fff;
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc
}

.alert {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    border: none;
    margin: 15px 0;
    font-size: 16px;
    padding: 20px
}

.alert.heading, .alert.crumina-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success {
    background-color: #3cb878;
    color: rgba(255, 255, 255, .7)
}

.alert-success hr {
    border-top-color: #b3f3b4
}

.alert-success .alert-link {
    color: #b3f3b4
}

.alert-info {
    background-color: #921b61;
    color: rgba(255, 255, 255, .7)
}

.alert-info hr {
    border-top-color: #b7fff2
}

.alert-info .alert-link {
    color: #b7fff2
}

.alert-warning {
    background-color: #fcb03b;
    color: rgba(255, 255, 255, .7)
}

.alert-warning hr {
    border-top-color: #ffe4b4
}

.alert-warning .alert-link {
    color: #ffe4b4
}

.alert-danger {
    background-color: #921b61;
    color: rgba(255, 255, 255, .7)
}

.alert-danger hr {
    border-top-color: #ffbcba
}

.alert-danger .alert-link {
    color: #ffbcba
}

.top-bar {
    background-color: #fff;
    padding: 16px 0;
    font-size: 14px;
    color: #2f2c2c;
    -webkit-box-shadow: 0 -20px 40px rgba(0, 0, 0, .3);
    box-shadow: 0 -20px 40px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 30;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1024px) {
    .top-bar {
        width: 320px;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        position: fixed;
        left: 50%;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px
    }
}

@media (max-width:1024px) {
    .top-bar>.container {
        width: 100%
    }
}

.top-bar.open {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999
}

.top-bar .flags {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 10px
}

.top-bar .top-bar-contact {
    float: left
}

@media (max-width:1024px) {
    .top-bar .top-bar-contact {
        float: none;
        padding-right: 30px
    }
}

.top-bar .nice-select {
    float: left;
    padding: 0 40px 0 0;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 0;
    color: #921b61
}

@media (max-width:1024px) {
    .top-bar .nice-select {
        float: none
    }
}

.top-bar .nice-select span {
    color: #921b61
}

.top-bar .nice-select .option {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px
}

.top-bar .nice-select:after {
    height: 6px;
    width: 6px;
    margin-top: -4px
}

.top-bar .nice-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.top-bar .contact-item {
    float: left;
    padding: 0 15px;
    position: relative
}

@media (max-width:1024px) {
    .top-bar .contact-item {
        padding: 0;
        margin-bottom: 15px;
        float: none
    }
}

.top-bar .contact-item:first-child {
    padding-left: 0
}

@media (max-width:1024px) {
    .top-bar .contact-item:first-child {
        padding: 0
    }
}

.top-bar .contact-item:last-child {
    padding-right: 0
}

.top-bar .contact-item:last-child:after {
    display: none
}

.top-bar .contact-item:after {
    content: '|';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #757575
}

@media (max-width:1024px) {
    .top-bar .contact-item:after {
        display: none
    }
}

.top-bar a {
    color: #504c4c;
    border-bottom: 1px dashed #504c4c
}

.top-bar a:hover {
    color: #921b61;
    border-color: #921b61
}

.top-bar span {
    color: #757575
}

.top-bar .follow_us {
    float: right
}

@media (max-width:1024px) {
    .top-bar .follow_us {
        float: none
    }
}

.top-bar .login-block {
    float: right;
    margin-left: 70px
}

@media (max-width:1024px) {
    .top-bar .login-block {
        float: none;
        margin-left: 0;
        margin-bottom: 15px
    }
}

.top-bar .login-block img {
    width: 28px;
    height: 28px;
    margin-right: 20px
}

.top-bar .socials {
    display: inline-block;
    margin-left: 10px
}

.top-bar .socials img {
    width: 16px;
    height: auto
}

.top-bar .socials a {
    border: none
}

.top-bar .socials .social__item {
    margin-left: 10px
}

.top-bar+.header {
    top: 68px
}

@media (max-width:1024px) {
    .top-bar+.header {
        top: 0
    }
}

.top-bar+.header.headroom--not-top {
    top: 0
}

.top-bar .top-bar-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    border: none;
    cursor: pointer
}

@media (max-width:1024px) {
    .top-bar .top-bar-close {
        display: block
    }
}

.top-bar .top-bar-close span {
    display: block;
    height: 2px;
    background-color: #707070;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 50%;
    position: absolute
}

.top-bar .top-bar-close span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.top-bar .top-bar-close span:last-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.top-bar-dark {
    background-color: #151414;
    color: #797676
}

.top-bar-dark a {
    color: #797676
}

.top-bar-dark span {
    color: #504c4c
}

.top-bar-dark .nice-select .list {
    background-color: #151414;
    border: none;
    -webkit-box-shadow: 0 5px 40px rgba(255, 255, 255, .3);
    box-shadow: 0 5px 40px rgba(255, 255, 255, .3)
}

.top-bar-dark .nice-select .option.selected.focus {
    background-color: transparent
}

.top-bar-dark .nice-select .option.selected.focus:hover {
    background-color: #424444
}

.top-bar-dark .nice-select .option:hover {
    background-color: #424444
}

@media (max-width:1024px) {
    .logged-in .top-bar {
        top: 32px
    }
}

@media (max-width:782px) {
    .logged-in .top-bar {
        top: 46px
    }
}

@media (max-width:768px) {
    .logged-in .right-menu {
        top: 46px
    }
}

#site-header+.top-bar {
    display: none
}

.top-bar-link {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #921b61;
    text-align: center;
    padding: 0 16px;
    z-index: 50;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: 10px 0 30px 0 rgba(76, 194, 192, .4);
    box-shadow: 10px 0 30px 0 rgba(76, 194, 192, .4);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1024px) {
    .top-bar-link {
        display: inline-block;
        visibility: visible
    }
}

.top-bar-link:hover {
    background-color: #fff;
    color: #921b61
}

@media (max-width:1200px) {
    .top-bar>.container {
        min-width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
    .top-bar .contact-item:first-child {
        margin-right: 0
    }
}

@media (max-width:1024px) {
    #site-header+.top-bar {
        display: block!important
    }
    .top-bar {
        width: 320px;
        -webkit-transform: translate(-50%, -200%);
        -ms-transform: translate(-50%, -200%);
        transform: translate(-50%, -200%);
        position: fixed;
        left: 50%;
        top: 0;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        padding: 30px 0
    }
    .top-bar>.container {
        min-width: unset;
        width: auto
    }
    .top-bar .top-bar-contact {
        float: none;
        padding-right: 30px
    }
    .top-bar .nice-select {
        float: none;
        min-width: 190px
    }
    .top-bar .contact-item {
        padding: 0;
        margin-bottom: 15px;
        float: none;
        display: block
    }
    .top-bar .contact-item:first-child {
        padding: 0
    }
    .top-bar .contact-item:after {
        display: none
    }
    .top-bar .follow_us {
        float: none
    }
    .top-bar-close {
        display: block
    }
}

.content-page-404 {
    padding: 30px 0 510px;
    background: url(../../../themes/seosight/img/404-img.png) 0 100% no-repeat;
    text-align: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #F7F9F9
}

@media (max-width:640px) {
    .content-page-404 {
        padding: 30px 0 300px
    }
}

.content-page-404 .title {
    font-size: 257px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 20px
}

@media (max-width:800px) {
    .content-page-404 .title {
        font-size: 150px
    }
}

@media (max-width:480px) {
    .content-page-404 .title {
        font-size: 100px
    }
}

.content-page-404 .subtitle {
    font-size: 47px;
    margin-bottom: 30px;
    line-height: 1
}

@media (max-width:800px) {
    .content-page-404 .subtitle {
        font-size: 36px
    }
}

.content-page-404 .text {
    font-size: 28px;
    margin-bottom: 53px;
    line-height: 1.3
}

@media (max-width:800px) {
    .content-page-404 .text {
        font-size: 22px;
        margin-bottom: 20px
    }
}

.content-page-404 .btn {
    text-transform: uppercase
}

.crumina-heading {
    position: relative
}

.crumina-heading .title-text-wrap {
    position: relative;
    z-index: 5
}

.crumina-heading .title-text-wrap>* {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0
}

.crumina-heading:hover .first {
    width: 0;
    -webkit-animation: move-short 1.5s infinite linear;
    animation: move-short 1.5s infinite linear
}

@-webkit-keyframes move-short {
    100% {
        width: 140px;
        margin-right: 0
    }
}

@keyframes move-short {
    100% {
        width: 140px;
        margin-right: 0
    }
}

.crumina-heading:hover .second {
    width: 130px;
    -webkit-animation: move 1.5s infinite linear;
    animation: move 1.5s infinite linear
}

@-webkit-keyframes move {
    100% {
        width: 0
    }
}

@keyframes move {
    100% {
        width: 0
    }
}

.crumina-heading>*:last-child {
    margin-bottom: 0
}

.crumina-heading>*:first-child {
    margin-top: 20px
}

.read-more {
    font-size: 18px;
    color: inherit;
    padding: 0 0 0 30px;
    border-left: 1px solid #f0f2f2;
    margin: 0 0 0 30px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0
}

@media (max-width:570px) {
    .read-more {
        padding-left: 0;
        margin-left: 0;
        border: none;
        float: none
    }
}

.read-more i {
    margin-left: 10px;
    font-size: 12px
}

.heading-title {
    margin-bottom: 20px
}

.heading-decoration {
    position: relative;
    margin-top: 20px
}

.heading-decoration>span {
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear;
    border-top: 3px solid
}

.heading-decoration .first {
    width: 30px
}

.heading-decoration .second {
    width: 100px
}

.heading-text {
    margin-top: 20px;
    opacity: .7;
    line-height: 1.6
}

@media (max-width:980px) {
    .heading-text {
        font-size: 20px
    }
}

@media (max-width:570px) {
    .heading-text {
        font-size: 16px
    }
}

.heading-text.small {
    font-size: 18px
}

.module-heading>p {
    font-size: 20px;
    opacity: .7;
    line-height: 1.6;
    margin-top: 10px
}

.main-slider {
    position: relative;
    cursor: pointer;
    padding-bottom: 130px
}

.main-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    max-height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.main-slider .swiper-slide.main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff
}

.main-slider .swiper-slide.main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff
}

.main-slider .slider-content-fullwidth {
    width: 100%
}

.main-slider .slider-thumb-img {
    height: 100%;
    max-height: 100%
}

.main-slider .slider-thumb-img img {
    max-height: inherit;
    margin: 0 auto
}

@media (max-width:1024px) {
    .main-slider .slider-thumb-img img {
        max-height: 200px
    }
}

.main-slider .slider-content-half-width {
    width: 50%;
    min-width: 50%
}

@media (max-width:1024px) {
    .main-slider .slider-content-half-width {
        width: 100%;
        min-width: 100%;
        text-align: center;
        margin: 0 auto
    }
}

@media (max-width:1024px) {
    .main-slider .slider-content-half-width+.slider-content-half-width {
        margin: 20px auto
    }
}

.main-slider .container.d-flex {
    max-height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1200px) {
    .main-slider .container.d-flex {
        width: 100%
    }
}

@media (max-width:1024px) {
    .main-slider .container.d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main-slider .container.d-flex.d-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-slider .slider-content {
    margin: 0 auto;
    padding: 20px 15px
}

@media (max-width:1024px) {
    .main-slider .slider-content {
        padding: 20px 5px
    }
}

.main-slider .slider-content .slider-content-title {
    margin-bottom: 20px;
    line-height: 1.3
}

@media (max-width:1024px) {
    .main-slider .slider-content .slider-content-title {
        margin-bottom: 10px
    }
}

.main-slider .slider-content .slider-content-text {
    margin-bottom: 40px;
    line-height: 1.3
}

@media (max-width:1024px) {
    .main-slider .slider-content .slider-content-text {
        margin-bottom: 10px
    }
}

.main-slider .slider-thumb {
    padding: 20px 15px
}

@media (max-width:1280px) {
    .main-slider .btn-prev {
        display: none
    }
}

@media (max-width:1280px) {
    .main-slider .btn-next {
        display: none
    }
}

.main-slider .main-slider-btn-wrap .btn+.btn {
    margin-left: 30px
}

@media (max-width:980px) {
    .main-slider .main-slider-btn-wrap .btn+.btn {
        margin-top: 20px;
        margin-left: 0
    }
}

@media (max-width:320px) {
    .main-slider .main-slider-btn-wrap .btn+.btn {
        margin-top: 20px
    }
}

.main-slider .main-slider-btn-wrap .btn i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

@media (max-width:768px) {
    .main-slider .main-slider-btn-wrap .btn i {
        right: 8px
    }
}

.main-slider .main-slider-btn-wrap .btn:hover i {
    right: 12px
}

@media (max-width:768px) {
    .main-slider .main-slider-btn-wrap .btn:hover i {
        right: 6px
    }
}

.main-slider .main-slider-btn-wrap .btn-border:hover {
    background-color: rgba(255, 255, 255, .1)
}

.main-slider.main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff
}

.main-slider.main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff;
    opacity: 1
}

.main-slider .thumb-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.main-slider .thumb-left .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.main-slider .thumb-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.main-slider.main-slider-bg-photo-wrap {
    height: 100vh
}

.main-slider.no-labels {
    padding-bottom: 0
}

.btn-prev {
    top: 50%;
    left: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.btn-next {
    top: 50%;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slider-shadow {
    -webkit-box-shadow: 25px 62px 62px rgba(0, 0, 0, .42);
    box-shadow: 25px 62px 62px rgba(0, 0, 0, .42)
}

.btn-next {
    position: absolute;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: block;
    z-index: 10;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    fill: #e1e1e1;
    stroke: inherit
}

.btn-next:hover {
    margin-right: -2px
}

.btn-next.btn-next-gray {
    fill: #4a4240
}

.btn-next.btn-next-black:hover {
    fill: #2f2c2c
}

.btn-next.btn-next-white {
    fill: #fff
}

@media (max-width:560px) {
    .btn-next {
        width: 30px;
        height: 30px
    }
}

.btn-prev {
    position: absolute;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: block;
    z-index: 10;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    fill: #e1e1e1;
    stroke: inherit
}

.btn-prev:hover {
    margin-left: -2px
}

.btn-prev.btn-prev-gray {
    fill: #4a4240
}

.btn-prev.btn-prev-black:hover {
    fill: #2f2c2c
}

.btn-prev.btn-prev-white {
    fill: #fff
}

@media (max-width:460px) {
    .btn-prev {
        width: 30px;
        height: 30px
    }
}

.slider-slides {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%
}

.slider-slides .main-slider-bg-light .content .text-wrap .slides-title {
    color: #2f2c2c
}

.slider-slides .main-slider-bg-light .content .text-wrap .slides-sub-title {
    color: #2f2c2c
}

.slider-slides .main-slider-bg-light .content .slides-number {
    color: #898989;
    opacity: .1
}

.slider-slides .triangle-slides {
    border: 20px solid transparent;
    display: block;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.slider-slides .triangle-slides.dark {
    border-bottom-color: #30302d
}

.slider-slides .triangle-slides.primary {
    border-bottom-color: #921b61
}

.slider-slides .triangle-slides.secondary {
    border-bottom-color: #921b61
}

.slider-slides .triangle-slides.orange {
    border-bottom-color: #fcb03b
}

.slider-slides .triangle-slides.green {
    border-bottom-color: #3cb878
}

.slides-item {
    display: table-cell;
    padding: 13px 46px;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .slides-item {
        padding: 10px
    }
}

@media (max-width:360px) {
    .slides-item {
        padding: 5px
    }
}

.slides-item .content {
    position: relative;
    overflow: hidden
}

.slides-item .content .text-wrap {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.slides-item .content .text-wrap .slides-title {
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
    text-transform: capitalize
}

@media (max-width:800px) {
    .slides-item .content .text-wrap .slides-title {
        font-size: 20px
    }
}

@media (max-width:640px) {
    .slides-item .content .text-wrap .slides-title {
        font-size: 14px;
        line-height: 1
    }
}

@media (max-width:480px) {
    .slides-item .content .text-wrap .slides-title {
        display: none
    }
}

.slides-item .content .text-wrap .slides-sub-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}

@media (max-width:640px) {
    .slides-item .content .text-wrap .slides-sub-title {
        display: none
    }
}

.slides-item .content .slides-number {
    font-size: 104px;
    color: #fff;
    opacity: .1;
    position: relative;
    float: right;
    line-height: 1
}

@media (max-width:800px) {
    .slides-item .content .slides-number {
        font-size: 90px
    }
}

@media (max-width:640px) {
    .slides-item .content .slides-number {
        font-size: 70px
    }
}

@media (max-width:570px) {
    .slides-item .content .slides-number {
        font-size: 50px
    }
}

@media (max-width:375px) {
    .slides-item .content .slides-number {
        font-size: 30px
    }
}

.slides-item.slide-active .triangle-slides {
    opacity: 1;
    top: -34px
}

.main-slider-bg-photo-wrap {
    min-height: 680px
}

.main-slider-bg-photo-wrap .slider-slides {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.main-slider-bg-photo-wrap .main-slider-bg-photo {
    -webkit-background-size: cover;
    background-size: cover
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content {
    position: relative;
    padding: 170px 0;
    max-width: 870px
}

@media (max-width:768px) {
    .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content {
        max-width: 100%
    }
}

@media (max-width:640px) {
    .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content {
        padding: 300px 0
    }
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.left {
    margin: 0;
    max-width: 670px;
    float: left
}

@media (max-width:768px) {
    .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.left {
        max-width: 100%
    }
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.right {
    margin: 0;
    max-width: 570px;
    float: right
}

@media (max-width:768px) {
    .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.right {
        max-width: 100%
    }
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content .slider-content-text {
    margin-bottom: 40px
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .btn-prev {
    top: 50%;
    left: 60px
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .btn-next {
    top: 50%;
    right: 60px
}

@media (max-width:320px) {
    .main-slider-bg-photo-wrap .main-slider-bg-photo .btn+.btn {
        margin-left: 0;
        margin-top: 20px
    }
}

.recent-post-slider {
    position: relative
}

.recent-post-slider .crumina-heading {
    margin-bottom: 40px
}

.recent-post-slider .pagination, .recent-post-slider .swiper-pagination {
    right: 0;
    top: -120px;
    z-index: 50
}

@media (max-width:980px) {
    .recent-post-slider .pagination, .recent-post-slider .swiper-pagination {
        top: 80px
    }
}

@media (max-width:320px) {
    .recent-post-slider .pagination, .recent-post-slider .swiper-pagination {
        top: 40px
    }
}

.clients-slider-module {
    background-color: #f7f9f9;
    position: relative
}

.clients-slider-module .btn-prev {
    bottom: 0;
    left: 42%;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width:980px) {
    .clients-slider-module .btn-prev {
        left: 30%
    }
}

@media (max-width:480px) {
    .clients-slider-module .btn-prev {
        left: 20%
    }
}

.clients-slider-module .btn-next {
    bottom: 0;
    right: 42%;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width:980px) {
    .clients-slider-module .btn-next {
        right: 30%
    }
}

@media (max-width:480px) {
    .clients-slider-module .btn-next {
        right: 20%
    }
}

.clients-slider-module .clients-item-wrap {
    position: relative;
    padding: 13px 0 104px 0;
    text-align: center
}

.clients-item-wrap {
    text-align: center
}

.recent-case-slider {
    position: relative
}

.recent-case-slider .heading, .recent-case-slider .crumina-heading {
    margin-bottom: 48px;
    display: inline-block
}

.recent-case-slider .heading .heading-title, .recent-case-slider .crumina-heading .heading-title {
    float: left
}

@media (max-width:640px) {
    .recent-case-slider .heading .heading-title, .recent-case-slider .crumina-heading .heading-title {
        float: none
    }
}

.recent-case-slider .heading .heading-decoration, .recent-case-slider .crumina-heading .heading-decoration {
    clear: both
}

.recent-case-slider .pagination, .recent-case-slider .swiper-pagination {
    right: 0;
    top: 0;
    z-index: 5
}

@media (max-width:980px) {
    .recent-case-slider .pagination, .recent-case-slider .swiper-pagination {
        top: 30px
    }
}

@media (max-width:640px) {
    .recent-case-slider .read-more {
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }
}

.recent-case-slider .top-pagination {
    padding-top: 125px;
    top: -125px;
    margin-bottom: -100px
}

.recent-case-slider .pagination-bottom {
    padding-bottom: 80px
}

.recent-case-slider .pagination-bottom .pagination, .recent-case-slider .pagination-bottom .swiper-pagination {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto
}

.slider-profit-wrap {
    position: relative
}

.slider-profit-wrap .slider-profit {
    position: relative
}

.slider-profit-wrap .slider-profit .slider-profit-thumb {
    position: relative
}

@media (max-width:480px) {
    .slider-profit-wrap .slider-profit .slider-profit-thumb {
        margin-top: 40px
    }
}

.slider-profit-wrap .slider-profit .btn {
    margin-top: 30px
}

.slider-profit-wrap .pagination-vertical {
    padding-left: 100px
}

.slider-profit-wrap .pagination, .slider-profit-wrap .swiper-pagination {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

@media (max-width:1280px) {
    .slider-profit-wrap .pagination, .slider-profit-wrap .swiper-pagination {
        left: 70px
    }
}

@media (max-width:640px) {
    .slider-profit-wrap .pagination, .slider-profit-wrap .swiper-pagination {
        left: 50%;
        top: auto;
        bottom: -20px
    }
}

.slider-profit-wrap .pagination .swiper-pagination-bullet, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 9px 5px;
    background-color: #acd373
}

@media (max-width:640px) {
    .slider-profit-wrap .pagination .swiper-pagination-bullet, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet {
        display: inline-block
    }
}

.slider-profit-wrap .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: transparent
}

.pagination-vertical {
    padding-left: 100px
}

@media (max-width:640px) {
    .pagination-vertical {
        padding-left: 50px
    }
}

.pagination-vertical .drag-helper {
    display: none
}

.swiper-slide>.main-slider {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0
}

@media (max-width:1280px) {
    .swiper-slide>.main-slider {
        height: auto
    }
}

@media (max-width:360px) {
    .swiper-slide>.main-slider {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.top-pagination .swiper-pagination.top-right {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

@media (max-width:800px) {
    .top-pagination .swiper-pagination.top-right {
        right: 0
    }
}

@media (max-width:320px) {
    .top-pagination .swiper-pagination.top-right {
        right: auto;
        left: 0
    }
}

.kc-carousel-images .bar, .kc-carousel-images .progressBar {
    height: 5px
}

.crumina-your-score {
    position: relative;
    overflow: hidden
}

.crumina-your-score .images img {
    position: absolute;
    opacity: 0
}

.crumina-your-score .images img:first-of-type {
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.crumina-your-score .images img:nth-child(2) {
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.crumina-your-score .images img:last-of-type {
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

@media (max-width:800px) {
    .call-to-action .table-cell {
        display: block;
        margin: 0 auto 30px;
        text-align: center
    }
}

@media (max-width:800px) {
    .call-to-action .table-cell:last-child {
        margin-bottom: 0
    }
}

.crumina-our-video {
    overflow: hidden;
    min-height: 350px;
    width: 100%;
    position: static!important
}

@media (max-width:640px) {
    .crumina-our-video {
        display: block
    }
}

.crumina-our-video.height-image {
    min-height: inherit
}

.crumina-our-video.height-image .video-thumb {
    min-height: 100%
}

kc[data-model]>.crumina-our-video>.full-block {
    left: -15px;
    right: -15px
}

.video-thumb {
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    min-height: 320px;
    background-color: #3cb878
}

.video-thumb.full-block {
    position: absolute;
    min-height: 100%
}

.video-thumb>img {
    width: 100%
}

.video-thumb .video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10
}

.counters {
    z-index: 2;
    overflow: hidden;
    position: relative;
    padding: 20px 0
}

@media (max-width:1024px) {
    .crumina-counter-item {
        text-align: center
    }
}

@media (max-width:1024px) {
    .crumina-counter-item {
        margin-bottom: 30px
    }
}

.crumina-counter-item .counter-numbers {
    font-size: 100px;
    line-height: 1;
    margin-bottom: -35px
}

@media (max-width:1024px) {
    .crumina-counter-item .counter-numbers {
        font-size: 80px
    }
}

@media (max-width:800px) {
    .crumina-counter-item .counter-numbers {
        font-size: 50px;
        margin-bottom: 0
    }
}

.crumina-counter-item .counter-numbers .units {
    display: inline-block
}

.crumina-counter-item .counter-title {
    color: #fff;
    margin: 0;
    line-height: 1.1
}

.crumina-counter-item .element-icon {
    display: inline-block;
    line-height: 1
}

.crumina-counter-item i {
    font-size: 70px;
    line-height: 1
}

.crumina-counter-item .counter-line {
    opacity: .8
}

.crumina-counter-item .counter-line .first {
    display: inline-block;
    width: 20px;
    height: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, .2)
}

.crumina-counter-item .counter-line .second {
    display: inline-block;
    width: 50px;
    height: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, .2)
}

.counter-item-default .counter-numbers {
    color: rgba(255, 255, 255, .4)
}

.counter-item-default i {
    color: rgba(255, 255, 255, .7)
}

.counter-item-modern .counter-numbers {
    margin-bottom: 0
}

.recent-case {
    margin: 60px 0
}

.recent-case .heading {
    margin-bottom: 60px
}

.crumina-case-item {
    padding: 30px;
    background-color: #f7f9f9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

@media (max-width:800px) {
    .crumina-case-item {
        margin-bottom: 30px
    }
}

.crumina-case-item .case-item__thumb {
    margin-bottom: 34px;
    -webkit-box-shadow: 0 16px 16px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 16px 16px -8px rgba(0, 0, 0, .3)
}

.crumina-case-item .case-item__title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px
}

.crumina-case-item .case-item__cat {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-case-item .case-item__cat a {
    display: inline-block;
    color: #757575;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.crumina-case-item:hover .case-item__title {
    color: #fff
}

.crumina-case-item:hover .case-item__cat {
    color: rgba(255, 255, 255, .5)
}

.crumina-case-item:hover .case-item__cat a {
    color: rgba(255, 255, 255, .5)
}

.crumina-case-item:hover .case-item__cat a:hover {
    color: #fff
}

.crumina-case-item.big {
    padding-bottom: 60px
}

.crumina-case-item.big .case-item__thumb {
    margin-bottom: 60px
}

.crumina-case-item.big .case-item__cat a {
    font-size: 16px
}

.crumina-case-item.big .case-item__title {
    font-size: 24px
}

@media (max-width:800px) {
    .crumina-case-item.big .case-item__title {
        font-size: 18px
    }
}

.cat-list {
    margin: 30px 0;
    padding: 0;
    list-style: none
}

.cat-list .cat-list__item {
    display: inline-block;
    padding: 20px
}

.cat-list .cat-list__item a {
    font-size: 17px;
    color: #2f2c2c;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cat-list .cat-list__item a:before {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    right: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-top: 2px solid
}

.cat-list .cat-list__item a:after {
    content: '';
    display: block;
    position: absolute;
    width: 15%;
    left: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-top: 2px solid
}

.cat-list .cat-list__item a:hover:after, .cat-list .cat-list__item a:hover:before {
    opacity: 1
}

.cat-list .cat-list__item.active a:after, .cat-list .cat-list__item.active a:before {
    opacity: 1
}

.cat-list>li:hover>a:after {
    width: 15%;
    -webkit-animation: cat-short .5s linear;
    animation: cat-short .5s linear
}

@-webkit-keyframes cat-short {
    0% {
        width: 0
    }
    50% {
        width: 40%
    }
    100% {
        width: 15%
    }
}

@keyframes cat-short {
    0% {
        width: 0
    }
    50% {
        width: 40%
    }
    100% {
        width: 15%
    }
}

.cat-list>li:hover>a:before {
    width: 80%;
    -webkit-animation: cat-long .5s linear;
    animation: cat-long .5s linear
}

@-webkit-keyframes cat-long {
    0% {
        width: 100%
    }
    50% {
        width: 55%
    }
    100% {
        width: 80%
    }
}

@keyframes cat-long {
    0% {
        width: 100%
    }
    50% {
        width: 55%
    }
    100% {
        width: 80%
    }
}

.cat-list-bg-style {
    margin: 50px 0;
    padding: 0;
    list-style: none
}

.cat-list-bg-style .cat-list__item {
    display: inline-block;
    background-color: #f7f9f9;
    margin: 0 5px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden
}

.cat-list-bg-style .cat-list__item a {
    font-size: 18px;
    color: #757575;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 20px;
    display: block
}

.cat-list-bg-style .cat-list__item a:hover {
    color: #fff
}

.cat-list-bg-style .cat-list__item.active a {
    color: #fff
}

.pricing-tables-wrap {
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 14px 32px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 14px 32px 10px rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.pricing-tables-wrap .bg-layer {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.pricing-tables-wrap .dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

@media (max-width:570px) {
    .pricing-tables-wrap .dots {
        display: none
    }
}

.pricing-tables-item {
    text-align: center;
    padding: 60px 0;
    position: relative
}

@media (max-width:1024px) {
    .pricing-tables-item {
        padding: 20px 0
    }
}

@media (max-width:570px) {
    .pricing-tables-item {
        margin-bottom: 30px
    }
}

.pricing-tables-item .pricing-title {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 26px;
    margin-bottom: 15px;
    color: #2f2c2c;
    display: block
}

@media (max-width:980px) {
    .pricing-tables-item .pricing-title {
        font-size: 20px
    }
}

.pricing-tables-item .pricing-table-content {
    position: relative;
    z-index: 5
}

.pricing-tables-item .bg-layer {
    background-color: #fff;
    -webkit-box-shadow: 15px 0 80px rgba(0, 0, 0, .2);
    box-shadow: 15px 0 80px rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.pricing-tables-item .pricing-tables-icon {
    width: 130px;
    height: 130px;
    border: 15px solid #f7f9f9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px
}

.pricing-tables-item .pricing-tables-icon i {
    font-size: 70px;
    color: #2f2c2c
}

.pricing-tables-item .pricing-tables-icon i, .pricing-tables-item .pricing-tables-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.pricing-tables-item .pricing-tables-position {
    font-size: 16px;
    margin: 0 0 21px 0;
    padding: 0;
    list-style: none
}

.pricing-tables-item .position-item {
    margin-bottom: 15px
}

.pricing-tables-item .position-item ins {
    color: #fcb03b;
    text-decoration: none
}

.pricing-tables-item .position-item strong {
    color: #2f2c2c;
    font-weight: 600
}

.pricing-tables-item .position-item em {
    color: #fcb03b;
    font-style: normal
}

.pricing-tables-item .rate {
    font-size: 24px;
    margin: 1.64em 0
}

.pricing-tables-item .dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

@media (max-width:570px) {
    .pricing-tables-item .dots {
        display: none
    }
}

.pricing-tables-item:hover .btn--dark {
    border-color: transparent;
    background-color: #921b61
}

.pricing-tables-item.highlight .bg-layer, .pricing-tables-item.hover-zoom:hover .bg-layer {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2
}

.pricing-tables-item.highlight .pricing-head, .pricing-tables-item.hover-zoom:hover .pricing-head {
    position: relative;
    min-height: 145px
}

.pricing-tables-item-head.no-icon .pricing-head {
    min-height: 50px
}

.pricing-tables-item-head .pricing-head {
    position: relative;
    min-height: 125px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #921b61
}

.pricing-tables-item-head .pricing-content-wrap {
    margin-top: -60px;
    background-color: #fff;
    padding: 0 60px 60px
}

.pricing-tables-item-head .pricing-tables-icon {
    background-color: #fff
}

.pricing-tables-item-colored {
    color: #fff
}

.pricing-tables-item-colored .pricing-title {
    color: #fff
}

.pricing-tables-item-colored .bg-layer {
    background: #921b61
}

.pricing-tables-item-colored .pricing-tables-icon {
    border: none
}

.pricing-tables-item-colored .pricing-title:hover {
    color: #2f2c2c
}

.pricing-tables-item-colored .position-item {
    color: #fff
}

.pricing-tables-item-colored .position-item .count {
    color: #fff
}

.pricing-tables-item-colored .position-item strong, .pricing-tables-item-colored .position-item em {
    color: #fff;
    font-style: normal
}

.pricing-tables-item-colored .rate {
    color: #fff
}

.pricing-tables-item-colored:hover .btn {
    border-color: transparent;
    background-color: #2f2c2c
}

.pricing-tables-item-colored:hover .pricing-title {
    color: #2f2c2c
}

.client-item {
    display: inline-block;
    position: relative;
    padding: 0 39px;
    text-align: center
}

@media (max-width:768px) {
    .client-item {
        padding: 0 20px
    }
}

@media (max-width:570px) {
    .client-item {
        margin-bottom: 30px
    }
}

.client-item .client-image {
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center
}

.client-item .client-image img {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.client-item:hover .client-image {
    opacity: .5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.image-opacity {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.image-opacity:hover {
    opacity: .5
}

#subscribe-section {
    color: #fff
}

.subscribe {
    padding: 72px 15px;
    overflow: hidden;
    position: relative
}

@media (max-width:1024px) {
    .subscribe {
        padding: 72px 15px 170px
    }
}

.subscribe form {
    margin-bottom: 25px
}

.subscribe .subscribe-title {
    margin-bottom: 23px;
    color: inherit
}

.subscribe .sub-title {
    opacity: .75;
    float: left
}

.subscribe .images-block img, .subscribe .images img {
    position: absolute;
    opacity: 0
}

.subscribe .images-block img.mail, .subscribe .images img.mail {
    left: 0;
    bottom: -100%
}

@media (max-width:1199px) {
    .subscribe .images-block img.mail, .subscribe .images img.mail {
        width: 11%
    }
}

@media (max-width:768px) {
    .subscribe .images-block img.mail, .subscribe .images img.mail {
        width: 35%
    }
}

@media (max-width:640px) {
    .subscribe .images-block img.mail, .subscribe .images img.mail {
        width: 40%
    }
}

@media (max-width:360px) {
    .subscribe .images-block img.mail, .subscribe .images img.mail {
        width: 60%
    }
}

.subscribe .images-block img.gear, .subscribe .images img.gear {
    top: 50px;
    right: 0
}

@media (max-width:800px) {
    .subscribe .images-block img.gear, .subscribe .images img.gear {
        top: 10px
    }
}

.subscribe .images-block img.mail-2, .subscribe .images img.mail-2 {
    bottom: -50px;
    right: -100%
}

.form-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:460px) {
    .form-subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.form-subscribe>* {
    height: 100%
}

@media (max-width:460px) {
    .form-subscribe>* {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.form-subscribe input {
    background-color: #fff;
    padding: 17px 40px;
    font-size: 16px;
    color: #797676;
    border-color: transparent;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    width: 70%;
    margin-bottom: 0
}

@media (max-width:460px) {
    .form-subscribe input {
        width: 100%;
        margin-bottom: 20px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

.form-subscribe input:focus {
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc
}

.form-subscribe.with-name input {
    width: 35%
}

.form-subscribe.with-name .name {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #f7f9f9
}

@media (max-width:460px) {
    .form-subscribe.with-name input {
        width: 100%
    }
    .form-subscribe.with-name .name {
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border-left: none
    }
}

.form-subscribe.with-name.name-field-swap input {
    width: 35%;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (max-width:460px) {
    .form-subscribe.with-name.name-field-swap input {
        width: 100%;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

.form-subscribe.with-name.name-field-swap .name {
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    border-left: 1px solid #f7f9f9
}

@media (max-width:460px) {
    .form-subscribe.with-name.name-field-swap .name {
        width: 100%;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

.form-subscribe button {
    display: inline-block;
    background-color: #2f2c2c;
    padding: 18px 40px;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 30%;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center
}

@media (max-width:480px) {
    .form-subscribe button {
        padding: 17px 10px
    }
}

@media (max-width:460px) {
    .form-subscribe button {
        padding: 20px;
        width: 100%;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(47, 44, 44, .85);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: -999
}

body.overlay-enable:before {
    opacity: .8;
    z-index: 500
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(47, 44, 44, .85);
    opacity: .8;
    z-index: 25
}

.overlay_search {
    z-index: 100;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.overlay_search:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(37, 35, 35, .97);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(.04) translateY(9999px);
    -ms-transform: scale(.04) translateY(9999px);
    transform: scale(.04) translateY(9999px);
    overflow: hidden
}

.overlay_search .form_search-wrap {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    min-width: 1170px;
    opacity: 0
}

@media (max-width:1024px) {
    .overlay_search .form_search-wrap {
        min-width: 90%;
        padding: 0 15px
    }
}

@media (max-width:980px) {
    .overlay_search .form_search-wrap {
        min-width: 72%
    }
}

@media (max-width:800px) {
    .overlay_search .form_search-wrap {
        min-width: 90%
    }
}

.overlay_search .form_search-wrap form {
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.overlay_search .form_search-wrap form .overlay_search-input {
    background-color: transparent;
    padding: 0 0 25px;
    border: none;
    border-bottom: 2px solid #707070;
    color: #707070;
    font-size: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0
}

.overlay_search .form_search-wrap form .overlay_search-input:hover {
    border-bottom: 2px solid #fff;
    color: #757575
}

.overlay_search .form_search-wrap form .overlay_search-input:hover+.overlay_search-close span {
    background: #757575
}

.overlay_search .form_search-wrap form .overlay_search-input:focus {
    border-bottom: 2px solid;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.overlay_search .form_search-wrap form .overlay_search-close {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    right: -5px;
    top: 0
}

.overlay_search .form_search-wrap form .overlay_search-close span {
    display: block;
    height: 2px;
    background: #707070;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 50%;
    position: absolute
}

.overlay_search .form_search-wrap form .overlay_search-close span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.overlay_search .form_search-wrap form .overlay_search-close span:last-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.open .overlay_search {
    top: 0
}

.open .overlay_search:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards
}

.open .overlay_search .form_search-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: opacity 3s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
    -webkit-transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out, opacity 1s ease-out;
    transition: transform .5s ease-out, opacity 1s ease-out;
    transition: transform .5s ease-out, opacity 1s ease-out, -webkit-transform .5s ease-out;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0);
        transform: scale(.02) translateY(0)
    }
    61% {
        -webkit-transform: scale(.04);
        transform: scale(.04)
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0);
        transform: scale(.02) translateY(0)
    }
    61% {
        -webkit-transform: scale(.04);
        transform: scale(.04)
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.right-menu {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 500px;
    height: 100%;
    z-index: 555;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    background-color: #fff
}

@media (max-width:570px) {
    .right-menu {
        max-width: 100%
    }
}

.right-menu .ps {
    max-height: 100%
}

@media (max-width:570px) {
    .right-menu .logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width:570px) {
    .right-menu .logo img {
        margin-right: 0
    }
}

@media (max-width:570px) {
    .right-menu .login-btn-wrap .btn {
        float: none
    }
}

@media (max-width:570px) {
    .right-menu .remember-wrap {
        display: block;
        margin-top: 20px
    }
}

.right-menu.opened {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.right-menu.opened .right-menu-wrap .user-menu-close {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.right-menu .right-menu-wrap {
    padding: 80px 75px 30px;
    background-color: #fff
}

@media (max-width:570px) {
    .right-menu .right-menu-wrap {
        padding: 60px 30px 30px
    }
}

.right-menu .user-menu-close {
    position: absolute;
    left: -36px;
    top: 83px;
    width: 70px;
    height: 70px;
    border: 3px solid #2f2c2c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 35;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

@media (max-width:768px) {
    .right-menu .user-menu-close {
        width: 50px;
        height: 50px;
        border-width: 3px;
        left: auto;
        right: 15px;
        top: 15px
    }
}

.right-menu .user-menu-content {
    width: 64px;
    height: 64px;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: block
}

@media (max-width:768px) {
    .right-menu .user-menu-content {
        width: 44px;
        height: 44px;
        border-width: 2px
    }
}

.right-menu .user-menu-content span {
    display: block;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    width: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 25%;
    top: 50%;
    position: absolute
}

.right-menu .user-menu-content span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.right-menu .user-menu-content span:last-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.right-menu .text {
    margin-bottom: 0
}

.right-menu .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    opacity: .85
}

.right-menu .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .right-menu .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    opacity: .9
}

.right-menu .mCSB_scrollTools .mCSB_draggerRail {
    opacity: .5
}

.right-menu .widget {
    padding: 30px 75px 40px;
    margin-bottom: 0
}

@media (max-width:570px) {
    .right-menu .widget {
        padding: 15px 30px
    }
}

.right-menu .widget:nth-child(even) {
    background-color: transparent
}

.right-menu .widget:nth-child(odd) {
    background-color: #f7f9f9
}

.features-item {
    text-align: center;
    padding: 20px 0
}

.features-item .features-item__thumb {
    margin-bottom: 30px
}

.features-item a {
    margin-bottom: 10px;
    font-size: 30px;
    display: block
}

@media (max-width:570px) {
    .features-item a {
        font-size: 24px
    }
}

.features-item .features-text {
    font-size: 16px;
    margin-bottom: 19px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto
}

.features-item .read-more {
    font-size: 16px;
    color: #ccc;
    display: block
}

.features-item .read-more i {
    margin-left: 10px;
    font-size: 13px
}

.contacts-item .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.contacts-item .content {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden
}

.contacts-item .content .sub-title {
    font-size: 16px
}

@media (max-width:1024px) {
    .contacts-item .content .sub-title {
        font-size: 13px
    }
}

.contacts-item .title {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

span.wpcf7-not-valid-tip {
    position: relative;
    top: -1.5em
}

textarea {
    width: 100%;
    min-height: 140px
}

.contact-form {
    position: relative;
    margin-top: 30px
}

.contact-form label sup {
    margin-left: 3px
}

.contact-form abbr {
    text-decoration: none
}

.contact-form .checked {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: -15px
}

.contact-form .checked-icon {
    position: relative;
    display: block
}

.contact-form .checked-icon:after {
    content: "\e908";
    font-family: 'seosight';
    position: absolute;
    right: 20px;
    bottom: 50px
}

.contact-form .focus-white:focus {
    background-color: #fff
}

.contact-form textarea {
    min-height: 200px;
    width: 100%
}

.contact-form input {
    width: 100%
}

.input-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: block
}

.input-title .optional {
    color: #797676;
    font-size: 14px;
    margin-left: 10px
}

.submit-block {
    overflow: hidden
}

.submit-block .btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:768px) {
    .submit-block .btn {
        margin-bottom: 30px
    }
}

.submit-block .submit-block-text {
    font-size: 14px;
    margin-bottom: 0
}

@media (max-width:360px) {
    .submit-block {
        display: block
    }
}

@media (max-width:768px) {
    .submit-block .table-cell {
        float: left
    }
}

.remember-wrap {
    display: table-cell;
    vertical-align: middle
}

.remember-wrap .checkbox {
    position: relative
}

.remember-wrap .checkbox input[type=checkbox] {
    display: none
}

.remember-wrap .checkbox label {
    padding-left: 30px;
    color: #2f2c2c
}

.remember-wrap .checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none
}

.remember-wrap .checkbox input[type=checkbox]:checked+label:before {
    content: "\2714";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px
}

.remember-wrap .checkbox.gray label:before {
    background-color: #dce1e1
}

.remember-wrap .choose-select {
    position: relative;
    display: block
}

.remember-wrap .choose-select:after {
    content: '\e908';
    display: block;
    width: 60px;
    height: 64px;
    background-color: #f1f3f3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #e3e9e9;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-family: seosight;
    line-height: 64px;
    text-align: center;
    cursor: pointer
}

.remember-wrap .choose-select .checked {
    color: #cfcfcf;
    right: 15px;
    margin-top: 0
}

.choose-select {
    position: relative;
    display: block
}

.choose-select:after {
    content: '\e908';
    display: block;
    width: 60px;
    height: 64px;
    background-color: #f1f3f3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #e3e9e9;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-family: seosight;
    line-height: 64px;
    text-align: center;
    cursor: pointer
}

.choose-select .checked {
    color: #cfcfcf;
    right: 15px;
    margin-top: 0
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    overflow: hidden;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.cd-horizontal-timeline ol, .cd-horizontal-timeline ol li {
    list-style: none;
    margin: 0;
    padding: 0
}

.cd-horizontal-timeline li:before {
    display: none
}

.cd-horizontal-timeline::before {
    content: 'mobile';
    display: none
}

.cd-horizontal-timeline.loaded {
    opacity: 1
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    margin: 0 auto
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 60px;
    overflow: hidden
}

.cd-horizontal-timeline .events-wrapper::after {
    content: '';
    position: absolute;
    top: 49px;
    height: 6px;
    width: 100%;
    left: 0;
    background: #fecb16;
    z-index: -1
}

.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 6px;
    background: #fecb16;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: -60px;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 5px;
    color: #acacac;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -36px;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fecb16;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none
}

.cd-timeline-navigation {
    list-style: none;
    margin: 0
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s
}

.cd-timeline-navigation a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #d7d7d7;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    z-index: 999;
    -webkit-box-shadow: -40px 0 15px 0 #fff;
    box-shadow: -40px 0 15px 0 #fff
}

.cd-timeline-navigation a.prev:hover, .cd-timeline-navigation a.next:hover {
    color: transparent
}

.cd-timeline-navigation a.next {
    right: 0;
    -webkit-box-shadow: -40px 0 15px 0 #fff;
    box-shadow: -40px 0 15px 0 #fff;
    z-index: 999
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf
}

.cd-timeline-navigation a.inactive:hover:before {
    color: #d7d7d7
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s
}

.cd-horizontal-timeline .events-content ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.cd-horizontal-timeline .events-content+.timeline {
    margin-top: 80px
}

.cd-horizontal-timeline .timeline+.events-content {
    margin-top: 80px
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.cd-horizontal-timeline .events-content li>* {
    margin: 0 auto
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: 700;
    font-size: 2.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto
}

.cd-horizontal-timeline .events-content em::before {
    content: '- '
}

.cd-horizontal-timeline .events-content em {
    line-height: 1.6
}

.time-line-content .time-line-subtitle {
    color: #757575;
    margin-bottom: 20px
}

.time-line-content .time-line-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2
}

.time-line-content .time-line-text {
    font-size: 18px;
    color: #acacac
}

@media (max-width:570px) {
    .time-line-thumb {
        margin-bottom: 30px
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.crumina-teammembers-item {
    text-align: center
}

.crumina-teammembers-item .module-image, .crumina-teammembers-item>img {
    margin-bottom: 30px
}

.crumina-teammembers-item .teammembers-item-name {
    margin-bottom: 5px;
    display: block
}

.crumina-teammembers-item .teammembers-item-prof {
    margin-bottom: 15px
}

.crumina-teammembers-item .socials .social__item {
    margin-left: 10px
}

.crumina-teammembers-item .socials .social__item:first-child {
    margin-left: 0
}

.skills-item {
    margin-bottom: 25px
}

.skills-item-meter-active {
    position: relative;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 6px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.skills-item-meter-active.skills-animate {
    -webkit-animation: skills-animated 1.2s ease-out;
    animation: skills-animated 1.2s ease-out
}

.skills-item-meter-active.skills-animate-opacity {
    -webkit-animation: skills-animated-opacity .2s ease-out;
    animation: skills-animated-opacity .2s ease-out
}

.skills-item-meter-active:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border: 4px solid;
    border-color: inherit;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.skills-item-meter {
    padding: 0 5px;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(55, 52, 52, .7);
    position: relative;
    height: 17px
}

.skills-item-meter.bg-border-color {
    background-color: #f7f9f9
}

.skills-item-title {
    font-size: 16px
}

.skills-item-count {
    font-size: 16px;
    float: right
}

.skills-item-info {
    margin-bottom: 15px
}

@-webkit-keyframes skills-animated {
    0% {
        width: 0
    }
}

@keyframes skills-animated {
    0% {
        width: 0
    }
}

@-webkit-keyframes skills-animated-opacity {
    100% {
        opacity: 1
    }
}

@keyframes skills-animated-opacity {
    100% {
        opacity: 1
    }
}

@media (max-width:570px) {
    .crumina-pie-chart-item {
        margin-bottom: 30px
    }
}

.pie-chart {
    width: 170px;
    height: 170px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #f7f9f9;
    float: left;
    margin-right: 30px
}

@media (max-width:980px) {
    .pie-chart {
        float: none;
        margin-bottom: 30px
    }
}

.pie-chart:after {
    content: '';
    display: block;
    width: 145px;
    height: 145px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid #f7f9f9;
    z-index: -1
}

.pie-chart .content {
    font-size: 40px;
    color: #2f2c2c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.pie-chart img, .pie-chart .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 60px;
    line-height: 1
}

.pie-chart-content {
    overflow: hidden
}

.pie-chart-content a {
    color: #757575;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px
}

.pie-chart-content a i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px
}

.pie-chart-content-text {
    margin-bottom: 20px
}

.pie-chart-content-title {
    line-height: 1.2;
    margin-bottom: 15px
}

.pie-chart canvas {
    max-width: 100%
}

.chart-js canvas {
    margin-bottom: 60px;
    max-width: 100%
}

.chart-js .points {
    padding-left: 50px
}

@media (max-width:1024px) {
    .chart-js .points {
        padding-left: 0
    }
}

.chart-js .points .points-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.chart-js .points .points-item-count {
    font-size: 14px;
    color: #2f2c2c;
    display: inline-block
}

.chart-js .points .point-sircle {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent;
    margin-right: 20px;
    float: left
}

.comments, .commentlist {
    overflow: hidden;
    float: none
}

.comments ol li::before, .commentlist ol li::before {
    display: none
}

.comments__list {
    list-style: none;
    margin: 0 0 73px 0;
    padding: 0
}

.comments__item .children {
    margin: 30px 0 0 60px;
    list-style: none;
    padding: 0
}

@media (max-width:980px) {
    .comments__item .children {
        margin-left: 30px;
        padding-left: 0
    }
}

.comments__article {
    border-bottom: 2px solid #f1f3f3;
    padding-bottom: 40px;
    margin-bottom: 30px
}

.comments__article .comment-content {
    margin-bottom: 30px
}

.comments__article .comments__header .comments__author {
    margin-right: 15px;
    color: #2f2c2c;
    font-style: normal
}

.comments__article .comments__header .comments__author a {
    margin: 0
}

.comments__article .comments__header .comments__author .replied {
    font-size: 16px;
    color: #757575
}

.comments__article .comments__header .comments__time {
    position: relative;
    color: #ccc;
    font-size: 14px;
    display: block
}

.comments__article .comments__avatar {
    float: left;
    margin: 0 30px
}

.comments__article .comments__avatar .avatar {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.comments__article .comments__body {
    overflow: hidden
}

.comments__article .comments__body .reply {
    float: left;
    font-size: 26px;
    color: #d7d7d7;
    margin-right: 30px
}

.comments__article .comments__body .reply:hover {
    color: #921b61
}

.comments__article .comment-reply-link {
    font-size: 26px;
    color: #d7d7d7
}

.comments__article .comments__time a {
    color: #a7a7a7
}

.comments .comment-list .children, .commentlist .comment-list .children {
    margin: 30px 0 0 60px;
    list-style: none;
    padding: 0
}

@media (max-width:640px) {
    .comments .comment-list .children, .commentlist .comment-list .children {
        margin: 30px 0 0 30px
    }
}

.comment-list {
    padding-left: 0
}

.comment-list li {
    padding-left: 0
}

ol.comments li:before, ol.commentlist li:before {
    display: none
}

ol.comments li {
    padding-left: 0
}

ol.comments {
    padding-left: 0;
    padding-right: 0
}

.comments__item-review {
    margin-bottom: 40px;
    border-bottom: 2px solid #f1f3f3
}

.comments__item-review .ratings {
    color: #ccc
}

.comments__item-review .ratings .fa-star {
    color: #fcd846
}

.comments__list-review {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0
}

.comments__avatar-review {
    float: left;
    margin-right: 30px
}

.comments__author-review {
    margin-right: 15px;
    font-size: 18px;
    color: #2f2c2c;
    font-style: normal
}

.comments__author-review a {
    color: #2f2c2c
}

.comments__header-review {
    margin-bottom: 15px
}

.comments__header-review>a {
    position: relative;
    color: #ccc;
    font-size: 14px
}

.leave-reply {
    background-color: #f7f9f9;
    overflow: hidden;
    padding: 70px 60px 80px
}

@media (max-width:800px) {
    .leave-reply {
        padding: 30px
    }
}

.leave-reply .crumina.heading, .leave-reply .crumina.crumina-heading {
    margin-bottom: 60px
}

.leave-reply input, .leave-reply textarea {
    background-color: #fff
}

.leave-reply .form-submit {
    display: none
}

.leave-reply textarea {
    margin-bottom: 40px
}

@media (max-width:360px) {
    .leave-reply .submit-block {
        display: block
    }
}

.leave-reply .submit-block .btn {
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .leave-reply .submit-block .btn {
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .leave-reply .submit-block .btn {
        margin-bottom: 30px
    }
}

.leave-reply .submit-block .submit-block-text {
    font-size: 12px;
    line-height: 1.2;
    color: #757575
}

.leave-reply .submit-block .submit-block-text span {
    color: #989898
}

@media (max-width:480px) {
    .leave-reply .submit-block.display-flex {
        display: block
    }
}

#comment-nav-above, #comment-nav-below {
    padding: 0 0 60px 0
}

.logged-in-as {
    padding-bottom: 20px
}

.socials-panel-item {
    cursor: pointer;
    width: 20%;
    text-align: center;
    padding: 25px;
    display: inline-block;
    float: left;
    min-height: 80px
}

@media (max-width:1024px) {
    .socials-panel-item {
        width: 33.33%
    }
}

@media (max-width:570px) {
    .socials-panel-item {
        width: 50%
    }
}

@media (max-width:480px) {
    .socials-panel-item {
        width: 100%
    }
}

.socials-panel-item .social__item {
    display: inline-block;
    color: #fff
}

.socials-panel-item .social__item i {
    font-size: 24px;
    margin-right: 15px
}

.woocommerce-checkout-review-order-table .cart_item td {
    padding-left: 100px
}

@media (max-width:640px) {
    .woocommerce-checkout-review-order-table .cart_item td {
        padding-left: 20px
    }
}

.woocommerce-checkout-review-order-table .cart_item.subtotal {
    background-color: #f7f9f9
}

.woocommerce-checkout-review-order-table .cart_item.subtotal .cart-product-title {
    text-transform: uppercase
}

.woocommerce-checkout-review-order-table .cart_item.subtotal .product-subtotal .total {
    color: #2f2c2c
}

.woocommerce-checkout-review-order-table .cart_item.subtotal:after {
    display: none
}

.woocommerce-checkout-review-order-table .cart_item.total .cart-product-title {
    color: #fff;
    text-transform: uppercase
}

.woocommerce-checkout-review-order-table .cart_item.total .product-subtotal .total {
    color: #fff
}

.woocommerce-checkout-review-order-table .cart_item.total:after {
    display: none
}

.woocommerce-checkout-review-order-table .cart_item.total .product-thumbnail:after {
    content: '';
    display: block;
    border: 30px solid transparent;
    border-top: 20px solid;
    position: absolute;
    bottom: -50px;
    left: 100px;
    opacity: 1
}

.woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr>th {
    padding: 30px 0 30px 100px
}

@media (max-width:768px) {
    .woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr>th {
        padding-left: 20px
    }
}

.woocommerce-checkout-review-order-table .product-quantity .quantity {
    font-size: 18px;
    color: #2f2c2c
}

.woocommerce-checkout-review-order-table .actions {
    padding: 40px 100px
}

.order .order-title {
    margin-bottom: 60px
}

.order .cheque {
    padding: 85px 100px;
    overflow: hidden
}

@media (max-width:460px) {
    .order .cheque {
        padding: 30px
    }
}

.order .cheque .cheque-content .cheque-content-title {
    margin-bottom: 15px
}

.order .cheque .cheque-content .cheque-content-subtitle {
    font-size: 16px;
    margin-bottom: 30px
}

.order .cheque .logos a {
    margin-right: 8px;
    margin-top: 22px;
    display: inline-block
}

@media (max-width:480px) {
    .order .cheque .logos a {
        float: left
    }
}

.order .cheque .logos a.pay-pal {
    margin-right: 60px;
    margin-top: 9px
}

.order .cheque .logos .btn {
    float: right;
    padding: 25px 80px
}

@media (max-width:800px) {
    .order .cheque .logos .btn {
        float: left;
        margin-top: 30px
    }
}

@media (max-width:480px) {
    .order .cheque .logos .btn {
        padding: 25px 30px
    }
}

.crumina-product-description-border {
    position: relative;
    margin-top: 60px;
    margin-left: 30px;
    float: left
}

@media (max-width:1024px) {
    .crumina-product-description-border {
        margin-left: 0
    }
}

.crumina-product-description-border .product-description-thumb {
    z-index: 5;
    top: -60px;
    left: -30px;
    position: relative;
    width: 45%;
    float: left
}

@media (max-width:1024px) {
    .crumina-product-description-border .product-description-thumb {
        left: 0
    }
}

@media (max-width:800px) {
    .crumina-product-description-border .product-description-thumb {
        margin: 0 auto;
        max-width: 80%;
        float: none;
        top: -20px
    }
}

@media (max-width:570px) {
    .crumina-product-description-border .product-description-thumb {
        width: 80%
    }
}

.crumina-product-description-border .product-description-thumb img {
    width: 100%
}

.crumina-product-description-border .product-description-content {
    padding: 90px;
    width: 55%;
    float: left
}

@media (max-width:800px) {
    .crumina-product-description-border .product-description-content {
        padding: 30px;
        float: none;
        width: auto
    }
}

.crumina-product-description-border .product-description-text {
    padding-top: 20px;
    font-size: 18px
}

.crumina-product-description-border .product-description-border {
    border: 6px solid #f7f9f9;
    position: absolute;
    height: 100%;
    width: 80%;
    top: 0;
    right: 0
}

@media (max-width:800px) {
    .crumina-product-description-border .product-description-border {
        width: 100%
    }
}

.crumina-product-description-border.even {
    margin-left: 0;
    margin-right: 30px
}

.crumina-product-description-border.even .product-description-thumb {
    left: auto;
    right: -30px;
    float: right
}

@media (max-width:1024px) {
    .crumina-product-description-border.even .product-description-thumb {
        right: 0
    }
}

@media (max-width:800px) {
    .crumina-product-description-border.even .product-description-thumb {
        margin: 0 auto;
        max-width: 80%;
        float: none
    }
}

@media (max-width:570px) {
    .crumina-product-description-border.even .product-description-thumb {
        width: 80%
    }
}

.crumina-product-description-border.even .product-description-content {
    padding: 90px
}

@media (max-width:800px) {
    .crumina-product-description-border.even .product-description-content {
        padding: 30px;
        float: none;
        width: auto
    }
}

.crumina-product-description-border.even .product-description-border {
    right: auto;
    left: 0
}

.crum-icon-module .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.crum-icon-module .icon i {
    font-size: 70px;
    line-height: 1
}

.crum-icon-module .icon-block-info {
    display: inline-block;
    vertical-align: middle
}

@media (max-width:800px) {
    .crum-icon-module .module-title {
        font-size: 18px
    }
}

.widget {
    margin-bottom: 80px
}

.widget ul {
    list-style: none
}

@media (max-width:768px) {
    .widget {
        margin-bottom: 30px
    }
}

.widget .heading, .widget .crumina-heading {
    margin-bottom: 30px
}

@media (max-width:768px) {
    .sidebar .widget:first-child {
        margin-top: 40px
    }
}

.visual-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.widget .es_textbox_class {
    width: 100%
}

.widget .es_lablebox {
    padding-bottom: 3px;
    padding-left: 40px
}

.widget .es_textbox_button {
    width: auto;
    background-color: #921b61;
    color: #fff;
    padding: 22px 50px;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer
}

@media (max-width:768px) {
    .widget .es_textbox_button {
        padding: 15px 35px;
        font-size: 13px
    }
}

form.w-search {
    position: relative
}

form.w-search input {
    width: 100%
}

form.w-search button.icon {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 26px;
    color: #e1e1e1;
    background: transparent
}

.w-latest-news .latest-news-wrap {
    margin-bottom: 30px
}

.w-latest-news .post-additional-info {
    margin-bottom: 0
}

.w-latest-news .post__date {
    color: #a7a7a7
}

.w-latest-news .post__date time {
    font-size: 14px
}

.w-latest-news .post__date>* {
    display: inline-block;
    vertical-align: middle
}

.w-latest-news .post__date i {
    font-size: 20px;
    margin-right: 10px
}

.latest-news-item {
    padding: 20px 0;
    border-bottom: 2px solid #f7f9f9
}

.latest-news-item:last-child {
    border-bottom: none
}

.latest-news-item .post__title {
    font-size: 20px
}

.latest-news-item .post__title:hover {
    color: #921b61
}

.project-meta .post__date {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 15px 25px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.project-meta .likes {
    display: inline-block;
    color: #ff454f;
    vertical-align: middle
}

.category-post-item {
    color: #757575;
    margin-bottom: 15px
}

.category-post-item .post-count {
    font-size: 14px;
    margin-right: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 20px;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    top: 2px
}

.category-post-item a {
    color: #757575;
    position: relative;
    display: block;
    overflow: hidden
}

.category-post-item a i {
    margin-left: 5px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #921b61;
    position: relative;
    font-size: 12px
}

.category-post-item:hover .post-count {
    color: #2f2c2c
}

.category-post-item:hover a {
    color: #921b61
}

.category-post-item:hover a i {
    opacity: 1
}

.w-about .text-wrap+.btn {
    margin-top: 20px
}

.w-banner {
    padding: 60px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    text-align: center
}

.w-banner .w-banner-content-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px
}

.w-banner .w-banner-content-title {
    margin-bottom: 20px;
    line-height: 1.3
}

@media (max-width:1024px) {
    .w-banner .w-banner-content-title {
        font-size: 22px
    }
}

.w-follow-title {
    display: inline-block;
    color: #fff;
    background-color: inherit
}

.social-icon {
    margin-right: 20px;
    color: #fff;
    font-size: 24px
}

.w-follow-add {
    display: inline-block;
    width: 60px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .1)
}

.w-follow-add i {
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w-follow-add i.plus {
    opacity: 1
}

.w-follow-add i.check {
    opacity: 0
}

.w-follow-add.active i.plus {
    opacity: 0
}

.w-follow-add.active i.check {
    opacity: 1
}

.w-follow-item {
    padding: 12px 15px 12px 40px;
    display: inline-block;
    min-height: 60px;
    width: 100%;
    position: relative
}

@media (max-width:1024px) {
    .w-follow-item {
        padding: 15px
    }
}

.w-tags {
    overflow: hidden
}

.w-tags.post-tags {
    clear: both
}

.w-tags .tags-wrap a {
    padding: 10px 15px;
    font-size: 15px;
    color: inherit;
    border: 2px solid #dddede;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1024px) {
    .w-tags .tags-wrap a {
        padding: 10px 20px
    }
}

.w-tags .tags-wrap a:hover {
    background-color: #921b61;
    color: #fff;
    border-color: #921b61
}

.w-custom-menu {
    overflow: hidden
}

.w-custom-menu ul {
    line-height: 1.2;
    font-size: 14px
}

@media (max-width:1024px) {
    .w-custom-menu ul {
        width: 100%
    }
}

.w-custom-menu li {
    margin-bottom: 1.1em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.w-custom-menu ul ul {
    margin-left: 1em;
    margin-top: 1.1em
}

.w-custom-menu i {
    margin-right: 15px;
    margin-top: 3px
}

.w-custom-menu a:hover {
    margin-left: 10px
}

.w-login .top-avatar {
    text-align: center;
    margin-bottom: 20px
}

.w-login .helped {
    text-align: center
}

.w-login .w-custom-menu {
    margin-top: 30px;
    margin-bottom: 10px
}

.w-login .helped a {
    margin-bottom: 5px;
    display: block;
    text-align: left
}

.remember-wrap {
    display: table-cell;
    vertical-align: middle
}

.remember-wrap .checkbox {
    position: relative
}

.remember-wrap .checkbox input[type=checkbox] {
    display: none
}

.remember-wrap .checkbox label {
    padding-left: 30px
}

.remember-wrap .checkbox input {
    margin-bottom: 25px
}

.remember-wrap .checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none
}

.remember-wrap .checkbox input[type=checkbox]:checked+label:before {
    content: "\2714";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px
}

.login-btn-wrap {
    overflow: hidden;
    padding-bottom: 20px;
    display: table
}

.login-btn-wrap .btn {
    float: left;
    margin-right: 20px
}

.sidebar .login-btn-wrap {
    display: block
}

.sidebar .login-btn-wrap .btn {
    float: none;
    margin-right: 0;
    margin-bottom: 20px
}

.sidebar .remember-wrap {
    display: block
}

.w-contacts .contacts-icon {
    max-width: 48px;
    max-height: 48px
}

.w-contacts {
    display: block
}

.w-contacts .contacts-title, .w-contacts .heading-title {
    font-size: 30px;
    margin-bottom: 20px
}

.w-contacts .contacts-text {
    margin-bottom: 30px
}

.w-contacts .contacts-item {
    margin-bottom: 20px
}

.w-contacts .contacts-item img {
    float: left;
    margin: auto 30px auto auto
}

.w-contacts .contacts-item .content {
    overflow: hidden
}

.w-contacts .contacts-item .content a {
    font-size: 22px
}

.w-contacts .contacts-item .sub-title {
    font-size: 14px;
    color: #757575;
    margin-bottom: 0
}

.sidebar .contacts-item .content {
    overflow: hidden
}

.sidebar .contacts-item .content a {
    font-size: 18px
}

.w-instagramm {
    overflow: hidden
}

.w-instagramm__a {
    float: left;
    text-align: center;
    position: relative
}

.w-instagramm__a a {
    display: block
}

.w-instagramm__a img {
    width: 100%;
    height: auto
}

.w-instagramm-padding .w-instagramm__a {
    padding: 5px
}

.w-instagramm-padding .w-instagramm__wrap {
    margin: 0 -5px
}

.w-instagramm--1-col .w-instagramm__a {
    width: 100%
}

.w-instagramm--2-col .w-instagramm__a {
    width: 50%
}

.w-instagramm--3-col .w-instagramm__a {
    width: 33.33%
}

.w-instagramm--4-col .w-instagramm__a {
    width: 25%
}

.w-instagramm--5-col .w-instagramm__a {
    width: 20%
}

.w-instagramm--6-col .w-instagramm__a {
    width: 16.66%
}

.w-instagramm--7-col .w-instagramm__a {
    width: 14.28%
}

.w-instagramm--8-col .w-instagramm__a {
    width: 12.5%
}

.w-instagramm--9-col .w-instagramm__a {
    width: 11.11%
}

.w-instagramm--10-col .w-instagramm__a {
    width: 10%
}

body.woocommerce-cart .entry-header {
    text-align: center;
    margin-bottom: 60px
}

.woocommerce .cart-main table .cart_item td {
    padding: 40px 0;
    overflow: hidden;
    border: none
}

@media (max-width:768px) {
    .woocommerce .cart-main table .cart_item td {
        padding: 20px
    }
}

.cart-main .cart_item .product-quantity .quantity .quantity-minus, .cart-main .cart_item .product-quantity .quantity .quantity-plus {
    line-height: 60px;
    font-size: 30px
}

.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .quantity-minus, .content-main-sidebar .cart-main .cart_item .product-quantity .quantity .quantity-plus {
    display: none
}

.content-main-sidebar .cart-main .cart_item .product-quantity .quantity .qty {
    float: none;
    margin: 0 10px
}

.content-main-sidebar .cart-main .actions .coupon {
    margin-bottom: 30px
}

.content-main-sidebar .cart-main .actions input.btn {
    float: left
}

.content-main-sidebar .woocommerce .checkout.woocommerce-checkout #customer_details .col-1, .content-main-sidebar .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
    width: 100%
}

@media (max-width:1024px) {
    .content-main-sidebar .products ul li, .content-main-sidebar ul.products li {
        width: 50%
    }
}

@media (max-width:1024px) {
    .content-main-sidebar .woocommerce table.cart.shop_table img {
        margin-right: 0
    }
}

@media (max-width:1024px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        padding: 22px 20px;
        margin-bottom: 30px
    }
}

@media (max-width:980px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

@media (max-width:768px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        -webkit-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px
    }
}

@media (max-width:460px) {
    .content-main-sidebar .cart-main .actions .coupon input {
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

@media (max-width:768px) {
    .content-main-sidebar .cart-main .actions .coupon .btn-medium.btn--breez {
        -webkit-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0
    }
}

@media (max-width:460px) {
    .content-main-sidebar .cart-main .actions .coupon .btn-medium.btn--breez {
        margin-bottom: 30px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

@media (max-width:1024px) {
    .content-main-sidebar .cart-main .actions .coupon {
        margin-bottom: 0
    }
}

@media (max-width:1024px) {
    .content-main-sidebar .cart_item .product-remove .product-del {
        padding: 0 20px
    }
}

.content-main-sidebar .woocommerce .cart-product-wrap-title-main tr>th {
    font-size: 13px
}

@media (max-width:980px) {
    .content-main-sidebar .woocommerce .cart-product-wrap-title-main tr>th {
        padding-left: 30px
    }
}

@media (max-width:980px) {
    .content-main-sidebar .woocommerce .cart-main table.shop_table .actions {
        padding: 30px
    }
}

@media (max-width:980px) {
    .content-main-sidebar .woocommerce .checkout_coupon.coupon input {
        margin-bottom: 30px
    }
}

@media (max-width:980px) {
    .content-main-sidebar #billing_first_name_field, .content-main-sidebar #billing_last_name_field, .content-main-sidebar #billing_email_field, .content-main-sidebar #billing_phone_field, .content-main-sidebar #billing_state_field, .content-main-sidebar #billing_postcode_field {
        width: 100%
    }
}

.content-main-sidebar .woocommerce-checkout #payment {
    padding: 30px
}

@media (max-width:980px) {
    .content-main-sidebar .woocommerce table .cart_item td {
        padding-left: 30px
    }
}

@media (max-width:980px) {
    .content-main-sidebar .woocommerce table.shop_table tfoot th {
        padding-left: 30px
    }
}

@media (max-width:1024px) {
    .content-main-sidebar .product-details .product-details-info {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width:1024px) {
    .content-main-sidebar .row.product-details>div {
        width: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:360px) {
    .content-main-sidebar .woocommerce table.shop_table tfoot td {
        padding-left: 0
    }
}

.product-details-info .nice-select {
    margin-bottom: 0
}

.product-details-info form.cart .variations label {
    line-height: 72px;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 1.5
}

.woocommerce .cart-main table.shop_table .actions {
    padding: 40px 70px
}

@media (max-width:980px) {
    .woocommerce .cart-main table.shop_table .actions {
        padding: 30px
    }
}

.woocommerce ul.products li.product a.btn-small {
    width: 100%;
    max-width: 100%
}

.cart-main .actions input.btn {
    width: auto
}

.woocommerce table.shop_table.cart {
    margin: 0
}

.woocommerce ul.products li .product-item-inner-wrap, .woocommerce ul.products li.product .price {
    margin-bottom: 1.5em
}

.woocommerce .cart-total table.shop_table {
    border: none
}

.woocommerce .cart-total table.shop_table .order-total th, .woocommerce .cart-total table.shop_table .order-total td {
    border: none
}

.cart tbody .cart_item {
    position: relative
}

.cart tbody .cart_item:after {
    content: '';
    display: block;
    width: 95%;
    height: 2px;
    background-color: #f7f9f9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.cart-main {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 15px 0 65px rgba(0, 0, 0, .3);
    box-shadow: 15px 0 65px rgba(0, 0, 0, .3);
    margin-bottom: 80px
}

.cart-main tbody {
    background-color: #fff
}

.cart-main tbody .cart_item {
    position: relative
}

.cart-main tbody .cart_item:after {
    content: '';
    display: block;
    width: 95%;
    height: 2px;
    background-color: #f7f9f9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.cart-main .actions {
    padding: 40px 70px;
    background-color: #f1f3f3;
    overflow: hidden
}

@media (max-width:570px) {
    .cart-main .actions {
        padding: 30px
    }
}

.cart-main .actions .coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:980px) {
    .cart-main .actions .coupon {
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    .cart-main .actions .coupon {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart-main .actions .coupon input {
    width: auto;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    background-color: #fff;
    padding: 22px 40px;
    float: left;
    margin-bottom: 0
}

@media (max-width:480px) {
    .cart-main .actions .coupon input {
        -webkit-border-radius: 50px;
        border-radius: 50px;
        margin-bottom: 30px
    }
}

.cart-main .actions .coupon .btn-medium {
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    float: left
}

@media (max-width:480px) {
    .cart-main .actions .coupon .btn-medium {
        -webkit-border-radius: 50px;
        border-radius: 50px;
        margin-bottom: 30px
    }
}

.cart-main .actions .btn {
    float: right
}

@media (max-width:980px) {
    .cart-main .actions .btn {
        float: left
    }
}

.cart_item td {
    padding: 40px 0
}

.cart_item .product-remove .product-del {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    padding: 0 55px;
    color: #ed1c24;
    display: block
}

@media (max-width:768px) {
    .cart_item .product-remove .product-del {
        padding: 0 15px
    }
}

@media (max-width:460px) {
    .cart_item .product-remove .product-del {
        padding: 0 7px;
        font-size: 14px
    }
}

.cart_item .product-remove .product-del:hover {
    color: #ed1c24!important;
    background: none
}

.cart_item .product-thumbnail img {
    float: left;
    margin-right: 40px;
    width: auto
}

@media (max-width:460px) {
    .cart_item .product-thumbnail img {
        margin-right: 0
    }
}

.cart_item .cart-product-content {
    text-align: left
}

.cart_item .cart-product-content .cart-author {
    margin-bottom: 5px
}

.cart_item .product-quantity .quantity {
    overflow: hidden
}

@media (max-width:768px) {
    .cart_item .product-quantity .quantity {
        float: right
    }
}

.cart_item .product-quantity .quantity .quantity-minus {
    display: block;
    float: left;
    padding: 0 20px;
    background-color: #f1f3f3;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    font-size: 40px;
    border-right: 2px solid #e3e9e9;
    color: #cfcfcf;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:980px) {
    .cart_item .product-quantity .quantity .quantity-minus {
        font-size: 20px;
        padding: 0 10px
    }
}

@media (max-width:480px) {
    .cart_item .product-quantity .quantity .quantity-minus {
        font-size: 14px;
        padding: 0 5px
    }
}

.cart_item .product-quantity .quantity .quantity-minus:hover {
    color: #fff
}

.cart_item .product-quantity .quantity input {
    max-width: 70px;
    float: left;
    background-color: #f7f9f9;
    padding: 0;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    line-height: 60px;
    width: auto
}

@media (max-width:980px) {
    .cart_item .product-quantity .quantity input {
        font-size: 18px;
        padding: 0 10px;
        max-width: 40px
    }
}

@media (max-width:480px) {
    .cart_item .product-quantity .quantity input {
        font-size: 14px;
        padding: 0 5px;
        max-width: 30px
    }
}

.cart_item .product-quantity .quantity .quantity-plus {
    display: block;
    float: left;
    padding: 0 20px;
    background-color: #f1f3f3;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 40px;
    border-left: 2px solid #e3e9e9;
    color: #cfcfcf;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:980px) {
    .cart_item .product-quantity .quantity .quantity-plus {
        font-size: 20px;
        padding: 0 10px
    }
}

@media (max-width:480px) {
    .cart_item .product-quantity .quantity .quantity-plus {
        font-size: 14px;
        padding: 0 5px
    }
}

.cart_item .product-quantity .quantity .quantity-plus:hover {
    color: #fff
}

.cart_item .product-subtotal {
    padding-right: 45px
}

@media (max-width:570px) {
    .cart_item .product-subtotal {
        padding-right: 10px
    }
}

.cart_item .product-subtotal .total {
    color: #f26522
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    position: relative;
    text-align: center
}

.woocommerce ul.products li.product mark, .woocommerce-page ul.products li.product mark {
    background-color: rgba(76, 194, 192, .2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 3px
}

.woocommerce .button, .woocommerce button {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #921b61;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px
}

.woocommerce.columns-4 ul.products li.product-category {
    width: 25%
}

.woocommerce.columns-3 ul.products li.product-category {
    width: 33%
}

.woocommerce.columns-2 ul.products li.product-category {
    width: 50%
}

.woocommerce ul.products li.product-category {
    padding: 0 15px;
    margin-bottom: 20px;
    margin-right: 0
}

.woocommerce .cart-product-wrap-title-main tr>th {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #2f2c2c;
    padding: 30px 0;
    text-align: left;
    border: none
}

@media (max-width:460px) {
    .woocommerce .cart-product-wrap-title-main tr>th {
        font-size: 12px
    }
}

.cart-total {
    text-align: center
}

.cart-total .cart-total-title {
    font-size: 40px;
    margin-bottom: 30px
}

.cart-total .cart-total-subtotal {
    margin-bottom: 5px
}

.cart-total .cart-total-total {
    margin-bottom: 40px
}

.cart-total .cart-total-total .price {
    color: #f26522
}

.cart-total .btn-medium {
    width: 100%
}

.cart-title {
    text-align: center;
    margin-bottom: 60px
}

.cart-total.cart_totals {
    width: 50%;
    float: none;
    clear: both;
    overflow: hidden;
    padding: 40px 0;
    margin: 0 auto
}

.cart-collaterals {
    overflow: hidden
}

.woocommerce .cart-total table.shop_table .order-total td, .woocommerce table.shop_table tbody:first-child tr:first-child td {
    text-align: right;
    font-size: 24px;
    width: auto;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

@media (max-width:640px) {
    .woocommerce .cart-total table.shop_table .order-total td, .woocommerce table.shop_table tbody:first-child tr:first-child td {
        font-size: 18px
    }
}

.woocommerce .checkout_coupon.coupon input {
    margin-bottom: 0;
    background-color: #fff;
    margin-right: 30px;
    width: auto
}

@media (max-width:460px) {
    .woocommerce .checkout_coupon.coupon input {
        margin-bottom: 30px
    }
}

@media (max-width:360px) {
    .woocommerce .checkout_coupon.coupon input {
        width: 100%
    }
}

.woocommerce .checkout_coupon.coupon input.btn--breez {
    margin-right: 0
}

@media (max-width:800px) {
    .woocommerce .checkout_coupon.coupon input.btn--breez {
        margin-bottom: 0
    }
}

.woocommerce .contact-form form.login.shop-user-form-return input {
    background-color: #fff;
    width: 100%
}

.woocommerce .contact-form form.login.shop-user-form-return input.btn--dark {
    background-color: #2f2c2c
}

.woocommerce .contact-form form.login.shop-user-form-return input.btn {
    width: auto;
    margin-bottom: 0
}

.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce .cart-total table.shop_table .order-total th {
    font-weight: 400;
    font-size: 24px;
    width: auto;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.cross-sells .crumina-heading {
    margin-bottom: 40px
}

.woocommerce .cart-total table.shop_table .order-total td {
    color: #f26522
}

.woocommerce .showcoupon, .woocommerce .showlogin {
    margin-left: 30px
}

@media (max-width:1024px) {
    .woocommerce .showcoupon, .woocommerce .showlogin {
        display: block;
        margin-left: 0
    }
}

.woocommerce .item-title {
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #f7f9f9;
    font-size: 22px
}

.woocommerce .checkout_coupon.coupon, .woocommerce .contact-form form.login.shop-user-form-return {
    border: none;
    -webkit-box-shadow: 15px 0 65px rgba(0, 0, 0, .2);
    box-shadow: 15px 0 65px rgba(0, 0, 0, .2);
    padding: 30px
}

.woocommerce .checkout.woocommerce-checkout #customer_details {
    overflow: hidden;
    margin: 0 -15px
}

.woocommerce .checkout.woocommerce-checkout #customer_details .col-1, .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    float: left;
    padding: 15px
}

@media (max-width:1024px) {
    .woocommerce .checkout.woocommerce-checkout #customer_details .col-1, .woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
        width: 100%
    }
}

.woocommerce .woocommerce-shipping-fields h3, .woocommerce .woocommerce-billing-fields h3 {
    margin-bottom: 40px
}

.woocommerce .woocommerce-shipping-fields p, .woocommerce .woocommerce-billing-fields p {
    margin-bottom: 30px
}

.woocommerce .woocommerce-shipping-fields textarea:focus, .woocommerce .woocommerce-billing-fields textarea:focus {
    background-color: #fff;
    -webkit-box-shadow: 17px 0 60px #d3dcdc;
    box-shadow: 17px 0 60px #d3dcdc
}

.nice-select.country_to_state.country_select {
    display: none
}

#billing_first_name_field, #billing_last_name_field, #billing_email_field, #billing_phone_field, #billing_state_field, #billing_postcode_field {
    width: 50%;
    float: left
}

@media (max-width:768px) {
    #billing_first_name_field, #billing_last_name_field, #billing_email_field, #billing_phone_field, #billing_state_field, #billing_postcode_field {
        width: 100%;
        padding: 0;
        float: none
    }
}

#billing_first_name_field.form-row-first, #billing_last_name_field.form-row-first, #billing_email_field.form-row-first, #billing_phone_field.form-row-first, #billing_state_field.form-row-first, #billing_postcode_field.form-row-first {
    padding-right: 15px
}

@media (max-width:1024px) {
    #billing_first_name_field.form-row-first, #billing_last_name_field.form-row-first, #billing_email_field.form-row-first, #billing_phone_field.form-row-first, #billing_state_field.form-row-first, #billing_postcode_field.form-row-first {
        padding-right: 0
    }
}

#billing_first_name_field.form-row-last, #billing_last_name_field.form-row-last, #billing_email_field.form-row-last, #billing_phone_field.form-row-last, #billing_state_field.form-row-last, #billing_postcode_field.form-row-last {
    padding-left: 15px
}

@media (max-width:768px) {
    #billing_first_name_field.form-row-last, #billing_last_name_field.form-row-last, #billing_email_field.form-row-last, #billing_phone_field.form-row-last, #billing_state_field.form-row-last, #billing_postcode_field.form-row-last {
        padding-right: 0
    }
}

.select2-container.country_to_state.country_select .select2-choice, .select2-container.state_select .select2-choice {
    padding: 13px 40px;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #f7f9f9
}

.select2-container .select2-choice .select2-arrow {
    right: 20px
}

.select2-drop-active {
    border: none
}

.woocommerce table .cart_item td, .woocommerce table .cart_item th {
    padding: 40px 0 40px 100px;
    margin: 0;
    font-size: 19px;
    font-weight: 400!important;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: none
}

@media (max-width:800px) {
    .woocommerce table .cart_item td, .woocommerce table .cart_item th {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px
    }
}

@media (max-width:570px) {
    .woocommerce table .cart_item td, .woocommerce table .cart_item th {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px
    }
}

.woocommerce table .cart_item td.product-total .woocommerce-Price-amount.amount {
    color: #f26522
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 15px 0 65px rgba(0, 0, 0, .3);
    box-shadow: 15px 0 65px rgba(0, 0, 0, .3);
    margin-bottom: 80px;
    margin-top: 40px
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .form-row.place-order {
    margin: 0;
    overflow: hidden;
    padding: 30px 0 0
}

.woocommerce-checkout .woocommerce-checkout-review-order strong {
    font-weight: 400
}

.woocommerce-checkout #payment {
    padding: 40px 100px
}

@media (max-width:768px) {
    .woocommerce-checkout #payment {
        padding: 20px
    }
}

.woocommerce-checkout #payment .btn {
    float: right;
    padding: 20px 80px
}

@media (max-width:768px) {
    .woocommerce-checkout #payment .btn {
        padding: 20px 40px
    }
}

.woocommerce-checkout-review-order-table .cart_item.total th, .woocommerce-checkout-review-order-table .cart_item.total td {
    color: #fff
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    list-style: none
}

@media (max-width:768px) {
    .woocommerce-checkout #payment ul.payment_methods li {
        font-size: 18px
    }
}

.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
    display: inline-block;
    float: none
}

.woocommerce-checkout #payment ul.payment_methods li input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 14px
}

.woocommerce table.cart.shop_table img {
    width: auto;
    max-width: 140px;
    margin-right: 0
}

@media (max-width:768px) {
    .woocommerce-page table.cart .product-thumbnail {
        display: block
    }
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: .67em
}

@media (max-width:360px) {
    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: none;
        display: inline-block
    }
}

.cart-total strong {
    font-weight: 400
}

@media (max-width:570px) {
    .woocommerce ul.products li.product {
        width: 100%
    }
}

@media (max-width:768px) {
    .woocommerce .cart-collaterals .cart-total.cart_totals.calculated_shipping {
        text-align: center
    }
}

@media (max-width:480px) {
    .woocommerce .cart-main .shop_table .coupon input.email {
        width: 100%
    }
}

@media (max-width:480px) {
    .woocommerce .cart-main .shop_table .coupon input.btn {
        width: auto
    }
}

.woocommerce .wc-bacs-bank-details-heading, .woocommerce .woocommerce-thankyou-order-received {
    margin-bottom: 30px
}

.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
    font-weight: 400
}

@media (max-width:980px) {
    .woocommerce .woocommerce-thankyou-order-details li {
        float: none;
        margin-bottom: 30px
    }
}

.woocommerce .product.first {
    clear: both
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 -15px
}

.woocommerce #content .price {
    margin-bottom: 30px;
    font-size: 16px
}

.woocommerce #content .price ins {
    font-weight: 400;
    text-decoration: none
}

.woocommerce #content .price del {
    font-size: .82em;
    color: #757575;
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
    opacity: 1
}

.woocommerce #content .price.free {
    color: #8dc63f
}

.woocommerce #content .product-details-info .price {
    font-size: 24px
}

.woocommerce #content .product-details-info .price del {
    opacity: .6
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: inline-block;
    font-size: 16px
}

@media (max-width:640px) {
    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
        display: block
    }
}

.woocommerce-grid-control {
    text-align: center;
    margin-bottom: 60px
}

.woocommerce-grid-control .woocommerce-result-count {
    margin-right: 60px;
    font-size: 16px
}

@media (max-width:640px) {
    .woocommerce-grid-control .woocommerce-result-count {
        margin-right: 0
    }
}

.woocommerce-grid-control .woocommerce-ordering {
    min-width: 350px
}

@media (max-width:480px) {
    .woocommerce-grid-control .woocommerce-ordering {
        min-width: unset
    }
}

.woocommerce ul.products li.product a .attachment-shop_catalog {
    margin-bottom: 40px
}

.woocommerce.single #primary .onsale {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 45px!important;
    left: 35px!important;
    right: auto!important;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.woocommerce .product-item {
    text-align: center;
    background-color: #f7f9f9;
    padding: 60px 40px;
    position: relative
}

@media (max-width:1024px) {
    .woocommerce .product-item {
        padding: 30px
    }
}

@media (max-width:768px) {
    .woocommerce .product-item {
        margin: 0 15px 30px
    }
}

.woocommerce .product-item .product-item-info .product-category {
    font-size: 14px;
    margin-bottom: 20px
}

.woocommerce .product-item .product-item-info .product-category a {
    color: inherit
}

.woocommerce .product-item .product-item-info .product-title {
    margin-bottom: 20px
}

.woocommerce .product-item a.added_to_cart {
    padding: 12px 35px;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    white-space: normal
}

.woocommerce .product-item a.added_to_cart:after {
    font-family: 'seosight'!important;
    margin-left: 10px;
    font-size: 12px;
    display: inline;
    content: "\e908"
}

.woocommerce .product-item .add_to_cart_button.added {
    display: none
}

.woocommerce div.product .stock {
    text-indent: 50px
}

.woocommerce-Reviews-title {
    margin-bottom: 40px
}

.woocommerce .comments__body .star-rating {
    float: none;
    margin-bottom: 10px
}

.woocommerce .star-rating span {
    color: #fcd846
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-Button {
    display: block
}

.shop-user-form .item-title {
    font-size: 30px;
    padding-bottom: 40px;
    display: block;
    position: relative
}

@media (max-width:640px) {
    .shop-user-form .item-title {
        font-size: 20px
    }
}

.shop-user-form .item-title:after {
    content: '';
    display: block;
    border: 30px solid transparent;
    border-bottom: 20px solid #f7f9f9;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0
}

.shop-user-form .item-title.active:after {
    opacity: 1
}

.shop-user-form input {
    background-color: #fff;
    margin-bottom: 30px
}

.shop-user-form .helped {
    padding: 20px 0;
    display: block
}

.shop-user-form .login-btn-wrap {
    overflow: hidden;
    padding-bottom: 20px;
    display: table
}

.shop-user-form .login-btn-wrap .btn {
    float: left;
    margin-right: 20px
}

@media (max-width:360px) {
    .shop-user-form .login-btn-wrap .btn {
        margin-bottom: 30px
    }
}

.shop-user-form .login-btn-wrap .remember-wrap {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:320px) {
    .shop-user-form .login-btn-wrap .remember-wrap {
        display: block
    }
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox {
    position: relative
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox] {
    display: none
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox label {
    padding-left: 30px;
    color: #2f2c2c
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none
}

.shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox]:checked+label:before {
    content: "\2714";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px
}

.shop-user-form .shop-user-form-return p {
    margin-bottom: 30px
}

.billing-details .billing-details-title {
    margin-bottom: 60px
}

@media (max-width:570px) {
    .product-details {
        overflow: hidden
    }
}

.product-details .product-details-thumb {
    padding: 80px 100px 130px;
    position: relative;
    background-color: #f7f9f9;
    -webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, .3);
    box-shadow: 0 25px 40px rgba(0, 0, 0, .3);
    text-align: center;
    margin-bottom: 30px
}

@media (max-width:980px) {
    .product-details .product-details-thumb {
        padding: 30px
    }
}

.product-details .product-details-thumb .product-details-img-wrap {
    position: relative;
    max-width: 271px;
    margin: 0 auto
}

.product-details .product-details-thumb .product-details-img-wrap .sale {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: -43px;
    background-color: #921b61;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.product-details .product-details-thumb .pagination, .product-details .product-details-thumb .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

@media (max-width:980px) {
    .product-details .product-details-thumb .pagination, .product-details .product-details-thumb .swiper-pagination {
        bottom: 10px
    }
}

.product-details .product-details-thumb .pagination .swiper-pagination-bullet, .product-details .product-details-thumb .swiper-pagination .swiper-pagination-bullet {
    background-color: #d7d7d7
}

.product-details .product-details-thumb .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-details .product-details-thumb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #921b61
}

.product-details .swiper-container {
    padding-bottom: 80px;
    margin-bottom: -80px;
    overflow: visible
}

.product-details .swiper-container .swiper-slide {
    opacity: 0!important
}

.product-details .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1!important
}

@media (max-width:570px) {
    .product-details .swiper-container .swiper-slide.swiper-slide-active {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0)!important;
        -ms-transform: translate(-50%, 0)!important;
        transform: translate(-50%, 0)!important;
        display: block
    }
}

.product-details .product-details-info {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f7f9f9;
    position: relative;
    z-index: 10
}

@media (max-width:570px) {
    .product-details .product-details-info {
        padding-top: 40px
    }
}

.product-details .product-details-info .product-details-info-price {
    color: #f26522;
    font-size: 24px;
    margin-bottom: 15px
}

.product-details .product-details-info .product-details-info-price .del {
    color: #ccc;
    font-size: 18px;
    margin-right: 15px;
    text-decoration: line-through
}

.product-details .product-details-info .product-details-info-title {
    margin-bottom: 20px
}

.product-details .product-details-info .product-details-info-ratings {
    margin-bottom: 35px
}

.product-details .product-details-info .product-details-info-ratings .ratings {
    display: inline-block;
    margin-right: 20px;
    color: #ccc
}

.product-details .product-details-info .product-details-info-ratings .ratings .fa-star {
    color: #fcd846
}

.product-details .product-details-info .product-details-info-ratings .reviews {
    display: inline-block;
    font-size: 16px;
    color: #921b61
}

.product-details .product-details-info .product-details-info-text {
    margin-bottom: 40px
}

.product-details .product-details-info .quantity {
    margin-right: 30px!important;
    float: left
}

@media (max-width:980px) {
    .product-details .product-details-info .quantity {
        margin-bottom: 30px
    }
}

.product-details .product-details-info .quantity .quantity-minus {
    display: block;
    float: left;
    padding: 0 20px;
    background-color: #f1f3f3;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    font-size: 40px;
    border-right: 2px solid #e3e9e9;
    color: #cfcfcf;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 65px;
    line-height: 65px
}

.product-details .product-details-info .quantity .quantity-minus:hover {
    color: #fff;
    background-color: #2f2c2c;
    border-right-color: #2f2c2c
}

.product-details .product-details-info .quantity input {
    max-width: 70px;
    float: left;
    background-color: #f7f9f9;
    padding: 18px 20px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 65px;
    width: auto
}

.product-details .product-details-info .quantity .quantity-plus {
    display: block;
    float: left;
    padding: 0 20px;
    background-color: #f1f3f3;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 40px;
    border-left: 2px solid #e3e9e9;
    color: #cfcfcf;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 65px;
    line-height: 65px
}

.product-details .product-details-info .quantity .quantity-plus:hover {
    color: #fff;
    background-color: #2f2c2c;
    border-right-color: #2f2c2c
}

.product-details .product-details-info .btn i {
    font-size: 18px
}

.product-details .product-details-add-info .author {
    font-size: 16px;
    color: #2f2c2c;
    margin-bottom: 15px
}

.product-details .product-details-add-info .author .author-name {
    color: #921b61
}

.product-details .product-details-add-info .tags {
    font-size: 16px;
    color: #2f2c2c;
    margin-bottom: 15px
}

.product-details .product-details-add-info .tags .tags-item {
    color: #757575
}

.product-details .product-details-add-info .tags .tags-item:hover {
    color: #921b61
}

.product-details .product-details-add-info .socials {
    font-size: 16px;
    color: #2f2c2c;
    margin-bottom: 15px
}

.product-details .product-details-add-info .socials .social__item i {
    font-size: 20px;
    color: #d7d7d7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product-details .product-details-add-info .socials .social__item:hover i {
    color: #08acee
}

.product-details .product-details-add-info .socials .social__item:first-child {
    margin-left: 15px
}

.product-description {
    background-color: #f7f9f9;
    position: relative;
    padding-bottom: 120px
}

.product-description:before {
    content: '';
    display: block;
    width: 100%;
    height: 77px;
    background-color: #fff;
    position: relative
}

.product-description .tab-content>.tab-pane {
    display: none
}

.product-description .tab-content>.tab-pane.active {
    display: block
}

.product-description .product-description-control {
    margin-top: -77px;
    margin-bottom: 50px;
    float: left;
    padding: 0
}

.product-description .product-description-control li {
    display: inline-block
}

.product-description .product-description-control li .control-item {
    padding: 25px 70px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1f3f3;
    border-right: 2px solid #e3e9e9;
    position: relative;
    font-size: 18px;
    float: left
}

@media (max-width:480px) {
    .product-description .product-description-control li .control-item {
        padding: 25px 30px;
        font-size: 16px
    }
}

@media (max-width:320px) {
    .product-description .product-description-control li .control-item {
        padding: 15px;
        font-size: 14px
    }
}

.product-description .product-description-control li .control-item:before {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    background-color: #921b61;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    opacity: 0
}

.product-description .product-description-control li .control-item.reviews {
    border-right: none;
    -webkit-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0
}

.product-description .product-description-control li.active .control-item {
    color: #921b61;
    background-color: #f7f9f9
}

.product-description .product-description-control li.active .control-item:before {
    opacity: 1
}

.product-description .product-description-control li:last-child {
    margin-left: -4px
}

@media (max-width:480px) {
    .product-description .product-description-control {
        margin-top: -74px
    }
}

@media (max-width:320px) {
    .product-description .product-description-control {
        margin-top: -51px;
        margin-bottom: 30px
    }
}

.product-description .product-description-title {
    font-size: 40px;
    color: #2f2c2c;
    margin-bottom: 40px
}

@media (max-width:1024px) {
    .product-description .product-description-title {
        font-size: 26px
    }
}

.product-description .comments__list-review .comments__item-review {
    border-bottom: none
}

.product-description .comments__list-review .comments__item-review .comment-content p {
    margin-bottom: 30px
}

.product-description .add-review .your-rating {
    padding-left: 40px;
    font-size: 16px
}

.product-description .add-review .your-rating .ratings {
    display: inline-block;
    margin-left: 50px;
    color: #ccc;
    margin-bottom: 30px
}

.product-description .add-review .your-rating .ratings .fa-star {
    color: #fcd846
}

.product-description .add-review .contact-form {
    padding-bottom: 20px
}

.product-description .add-review .contact-form input, .product-description .add-review .contact-form textarea {
    background-color: #fff
}

.product-description .add-review .contact-form textarea {
    min-height: 230px
}

.product-description .product-description-text {
    margin-bottom: 30px
}

.product-description .tab-content ul {
    margin: 1.5em 0;
    list-style: none;
    padding-left: 20px
}

.product-description .tab-content ul li {
    margin-bottom: 18px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    padding-left: 40px
}

.product-description .tab-content ul li:before {
    content: "\e908";
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'seosight';
    counter-increment: none;
    font-size: 12px
}

.woocommerce table.shop_attributes td {
    padding: 8px
}

.logged-in-as a+a {
    margin-left: 20px
}

.comment-form-rating {
    margin-bottom: 30px
}

.product-description .product-description-control {
    margin-top: -77px;
    margin-bottom: 50px;
    float: left;
    padding: 0;
    width: 100%
}

@media (max-width:768px) {
    .product-description .product-description-control {
        margin-top: -71px
    }
}

.product-description .product-description-control li {
    display: inline-block;
    padding-left: 0;
    margin-left: -4px
}

@media (max-width:1000px) {
    .product-description .product-description-control li {
        width: 100%;
        margin-bottom: 0
    }
}

.product-description .product-description-control li:first-child .control-item {
    -webkit-border-radius: 50px 0 0 0;
    border-radius: 50px 0 0 0
}

@media (max-width:1000px) {
    .product-description .product-description-control li:first-child .control-item {
        -webkit-border-radius: 50px 50px 0 0;
        border-radius: 50px 50px 0 0
    }
}

.product-description .product-description-control li:last-child .control-item {
    border-right: none;
    -webkit-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0
}

@media (max-width:1000px) {
    .product-description .product-description-control li:last-child .control-item {
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

.product-description .product-description-control li.active .control-item {
    background-color: #f7f9f9
}

.product-description .product-description-control li.active .control-item:before {
    opacity: 1
}

.product-description .product-description-control li:first-child {
    margin-left: 0
}

.product-description .product-description-control li:before {
    display: none
}

@media (max-width:320px) {
    .product-description .product-description-control {
        margin-top: -51px;
        margin-bottom: 30px
    }
}

@media (max-width:1000px) {
    .product-description .product-description-control li .control-item {
        width: 100%;
        border: none;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

@media (max-width:768px) {
    .product-description .product-description-control li .control-item {
        font-size: 14px;
        padding: 25px 70px
    }
}

.project-meta {
    margin-bottom: 30px
}

.project-meta .post__date+.sl-wrapper {
    margin-left: 20px
}

.project-meta+.crumina-heading {
    margin-bottom: 30px
}

.project-meta .sl-wrapper .count-likes {
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif
}

.project-meta .likes {
    display: inline-block;
    color: #ff454f;
    margin-bottom: -10px
}

.project-meta .likes .count-likes {
    font-size: 18px;
    float: left
}

.project-meta .likes i {
    font-size: 26px;
    float: left;
    margin-right: 5px
}

.challenge-solutions .challenge-solutions-thumb {
    border: 2px solid #f7f9f9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px
}

.challenge-solutions .challenge-solutions-thumb img {
    margin-bottom: 30px
}

.challenge-solutions .challenge-solutions-thumb .text {
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 0
}

.challenge-solutions .challenge-solutions-content .crumina-heading:first-child {
    margin-bottom: 60px
}

.product-description-ver3 {
    position: relative
}

.product-description-ver3 .product-description-ver3-thumb {
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 60px 0 90px 0
}

@media (max-width:768px) {
    .product-description-ver3 .product-description-ver3-thumb {
        padding-bottom: 30px
    }
}

.half-height-bg {
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0
}

.image-shadow-rounded {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: transparent;
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, .3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, .3)
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2)
}

.select2-search input {
    -webkit-border-radius: 0;
    border-radius: 0
}

.interested-products {
    text-align: center
}

.interested-products .products>h2 {
    padding: 1.5em
}

.interested-products .crumina-heading {
    margin-bottom: 50px
}

.interested-products .books-item {
    margin-bottom: 60px
}

#items-grid>div.animate {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards
}

@-webkit-keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    0% {}
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.cart-contents {
    display: inline-block
}

.cart-popup-wrap {
    position: absolute;
    top: 39px;
    right: -50px;
    width: 330px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .16);
    overflow: hidden;
    display: none;
    z-index: 10
}

@media (max-width:980px) {
    .cart-popup-wrap {
        right: auto;
        left: 0
    }
}

@media (max-width:800px) {
    .cart-popup-wrap {
        right: 0;
        left: auto
    }
}

@media (max-width:570px) {
    .cart-popup-wrap {
        right: 0
    }
}

@media (max-width:320px) {
    .cart-popup-wrap {
        right: -60px
    }
}

.cart-popup-wrap .popup-cart {
    padding: 40px;
    background-color: #fff
}

.cart-popup-wrap .popup-cart .title-cart {
    font-size: 22px
}

.cart-popup-wrap .popup-cart .subtitle {
    font-size: 16px;
    margin-bottom: 20px
}

.cart-popup-wrap .popup-cart .btn {
    text-transform: capitalize;
    width: 100%;
    text-align: center
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item {
    display: table;
    padding: 20px 0;
    border-bottom: 2px solid #f7f9f9
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item:last-child {
    border: none
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del {
    width: 25px;
    height: 25px;
    position: relative;
    font-size: 25px;
    z-index: 2;
    font-weight: 100;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item img {
    float: left;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 80px
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content {
    display: table-cell;
    vertical-align: middle
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .cart-product-title {
    font-size: 16px;
    line-height: 1
}

.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .price {
    font-size: 14px
}

.cart-popup-wrap .cart-total {
    padding: 30px 40px 40px;
    background-color: #f7f9f9;
    overflow: hidden;
    width: 100%
}

.cart-popup-wrap .cart-total .cart-total-text {
    margin-bottom: 30px;
    overflow: hidden
}

.cart-popup-wrap .cart-total .cart-total-text .title {
    text-transform: uppercase;
    font-size: 16px;
    float: left
}

.cart-popup-wrap .cart-total .cart-total-text .total-price {
    font-size: 18px;
    float: right
}

.cart-popup-wrap .cart-total .btn {
    width: 50%;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    float: left
}

.cart-popup-wrap .cart-total .btn:last-child {
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0
}

.cart-popup-wrap .cart-total .btn+.btn {
    margin-left: 0
}

.cart-popup-wrap.cart-with-product {
    width: 370px
}

@media (max-width:360px) {
    .cart-popup-wrap.cart-with-product {
        width: 330px
    }
}

.cart-popup-wrap.cart-with-product .popup-cart {
    padding: 40px 40px 0 40px
}

.woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr>th {
    padding: 30px 0 30px 100px
}

@media (max-width:768px) {
    .woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr>th {
        padding-left: 30px
    }
}

@media (max-width:570px) {
    .woocommerce-checkout-review-order-table .cart-product-wrap-title-main tr>th {
        padding-left: 10px
    }
}

.shop_table .variation {
    margin: 5px 0
}

.variation-Color {
    display: inline-block
}

.woocommerce form .form-row label {
    padding-left: 15px
}

.woocommerce div.product div.images img {
    width: auto
}

.woocommerce-product-gallery ol li::before {
    display: none
}

.woocommerce-product-gallery ol li {
    padding-left: 0
}

figure.woocommerce-product-gallery__wrapper {
    max-width: none
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021"
}

.my_account_orders .button.view:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-left: .5407911001em
}

p.order-again .button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: .5407911001em
}

.woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .5407911001em
}

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before, .woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
    content: "\f005"
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.woocommerce-MyAccount-navigation {
    width: 17%;
    float: left;
    margin-right: 5%
}

.woocommerce-MyAccount-content {
    width: 76%;
    float: right;
    margin-right: 0
}

.woocommerce-MyAccount-content fieldset {
    border: none
}

.woocommerce-MyAccount-content fieldset legend {
    font-size: 2rem;
    margin-top: 30px
}

.woocommerce form.login {
    border: none;
    padding: 0
}

.woocommerce form.login input.button {
    display: block;
    width: auto;
    padding: 18px 50px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 30px 0;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #921b61
}

.woocommerce form.login [type="checkbox"] {
    margin: 9px 0 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:1024px) {
    .woocommerce .product.first {
        clear: none
    }
}

@media (max-width:980px) {
    .cart-total.cart_totals {
        width: 100%
    }
}

@media (max-width:768px) {
    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
        display: none
    }
}

@media (max-width:500px) {
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        float: none
    }
}

.kc_tabs {
    display: inline-block;
    width: 100%
}

.kc_wrapper.ui-tabs {
    width: 100%;
    display: inline-block
}

.kc_vertical_tabs>.kc_wrapper.ui-tabs {
    border: none
}

.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
    margin: 0
}

ul.kc-tabs-slider-nav li {
    display: inline-block;
    cursor: pointer;
    padding: 8px 15px
}

ul.kc-tabs-slider-nav li.kc-title-active {
    background: #ddd
}

.kc_tabs_nav, .nav-pills {
    *zoom: 1;
    line-height: 45px;
    margin: 0;
    padding: 0
}

.kc_tabs_nav:before, .nav-pills:before, .kc_tabs_nav:after, .nav-pills:after {
    display: table;
    line-height: 0;
    content: ""
}

.kc_tabs_nav:after, .nav-pills:after {
    clear: both
}

.kc_tabs_nav~.kc_tab {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 0
}

html body.kc-css-system .kc_tabs_nav~.kc_tab:not(.ui-tabs-body-active) {
    margin: 0!important;
    padding: 0!important
}

.kc_tabs_nav~.kc_tab.ui-tabs-body-active {
    height: inherit!important;
    background: #ddd
}

.kc_tabs_nav~.kc_tab .kc_tab_content {
    padding: 30px 30px 15px
}

.kc_tabs_nav>li, .nav-pills>li {
    float: left
}

.kc_tabs_nav>li>a, .nav-pills>li>a {
    padding: 0 30px;
    text-decoration: none;
    outline: none;
    display: block;
    line-height: 50px;
    color: #6b6b6b
}

.kc_tabs>.kc_wrapper>.kc_tabs_nav {
    background: #eee;
    float: left;
    min-height: 50px;
    margin: 0;
    width: 100%
}

.kc_tabs_nav {
    border-right: 0!important;
    border-bottom: 0!important;
    border-top: 0!important
}

.kc_tabs_nav>li {
    list-style: none;
    border-right: 1px solid #fff;
    border-left: none!important;
    border-bottom: none!important
}

.kc_tabs_nav>li {
    margin: 0;
    float: left;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.kc_tabs_nav>li:hover, .kc_tabs_nav>li>a:hover, .kc_tabs_nav>.ui-tabs-active>a {
    background-color: #ddd;
    color: #333
}

.kc_tabs_nav>.ui-tabs-active, .kc_tabs_nav>.ui-tabs-active:hover, .kc_tabs_nav>.ui-tabs-active>a, .kc_tabs_nav>.ui-tabs-active>a:hover {
    color: #555;
    display: block
}

.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    z-index: 10;
    right: 0
}

.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav {
    border-right: none;
    right: 0;
    left: 0
}

.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab {
    float: left;
    width: 75%;
    height: 0;
    overflow: hidden
}

.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab.ui-tabs-body-active {
    height: inherit;
    border: 1px solid #ddd
}

.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab {
    list-style: outside none none
}

.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li {
    list-style: outside none none;
    border: 1px solid #ddd
}

.kc_wrapper>ul.ui-tabs-nav>li {
    overflow: hidden
}

.kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li {
    border-right: 0!important
}

.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li {
    border-left: 0!important
}

.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li:not(:last-child) {
    border-bottom: 0!important
}

.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a:hover, .kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a, .kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a:hover {
    border: none;
    background: #f7f7f7;
    margin-left: 0;
    color: #333
}

.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a {
    display: block;
    padding: 12px 0 12px 20px;
    outline: none;
    text-decoration: none
}

.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav {
    float: right
}

.kc-video-inner iframe {
    margin-bottom: 0
}

.kc_accordion_content {
    padding-bottom: 0;
    padding-bottom: 0;
    border-left: 1px solid #eaeaea;
    color: #727272;
    border-right: 1px solid #eaeaea;
    display: none
}

.kc_accordion_content.ui-state-body-active {
    height: inherit!important
}

.kc_accordion_section>.kc_accordion_header {
    position: relative;
    cursor: pointer;
    min-height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: -1px;
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0
}

.kc_accordion_section>.ui-state-active {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0
}

.kc_accordion_header>span.ui-accordion-header-icon {
    float: right;
    font-family: 'simple-line-icons';
    margin: 17px;
    color: #aaa;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.kc_accordion_header>span.ui-accordion-header-icon:before {
    content: "\e604"
}

.kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before {
    content: "\e607"
}

.kc_accordion_header>a {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    font-weight: 400;
    border: none
}

.kc_accordion_header>a {
    cursor: pointer
}

.kc_accordion_content .kc-panel-body {
    padding: 15px;
    float: left;
    width: 100%
}

.kc_wrapper>.kc_tabs_nav.ui-tabs-nav {
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    float: left;
    width: auto!important
}

@media (max-width:1024px) {
    .kc_wrapper>.kc_tabs_nav.ui-tabs-nav {
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0
    }
}

.ui-tabs .kc_tabs_nav~.kc_tab .kc_tab_content {
    overflow: hidden;
    padding: 40px 20px;
    background-color: #f7f9f9
}

.ui-tabs .kc_tabs_nav>.ui-tabs-active a {
    background-color: #f7f9f9
}

.ui-tabs .kc_tabs_nav>.ui-tabs-active a:before {
    opacity: 1
}

.ui-tabs .kc_tabs_nav>li>a {
    padding: 25px 70px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #2f2c2c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ui-tabs .kc_tabs_nav>li>a:hover {
    color: #2f2c2c
}

.ui-tabs .kc_tabs_nav>li>a:before {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ui-tabs .kc_tabs_nav>li:hover {
    background-color: transparent
}

@media (max-width:1024px) {
    .ui-tabs .kc_tabs_nav>li {
        padding: 15px 30px;
        font-size: 16px
    }
}

@media (max-width:480px) {
    .ui-tabs .kc_tabs_nav>li {
        width: 100%
    }
}

.ui-tabs .kc_text_block p {
    color: #acacac
}

.ui-tabs .kc_tabs_nav~.kc_tab {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1024px) {
    .kc_tabs>.kc_wrapper>.kc_tabs_nav {
        min-width: 0
    }
}

@media (max-width:768px) {
    .kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav {
        text-align: center;
        float: none;
        width: 100%
    }
}

@media (max-width:768px) {
    .kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab {
        float: none;
        width: 100%
    }
}

@media (max-width:768px) {
    .kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li {
        border-right: 1px solid #ddd!important
    }
}

.kc_image_gallery.kc-grid {
    width: 100%;
    overflow: hidden
}

.kc_image_gallery.kc-grid .item-grid {
    float: left;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px
}

.kc-grid .item-grid a {
    position: relative;
    display: block
}

.kc_image_gallery.kc-grid .item-grid .kc-image-overlay {
    background: rgba(0, 0, 0, .2)
}

.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay {
    opacity: 1
}

.kc_image_gallery.kc-grid .item-grid img {
    display: block
}

.kc_image_gallery.kc-grid .item-grid {
    width: 25%
}

.kc_image_gallery.kc-grid .item-grid.grid-2 {
    width: 50%
}

.kc_image_gallery.kc-grid .item-grid.grid-3 {
    width: 32.7%
}

.kc_image_gallery.kc-grid .item-grid.grid-4 {
    width: 25%
}

.kc_image_gallery.kc-grid.masonry .item-grid.grid-4 {
    width: 24.8%
}

.kc_image_gallery.kc-grid .item-grid.grid-5 {
    width: 20%
}

.kc_image_gallery.kc-grid .item-grid.grid-6 {
    width: 16.66666666666666%
}

.kc_image_gallery.kc-grid .item-grid img {
    max-width: 100%;
    border-image-width: 0
}

.kc_image_gallery {
    clear: both
}

.kc_single_image {
    max-width: 100%;
    width: 100%;
    position: relative
}

.kc_single_image figure {
    position: relative
}

.kc_single_image>a {
    width: 100%;
    float: left;
    position: relative
}

.kc_single_image p {
    margin: 10px 0;
    float: left;
    width: 100%
}

.kc_image_empty {
    max-width: 100%
}

.kc-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0
}

.kc-image-overlay i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.kc-image-overlay:hover i {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.kc_single_image:hover .kc-image-overlay {
    background: rgba(58, 52, 42, .7);
    opacity: 1
}

/*! formstone v1.1.3 [background.css] 2016-05-24 | GPL-3.0 License | formstone.it */

.fs-background {
    overflow: hidden;
    position: relative
}

.fs-background, .fs-background-container, .fs-background-media {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden
}

.fs-background-media {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0
}

.fs-background-media.fs-background-animated {
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.fs-background-media iframe, .fs-background-media img, .fs-background-media video {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-user-drag: none
}

.fs-background-media.fs-background-fixed, .fs-background-media.fs-background-native {
    width: 100%;
    height: 100%
}

.fs-background-media.fs-background-fixed img, .fs-background-media.fs-background-native img {
    display: none
}

.fs-background-media.fs-background-native {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.fs-background-media.fs-background-fixed {
    background-position: center;
    background-attachment: fixed
}

.fs-background-embed.fs-background-ready:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ''
}

.fs-background-embed.fs-background-ready iframe {
    z-index: 0
}

.bg-layer {
    position: absolute!important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: no-repeat center
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.particles-js-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    max-height: 100vh
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%
}

.kc_row_relative {
    position: relative
}

a:hover, .post__content ul ol ul li::before, .first-letter--primary span:first-of-type, .list--primary a:hover, .list--primary i, .crumina-accordion .panel-heading.active .accordion-heading i, .crumina-accordion .panel-heading.active a, .crumina-accordion .panel-heading:hover .accordion-heading, .crumina-accordion .panel-heading:hover .accordion-heading i, .c-primary, .woocommerce-info:before, .btn--primary.btn-border, .btn--primary.btn-border:hover, .btn--breez.btn-border, .btn--breez.btn-border:hover, .info-box.info-box--standard-bg .info-box-image i, .info-box.info-box--modern:hover .read-more, .info-box.info-box--modern:hover .read-more i, .info-box.info-box--standard-hover:hover .info-box-title, .info-box.info-box--standard-hover:hover .read-more, input.input-standard-grey:focus, textarea.input-standard-grey:focus, .navigation .page-numbers:hover, .navigation .page-numbers.current, .pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-title, .pagination-arrow .all-project:hover i, .pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-title, .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover:before, .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover:after, .load-more:hover .load-more-text, .cart-popup-wrap .cart-total .cart-total-text .total-price, .post .post__content .post__title:hover, .post .post__author .post__author-name .post__author-link:hover, .post-standard .post-thumb .link-image:hover, .post-standard .post-thumb .link-post:hover, .post-standard .post__content .post__content-info .post-additional-info .category a:hover, .post-standard-details .post__content .post-additional-info .post__comments a:hover, .post-standard-details .post__content .post-additional-info .post__comments a:hover i, .post-standard .post__content .post__content-info .post-additional-info .post__comments a:hover, .post-standard.quote .post-thumb .testimonial-content .author-info-wrap .author-info .author-name, .post-standard.audio .post-thumb .audio-player .composition-time .time-over, .post-standard-details .post__content .post-additional-info .category a:hover, .post-standard-details .post__content .post-additional-info .post__comments:hover, .ui-tabs .kc_tabs_nav>.ui-tabs-active a, .ui-tabs .kc_tabs_nav>.ui-tabs-active a:hover, .stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item.active span.c-primary, .testimonial-item.testimonial-author-top .author-name, .testimonial-item.testimonial-author-centered .author-name, .testimonial-item.testimonial-author-centered-round .author-name, .woocommerce .woocommerce-shipping-fields textarea:focus, .woocommerce .woocommerce-billing-fields textarea:focus, .comments .comment-list .comments__item .comment-reply-link:hover, .commentlist .comment-list .comments__item .comment-reply-link:hover, .contact-form .checked-icon:after, .remember-wrap .checkbox.gray input[type=checkbox]:checked+label:before, .contacts .contacts-item .content .title:hover, .features-item:hover a, .features-item:hover .read-more, .features-item a:hover, .features-item .read-more:hover, .footer a:hover, .header nav .menu .menu-item:hover>a, .header nav .menu .menu-item:hover>a+i, .nav-add li.search i:hover, .crumina-heading .heading-decoration, .crumina-heading .read-more:hover, .right-menu .contacts .contacts-item .content a:hover, .crumina-pie-chart-item .pie-chart-content a:hover, .crumina-pie-chart-item .pie-chart-content a:hover i, .crumina-pricing-tables-item:hover .pricing-title, .crumina-pricing-tables-item .rate, .primary-menu-menu>li.active>a, .primary-menu-menu>li.current-menu-item a, .primary-menu-menu>li.current-menu-item, .primary-menu-menu>li:hover>a, .primary-menu-menu>li:hover>i, .primary-menu-menu ul.sub-menu a:hover>i, .primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a:hover i, .primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li>ul>li:hover a, .primary-menu-menu>li.menu-item-has-mega-menu .megamenu ul>li a:hover, .primary-menu-menu ul.sub-menu li:hover>a, .primary-menu-menu li ul.sub-menu li:hover>a .indicator, .primary-menu-menu>li:hover>a>.indicator, .product-details .product-details-info .woocommerce-review-link, .product-details .product-details-add-info .author .author-name, .product-details .product-details-add-info .tags .tags-item:hover, .product-description .product-description-control li.active .control-item, .crum-icon-module i, .cat-list .cat-list__item a:hover, .cat-list .cat-list__item.active a, .shop-user-form .item-title.active, .shop-user-form .helped, .cd-horizontal-timeline .events a.selected, .cd-horizontal-timeline .events a.older-event, .no-touch .cd-timeline-navigation a:hover:before, #site-footer .contacts-item .content .title:hover, .w-post-category .category-post-item a i, .w-post-category .category-post-item:hover a, .widget_nav_menu .menu li a:hover, .widget_nav_menu .menu li a:hover:before, .top-bar .nice-select, .top-bar .nice-select span, .top-bar a:hover, .top-bar .nice-select .option:hover, #site-footer .contacts-item .content .title:hover, .comments .comment-list .comments__item .comments__article .comments__header .comments__author a:hover, .commentlist .comment-list .comments__item .comments__article .comments__header .comments__author a:hover, .btn.c-primary:hover, .primary-menu-menu>li.has-megamenu .megamenu ul>li:hover i.seoicon-right-arrow, .primary-menu-menu>li.has-megamenu .megamenu ul>li:hover a, .wp-block-categories li a:hover, .wp-block-archives li a:hover, .wp-block-latest-posts li a:hover, .wp-block-latest-posts li a:hover, .editor-styles-wrapper a:hover {
    color: #921b61
}

.back-to-top:hover, .pagination-arrow .btn-prev-wrap:hover .btn-prev, .pagination-arrow .btn-next-wrap:hover .btn-next, .btn-next:hover, .btn-next .btn-next-gray:hover, .btn-prev:hover, .btn-prev .btn-prev-gray:hover {
    fill: #921b61
}

.first-letter--squared span:first-of-type, .woocommerce a.button.wc-backward, .btn--primary, .btn--breez, .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover, .kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover, .post-standard .post__content .post__content-info .btn:hover, .ui-tabs .kc_tabs_nav>li>a:before, .cart-main .actions .coupon .btn-medium.btn--breez, .cart_item .product-quantity .quantity .quantity-minus:hover, .cart_item .product-quantity .quantity .quantity-plus:hover, .woocommerce .checkout_coupon.coupon input.btn--breez, .client-item-style2:hover, .remember-wrap .checkbox label:before, .header nav .menu .menu-item>a:after, .header nav .menu .menu-item>a:before, .nav-add li.cart .cart-count, .woocommerce-checkout-review-order-table .cart_item.total, .overlay_search .form_search-wrap form .overlay_search-input:focus+.overlay_search-close span, .right-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail, .primary-menu-menu ul.sub-menu.sub-menu-has-icons li a:before, .product-description .product-description-control li .control-item:before, .crumina-case-item:hover, .cat-list-bg-style .cat-list__item a:hover, .cat-list-bg-style .cat-list__item.active, .shop-user-form .login-btn-wrap .remember-wrap .checkbox label:before, .woocommerce .product-item a.added_to_cart, .cd-horizontal-timeline .filling-line, .no-touch .cd-horizontal-timeline .events a:hover::after, .cd-horizontal-timeline .events a.selected::after, .tags-wrap a:hover, .widget.w-login .remember-wrap .checkbox label:before, .post-edit-link, .subscribe-section, .info-box--standard-centered .btn:hover, div:hover>.btn-reverse-bg-color-primary, .servises-item-reverse-color:hover, .submit-wrap button, .right-menu .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y, .post-password-form input[type="submit"], .kc-carousel-images .bar, .crumina-grid .owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover, .crumina-grid .owl-theme .owl-controls .owl-buttons div {
    background-color: #921b61
}

.selection--primary::-moz-selection {
    background-color: #921b61
}

.selection--primary::selection {
    background-color: #921b61
}

.c-primary .semicircle:after, .btn--primary.btn-border .semicircle::after, .btn--primary.btn-border, .btn--breez.btn-border, .btn--breez.btn-border .semicircle::after, .navigation .page-numbers.current, .cart_item .product-quantity .quantity .quantity-minus:hover, .cart_item .product-quantity .quantity .quantity-plus:hover, .no-touch .cd-horizontal-timeline .events a:hover::after, .cd-horizontal-timeline .events a.selected::after, .cd-horizontal-timeline .events a.older-event::after, .no-touch .cd-timeline-navigation a:hover, #site-footer .widget.w-tags .tags-wrap a:hover, .tags-wrap a:hover, .widget_product_tag_cloud .tagcloud a:hover, .product-details .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.light .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination.grey .swiper-pagination-bullet.swiper-pagination-bullet-active, .kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page.active span, .top-bar a:hover {
    border-color: #921b61
}

.woocommerce-info, .woocommerce-message, .woocommerce-checkout-review-order-table .cart_item.total .product-thumbnail:after, .primary-menu-menu>li>a:before, .primary-menu-menu>li>a:after, .cat-list .cat-list__item a:before, .cat-list .cat-list__item a:after {
    border-top-color: #921b61
}

.overlay_search .form_search-wrap form .overlay_search-input:focus {
    border-bottom-color: #921b61
}

.product-description ul li:before, .post__content ul li:before, .list--secondary a:hover, .list--secondary i, .btn--secondary.btn-border, .btn--secondary.btn-border:hover, .crumina-info-box .info-box-image i, .cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del, .contact-form label sup, .nav-add li.search .popup-search .search-btn i:hover, .woocommerce #content .price {
    color: #921b61
}

.btn--secondary, .btn--secondary.btn-hover-shadow:hover, .user-menu .user-menu-content, .right-menu .right-menu-wrap .user-menu-close .user-menu-content, ul.products .product-item .onsale, .woocommerce.single #primary .onsale, div:hover>.btn-reverse-bg-color-secondary {
    background-color: #921b61
}

.btn--secondary.btn-border, .btn--secondary.btn-border .semicircle::after {
    border-color: #921b61
}

@font-face {
    font-family: 'seosight';
    src: url(../../../themes/seosight/fonts/seosight.ttf) format('truetype'), url(../../../themes/seosight/fonts/seosight.woff) format('woff'), url('../../../themes/seosight/fonts/seosight.svg#seosight') format('svg');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

[class^="seoicon-"], [class*=" seoicon-"] {
    font-family: 'seosight'!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
}

.seoicon-social-instagram:before {
    content: "\e91c"
}

.seoicon-social-linkedin:before {
    content: "\e921"
}

.seoicon-quotes:before {
    content: "\e904"
}

.seoicon-loupe-0:before {
    content: "\e900"
}

.seoicon-arrow-back:before {
    content: "\e901"
}

.seoicon-arrow-to-bottom:before {
    content: "\e902"
}

.seoicon-hit-target:before {
    content: "\e903"
}

.seoicon-business-cash:before {
    content: "\e905"
}

.seoicon-business:before {
    content: "\e906"
}

.seoicon-button:before {
    content: "\e907"
}

.seoicon-check:before {
    content: "\e908"
}

.seoicon-check-bold:before {
    content: "\e909"
}

.seoicon-clip:before {
    content: "\e90a"
}

.seoicon-clock:before {
    content: "\e90b"
}

.seoicon-coins:before {
    content: "\e90c"
}

.seoicon-commerce:before {
    content: "\e90d"
}

.seoicon-tags:before {
    content: "\e90e"
}

.seoicon-chat-comment:before {
    content: "\e90f"
}

.seoicon-cross:before {
    content: "\e910"
}

.seoicon-delete-bold:before {
    content: "\e911"
}

.seoicon-delete:before {
    content: "\e912"
}

.seoicon-draw:before {
    content: "\e913"
}

.seoicon-exit-door:before {
    content: "\e914"
}

.seoicon-facebook:before {
    content: "\e915"
}

.seoicon-google:before {
    content: "\e916"
}

.seoicon-help:before {
    content: "\e917"
}

.seoicon-graphic-search:before {
    content: "\e918"
}

.seoicon-hand-thumb:before {
    content: "\e919"
}

.seoicon-mail-send:before {
    content: "\e91a"
}

.seoicon-interface:before {
    content: "\e91b"
}

.seoicon-left-large-arrow:before {
    content: "\e91d"
}

.seoicon-lightbulb-on:before {
    content: "\e91e"
}

.seoicon-line-graph:before {
    content: "\e91f"
}

.seoicon-loupe:before {
    content: "\e920"
}

.seoicon-loupe-2:before {
    content: "\e922"
}

.seoicon-loupe-3:before {
    content: "\e923"
}

.seoicon-email:before {
    content: "\e924"
}

.seoicon-menu-dots-bold:before {
    content: "\e925"
}

.seoicon-menu-dots:before {
    content: "\e928"
}

.seoicon-musical:before {
    content: "\e929"
}

.seoicon-people:before {
    content: "\e92a"
}

.seoicon-basket:before {
    content: "\e92b"
}

.seoicon-help-action:before {
    content: "\e92c"
}

.seoicon-pie-circular-graphic-with-bars-in-the-center-part-thin-symbol-outline-inside-a-circle:before {
    content: "\e92d"
}

.seoicon-pie-graph:before {
    content: "\e92e"
}

.seoicon-pie-graph-split:before {
    content: "\e92f"
}

.seoicon-pin-map:before {
    content: "\e930"
}

.seoicon-pinterest:before {
    content: "\e931"
}

.seoicon-play-button-arrowhead:before {
    content: "\e932"
}

.seoicon-play:before {
    content: "\e933"
}

.seoicon-right-large-arrow:before {
    content: "\e934"
}

.seoicon-right-arrow:before {
    content: "\e936"
}

.seoicon-rss:before {
    content: "\e937"
}

.seoicon-search:before {
    content: "\e938"
}

.seoicon-search-large:before {
    content: "\e939"
}

.seoicon-search-bold:before {
    content: "\e93a"
}

.seoicon-search-outline:before {
    content: "\e93b"
}

.seoicon-seo-landing-pages-symbol-inside-a-circle:before {
    content: "\e93c"
}

.seoicon-seo-search-symbol:before {
    content: "\e93d"
}

.seoicon-settings-symbol-with-up-arrow-in-a-circle:before {
    content: "\e93e"
}

.seoicon-shape-heart:before {
    content: "\e93f"
}

.seoicon-shapes-play:before {
    content: "\e940"
}

.seoicon-shape-heart-bold:before {
    content: "\e941"
}

.seoicon-shapes:before {
    content: "\e942"
}

.seoicon-zoom:before {
    content: "\e944"
}

.seoicon-social-links:before {
    content: "\e945"
}

.seoicon-social-pinterest:before {
    content: "\e946"
}

.seoicon-social-twitter:before {
    content: "\e947"
}

.seoicon-social-google-plus:before {
    content: "\e948"
}

.seoicon-social-facebook:before {
    content: "\e949"
}

.seoicon-stack:before {
    content: "\e94a"
}

.seoicon-strategy:before {
    content: "\e94b"
}

.seoicon-Target-Audience:before {
    content: "\e94c"
}

.seoicon-target-search:before {
    content: "\e94d"
}

.seoicon-text-paper:before {
    content: "\e94e"
}

.seoicon-time-is-running:before {
    content: "\e94f"
}

.seoicon-link:before {
    content: "\e950"
}

.seoicon-link-bold:before {
    content: "\e951"
}

.seoicon-pin-it:before {
    content: "\e952"
}

.seoicon-twitter:before {
    content: "\e953"
}

.seoicon-wireless-internet-connection-symbol:before {
    content: "\e954"
}

.seoicon-worm-outline-inside-a-circle:before {
    content: "\e955"
}

.seoicon-youtube:before {
    content: "\e956"
}

.tippy-notransition {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.tippy-touch {
    cursor: pointer!important
}

.tippy-popper {
    max-width: 400px;
    -webkit-perspective: 800px;
    perspective: 800px;
    z-index: 9999
}

.tippy-popper.html-template {
    max-width: 96%;
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px)
}

.tippy-popper[x-placement^=top] [x-arrow] {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
    border-top: 9px solid #333;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -9px
}

.tippy-popper[x-placement^=top] [x-circle] {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.tippy-popper[x-placement^=top] [x-circle].enter {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=top] [x-circle].leave {
    opacity: 0;
    -webkit-transform: scale(.33) translate(-50%, -50%);
    -ms-transform: scale(.33) translate(-50%, -50%);
    transform: scale(.33) translate(-50%, -50%)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-top: 9px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -9px
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .8)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid rgba(0, 0, 0, .8);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-top: 5px solid rgba(0, 0, 0, .8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-top: 9px solid rgba(0, 0, 0, .8);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: -9px
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) rotateX(0);
    transform: translateY(-10px) rotateX(0)
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(90deg);
    transform: translateY(0) rotateX(90deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    -ms-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1)
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
    border-bottom: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
    border-bottom: 9px solid #333;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: -9px
}

.tippy-popper[x-placement^=bottom] [x-circle] {
    -webkit-transform-origin: 0 -50%;
    -ms-transform-origin: 0 -50%;
    transform-origin: 0 -50%
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
    opacity: 0;
    -webkit-transform: scale(.33) translate(-50%);
    -ms-transform: scale(.33) translate(-50%);
    transform: scale(.33) translate(-50%)
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 9px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: -9px
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .8)
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, .8);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid rgba(0, 0, 0, .8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 9px solid rgba(0, 0, 0, .8);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: -9px
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) rotateX(0);
    transform: translateY(10px) rotateX(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(-90deg);
    transform: translateY(0) rotateX(-90deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    -ms-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=left] [x-arrow] {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    top: 50%
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px;
    top: 50%
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
    border-left: 9px solid #333;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    right: -9px;
    top: 50%
}

.tippy-popper[x-placement^=left] [x-circle] {
    -webkit-transform-origin: 50% 5%;
    -ms-transform-origin: 50% 5%;
    transform-origin: 50% 5%
}

.tippy-popper[x-placement^=left] [x-circle].enter {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=left] [x-circle].leave {
    opacity: 0;
    -webkit-transform: scale(.33) translate(-50%, -33%);
    -ms-transform: scale(.33) translate(-50%, -33%);
    transform: scale(.33) translate(-50%, -33%)
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    top: 50%
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px;
    top: 50%
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-left: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    right: -9px;
    top: 50%
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .8)
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid rgba(0, 0, 0, .8);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    top: 50%
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-left: 5px solid rgba(0, 0, 0, .8);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px;
    top: 50%
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-left: 9px solid rgba(0, 0, 0, .8);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    right: -9px;
    top: 50%
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) rotateY(0);
    transform: translateX(-10px) rotateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(-90deg);
    transform: translateX(0) rotateY(-90deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    -ms-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1)
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    -ms-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0)
}

.tippy-popper[x-placement^=right] [x-arrow] {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    top: 50%
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px;
    top: 50%
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
    border-right: 9px solid #333;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    left: -9px;
    top: 50%
}

.tippy-popper[x-placement^=right] [x-circle] {
    -webkit-transform-origin: -50% 5%;
    -ms-transform-origin: -50% 5%;
    transform-origin: -50% 5%
}

.tippy-popper[x-placement^=right] [x-circle].enter {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=right] [x-circle].leave {
    opacity: 0;
    -webkit-transform: scale(.33) translate(-50%, -33%);
    -ms-transform: scale(.33) translate(-50%, -33%);
    transform: scale(.33) translate(-50%, -33%)
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    top: 50%
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px;
    top: 50%
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    left: -9px;
    top: 50%
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .8)
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid rgba(0, 0, 0, .8);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    top: 50%
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-right: 5px solid rgba(0, 0, 0, .8);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px;
    top: 50%
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-right: 9px solid rgba(0, 0, 0, .8);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    left: -9px;
    top: 50%
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) rotateY(0);
    transform: translateX(10px) rotateY(0)
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(90deg);
    transform: translateX(0) rotateY(90deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    -ms-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1)
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    -ms-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0)
}

.tippy-popper [x-circle] {
    background-color: #fff
}

.tippy-popper[data-animatefill] {
    background-color: transparent
}

.tippy-popper [x-arrow] {
    position: absolute;
    width: 0;
    height: 0
}

.tippy-popper .tippy-tooltip.transparent-theme {
    background-color: rgba(0, 0, 0, .8)
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
    background-color: transparent
}

.tippy-popper .tippy-tooltip.light-theme {
    color: #203d5d;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
    background-color: #fff
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent
}

.tippy-tooltip {
    position: relative;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: .95rem;
    padding: .4rem .8rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333
}

.tippy-tooltip--small {
    padding: .25rem .5rem;
    font-size: .8rem
}

.tippy-tooltip--big {
    padding: .6rem 1.2rem;
    font-size: 1.2rem
}

.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent
}

.tippy-tooltip[data-inertia] {
    -webkit-transition-timing-function: cubic-bezier(.53, 1, .36, .85);
    -o-transition-timing-function: cubic-bezier(.53, 2, .36, .85);
    transition-timing-function: cubic-bezier(.53, 2, .36, .85)
}

.tippy-tooltip [x-circle] {
    position: absolute;
    will-change: transform;
    background-color: #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120%;
    width: -webkit-calc(100% + 2rem);
    width: calc(100% + 2rem);
    left: 50%;
    -webkit-transition: all ease-out;
    -o-transition: all ease-out;
    transition: all ease-out;
    z-index: -1;
    opacity: 0;
    overflow: hidden
}

.tippy-tooltip [x-circle]:before {
    content: "";
    padding-top: 100%;
    padding-top: -webkit-calc(75% + 2rem);
    padding-top: calc(75% + 2rem);
    float: left
}

@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

@media screen and (min-width:768px) {
    .kc-animated {
        opacity: 0
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }
    .animated.bounceIn {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }
    @-webkit-keyframes bounce {
        20%, 53%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        40%, 43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0)
        }
        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0)
        }
    }
    @keyframes bounce {
        20%, 53%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        40%, 43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0)
        }
        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            animation-timing-function: cubic-bezier(.755, .050, .855, .060);
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0)
        }
    }
    .bounce {
        -webkit-animation-name: bounce;
        animation-name: bounce;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    @-webkit-keyframes flash {
        50%, from, to {
            opacity: 1
        }
        25%, 75% {
            opacity: 0
        }
    }
    @keyframes flash {
        50%, from, to {
            opacity: 1
        }
        25%, 75% {
            opacity: 0
        }
    }
    .flash {
        -webkit-animation-name: flash;
        animation-name: flash
    }
    @-webkit-keyframes pulse {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }
    }
    @keyframes pulse {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }
    }
    .pulse {
        -webkit-animation-name: pulse;
        animation-name: pulse
    }
    @-webkit-keyframes rubberBand {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        30% {
            -webkit-transform: scale3d(1.25, .75, 1);
            transform: scale3d(1.25, .75, 1)
        }
        40% {
            -webkit-transform: scale3d(.75, 1.25, 1);
            transform: scale3d(.75, 1.25, 1)
        }
        50% {
            -webkit-transform: scale3d(1.15, .85, 1);
            transform: scale3d(1.15, .85, 1)
        }
        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1)
        }
        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1)
        }
    }
    @keyframes rubberBand {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        30% {
            -webkit-transform: scale3d(1.25, .75, 1);
            transform: scale3d(1.25, .75, 1)
        }
        40% {
            -webkit-transform: scale3d(.75, 1.25, 1);
            transform: scale3d(.75, 1.25, 1)
        }
        50% {
            -webkit-transform: scale3d(1.15, .85, 1);
            transform: scale3d(1.15, .85, 1)
        }
        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1)
        }
        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1)
        }
    }
    .rubberBand {
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand
    }
    @-webkit-keyframes shake {
        from, to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        10%, 30%, 50%, 70%, 90% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }
        20%, 40%, 60%, 80% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
    }
    @keyframes shake {
        from, to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        10%, 30%, 50%, 70%, 90% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }
        20%, 40%, 60%, 80% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
    }
    .shake {
        -webkit-animation-name: shake;
        animation-name: shake
    }
    @-webkit-keyframes headShake {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
        6.5% {
            -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg)
        }
        18.5% {
            -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg)
        }
        31.5% {
            -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg)
        }
        43.5% {
            -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg)
        }
        50% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }
    @keyframes headShake {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
        6.5% {
            -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg)
        }
        18.5% {
            -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg)
        }
        31.5% {
            -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg)
        }
        43.5% {
            -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg)
        }
        50% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }
    .headShake {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: headShake;
        animation-name: headShake
    }
    @-webkit-keyframes swing {
        20% {
            -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg)
        }
        40% {
            -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg)
        }
        60% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg)
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg)
        }
        to {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg)
        }
    }
    @keyframes swing {
        20% {
            -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg)
        }
        40% {
            -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg)
        }
        60% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg)
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg)
        }
        to {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg)
        }
    }
    .swing {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing
    }
    @-webkit-keyframes tada {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        10%, 20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        }
        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        }
        40%, 60%, 80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }
    @keyframes tada {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        10%, 20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        }
        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        }
        40%, 60%, 80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }
    .tada {
        -webkit-animation-name: tada;
        animation-name: tada
    }
    @-webkit-keyframes wobble {
        from, to {
            -webkit-transform: none;
            transform: none
        }
        15% {
            -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
        }
        30% {
            -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
        }
        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
        }
        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
        }
        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
        }
    }
    @keyframes wobble {
        from, to {
            -webkit-transform: none;
            transform: none
        }
        15% {
            -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
        }
        30% {
            -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
        }
        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
        }
        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
        }
        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
        }
    }
    .wobble {
        -webkit-animation-name: wobble;
        animation-name: wobble
    }
    @-webkit-keyframes jello {
        11.1%, from, to {
            -webkit-transform: none;
            transform: none
        }
        22.2% {
            -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
        }
        33.3% {
            -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
        }
        44.4% {
            -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
        }
        55.5% {
            -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
        }
        66.6% {
            -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
            transform: skewX(-.78125deg) skewY(-.78125deg)
        }
        77.7% {
            -webkit-transform: skewX(.390625deg) skewY(.390625deg);
            transform: skewX(.390625deg) skewY(.390625deg)
        }
        88.8% {
            -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
            transform: skewX(-.1953125deg) skewY(-.1953125deg)
        }
    }
    @keyframes jello {
        11.1%, from, to {
            -webkit-transform: none;
            transform: none
        }
        22.2% {
            -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
        }
        33.3% {
            -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
        }
        44.4% {
            -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
        }
        55.5% {
            -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
        }
        66.6% {
            -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
            transform: skewX(-.78125deg) skewY(-.78125deg)
        }
        77.7% {
            -webkit-transform: skewX(.390625deg) skewY(.390625deg);
            transform: skewX(.390625deg) skewY(.390625deg)
        }
        88.8% {
            -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
            transform: skewX(-.1953125deg) skewY(-.1953125deg)
        }
    }
    .jello {
        -webkit-animation-name: jello;
        animation-name: jello;
        -webkit-transform-origin: center;
        transform-origin: center
    }
    @-webkit-keyframes bounceIn {
        20%, 40%, 60%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3)
        }
        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97)
        }
        to {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }
    @keyframes bounceIn {
        20%, 40%, 60%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3)
        }
        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97)
        }
        to {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }
    .bounceIn {
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn
    }
    @-webkit-keyframes bounceInDown {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0)
        }
        75% {
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes bounceInDown {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0)
        }
        75% {
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
    .bounceInDown {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown
    }
    @-webkit-keyframes bounceInLeft {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0)
        }
        75% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }
        90% {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes bounceInLeft {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0)
        }
        75% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }
        90% {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
    .bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft
    }
    @-webkit-keyframes bounceInRight {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        from {
            opacity: 0;
            -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0)
        }
        75% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
        90% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes bounceInRight {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        from {
            opacity: 0;
            -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0)
        }
        75% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
        90% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }
    .bounceInRight {
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight
    }
    @-webkit-keyframes bounceInUp {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0)
        }
        75% {
            -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0)
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    @keyframes bounceInUp {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0)
        }
        75% {
            -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0)
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    .bounceInUp {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }
    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }
    @-webkit-keyframes fadeInDownBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInDownBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInDownBig {
        -webkit-animation-name: fadeInDownBig;
        animation-name: fadeInDownBig
    }
    @-webkit-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
    }
    @-webkit-keyframes fadeInLeftBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInLeftBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInLeftBig {
        -webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig
    }
    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }
    @-webkit-keyframes fadeInRightBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInRightBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInRightBig {
        -webkit-animation-name: fadeInRightBig;
        animation-name: fadeInRightBig
    }
    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
    @-webkit-keyframes fadeInUpBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes fadeInUpBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .fadeInUpBig {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig
    }
    @-webkit-keyframes flip {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }
        40% {
            -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }
        50% {
            -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        80% {
            -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
    }
    @keyframes flip {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }
        40% {
            -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }
        50% {
            -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        80% {
            -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
    }
    .animated.flip {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-animation-name: flip;
        animation-name: flip
    }
    @-webkit-keyframes flipInX {
        from {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            opacity: 1
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }
    @keyframes flipInX {
        from {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            opacity: 1
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }
    .flipInX {
        -webkit-backface-visibility: visible!important;
        backface-visibility: visible!important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX
    }
    .flipInY {
        -webkit-backface-visibility: visible!important
    }
    @-webkit-keyframes flipInY {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }
    @keyframes flipInY {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }
    .flipInY {
        backface-visibility: visible!important;
        -webkit-animation-name: flipInY;
        animation-name: flipInY
    }
    @-webkit-keyframes lightSpeedIn {
        from {
            -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
            opacity: 0
        }
        60% {
            -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
            opacity: 1
        }
        80% {
            -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
            opacity: 1
        }
        to {
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    @keyframes lightSpeedIn {
        from {
            -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
            opacity: 0
        }
        60% {
            -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
            opacity: 1
        }
        80% {
            -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
            opacity: 1
        }
        to {
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    .lightSpeedIn {
        -webkit-animation-name: lightSpeedIn;
        animation-name: lightSpeedIn;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    @-webkit-keyframes rotateIn {
        from {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    @keyframes rotateIn {
        from {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    .rotateIn {
        -webkit-animation-name: rotateIn;
        animation-name: rotateIn
    }
    @-webkit-keyframes rotateInDownLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    @keyframes rotateInDownLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    .rotateInDownLeft {
        -webkit-animation-name: rotateInDownLeft;
        animation-name: rotateInDownLeft
    }
    @-webkit-keyframes rotateInDownRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    @keyframes rotateInDownRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    .rotateInDownRight {
        -webkit-animation-name: rotateInDownRight;
        animation-name: rotateInDownRight
    }
    @-webkit-keyframes rotateInUpLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    @keyframes rotateInUpLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    .rotateInUpLeft {
        -webkit-animation-name: rotateInUpLeft;
        animation-name: rotateInUpLeft
    }
    @-webkit-keyframes rotateInUpRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    @keyframes rotateInUpRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }
    .rotateInUpRight {
        -webkit-animation-name: rotateInUpRight;
        animation-name: rotateInUpRight
    }
    @-webkit-keyframes rollIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    @keyframes rollIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }
    .rollIn {
        -webkit-animation-name: rollIn;
        animation-name: rollIn
    }
    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3)
        }
        50% {
            opacity: 1
        }
    }
    @keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3)
        }
        50% {
            opacity: 1
        }
    }
    .zoomIn {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn
    }
    @-webkit-keyframes zoomInDown {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    @keyframes zoomInDown {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    .zoomInDown {
        -webkit-animation-name: zoomInDown;
        animation-name: zoomInDown
    }
    @-webkit-keyframes zoomInLeft {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    @keyframes zoomInLeft {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    .zoomInLeft {
        -webkit-animation-name: zoomInLeft;
        animation-name: zoomInLeft
    }
    @-webkit-keyframes zoomInRight {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    @keyframes zoomInRight {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    .zoomInRight {
        -webkit-animation-name: zoomInRight;
        animation-name: zoomInRight
    }
    @-webkit-keyframes zoomInUp {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    @keyframes zoomInUp {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }
    .zoomInUp {
        -webkit-animation-name: zoomInUp;
        animation-name: zoomInUp
    }
    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    @keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown
    }
    @-webkit-keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    @keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    .slideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft
    }
    @-webkit-keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    @keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    .slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight
    }
    @-webkit-keyframes slideInUp {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    @keyframes slideInUp {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    .slideInUp {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp
    }
}

@charset "UTF-8";
@font-face {
    font-family: "seotheme";
    src: url(../../../themes/seosight/fonts/seotheme.eot);
    src: url("../../../themes/seosight/fonts/seotheme.eot?#iefix") format("embedded-opentype"), url(../../../themes/seosight/fonts/seotheme.woff2) format('woff2'), url(../../../themes/seosight/fonts/seotheme.woff) format("woff"), url(../../../themes/seosight/fonts/seotheme.ttf) format("truetype"), url("../../../themes/seosight/fonts/seotheme.svg#seotheme") format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="seosight-"]:before, [class*=" seosight-"]:before {
    font-family: "seotheme"!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.seosight-add-button:before {
    content: "\61"
}

.seosight-wifi:before {
    content: "\62"
}

.seosight-analytics:before {
    content: "\63"
}

.seosight-antenna:before {
    content: "\64"
}

.seosight-apps:before {
    content: "\65"
}

.seosight-arrows:before {
    content: "\66"
}

.seosight-at:before {
    content: "\67"
}

.seosight-backup:before {
    content: "\68"
}

.seosight-bag:before {
    content: "\69"
}

.seosight-bag-1:before {
    content: "\6a"
}

.seosight-bag-2:before {
    content: "\6b"
}

.seosight-bar-stats:before {
    content: "\6c"
}

.seosight-basket:before {
    content: "\6d"
}

.seosight-binary-code:before {
    content: "\6e"
}

.seosight-chip:before {
    content: "\6f"
}

.seosight-check-square:before {
    content: "\70"
}

.seosight-calendar:before {
    content: "\71"
}

.seosight-bug-free:before {
    content: "\72"
}

.seosight-bug:before {
    content: "\73"
}

.seosight-browser-visualization:before {
    content: "\74"
}

.seosight-browser-2:before {
    content: "\75"
}

.seosight-browser:before {
    content: "\77"
}

.seosight-bookmark:before {
    content: "\76"
}

.seosight-blogging:before {
    content: "\78"
}

.seosight-bitcoin:before {
    content: "\79"
}

.seosight-cloud-computing:before {
    content: "\7a"
}

.seosight-cloud-connection:before {
    content: "\41"
}

.seosight-cloud-connections:before {
    content: "\42"
}

.seosight-cloud-data:before {
    content: "\43"
}

.seosight-cloud-data-1:before {
    content: "\44"
}

.seosight-cloud-network:before {
    content: "\45"
}

.seosight-cloud-sync:before {
    content: "\46"
}

.seosight-coding:before {
    content: "\47"
}

.seosight-compass:before {
    content: "\48"
}

.seosight-compass-1:before {
    content: "\49"
}

.seosight-compass-2:before {
    content: "\4a"
}

.seosight-compass-3:before {
    content: "\4b"
}

.seosight-computer:before {
    content: "\4c"
}

.seosight-connections:before {
    content: "\4d"
}

.seosight-cup:before {
    content: "\4e"
}

.seosight-customer:before {
    content: "\4f"
}

.seosight-design:before {
    content: "\50"
}

.seosight-devices:before {
    content: "\51"
}

.seosight-diagonal-enlarge:before {
    content: "\52"
}

.seosight-distiller:before {
    content: "\53"
}

.seosight-document-security:before {
    content: "\54"
}

.seosight-document-security-1:before {
    content: "\55"
}

.seosight-document-settings:before {
    content: "\56"
}

.seosight-dollar:before {
    content: "\57"
}

.seosight-folders:before {
    content: "\58"
}

.seosight-folder:before {
    content: "\59"
}

.seosight-flag:before {
    content: "\5a"
}

.seosight-favorite:before {
    content: "\30"
}

.seosight-favorites-button:before {
    content: "\31"
}

.seosight-eye:before {
    content: "\32"
}

.seosight-euro:before {
    content: "\33"
}

.seosight-enlarge:before {
    content: "\34"
}

.seosight-email:before {
    content: "\35"
}

.seosight-efficency:before {
    content: "\36"
}

.seosight-downloading-from-smartphone:before {
    content: "\37"
}

.seosight-download:before {
    content: "\38"
}

.seosight-domain-registration:before {
    content: "\39"
}

.seosight-funnel:before {
    content: "\21"
}

.seosight-glasses:before {
    content: "\22"
}

.seosight-graph-search:before {
    content: "\23"
}

.seosight-group:before {
    content: "\24"
}

.seosight-high-volume:before {
    content: "\25"
}

.seosight-history-button:before {
    content: "\26"
}

.seosight-hourglass:before {
    content: "\27"
}

.seosight-hystogram:before {
    content: "\28"
}

.seosight-idea:before {
    content: "\29"
}

.seosight-image:before {
    content: "\2a"
}

.seosight-key:before {
    content: "\2b"
}

.seosight-keywords:before {
    content: "\2c"
}

.seosight-microscope:before {
    content: "\2d"
}

.seosight-microphone:before {
    content: "\2e"
}

.seosight-menu-button:before {
    content: "\2f"
}

.seosight-megaphone:before {
    content: "\3a"
}

.seosight-medal:before {
    content: "\3b"
}

.seosight-map:before {
    content: "\3c"
}

.seosight-mail-settings:before {
    content: "\3d"
}

.seosight-lock:before {
    content: "\3e"
}

.seosight-link:before {
    content: "\3f"
}

.seosight-light-bulb:before {
    content: "\40"
}

.seosight-letter:before {
    content: "\5b"
}

.seosight-laptop:before {
    content: "\5d"
}

.seosight-molecular:before {
    content: "\5e"
}

.seosight-monitoring:before {
    content: "\5f"
}

.seosight-mouse:before {
    content: "\60"
}

.seosight-music:before {
    content: "\7b"
}

.seosight-mute:before {
    content: "\7c"
}

.seosight-network:before {
    content: "\7d"
}

.seosight-new-file:before {
    content: "\7e"
}

.seosight-newspaper:before {
    content: "\5c"
}

.seosight-next-page:before {
    content: "\e000"
}

.seosight-no-bug:before {
    content: "\e001"
}

.seosight-note:before {
    content: "\e002"
}

.seosight-notification:before {
    content: "\e003"
}

.seosight-pin:before {
    content: "\e004"
}

.seosight-pie-graph-split:before {
    content: "\e005"
}

.seosight-pie-graph-1:before {
    content: "\e006"
}

.seosight-pie-graph:before {
    content: "\e007"
}

.seosight-pie-chart:before {
    content: "\e008"
}

.seosight-picture:before {
    content: "\e009"
}

.seosight-phone-shop:before {
    content: "\e00a"
}

.seosight-pay-per-click:before {
    content: "\e00b"
}

.seosight-paper-plane:before {
    content: "\e00c"
}

.seosight-padlock:before {
    content: "\e00d"
}

.seosight-order:before {
    content: "\e00e"
}

.seosight-open-book:before {
    content: "\e00f"
}

.seosight-online-shop:before {
    content: "\e010"
}

.seosight-pin-1:before {
    content: "\e011"
}

.seosight-pin-settings:before {
    content: "\e012"
}

.seosight-play-button:before {
    content: "\e013"
}

.seosight-play-button-1:before {
    content: "\e014"
}

.seosight-power:before {
    content: "\e015"
}

.seosight-ranking:before {
    content: "\e017"
}

.seosight-refresh-button:before {
    content: "\e018"
}

.seosight-retweet:before {
    content: "\e016"
}

.seosight-screen:before {
    content: "\e019"
}

.seosight-search:before {
    content: "\e01a"
}

.seosight-search-1:before {
    content: "\e01b"
}

.seosight-search-engine:before {
    content: "\e01c"
}

.seosight-shopping-cart-1:before {
    content: "\e01d"
}

.seosight-shopping-cart:before {
    content: "\e01e"
}

.seosight-shopping:before {
    content: "\e01f"
}

.seosight-spider-web:before {
    content: "\e020"
}

.seosight-speedometer:before {
    content: "\e021"
}

.seosight-speech-bubbles:before {
    content: "\e022"
}

.seosight-speech-balloon:before {
    content: "\e023"
}

.seosight-shop:before {
    content: "\e024"
}

.seosight-shield:before {
    content: "\e025"
}

.seosight-social-media:before {
    content: "\e026"
}

.seosight-smartphone-4:before {
    content: "\e027"
}

.seosight-sharing-archives:before {
    content: "\e028"
}

.seosight-shared-folder:before {
    content: "\e029"
}

.seosight-smartphone-3:before {
    content: "\e02a"
}

.seosight-smartphone-2:before {
    content: "\e02b"
}

.seosight-settings:before {
    content: "\e02c"
}

.seosight-servers:before {
    content: "\e02d"
}

.seosight-smartphone-1:before {
    content: "\e02e"
}

.seosight-smartphone:before {
    content: "\e02f"
}

.seosight-server-and-cloud:before {
    content: "\e030"
}

.seosight-server:before {
    content: "\e031"
}

.seosight-sitemap:before {
    content: "\e032"
}

.seosight-side-menu:before {
    content: "\e033"
}

.seosight-security-data:before {
    content: "\e034"
}

.seosight-search-engine-1:before {
    content: "\e035"
}

.seosight-shopping-cart-2:before {
    content: "\e036"
}

.seosight-star:before {
    content: "\e037"
}

.seosight-tracker:before {
    content: "\e038"
}

.seosight-translation:before {
    content: "\e039"
}

.seosight-statistics:before {
    content: "\e03a"
}

.seosight-statistics-1:before {
    content: "\e03b"
}

.seosight-turn-right:before {
    content: "\e03c"
}

.seosight-typewriter:before {
    content: "\e03d"
}

.seosight-statistics-2:before {
    content: "\e03e"
}

.seosight-stats:before {
    content: "\e03f"
}

.seosight-upload-to-cloud:before {
    content: "\e040"
}

.seosight-strategy:before {
    content: "\e041"
}

.seosight-system:before {
    content: "\e042"
}

.seosight-user:before {
    content: "\e043"
}

.seosight-user-1:before {
    content: "\e044"
}

.seosight-tags:before {
    content: "\e045"
}

.seosight-target:before {
    content: "\e046"
}

.seosight-user-stats:before {
    content: "\e047"
}

.seosight-users:before {
    content: "\e048"
}

.seosight-target-1:before {
    content: "\e049"
}

.seosight-targeting:before {
    content: "\e04a"
}

.seosight-vertical-bar:before {
    content: "\e04b"
}

.seosight-vertical-bars:before {
    content: "\e04c"
}

.seosight-telephone:before {
    content: "\e04d"
}

.seosight-telephone-1:before {
    content: "\e04e"
}

.seosight-video:before {
    content: "\e04f"
}

.seosight-viral-marketing:before {
    content: "\e050"
}

.seosight-whistle:before {
    content: "\e051"
}

.seosight-browser-1:before {
    content: "\e052"
}

.seosight-message:before {
    content: "\e053"
}

.seosight-close:before {
    content: "\e054"
}

.seosight-upload-arrow:before {
    content: "\e055"
}

.seosight-arrows-1:before {
    content: "\e05d"
}

.seosight-target-search:before {
    content: "\e056"
}

.seosight-arrows-2:before {
    content: "\e057"
}

.seosight-business:before {
    content: "\e058"
}

.seosight-business-1:before {
    content: "\e059"
}

.seosight-button:before {
    content: "\e05a"
}

.seosight-coins:before {
    content: "\e05b"
}

.seosight-graphic:before {
    content: "\e05c"
}

.seosight-graphic-search:before {
    content: "\e05e"
}

.seosight-pie-chart-1:before {
    content: "\e05f"
}

.seosight-pie-graph-2:before {
    content: "\e060"
}

.seosight-pie-graph-split-1:before {
    content: "\e061"
}

.seosight-pin-2:before {
    content: "\e062"
}

.seosight-search-1-1:before {
    content: "\e063"
}

.seosight-settings-symbol-with-up-arrow-in-a-circle:before {
    content: "\e064"
}

.seosight-target-audience:before {
    content: "\e065"
}

.seosight-communication:before {
    content: "\e066"
}

.seosight-mail-send:before {
    content: "\e067"
}

@font-face {
    font-family: 'simple-line-icons';
    src: url(../../../plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?-i3a2kk);
    src: url('../../../plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk') format('embedded-opentype'), url(../../../plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf) format('truetype'), url(../../../plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.woff) format('woff'), url('../../../plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.svg?#simple-line-icons') format('svg');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'et-line';
    src: url(../../../plugins/kingcomposer/assets/css/fonts/et-line.eot);
    src: url('../../../plugins/kingcomposer/assets/css/fonts/et-line.eot?#iefix') format('embedded-opentype'), url(../../../plugins/kingcomposer/assets/css/fonts/et-line.woff) format('woff'), url(../../../plugins/kingcomposer/assets/css/fonts/et-line.ttf) format('truetype'), url('../../../plugins/kingcomposer/assets/css/fonts/et-line.svg#et-line') format('svg');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot);
    src: url("../../../plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url(../../../plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2) format("woff2"), url(../../../plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff) format("woff"), url(../../../plugins/kingcomposer/assets/css/fonts/fa-solid-900.ttf) format("truetype"), url("../../../plugins/kingcomposer/assets/css/fonts/fa-solid-900.svg#fontawesome") format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'FontAwesomeBrands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot);
    src: url("../../../plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url(../../../plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff2) format("woff2"), url(../../../plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff) format("woff"), url(../../../plugins/kingcomposer/assets/css/fonts/fa-brands-400.ttf) format("truetype"), url("../../../plugins/kingcomposer/assets/css/fonts/fa-brands-400.svg#fontawesome") format("svg")
}

[class^="et-"], [class*=" et-"], [class^="et-"]:before, [class*=" et-"]:before {
    font-family: 'et-line';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}

.et-mobile:before {
    content: "\e000"
}

.et-laptop:before {
    content: "\e001"
}

.et-desktop:before {
    content: "\e002"
}

.et-tablet:before {
    content: "\e003"
}

.et-phone:before {
    content: "\e004"
}

.et-document:before {
    content: "\e005"
}

.et-documents:before {
    content: "\e006"
}

.et-search:before {
    content: "\e007"
}

.et-clipboard:before {
    content: "\e008"
}

.et-newspaper:before {
    content: "\e009"
}

.et-notebook:before {
    content: "\e00a"
}

.et-book-open:before {
    content: "\e00b"
}

.et-browser:before {
    content: "\e00c"
}

.et-calendar:before {
    content: "\e00d"
}

.et-presentation:before {
    content: "\e00e"
}

.et-picture:before {
    content: "\e00f"
}

.et-pictures:before {
    content: "\e010"
}

.et-video:before {
    content: "\e011"
}

.et-camera:before {
    content: "\e012"
}

.et-printer:before {
    content: "\e013"
}

.et-toolbox:before {
    content: "\e014"
}

.et-briefcase:before {
    content: "\e015"
}

.et-wallet:before {
    content: "\e016"
}

.et-gift:before {
    content: "\e017"
}

.et-bargraph:before {
    content: "\e018"
}

.et-grid:before {
    content: "\e019"
}

.et-expand:before {
    content: "\e01a"
}

.et-focus:before {
    content: "\e01b"
}

.et-edit:before {
    content: "\e01c"
}

.et-adjustments:before {
    content: "\e01d"
}

.et-ribbon:before {
    content: "\e01e"
}

.et-hourglass:before {
    content: "\e01f"
}

.et-lock:before {
    content: "\e020"
}

.et-megaphone:before {
    content: "\e021"
}

.et-shield:before {
    content: "\e022"
}

.et-trophy:before {
    content: "\e023"
}

.et-flag:before {
    content: "\e024"
}

.et-map:before {
    content: "\e025"
}

.et-puzzle:before {
    content: "\e026"
}

.et-basket:before {
    content: "\e027"
}

.et-envelope:before {
    content: "\e028"
}

.et-streetsign:before {
    content: "\e029"
}

.et-telescope:before {
    content: "\e02a"
}

.et-gears:before {
    content: "\e02b"
}

.et-key:before {
    content: "\e02c"
}

.et-paperclip:before {
    content: "\e02d"
}

.et-attachment:before {
    content: "\e02e"
}

.et-pricetags:before {
    content: "\e02f"
}

.et-lightbulb:before {
    content: "\e030"
}

.et-layers:before {
    content: "\e031"
}

.et-pencil:before {
    content: "\e032"
}

.et-tools:before {
    content: "\e033"
}

.et-tools-2:before {
    content: "\e034"
}

.et-scissors:before {
    content: "\e035"
}

.et-paintbrush:before {
    content: "\e036"
}

.et-magnifying-glass:before {
    content: "\e037"
}

.et-circle-compass:before {
    content: "\e038"
}

.et-linegraph:before {
    content: "\e039"
}

.et-mic:before {
    content: "\e03a"
}

.et-strategy:before {
    content: "\e03b"
}

.et-beaker:before {
    content: "\e03c"
}

.et-caution:before {
    content: "\e03d"
}

.et-recycle:before {
    content: "\e03e"
}

.et-anchor:before {
    content: "\e03f"
}

.et-profile-male:before {
    content: "\e040"
}

.et-profile-female:before {
    content: "\e041"
}

.et-bike:before {
    content: "\e042"
}

.et-wine:before {
    content: "\e043"
}

.et-hotairballoon:before {
    content: "\e044"
}

.et-globe:before {
    content: "\e045"
}

.et-genius:before {
    content: "\e046"
}

.et-map-pin:before {
    content: "\e047"
}

.et-dial:before {
    content: "\e048"
}

.et-chat:before {
    content: "\e049"
}

.et-heart:before {
    content: "\e04a"
}

.et-cloud:before {
    content: "\e04b"
}

.et-upload:before {
    content: "\e04c"
}

.et-download:before {
    content: "\e04d"
}

.et-target:before {
    content: "\e04e"
}

.et-hazardous:before {
    content: "\e04f"
}

.et-piechart:before {
    content: "\e050"
}

.et-speedometer:before {
    content: "\e051"
}

.et-global:before {
    content: "\e052"
}

.et-compass:before {
    content: "\e053"
}

.et-lifesaver:before {
    content: "\e054"
}

.et-clock:before {
    content: "\e055"
}

.et-aperture:before {
    content: "\e056"
}

.et-quote:before {
    content: "\e057"
}

.et-scope:before {
    content: "\e058"
}

.et-alarmclock:before {
    content: "\e059"
}

.et-refresh:before {
    content: "\e05a"
}

.et-happy:before {
    content: "\e05b"
}

.et-sad:before {
    content: "\e05c"
}

.et-facebook:before {
    content: "\e05d"
}

.et-twitter:before {
    content: "\e05e"
}

.et-googleplus:before {
    content: "\e05f"
}

.et-rss:before {
    content: "\e060"
}

.et-tumblr:before {
    content: "\e061"
}

.et-linkedin:before {
    content: "\e062"
}

.et-dribbble:before {
    content: "\e063"
}

[class^="sl-"], [class*=" sl-"], [class^="sl-"]:before, [class*=" sl-"]:before {
    font-family: 'simple-line-icons';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}

.sl-user:before {
    content: "\e005"
}

.sl-people:before {
    content: "\e001"
}

.sl-user-female:before {
    content: "\e000"
}

.sl-user-follow:before {
    content: "\e002"
}

.sl-user-following:before {
    content: "\e003"
}

.sl-user-unfollow:before {
    content: "\e004"
}

.sl-login:before {
    content: "\e066"
}

.sl-logout:before {
    content: "\e065"
}

.sl-emotsmile:before {
    content: "\e021"
}

.sl-phone:before {
    content: "\e600"
}

.sl-call-end:before {
    content: "\e048"
}

.sl-call-in:before {
    content: "\e047"
}

.sl-call-out:before {
    content: "\e046"
}

.sl-map:before {
    content: "\e033"
}

.sl-location-pin:before {
    content: "\e096"
}

.sl-direction:before {
    content: "\e042"
}

.sl-directions:before {
    content: "\e041"
}

.sl-compass:before {
    content: "\e045"
}

.sl-layers:before {
    content: "\e034"
}

.sl-menu:before {
    content: "\e601"
}

.sl-list:before {
    content: "\e067"
}

.sl-options-vertical:before {
    content: "\e602"
}

.sl-options:before {
    content: "\e603"
}

.sl-arrow-down:before {
    content: "\e604"
}

.sl-arrow-left:before {
    content: "\e605"
}

.sl-arrow-right:before {
    content: "\e606"
}

.sl-arrow-up:before {
    content: "\e607"
}

.sl-arrow-up-circle:before {
    content: "\e078"
}

.sl-arrow-left-circle:before {
    content: "\e07a"
}

.sl-arrow-right-circle:before {
    content: "\e079"
}

.sl-arrow-down-circle:before {
    content: "\e07b"
}

.sl-check:before {
    content: "\e080"
}

.sl-clock:before {
    content: "\e081"
}

.sl-plus:before {
    content: "\e095"
}

.sl-close:before {
    content: "\e082"
}

.sl-trophy:before {
    content: "\e006"
}

.sl-screen-smartphone:before {
    content: "\e010"
}

.sl-screen-desktop:before {
    content: "\e011"
}

.sl-plane:before {
    content: "\e012"
}

.sl-notebook:before {
    content: "\e013"
}

.sl-mustache:before {
    content: "\e014"
}

.sl-mouse:before {
    content: "\e015"
}

.sl-magnet:before {
    content: "\e016"
}

.sl-energy:before {
    content: "\e020"
}

.sl-disc:before {
    content: "\e022"
}

.sl-cursor:before {
    content: "\e06e"
}

.sl-cursor-move:before {
    content: "\e023"
}

.sl-crop:before {
    content: "\e024"
}

.sl-chemistry:before {
    content: "\e026"
}

.sl-speedometer:before {
    content: "\e007"
}

.sl-shield:before {
    content: "\e00e"
}

.sl-screen-tablet:before {
    content: "\e00f"
}

.sl-magic-wand:before {
    content: "\e017"
}

.sl-hourglass:before {
    content: "\e018"
}

.sl-graduation:before {
    content: "\e019"
}

.sl-ghost:before {
    content: "\e01a"
}

.sl-game-controller:before {
    content: "\e01b"
}

.sl-fire:before {
    content: "\e01c"
}

.sl-eyeglass:before {
    content: "\e01d"
}

.sl-envelope-open:before {
    content: "\e01e"
}

.sl-envolope-letter:before {
    content: "\e01f"
}

.sl-bell:before {
    content: "\e027"
}

.sl-badge:before {
    content: "\e028"
}

.sl-anchor:before {
    content: "\e029"
}

.sl-wallet:before {
    content: "\e02a"
}

.sl-vector:before {
    content: "\e02b"
}

.sl-speech:before {
    content: "\e02c"
}

.sl-puzzle:before {
    content: "\e02d"
}

.sl-printer:before {
    content: "\e02e"
}

.sl-present:before {
    content: "\e02f"
}

.sl-playlist:before {
    content: "\e030"
}

.sl-pin:before {
    content: "\e031"
}

.sl-picture:before {
    content: "\e032"
}

.sl-handbag:before {
    content: "\e035"
}

.sl-globe-alt:before {
    content: "\e036"
}

.sl-globe:before {
    content: "\e037"
}

.sl-folder-alt:before {
    content: "\e039"
}

.sl-folder:before {
    content: "\e089"
}

.sl-film:before {
    content: "\e03a"
}

.sl-feed:before {
    content: "\e03b"
}

.sl-drop:before {
    content: "\e03e"
}

.sl-drawar:before {
    content: "\e03f"
}

.sl-docs:before {
    content: "\e040"
}

.sl-doc:before {
    content: "\e085"
}

.sl-diamond:before {
    content: "\e043"
}

.sl-cup:before {
    content: "\e044"
}

.sl-calculator:before {
    content: "\e049"
}

.sl-bubbles:before {
    content: "\e04a"
}

.sl-briefcase:before {
    content: "\e04b"
}

.sl-book-open:before {
    content: "\e04c"
}

.sl-basket-loaded:before {
    content: "\e04d"
}

.sl-basket:before {
    content: "\e04e"
}

.sl-bag:before {
    content: "\e04f"
}

.sl-action-undo:before {
    content: "\e050"
}

.sl-action-redo:before {
    content: "\e051"
}

.sl-wrench:before {
    content: "\e052"
}

.sl-umbrella:before {
    content: "\e053"
}

.sl-trash:before {
    content: "\e054"
}

.sl-tag:before {
    content: "\e055"
}

.sl-support:before {
    content: "\e056"
}

.sl-frame:before {
    content: "\e038"
}

.sl-size-fullscreen:before {
    content: "\e057"
}

.sl-size-actual:before {
    content: "\e058"
}

.sl-shuffle:before {
    content: "\e059"
}

.sl-share-alt:before {
    content: "\e05a"
}

.sl-share:before {
    content: "\e05b"
}

.sl-rocket:before {
    content: "\e05c"
}

.sl-question:before {
    content: "\e05d"
}

.sl-pie-chart:before {
    content: "\e05e"
}

.sl-pencil:before {
    content: "\e05f"
}

.sl-note:before {
    content: "\e060"
}

.sl-loop:before {
    content: "\e064"
}

.sl-home:before {
    content: "\e069"
}

.sl-grid:before {
    content: "\e06a"
}

.sl-graph:before {
    content: "\e06b"
}

.sl-microphone:before {
    content: "\e063"
}

.sl-music-tone-alt:before {
    content: "\e061"
}

.sl-music-tone:before {
    content: "\e062"
}

.sl-earphones-alt:before {
    content: "\e03c"
}

.sl-earphones:before {
    content: "\e03d"
}

.sl-equalizer:before {
    content: "\e06c"
}

.sl-like:before {
    content: "\e068"
}

.sl-dislike:before {
    content: "\e06d"
}

.sl-control-start:before {
    content: "\e06f"
}

.sl-control-rewind:before {
    content: "\e070"
}

.sl-control-play:before {
    content: "\e071"
}

.sl-control-pause:before {
    content: "\e072"
}

.sl-control-forward:before {
    content: "\e073"
}

.sl-control-end:before {
    content: "\e074"
}

.sl-volume-1:before {
    content: "\e09f"
}

.sl-volume-2:before {
    content: "\e0a0"
}

.sl-volume-off:before {
    content: "\e0a1"
}

.sl-calender:before {
    content: "\e075"
}

.sl-bulb:before {
    content: "\e076"
}

.sl-chart:before {
    content: "\e077"
}

.sl-ban:before {
    content: "\e07c"
}

.sl-bubble:before {
    content: "\e07d"
}

.sl-camrecorder:before {
    content: "\e07e"
}

.sl-camera:before {
    content: "\e07f"
}

.sl-cloud-download:before {
    content: "\e083"
}

.sl-cloud-upload:before {
    content: "\e084"
}

.sl-envolope:before {
    content: "\e086"
}

.sl-eye:before {
    content: "\e087"
}

.sl-flag:before {
    content: "\e088"
}

.sl-heart:before {
    content: "\e08a"
}

.sl-info:before {
    content: "\e08b"
}

.sl-key:before {
    content: "\e08c"
}

.sl-link:before {
    content: "\e08d"
}

.sl-lock:before {
    content: "\e08e"
}

.sl-lock-open:before {
    content: "\e08f"
}

.sl-magnifier:before {
    content: "\e090"
}

.sl-magnifier-add:before {
    content: "\e091"
}

.sl-magnifier-remove:before {
    content: "\e092"
}

.sl-paper-clip:before {
    content: "\e093"
}

.sl-paper-plane:before {
    content: "\e094"
}

.sl-power:before {
    content: "\e097"
}

.sl-refresh:before {
    content: "\e098"
}

.sl-reload:before {
    content: "\e099"
}

.sl-settings:before {
    content: "\e09a"
}

.sl-star:before {
    content: "\e09b"
}

.sl-symble-female:before {
    content: "\e09c"
}

.sl-symbol-male:before {
    content: "\e09d"
}

.sl-target:before {
    content: "\e09e"
}

.sl-credit-card:before {
    content: "\e025"
}

.sl-paypal:before {
    content: "\e608"
}

.sl-social-tumblr:before {
    content: "\e00a"
}

.sl-social-twitter:before {
    content: "\e009"
}

.sl-social-facebook:before {
    content: "\e00b"
}

.sl-social-instagram:before {
    content: "\e609"
}

.sl-social-linkedin:before {
    content: "\e60a"
}

.sl-social-pintarest:before {
    content: "\e60b"
}

.sl-social-github:before {
    content: "\e60c"
}

.sl-social-gplus:before {
    content: "\e60d"
}

.sl-social-reddit:before {
    content: "\e60e"
}

.sl-social-skype:before {
    content: "\e60f"
}

.sl-social-dribbble:before {
    content: "\e00d"
}

.sl-social-behance:before {
    content: "\e610"
}

.sl-social-foursqare:before {
    content: "\e611"
}

.sl-social-soundcloud:before {
    content: "\e612"
}

.sl-social-spotify:before {
    content: "\e613"
}

.sl-social-stumbleupon:before {
    content: "\e614"
}

.sl-social-youtube:before {
    content: "\e008"
}

.sl-social-dropbox:before {
    content: "\e00c"
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

[class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before, [class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}

[class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before {
    font-family: 'FontAwesomeBrands'
}

.fa-fw, .fa-li {
    text-align: center
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fab-accessible-icon:before {
    content: "\f368"
}

.fab-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fab-adn:before {
    content: "\f170"
}

.fab-adversal:before {
    content: "\f36a"
}

.fab-affiliatetheme:before {
    content: "\f36b"
}

.fab-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fab-amazon:before {
    content: "\f270"
}

.fab-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fab-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fab-android:before {
    content: "\f17b"
}

.fab-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fab-angrycreative:before {
    content: "\f36e"
}

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

.fab-app-store:before {
    content: "\f36f"
}

.fab-app-store-ios:before {
    content: "\f370"
}

.fab-apper:before {
    content: "\f371"
}

.fab-apple:before {
    content: "\f179"
}

.fab-apple-pay:before {
    content: "\f415"
}

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

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fab-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fab-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fab-autoprefixer:before {
    content: "\f41c"
}

.fab-avianex:before {
    content: "\f374"
}

.fab-aviato:before {
    content: "\f421"
}

.fab-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fab-behance:before {
    content: "\f1b4"
}

.fab-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fab-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fab-bitbucket:before {
    content: "\f171"
}

.fab-bitcoin:before {
    content: "\f379"
}

.fab-bity:before {
    content: "\f37a"
}

.fab-black-tie:before {
    content: "\f27e"
}

.fab-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fab-blogger:before {
    content: "\f37c"
}

.fab-blogger-b:before {
    content: "\f37d"
}

.fab-bluetooth:before {
    content: "\f293"
}

.fab-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

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

.fab-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fab-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fab-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

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

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fab-cc-amazon-pay:before {
    content: "\f42d"
}

.fab-cc-amex:before {
    content: "\f1f3"
}

.fab-cc-apple-pay:before {
    content: "\f416"
}

.fab-cc-diners-club:before {
    content: "\f24c"
}

.fab-cc-discover:before {
    content: "\f1f2"
}

.fab-cc-jcb:before {
    content: "\f24b"
}

.fab-cc-mastercard:before {
    content: "\f1f1"
}

.fab-cc-paypal:before {
    content: "\f1f4"
}

.fab-cc-stripe:before {
    content: "\f1f5"
}

.fab-cc-visa:before {
    content: "\f1f0"
}

.fab-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fab-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

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

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

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

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fab-codepen:before {
    content: "\f1cb"
}

.fab-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

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

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

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

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

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

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

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fab-cpanel:before {
    content: "\f388"
}

.fab-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

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

.fa-crosshairs:before {
    content: "\f05b"
}

.fab-css3:before {
    content: "\f13c"
}

.fab-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fab-cuttlefish:before {
    content: "\f38c"
}

.fab-d-and-d:before {
    content: "\f38d"
}

.fab-dashcube:before {
    content: "\f210"
}

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

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

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

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

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

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

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

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

.fab-digg:before {
    content: "\f1a6"
}

.fab-digital-ocean:before {
    content: "\f391"
}

.fab-discord:before {
    content: "\f392"
}

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

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

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

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

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fab-draft2digital:before {
    content: "\f396"
}

.fab-dribbble:before {
    content: "\f17d"
}

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

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

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

.fab-dyalog:before {
    content: "\f399"
}

.fab-earlybirds:before {
    content: "\f39a"
}

.fab-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fab-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fab-ember:before {
    content: "\f423"
}

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

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

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

.fa-envelope-square:before {
    content: "\f199"
}

.fab-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fab-ethereum:before {
    content: "\f42e"
}

.fab-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fab-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fab-facebook:before {
    content: "\f09a"
}

.fab-facebook-f:before {
    content: "\f39e"
}

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

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

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

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

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

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

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

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

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

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

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

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fab-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fab-first-order:before {
    content: "\f2b0"
}

.fab-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

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

.fa-flask:before {
    content: "\f0c3"
}

.fab-flickr:before {
    content: "\f16e"
}

.fab-flipboard:before {
    content: "\f44d"
}

.fab-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fab-font-awesome:before {
    content: "\f2b4"
}

.fab-font-awesome-alt:before {
    content: "\f35c"
}

.fab-font-awesome-flag:before {
    content: "\f425"
}

.fab-fonticons:before {
    content: "\f280"
}

.fab-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fab-fort-awesome:before {
    content: "\f286"
}

.fab-fort-awesome-alt:before {
    content: "\f3a3"
}

.fab-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fab-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fab-get-pocket:before {
    content: "\f265"
}

.fab-gg:before {
    content: "\f260"
}

.fab-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fab-git:before {
    content: "\f1d3"
}

.fab-git-square:before {
    content: "\f1d2"
}

.fab-github:before {
    content: "\f09b"
}

.fab-github-alt:before {
    content: "\f113"
}

.fab-github-square:before {
    content: "\f092"
}

.fab-gitkraken:before {
    content: "\f3a6"
}

.fab-gitlab:before {
    content: "\f296"
}

.fab-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fab-glide:before {
    content: "\f2a5"
}

.fab-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fab-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fab-goodreads:before {
    content: "\f3a8"
}

.fab-goodreads-g:before {
    content: "\f3a9"
}

.fab-google:before {
    content: "\f1a0"
}

.fab-google-drive:before {
    content: "\f3aa"
}

.fab-google-play:before {
    content: "\f3ab"
}

.fab-google-plus:before {
    content: "\f2b3"
}

.fab-google-plus-g:before {
    content: "\f0d5"
}

.fab-google-plus-square:before {
    content: "\f0d4"
}

.fab-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fab-gratipay:before {
    content: "\f184"
}

.fab-grav:before {
    content: "\f2d6"
}

.fab-gripfire:before {
    content: "\f3ac"
}

.fab-grunt:before {
    content: "\f3ad"
}

.fab-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fab-hacker-news:before {
    content: "\f1d4"
}

.fab-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fab-hips:before {
    content: "\f452"
}

.fab-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fab-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fab-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fab-houzz:before {
    content: "\f27c"
}

.fab-html5:before {
    content: "\f13b"
}

.fab-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fab-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fab-instagram:before {
    content: "\f16d"
}

.fab-internet-explorer:before {
    content: "\f26b"
}

.fab-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fab-itunes:before {
    content: "\f3b4"
}

.fab-itunes-note:before {
    content: "\f3b5"
}

.fab-java:before {
    content: "\f4e4"
}

.fab-jenkins:before {
    content: "\f3b6"
}

.fab-joget:before {
    content: "\f3b7"
}

.fab-joomla:before {
    content: "\f1aa"
}

.fab-js:before {
    content: "\f3b8"
}

.fab-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fab-keycdn:before {
    content: "\f3ba"
}

.fab-kickstarter:before {
    content: "\f3bb"
}

.fab-kickstarter-k:before {
    content: "\f3bc"
}

.fab-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fab-laravel:before {
    content: "\f3bd"
}

.fab-lastfm:before {
    content: "\f202"
}

.fab-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fab-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fab-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fab-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fab-linkedin:before {
    content: "\f08c"
}

.fab-linkedin-in:before {
    content: "\f0e1"
}

.fab-linode:before {
    content: "\f2b8"
}

.fab-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fab-lyft:before {
    content: "\f3c3"
}

.fab-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fab-maxcdn:before {
    content: "\f136"
}

.fab-medapps:before {
    content: "\f3c6"
}

.fab-medium:before {
    content: "\f23a"
}

.fab-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fab-medrt:before {
    content: "\f3c8"
}

.fab-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fab-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fab-mix:before {
    content: "\f3cb"
}

.fab-mixcloud:before {
    content: "\f289"
}

.fab-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fab-modx:before {
    content: "\f285"
}

.fab-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fab-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fab-node:before {
    content: "\f419"
}

.fab-node-js:before {
    content: "\f3d3"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fab-npm:before {
    content: "\f3d4"
}

.fab-ns8:before {
    content: "\f3d5"
}

.fab-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fab-odnoklassniki:before {
    content: "\f263"
}

.fab-odnoklassniki-square:before {
    content: "\f264"
}

.fab-opencart:before {
    content: "\f23d"
}

.fab-openid:before {
    content: "\f19b"
}

.fab-opera:before {
    content: "\f26a"
}

.fab-optin-monster:before {
    content: "\f23c"
}

.fab-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fab-page4:before {
    content: "\f3d7"
}

.fab-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fab-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fab-periscope:before {
    content: "\f3da"
}

.fab-phabricator:before {
    content: "\f3db"
}

.fab-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fab-php:before {
    content: "\f457"
}

.fab-pied-piper:before {
    content: "\f2ae"
}

.fab-pied-piper-alt:before {
    content: "\f1a8"
}

.fab-pied-piper-hat:before {
    content: "\f4e5"
}

.fab-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fab-pinterest:before {
    content: "\f0d2"
}

.fab-pinterest-p:before {
    content: "\f231"
}

.fab-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fab-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fab-product-hunt:before {
    content: "\f288"
}

.fab-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fab-python:before {
    content: "\f3e2"
}

.fab-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fab-quinscape:before {
    content: "\f459"
}

.fab-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fab-ravelry:before {
    content: "\f2d9"
}

.fab-react:before {
    content: "\f41b"
}

.fab-readme:before {
    content: "\f4d5"
}

.fab-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fab-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fab-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fab-rendact:before {
    content: "\f3e4"
}

.fab-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fab-replyd:before {
    content: "\f3e6"
}

.fab-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fab-rocketchat:before {
    content: "\f3e8"
}

.fab-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fab-safari:before {
    content: "\f267"
}

.fab-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fab-schlix:before {
    content: "\f3ea"
}

.fab-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fab-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fab-sellcast:before {
    content: "\f2da"
}

.fab-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fab-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fab-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fab-simplybuilt:before {
    content: "\f215"
}

.fab-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fab-skyatlas:before {
    content: "\f216"
}

.fab-skype:before {
    content: "\f17e"
}

.fab-slack:before {
    content: "\f198"
}

.fab-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fab-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fab-snapchat-ghost:before {
    content: "\f2ac"
}

.fab-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fab-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fab-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fab-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fab-stack-exchange:before {
    content: "\f18d"
}

.fab-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fab-staylinked:before {
    content: "\f3f5"
}

.fab-steam:before {
    content: "\f1b6"
}

.fab-steam-square:before {
    content: "\f1b7"
}

.fab-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fab-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fab-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fab-stripe:before {
    content: "\f429"
}

.fab-stripe-s:before {
    content: "\f42a"
}

.fab-studiovinari:before {
    content: "\f3f8"
}

.fab-stumbleupon:before {
    content: "\f1a4"
}

.fab-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fab-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fab-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fab-telegram:before {
    content: "\f2c6"
}

.fab-telegram-plane:before {
    content: "\f3fe"
}

.fab-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fab-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fab-trello:before {
    content: "\f181"
}

.fab-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tty:before {
    content: "\f1e4"
}

.fab-tumblr:before {
    content: "\f173"
}

.fab-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fab-twitch:before {
    content: "\f1e8"
}

.fab-twitter:before {
    content: "\f099"
}

.fab-twitter-square:before {
    content: "\f081"
}

.fab-typo3:before {
    content: "\f42b"
}

.fab-uber:before {
    content: "\f402"
}

.fab-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fab-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fab-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fab-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fab-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fab-viacoin:before {
    content: "\f237"
}

.fab-viadeo:before {
    content: "\f2a9"
}

.fab-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fab-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fab-vimeo:before {
    content: "\f40a"
}

.fab-vimeo-square:before {
    content: "\f194"
}

.fab-vimeo-v:before {
    content: "\f27d"
}

.fab-vine:before {
    content: "\f1ca"
}

.fab-vk:before {
    content: "\f189"
}

.fab-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fab-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fab-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fab-weixin:before {
    content: "\f1d7"
}

.fab-whatsapp:before {
    content: "\f232"
}

.fab-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fab-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fab-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fab-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-won-sign:before {
    content: "\f159"
}

.fab-wordpress:before {
    content: "\f19a"
}

.fab-wordpress-simple:before {
    content: "\f411"
}

.fab-wpbeginner:before {
    content: "\f297"
}

.fab-wpexplorer:before {
    content: "\f2de"
}

.fab-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fab-xbox:before {
    content: "\f412"
}

.fab-xing:before {
    content: "\f168"
}

.fab-xing-square:before {
    content: "\f169"
}

.fab-y-combinator:before {
    content: "\f23b"
}

.fab-yahoo:before {
    content: "\f19e"
}

.fab-yandex:before {
    content: "\f413"
}

.fab-yandex-international:before {
    content: "\f414"
}

.fab-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fab-yoast:before {
    content: "\f2b1"
}

.fab-youtube:before {
    content: "\f167"
}

.fab-youtube-square:before {
    content: "\f431"
}



@media screen and (min-width: 992px){
    .kc-elm .flutter-img{
        margin-top: -100px;
    }
}
