@import url(bootstrap.min.css);
/* @import url(../fonts/css/font-awesome.min.css); */
@import url(animate.min.css);
@import url(main.css);

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

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

.wp-block-button {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

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

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

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

@media (min-width: 600px) {
    .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-columns.are-vertically-aligned-top {
    align-items: flex-start
}

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

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

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

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

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

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

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

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

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

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    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:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

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

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

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

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

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

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

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

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

.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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px) / 3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px) / 3 - 1px)
        }
    }.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
         width: calc((100% - 48px) / 4);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px) / 4 - 1px)
        }
    }.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
         width: calc((100% - 64px) / 5);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px) / 5 - 1px)
        }
    }.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
         width: calc((100% - 80px) / 6);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px) / 6 - 1px)
        }
    }.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
         width: calc((100% - 96px) / 7);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px) / 7 - 1px)
        }
    }.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
         width: calc((100% - 112px) / 8);
         margin-right: 16px
     }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px) / 8 - 1px)
        }
    }.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
         margin-right: 0
     }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-style-circle-mask img {
    border-radius: 9999px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr
}

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

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

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

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

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

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

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

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

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

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

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

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

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

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

.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 {
    display: block;
    color: #6c7781;
    font-size: 13px
}

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

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

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

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

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

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

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

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

.wp-social-link {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px
}

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

.wp-social-link a {
    padding: 6px;
    line-height: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-spacer {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
}

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

@media only screen and (max-width: 768px) {
    .su-button.su-button-style-soft {
        margin-bottom: 10px
    }
}

/*! This file is auto-generated */
.wp-color-picker {
    width: 80px;
    direction: ltr
}

.wp-picker-container .hidden {
    display: none
}

.wp-picker-container .wp-color-result.button {
    min-height: 30px;
    margin: 0 6px 6px 0;
    padding: 0 0 0 30px;
    font-size: 11px
}

.wp-color-result-text {
    background: #f7f7f7;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #ccc;
    color: #555;
    display: block;
    line-height: 2.54545455;
    padding: 0 6px;
    text-align: center
}

.wp-color-result:focus, .wp-color-result:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}

.wp-color-result:focus:after, .wp-color-result:hover:after {
    color: #23282d;
    border-color: #a0a5aa;
    border-left: 1px solid #999
}

.wp-picker-container {
    display: inline-block
}

.wp-color-result:focus {
    border-color: #5b9dd9;
    box-shadow: 0 0 3px rgba(0, 115, 170, .8)
}

.wp-color-result:active {
    transform: none !important
}

.wp-picker-open + .wp-picker-input-wrap {
    display: inline-block;
    vertical-align: top
}

.wp-picker-input-wrap label {
    display: inline-block;
    vertical-align: top
}

.form-table .wp-picker-input-wrap label {
    margin: 0 !important
}

.wp-customizer .wp-picker-input-wrap .button.wp-picker-default, .wp-picker-input-wrap .button.wp-picker-default {
    margin-left: 6px;
    padding: 0 8px;
    line-height: 2.54545455;
    min-height: 30px
}

.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
    background-color: #555
}

.wp-picker-container .iris-picker {
    border-radius: 0;
    border-color: #ddd;
    margin-top: 6px
}

.wp-picker-container input[type=text].wp-color-picker {
    width: 4rem;
    font-size: 12px;
    font-family: monospace;
    line-height: 2.33333333;
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
    min-height: 30px
}

.wp-color-picker::-webkit-input-placeholder {
    color: #72777c
}

.wp-color-picker::-moz-placeholder {
    color: #72777c;
    opacity: 1
}

.wp-color-picker:-ms-input-placeholder {
    color: #72777c
}

.wp-picker-container input[type=text].iris-error {
    background-color: #ffebe8;
    border-color: #c00;
    color: #000
}

.iris-picker .iris-strip .ui-slider-handle:focus, .iris-picker .ui-square-handle:focus {
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8)
}

.iris-picker .iris-palette:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .4), 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8)
}

@media screen and (max-width: 782px) {
    .wp-picker-container input[type=text].wp-color-picker {
        width: 5rem;
        font-size: 16px;
        line-height: 1.875;
        min-height: 32px
    }

    .wp-customizer .wp-picker-container input[type=text].wp-color-picker {
        padding: 0 5px
    }

    .wp-picker-input-wrap .button.wp-picker-default {
        padding: 0 8px;
        line-height: 2.14285714;
        min-height: 32px
    }

    .wp-customizer .wp-picker-input-wrap .button.wp-picker-default {
        padding: 0 8px;
        font-size: 14px;
        line-height: 2.14285714;
        min-height: 32px
    }

    .wp-picker-container .wp-color-result.button {
        padding: 0 0 0 40px;
        font-size: 14px;
        line-height: 2.14285714
    }

    .wp-customizer .wp-picker-container .wp-color-result.button {
        font-size: 14px;
        line-height: 2.14285714
    }

    .wp-picker-container .wp-color-result-text {
        padding: 0 14px;
        font-size: inherit;
        line-height: inherit
    }

    .wp-customizer .wp-picker-container .wp-color-result-text {
        padding: 0 10px
    }
}

a, .widget li a {
    color: #428bca
}

a:hover, .widget li a:hover, ul.sub-menu li.current-menu-item > a, ul.sub-menu li > a:hover {
    color: #428bca
}

.widget h2.widgettitle, .news-block h2.title {
    border-top: 3px solid #3498db
}

button, #footer, #featured-slider .featured-slider-control:hover, .carousel-indicators li.active, .navbar-main .navbar-nav > li.current-menu-parent > a, .navbar-main .navbar-nav > li.current-menu-item > a, .navbar-main .navbar-nav > li.current-menu-ancestor > a, .navbar-main .navbar-nav > li:hover > a, .navbar-main .navbar-nav > li > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-main .dropdown-menu, .widget .nav > li.active > a, .widget .nav > li:hover > a, .btn-primary, input[type="submit"], #carousel-video .entry-image .fa-play-circle-o, .featured-slider.layout-two .slide-controller, span.news-category-name, .video-layout-two .entry-image .fa-play-circle-o, .product-thumbnail-outer .addtocart-btn, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-tabs .nav-tabs > li.active > a {
    background-color: #3498db
}

input[type="submit"]:hover, .btn-primary:hover, .widget .tagcloud a:hover, ul.social-icons > li > a:hover {
    background-color: #39a5ed
}

.product-thumbnail-outer:hover {
    border: 1px solid #3498db
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

/*@font-face {*/
/*    font-family: 'flexslider-icon';*/
/*    src: url(../../../themes/sportsline/assets/fonts/flexslider-icon.eot);*/
/*    src: url('../../../themes/sportsline/assets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url(../../../themes/sportsline/assets/fonts/flexslider-icon.woff) format('woff'), url(../../../themes/sportsline/assets/fonts/flexslider-icon.ttf) format('truetype'), url('../../../themes/sportsline/assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');*/
/*    font-weight: 400;*/
/*    font-style: normal*/
/*}*/

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

#header {
    background: #fff
}

body {
    background: #fff
}

#footer {
    background: #3498DB
}

body {
    font-family: "Muli";
    font-weight: 400;
    font-size: 16px;
    color: #111
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Muli";
    font-weight: 700;
    color: #555
}

.nav.navbar-nav {
    font-family: "Muli"
}

/*! SocialCount - v0.1.6 - 2013-08-08
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2013 zachleat; Licensed MIT */
.socialcount {
    color: #fff;
    font-size: .875em;
    line-height: 2.2em
}

.socialcount > li {
    background-color: #999
}

.socialcount > li.facebook {
    background-color: #204385
}

.socialcount > li.twitter {
    background-color: #2aa9e0
}

.socialcount > li.googleplus {
    background-color: #d3492c
}

.socialcount > li, .socialcount > li > a:focus, .socialcount .loading {
    border-radius: 2px
}

.socialcount > li > a:focus, .socialcount > li:hover, .socialcount > li.hover {
    background-color: #464646
}

.socialcount {
    display: block;
    list-style: none;
    padding-left: 0;
    margin: 30px 0 50px 0;
    overflow: hidden
}

.socialcount-large {
    line-height: normal
}

.socialcount :link, .socialcount :visited {
    color: inherit
}

.socialcount > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    vertical-align: top;
    min-width: 80px;
    min-height: 30px;
    text-align: center;
    white-space: nowrap;
    *margin-right: 4px
}

.socialcount.like.de_DE > .facebook {
    min-width: 90px
}

.socialcount-small > li {
    min-width: 0
}

.socialcount-large > li {
    float: left;
    margin: 0 .6em .6em 0
}

.socialcount.recommend .facebook {
    min-width: 120px
}

.socialcount-small.recommend .facebook {
    min-width: 0
}

.socialcount-large > li, .socialcount-large.recommend .facebook {
    min-width: 105px
}

.socialcount > li > a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: inherit
}

.socialcount-small > li > a {
    padding-left: 8px;
    padding-right: 8px
}

.socialcount-large > li > a {
    padding: 12px 5px 8px
}

.socialcount .count {
    color: inherit;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    margin-left: 6px;
    line-height: 30px
}

.socialcount-large .count {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 10px
}

.socialcount-small .count {
    margin-left: 0
}

.socialcount .facebook iframe {
    height: 21px;
    width: 90px
}

.socialcount.de_DE .facebook iframe {
    width: 83px
}

.socialcount.like .facebook iframe {
    width: 48px
}

.socialcount.like.de_DE .facebook iframe {
    width: 83px
}

.socialcount .button {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    pointer-events: none
}

.socialcount .button iframe {
    pointer-events: auto
}

.socialcount-large .button {
    top: auto;
    bottom: 2px
}

.socialcount.grade-a.activate-on-hover > li.hover .count, .socialcount.grade-a.activate-on-click > li.hover.active .count {
    text-indent: -999px
}

.socialcount.grade-a.activate-on-hover > li.hover .button, .socialcount.grade-a.activate-on-click > li.hover.active .button {
    display: block
}

.socialcount.grade-a.activate-on-hover > li.hover > a, .socialcount.grade-a.activate-on-click > li.hover.active > a {
    cursor: default
}

.socialcount-small.grade-a.activate-on-hover > li.hover > a, .socialcount-small.grade-a.activate-on-click > li.hover.active > a, .socialcount.grade-a.activate-on-hover > li.hover .button iframe, .socialcount.grade-a.activate-on-click > li.hover.active .button iframe {
    cursor: pointer
}

.socialcount .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #aaa;
    background-color: rgba(170, 170, 170, .7);
    color: #000;
    text-transform: uppercase;
    font-size: .75em;
    text-align: center
}

.socialcount-large .loading {
    padding-top: 30%
}

.socialcount .loading .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;
    -webkit-animation: socialCountLoadingFade .6s infinite;
    -moz-animation: socialCountLoadingFade .6s infinite;
    animation: socialCountLoadingFade .6s infinite
}

.socialcount .loading .dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s
}

.socialcount .loading .dot:nth-child(2) {
    -webkit-animation-delay: .05s;
    -moz-animation-delay: .05s;
    animation-delay: .05s
}

.socialcount .loading .dot:nth-child(3) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.social-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    *margin-right: 5px
}

.socialcount.grade-a.activate-on-hover > li.hover .social-icon, .socialcount.grade-a.activate-on-click > li.hover.active .social-icon {
    display: none
}

.socialcount-small.grade-a.activate-on-hover > li.hover .social-icon, .socialcount-small.grade-a.activate-on-click > li.hover.active .social-icon, .socialcount-large.grade-a.activate-on-hover > li.hover .social-icon, .socialcount-large.grade-a.activate-on-click > li.hover.active .social-icon {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.icon-sprite, .icon-facebook, .icon-googleplus, .icon-pinterest, .icon-share, .icon-twitter {
    background: url(../images/icon.png) no-repeat
}

.icon-facebook {
    background-position: 0 0;
    height: 15px;
    width: 17px
}

.icon-googleplus {
    background-position: -21px 0;
    height: 17px;
    width: 20px
}

.icon-pinterest {
    background-position: -45px 0;
    height: 15px;
    width: 11px
}

.icon-share {
    background-position: -60px 0;
    height: 16px;
    width: 20px
}

.icon-twitter {
    background-position: -84px 0;
    height: 15px;
    width: 17px
}

@media (min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),(-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {
    .social-icon {
        -webkit-background-size: auto 17px;
        -moz-background-size: auto 17px;
        -o-background-size: auto 17px;
        background-size: auto 17px;
        background-image: url(../images/icon-hd.png)
    }
}

@-webkit-keyframes socialCountLoadingFade {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes socialCountLoadingFade {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0
    }
}

@keyframes socialCountLoadingFade {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0
    }
}

.su-u-clearfix::after {
    content: '';
    display: table;
    clear: both
}

.su-u-trim > :first-child {
    margin-top: 0
}

.su-u-trim > :last-child {
    margin-bottom: 0
}

.su-u-responsive-media-yes {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.su-u-responsive-media-yes .fluid-width-video-wrapper, .su-u-responsive-media-yes .video-holder {
    position: static !important
}

.su-u-responsive-media-yes embed, .su-u-responsive-media-yes iframe, .su-u-responsive-media-yes object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.su-u-overflow-hidden {
    overflow: hidden
}

.su-accordion {
    margin-bottom: 1.5em
}

.su-accordion .su-spoiler {
    margin-bottom: .5em
}

.su-audio {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 1.5em;
    background: #7c8781;
    background: -webkit-gradient(linear, left top, left bottom, from(#7c8781), to(#0a0809));
    background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
    border-radius: 3px
}

.su-audio .jp-pause, .su-audio .jp-play {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    border-right: 1px solid #454947;
    background-image: url(../images/default.png);
    background-repeat: no-repeat
}

.su-audio .jp-play {
    background-position: 0 0
}

.su-audio .jp-pause {
    background-position: -30px 0
}

.su-audio .jp-current-time, .su-audio .jp-duration {
    position: absolute;
    top: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #eee;
    text-shadow: 0 -1px 0 #000
}

.su-audio .jp-current-time {
    left: 45px
}

.su-audio .jp-duration {
    right: 10px
}

.su-audio .jp-play-bar, .su-audio .jp-seek-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    border-radius: 3px;
    cursor: pointer
}

.su-audio .jp-progress {
    position: absolute;
    top: 10px;
    left: 85px;
    right: 50px;
    height: 10px;
    background: #333;
    box-shadow: 0 0 5px #000 inset;
    border-radius: 3px
}

.su-audio .jp-seek-bar {
    background: #0b0b0b;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#666));
    background: linear-gradient(to bottom, #0b0b0b 0, #666 100%)
}

.su-audio .jp-play-bar {
    background: #6db3f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));
    background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%)
}

.su-box {
    margin: 0 0 1.5em;
    border-width: 2px;
    border-style: solid
}

.su-box-title {
    display: block;
    padding: .5em 1em;
    font-weight: 700;
    font-size: 1.1em
}

.su-box-content {
    background-color: #fff;
    color: #444;
    padding: 1em
}

.su-box-style-soft .su-box-title {
    background-image: url(../images/style-soft.png);
    background-position: 0 0;
    background-repeat: repeat-x
}

.su-box-style-glass .su-box-title {
    background-image: url(../images/style-glass.png);
    background-position: 0 50%;
    background-repeat: repeat-x
}

.su-box-style-bubbles .su-box-title {
    background-image: url(../images/style-bubbles.png);
    background-position: 0 50%;
    background-repeat: repeat-x
}

.su-box-style-noise .su-box-title {
    background-image: url(../images/style-noise.png);
    background-position: 0 0;
    background-repeat: repeat-x
}

.su-button {
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-button-wide {
    display: block !important;
    margin: 1em 0
}

.su-button-center {
    text-align: center
}

.su-button span {
    display: block !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-button img {
    border: none !important;
    vertical-align: middle !important;
    margin: -.2em .4em 0 -.3em !important;
    box-shadow: none !important
}

.su-button i {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .5em 0 0 !important;
    text-align: center;
    line-height: 1em
}

.su-button.su-button-float-icon img {
    margin: 0 .5em !important
}

.su-button small {
    display: block;
    margin: -.2em 0 0;
    color: inherit;
    text-align: center;
    font-style: normal;
    font-size: .8em;
    line-height: 1;
    opacity: .7
}

.su-button-style-default {
    border-width: 1px;
    border-style: solid
}

.su-button-style-default:hover {
    opacity: .7
}

.su-button-style-default span {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid
}

.su-button-style-flat, .su-button-style-flat span {
    border: none
}

.su-button-style-flat span {
    position: relative
}

.su-button-style-flat:hover span {
    top: 1px
}

.su-button-style-ghost {
    background: 0 0 !important
}

.su-button-style-ghost span {
    border-width: 3px;
    border-style: solid
}

.su-button-style-ghost:hover span {
    border-color: inherit !important
}

.su-button-style-soft span {
    background: 0 -20px url(../images/style-soft.png) repeat-x
}

.su-button-style-soft:hover span {
    background: 0 0 url(../images/style-soft.png) repeat-x
}

.su-button-style-glass span {
    background: 0 50% url(../images/style-glass.png) repeat-x
}

.su-button-style-glass:hover span {
    background: 100% 50% url(../images/style-glass.png) repeat-x
}

.su-button-style-bubbles span {
    background: 0 50% url(../images/style-bubbles.png) no-repeat
}

.su-button-style-bubbles:hover span {
    background: -710px 50% url(../images/style-bubbles.png) no-repeat
}

.su-button-style-noise span {
    background: 0 0 url(../images/style-noise.png) repeat-x
}

.su-button-style-noise:hover span {
    background: 0 0 url(../images/style-noise.png) repeat-x
}

.su-button-style-stroked span {
    margin: 1px;
    border: 1px dashed #fff !important
}

.su-button-style-stroked:hover span {
    opacity: .7
}

.su-button-style-3d {
    border-bottom-style: solid;
    border-bottom-width: 6px
}

.su-button-style-3d span {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.su-button-style-3d:hover {
    position: relative;
    top: 3px;
    border-bottom-width: 3px
}

.su-carousel {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.su-carousel-centered {
    margin: 0 auto 1.5em
}

.su-carousel-slides {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease
}

.swiper-free-mode > .su-carousel-slides {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.su-carousel-slide {
    position: relative;
    float: left
}

.su-carousel-slide > a, .su-carousel-slide > a > img, .su-carousel-slide > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.su-carousel-responsive-yes .su-carousel-slide > a, .su-carousel-responsive-yes .su-carousel-slide > a > img, .su-carousel-responsive-yes .su-carousel-slide > img {
    height: auto
}

.su-carousel-pages-no .su-carousel-pagination {
    display: none
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.su-carousel .su-carousel-slide a {
    padding: 0 5px
}

.su-carousel .su-carousel-slide img {
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.su-carousel .su-carousel-slide-title {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 4px;
    display: block;
    padding: 2px 3px;
    color: #fff;
    line-height: 1.2;
    font-size: 11px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s
}

.su-carousel .su-carousel-next, .su-carousel .su-carousel-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #000 0 0 url(../images/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-carousel .su-carousel-prev {
    right: 20px;
    margin-right: 40px;
    background-position: -40px 0
}

.su-carousel .su-carousel-next {
    left: 20px;
    margin-left: 40px;
    background-position: 0 0
}

.su-carousel:hover .su-carousel-next, .su-carousel:hover .su-carousel-prev {
    margin-left: 0;
    margin-right: 0;
    opacity: .7
}

.su-carousel .su-carousel-next:hover, .su-carousel .su-carousel-prev:hover {
    opacity: 1
}

.su-carousel .su-carousel-pagination {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    width: 70%;
    height: 0;
    margin-top: -7px;
    text-align: center;
    cursor: default;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-carousel:hover .su-carousel-pagination {
    bottom: 20px;
    opacity: 1
}

.su-carousel .su-carousel-pagination span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    background: #000 0 -999px url(../images/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-carousel:hover .su-carousel-pagination span {
    margin: 0 3px
}

.su-carousel .su-carousel-pagination span.swiper-visible-switch {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5)
}

.su-carousel .su-carousel-pagination span.swiper-active-switch, .su-carousel .su-carousel-pagination span:hover {
    background-position: 0 -40px
}

.su-row {
    clear: both;
    zoom: 1;
    margin-bottom: 1.5em
}

.su-row:after, .su-row:before {
    display: table;
    content: ''
}

.su-row:after {
    clear: both
}

.su-column {
    display: block;
    margin: 0 4% 0 0;
    float: left;
    box-sizing: border-box
}

.su-column-last {
    margin-right: 0
}

.su-row .su-column {
    margin: 0 0 0 4%
}

.su-row .su-column.su-column-size-1-1 {
    margin-left: 0;
    margin-right: 0
}

.su-row .su-column:first-child {
    margin-left: 0
}

.su-row .su-column.su-column-centered {
    margin-right: auto;
    margin-left: auto;
    float: none
}

.su-column embed, .su-column iframe, .su-column img, .su-column object {
    max-width: 100%
}

.su-column-size-1-1 {
    width: 100%
}

.su-column-size-1-2 {
    width: 48%
}

.su-column-size-1-3 {
    width: 30.66%
}

.su-column-size-2-3 {
    width: 65.33%
}

.su-column-size-1-4 {
    width: 22%
}

.su-column-size-3-4 {
    width: 74%
}

.su-column-size-1-5 {
    width: 16.8%
}

.su-column-size-2-5 {
    width: 37.6%
}

.su-column-size-3-5 {
    width: 58.4%
}

.su-column-size-4-5 {
    width: 79.2%
}

.su-column-size-1-6 {
    width: 13.33%
}

.su-column-size-5-6 {
    width: 82.66%
}

.su-custom-gallery {
    margin-bottom: 1.5em
}

.su-custom-gallery:after, .su-custom-gallery:before {
    content: '';
    display: table
}

.su-custom-gallery:after {
    clear: both
}

.su-custom-gallery-slide {
    position: relative;
    float: left;
    margin: .5em;
    overflow: hidden
}

.su-custom-gallery-slide a {
    display: block;
    width: 100%
}

.su-custom-gallery-slide img {
    display: block;
    margin: 0;
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-custom-gallery-slide:hover img {
    background: #eee;
    border: 1px solid #aaa
}

.su-custom-gallery-slide span {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    display: block;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .5);
    line-height: 1.3;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-custom-gallery-slide:hover span {
    opacity: 1
}

.su-custom-gallery-title-never span {
    display: none
}

.su-custom-gallery-title-always span {
    opacity: 1
}

.su-dailymotion {
    margin: 0 0 1.5em
}

.su-dailymotion iframe {
    border: none !important
}

.su-divider {
    clear: both;
    border: none;
    text-align: right;
    line-height: 1
}

.su-divider a {
    display: inline-block;
    font-size: .8em;
    text-decoration: none;
    outline: 0;
    padding-bottom: 5px
}

.su-divider-style-default {
    border-bottom-style: solid
}

.su-divider-style-dotted {
    border-bottom-style: dotted
}

.su-divider-style-dashed {
    border-bottom-style: dashed
}

.su-divider-style-double {
    border-bottom-style: double
}

.su-document {
    margin: 0 0 1.5em
}

.su-document iframe {
    border: none !important
}

.su-dropcap {
    float: left;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: .2em .5em .2em 0;
    line-height: 2em;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase
}

.su-dropcap-style-default {
    color: #fff;
    background: #45484d;
    background: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(black));
    background: linear-gradient(to bottom, #45484d 0, #000 100%);
    text-shadow: -1px -1px 0 #000;
    border-radius: 50%
}

.su-dropcap-style-flat {
    background: #444;
    color: #fff
}

.su-dropcap-style-light {
    color: #333;
    border-radius: 50%;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eaeaea));
    background: linear-gradient(to bottom, #fff 0, #eaeaea 100%)
}

.su-dropcap-style-simple {
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: left
}

.su-expand {
    margin: 0 0 1.5em
}

.su-expand-content {
    overflow: hidden
}

.su-expand-link {
    margin-top: .5em;
    cursor: pointer
}

.su-expand-link:hover {
    opacity: .7
}

.su-expand-link a, .su-expand-link a:active, .su-expand-link a:focus, .su-expand-link a:hover, .su-expand-link a:visited {
    display: inline;
    text-decoration: none;
    box-shadow: none;
    background: 0 0;
    border: none
}

.su-expand-link-style-underlined .su-expand-link span {
    text-decoration: underline
}

.su-expand-link-style-dotted .su-expand-link span {
    border-bottom: 1px dotted #333
}

.su-expand-link-style-dashed .su-expand-link span {
    border-bottom: 1px dashed #333
}

.su-expand-link-style-button .su-expand-link a {
    display: inline-block;
    margin-top: .2em;
    padding: .2em .4em;
    border: 2px solid #333
}

.su-expand-link-more {
    display: none
}

.su-expand-link-less {
    display: block
}

.su-expand-collapsed .su-expand-link-more {
    display: block
}

.su-expand-collapsed .su-expand-link-less {
    display: none
}

.su-expand-link i {
    display: inline-block;
    margin: 0 .3em 0 0;
    vertical-align: middle;
    color: inherit
}

.su-expand-link img {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .3em 0 0;
    vertical-align: middle
}

.su-frame, .su-frame-inner {
    display: block
}

.su-frame-align-left {
    float: left;
    margin: 0 1em 1em 0
}

.su-frame-align-center {
    float: none;
    margin: 1em auto
}

.su-frame-align-right {
    float: right;
    margin: 0 0 1em 1em
}

.su-frame img {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important
}

.su-frame-style-default {
    padding: 2px;
    border: 1px solid #999;
    background: #fff;
    box-shadow: 1px 1px 4px #ccc
}

.su-frame-style-default .su-frame-inner {
    padding: 2px;
    border: 4px solid #eee
}

.su-gmap {
    margin: 0 0 1.5em
}

.su-gmap iframe {
    border: none !important
}

.su-guests {
    margin-bottom: 1.5em
}

.su-heading-style-default {
    padding: 2px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.su-heading-style-default .su-heading-inner {
    padding: 1em .5em;
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee
}

.su-heading.su-heading-align-left {
    text-align: left
}

.su-heading.su-heading-align-left .su-heading-inner {
    padding-left: .2em
}

.su-heading.su-heading-align-right {
    text-align: right
}

.su-heading.su-heading-align-right .su-heading-inner {
    padding-right: .2em
}

.su-heading.su-heading-align-center {
    text-align: center
}

.su-highlight {
    display: inline;
    padding: 1px 0
}

.su-image-carousel {
    width: 100%;
    margin: 1.5em 0
}

.su-image-carousel:first-child {
    margin-top: 0
}

.su-image-carousel:last-child {
    margin-bottom: 0
}

.su-image-carousel-item {
    width: 100%;
    box-sizing: border-box
}

.su-image-carousel .su-image-carousel-item-content {
    position: relative
}

.su-image-carousel .su-image-carousel-item-content a, .su-image-carousel .su-image-carousel-item-content a:active, .su-image-carousel .su-image-carousel-item-content a:focus, .su-image-carousel .su-image-carousel-item-content a:hover, .su-image-carousel .su-image-carousel-item-content a:visited, .su-image-carousel .su-image-carousel-item-content img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    text-decoration: none;
    border: none;
    border-radius: 0
}

.su-image-carousel .su-image-carousel-item-content a::after, .su-image-carousel .su-image-carousel-item-content a::before, .su-image-carousel .su-image-carousel-item-content img::after, .su-image-carousel .su-image-carousel-item-content img::before {
    display: none
}

.su-image-carousel .su-image-carousel-item-content span {
    position: absolute;
    display: block;
    font-size: .9em;
    max-height: 60%;
    overflow: auto;
    line-height: 1.3;
    word-wrap: break-word
}

.su-image-carousel .su-image-carousel-item-content span:empty {
    display: none
}

.su-image-carousel-columns-2 .su-image-carousel-item {
    width: 50%
}

.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item {
    width: 48.5%;
    margin-right: 3%
}

.su-image-carousel-columns-3 .su-image-carousel-item {
    width: 33.33333%
}

.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item {
    width: 31.4%;
    margin-right: 2.9%
}

.su-image-carousel-columns-4 .su-image-carousel-item {
    width: 25%
}

.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item {
    width: 22.9%;
    margin-right: 2.8%
}

.su-image-carousel-columns-5 .su-image-carousel-item {
    width: 20%
}

.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item {
    width: 18%;
    margin-right: 2.5%
}

.su-image-carousel-columns-6 .su-image-carousel-item {
    width: 16.66667%
}

.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item {
    width: 14.5%;
    margin-right: 2.6%
}

.su-image-carousel-columns-7 .su-image-carousel-item {
    width: 14.28571%
}

.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item {
    width: 12.4%;
    margin-right: 2.2%
}

.su-image-carousel-columns-8 .su-image-carousel-item {
    width: 12.5%
}

.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item {
    width: 10.75%;
    margin-right: 2%
}

.su-image-carousel-crop .su-image-carousel-item-content::before {
    float: left;
    width: 1px;
    margin-left: -1px;
    height: 0;
    content: ''
}

.su-image-carousel-crop .su-image-carousel-item-content::after {
    content: '';
    display: table;
    clear: both
}

.su-image-carousel-crop .su-image-carousel-item-content img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before {
    padding-top: 56.25%
}

.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before {
    padding-top: 62.5%
}

.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before {
    padding-top: 42.85714%
}

.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before {
    padding-top: 80%
}

.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before {
    padding-top: 75%
}

.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before {
    padding-top: 66.66667%
}

.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before {
    padding-top: 50%
}

.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before {
    padding-top: 100%
}

.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before {
    padding-top: 200%
}

.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before {
    padding-top: 150%
}

.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before {
    padding-top: 133.33333%
}

.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before {
    padding-top: 125%
}

.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before {
    padding-top: 233.33333%
}

.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before {
    padding-top: 160%
}

.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before {
    padding-top: 177.77778%
}

.su-image-carousel-align-left {
    float: left;
    margin-right: 1.5em;
    margin-top: 0
}

.su-image-carousel-align-right {
    float: right;
    margin-left: 1.5em;
    margin-top: 0
}

.su-image-carousel-align-center {
    margin-right: auto;
    margin-left: auto
}

.su-image-carousel-align-full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw !important;
    width: 100vw !important
}

.su-image-carousel button.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    display: block;
    width: 44px;
    height: 44px;
    margin: -22px 0 0;
    padding: 0;
    opacity: 0;
    outline: 0;
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.su-image-carousel:hover button.flickity-prev-next-button {
    opacity: .5
}

.su-image-carousel button.flickity-prev-next-button:focus, .su-image-carousel button.flickity-prev-next-button:hover {
    opacity: 1;
    box-shadow: none
}

.su-image-carousel button.flickity-prev-next-button:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.su-image-carousel button.flickity-prev-next-button[disabled] {
    display: none
}

.su-image-carousel button.flickity-prev-next-button.previous {
    left: 20px
}

.su-image-carousel button.flickity-prev-next-button.next {
    right: 20px
}

.su-image-carousel > ol.flickity-page-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.su-image-carousel > ol.flickity-page-dots > li.dot {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px;
    padding: 0;
    list-style: none;
    pointer-events: all;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.su-image-carousel > ol.flickity-page-dots > li.dot:hover {
    opacity: 1
}

.su-image-carousel > ol.flickity-page-dots > li.dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    content: '';
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.su-image-carousel > ol.flickity-page-dots > li.dot.is-selected::before {
    display: block
}

.su-image-carousel:hover ol.flickity-page-dots {
    opacity: 1
}

.su-image-carousel-controls-style-dark button.flickity-prev-next-button {
    background: #000;
    color: #fff
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot {
    background: #000
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before {
    background: #fff
}

.su-image-carousel-controls-style-light button.flickity-prev-next-button {
    background: #fff;
    color: #000
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot {
    background: #fff
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before {
    background: #000
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content {
    margin: 1px
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content span {
    bottom: 4px;
    right: 4px;
    left: 4px;
    padding: .5em .7em;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    text-shadow: 0 2px 5px #000;
    color: #fff;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content {
    margin: 1px
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span {
    right: 0;
    bottom: 0;
    left: 0;
    padding: .7em;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    text-shadow: 0 2px 5px #000;
    color: #fff
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content {
    padding: 7px
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content img {
    border: 5px solid #fff;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content span {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: .3em .5em;
    background: #fff;
    color: #000;
    font-size: .9em
}

.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img {
    top: 7px;
    right: 7px;
    left: 7px;
    bottom: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px)
}

.su-image-carousel-mfp.mfp-bg {
    z-index: 102000 !important
}

.su-image-carousel-mfp.mfp-wrap {
    z-index: 102001 !important
}

.su-image-carousel-mfp.mfp-wrap .mfp-preloader {
    z-index: 102002 !important
}

.su-image-carousel-mfp.mfp-wrap .mfp-content {
    z-index: 102003 !important
}

.su-image-carousel-mfp.mfp-wrap button.mfp-arrow, .su-image-carousel-mfp.mfp-wrap button.mfp-close {
    z-index: 102004 !important
}

.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img, .su-image-carousel-has-outline button.flickity-prev-next-button:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight
}

.su-label {
    display: inline;
    margin-right: .3em;
    padding: .1em .3em;
    font-size: .8em;
    height: .8em;
    line-height: .8em;
    color: #fff;
    border-radius: 3px
}

.su-label-type-default {
    background: #999
}

.su-label-type-success {
    background: #090
}

.su-label-type-warning {
    background: #f90
}

.su-label-type-important {
    background: #f03
}

.su-label-type-black {
    background: #111
}

.su-label-type-info {
    background: #09c
}

.su-lightbox-content {
    position: relative;
    margin: 0 auto
}

#su-generator .su-lightbox-content, .mfp-content .su-lightbox-content {
    display: block !important
}

.su-lightbox-content-preview {
    width: 100%;
    min-height: 300px;
    background: #444;
    overflow: hidden
}

.su-lightbox-content h1, .su-lightbox-content h2, .su-lightbox-content h3, .su-lightbox-content h4, .su-lightbox-content h5, .su-lightbox-content h6 {
    color: inherit
}

.su-lightbox {
    cursor: pointer
}

.su-list {
    margin-bottom: 1.5em
}

.su-list ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.su-list ul li {
    position: relative;
    display: block !important;
    margin: 0 !important;
    padding: 4px 0 4px 2em !important;
    list-style-type: none !important;
    line-height: 1.3em
}

.su-list ul li > img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    margin: 0;
    border: none
}

.su-list ul li > i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    text-align: center
}

.su-members {
    margin-bottom: 1.5em;
    padding: 1em;
    border-width: 1px 0;
    border-style: solid;
    text-align: center
}

.su-members a {
    text-decoration: underline;
    color: inherit
}

.su-note {
    margin: 0 0 1.5em;
    border-width: 1px;
    border-style: solid
}

.su-note-inner {
    padding: 1em;
    border-width: 1px;
    border-style: solid
}

.su-posts-default-loop .su-post {
    margin-bottom: 2.5em;
    line-height: 1.5
}

.su-posts-default-loop .su-post:after {
    content: '';
    display: table;
    clear: both
}

.su-posts-default-loop .su-post-thumbnail {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 1em
}

.su-posts-default-loop .su-post-thumbnail img {
    max-width: 100px;
    max-height: 100px
}

.su-posts-default-loop h2.su-post-title {
    clear: none;
    margin: 0 0 .3em;
    font-size: 1.2em;
    font-weight: 700
}

.su-posts-default-loop .su-post-meta {
    margin-bottom: .7em;
    font-size: .8em;
    opacity: .6
}

.su-posts-default-loop .su-post-excerpt {
    margin-bottom: .5em
}

.su-posts-default-loop .su-post-excerpt p:last-child {
    margin-bottom: 0
}

.su-posts-default-loop .su-post-comments-link {
    font-size: .9em
}

.su-posts-teaser-loop .su-post {
    margin-bottom: 1.5em;
    line-height: 1.2
}

.su-posts-teaser-loop .su-post:after {
    content: '';
    display: table;
    clear: both
}

.su-posts-teaser-loop .su-post-thumbnail {
    float: left;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 1em 0 0
}

.su-posts-teaser-loop .su-post-thumbnail img {
    display: block;
    margin: 0;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%
}

.su-posts-teaser-loop h2.su-post-title {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    font-size: .9em;
    font-weight: 400;
    clear: none
}

.su-posts-single-post .su-post {
    margin-bottom: 2.5em;
    line-height: 1.5
}

.su-posts-single-post .su-post:after {
    content: '';
    display: table;
    clear: both
}

.su-posts-single-post h1.su-post-title {
    clear: none;
    margin: 0 0 .3em;
    font-size: 1.2em;
    font-weight: 700
}

.su-posts-single-post .su-post-meta {
    margin-bottom: .7em;
    font-size: .8em;
    opacity: .6
}

.su-posts-single-post .su-post-content {
    margin-bottom: .5em
}

.su-posts-single-post .su-post-content p:last-child {
    margin-bottom: 0
}

.su-private {
    margin: 0 0 1.5em
}

.su-pullquote {
    display: block;
    width: 30%;
    padding: .5em 1em
}

.su-pullquote-align-left {
    margin: .5em 1.5em 1em 0;
    padding-left: 0;
    float: left;
    border-right: 5px solid #eee
}

.su-pullquote-align-right {
    margin: .5em 0 1em 1.5em;
    padding-right: 0;
    float: right;
    border-left: 5px solid #eee
}

.su-qrcode {
    display: inline-block
}

.su-qrcode-align-left {
    float: left;
    margin: 0 .5em .5em 0
}

.su-qrcode-align-center {
    display: block;
    clear: both;
    margin: 1em auto;
    text-align: center
}

.su-qrcode-align-right {
    float: right;
    margin: 0 0 .5em .5em
}

.su-qrcode a, .su-qrcode a:active, .su-qrcode a:focus, .su-qrcode a:hover {
    background: 0 0;
    outline: 0;
    display: inline;
    text-decoration: none
}

.su-qrcode-clickable a:hover {
    opacity: .7
}

.su-qrcode img {
    max-width: 100%
}

.su-quote-style-default {
    position: relative;
    margin-bottom: 1.5em;
    padding: .5em 3em;
    font-style: italic
}

.su-quote-style-default:after, .su-quote-style-default:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/quote.png);
    content: ''
}

.su-quote-style-default:before {
    top: 0;
    left: 0;
    background-position: 0 0
}

.su-quote-style-default:after {
    right: 0;
    bottom: 0;
    background-position: -20px 0
}

.su-quote-style-default .su-quote-cite {
    display: block;
    text-align: right;
    font-style: normal
}

.su-quote-style-default .su-quote-cite:before {
    content: '\2014\0000a0'
}

.su-quote-style-default .su-quote-cite a {
    text-decoration: underline
}

.su-screenr {
    margin: 0 0 1.5em
}

.su-screenr iframe {
    border: none !important
}

.su-service {
    position: relative;
    margin: 0 0 1.5em
}

.su-service-title {
    display: block;
    margin-bottom: .5em;
    color: #333;
    font-weight: 700;
    font-size: 1.1em
}

.su-service-title img {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important
}

.su-service-title i {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em
}

.su-service-content {
    line-height: 1.4
}

.su-slider {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.su-slider-centered {
    margin: 0 auto 1.5em
}

.su-slider-slides {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease
}

.swiper-free-mode > .su-slider-slides {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.su-slider-slide {
    position: relative;
    float: left
}

.su-slider-slide > a, .su-slider-slide > a > img, .su-slider-slide > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.su-slider-responsive-yes .su-slider-slide > a, .su-slider-responsive-yes .su-slider-slide > a > img, .su-slider-responsive-yes .su-slider-slide > img {
    height: auto
}

.su-slider-pages-no .su-slider-pagination {
    display: none
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.su-slider-slide-title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    max-width: 90%;
    padding: 5px 10px;
    color: #fff;
    line-height: 1.3;
    background: #000;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s
}

.su-slider-slide-visible .su-slider-slide-title {
    opacity: 1
}

.su-slider-next, .su-slider-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px !important;
    background: #000 0 0 url(../images/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-slider-prev {
    right: 10px;
    margin-right: 30px;
    background-position: -40px 0
}

.su-slider-next {
    left: 10px;
    margin-left: 30px;
    background-position: 0 0
}

.su-slider:hover .su-slider-next, .su-slider:hover .su-slider-prev {
    margin-left: 0;
    margin-right: 0;
    opacity: .7
}

.su-slider .su-slider-next:hover, .su-slider .su-slider-prev:hover {
    opacity: 1
}

.su-slider-pagination {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    width: 70%;
    height: 0;
    margin-top: -7px;
    text-align: center;
    cursor: default;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-slider:hover .su-slider-pagination {
    bottom: 20px;
    opacity: 1
}

.su-slider-pagination span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    background: #000 0 -999px url(../images/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-slider:hover .su-slider-pagination span {
    margin: 0 3px
}

.su-slider .su-slider-pagination span.swiper-visible-switch {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5)
}

.su-slider-pagination span.swiper-active-switch, .su-slider-pagination span:hover {
    background-position: 0 -40px
}

.su-spacer {
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}

.su-spacer-5 {
    height: 5px
}

.su-spacer-10 {
    height: 10px
}

.su-spacer-20 {
    height: 20px
}

.su-spacer-30 {
    height: 30px
}

.su-spacer-40 {
    height: 40px
}

.su-spoiler {
    margin-bottom: 1.5em
}

.su-spoiler .su-spoiler:last-child {
    margin-bottom: 0
}

.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px
}

.su-spoiler-title:focus {
    outline: currentColor thin dotted
}

.su-spoiler-icon {
    position: absolute;
    left: 7px;
    top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: ShortcodesUltimateIcons;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

.su-spoiler-content {
    padding: 14px;
    -webkit-transition: padding-top .2s;
    transition: padding-top .2s;
    -ie-transition: padding-top .2s
}

.su-spoiler.su-spoiler-closed > .su-spoiler-content {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    opacity: 0;
    pointer-events: none
}

.su-spoiler.su-spoiler-closed > .su-spoiler-content iframe {
    display: none
}

.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: '\f068'
}

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f067'
}

.su-spoiler-icon-plus-circle .su-spoiler-icon:before {
    content: '\f056'
}

.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f055'
}

.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before {
    content: '\f146'
}

.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f0fe'
}

.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before {
    content: '\f147'
}

.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f196'
}

.su-spoiler-icon-arrow .su-spoiler-icon:before {
    content: '\f063'
}

.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f061'
}

.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before {
    content: '\f0ab'
}

.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f0a9'
}

.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before {
    content: '\f01a'
}

.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f18e'
}

.su-spoiler-icon-chevron .su-spoiler-icon:before {
    content: '\f078'
}

.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f054'
}

.su-spoiler-icon-chevron-circle .su-spoiler-icon:before {
    content: '\f13a'
}

.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f138'
}

.su-spoiler-icon-caret .su-spoiler-icon:before {
    content: '\f0d7'
}

.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f0da'
}

.su-spoiler-icon-caret-square .su-spoiler-icon:before {
    content: '\f150'
}

.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f152'
}

.su-spoiler-icon-folder-1 .su-spoiler-icon:before {
    content: '\f07c'
}

.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f07b'
}

.su-spoiler-icon-folder-2 .su-spoiler-icon:before {
    content: '\f115'
}

.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f114'
}

.su-spoiler-style-default > .su-spoiler-title {
    padding-left: 27px;
    padding-right: 0
}

.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    left: 0
}

.su-spoiler-style-default > .su-spoiler-content {
    padding: 1em 0 1em 27px
}

.su-spoiler-style-fancy {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    color: #333
}

.su-spoiler-style-fancy > .su-spoiler-title {
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    background: #f0f0f0;
    font-size: .9em
}

.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title {
    border: none
}

.su-spoiler-style-fancy > .su-spoiler-content {
    border-radius: 10px
}

.su-spoiler-style-simple {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.su-spoiler-style-simple > .su-spoiler-title {
    padding: 5px 10px;
    background: #f0f0f0;
    color: #333;
    font-size: .9em
}

.su-spoiler-style-simple > .su-spoiler-title > .su-spoiler-icon {
    display: none
}

.su-spoiler-style-simple > .su-spoiler-content {
    padding: 1em 10px;
    background: #fff;
    color: #333
}

.su-table {
    width: 100%;
    margin-bottom: 1.5em
}

.su-table table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: collapse !important;
    font-size: 1em !important;
    border: 1px solid #ccc !important;
    table-layout: auto !important
}

.su-table table th {
    text-align: center !important;
    padding: 1em !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    background: #f0f0f0 !important
}

.su-table table td {
    padding: .5em 1em !important;
    border: 1px solid #ccc !important;
    background: #fff !important
}

.su-table-responsive {
    overflow-x: auto
}

.su-table-responsive table {
    width: auto !important;
    min-width: 100% !important
}

.su-table-responsive table td, .su-table-responsive table th {
    word-break: initial !important
}

.su-table-alternate table tr:nth-child(even) td {
    background-color: #f7f7f7 !important
}

.su-table-fixed table {
    table-layout: fixed !important
}

.su-tabs {
    margin: 0 0 1.5em;
    padding: 3px;
    border-radius: 3px;
    background: #eee
}

.su-tabs-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 10px 15px;
    min-height: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.su-tabs-nav span:hover {
    background: #f5f5f5
}

.su-tabs-nav span.su-tabs-current {
    background: #fff;
    cursor: default
}

.su-tabs-nav span:focus {
    outline: currentColor thin dotted
}

.su-tabs-nav span.su-tabs-disabled {
    opacity: .5;
    cursor: default
}

.su-tabs-pane {
    padding: 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 13px
}

.su-tabs-pane:not(.su-tabs-pane-open) {
    overflow: hidden !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    border: none !important
}

.su-tabs-nav, .su-tabs-nav span, .su-tabs-pane, .su-tabs-panes {
    box-sizing: border-box !important
}

.su-tabs-vertical {
    display: -webkit-box;
    display: flex
}

.su-tabs-vertical .su-tabs-nav {
    width: 30%
}

.su-tabs-vertical .su-tabs-nav > span {
    display: block;
    margin-right: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.su-tabs-vertical .su-tabs-panes {
    width: 70%
}

.su-tabs-vertical .su-tabs-panes .su-tabs-pane {
    height: 100%;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.qtip.su-qtip {
    max-width: 480px !important
}

.su-tooltip {
    display: inline-block
}

.su-qtip-size-1 {
    font-size: .8em !important
}

.su-qtip-size-2 {
    font-size: .9em !important
}

.su-qtip-size-3 {
    font-size: 1em !important
}

.su-qtip-size-4 {
    font-size: 1.1em !important
}

.su-qtip-size-5 {
    font-size: 1.2em !important
}

.su-qtip-size-6 {
    font-size: 1.3em !important
}

.su-tooltip-content {
    display: none
}

.su-tooltip-content > :last-child {
    margin-bottom: 0
}

.qtip-content .su-tooltip-content embed, .qtip-content .su-tooltip-content iframe, .qtip-content .su-tooltip-content img, .qtip-content .su-tooltip-content object {
    max-width: 430px
}

.qtip-content .su-tooltip-content .su-u-responsive-media-yes {
    width: 430px
}

.su-video {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden
}

.su-video .jp-title {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 1em;
    line-height: 30px;
    font-size: .9em;
    background: #000;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    -webkit-transition: top .2s;
    transition: top .2s
}

.su-video:hover .jp-title {
    top: 0
}

.su-video .jp-start {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    background: 50% 50% url(../images/default-start.png) no-repeat
}

.su-video:hover .jp-start {
    opacity: .8
}

.su-video.jp-video-full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.su-video.jp-video-full .jp-jplayer {
    position: fixed !important;
    left: 0;
    top: 0;
    overflow: hidden
}

.su-video .jp-gui {
    position: relative;
    height: 30px;
    background: #7c8781;
    background: -webkit-gradient(linear, left top, left bottom, from(#7c8781), to(#0a0809));
    background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.su-video.jp-video-full .jp-gui {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}

.su-video-controls-no .jp-gui {
    position: absolute !important;
    bottom: -100px;
    left: 0;
    right: 0;
    -webkit-transition: bottom .2s;
    transition: bottom .2s
}

.su-video-controls-no:hover .jp-gui {
    bottom: 0
}

.su-video img {
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.su-video .jp-gui .jp-pause, .su-video .jp-gui .jp-play {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-right: 1px solid #454947;
    cursor: pointer
}

.su-video .jp-gui .jp-play {
    background: 0 0 url(../images/default.png) no-repeat
}

.su-video .jp-gui .jp-pause {
    background: -30px 0 url(../images/default.png) no-repeat
}

.su-video .jp-full-screen, .su-video .jp-restore-screen {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-left: 1px solid #454947;
    cursor: pointer
}

.su-video .jp-full-screen {
    background: 0 -30px url(../images/default.png) no-repeat
}

.su-video .jp-restore-screen {
    background: -30px -30px url(../images/default.png) no-repeat
}

.su-video .jp-progress {
    position: absolute;
    top: 10px;
    left: 90px;
    right: 90px;
    height: 10px;
    background: #333;
    border-radius: 3px;
    box-shadow: 0 0 5px #000 inset
}

.su-video .jp-play-bar, .su-video .jp-seek-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    border-radius: 3px
}

.su-video .jp-seek-bar {
    background: #0b0b0b;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#666));
    background: linear-gradient(to bottom, #0b0b0b 0, #666 100%)
}

.su-video .jp-play-bar {
    background: #6db3f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));
    background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%)
}

.su-video .jp-current-time, .su-video .jp-duration {
    position: absolute;
    top: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #f5f5f5;
    font-size: 10px
}

.su-video .jp-current-time {
    left: 50px
}

.su-video .jp-duration {
    right: 50px
}

.su-vimeo {
    margin: 0 0 1.5em
}

.su-vimeo iframe {
    border: none !important
}

.su-youtube {
    margin: 0 0 1.5em
}

.su-youtube iframe {
    border: none !important
}

@media screen and (max-width: 768px) {
    .su-button span {
        padding-top: .25em !important;
        padding-bottom: .25em !important;
        line-height: 1.2 !important
    }

    .su-button small {
        margin-top: .2em !important
    }

    .su-image-carousel-adaptive .su-image-carousel-item {
        width: 100% !important;
        margin-right: 0 !important
    }
}

@media only screen and (max-width: 768px) {
    .su-row .su-column {
        width: 100%;
        margin: 0 0 1.5em;
        float: none
    }

    .su-row .su-column:last-child {
        margin-bottom: 0
    }

    .su-tabs-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .su-tabs-vertical .su-tabs-nav, .su-tabs-vertical .su-tabs-panes {
        width: 100%
    }

    .su-tabs-vertical .su-tabs-nav .su-tabs-pane, .su-tabs-vertical .su-tabs-nav > span, .su-tabs-vertical .su-tabs-panes .su-tabs-pane, .su-tabs-vertical .su-tabs-panes > span {
        border-radius: 3px
    }

    .su-tabs-mobile-stack .su-tabs-nav span {
        display: block
    }

    .su-tabs-mobile-scroll .su-tabs-nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
        white-space: nowrap;
        overflow-x: auto
    }
}

@media screen and (max-width: 48em) {
    .su-pullquote {
        width: auto
    }

    .su-pullquote-align-left, .su-pullquote-align-right {
        float: none;
        margin: 1.5em 0;
        padding: .5em 1em
    }
}

@media only screen {
    [class*=su-column] + [class*=su-column]:last-child {
        float: right
    }
}

@media (-webkit-min-device-pixel-ratio: 0) {
    .su-image-carousel-has-outline .su-image-carousel-item-content a:focus, .su-image-carousel-has-outline button.flickity-prev-next-button:focus {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}
