img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.items-justified-space-between>ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop li {
    clear: both
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "Â·Â·Â·";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo {
    line-height: 0
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-custom-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

#bbpress-forums hr {
    margin: 0 0 24px
}

#bbpress-forums {
    background: transparent;
    clear: both;
    margin: 0;
    overflow: hidden
}

#bbpress-forums div.even,
#bbpress-forums div.odd,
#bbpress-forums ul.even {
    background-color: #efefef
}

#bbpress-forums ul.odd {
    background-color: #fbfbfb
}

body.reply-edit .reply {
    float: none
}

#bbpress-forums div.reply {
    height: auto;
    width: 100%
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
    background-color: #fee
}

#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
    background-color: #fdd
}

#bbpress-forums .status-closed,
#bbpress-forums .bbp-forum-status-closed {
    opacity: .7
}

#bbpress-forums ul {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0
}

#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 50px
}

#bbpress-forums li {
    background: none;
    margin: 0;
    list-style: none
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    overflow: hidden;
    border: none;
    margin-bottom: 20px;
    clear: both;
    width: 100%
}

#bbpress-forums ul:last-child {
    margin-bottom: 0
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body {
    clear: both
}

#bbpress-forums li.bbp-header {
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    text-transform: uppercase
}

#bbpress-forums .bbp-body a {
    color: #000
}

#bbpress-forums li.bbp-footer {
    display: none
}

#bbpress-forums li.bbp-header a {
    color: #fff
}

#bbpress-forums li.bbp-header ul {
    overflow: hidden
}

#bbpress-forums .bbp-forums-list {
    margin: 0
}

#bbpress-forums .bbp-forums-list li {
    display: inline;
    font-size: 11px
}

li.bbp-forum-info,
li.bbp-topic-title {
    float: left;
    text-align: left;
    width: 55%
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    float: left;
    text-align: center;
    width: 10%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
    text-align: right;
    float: right;
    width: 22%
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #efefef;
    overflow: hidden;
    padding: 20px
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
    float: right
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 1em;
    margin: 8px 0;
    padding: 0;
    text-transform: none
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-forum-title h3 a,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-topic-title h3 a,
#bbpress-forums div.bbp-reply-title h3,
#bbpress-forums div.bbp-reply-title h3 a {
    color: #fff
}

#bbpress-forums div.bbp-meta {
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 100%
}

#bbpress-forums li.bbp-header a,
#bbpress-forums div.bbp-meta,
#bbpress-forums div.bbp-meta a {
    color: #fff
}

#bbpress-forums div.bbp-forum-title,
#bbpress-forums div.bbp-topic-title,
#bbpress-forums div.bbp-reply-title {
    padding: 15px 20px
}

#bbpress-forums .sticky {
    border: none
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 160px;
    padding: 40px 20px 0
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    border: none;
    max-width: 80px;
    padding: 0;
    margin: 0 auto;
    float: none
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 0 13px;
    word-break: break-word;
    display: inline-block
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: left;
    display: block
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 13px;
    font-style: italic
}

#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author {
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
    text-align: left;
    display: none
}

.bbp-header div.bbp-reply-author {
    padding-right: 10px !important
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
    margin-bottom: 0;
    overflow: hidden;
    padding: 0
}

div.bbp-forum-header,
div.bbp-topic-header {
    clear: both
}

div.bbp-reply-header {
    clear: both;
    font-size: 14px;
    padding: 0
}

span.bbp-author-ip {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #aaa
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 160px;
    padding: 40px 40px 40px 0;
    text-align: left
}

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content {
    margin-left: 0;
    padding: 0;
    text-align: left
}

#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
    clear: both;
    content: ".";
    display: block;
    float: none;
    height: 0;
    font-size: 0;
    visibility: hidden
}

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
    background: none;
    border: none;
    display: inline;
    font-weight: 400;
    margin: 0;
    padding: 0
}

#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
    clear: none;
    line-height: 1em;
    margin: 24px 0;
    padding: 0
}

#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
    max-width: 100%
}

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
    margin: 0 15px 15px;
    padding: 0
}

#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
    list-style-type: disc
}

#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
    list-style-type: decimal
}

#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
    list-style-type: lower-alpha
}

#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
    list-style-type: upper-roman
}

#bbpress-forums div.bbp-reply-to {
    margin-left: 130px;
    padding: 13px 13px 13px 0;
    text-align: right
}

#bbpress-forums div#bbp-cancel-reply-to {
    text-align: right
}

#subscription-toggle,
#favorite-toggle a {
    margin: 0 0 30px;
    padding: 15px 20px;
    display: inline-block;
    background: #c00;
    color: #fff
}

#subscription-toggle a {
    color: #fff
}

.bbp-header #subscription-toggle {
    background: none;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.1)
}

.bbp-header #subscription-toggle a {
    color: #c00
}

#bbpress-forums .bbp-header div.bbp-reply-content {
    margin: 0
}

div.bbp-breadcrumb {
    float: none;
    background: #efefef;
    padding: 15px 20px;
    margin-bottom: 30px;
    width: 100%
}

div.bbp-breadcrumb a,
.bbp-breadcrumb-current {
    padding: 0;
    color: inherit
}

.bbp-breadcrumb-sep {
    padding: 0 5px
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 14px
}

.bbp-topic-tags a {
    color: inherit
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 0
}

#bbpress-forums div.bbp-topic-tags {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px
}

#bbpress-forums div.bbp-topic-tags p {
    background: #efefef;
    padding: 15px 20px;
    display: inline-block;
    width: 100%
}

#bbp-topic-hot-tags {
    clear: both
}

#bbpress-forums #bbp-search-form {
    clear: left
}

#bbpress-forums #bbp-search-form .hidden {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    background: none;
    left: -999em
}

#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: auto
}

#bbpress-forums div.bbp-search-form {
    margin-bottom: 30px
}

#bbpress-forums div.bbp-search-form input {
    margin: 0 0 10px
}

#bbp_search_submit {
    border: none !important;
    box-shadow: none;
    border-radius: 0;
    top: 0
}

#bbpress-forums div.bbp-search-form>form>div {
    display: flex
}

span.bbp-admin-links {
    float: right;
    color: rgba(0, 0, 0, 0.1)
}

span.bbp-admin-links a {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none
}

fieldset span.bbp-admin-links {
    float: left
}

tr td span.bbp-admin-links a:hover {
    color: #ff4b33
}

td.bbp-topic-admin-links,
td.bbp-topic-counts {
    width: 50%
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
    float: right;
    margin-left: 20px
}

.bbp-row-actions #favorite-toggle a,
.bbp-row-actions #subscription-toggle a {
    text-decoration: none;
    padding: 2px 5px;
    color: #fff;
    border: none;
    background-color: #c00;
    font-size: 13px;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1
}

.bbp-row-actions #subscription-toggle {
    background: none;
    padding: 0;
    margin: 0
}

.bbp-row-actions #favorite-toggle a:hover {
    color: #fff;
    background-color: #c00
}

.bbp-row-actions #favorite-toggle span.is-favorite a,
.bbp-row-actions #favorite-toggle span.is-favorite a:hover,
.bbp-row-actions #subscription-toggle a,
.bbp-row-actions #subscription-toggle a:hover {
    color: #fff;
    border: none;
    background-color: #c00
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
    word-wrap: break-word
}

#bbpress-forums p.bbp-topic-meta span {
    white-space: nowrap
}

.bbp-pagination-count {
    float: left;
    font-size: 14px
}

.bbp-pagination-links {
    float: right;
    list-style: none;
    display: inline
}

.bbp-pagination-links a,
.bbp-pagination-links span.current {
    display: inline-block;
    float: none;
    padding: 5px 7px;
    margin-left: 3px;
    border: 1px solid #efefef;
    text-decoration: none;
    width: auto !important;
    line-height: 1
}

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
    background: #efefef;
    opacity: .8;
    border: 1px solid #ddd
}

.bbp-pagination-links span.dots {
    display: block;
    float: left;
    padding: 1px 4px;
    margin-left: 5px
}

.bbp-pagination {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.bbp-topic-pagination {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px
}

.bbp-topic-pagination a {
    font-size: 10px;
    line-height: 10px;
    padding: 1px 3px;
    border: 1px solid #ddd;
    text-decoration: none
}

#bbpress-forums fieldset.bbp-form {
    clear: left;
    border: none;
    padding: 0;
    margin: 0
}

#bbp-user-body fieldset.bbp-form {
    margin-bottom: 20px
}

#bbpress-forums fieldset.bbp-form legend {
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    margin: 10px 0 30px;
    display: inline-block;
    line-height: 1
}

#bbpress-forums fieldset.bbp-form label {
    margin: 0;
    display: inline-block
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
    width: 100px
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
    width: 97%;
    box-sizing: border-box
}

textarea#bbp_forum_content {
    height: 210px
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
    width: 200px;
    float: right;
    clear: none;
    margin-left: 25px
}

#bbpress-forums fieldset select#bbp_forum_id {
    max-width: 200px
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
    clear: left;
    border-top: 1px solid #efefef;
    margin-top: 80px;
    padding-top: 30px
}

body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
    margin-right: 0;
    padding: 10px;
    line-height: 0;
    background-color: #efefef
}

#merge_tag,
#delete_tag {
    display: inline
}

div.bbp-submit-wrapper {
    margin-top: 15px;
    clear: both
}

div.bbp-submit-wrapper button[type="submit"] {
    margin: 0
}

.bbp_widget_login .button {
    margin-top: 40px
}

p.form-allowed-tags {
    max-width: 100%
}

#bbpress-forums div.bbp-the-content-wrapper {
    margin-bottom: 10px
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    width: 100%;
    margin: 0;
    font-size: 14px;
    border: 1px solid #efefef
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
    border: 1px solid #000
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    line-height: 1em
}

#bbpress-forums div.bbp-the-content-wrapper input {
    font-size: 14px;
    padding: 7px 14px;
    margin: 0 3px 3px 0;
    line-height: 14px;
    background: #ddd;
    height: auto;
    color: #000 !important
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    padding: 10px 15px 7px;
    background-color: #efefef;
    min-height: 40px
}

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 4px 4px 8px
}

#bbpress-forums div.wp-editor-container {
    margin: 0;
    padding: 0;
    line-height: 0
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
    line-height: 16px
}

#bbpress-forums #bbp-your-profile fieldset {
    padding: 0
}

#bbpress-forums #bbp-your-profile fieldset div {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    clear: left
}

#bbpress-forums #bbp-your-profile fieldset select {
    margin-bottom: 0
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
    width: auto
}

#bbpress-forums #bbp-your-profile fieldset legend {
    display: none
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
    cursor: pointer;
    margin-bottom: 5px
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    margin: 5px 0 30px;
    font-size: 13px;
    font-style: italic;
    float: left;
    clear: left;
    padding: 7px 10px;
    background-color: #016FB9;
    color: #fff
}

#bbpress-forums #bbp-your-profile fieldset fieldset {
    margin: 0;
    border: none;
    padding: 0;
    clear: none;
    float: none
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    margin-bottom: 0 !important
}

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
    margin: 0
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
    margin-left: 0
}

fieldset.submit {
    border: none
}

#pass-strength-result:empty {
    margin: 0 !important
}

.password-button-wrapper button {
    margin: 10px 5px 0 0
}

div.bbp-template-notice,
div.indicator-hint {
    padding: 15px 20px;
    margin: 0 0 30px;
    background-color: #016FB9;
    color: #fff;
    clear: both;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bbp-template-notice a,
div.bbp-template-notice p {
    color: #fff;
    text-decoration: none
}

div.bbp-template-notice a:hover {
    color: #fff;
    text-decoration: underline
}

div.bbp-template-notice.info {
    background-color: #016FB9
}

div.bbp-template-notice.error,
div.bbp-template-notice.important {
    background-color: #c00
}

div.bbp-template-notice.warning {
    background-color: #f1c40f
}

div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
    color: #fff
}

div.bbp-template-notice p {
    margin: 0 !important;
    padding: 0
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
    color: #000
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
    border-top: 1px dotted #ddd;
    width: 100%;
    margin: 0;
    padding: 8px 0 0;
    font-size: 11px;
    color: #aaa
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
    list-style-type: none
}

.bbp-login-form fieldset legend {
    display: none
}

.bbp-login-form fieldset {
    border: none;
    padding: 0
}

.bbp-login-form label {
    display: block
}

#sidebar .bbp-login-form label {
    width: 70px
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
    margin-top: 10px
}

.bbp-remember-me label {
    display: inline;
    margin-left: 3px
}

.bbp-login-form .bbp-submit-wrapper {
    text-align: right
}

.bbp-login-form .bbp-login-links a {
    float: left;
    clear: left
}

.bbp-logged-in img.avatar {
    float: left;
    margin: 0 15px 20px 0
}

.bbp-logged-in h4 {
    font-weight: 400;
    font-size: 20px !important;
    clear: none;
    margin-bottom: 10px
}

.bbp-logged-in a {
    display: block
}

#bbp-search-form {
    position: relative
}

#bbp-search-form input[type="text"] {
    width: 100% !important;
    margin: 0 !important;
    padding-right: 105px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: none !important;
    height: 50px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#bbp-search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 50px;
    width: 90px;
    line-height: 1;
    border: none !important;
    box-shadow: none !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
}

.widget_display_views ul,
.widget_display_replies ul,
.widget_display_topics ul {
    list-style: none
}

.widget_display_views ul li,
.widget_display_replies ul li,
.widget_display_topics ul li {
    padding-bottom: 15px
}

.widget_display_views ul li div,
.widget_display_replies ul li div,
.widget_display_topics ul li div {
    padding: 0;
    opacity: .7;
    font-size: 90%;
    margin-top: 5px
}

.widget_display_views ul li:last-child,
.widget_display_replies ul li:last-child,
.widget_display_topics ul li:last-child {
    padding-bottom: 0
}

.widget_display_views img,
.widget_display_replies img,
.widget_display_topics img {
    border-radius: 100%;
    vertical-align: middle;
    margin-bottom: 3px
}

.widget_display_stats dl {
    margin: 0 0 -20px;
    display: inline-block;
    width: 100%
}

.widget_display_stats dl dt {
    clear: right;
    float: left;
    width: 75%;
    display: inline-block;
    margin: 0 0 20px
}

.widget_display_stats dl dd {
    float: right;
    width: 25%;
    text-align: right;
    display: inline-block;
    margin: 0 0 20px
}

.widget_display_stats dl dd strong {
    font-size: 14px;
    font-weight: 400;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    min-width: 36px;
    text-align: center;
    display: inline-block
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    float: none;
    margin: 0 5px 0 0;
    border-radius: 100%;
    width: 14px;
    height: auto;
    vertical-align: middle
}

fieldset div.avatar {
    float: right
}

#bbpress-forums img.avatar.avatar-80 {
    width: 80px
}

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
    margin-left: 5px;
    padding-left: 10px
}

#bbpress-forums h1 {
    clear: none;
    font-size: 1.8em;
    line-height: 1em;
    padding-bottom: 10px
}

#bbpress-forums .bbp-user-section {
    overflow: auto;
    padding-top: 20px;
    border-top: 5px solid #efefef;
    margin-bottom: 30px
}

#bbpress-forums .bbp-user-section:last-child {
    margin-bottom: 0
}

#bbpress-forums .entry-title {
    text-transform: uppercase
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    clear: none
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
    clear: none
}

#bbpress-forums #bbp-single-user-details {
    margin: 0;
    width: 200px;
    float: left;
    overflow: hidden
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    margin: 0;
    width: 200px
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    border: none;
    height: 200px;
    padding: 20px;
    margin: 0 0 20px;
    width: 200px;
    border: 5px solid #efefef
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
    float: none;
    margin-left: 240px
}

#bbpress-forums #bbp-user-body {
    margin-left: 240px
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    float: none;
    margin: 0
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
    margin: 0
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    display: block;
    border: 1px solid transparent;
    text-decoration: none;
    background: #efefef;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: #000;
    color: #fff
}

body.my-account #bbpress-forums {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0
}

#bbpress-forums dl.bbp-user-capabilities {
    display: inline-block;
    vertical-align: top
}

#bbpress-forums dl.bbp-user-capabilities dt {
    margin: 0 0 10px;
    text-transform: capitalize
}

#bbpress-forums dl.bbp-user-capabilities dd {
    margin: 0;
    padding: 0
}

#bbpress-forums div.row-actions {
    font-size: 13px;
    visibility: hidden
}

#bbpress-forums li:hover>div.row-actions {
    visibility: visible
}

#bbp-user-body ul.bbp-lead-topic,
#bbp-user-body ul.bbp-topics,
#bbp-user-body ul.bbp-forums,
#bbp-user-body ul.bbp-replies,
#bbp-user-body ul.bbp-search-results {
    border: 1px solid #efefef
}

#bbp-user-body div.bbp-forum-content,
#bbp-user-body div.bbp-topic-content,
#bbp-user-body div.bbp-reply-content {
    margin-left: 0;
    padding: 40px;
    text-align: left
}

#bbp-user-body div.bbp-forum-author,
#bbp-user-body div.bbp-topic-author,
#bbp-user-body div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 100%;
    padding: 40px 20px 0
}

#bbp-user-body span.bbp-admin-links {
    clear: left;
    float: left;
    padding: 10px 0
}

#bbp-user-body div.bbp-reply-author a.bbp-author-name {
    clear: none;
    display: block;
    margin-left: 0;
    word-wrap: break-word
}

#bbp-user-body div.bbp-reply-author img.avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: auto
}

#bbp-user-body .bbp-body div.bbp-reply-author {
    margin: 20px 0 0 30px;
    min-height: 100px;
    padding: 0 0 20px 80px;
    position: relative;
    text-align: left;
    width: 100%
}

#bbp-user-body div.bbp-meta {
    border-bottom: none
}

@media screen and (max-width: 900px) {
    #bbpress-forums #bbp-single-user-details {
        width: 100%;
        margin-bottom: 30px;
        float: none
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
        width: 200px;
        margin: 0 auto
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-description {
        float: none;
        margin-left: 0
    }
    #bbpress-forums #bbp-user-body {
        margin-left: 0
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    li.bbp-topic-freshness,
    li.bbp-topic-voice-count,
    li.bbp-forum-freshness,
    li.bbp-forum-voice-count {
        display: none
    }
    li.bbp-topic-title {
        width: 85%
    }
    li.bbp-forum-info {
        width: 70%
    }
    li.bbp-forum-topic-count,
    li.bbp-forum-reply-count,
    li.bbp-topic-reply-count {
        width: 15%
    }
}

@media screen and (max-width: 640px) {
    .bbp-header div.bbp-reply-content {
        margin: 0 !important
    }
    div.bbp-breadcrumb,
    #bbpress-forums div.bbp-topic-tags p {
        padding: 10px 15px
    }
    div.bbp-search-form input {
        font-size: 11px;
        padding: 5px
    }
    div.bbp-search-form input[type="submit"],
    div.bbp-search-form button {
        font-size: 11px;
        padding: 7px 10px
    }
    .bbp-logged-in h4 {
        font-size: 18px !important
    }
}

@media only screen and (max-width: 480px) {
    #bbpress-forums,
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results,
    div.bbp-template-notice p {
        font-size: 14px
    }
    #bbpress-forums div.bbp-topic-tags {
        clear: left;
        float: left;
        margin-bottom: 20px
    }
    #bbpress-forums div.bbp-topic-tags p {
        padding: 10px;
        display: block
    }
    li.bbp-forum-info,
    li.bbp-topic-title {
        width: 80%
    }
    li.bbp-forum-reply-count,
    li.bbp-topic-reply-count {
        width: 20%
    }
    li.bbp-forum-topic-count {
        display: none
    }
    span.bbp-reply-post-date {
        float: left
    }
    span.bbp-admin-links {
        clear: left;
        float: left
    }
    #bbpress-forums .bbp-forums-list li {
        display: block;
        font-size: 11px
    }
    #bbpress-forums div.bbp-reply-author {
        margin: 10px 0 0;
        min-height: 100px;
        padding: 15px 0 0 80px;
        position: relative;
        text-align: left;
        width: 100%
    }
    #bbpress-forums div.bbp-reply-author a.bbp-author-name {
        clear: none;
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word
    }
    #bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 20px;
        left: 10px;
        width: 60px;
        height: auto
    }
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
        font-size: 14px;
        font-style: normal
    }
    #bbpress-forums div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0
    }
    #bbpress-forums div.bbp-reply-content p {
        margin-bottom: 1em
    }
    #bbpress-forums fieldset.bbp-form {
        padding: 0 10px 10px
    }
    #bbpress-forums #bbp-user-body {
        clear: both;
        margin-left: 0;
        word-wrap: break-word
    }
    #bbpress-forums div.bbp-forum-author .bbp-author-role,
    #bbpress-forums div.bbp-topic-author .bbp-author-role,
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
        margin-top: 0
    }
    div.bbp-breadcrumb {
        padding: 10px;
        margin-bottom: 20px
    }
    div.bbp-template-notice,
    div.indicator-hint {
        padding: 10px;
        margin: 0 0 20px
    }
    #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
        padding: 10px 10px 5px
    }
    #bbpress-forums li.bbp-header .bbp-search-author,
    #bbpress-forums li.bbp-header .bbp-forum-author,
    #bbpress-forums li.bbp-header .bbp-topic-author,
    #bbpress-forums li.bbp-header .bbp-reply-author {
        display: none
    }
    #bbpress-forums div.bbp-forum-title,
    #bbpress-forums div.bbp-topic-title,
    #bbpress-forums div.bbp-reply-title,
    #bbpress-forums div.bbp-meta {
        padding: 10px 15px;
        border-bottom: none
    }
    div.bbp-reply-content .geekmag-iframe {
        margin: 15px 0
    }
    #bbpress-forums #bbp-user-wrapper {
        padding: 20px
    }
}

.dvteamgrid {
    list-style-type: none !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden
}

.dvteam-thumbnails {
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: bottom;
    width: 100%;
    display: none
}

.dysania-filters {
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    display: inline-block;
    width: 100%;
    vertical-align: bottom
}

.dysania-filters li {
    float: left;
    margin: 0 !important;
    cursor: pointer;
    vertical-align: bottom;
    list-style: none !important
}

.dysania-filters li a {
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    vertical-align: bottom
}

.dysania-filters li a:hover {
    text-decoration: none
}

.dysania-grid {
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    vertical-align: bottom;
    width: 100%
}

.dysania-grid li {
    float: left;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important
}

.dysania-grid li .dysaniacaption {
    position: absolute;
    z-index: 100;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    left: 0;
    height: 30px;
    width: 100%;
    display: block;
    bottom: -30px;
    line-height: 30px;
    text-align: center
}

.dysania-grid li:hover .dysaniacaption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.dysania-grid li:before,
.dysania-grid li:after,
.dysania-grid li a img:before,
.dysania-grid li a img:after {
    display: none !important
}

.dysania-grid li.onecolumn {
    width: 100%
}

.dysania-grid li.twocolumns {
    width: 50%
}

.dysania-grid li.threecolumns {
    width: 33.333333333333%
}

.dysania-grid li.fourcolumns {
    width: 25%
}

.dysania-grid li.fivecolumns {
    width: 20%
}

.dysania-grid li a,
.dysania-grid li a img {
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    overflow: hidden;
    outline: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.dysania-grid li a {
    overflow: hidden !important;
    opacity: 1
}

.dysania-grid li a.dysania-photo,
.dysania-grid li a.dysania-iframe {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.dysania-grid li a.dysania-iframe {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.dysania-grid li a.dysania-link {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.dysania-grid li a img {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg)
}

.dysania-grid li.no-effect {
    pointer-events: none !important;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .3
}

.clear {
    clear: both
}

@media screen and (max-width:640px) {
    .dysania-grid li .dysaniacaption {
        font-size: 11px !important
    }
}

@media screen and (max-width:480px) {
    .dysania-grid li,
    .dysania-grid li.twocolumns,
    .dysania-grid li.threecolumns,
    .dysania-grid li.fourcolumns,
    .dysania-grid li.fivecolumns {
        width: 100% !important
    }
    .dysania-grid li .dysaniacaption {
        font-size: 14px !important
    }
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #313131
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #313131
}

.cboxIframe {
    background: #313131
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #fff;
    padding: 15px;
    padding-bottom: 35px
}

#cboxLoadingGraphic {
    background: url(//sporty-wp.wp4life.com/wp-content/plugins/dysania-grid-gallery/css/classic/images/loader.gif) no-repeat center center
}

#cboxLoadingOverlay {
    background: #fff
}

#cboxTitle {
    position: absolute;
    bottom: 12px;
    left: 15px;
    color: #313131
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 28px;
    position: absolute;
    bottom: 0;
    background: url(//sporty-wp.wp4life.com/wp-content/plugins/dysania-grid-gallery/css/classic/images/controls.png) no-repeat 0 0
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxPrevious {
    background-position: 0 0;
    right: 56px
}

#cboxPrevious:hover {
    background-position: 0 -25px
}

#cboxNext {
    background-position: -25px 0;
    right: 34px
}

#cboxNext:hover {
    background-position: -25px -25px
}

#cboxClose {
    background-position: -50px 0;
    right: 12px
}

#cboxClose:hover {
    background-position: -50px -25px
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
    right: 78px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 56px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 56px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px
}

html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct a,
.ecwid-SingleProduct a div.ecwid-title {
    color: #000;
    text-decoration: none
}

html#ecwid_html body#ecwid_body .ecwid-SearchPanel input {
    max-width: 300px
}

html#ecwid_html body#ecwid_body .ecwid-shopping-cart-categories #horizontal-menu,
html#ecwid_html body#ecwid_body .ecwid-shopping-cart-categories .horizontal-menu {
    margin-bottom: 10px;
    margin-top: 10px
}

.ecwid-shopping-cart-categories .horizontal-menu-item {
    background-image: none
}

html#ecwid_html body#ecwid_body .ecwid-productsList ul li .ecwid-productsList-name {
    color: inherit;
    font-size: inherit
}

html#ecwid_html body#ecwid_body .ecwid tr:hover td {
    color: inherit
}

html#ecwid_html body#ecwid_body .ecwid table {
    line-height: inherit
}

.ecwid-SingleProduct-v2 {
    box-sizing: content-box
}

.ecwid .ecwid-productBrowser input {
    display: inline-block
}

.ecwid .ecwid-productBrowser label {
    vertical-align: middle
}

.ecwid .ecwid-productBrowser select,
.ecwid .ecwid-productBrowser input {
    background-color: #fff;
    color: #333
}

.ecwid-shopping-cart-search .ecwid-SearchPanel .ecwid-SearchPanel-field {
    display: inline-block
}

.ecwid-shopping-cart-search .ecwid-SearchPanel .ecwid-SearchPanel-field {
    font-size: 14px
}

.ecwid-shopping-cart-search .ecwid-SearchPanel .ecwid-SearchPanel-button {
    font-size: 14px;
    font-weight: 400
}

html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct-v2.ecwid-random-product {
    min-width: unset
}

.ecwid-random-product:not(.loaded) {
    min-height: 290px
}

.ecwid-shopping-cart-categories {
    min-height: 51px;
    margin: 10px 0
}

.ecwid-shopping-cart-search {
    min-height: 42px
}

#dynamic-ec-store {
    width: 100%
}

.hide-ec-dynamic-placeholder {
    margin-bottom: 0 !important
}

.hide-ec-dynamic-placeholder .ecwid-shopping-cart-product-browser {
    display: none
}

.ec-demo-notice {
    text-align: center
}

.ec-demo-notice .ec-notice__wrap {
    background-color: #fcf5e8 !important
}

.ec-cart-widget[data-icon]:before {
    content: ''
}

.so-widget-sow-image-default-17bc2272b535 .sow-image-container {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.so-widget-sow-image-default-17bc2272b535 .sow-image-container>a {
    display: inline-block;
    max-width: 100%
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .so-widget-sow-image-default-17bc2272b535 .sow-image-container>a {
        display: flex
    }
}

.so-widget-sow-image-default-17bc2272b535 .sow-image-container .so-widget-image {
    display: block;
    max-width: 100%;
    height: auto
}

ul.resp-tabs-list {
    margin: 0 0 25px;
    padding: 0;
    display: inline-block;
    width: 100%
}

.resp-tabs-list li {
    display: inline-block;
    padding: 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

.resp-tab-content {
    display: none
}

.resp-tab-active {
    padding: 15px !important
}

.resp-tab-active {
    border-bottom: none
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
    border-bottom: none
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    float: left;
    width: 100%;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    padding-left: 30px
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    padding: 15px !important
}

h2.resp-tab-active {
    margin-bottom: 0 !important;
    padding: 15px !important
}

h2.resp-tab-active span.resp-arrow {
    border: none
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    margin: 0;
    padding: 15px
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    .resp-vtabs .resp-tab-content {
        padding-left: 0
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }
    .resp-accordion-closed {
        display: none !important
    }
    .resp-tabs-container>div {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.bxslider img {
    max-width: 100% !important
}

.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
    padding-bottom: 50px
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

#fixture {
    display: none
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-prev {
    right: 40px
}

.bx-wrapper .bx-next {
    right: 0
}

.bx-wrapper .bx-controls-direction a {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    z-index: 9;
    text-align: center;
    line-height: 35px;
    bottom: 0;
    border-radius: 100%
}

.bx-wrapper .bx-controls-direction a.disabled {
    opacity: .5;
    cursor: none;
    pointer-events: none
}

.bx-wrapper .bx-next:before,
.bx-wrapper .bx-prev:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    text-align: center;
    display: block
}

.bx-wrapper .bx-prev:before {
    content: '\f053';
    margin-right: 3px
}

.bx-wrapper .bx-next:before {
    content: '\f054';
    margin-left: 3px
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(//sporty-wp.wp4life.com/wp-content/plugins/sporty-fixtures-results-sponsors/css/images/controls2.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(//sporty-wp.wp4life.com/wp-content/plugins/sporty-fixtures-results-sponsors/css/images/controls2.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 15px
}

.bxslider {
    margin: 0;
    padding: 0;
    list-style: none
}

#fakeloader-container {
    width: 100%;
    height: 100%;
    display: none
}

.spinner1 {
    width: 40px;
    height: 40px;
    position: relative
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.spinner2 {
    width: 40px;
    height: 40px;
    position: relative
}

.container1>div,
.container2>div,
.container3>div {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner2 .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.circle1 {
    top: 0;
    left: 0
}

.circle2 {
    top: 0;
    right: 0
}

.circle3 {
    right: 0;
    bottom: 0
}

.circle4 {
    left: 0;
    bottom: 0
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.container3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.container1 .circle2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.container2 .circle2 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.container3 .circle2 {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.container1 .circle3 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.container2 .circle3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.container3 .circle3 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.container1 .circle4 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.container2 .circle4 {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.container3 .circle4 {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.spinner3 {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.spinner4 {
    width: 30px;
    height: 30px;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.spinner5 {
    width: 32px;
    height: 32px;
    position: relative
}

.cube1,
.cube2 {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out
}

.cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.spinner6 {
    width: 50px;
    height: 30px;
    text-align: center
}

.spinner6>div {
    height: 100%;
    width: 6px;
    margin-left: 2px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.spinner6 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner6 .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner6 .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner6 .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.spinner7 {
    position: relative;
    width: 100%;
    height: 100%
}

.spinner7 div {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 46%;
    top: calc(50% - 6px);
    left: 46%;
    left: calc(50% - 6px);
    border-radius: 15px;
    transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: cssload-loader 1.15s ease-in-out infinite;
    -o-animation: cssload-loader 1.15s ease-in-out infinite;
    -ms-animation: cssload-loader 1.15s ease-in-out infinite;
    -webkit-animation: cssload-loader 1.15s ease-in-out infinite;
    -moz-animation: cssload-loader 1.15s ease-in-out infinite;
    outline: none
}

.spinner7 div:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    height: 15px;
    width: 15px;
    border-radius: 15px
}

.spinner7 div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 15px;
    width: 15px;
    border-radius: 15px
}

@keyframes cssload-loader {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

@-o-keyframes cssload-loader {
    0% {
        -o-transform: rotate(0deg)
    }
    50% {
        -o-transform: rotate(180deg)
    }
    100% {
        -o-transform: rotate(180deg)
    }
}

@-ms-keyframes cssload-loader {
    0% {
        -ms-transform: rotate(0deg)
    }
    50% {
        -ms-transform: rotate(180deg)
    }
    100% {
        -ms-transform: rotate(180deg)
    }
}

@-webkit-keyframes cssload-loader {
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@-moz-keyframes cssload-loader {
    0% {
        -moz-transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(180deg)
    }
}

.rrssb-buttons {
    box-sizing: border-box;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%
}

.rrssb-buttons:after {
    clear: both
}

.rrssb-buttons:after,
.rrssb-buttons:before {
    content: ' ';
    display: table
}

.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px
}

.rrssb-buttons li.rrssb-email a {
    background-color: #0a88ff
}

.rrssb-buttons li.rrssb-email a:hover {
    background-color: #006ed6
}

.rrssb-buttons li.rrssb-facebook a {
    background-color: #306199
}

.rrssb-buttons li.rrssb-facebook a:hover {
    background-color: #244872
}

.rrssb-buttons li.rrssb-tumblr a {
    background-color: #32506d
}

.rrssb-buttons li.rrssb-tumblr a:hover {
    background-color: #22364a
}

.rrssb-buttons li.rrssb-linkedin a {
    background-color: #007bb6
}

.rrssb-buttons li.rrssb-linkedin a:hover {
    background-color: #005983
}

.rrssb-buttons li.rrssb-twitter a {
    background-color: #26c4f1
}

.rrssb-buttons li.rrssb-twitter a:hover {
    background-color: #0eaad6
}

.rrssb-buttons li.rrssb-googleplus a {
    background-color: #e93f2e
}

.rrssb-buttons li.rrssb-googleplus a:hover {
    background-color: #ce2616
}

.rrssb-buttons li.rrssb-youtube a {
    background-color: #df1c31
}

.rrssb-buttons li.rrssb-youtube a:hover {
    background-color: #b21627
}

.rrssb-buttons li.rrssb-reddit a {
    background-color: #8bbbe3
}

.rrssb-buttons li.rrssb-reddit a:hover {
    background-color: #62a3d9
}

.rrssb-buttons li.rrssb-pinterest a {
    background-color: #b81621
}

.rrssb-buttons li.rrssb-pinterest a:hover {
    background-color: #8a1119
}

.rrssb-buttons li.rrssb-pocket a {
    background-color: #ed4054
}

.rrssb-buttons li.rrssb-pocket a:hover {
    background-color: #e4162d
}

.rrssb-buttons li.rrssb-github a {
    background-color: #444
}

.rrssb-buttons li.rrssb-github a:hover {
    background-color: #2b2b2b
}

.rrssb-buttons li.rrssb-instagram a {
    background-color: #125688
}

.rrssb-buttons li.rrssb-instagram a:hover {
    background-color: #0c3a5b
}

.rrssb-buttons li.rrssb-delicious a {
    background-color: #0b79e5
}

.rrssb-buttons li.rrssb-delicious a:hover {
    background-color: #095fb4
}

.rrssb-buttons li.rrssb-vk a {
    background-color: #4d71a9
}

.rrssb-buttons li.rrssb-vk a:hover {
    background-color: #3d5a86
}

.rrssb-buttons li.rrssb-hackernews a {
    background-color: #f60
}

.rrssb-buttons li.rrssb-hackernews a:hover {
    background-color: #cc5200
}

.rrssb-buttons li.rrssb-whatsapp a {
    background-color: #43d854
}

.rrssb-buttons li.rrssb-whatsapp a:hover {
    background-color: #28c039
}

.rrssb-buttons li.rrssb-print a {
    background-color: #8d98a2
}

.rrssb-buttons li.rrssb-print a:hover {
    background-color: #717f8b
}

.rrssb-buttons li a {
    background-color: #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    width: 100%
}

.rrssb-buttons li a .rrssb-icon {
    display: block;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%
}

.rrssb-buttons li a .rrssb-icon svg {
    height: 17px;
    width: 17px
}

.rrssb-buttons li a .rrssb-icon svg circle,
.rrssb-buttons li a .rrssb-icon svg path {
    fill: #fff
}

.rrssb-buttons li a .rrssb-text {
    color: #fff
}

.rrssb-buttons li a:active {
    box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, .25)
}

.rrssb-buttons li.small a {
    padding: 0
}

.rrssb-buttons li.small a .rrssb-icon {
    left: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: auto;
    width: 100%
}

.rrssb-buttons li.small a .rrssb-text {
    visibility: hidden
}

.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
    height: auto
}

.rrssb-buttons.large-format li a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: .2em;
    padding: 8.5% 0 8.5% 12%
}

.rrssb-buttons.large-format li a .rrssb-icon {
    height: 100%;
    left: 7%;
    padding-top: 0;
    width: 12%
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.rrssb-buttons.large-format li a .rrssb-text {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rrssb-buttons.small-format {
    padding-top: 5px
}

.rrssb-buttons.small-format li {
    height: 80%;
    padding: 0 1px
}

.rrssb-buttons.small-format li a .rrssb-icon {
    height: 100%;
    padding-top: 0
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
    height: 48%;
    position: relative;
    top: 6px;
    width: 80%
}

.rrssb-buttons.tiny-format {
    height: 22px;
    position: relative
}

.rrssb-buttons.tiny-format li {
    padding-right: 7px
}

.rrssb-buttons.tiny-format li a {
    background-color: transparent;
    padding: 0
}

.rrssb-buttons.tiny-format li a .rrssb-icon {
    height: 100%
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
    height: 70%;
    width: 100%
}

.rrssb-buttons.tiny-format li a:active,
.rrssb-buttons.tiny-format li a:hover {
    background-color: transparent
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
    fill: #ebe9e9
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #0054a3
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
    fill: #306199
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #18304b
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
    fill: #32506d
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #121d27
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
    fill: #007bb6
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #003650
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
    fill: #26c4f1
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #0b84a6
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
    fill: #e93f2e
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #a01e11
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
    fill: #df1c31
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #84111d
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
    fill: #8bbbe3
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #398bcf
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
    fill: #b81621
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #5d0b11
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
    fill: #ed4054
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #b61124
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
    fill: #444
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #111
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
    fill: #125688
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #061d2e
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
    fill: #0b79e5
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #064684
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
    fill: #4d71a9
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #2d4263
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
    fill: #f60
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #993d00
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
    fill: #43d854
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #1f962d
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
    fill: #8d98a2
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #5a656f
}

.label {
    padding: 5px 7px;
    margin-bottom: 5px
}

.message {
    background-size: 40px 40px;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    position: relative
}

.message-close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.message-close:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    position: absolute;
    top: 7px;
    right: 7px;
    font-weight: 400;
    color: #fff
}

.message p {
    margin: 0
}

.flickr-box {
    margin: 0;
    margin-right: -5px;
    padding: 0;
    overflow: hidden;
    width: 105%
}

.flickr-box li {
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 !important;
    height: 82px !important;
    background-image: none !important
}

.flickr-box li:last-child {
    margin-right: 0
}

.flickr-box li {
    border: none !important
}

.flickr-box li img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 87px;
    opacity: .5
}

.flickr-box li img {
    border: 3px solid rgba(255, 255, 255, .3)
}

.flickr-box li img:hover {
    opacity: 1
}

.sidebarbox .flickr-box li img {
    width: 70px;
    border: 3px solid rgba(0, 0, 0, .1)
}

.sidebarbox .flickr-box li {
    height: 65px !important
}

.teamlist {
    list-style: none;
    padding: 0;
    margin: 0 0 25px
}

.teamlist li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.teamlist li:first-child {
    padding-top: 10px;
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.teamlist li:last-child {
    margin-bottom: 0
}

.teamlist li a {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block
}

.teamlist li a:after {
    font-family: 'FontAwesome';
    content: "\f06e";
    position: absolute;
    top: 0;
    right: 0
}

.teamlist-popup {
    position: relative;
    padding: 30px;
    width: auto;
    max-width: 500px;
    margin: 30px auto;
    padding-bottom: 10px
}

.teamlist-popup img {
    width: 100%;
    height: auto;
    margin-bottom: 25px
}

.teamlist-popup p {
    margin-bottom: 20px
}

.caption-image {
    position: relative;
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
    padding: 0
}

.caption-image a {
    display: block
}

.caption-image img {
    width: 100%;
    height: auto
}

.caption-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    text-align: center
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991042;
    overflow: hidden;
    position: fixed;
    opacity: .9;
    filter: alpha(opacity=90)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 9991045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 9991044
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 9991046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: -7px;
    top: -5px;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    margin-left: 39px
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.custom-popup {
    position: relative;
    padding: 30px 30px 10px;
    width: auto;
    max-width: 500px;
    margin: 30px auto
}

.custom-popup img {
    width: 100%;
    height: auto;
    margin-bottom: 0 !important
}

.custom-popup p {
    margin-bottom: 20px
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1
}

.mfp-figure small {
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .8;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

input[type=search].ecwid-SearchPanel-field,
.ecwid-productBrowser-subcategories-categoryName span.gwt-InlineLabel,
.ecwid-shopping-cart-categories .horizontal-menu ul li a span,
.ecwid-SearchPanel-button,
.ecwid-Orders-SearchPanel input,
.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-productNameLink {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.ecwid-SearchPanel-button,
input[type=search].ecwid-SearchPanel-field,
.ecwid-shopping-cart-categories .horizontal-menu,
.ecwid-shopping-cart-categories .horizontal-menu ul li a,
div.ecwid-popup .popupContent,
.ecwid-btn,
.horizontal-menu-subParent,
.ecwid-Orders-SearchPanel input,
div#horizontal-menu.horizontal-mobile,
.ecwid-minicart {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important
}

.ecwid-categoriesTabBar .tabTopLeft,
.ecwid-categoriesTabBar .tabTopCenter,
.ecwid-categoriesTabBar .tabTopRight,
.ecwid-categoriesTabBar .tabMiddleLeft,
.ecwid-categoriesTabBar .tabMiddleRight,
.ecwid-shopping-cart-categories .horizontal-menu,
div.ecwid-popup,
.ecwid-SearchPanel-button,
div.ecwid-minicart-mini-rollover,
.ecwid-btn,
.horizontal-menu-subParent,
.ecwid-Account-ContinueShoppingButtonContainer,
.ecwid-productBrowser-relatedProducts-item,
.ecwid-Invoice,
.ecwid-OrdersList-OrderBox,
td.ecwid-OrdersList-OrderBox-cell,
.ecwid-productBrowser-productsGrid-cell,
.ecwid-productBrowser-productsList-productRow td {
    border: none !important
}

.ecwid-form,
.ecwid-MonthSelector,
.ecwid-Invoice-blockTitle {
    background: 0 0 !important
}

.ecwid-shopping-cart-categories .horizontal-menu,
.ecwid-productBrowser,
.ecwid-productBrowser-auth,
.ecwid-form,
input.ecwid-productBrowser-cart-qtyTextField,
.ecwid-Invoice-Summary-label,
.ecwid-Invoice-SummaryContainer,
.ecwid-productBrowser-productsGrid-cellBottom,
.ecwid-productBrowser-productsGrid-productBottomFragment .ecwid-BuyNow,
.ecwid-Account-ContinueShoppingButtonContainer,
.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-productNameLink {
    padding: 0 !important
}

.ecwid-SearchPanel,
input[type=search].ecwid-SearchPanel-field,
.ecwid-productBrowser-search-SearchPanel .ecwid-btn,
.ecwid-Orders-SearchPanel input,
.ecwid-SearchPanel-button,
.ecwid-Orders,
.ecwid-minicart-mini,
.ecwid-productBrowser-subcategories-categoryName,
.ecwid-Account-ContinueShoppingButtonContainer,
.ecwid-productBrowser-productsGrid-cellTop.ecwid-productBrowser-productsGrid-productInside,
.ecwid-productBrowser-productsGrid-productMiddleFragment,
.ecwid-productBrowser-relatedProducts-item,
.ecwid-productBrowser-relatedProducts-next,
.ecwid-productBrowser-relatedProducts-prev,
.ecwid-productBrowser-details-descr,
.ecwid-productBrowser-gallery-has-thumb img.gwt-Image {
    margin: 0 !important
}

.ecwid-SearchPanel,
.ecwid-productBrowser-search-SearchPanel {
    display: inline-block;
    padding: 0 !important
}

.ecwid-productBrowser-search-SearchPanel {
    margin-top: 40px !important;
    padding-bottom: 0 !important
}

.ecwid-SearchPanel-button,
.ecwid-productBrowser-search-SearchPanel .ecwid-btn {
    font-size: 15px !important;
    width: auto;
    display: inline-block !important;
    line-height: 1;
    margin-left: -1px !important;
    outline: none;
    padding: 15px 20px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    height: 50px !important;
    float: left !important
}

input[type=search].ecwid-SearchPanel-field,
.ecwid-Orders-SearchPanel input,
.ecwid-productBrowser-search-SearchPanel input[type=search].gwt-TextBox {
    float: left !important;
    width: auto !important;
    display: block;
    margin: 0 0 30px !important;
    padding: 15px !important;
    word-spacing: .1em;
    letter-spacing: .01em
}

.ecwid-Orders-SearchPanel {
    margin: 10px 0 30px !important
}

.ecwid-Orders-SearchPanel input {
    padding: 1px 10px !important;
    margin: 0 -5px 0 0 !important
}

::-webkit-input-placeholder {
    opacity: .7
}

::-moz-placeholder {
    opacity: .7
}

.ecwid-shopping-cart-categories .horizontal-menu {
    margin: 20px 0 3px !important
}

.ecwid-shopping-cart-categories .horizontal-menu ul li a {
    padding: 20px 15px !important;
    display: inline-block !important
}

.horizontal-menu-parent {
    padding-left: 15px !important
}

.ecwid-productBrowser-auth {
    line-height: 30px !important
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-qtyPanel {
    margin-top: 20px
}

.ecwid-productBrowser-subcategories-mainTable .ecwid-imgLoaded {
    padding: 30px !important
}

.ecwid-minicart-mini {
    text-align: center;
    padding: 15px !important;
    line-height: 1 !important
}

.ecwid-productBrowser-subcategories-mainTable {
    margin-bottom: -20px !important
}

html#ecwid_html body#ecwid_body table.ecwid-productBrowser-auth-mini {
    margin-bottom: 30px !important
}

.ecwid-productBrowser-categoryPath {
    margin-top: 3px !important;
    margin-bottom: 30px !important;
    padding: 20px 30px !important;
    line-height: 1
}

.ecwid-productBrowser-subcategories-categoryName {
    padding: 15px !important
}

div.ecwid-minicart-mini-rollover {
    padding: 15px 20px !important
}

div.ecwid-minicart-mini-rollover span,
div.ecwid-minicart-mini-rollover a {
    font-size: 15px !important
}

div.ecwid-minicart-mini-rollover a {
    text-decoration: underline !important
}

div.ecwid-overlay {
    opacity: .9 !important
}

.ecwid-productBrowser-auth .gwt-InlineLabel {
    padding-right: 15px !important
}

.ecwid-form input,
.ecwid-form select,
.ecwid-productBrowser-details-qtyTextField {
    padding: 5px !important;
    margin: 0 0 10px !important;
    outline: none !important;
    box-shadow: none !important
}

.ecwid-btn {
    padding: 10px 20px !important;
    box-shadow: none !important
}

div.ecwid-popup-headLabel {
    margin-bottom: 30px !important
}

.horizontal-menu-parent li a {
    width: 100% !important
}

.ecwid-productBrowser-head {
    margin: 3px 0 0 !important;
    line-height: 1;
    padding: 20px 30px !important;
    display: block !important;
    width: 100%
}

.ecwid-productBrowser-head:empty {
    display: none !important
}

.ecwid-Account-ContinueShoppingButtonContainer {
    float: left !important
}

.ecwid-SpacerImage {
    display: none !important
}

.ecwid-DateRangePopup {
    padding: 20px 20px 30px !important
}

.ecwid-MonthSelector-inversable {
    background: 0 0 !important;
    color: inherit !important
}

.ecwid-AddressBook-block {
    padding: 20px 20px 30px !important;
    margin-bottom: 15px !important
}

.ecwid-Account-AddressBook {
    margin-top: 20px !important
}

.ecwid-productBrowser-cart-estimationNote {
    margin: 15px 0 !important
}

.ecwid-productBrowser-cart-asterisk {
    display: none
}

.ecwid-productBrowser-backgroundedPanel {
    padding: 30px !important
}

.ecwid-productBrowser-nav-left {
    width: 50% !important
}

.ecwid-productBrowser-nav-right {
    width: 50% !important
}

.ecwid-productBrowser-cart-subtotalAmountPanel {
    margin-bottom: 5px !important
}

.ecwid-productBrowser-cart-subtotalAmount {
    line-height: 2 !important
}

.ecwid-productBrowser-cart-itemsTable-cell {
    padding: 25px 0 !important
}

.ecwid-productBrowser-cart-itemsTable-cell-thumbnail {
    padding-right: 10px !important
}

input.ecwid-productBrowser-cart-qtyTextField {
    margin: 1px 0 0 !important
}

.ecwid-productBrowser-cart-qtyTextField-multiplication {
    padding: 0 10px 0 0 !important
}

.ecwid-productBrowser-cart-removeItemButton {
    margin: -20px 0 0 !important
}

.ecwid-productBrowser-cart-hint {
    padding: 15px 0 !important
}

.ecwid-productBrowser-productNameLink a {
    text-decoration: none !important
}

.ecwid-productBrowser-cart-itemsTable,
.ecwid-productBrowser-cart-hint,
.ecwid-productBrowser-cart .ecwid-btn--continueShopping {
    width: auto !important;
    margin-right: 20px !important
}

.ecwid-productBrowser-relatedProducts-title {
    margin-top: 40px !important;
    padding-top: 30px !important
}

.ecwid-imgLoaded img {
    vertical-align: bottom
}

.ecwid-Orders-EmptyList {
    margin-bottom: 40px !important
}

.ecwid-Checkout-ShippingAddress-top {
    margin-bottom: 20px !important
}

.ecwid-productBrowser-head {
    display: block !important;
    width: 100%
}

.ecwid-Checkout .ecwid-productBrowser-head {
    margin-bottom: 0 !important
}

.ecwid-shippingOption {
    padding-top: 10px !important
}

.ecwid-shippingOptions-List {
    margin-left: 10px !important
}

.ecwid-AddressForm-fields-topPanel {
    float: left !important
}

.ecwid-AddressForm-fields-topPanel .gwt-CheckBox {
    top: 8px;
    right: 5px
}

.ecwid-PaymentMethodsBlock-PaymentOption-htmlBlock {
    padding-left: 0 !important
}

.ecwid-PaymentMethodsBlock-PaymentOption {
    margin-left: 7px !important
}

.ecwid-PaymentMethodsBlock-PaymentOption-htmlBlock {
    padding-left: 0 !important
}

.ecwid-PaymentMethodsBlock-PaymentOption {
    margin-left: 7px !important
}

.ecwid-Invoice {
    margin: 40px 0 !important
}

.ecwid-Invoice-ShippingDetails {
    padding: 30px !important
}

.ecwid-Invoice-PaymentDetails {
    padding-left: 0 !important
}

.ecwid-Invoice-PaymentDetails-title {
    text-align: left !important;
    padding-left: 0 !important
}

.ecwid-Invoice-cell-title {
    text-align: left !important
}

.ecwid-Invoice-block {
    margin-bottom: 20px !important
}

.ecwid-Invoice-ShippingDetails {
    padding: 30px !important
}

td.ecwid-Invoice-itemsTable-cell {
    padding: 20px 10px !important
}

.ecwid-Invoice-SummaryContainer {
    margin-top: -10px !important
}

.ecwid-Invoice-itemsTable-cell img {
    vertical-align: bottom
}

.ecwid-Invoice-footer-placeOrder {
    padding: 30px !important
}

.ecwid-Checkout-BreadCrumbs {
    margin-top: 40px !important
}

.ecwid-Orders {
    overflow: auto
}

.ecwid-OrdersList-OrderBox-header {
    line-height: 1 !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.ecwid-OrdersList-OrderBox-price {
    text-align: center !important
}

.ecwid-OrdersList-OrderBox-footer {
    padding: 20px !important
}

td.ecwid-OrdersList-OrderBox-cell a {
    text-decoration: none !important
}

.ecwid-popup-linkBlock {
    margin: 10px auto 20px auto !important
}

.ecwid-productBrowser-productsGrid-cellTop.ecwid-productBrowser-productsGrid-productInside {
    padding: 20px 0 30px !important
}

.ecwid-productBrowser-productsGrid-cell .ecwid-productBrowser-productNameLink {
    padding: 30px 30px 10px !important;
    text-align: center !important
}

.ecwid-productBrowser-productsGrid-cell .ecwid-productBrowser-productNameLink a {
    display: inline !important
}

.ecwid-productBrowser-productsGrid-productBottomFragment {
    padding: 0 30px 30px !important
}

.ecwid-productBrowser-productsGrid-productCostFragment {
    padding: 0 30px 20px !important
}

.ecwid-productBrowser-price {
    line-height: 1
}

table.ecwid-OrdersList-OrderBox-totals {
    padding-left: 30px !important;
    line-height: 1.7;
    text-align: right;
    position: absolute !important;
    bottom: 20px;
    right: 20px
}

.ecwid-productBrowser-productsGrid-cellSpace {
    height: 20px !important
}

.ecwid-productBrowser-productsGrid-mainTable {
    margin-top: 25px !important
}

.ecwid-loadingIndicator .loader.loader-mixed {
    display: none !important
}

table.ecwid-ProductsList-content {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important
}

.ecwid-productBrowser-category {
    padding-top: 0 !important
}

.ecwid-productBrowser-productsList-thumbnailCell {
    padding-top: 25px !important;
    padding-left: 20px !important
}

.ecwid-productBrowser-productsList-detailsCell {
    padding: 25px 25px 25px 15px !important
}

.ecwid-productBrowser-productsList {
    padding: 25px 20px 0 !important;
    margin-bottom: 10px !important
}

.ecwid-productBrowser-price-list {
    padding: 15px 0 !important
}

.ecwid-productBrowser-productsList-details .ecwid-productBrowser-productNameLink {
    text-align: left !important
}

.ecwid-productBrowser-productsList-details .ecwid-productBrowser-productNameLink a {
    margin-bottom: 10px !important
}

.ecwid-productBrowser-productsTable {
    margin-left: 20px !important;
    padding-top: 30px !important;
    padding-right: 20px !important
}

.ecwid-productBrowser-productsTable-cell {
    padding: 25px !important
}

.ecwid-productBrowser-search-noResultsLabel {
    padding-bottom: 30px !important
}

.ecwid-productBrowser-cart {
    margin-top: 40px !important
}

.ecwid-productBrowser-productsList-inTheBagTickCell {
    position: relative !important
}

.ecwid-productBrowser-productsList-inTheBagTick {
    position: absolute !important;
    top: 5px !important;
    right: 0 !important
}

.ecwid-productBrowser-search-ContinueShoppingButtonContainer {
    margin-top: 40px !important
}

.ecwid-productBrowser-backgroundedPanel {
    max-width: 600px !important;
    min-width: 300px !important
}

.ecwid-productBrowser-cart .ecwid-productBrowser-relatedProducts {
    margin-right: 20px !important
}

.ecwid-productBrowser-cart-shippingLabel {
    line-height: 1;
    margin-bottom: 10px !important
}

.ecwid-productBrowser-relatedProducts-title {
    padding-bottom: 30px !important;
    margin-right: 20px !important
}

.ecwid-productBrowser-details-like {
    margin-top: -10px !important
}

.ecwid-productBrowser-backgroundedPanel .ecwid-btn--continueShopping {
    margin-bottom: 0 !important
}

.ecwid-productBrowser-details {
    margin-top: -20px !important
}

td.ecwid-productBrowser-relatedProducts-button {
    padding: 5px !important
}

.ecwid-productBrowser-relatedProducts {
    padding-top: 0 !important
}

.ecwid-productBrowser-gallery {
    margin-bottom: 40px !important
}

.ecwid-productBrowser-details-rightPanel {
    padding-left: 30px !important
}

.ecwid-ProductsList-content {
    margin-bottom: -10px !important
}

.ecwid-productBrowser-productsTable-buy {
    width: 150px !important
}

.ecwid-productBrowser-relatedProducts-item-bottom {
    text-align: center;
    line-height: 1.5 !important
}

.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-productNameLink {
    text-decoration: none !important;
    text-align: center !important;
    margin-top: 20px !important
}

.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-price {
    margin-bottom: 15px !important
}

.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-sku {
    text-align: center !important;
    padding: 0 !important
}

#ecwid_loading_indicator {
    z-index: 9999999999999 !important
}

.ecwid-minicart-caption {
    line-height: 1.5
}

.ecwid-categories-vertical-table {
    width: 100% !important
}

.ecwid-categories-vertical-table-cell-categoryLink {
    margin-left: 0 !important
}

.pswp__caption__center {
    padding: 15px !important
}

.ecwid-pager {
    border: none !important;
    padding: 20px 10px 0 !important
}

.ecwid-poweredBy {
    padding-top: 18px !important
}

.ecwid-btn--address_book_sign_in {
    margin-bottom: 10px !important
}

.ecwid-AccentedContinueButton {
    margin-bottom: 0 !important
}

.ecwid-categoriesTabBar {
    margin-top: 40px !important
}

@media only screen and (max-width:840px) {
    .ecwid-productBrowser-cart .ecwid-productBrowser-relatedProducts {
        margin-right: 0 !important
    }
    .ecwid-productBrowser-relatedProducts-title {
        padding-bottom: 20px !important;
        margin-right: 0 !important
    }
    .ecwid-productBrowser-nav-left,
    .ecwid-productBrowser-nav-right {
        width: 50% !important
    }
}

@media only screen and (max-width:756px) {
    .ecwid-productBrowser-relatedProducts {
        padding-right: 15px !important
    }
}

@media only screen and (max-width:680px) {
    .ecwid-minicart-mini {
        width: auto !important
    }
    .ecwid-categoriesTabBar {
        padding: 15px !important;
        margin-bottom: 10px !important
    }
    .gwt-TabBarItem {
        border: none !important
    }
    .ecwid-productBrowser-cart-itemsTable,
    .ecwid-productBrowser-cart-hint,
    .ecwid-btn--continueShopping {
        width: 100% !important;
        margin-right: 0 !important
    }
    .ecwid-productBrowser-relatedProducts {
        padding-right: 0 !important
    }
    .ecwid-productBrowser-backgroundedPanel {
        margin-top: 0 !important
    }
    .ecwid-Invoice-header-placeOrder {
        padding: 30px !important
    }
    td.ecwid-Invoice-header-placeOrder-text .gwt-Label {
        text-align: center !important;
        margin-bottom: 20px !important
    }
    .ecwid-Invoice-PaymentDetails {
        padding-left: 30px !important;
        width: 100% !important
    }
    .ecwid-Invoice-block {
        margin-bottom: 20px !important
    }
    .ecwid-Invoice-SummaryContainer {
        padding: 0 30px !important;
        margin-top: 0 !important
    }
    .ecwid-Invoice-footer-placeOrder-text .gwt-Label {
        text-align: center !important;
        margin-bottom: 20px !important
    }
    .ecwid-Checkout-BreadCrumbs {
        margin: 0 !important
    }
    .ecwid-productBrowser-productsTable-cell {
        padding: 15px !important
    }
}

@media only screen and (max-width:560px) {
    .ecwid-ProductBrowser-auth-space {
        display: none !important
    }
    table.ecwid-OrdersList-OrderBox-totals {
        padding: 20px 0 !important;
        position: relative !important;
        top: inherit;
        right: inherit
    }
}

@media only screen and (max-width:480px) {
    input[type=search].ecwid-SearchPanel-field {
        margin: 0 0 20px !important
    }
    .ecwid-shopping-cart-categories {
        margin-bottom: 25px !important
    }
    .ecwid-productBrowser-head {
        margin-top: 0 !important
    }
    .ecwid-Orders-SearchPanel input {
        width: 100%
    }
    .ecwid-OrdersList-OrderBox-thumbnail {
        display: none
    }
    .horizontal-menu-parent {
        padding-top: 20px !important
    }
    .ecwid-productBrowser-productsList {
        padding-top: 0 !important
    }
    .ecwid-productBrowser-productsGrid-mainTable {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:400px) {
    .ecwid-productBrowser-productsList-detailsCell {
        padding: 20px 20px 20px 10px !important
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    background-color: #efefef;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    line-height: 1.7
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.2
}

h1,
h2,
h3,
h4,
h5,
h6,
#mainmenu,
.sporty-submenu-wrapper,
.sporty-site-title,
.scores-title,
.page-title,
.sporty-latest-results,
.logos-title,
#toggleMenu,
#mobile-menu,
.resp-tabs-list li,
.dysania-filters li a,
.ytv-list-header span,
.zeus-info,
.zeus-text-right,
.zeus-text-left,
.zeus-text-center,
.date-without-thumb,
input,
.button,
.blogpager a {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.clear {
    clear: both
}

p {
    line-height: 1.7;
    margin: 0 0 30px;
    font-weight: 400
}

p:last-child {
    margin-bottom: 0
}

a {
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear
}

a:hover {
    text-decoration: underline
}

strong,
.item-client,
.comments .meta {
    font-weight: 700
}

i,
em,
blockquote {
    font-style: italic
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, .1)
}

label {
    font-weight: 400;
    line-height: 1.7
}

blockquote {
    line-height: 1.7;
    padding: 30px;
    margin: 0 0 30px;
    position: relative
}

blockquote cite {
    font-style: italic;
    line-height: 1.7;
    display: block;
    margin-top: 20px;
    text-align: right
}

.responsive-img {
    width: 100% !important;
    height: auto !important
}

.list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0
}

.list li {
    margin-top: 15px;
    margin-bottom: 15px
}

.list li:last-child {
    margin-bottom: 0
}

.withoutdesc {
    margin-bottom: 0 !important
}

dl,
ol,
ul {
    margin-bottom: 30px
}

ol ol,
ul ul {
    margin: 0
}

dd {
    margin: 0 0 20px
}

dt {
    font-weight: 700
}

code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 15px
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

address {
    margin-bottom: 30px
}

table {
    margin: 2rem 0;
    table-layout: auto;
    width: 100%
}

table:not([class]) {
    border-collapse: collapse
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid #ddd
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px
}

.nospace {
    margin: 0 !important
}

#mobile-menu {
    position: relative;
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 9;
    text-decoration: none !important
}

#mobile-menu:after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    top: 2px;
    right: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#submenu-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 0px auto;
    position: relative
}

.sporty-submenu-wrapper {
    padding: 20px 40px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.sporty-submenu-wrapper a {
    text-decoration: none !important
}

.sporty-submenu-table {
    display: table;
    table-layout: auto;
    width: 100%
}

.sporty-submenu-left,
.sporty-submenu-right {
    display: table-cell;
    vertical-align: middle
}

.sporty-submenu-right {
    text-align: right
}

.sporty-submenu-left {
    text-align: left
}

#sporty-submenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#sporty-submenu ul li {
    display: inline-block;
    padding-right: 15px
}

#header {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 0px auto;
    position: relative;
    height: auto;
    padding: 0
}

.sporty-logo-wrapper {
    padding: 25px 40px;
    display: block
}

.sporty-logo {
    display: table;
    table-layout: auto;
    width: 100%
}

.sporty-logo a {
    display: block
}

.sporty-logo img {
    vertical-align: bottom
}

#header .sporty-logo img {
    max-height: 90px;
    max-width: 200px
}

.sporty-logo-fullwidth {
    display: block;
    margin: 0;
    padding: 0
}

.sporty-logo-fullwidth img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.sporty-logo-center,
.sporty-logo-left,
.sporty-logo-right {
    display: table-cell;
    vertical-align: middle
}

.sporty-logo-center {
    text-align: center
}

.sporty-logo-center .sporty-site-title {
    margin-top: 15px
}

.sporty-logo-right {
    text-align: right
}

.sporty-logo-left {
    text-align: left
}

.sporty-site-title,
.sporty-site-desc {
    display: block;
    line-height: 1.2
}

.sporty-site-desc {
    font-size: 18px;
    font-style: italic
}

#mainmenu-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 0px auto;
    position: relative
}

#toggleMenu {
    position: relative;
    display: none;
    list-style: none;
    padding: 20px 40px;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    text-decoration: none !important
}

#toggleMenu:after {
    font-family: 'FontAwesome';
    content: "\f0c9";
    position: absolute;
    top: 25px;
    right: 40px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#mainmenu {
    list-style: none;
    *zoom: 1;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 40px;
    z-index: 9998;
    pointer-events: none;
    position: relative
}

#mainmenu:before,
#mainmenu:after {
    content: " ";
    display: table
}

#mainmenu:after {
    clear: both
}

#mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#mainmenu a {
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear
}

#mainmenu a:hover {
    text-decoration: underline
}

#mainmenu>li>a {
    padding: 15px 20px
}

#mainmenu ul li a {
    padding: 0px 12px;
    display: inline-block;
    position: relative;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    -ms-transition: padding .2s linear;
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 90%
}


#mainmenu li:hover,
#mainmenu li:hover ul {
    z-index: 99999
}

#mainmenu li {
    position: relative
}

#mainmenu>li {
    float: left
}

#mainmenu>li>a {
    display: block
}

#mainmenu li ul {
    position: absolute;
    left: -9999px
}

#mainmenu>li.hover>ul {
    left: 0
}

#mainmenu li li.hover ul {
    left: 100%;
    top: 0;
    padding-top: 0
}

#mainmenu li li a {
    display: block;
    position: relative;
    z-index: 100
}

#mainmenu li li li a {
    z-index: 200
}

.scores-title {
    padding: 25px 40px;
    position: relative;
    line-height: 1
}

#fixture {
    width: 100%;
    height: auto;
    z-index: 9;
    overflow: hidden !important;
    position: relative
}

#sporty-fixture-box .bx-wrapper {
    padding-bottom: 0
}

.sporty-latest-results-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px
}

.sporty-latest-results-left,
.sporty-latest-results-right,
.sporty-latest-results-center {
    display: table-cell;
    vertical-align: top
}

.sporty-latest-results-left {
    text-align: left
}

.sporty-latest-results-right {
    text-align: right
}

.sporty-latest-results-center {
    text-align: center;
    width: 20%
}

.sporty-latest-results-left div,
.sporty-latest-results-right div,
.sporty-latest-results-center div {
    font-size: 20px;
    display: block;
    line-height: 1;
    padding: 20px
}

.sporty-latest-results-center div {
    margin: 0 5px
}

div.sporty-match-info {
    display: block;
    line-height: 1
}

.sporty-match-date {
    display: block
}

div.sporty-match-info a {
    display: inline-block;
    margin-top: 10px
}

#logos {
    width: 100%;
    height: auto;
    z-index: 9;
    overflow: hidden !important;
    position: relative
}

.logos-title {
    padding: 25px 40px;
    position: relative;
    line-height: 1
}

#logos img {
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out
}

#logos img:hover {
    opacity: 1
}

.maincontainer {
    width: 100%;
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    vertical-align: bottom
}

.pagecontainer {
    padding: 40px;
    position: relative;
    display: table;
    table-layout: fixed;
    margin: 0;
    vertical-align: bottom;
    width: 100%
}

.pagecontainer.using-grid {
    padding: 40px 0
}

.page-img {
    display: block;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.leftcontainer {
    display: table-cell;
    width: 75%;
    padding-right: 20px;
    vertical-align: top
}

.leftcontainer.fullwidth {
    width: 100%;
    padding: 0
}

.rightcontainer {
    display: table-cell;
    width: 25%;
    padding-left: 20px;
    vertical-align: top
}

.rightcontainer img {
    -webkit-backface-visibility: hidden
}

.rightcontainer .dysania-grid li {
    border: none !important
}

.sidebarbox {
    clear: both;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.sidebarbox ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebarbox select {
    width: 100%
}

#footer .sidebarbox,
.sidebarbox.widget_sporty-season-widget,
.sidebarbox.widget_search,
.sidebarbox.widget_sow-image {
    padding: 0;
    border: none
}

.rightcontainer .sidebarbox:last-child {
    margin-bottom: 0
}

.transparent-bg {
    margin: 0;
    position: relative;
    height: auto;
    padding: 40px
}

.page-title {
    padding: 15px 40px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.page-title h1 {
    margin: 0 !important;
    padding: 10px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.fixresult-title {
    padding: 20px 40px;
    position: relative;
    text-transform: uppercase
}

.fixresult-title:before {
    font-family: 'FontAwesome';
    content: "\f073";
    font-weight: 400;
    font-size: 90%;
    margin-right: 3px;
    vertical-align: 5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.post {
    margin-bottom: 30px
}

.post figure {
    position: relative;
    margin: 0
}

.post figure img {
    width: 100%;
    display: block;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden
}

.post figure:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.post h3 {
    padding: 0;
    margin: 0 0 20px
}

.post h3 a:hover {
    text-decoration: none
}

.sporty-masonry-cats {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    margin: 0;
    padding: 0;
    list-style: none
}

.sporty-masonry-cats li {
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 4px
}

.sporty-masonry-cats li a {
    text-decoration: none;
    font-size: 90%
}

.postbox {
    padding: 40px 30px
}

.postbox .read-more {
    font-weight: 700
}

.post figure {
    overflow: hidden
}

.post figure img {
    width: 100%
}

.postbox-date {
    text-decoration: none !important
}

.blogpostdate {
    margin-bottom: 40px
}

.blogpostdate:before {
    font-family: 'FontAwesome';
    content: "\f073";
    font-weight: 400;
    font-size: 90%;
    margin-right: 10px;
    vertical-align: 10%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.blogmetadata {
    margin: 40px 0;
    padding: 30px;
    border-left: 3px solid rgba(0, 0, 0, .1)
}

.blogmetadata>div {
    margin-bottom: 5px
}

.blogmetadata>div:last-of-type {
    margin-bottom: 0
}

body.sporty .post-nav-links {
    font-weight: 700;
    display: flex;
    align-items: center
}

body.sporty .post-page-numbers {
    padding: 0;
    line-height: 36px;
    margin-left: 5px;
    background: #efefef;
    min-width: 36px;
    text-align: center
}

.sporty-pager ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sporty-pager ul li {
    margin: 0 2px
}

.sporty-pager ul li a,
.sporty-pager ul li span {
    display: block;
    padding: 0 10px;
    min-width: 40px
}

.sporty-pager ul li a {
    text-decoration: none
}

.blogpager {
    display: block;
    line-height: 1;
    text-align: right;
    padding: 20px;
    text-transform: uppercase
}

.tagcloud {
    display: inline-block
}

.tagcloud a,
a[class^=tag] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    border-left: 3px solid rgba(0, 0, 0, .1)
}

.tagcloud a:hover,
a[class^=tag]:hover {
    text-decoration: none
}

.sidebarbox img {
    max-width: 100%;
    height: auto
}

.widget_nav_menu div ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_archives ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom
}

.widget_nav_menu div ul>li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_archives ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.recentcomments {
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.recentcomments a {
    font-size: 15px;
    text-transform: none
}

.recentcomments,
.recentcomments a.url {
    font-size: 12px;
    text-transform: uppercase
}

.widget_nav_menu div ul>li li,
.widget_recent_entries ul li li,
.widget_categories ul li li,
.widget_pages ul li li,
.widget_archive ul li li,
.widget_archives ul li li {
    border: none
}

.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_archives ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu div ul>li:last-child,
.recentcomments:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.widget_recent_comments ul li a {
    display: inline-block
}

.widget_recent_comments ul li span {
    position: relative;
    display: inline-block
}

.widget_nav_menu div ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul {
    padding-left: 12px
}

.widget_nav_menu div ul ul,
.widget_categories ul ul,
.widget_pages ul ul {
    padding-top: 0;
    margin-top: 12px;
    margin-bottom: 3px
}

.widget_nav_menu div ul.sub-menu li,
.widget_categories ul.children li,
.widget_pages ul.children li {
    margin-bottom: 0
}

.widget_categories ul li {
    position: relative
}

.widget_recent_entries ul li span.post-date {
    display: block;
    margin: .2rem 0 0;
    position: relative;
    font-size: 80%;
    text-transform: uppercase
}

.widget_categories ul li span {
    position: absolute;
    right: 0;
    top: 1px;
    height: 24px;
    min-width: 24px;
    text-align: center;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 80%;
    line-height: 24px
}

.widget_rss div,
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 80%
}

.widget_rss ul li .rssSummary {
    margin-bottom: 12px
}

.widget_rss ul li .rss-date {
    margin-bottom: 12px;
    display: block;
    position: relative
}

.widget_rss cite {
    font-style: italic
}

.widget_rss a {
    font-weight: 700
}

.widget_rss ul li .rss-date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 5px
}

.widget_rss ul li cite {
    text-align: right;
    display: block
}

#recentcomments a {
    display: block !important
}

#footer .widget_nav_menu div ul>li,
#footer .widget_recent_entries ul li,
#footer .widget_categories ul li,
#footer .widget_recent_comments ul li,
#footer .widget_pages ul li,
#footer .widget_meta ul li,
#footer .widget_archive ul li,
#footer .widget_archives ul li,
#footer .widget_recent-posts ul li,
#footer .widget_rss ul li,
#footer .recentcomments {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.widget_calendar {
    float: none;
    width: 100%
}

#wp-calendar {
    width: 100%;
    margin-bottom: 0 !important
}

#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px
}

#wp-calendar tbody td {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 8px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

#wp-calendar tbody td a {
    text-decoration: underline
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

.sporty_comments_block,
.sporty_comment_form {
    position: relative;
    display: block;
    margin-top: 40px
}

.sporty_comments_block {
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.comment-respond {
    padding: 30px 30px 0;
    border: 1px solid rgba(0, 0, 0, .1)
}

.sporty_commentlist .comment-respond {
    margin: 0 0 20px
}

.sporty-comments-title {
    position: relative;
    display: block
}

.sporty-comments-title span {
    font-size: 80%;
    margin-left: 10px;
    vertical-align: 10%
}

.sporty_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    table-layout: fixed;
    border: 1px solid #ddd
}

.sporty_comment_inner {
    display: table-row
}

.sporty_comment_left,
.sporty_comment_right {
    display: table-cell;
    vertical-align: top
}

.sporty_comment_left {
    width: 60px
}

.sporty_comment_right {
    width: 100%
}

.sporty_comment_right_inner {
    padding-left: 20px;
    position: relative
}

.sporty_comment_right_inner.sporty_no_avatar {
    padding: 0 !important
}

.sporty_commentlist,
.sporty_comments_block .children {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.sporty_comments_block .children li {
    position: relative;
    padding-left: 40px
}

.sporty_comments_block .children li:before {
    font-family: 'FontAwesome';
    content: "\f122";
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 5px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sporty_fn,
.sporty_comment_text {
    margin-bottom: 10px;
    display: block;
    font-style: normal
}

.sporty_fn {
    font-weight: 700
}

.sporty_cancel {
    float: right
}

.sporty_cancel a {
    vertical-align: top;
    padding: 5px 10px;
    font-size: 50%;
    text-transform: uppercase;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

#respond form {
    margin-bottom: 40px
}

p.logged-in-as {
    margin-bottom: 20px;
    margin-top: -20px
}

.sporty-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px
}

.sporty-pager.comments-pager a {
    padding: 10px 15px
}

.sporty_comment blockquote {
    padding: 0;
    text-indent: 0px;
    border: none !important;
    background-color: transparent !important
}

.sporty_comments pre {
    padding: 0
}

.sporty_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    font-weight: 700
}

.sporty_comments_rss .fa {
    margin-right: 5px
}

p.form-submit {
    margin: 0
}

.sporty_comment_links {
    display: inline-block;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    font-size: 90%
}

.sporty_comment_links a {
    color: inherit
}

.sporty_comment_links a:hover {
    text-decoration: underline
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=date],
input[type=password],
textarea {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 20px;
    padding: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    outline: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .1)
}

#contactForm input[type=submit] {
    margin: 0
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
input[type=password]:focus {
    outline: none !important
}

textarea {
    height: 100px;
    width: 100%
}

.button,
input[type=submit] {
    width: auto;
    cursor: pointer;
    display: inline-block;
    line-height: 1.7;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    border: none !important
}

.searchbox {
    display: table;
    table-layout: fixed
}

.searchbox .searchbox-left,
.searchbox .searchbox-right {
    display: table-cell;
    vertical-align: top
}

.searchbox .searchbox-left {
    width: 100%
}

input[type=text].searchtext {
    margin: 0
}

.searchbox .searchbox-right .button {
    padding: 16px 20px;
    margin: 0
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    border-width: 0 0 0 3px !important;
    padding: 20px;
    margin: 30px 0 0
}

.wpcf7-form select {
    padding: 10px
}

.sidebarbox-title {
    position: relative
}

.sidebarbox-title h3 {
    margin: 0;
    padding: 15px
}

.fixture-wrapper {
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none
}

.fixture-row {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fixture-row a {
    display: block
}

.fixture-row a:hover {
    text-decoration: none
}

.fixture-row-date .fa {
    margin-right: 3px
}

.fixture-row-date span {
    padding-right: 30px
}

.fixture-row-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-weight: 700
}

.fixture-row-left,
.fixture-row-right,
.fixture-row-center {
    display: table-cell;
    vertical-align: top
}

.fixture-row-left,
.fixture-row-right {
    width: 36%
}

.fixture-row-center {
    width: 4%
}

.fixture-row-left {
    text-align: left
}

.fixture-row-right {
    text-align: right
}

.fixture-row-center {
    text-align: center
}

.button-widget {
    margin: 0 !important;
    width: 100%
}

body.sporty .alignleft {
    float: left;
    margin: 0 40px 40px 0
}

body.sporty .alignright {
    float: right;
    margin: 0 0 40px 40px
}

body.sporty .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

body.sporty img.alignnone {
    float: none
}

body.sporty .caption-image .alignleft,
body.sporty .caption-image .alignright {
    float: none !important
}

body.sporty img.size-full,
body.sporty img.size-large,
body.sporty img.header-image,
body.sporty img.wp-post-image,
body.sporty img.alignnone,
body.sporty img.alignright,
body.sporty img.aligncenter,
body.sporty img.alignleft {
    max-width: 100%;
    height: auto
}

body.sporty .wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 40px
}

body.sporty .wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0;
    vertical-align: bottom
}

body.sporty .wp-caption-text {
    margin: 0;
    padding: 10px;
    font-size: 15px
}

body.sporty .gallery-caption {
    font-weight: 700
}

body.sporty .bypostauthor {
    font-weight: 400
}

body.sporty .form-allowed-tags {
    font-size: 80%
}

.form-allowed-tags {
    font-size: 13px
}

.post-password-form {
    margin-bottom: 40px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post-password-form label {
    line-height: 1.7
}

.message {
    margin-top: 30px
}

.message h1,
.message h2,
.message h3,
.message h4,
.message h5,
.message h6 {
    margin-bottom: 10px
}

.form-allowed-tags {
    font-size: 10px;
    margin-bottom: 5px
}

.errorbox {
    margin-top: 25px
}

.sidebarbox select {
    padding: 5px
}

body.sporty .alignfull,
body.sporty .alignwide,
body.sporty .aligncenter,
body.sporty .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both
}

body.sporty .wp-block-cover-image.alignfull {
    width: auto
}

body.sporty .wp-block-media-text,
body.sporty .wp-block-embed,
body.sporty .wp-block-image,
body.sporty .wp-block-gallery,
body.sporty .wp-block-cover-image,
body.sporty .wp-block-audio,
body.sporty .wp-block-code,
body.sporty .wp-block-button,
body.sporty .wp-block-video,
body.sporty .wp-block-verse,
body.sporty .wp-block-preformatted,
body.sporty .wp-block-latest-comments {
    margin-bottom: 3rem
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 2rem
}

.wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom: 0
}

.wp-block-audio audio {
    width: 100%
}

.wp-block-columns {
    margin: 0 -20px
}

.wp-block-column {
    padding: 0 20px
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 15px 5px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5
}

.wp-block-gallery a {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.wp-block-gallery a:hover,
.wp-block-gallery a:focus {
    opacity: .7
}

.wp-block-cover-image-text {
    font-weight: 700
}

.wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px
}

.wp-block-video iframe,
.wp-block-video object,
.wp-block-video embed,
.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none
}

table.wp-block-table {
    border-collapse: collapse
}

table.wp-block-table,
table.wp-block-table th,
table.wp-block-table td {
    border: 1px solid #ddd
}

table.wp-block-table th,
table.wp-block-table td {
    padding: 10px 15px
}

.wp-block-table.is-style-stripes {
    border-color: #ddd
}

.wp-block-archives,
.wp-block-categories-list,
.wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem;
    vertical-align: bottom
}

.wp-block-archives li a,
.wp-block-categories-list li a,
.wp-block-latest-posts li a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    line-height: 1.5
}

.wp-block-archives li,
.wp-block-categories-list li,
.wp-block-latest-posts li {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-categories-list li li {
    border: none
}

.wp-block-archives li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-latest-posts li:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.wp-block-archives li ul,
.wp-block-categories-list li ul {
    padding-left: 15px
}

.wp-block-archives ul,
.wp-block-categories-list ul {
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 2px;
    list-style: none
}

.wp-block-categories-list li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1
}

.wp-block-latest-comments {
    padding: 0
}

.wp-block-latest-comments li {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-latest-comments__comment-excerpt p {
    margin: 15px 0 0
}

.wp-block-latest-comments li:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
    font-size: 15px
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 40px 0;
    padding: 30px
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 18px;
    line-height: 1.8
}

.wp-block-pullquote {
    padding: 0;
    border: none;
    background: 0 0
}

.wp-block-pullquote blockquote {
    border: none
}

.wp-block-pullquote p {
    font-size: 1.5rem !important;
    line-height: 1.8
}

#footer {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    color: rgba(255, 255, 255, .5)
}

#footer-widgets {
    position: relative;
    max-width: 1500px;
    width: 100%;
    height: auto;
    clear: both;
    display: inline-block;
    padding: 40px 20px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    vertical-align: bottom
}

#footer a,
#footer p {
    color: rgba(255, 255, 255, .5)
}

#footer-widgets .footer-widget {
    height: auto;
    float: left;
    padding-bottom: 0
}

#footer-widgets .footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer-widgets .footer-widget ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#footer-widgets .footer-widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

#footer-widgets .footer-widget a {
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

#footer-widgets .footer-widget a:hover {
    text-decoration: none
}

.sporty-credits {
    font-size: 80%
}

.first-clmn {
    padding: 0 20px;
    width: 33.333%
}

.second-clmn {
    padding: 0 20px;
    width: 33.333%
}

.third-clmn {
    padding: 0 20px;
    width: 33.333%
}

.sporty-credits-wrapper {
    display: table;
    table-layout: auto;
    width: 100%;
    padding: 20px 40px
}

.sporty-credits,
.sporty-footer-icons {
    display: table-cell;
    vertical-align: middle
}

.sporty-footer-icons {
    text-align: right
}

.sporty-social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 400
}

.sporty-social-icons li a {
    line-height: 1
}

.sporty-social-icons li {
    display: inline-block;
    margin: 0 0 0 15px
}

.sporty-share-buttons {
    display: block;
    margin: 40px 0 0
}

.sporty-share-buttons ul {
    margin: 0 !important
}

.sporty-share-buttons h5 {
    margin-bottom: 20px
}

#back-to-top {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    border-radius: 0;
    z-index: 99;
    border-radius: 100%
}

#back-to-top:hover {
    text-decoration: none;
    opacity: 1
}

#back-to-top:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    width: 100%;
    line-height: 50px;
    border-radius: 100%;
    font-family: 'FontAwesome';
    content: "\f077";
    speak: none;
    text-indent: 0em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

.dataTables_filter {
    margin-bottom: 15px
}

.paginate_disabled_previous:before,
.paginate_enabled_previous:before,
.paginate_disabled_next:after,
.paginate_enabled_next:after {
    display: none !important
}

.dataTables_paginate {
    padding: 0 !important
}

.tablepress thead th,
.tablepress tfoot th {
    font-weight: 400 !important
}

.tablepress tbody {
    border: 1px solid rgba(0, 0, 0, .1) !important
}

.tablepress thead {
    border: 1px solid rgba(0, 0, 0, .1) !important
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: 1px solid rgba(0, 0, 0, .1) !important
}

.tablepress thead th {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.sporty-iframe-wrapper {
    display: block;
    margin: 0 0 40px
}

.sporty-flex-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0
}

.sporty-flex-video.nomargin {
    margin: 0
}

.sporty-flex-video iframe,
.sporty-flex-video object,
.sporty-flex-video embed,
.sporty-flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none
}

iframe,
object,
embed,
video {
    max-width: 100%
}

.sporty-flex-video.widescreen {
    padding-bottom: 37.25%
}

.so-widget-sow-video .sporty-iframe-wrapper {
    margin: 0
}

div.sow-carousel-thumbnail a span.overlay {
    background-color: transparent !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

li.sow-carousel-item h3 {
    padding: 20px 10px;
    margin-top: 0 !important;
    text-transform: none
}

.animatedfast {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.dvteamgrid {
    -webkit-transition: height .4s linear;
    -moz-transition: height .4s linear;
    -o-transition: height .4s linear;
    -ms-transition: height .4s linear;
    transition: height .4s linear
}

.column {
    float: left
}

.column .grid-container {
    margin-bottom: 20px
}

.size-1of1 {
    width: 100%
}

.size-1of2 {
    width: 50%
}

.size-1of2:first-child {
    padding-right: 15px
}

.size-1of2:last-child {
    padding-left: 15px
}

.size-1of2 .grid-container {
    margin-bottom: 30px
}

.size-1of3 {
    width: 33.333%;
    padding-right: 20px
}

.size-1of3:first-child {
    padding-left: 0
}

.size-1of3:last-child {
    padding-right: 0
}

.size-1of4 {
    width: 25%
}

.size-1of4 {
    padding-right: 20px
}

.size-1of4:first-child {
    padding-left: 0
}

.size-1of4:last-child {
    padding-right: 0
}

.size-1of5 {
    width: 20%
}

.size-1of5 {
    padding-right: 20px
}

.size-1of5:first-child {
    padding-left: 0
}

.size-1of5:last-child {
    padding-right: 0
}

.masonry-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: bottom
}

#two-columns[data-columns]:before {
    content: '2 .column.size-1of2'
}

#three-columns[data-columns]:before {
    content: '3 .column.size-1of3'
}

#four-columns[data-columns]:before {
    content: '4 .column.size-1of4'
}

#five-columns[data-columns]:before {
    content: '5 .column.size-1of5'
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    #four-columns[data-columns]:before,
    #five-columns[data-columns]:before {
        content: '3 .column.size-1of3'
    }
}

@media only screen and (min-width:641px) and (max-width:1500px) {
    #three-columns[data-columns]:before,
    #four-columns[data-columns]:before,
    #five-columns[data-columns]:before {
        content: '2 .column.size-1of2'
    }
}

@media only screen and (max-width:640px) {
    #two-columns[data-columns]:before,
    #three-columns[data-columns]:before,
    #four-columns[data-columns]:before,
    #five-columns[data-columns]:before {
        content: '1 .column.size-1of1'
    }
}

@media only screen and (max-width:1200px) {
    #back-to-top {
        display: none !important
    }
}

@media only screen and (max-width:900px) {
    #mobile-menu {
        display: block
    }
    #sporty-submenu {
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding-top: 20px;
        margin-top: 20px
    }
    #sporty-submenu,
    .sporty-submenu-right .sporty-social-icons {
        display: none
    }
    .sporty-submenu-table,
    .sporty-submenu-left,
    .sporty-submenu-right {
        display: block;
        width: 100%
    }
    .sporty-submenu-right,
    .sporty-submenu-left {
        text-align: left
    }
    .sporty-submenu-right .sporty-social-icons li {
        display: inline-block;
        margin: 0 15px 0 0
    }
    .sporty-submenu-right .sporty-social-icons {
        padding-top: 15px
    }
    #mainmenu {
        float: none
    }
    #mainmenu>li {
        float: none
    }
    #mainmenu {
        float: none;
        line-height: 40px;
        padding: 0 40px
    }
    #mainmenu ul li:first-child {
        margin-top: 0
    }
    #mainmenu ul li:last-child {
        margin-bottom: 0
    }
    #mainmenu ul {
        display: block;
        width: 100% !important
    }
    #mainmenu>li.hover>ul,
    #mainmenu li li.hover ul {
        position: static
    }
    #mainmenu>li>.parent:after,
    #mainmenu li li .parent:after {
        font-family: 'FontAwesome';
        content: "\f078";
        position: absolute;
        top: 10px;
        right: 0;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    #mainmenu>li>a {
        padding: 8px 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
}

@media only screen and (max-width:800px) {
    .pagecontainer,
    .leftcontainer,
    .rightcontainer {
        display: block
    }
    .leftcontainer {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 40px
    }
    .rightcontainer {
        width: 100%;
        float: none;
        padding-left: 0
    }
    .first-clmn,
    .second-clmn,
    .third-clmn {
        width: 100%
    }
}

@media only screen and (max-width:640px) {
    .sporty-logo,
    .sporty-logo-left,
    .sporty-logo-right,
    .sporty-logo-center {
        display: block;
        width: 100%;
        text-align: center
    }
    .sporty-logo-right {
        margin-top: 20px
    }
    .sporty-latest-results-table,
    .sporty-latest-results-left,
    .sporty-latest-results-right,
    .sporty-latest-results-center {
        display: block;
        text-align: center;
        width: 100%
    }
    .sporty-latest-results-left div,
    .sporty-latest-results-right div,
    .sporty-latest-results-center div {
        display: inline-block
    }
    .sporty-latest-results-center div {
        margin: 5px 0
    }
    .sporty-match-info {
        text-align: center
    }
    #sporty-fixture-box .bx-wrapper {
        padding-bottom: 60px
    }
    .page-img {
        height: 250px
    }
}

@media screen and (max-width:600px) {
    .full_width>div:first-child,
    .one_half>div:first-child,
    .one_third>div:first-child,
    .two_third>div:first-child,
    .one_fourth>div:first-child,
    .three_fourth>div:first-child,
    .one_fifth>div:first-child,
    .two_fifth>div:first-child,
    .three_fifth>div:first-child,
    .four_fifth>div:first-child,
    .one_sixth>div:first-child {
        clear: both;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important
    }
    div.flex-video {
        margin-bottom: 20px !important
    }
}

@media screen and (max-width:480px) {
    #sporty-submenu ul li {
        display: block;
        padding-bottom: 10px
    }
    #toggleMenu,
    .sporty-submenu-wrapper,
    .sporty-logo-wrapper,
    .scores-title,
    .transparent-bg,
    .pagecontainer,
    .sidebarbox,
    .logos-title {
        padding: 20px
    }
    .page-title {
        padding: 15px 20px
    }
    #toggleMenu:after {
        right: 20px
    }
    #mainmenu {
        padding: 0 20px
    }
    .post,
    .leftcontainer,
    .sidebarbox {
        margin-bottom: 20px
    }
    #footer-widgets {
        padding: 40px 0 0
    }
    #footer .sidebarbox {
        margin-bottom: 40px
    }
    .sporty-credits-wrapper,
    .sporty-credits,
    .sporty-footer-icons {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 2
    }
    .sporty-credits-wrapper {
        padding: 20px
    }
    blockquote {
        padding: 15px
    }
    .fixture-row-inner,
    .fixture-row-left,
    .fixture-row-right,
    .fixture-row-center {
        display: block;
        width: 100%;
        text-align: center
    }
    .fixture-row-date {
        margin-top: 15px;
        text-align: center
    }
    .sporty_comments_block .children li {
        padding-left: 0
    }
    .sporty_comment {
        padding: 20px
    }
    .sporty_comments_block .children li:before {
        top: -7px;
        left: 0
    }
    .sporty_comment_left {
        display: none
    }
    .sporty_comment_right_inner {
        padding-left: 0
    }
    #footer .sporty-social-icons li {
        display: inline-block;
        margin: 0 7px
    }
}

@media (max-width:767px) {
    .tablepress-responsive-phone thead tr,
    .tablepress-responsive-phone thead th,
    .tablepress-responsive-phone tbody td {
        border: none !important
    }
}

@media (max-width:979px) {
    .tablepress-responsive-tablet thead tr,
    .tablepress-responsive-tablet thead th,
    .tablepress-responsive-tablet tbody td {
        border: none !important
    }
}

@media (max-width:1199px) {
    .tablepress-responsive-desktop thead tr,
    .tablepress-responsive-desktop thead th,
    .tablepress-responsive-desktop tbody td {
        border: none !important
    }
}

.tablepress-responsive-all thead tr,
.tablepress-responsive-all thead th,
.tablepress-responsive-all tbody td {
    border: none !important
}

#header .sporty-logo img {
    height: 120px
}

body,
p,
label,
blockquote,
.next a,
.previous a,
.tablepress-id-N tbody td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
#mainmenu,
.sporty-submenu-wrapper,
.sporty-site-title,
.scores-title,
.page-title,
.sporty-latest-results,
.logos-title,
#toggleMenu,
#mobile-menu,
.resp-tabs-list li,
.dysania-filters li a,
.ytv-list-header span,
.zeus-info,
.zeus-text-right,
.zeus-text-left,
.zeus-text-center,
.date-without-thumb,
.fixresult-title,
.blogpostdate {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
p,
label,
input,
textarea,
.button,
.tablepress-id-N tbody td,
.tooltipster-default .tooltipster-content {
    font-size: 15px
}

.sporty-site-title {
    font-size: 34px
}

h1,
.page-title {
    font-size: 34px
}

h2,
.zeus-text-right,
.zeus-text-left {
    font-size: 30px
}

h3,
.logos-title,
.zeus-info,
.scores-title,
#toggleMenu {
    font-size: 26px
}

h4 {
    font-size: 22px
}

h5,
.blogpostdate,
.fixresult-title,
.sporty-site-desc {
    font-size: 20px
}

h6,
.ytv-list-header span,
.sporty-match-info,
blockquote p,
blockquote {
    font-size: 18px
}

#mobile-menu,
#mainmenu,
.resp-tabs-list li,
h2.resp-accordion {
    font-size: 14px
}

.sporty-submenu-wrapper {
    font-size: 16px
}

#mainmenu ul {
    width: 14em
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #3b5998
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #3b5998
}

body,
p,
.bx-wrapper .bx-pager,
.blogmetadata a,
.sporty-pager ul li a {
    color: #616161
}

#fakeloader {
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
.post h3 a,
.postbox-date,
.blogpostdate {
    color: #000
}

a,
.post h3 a:hover,
.postbox-date:hover {
    color: #8dbdfc
}

.label,
.zeus-default,
.zeus-text-right,
.zeus-default,
.zeus-default .zeus-content h1,
.zeus-default .zeus-content h2,
.zeus-default .zeus-content h3,
.zeus-default .zeus-info {
    color: #fff;
    background-color: #000
}

blockquote {
    border-left: 3px solid #c00;
    background-color: #efefef
}

.double-bounce1,
.double-bounce2,
.container1>div,
.container2>div,
.container3>div,
.dot1,
.dot2,
.spinner4,
.cube1,
.cube2,
.spinner6>div,
.spinner7 div:before,
.spinner7 div:after,
.spinner7 div,
.flex-direction-nav .flex-next,
.zeus-default,
.flex-direction-nav .flex-prev {
    background-color: #000
}

.flex-direction-nav li a:hover,
.zeus-default .zeus-info {
    background-color: #c00
}

.flex-title,
.zeus-text-left,
.zeus-text-right {
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

.flex-title h1,
.flex-title h2,
.flex-title h3,
.flex-title h4,
.flex-title h4,
.flex-title h6 {
    color: #fff
}

.flex-title p {
    color: #efefef
}

.bx-wrapper .bx-pager.bx-default-pager a,
.sporty-pager ul li a {
    background: #616161
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-caption {
    background-color: rgba(0, 0, 0, .8)
}

#youtube-wrapper {
    background-color: #000
}

.ytv-canvas {
    background: #000
}

.ytv-canvas ::-webkit-scrollbar-thumb {
    background: #c00
}

.ytv-list .ytv-active a {
    color: #c00
}

.ytv-list a,
.sporty-masonry-cats li a {
    color: #fff
}

.ytv-list a:hover {
    color: #c00
}

.ytv-list .ytv-thumb span {
    color: #fff;
    background-color: rgba(0, 0, 0, .8)
}

.ytv-playlists {
    background: rgba(0, 0, 0, .8)
}

.sporty-submenu-wrapper a {
    color: #000
}

.sporty-submenu-wrapper a:hover,
.sporty-pager ul li a:hover {
    color: #c00
}

#header,
.sporty-submenu-wrapper {
    background-color: #ffffff;
}

#header .sporty-site-title,
#header .sporty-site-desc {
    color: #000
}

.sporty-submenu-right a {
    color: #000
}

#mainmenu-container,
.sporty-masonry-cats li {
    background: #000
}

#mainmenu-container a#toggleMenu {
    background: #000;
    color: #fff
}

#mainmenu {
    background: #000000
}

#mainmenu a {
    color: #fff;
    background-color: #000000
}

#mainmenu ul li a {
    background-color: #ffffff
}

#mainmenu>li:hover>a {

	background-color: #3b5998!important;
}

.scores-title {
    background-color: #000;
    color: #fff
}

.sporty-latest-results-left div,
.sporty-latest-results-right div,
.sporty-latest-results-center div {
    background: #fff
}

.sporty-latest-results-left div,
.sporty-latest-results-right div,
div.sporty-match-info,
.sporty-pager ul li span.current {
    color: #000
}

.sporty-latest-results-center div {
    color: #c00
}

.logos-title {
    background-color: #000;
    color: #fff
}

.pagecontainer,
.page-img {
    background-color: #fff
}

.transparent-bg {
    background-color: rgba(255, 255, 255, .7)
}

.page-title {
    background-color: #000;
    color: #fff
}

.page-title h1 {
    color: #fff
}

.fixresult-title {
    background-color: #efefef;
    color: #000
}

.postbox,
.sporty-pager ul li a,
.sporty-pager ul li span,
.blogpager {
    background: #efefef
}

.post figcaption {
    background-color: #c00;
    color: #fff
}

.post figcaption h2 {
    color: #fff
}

.sidebarbox ul li a {
    color: #616161
}

.sidebarbox ul li a:hover {
    color: #c00
}

.blogmetadata {
    background: #efefef
}

.sporty_cancel a {
    color: #fff;
    background-color: #c00
}

.tagcloud a,
a[class^=tag] {
    color: #616161;
    background-color: #efefef
}

.tagcloud a:hover,
a[class^=tag]:hover {
    background-color: #c00;
    color: #fff
}

#footer .tagcloud a,
#footer a[class^=tag] {
    border-left: 3px solid #c00;
    background-color: rgba(255, 255, 255, .1) !important
}

.widget_categories ul li span {
    background-color: #efefef;
    color: #000
}

#footer .widget_categories ul li span {
    color: #fff
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=password],
textarea {
    color: #000;
    background-color: #fff
}

input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #000
}

.button,
input[type=submit] {
    color: #fff !important;
    background-color: #000
}

.button:hover,
input[type=submit]:hover {
    background-color: #c00
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    background-color: #efefef
}

.sidebarbox-title h3 {
    color: #fff;
    background-color: #000
}

.fixture-row:nth-child(even) {
    background: #efefef
}

.fixture-row a {
    color: #616161
}

.fixture-row a:hover {
    color: #c00
}

.teamlist li a {
    color: #616161
}

.teamlist li a:hover {
    color: #c00
}

.teamlist-popup,
.custom-popup {
    background: #fff
}

.caption-image img {
    border: 5px solid #efefef
}

.caption-image figcaption {
    background-color: #efefef
}

.black {
    background-color: #000
}

.red {
    background-color: #c00
}

.message,
.message h5,
.message p {
    color: #fff
}

#footer {
    background-color: #373542
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #fff
}

#footer a:hover {
    color: #fff
}

.social-icon {
    background-color: #000
}

.social-icon:hover {
    background-color: #c00
}

#social-icons-menu .social-icons-container {
    background-color: #000;
    border-bottom: 3px solid #c00
}

#back-to-top {
    background-color: #c00
}

.mfp-bg {
    background: #000
}

.mfp-preloader {
    color: #efefef
}

.mfp-preloader a {
    color: #efefef
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-close {
    color: #fff
}

.mfp-close-btn-in .mfp-close {
    color: #000
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff
}

.mfp-counter {
    color: #efefef
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 27px solid #000
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #000
}

.mfp-title {
    color: #efefef
}

h2.resp-tab-active {
    background-color: #c00;
    color: #fff
}

h2.resp-accordion:hover {
    color: #fff;
    background-color: #000
}

.resp-vtabs .resp-tabs-container {
    background-color: #fff
}

h2.resp-tab-active {
    background-color: #000;
    color: #fff
}

body.sporty .tablepress-id-N .row-X td {
    background-color: #fff
}

body.sporty .tablepress thead th,
body.sporty .tablepress tfoot th {
    color: #fff;
    background-color: #000
}

body.sporty .tablepress thead th:hover,
body.sporty .tablepress tfoot th:hover {
    background-color: #c00
}

body.sporty .tablepress .odd td {
    background-color: #fff
}

body.sporty .tablepress .even td {
    background-color: #fff
}

body.sporty .tablepress .row-hover tr:hover td {
    background-color: #efefef
}

body.sporty .tablepress-id-N tbody td {
    color: #616161
}

li.sow-carousel-item h3 {
    background: #efefef
}

@media only screen and (max-width:800px) {
    .sporty-site-title {
        font-size: 30px
    }
    h1,
    .page-title {
        font-size: 30px
    }
    h2,
    .zeus-text-right,
    .zeus-text-left {
        font-size: 26px
    }
    h3,
    .logos-title,
    .zeus-info,
    .scores-title,
    #toggleMenu {
        font-size: 24px
    }
    h4 {
        font-size: 20px
    }
    h5,
    .blogpostdate,
    .fixresult-title,
    .sporty-site-desc {
        font-size: 18px
    }
}

body {
    background-image: url(/player/images/bg1.jpg)
}

#mainmenu ul {
    width: 8.9286em
}

.flex-title,
.zeus-text-left,
.zeus-text-right,
.bx-wrapper .bx-caption,
.ytv-list .ytv-thumb span,
.ytv-playlists {
    background-color: rgba(0, 0, 0, .8)
}

@font-face {
    font-family: TablePress;
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'), url(//sporty-wp.wp4life.com/wp-content/plugins/tablepress/css/tablepress.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.tablepress-table-description {
    clear: both;
    display: block
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none
}

.tablepress td,
.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important
}

.tablepress tbody td {
    vertical-align: top
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: 1px solid #ddd
}

.tablepress tbody tr:first-child td {
    border-top: 0
}

.tablepress thead th {
    border-bottom: 1px solid #ddd
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle
}

.tablepress .odd td {
    background-color: #f9f9f9
}

.tablepress .even td {
    background-color: #fff
}

.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3
}

.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none
}

.dataTables_wrapper {
    clear: both;
    margin-bottom: 1em
}

.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0 !important
}

.dataTables_length {
    float: left;
    white-space: nowrap
}

.dataTables_filter {
    float: right;
    white-space: nowrap
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0
}

.dataTables_paginate {
    float: right;
    margin: 4px 0 0
}

.dataTables_paginate a {
    color: #111 !important;
    display: inline-block;
    outline: 0;
    position: relative;
    text-decoration: underline;
    margin: 0 5px
}

.dataTables_paginate a:first-child {
    margin-left: 0
}

.dataTables_paginate a:last-child {
    margin-right: 0
}

.paginate_button:hover {
    cursor: pointer;
    text-decoration: none
}

.paginate_button.disabled {
    color: #999 !important;
    text-decoration: none;
    cursor: default
}

.paginate_button.current {
    font-weight: 700;
    text-decoration: none;
    cursor: default
}

.dataTables_paginate.paging_simple {
    padding: 0 15px
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
    text-align: left;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    content: "\f053";
    text-shadow: .1em .1em #666;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -14px;
    margin: auto;
    height: 14px;
    width: 14px;
    line-height: 1
}

.paging_simple .paginate_button.next:after {
    text-align: right;
    content: "\f054";
    left: auto
}

.paginate_button:after,
.paginate_button:before {
    color: #d9edf7
}

.paginate_button:hover:after,
.paginate_button:hover:before {
    color: #049cdb
}

.paginate_button.disabled:after,
.paginate_button.disabled:before {
    color: #f9f9f9
}

.dataTables_processing {
    display: none
}

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    outline: 0
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
    font-family: TablePress;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 6px;
    margin: auto;
    height: 14px;
    line-height: 1
}

.tablepress .sorting:after {
    content: "\f0dc"
}

.tablepress .sorting_asc:after {
    content: "\f0d8";
    padding: 0 0 2px
}

.tablepress .sorting_desc:after {
    content: "\f0d7"
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: #049cdb
}

.dataTables_scrollBody .tablepress thead th:after {
    content: ""
}

.dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
    display: inline;
    margin: 2px;
    width: auto
}

.tablepress thead th,
.tablepress tfoot th {
    font-weight: 400
}

.tablepress-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:767px) {
    .tablepress-responsive-stack-phone thead {
        display: none
    }
    .tablepress-responsive-stack-phone tbody td {
        display: block;
        text-align: center;
        border-top: none
    }
    .tablepress-responsive-stack-phone tbody td:first-child {
        border-top: 1px solid #ddd
    }
}

@media (max-width:979px) {
    .tablepress-responsive-stack-tablet thead {
        display: none
    }
    .tablepress-responsive-stack-tablet tbody td {
        display: block;
        text-align: center;
        border-top: none
    }
    .tablepress-responsive-stack-tablet tbody td:first-child {
        border-top: 1px solid #ddd
    }
}

@media (max-width:1199px) {
    .tablepress-responsive-stack-desktop thead {
        display: none
    }
    .tablepress-responsive-stack-desktop tbody td {
        display: block;
        text-align: center;
        border-top: none
    }
    .tablepress-responsive-stack-desktop tbody td:first-child {
        border-top: 1px solid #ddd
    }
}

.tablepress-responsive-stack-all thead {
    display: none
}

.tablepress-responsive-stack-all tbody td {
    display: block;
    text-align: center;
    border-top: none
}

.tablepress-responsive-stack-all tbody td:first-child {
    border-top: 1px solid #ddd
}

@media (max-width:767px) {
    .tablepress-responsive-phone {
        display: block
    }
    .tablepress-responsive-phone thead {
        display: block;
        float: left
    }
    .tablepress-rtl.tablepress-responsive-phone thead {
        float: right
    }
    .tablepress-responsive-phone tfoot {
        display: none
    }
    .tablepress-responsive-phone tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .tablepress-responsive-phone tbody td,
    .tablepress-responsive-phone thead th,
    .tablepress-responsive-phone thead tr {
        display: block;
        border: none
    }
    .tablepress-responsive-phone tbody td:empty:before {
        content: "\00a0"
    }
    .tablepress-responsive-phone tbody tr {
        display: inline-block;
        vertical-align: top
    }
    .tablepress-responsive-phone thead th {
        width: auto !important
    }
    .tablepress-responsive-phone thead tr th:not(:last-child) {
        border-bottom: 1px solid transparent
    }
    .tablepress-responsive-phone tbody tr td:not(:last-child) {
        border-bottom: 1px solid #ddd
    }
    .dataTables_wrapper .tablepress-responsive-phone .sorting:after {
        transform: rotate(90deg);
        padding: 0
    }
    .dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after {
        content: "\f0d9";
        padding: 0 2px 0 0
    }
    .dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after {
        content: "\f0dA";
        padding: 0 1px 0 0
    }
}

@media (max-width:979px) {
    .tablepress-responsive-tablet {
        display: block
    }
    .tablepress-responsive-tablet thead {
        display: block;
        float: left
    }
    .tablepress-rtl.tablepress-responsive-tablet thead {
        float: right
    }
    .tablepress-responsive-tablet tfoot {
        display: none
    }
    .tablepress-responsive-tablet tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .tablepress-responsive-tablet tbody td,
    .tablepress-responsive-tablet thead th,
    .tablepress-responsive-tablet thead tr {
        display: block;
        border: none
    }
    .tablepress-responsive-tablet tbody tr {
        display: inline-block;
        vertical-align: top
    }
    .tablepress-responsive-tablet thead th {
        width: auto !important
    }
    .tablepress-responsive-tablet tbody td:empty:before {
        content: "\00a0"
    }
    .tablepress-responsive-tablet thead tr th:not(:last-child) {
        border-bottom: 1px solid transparent
    }
    .tablepress-responsive-tablet tbody tr td:not(:last-child) {
        border-bottom: 1px solid #ddd
    }
    .dataTables_wrapper .tablepress-responsive-tablet .sorting:after {
        transform: rotate(90deg);
        padding: 0
    }
    .dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after {
        content: "\f0d9";
        padding: 0 2px 0 0
    }
    .dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after {
        content: "\f0dA";
        padding: 0 1px 0 0
    }
}

@media (max-width:1199px) {
    .tablepress-responsive-desktop {
        display: block
    }
    .tablepress-responsive-desktop thead {
        display: block;
        float: left
    }
    .tablepress-rtl.tablepress-responsive-desktop thead {
        float: right
    }
    .tablepress-responsive-desktop tfoot {
        display: none
    }
    .tablepress-responsive-desktop tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .tablepress-responsive-desktop tbody td,
    .tablepress-responsive-desktop thead th,
    .tablepress-responsive-desktop thead tr {
        display: block;
        border: none
    }
    .tablepress-responsive-desktop tbody td:empty:before {
        content: "\00a0"
    }
    .tablepress-responsive-desktop tbody tr {
        display: inline-block;
        vertical-align: top
    }
    .tablepress-responsive-desktop thead th {
        width: auto !important
    }
    .tablepress-responsive-desktop thead tr th:not(:last-child) {
        border-bottom: 1px solid transparent
    }
    .tablepress-responsive-desktop tbody tr td:not(:last-child) {
        border-bottom: 1px solid #ddd
    }
    .dataTables_wrapper .tablepress-responsive-desktop .sorting:after {
        transform: rotate(90deg);
        padding: 0
    }
    .dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after {
        content: "\f0d9";
        padding: 0 2px 0 0
    }
    .dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after {
        content: "\f0dA";
        padding: 0 1px 0 0
    }
}

.tablepress-responsive-all {
    display: block
}

.tablepress-responsive-all thead {
    display: block;
    float: left
}

.tablepress-rtl.tablepress-responsive-all thead {
    float: right
}

.tablepress-responsive-all tfoot {
    display: none
}

.tablepress-responsive-all tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.tablepress-responsive-all tbody td,
.tablepress-responsive-all thead th,
.tablepress-responsive-all thead tr {
    display: block;
    border: none
}

.tablepress-responsive-all tbody td:empty:before {
    content: "\00a0"
}

.tablepress-responsive-all tbody tr {
    display: inline-block;
    vertical-align: top
}

.tablepress-responsive-all thead th {
    width: auto !important
}

.tablepress-responsive-all thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent
}

.tablepress-responsive-all tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.dataTables_wrapper .tablepress-responsive-all .sorting:after {
    transform: rotate(90deg);
    padding: 0
}

.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0
}

.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 16px;
    content: "+";
    background-color: #31b131
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>td.dtr-control,
table.dataTable.dtr-column>tbody>tr>th.control,
table.dataTable.dtr-column>tbody>tr>th.dtr-control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 16px;
    content: "+";
    background-color: #31b131
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: 0 0 !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

.dataTables_scroll .tablepress {
    width: 100% !important
}

.tablepress-responsive * {
    word-break: normal
}

.dysania-filters {
    background-color: #000;
    margin-bottom: 0;
    padding-bottom: 20px
}

.dysania-filters li {
    padding: 20px 0 0 15px
}

.dysania-filters li a {
    padding: 5px 10px;
    font-size: 16px
}

.dysania-filters li a {
    color: #fff
}

.dysania-filters li a:hover {
    background-color: #616161
}

.dysania-filters li a.active,
.dysania-grid li a {
    background-color: #c00
}

.dysania-grid li .dysaniacaption {
    font-size: 14px
}

.dysania-grid li a div span {
    color: #fff;
    border-bottom: 1px solid #c00;
    border-top: 1px solid #616161
}

.dysania-grid li a img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dysania-grid li a img:hover {
    opacity: .1;
    transform: scale(1.5) rotate(15deg);
    -webkit-transform: scale(1.5) rotate(15deg);
    -ms-transform: scale(1.5) rotate(15deg)
}

.dysania-grid li a.dysania-photo {
    background-image: url('http://sporty-wp.wp4life.com/wp-content/plugins/dysania-grid-gallery/css/images/zoom.png')
}

.dysania-grid li a.dysania-iframe {
    background-image: url('http://sporty-wp.wp4life.com/wp-content/plugins/dysania-grid-gallery/css/images/iframe.png')
}

.dysania-grid li a.dysania-link {
    background-image: url('http://sporty-wp.wp4life.com/wp-content/plugins/dysania-grid-gallery/css/images/link.png')
}

.dysania-grid li.no-effect {
    opacity: .3
}

.dysania-grid li .dysaniacaption {
    background-color: #000;
    color: #fff
}

.ecwid div,
.ecwid span,
.ecwid a,
.ecwid p,
.ecwid-SearchPanel,
.ecwid-SearchPanel-button {
    font-family: &#039;
    Open Sans&#039;
    ,
    sans-serif;
    vertical-align: bottom
}

.ecwid-shopping-cart-categories .horizontal-menu ul li a span,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-subcategories-categoryName span.gwt-InlineLabel,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-popup-headLabel,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-head,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-categories-category,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-cart-totalAmountPanel,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-relatedProducts-title,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-Invoice-blockTitle,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-Invoice-cell-title,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-Invoice-Summary-label-price,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-Invoice-Summary-value-price,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-btn--placeOrder,
.ecwid-productBrowser-categoryPath,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-descr h1,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-descr h2,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-descr h3,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-descr h4,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-descr h5,
html#ecwid_html body#ecwid_body.chameleon .ecwid .ecwid-productBrowser-details-descr h6 {
    font-family: &#039;
    Open Sans Condensed&#039;
    ,
    sans-serif;
    font-weight: 700
}

body#ecwid_body {
    overflow: auto
}

.ecwid-productBrowser-auth-mini a,
.ecwid-productBrowser-auth-mini span,
.ecwid-btn,
.ecwid-AddressForm-fields-topPanel .ecwid-btn .gwt-HTML,
.ecwid-Checkout-BreadCrumbs-link,
.ecwid-OrdersList-OrderBox-status,
.ecwid-OrdersList-OrderBox-totals-shippingRow,
.ecwid-OrdersList-OrderBox-totals-total,
.ecwid-DateRangeBox-range,
.ecwid-results-topPanel-viewAsPanel div,
.ecwid-results-topPanel-sortByPanel .gwt-Label,
.ecwid-results-topPanel-sortByPanel select,
.ecwid-productBrowser-productsTable-sku .ecwid-productBrowser-sku,
.pswp__caption__center small,
.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-sku,
.ecwid-categories-vertical-table-cell-categoryLink a span,
.ecwid-productBrowser-categoryPath,
.ecwid-productBrowser-categoryPath a {
    font-size: 15px !important
}

.ecwid-productBrowser-price-value {
    font-size: 30px !important
}

.ecwid-productBrowser-head,
.ecwid-productBrowser-relatedProducts-title,
.ecwid-productBrowser-productsList-details .ecwid-productBrowser-productNameLink a,
.ecwid-productBrowser-productsTable-row .ecwid-productBrowser-price-value,
.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-price {
    font-size: 26px !important
}

.ecwid-shopping-cart-categories .horizontal-menu ul li a span,
.ecwid-productBrowser-subcategories-categoryName span.gwt-InlineLabel,
.ecwid-categories-category,
.ecwid-productBrowser-productNameLink a,
.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-productNameLink,
.ecwid-Invoice-blockTitle,
.ecwid-Invoice-Summary-label-price,
.ecwid-Invoice-Summary-value-price,
.ecwid-btn--placeOrder,
.ecwid-productBrowser-cart-totalLabel,
.ecwid-productBrowser-cart-totalAmount,
.ecwid-productBrowser-search-noResultsLabel,
.pswp__caption__center,
.ecwid-pager {
    font-size: 20px !important
}

.ecwid-SearchPanel-field:focus,
.ecwid-form input:focus,
.ecwid-productBrowser-details-qtyTextField:focus,
.ecwid-Orders-SearchPanel input:focus,
.ecwid-DateRangePopup input:focus,
input.ecwid-productBrowser-cart-qtyTextField:focus,
.ecwid-Invoice-Summary-label-price,
.ecwid-Invoice-Summary-value-price,
.ecwid-Invoice-footer-placeOrder-text .gwt-Label,
.ecwid-productBrowser-price-value,
.ecwid-productBrowser-price-list,
.ecwid-productBrowser-details-rightPanel .ecwid-productBrowser-price,
.ecwid-productBrowser-relatedProducts-title,
.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-price,
.ecwid-productBrowser-relatedProducts-item .ecwid-productBrowser-productNameLink {
    color: #000 !important
}

.ecwid-SearchPanel-field,
.ecwid-form input,
.ecwid-productBrowser-details-qtyTextField,
.ecwid-Orders-SearchPanel input,
.ecwid-DateRangePopup input,
input.ecwid-productBrowser-cart-qtyTextField,
.gwt-InlineLabel,
.horizontal-menu-parent a span,
.horizontal-menu-parent svg,
.horizontal-menu-parent a,
.ecwid-productBrowser-productNameLink a,
.gwt-HTML,
.ecwid-Checkout-blockTitle,
.ecwid-Invoice-blockTitle,
.ecwid-OrdersList-OrderBox-cell,
.ecwid-OrdersList-OrderBox-product div a,
.ecwid-OrdersList-OrderBox-sku,
.ecwid-categories-vertical-table-cell-categoryLink a span,
.pswp__caption__center small {
    color: #616161 !important
}

.ecwid-SearchPanel-button,
button.ecwid-btn,
.ecwid-SearchPanel-button:hover,
button.ecwid-btn:hover,
div.ecwid-minicart-mini-rollover span,
div.ecwid-minicart-mini-rollover a,
.ecwid-productBrowser-auth,
.horizontal-menu-subParent a:hover,
.horizontal-menu-subParent a:hover span,
.ecwid-productBrowser-head,
div.ecwid-Invoice-cell-title {
    color: #fff !important
}

.ecwid-productBrowser-subcategories-categoryName span.gwt-InlineLabel:hover,
.horizontal-menu-parent a span:hover,
.ecwid-productBrowser-productNameLink a:hover,
.ecwid-AddressBook-addButton,
.ecwid-OrdersList-OrderBox-price,
table.ecwid-OrdersList-OrderBox-cell,
.ecwid-OrdersList-OrderBox-totals-price,
.ecwid-OrdersList-OrderBox-header span,
.horizontal-menu-parent a span:hover,
.horizontal-menu-parent a:hover,
.horizontal-menu-parent a:hover span,
.ecwid-productBrowser-relatedProducts-item:hover .ecwid-productBrowser-productNameLink {
    color: #c00 !important
}

.ecwid-SearchPanel-button,
button.ecwid-btn,
.ecwid-productBrowser-head,
.datePickerDayIsToday,
div.ecwid-Invoice-cell-title {
    background: #000 !important
}

.ecwid-SearchPanel-button:hover,
button.ecwid-btn:hover,
div.ecwid-minicart-mini-rollover,
.datePickerDay:hover {
    background: #c00 !important
}

.ecwid-shopping-cart-categories .horizontal-menu,
.ecwid-OrdersList-OrderBox-header,
td.ecwid-OrdersList-OrderBox-cellEven,
td.ecwid-OrdersList-OrderBox-cellOdd,
.ecwid-OrdersList-OrderBox-footer,
.ecwid-productBrowser-productsGrid-cellMiddle.ecwid-productBrowser-productsGrid-productInside,
.ecwid-productBrowser-productsGrid-productBottomFragment,
.ecwid-productBrowser-auth-mini,
.ecwid-productBrowser-subcategories-categoryName,
.ecwid-productBrowser-backgroundedPanel,
div.ecwid-overlay,
.horizontal-menu-subParent,
.horizontal-menu-parent a,
.ecwid-Checkout-ShippingAddress-top,
.ecwid-AddressForm-fields-topPanel .ecwid-btn,
.ecwid-Orders-EmptyList,
.ecwid-AddressBook-block,
td.ecwid-Invoice-cell,
td.ecwid-Invoice-edgeCell,
.ecwid-productBrowser-productsList-productRow,
.ecwid-productBrowser-productsTable-cell,
.ecwid-productBrowser-categoryPath,
.pswp__caption,
.ecwid-productBrowser-relatedProducts-item-bottom,
.ecwid-minicart-mini {
    background: #efefef !important
}

.ecwid-productBrowser-relatedProducts-item-bottom {
    border-right: 1px solid #efefef !important;
    border-left: 1px solid #efefef !important
}

.ecwid-DateRangePopup,
.dateBoxPopup,
.ecwid-minicart-floating {
    background: #fff !important
}

.ecwid-SearchPanel-field,
.ecwid-form input,
.ecwid-productBrowser-details-qtyTextField,
.ecwid-productBrowser-search-SearchPanel input[type=search],
.ecwid-Orders-SearchPanel input,
.ecwid-DateRangePopup input,
input.ecwid-productBrowser-cart-qtyTextField,
.ecwid-productBrowser-productsGrid-cellTop.ecwid-productBrowser-productsGrid-productInside,
.ecwid-productBrowser-relatedProducts-item-top,
.ecwid-productBrowser-subcategories-mainTable td[class^=ecwid-category-id][width] {
    border: 1px solid #efefef !important
}

.ecwid-productBrowser-subcategories-mainTable td[class^=ecwid-category-id][width] {
    border-bottom: none !important
}

.ecwid-SearchPanel-field:focus,
.ecwid-form input:focus,
.ecwid-productBrowser-details-qtyTextField:focus,
.ecwid-productBrowser-search-SearchPanel input[type=search]:focus,
.ecwid-Orders-SearchPanel input:focus,
.ecwid-DateRangePopup input:focus,
input.ecwid-productBrowser-cart-qtyTextField:focus {
    border: 1px solid #c00 !important
}

.ecwid-minicart-mini {
    border-left: 3px solid #fff !important
}

.ecwid-DateRangeBox,
.ecwid-DateRangeBox-icon {
    border-color: #efefef !important
}

.ecwid-DateRangePopup,
.dateBoxPopup {
    border: 3px solid #efefef !important
}

.ecwid-productBrowser-cart-totalAmountPanel,
.ecwid-OrdersList-OrderBox-footer {
    border-top: 1px solid #fff !important
}

.ecwid-productBrowser-cart-itemsTable-headerCell,
.ecwid-productBrowser-cart-itemsTable-cell {
    border-bottom: 1px solid #efefef !important
}

.ecwid-productBrowser-relatedProducts-title {
    border-top: 1px solid #efefef !important
}

td.ecwid-Invoice-edgeCell {
    border-top: 3px solid #fff !important
}

.ecwid-Invoice-itemsTable-headerCell,
.ecwid-Invoice-itemsTable-cell,
.ecwid-productBrowser-productsTable-cell {
    border-color: #fff !important
}

.ecwid-OrdersList-OrderBox-header {
    border-bottom: 1px solid #fff !important
}

.ecwid-productBrowser-productsList-productRow td {
    border-bottom: 20px solid #fff !important
}

.ecwid-minicart-floating,
.ecwid-categories.ecwid-categories-vertical td {
    border-color: #efefef !important
}

@media only screen and (max-width:680px) {
    .ecwid-categoriesTabBar {
        background: #efefef !important
    }
    .ecwid-Invoice-header-placeOrder {
        border-bottom: 3px solid #fff !important
    }
    td.ecwid-Invoice-header-placeOrder-text .gwt-Label {
        color: #000 !important
    }
    .ecwid-Invoice-PaymentDetails {
        border-bottom: 3px solid #fff !important
    }
}

@media only screen and (max-width:560px) {
    .ecwid-minicart-mini {
        border: none !important
    }
}

@media only screen and (max-width:480px) {
    .ecwid-productBrowser-head {
        border-top: 1px solid #c00 !important
    }
    .horizontal-menu-parent a {
        background-color: transparent !important
    }
}

.fixture-dates span {
    font-size: 14px;
    font-weight: bold;
    float: right;
    padding-right: 30px;
}

.fixture-times span {
    font-size: 14px;
    font-weight: bold;
}

.rightcontainer1 {
    display: table-cell;
    width: 350px;
    padding-left: 0px;
    vertical-align: top
}

/* Fix the player container to take up 100% width and to calculate its height based on its children. */

[data-player] {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    z-index: 2;
}

/* Fix the video container to take up 100% width and to calculate its height based on its children. */

[data-player] .container[data-container] {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
}

/* Fix the media-control element to take up the entire size of the player. */

[data-player] .media-control[data-media-control] {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

/* Fix the video element to take up 100% width and to calculate its height based on its natural aspect ratio. */

[data-player] video {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.aoa_close {
    display: none !important;
}

.aoa_close_btn {
    height: 12px !important;
    width: 12px !important;
    top: 40% !important;
    right: 50% !important;
    line-height: 12px !important;
    font-size: 12px !important;
}

.aoa_overlay {
    background: none !important;
}

@media (max-width:1172px) {
    .fixture-row-date span {
        padding-right: 20px;
    }
}

@media (max-width:1060px) {
    .fixture-row-date span {
        padding-right: 10px;
    }
}

@media (max-width:1060px) {
    .fixture-row-left,
    .fixture-row-right {
        width: 26%;
    }
}
#header1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 0px auto;
    position: relative;
    height: auto;
    padding: 0;
}
#header1, .sporty-submenu-wrapper {
    background-color: rgba(255, 255, 255, .7);
}
#mainmenu-container1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 0px auto;
    position: relative;
}
.maincontainer1 {
    width: 100%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    vertical-align: bottom;
}
.sidebarbox1 {
    clear: both;
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px;
    border: 1px solid rgba(0, 0, 0, .1);
}