@charset "UTF-8";

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    box-sizing: border-box
}

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

.wp-block-audio {
    box-sizing: border-box
}

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

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

.wp-block-button__link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box
}

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

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

:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px)
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.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.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

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

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

    .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
        color: currentColor
    }

    .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
        background-color: transparent;
        background-image: none
    }

.wp-block-buttons.is-vertical {
    flex-direction: column
}

    .wp-block-buttons.is-vertical > .wp-block-button:last-child {
        margin-bottom: 0
    }

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 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.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: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;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter, .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 {
    box-sizing: border-box
}

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

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

.wp-block-code {
    box-sizing: border-box
}

    .wp-block-code code {
        display: block;
        font-family: inherit;
        overflow-wrap: break-word;
        white-space: pre-wrap
    }

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

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

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

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

        .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

        .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

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

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

    .wp-block-column.is-vertically-aligned-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-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

    .wp-block-post-comments .commentlist .comment {
        min-height: 2.25em;
        padding-left: 3.25em
    }

        .wp-block-post-comments .commentlist .comment p {
            font-size: 1em;
            line-height: 1.8;
            margin: 1em 0
        }

    .wp-block-post-comments .commentlist .children {
        list-style: none;
        margin: 0;
        padding: 0
    }

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

    .wp-block-post-comments .comment-author .avatar {
        border-radius: 1.5em;
        display: block;
        float: left;
        height: 2.5em;
        margin-top: .5em;
        margin-right: .75em;
        width: 2.5em
    }

    .wp-block-post-comments .comment-author cite {
        font-style: normal
    }

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

    .wp-block-post-comments .comment-meta b {
        font-weight: 400
    }

    .wp-block-post-comments .comment-meta .comment-awaiting-moderation {
        margin-top: 1em;
        margin-bottom: 1em;
        display: block
    }

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

    .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
        margin-top: .35em
    }

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

    .wp-block-post-comments .comment-reply-title :where(small) {
        font-size: var(--wp--preset--font-size--medium,smaller);
        margin-left: .5em
    }

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

    .wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
        padding: calc(.667em + 2px)
    }

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

    .wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
        margin-right: 0
    }

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

    .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

    .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

    .wp-block-comment-template li {
        clear: both
    }

    .wp-block-comment-template ol {
        margin-bottom: 0;
        max-width: 100%;
        list-style: none;
        padding-left: 2rem
    }

    .wp-block-comment-template.alignleft {
        float: left
    }

    .wp-block-comment-template.aligncenter {
        margin-left: auto;
        margin-right: auto;
        width: -moz-fit-content;
        width: fit-content
    }

    .wp-block-comment-template.alignright {
        float: right
    }

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

    .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.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.has-background-gradient, .wp-block-cover .has-background-dim.has-background-gradient {
        background-color: transparent
    }

    .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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__background, .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 .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
        opacity: 0
    }

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

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

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

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

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

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

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

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

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

    .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
        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: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.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.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 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 .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover .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;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

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

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

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.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 {
    overflow-wrap: break-word
}

    .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:not(.wp-element-button) {
        font-size: .8em
    }

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

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

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

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

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

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

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .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:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
            margin: 0;
            height: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
            display: block;
            max-width: 100%;
            height: auto;
            width: auto
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .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;
            z-index: 2
        }

            .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
                display: inline
            }

    .blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
        flex-grow: 1
    }

    .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
        width: 100%;
        height: 100%;
        flex: 1;
        object-fit: cover
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
        width: 100%;
        margin-right: 0
    }

@media (min-width:600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

        .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box
}

    .wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
        margin: 0;
        flex-direction: column;
        flex-grow: 1
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image img {
        display: block;
        height: auto;
        max-width: 100% !important;
        width: auto
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
        bottom: 0;
        color: #fff;
        font-size: 13px;
        left: 0;
        margin-bottom: 0;
        max-height: 60%;
        overflow: auto;
        padding: 0 8px 8px;
        position: absolute;
        text-align: center;
        width: 100%;
        box-sizing: border-box
    }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
            display: inline
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
            color: inherit
        }

    .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
        box-sizing: border-box
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
        flex: 1 1 auto
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
        flex: initial;
        background: none;
        color: inherit;
        margin: 0;
        padding: 10px 10px 9px;
        position: relative
    }

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
        display: flex
    }

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
        width: 100%;
        flex: 1 0 0%;
        height: 100%;
        object-fit: cover
    }

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
            width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
        }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
            width: 100%
        }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    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 img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image.has-custom-border img, .wp-block-image img {
    box-sizing: border-box
}

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

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

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

    .wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > 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, .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-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 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;
    padding-left: 0
}

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

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

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

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

    ol.has-background, ul.has-background {
        padding: 1.25em 2.375em
    }

.wp-block-media-text { /*!rtl:begin:ignore*/
    direction: ltr; /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    box-sizing: border-box
}

    .wp-block-media-text.has-media-on-the-right {
        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 {
        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 {
        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 {
        align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media { /*!rtl:begin:ignore*/
        grid-column: 1;
        grid-row: 1; /*!rtl:end:ignore*/
        margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr; /*!rtl:begin:ignore*/
        grid-column: 2;
        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*/
        grid-column: 2;
        grid-row: 1 /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { /*!rtl:begin:ignore*/
        grid-column: 1;
        grid-row: 1 /*!rtl:end:ignore*/
    }

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    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 {
        grid-template-columns: 100% !important
    }

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

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

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

    .wp-block-navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0
    }

        .wp-block-navigation ul, .wp-block-navigation ul li {
            list-style: none;
            padding: 0
        }

    .wp-block-navigation .wp-block-navigation-item {
        display: flex;
        align-items: center;
        position: relative
    }

        .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
            display: none
        }

    .wp-block-navigation .wp-block-navigation-item__content {
        display: block
    }

    .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
        text-decoration: underline
    }

    .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
        text-decoration: line-through
    }

    .wp-block-navigation:where(:not([class*=has-text-decoration])) a, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
        text-decoration: none
    }

    .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        line-height: 0;
        display: inline-block;
        font-size: inherit;
        padding: 0;
        background-color: inherit;
        color: currentColor;
        border: none;
        width: .6em;
        height: .6em;
        margin-left: .25em
    }

        .wp-block-navigation .wp-block-navigation__submenu-icon svg {
            display: inline-block;
            stroke: currentColor;
            width: inherit;
            height: inherit;
            margin-top: .075em
        }

    .wp-block-navigation.is-vertical {
        --navigation-layout-direction: column;
        --navigation-layout-justify: initial;
        --navigation-layout-align: flex-start
    }

    .wp-block-navigation.no-wrap {
        --navigation-layout-wrap: nowrap
    }

    .wp-block-navigation.items-justified-center {
        --navigation-layout-justification-setting: center;
        --navigation-layout-justify: center
    }

        .wp-block-navigation.items-justified-center.is-vertical {
            --navigation-layout-align: center
        }

    .wp-block-navigation.items-justified-right {
        --navigation-layout-justification-setting: flex-end;
        --navigation-layout-justify: flex-end
    }

        .wp-block-navigation.items-justified-right.is-vertical {
            --navigation-layout-align: flex-end
        }

    .wp-block-navigation.items-justified-space-between {
        --navigation-layout-justification-setting: space-between;
        --navigation-layout-justify: space-between
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
        background-color: inherit;
        color: inherit;
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: normal;
        opacity: 0;
        transition: opacity .1s linear;
        visibility: hidden;
        width: 0;
        height: 0;
        overflow: hidden;
        left: -1px;
        top: 100%
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
            display: flex;
            flex-grow: 1
        }

            .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
                margin-right: 0;
                margin-left: auto
            }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
            margin: 0
        }

@media (min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
            content: "";
            position: absolute;
            right: 100%;
            height: 100%;
            display: block;
            width: .5em;
            background: transparent
        }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
            transform: rotate(-90deg)
        }
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

    .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
        stroke: currentColor
    }

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

    .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
        margin-left: -.6em;
        pointer-events: none
    }

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: -1px;
        right: -1px
    }

@media (min-width:782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap,wrap);
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

    .wp-block-navigation__container .is-responsive {
        display: none
    }

    .wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
        flex-grow: 1
    }

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .wp-block-navigation__responsive-container .wp-block-navigation-link a {
        color: inherit
    }

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        display: flex;
        flex-wrap: var(--navigation-layout-wrap,wrap);
        flex-direction: var(--navigation-layout-direction,initial);
        justify-content: var(--navigation-layout-justify,initial);
        align-items: var(--navigation-layout-align,initial)
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
        color: inherit !important;
        background-color: inherit !important
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        display: flex;
        flex-direction: column;
        background-color: inherit;
        animation: overlay-menu__fade-in-animation .1s ease-out;
        animation-fill-mode: forwards;
        padding: var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);
        overflow: auto;
        z-index: 100000
    }

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-duration: 1ms;
        animation-delay: 0s
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting,inherit)
}

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
        justify-content: flex-start
    }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
            display: none
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
            opacity: 1;
            visibility: visible;
            height: auto;
            width: auto;
            overflow: initial;
            min-width: 200px;
            position: static;
            border: none;
            padding-left: 2rem;
            padding-right: 2rem
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
            gap: inherit
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
            padding-top: var(--wp--style--block-gap,2em)
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
            padding: 0
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
            display: flex;
            flex-direction: column;
            align-items: var(--navigation-layout-justification-setting,initial)
        }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

        .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
            display: none
        }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: inherit
}

    .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
        fill: currentColor;
        pointer-events: none;
        display: block;
        width: 24px;
        height: 24px
    }

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%;
    max-width: var(--wp--style--global--wide-size,100%);
    margin-left: auto;
    margin-right: auto
}

    .wp-block-navigation__responsive-close:focus {
        outline: none
    }

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.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-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-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 {
    margin: 0
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

    .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
        padding: calc(.667em + 2px)
    }

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

    .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
        margin-top: .35em
    }

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

    .wp-block-post-comments-form .comment-reply-title :where(small) {
        font-size: var(--wp--preset--font-size--medium,smaller);
        margin-left: .5em
    }

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-post-featured-image a {
        display: block
    }

    .wp-block-post-featured-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
        vertical-align: bottom;
        box-sizing: border-box
    }

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

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
        position: absolute;
        inset: 0;
        background-color: #000
    }

.wp-block-post-featured-image {
    position: relative
}

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
        background-color: transparent
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
        opacity: 0
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
        opacity: .1
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
        opacity: .2
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
        opacity: .3
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
        opacity: .4
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
        opacity: .5
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
        opacity: .6
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
        opacity: .7
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
        opacity: .8
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
        opacity: .9
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
        opacity: 1
    }

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word;
    box-sizing: border-box
}

    .wp-block-post-title a {
        display: inline-block
    }

.wp-block-preformatted {
    white-space: pre-wrap
}

    .wp-block-preformatted.has-background {
        padding: 1.25em 2.375em
    }

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

    .wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
        color: inherit
    }

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

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

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

    .wp-block-pullquote.has-text-align-left blockquote {
        text-align: left
    }

    .wp-block-pullquote.has-text-align-right blockquote {
        text-align: right
    }

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

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            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-post-template {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

    .wp-block-post-template.wp-block-post-template {
        background: none
    }

    .wp-block-post-template.is-flex-container {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        gap: 1.25em
    }

        .wp-block-post-template.is-flex-container li {
            margin: 0;
            width: 100%
        }

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

.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 {
    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-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-child {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

    .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

    .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title, .wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

    .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
        margin-bottom: 1em;
        padding: 0 1em
    }

        .wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
            font-size: 1.5em;
            font-style: italic;
            line-height: 1.6
        }

        .wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
            font-size: 1.125em;
            text-align: right
        }

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

    .wp-block-read-more:not([style*=text-decoration]), .wp-block-read-more:not([style*=text-decoration]):active, .wp-block-read-more:not([style*=text-decoration]):focus {
        text-decoration: none
    }

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

    ul.wp-block-rss.wp-block-rss {
        box-sizing: border-box
    }

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

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

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

        ul.wp-block-rss.is-grid li {
            margin: 0 1em 1em 0;
            width: 100%
        }

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

    .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search__button svg {
        min-width: 1.5em;
        min-height: 1.5em;
        fill: currentColor;
        vertical-align: text-bottom
    }

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

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

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494
}

    :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
        border-radius: 0;
        border: none;
        padding: 0 0 0 .25em
    }

        :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
            outline: none
        }

    :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
        padding: .125em .5em
    }

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none
}

    .wp-block-separator.is-style-dots {
        background: none !important;
        border: none;
        text-align: center;
        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-site-logo {
    box-sizing: border-box;
    line-height: 0
}

    .wp-block-site-logo a {
        display: inline-block
    }

    .wp-block-site-logo.is-default-size img {
        width: 120px;
        height: auto
    }

    .wp-block-site-logo img {
        height: auto;
        max-width: 100%
    }

    .wp-block-site-logo a, .wp-block-site-logo img {
        border-radius: inherit
    }

    .wp-block-site-logo.aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .wp-block-site-logo.is-style-rounded {
        border-radius: 9999px
    }

.wp-block-social-links {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none
}

    .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 a {
        padding: .25em
    }

    .wp-block-social-links .wp-social-link svg {
        width: 1em;
        height: 1em
    }

    .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
        margin-left: .5em;
        margin-right: .5em;
        font-size: .65em
    }

    .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-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

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

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

.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: #ff4500;
    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-whatsapp {
    background-color: #25d366;
    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
}

    .wp-block-social-links.is-style-logos-only .wp-social-link a {
        padding: 0
    }

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

.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: #ff4500
}

.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-whatsapp {
    color: #25d366
}

.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 {
    color: #d32422
}

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

.wp-block-tag-cloud.aligncenter {
    text-align: center;
    justify-content: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

    .wp-block-tag-cloud.is-style-outline a {
        border: 1px solid;
        font-size: unset !important;
        margin-right: 0;
        padding: 1ch 2ch;
        text-decoration: none !important
    }

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

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%
    }

    .wp-block-table td, .wp-block-table th {
        border: 1px solid;
        padding: .5em
    }

    .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-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
        border-color: inherit
    }

    .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th, .wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th {
        border-top-color: inherit
    }

    .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
        border-top-color: currentColor
    }

    .wp-block-table table[style*=border-right-color] > *, .wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr {
        border-right-color: inherit
    }

    .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th, .wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th {
        border-bottom-color: inherit
    }

    .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
        border-bottom-color: currentColor
    }

    .wp-block-table table[style*=border-left-color] > *, .wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr {
        border-left-color: inherit
    }

    .wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
        border-style: inherit
    }

    .wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
        border-width: inherit;
        border-style: inherit
    }

.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 {
    box-sizing: border-box
}

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

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

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

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

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

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

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

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

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

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg,#00d084,#0693e3)
    }

    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
    }

    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg,#faaca8,#dad0ec)
    }

    :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)
    }

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

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

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em
}

.nope {
    color: rgba(0,0,0,0)
}

.ub-advanced-video-container {
    width: fit-content;
    max-width: 100%
}

.ub-advanced-video-thumbnail {
    position: relative
}

    .ub-advanced-video-thumbnail > svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.ub-advanced-video-embed.ub-advanced-video-autofit-youtube {
    width: 100%
}

    .ub-advanced-video-embed.ub-advanced-video-autofit-youtube > iframe {
        width: 100%
    }

.ub-advanced-video-embed.ub-advanced-video-autofit-vimeo, .ub-advanced-video-embed.ub-advanced-video-autofit-dailymotion {
    position: relative
}

    .ub-advanced-video-embed.ub-advanced-video-autofit-vimeo > iframe, .ub-advanced-video-embed.ub-advanced-video-autofit-dailymotion > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ub-advanced-video-embed.ub-advanced-video-autofit-dailymotion {
    height: 0;
    overflow: hidden
}

    .ub-advanced-video-embed.ub-advanced-video-autofit-dailymotion > iframe {
        overflow: hidden
    }

.wp-block-ub-button-block {
    margin: 30px auto;
    max-width: 100%
}

.ub-button-container {
    max-width: 100%;
    display: flex;
    padding: 10px 0;
    margin: 20px 0
}

    .ub-button-container a.ub-button-block-main.ub-button-block-main, .ub-button-container a.ub-button-block-btn.ub-button-block-btn {
        text-decoration: none
    }

.ub-button-full-container {
    width: 100%
}

.ub-button-block-main {
    display: flex;
    cursor: pointer;
    transition: background-color .5s,color .5s,border .5s
}

.align-button-center {
    justify-content: center
}

.align-button-left {
    justify-content: flex-start
}

.align-button-right {
    justify-content: flex-end
}

.ub-button-small {
    width: 180px;
    padding: 10px;
    font-size: 13px !important
}

.ub-button-medium {
    width: 275px;
    padding: 15px;
    font-size: 17px !important
}

.ub-button-large {
    width: 417px;
    padding: 20px;
    font-size: 22px !important
}

.ub-button-larger {
    width: 512px;
    padding: 20px;
    font-size: 25px !important
}

.ub-button-flex-small {
    width: fit-content;
    width: -moz-fit-content
}

.ub-button-flex-medium {
    width: fit-content;
    width: -moz-fit-content
}

.ub-button-flex-large {
    width: fit-content;
    width: -moz-fit-content
}

.ub-button-flex-larger {
    width: fit-content;
    width: -moz-fit-content
}

.ub-button-block-btn {
    text-align: center;
    color: inherit;
    margin: 0 10px;
    display: flex;
    align-items: center
}

.ub-button-content-holder {
    display: flex;
    margin: 0 auto
}

.ub-button-icon-holder {
    display: flex;
    align-items: center;
    padding: 0 2px
}

.ub-button-full-width {
    width: 100%
}

.ub-buttons {
    margin: 20px 0
}

    .ub-buttons.align-button-center {
        text-align: center
    }

    .ub-buttons.align-button-left {
        text-align: left
    }

    .ub-buttons.align-button-right {
        text-align: right
    }

    .ub-buttons > .ub-button-container {
        display: inline-block;
        margin: 0 10px
    }

@media(max-width:599px) {
    .ub-button-flex-small {
        min-width: 70%
    }

    .ub-button-flex-medium {
        min-width: 80%
    }

    .ub-button-flex-large {
        min-width: 90%
    }

    .ub-button-flex-larger {
        min-width: 100%
    }
}

.wp-block-ub-block-call-to-action {
    margin: 0 auto;
    max-width: 100%
}

.ub_call_to_action {
    box-sizing: border-box;
    width: 100%;
    padding: 0 60px;
    margin: 30px 0 60px 0;
    border-style: solid;
    border-radius: 3px
}

    .ub_call_to_action .ub_call_to_action_button {
        display: flex;
        align-items: center
    }

        .ub_call_to_action .ub_call_to_action_button .ub_cta_button a, .ub_call_to_action .ub_call_to_action_button a.ub_cta_button {
            text-decoration: none
        }

.ub_call_to_action_headline {
    width: 100%;
    padding: 20px 20px 10px 20px
}

    .ub_call_to_action_headline p, .ub_call_to_action_headline h2 {
        text-align: center;
        margin: 0;
        padding: 20px 20px 0 20px
    }

.ub_call_to_action_content {
    width: 100%;
    padding: 0 0 15px 0
}

    .ub_call_to_action_content p {
        text-align: justify
    }

.ub_cta_button {
    margin-bottom: -31px !important;
    padding: 20px !important;
    position: relative;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px
}

.ub_cta_button_text {
    margin: 0 !important;
    text-align: center
}

@media(max-width:1199.98px) {
    .ub_call_to_action {
        padding: 0 30px
    }
}

@media(max-width:991.98px) {
    .ub_call_to_action {
        padding: 0 20px;
        margin-bottom: 60px !important
    }

    .ub_call_to_action_headline {
        padding: 20px 0 0 0
    }

        .ub_call_to_action_headline p {
            line-height: 1.3;
            padding: 20px 0
        }
}

@media(max-width:320px) {
    .ub_call_to_action_button .ub_cta_button_text {
        font-size: 14px !important;
        font-weight: 600
    }

    .ub_call_to_action {
        padding: 0 10px
    }
}

.wp-block-ub-block-click-to-tweet {
    margin: 0 auto;
    max-width: 100%
}

.ub_click_to_tweet {
    width: 95%;
    border: 1px solid;
    border-radius: 4px;
    padding: 10px;
    margin: 25px 0
}

.ub_tweet {
    padding: 10px;
    margin-left: 10px;
    font-family: "Segoe UI",Arial,sans-serif
}

.ub_click_tweet {
    text-align: right;
    padding: 10px;
    margin-right: 10px
}

    .ub_click_tweet > span {
        display: inline-block
    }

    .ub_click_tweet i {
        display: inline-block;
        width: 16px;
        height: 14px;
        background: url(media/sprite-twitter.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        margin-right: 3px;
        position: relative;
        top: 0;
        background-position: 0 -151px;
        width: 25px;
        height: 20px
    }

@media(max-width:479.98px) {
    .ub_click_tweet {
        width: 100%;
        float: none;
        padding: 0;
        margin: 10px 0 !important
    }

    .ub_tweet {
        padding: 0;
        margin-left: 0;
        line-height: 1.5
    }
}

.ub-hide {
    display: none
}

.ub-hiding {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ub-toggle-transition {
    transition: all .5s ease-in-out
}

.ub-icon-holder {
    position: relative;
    transform: translate(-25%,25%)
}

.ub-custom-id-input {
    font-size: .9em
}

@media(max-width:699px) {
    .ub-mobile-hide {
        display: none
    }

    .ub-mobile-display {
        display: block
    }
}

@media(min-width:700px)and (max-width:899px) {
    .ub-tablet-hide {
        display: none
    }

    .ub-tablet-display {
        display: block
    }
}

.ub-content-filter-tag {
    display: inline-block;
    min-height: 32px;
    min-width: 100px;
    margin: 5px 10px 5px 0;
    padding: 8px;
    border-radius: 3px;
    text-align: center
}

.ub-content-filter-category-name {
    font-size: 1.625em;
    font-weight: 800;
    margin-bottom: 15px
}

.ub-content-filter-category {
    margin-bottom: 10px;
    padding: 3px
}

.ub-content-filter-tag {
    cursor: pointer
}

.ub-hide {
    display: none
}

.ub-hiding {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ub-toggle-transition {
    transition: all .5s ease-in-out
}

.ub-icon-holder {
    position: relative;
    transform: translate(-25%,25%)
}

.ub-custom-id-input {
    font-size: .9em
}

@media(max-width:699px) {
    .ub-mobile-hide {
        display: none
    }

    .ub-mobile-display {
        display: block
    }
}

@media(min-width:700px)and (max-width:899px) {
    .ub-tablet-hide {
        display: none
    }

    .ub-tablet-display {
        display: block
    }
}

.wp-block-ub-content-toggle {
    margin: 20px 0 20px 0;
    max-width: 100%
}

.wp-block-ub-content-toggle-accordion {
    position: relative;
    border: 1px solid #ffa07a;
    margin-bottom: 10px
}

    .wp-block-ub-content-toggle-accordion.no-border {
        border: 0 !important
    }

    .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
        padding: 10px 10px 10px 25px;
        margin: 0;
        display: block
    }

.wp-block-ub-content-toggle-accordion-content {
    padding: 25px
}

.wp-block-ub-content-toggle-accordion-controls-top {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    opacity: 0;
    transition: .5s opacity ease-in-out
}

    .wp-block-ub-content-toggle-accordion-controls-top > span {
        display: inline-block;
        margin: 0 3px
    }

.wp-block-ub-content-toggle-accordion-controls-bottom {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    opacity: 0;
    transition: .5s opacity ease-in-out
}

    .wp-block-ub-content-toggle-accordion-controls-bottom > span {
        display: inline-block;
        margin: 0 3px
    }

.wp-block-ub-content-toggle-accordion-title-wrap {
    display: flex;
    align-items: center;
    background: #ffa07a;
    cursor: pointer
}

    .wp-block-ub-content-toggle-accordion-title-wrap > *:first-child {
        flex-grow: 1
    }

    .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.left {
            order: -1
        }

        .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap.right {
            order: 0
        }

        .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap .wp-block-ub-content-toggle-accordion-toggle-location {
            position: absolute;
            left: 0;
            right: 0;
            top: 150%;
            opacity: 0;
            transition: .5s opacity ease-in-out;
            text-align: center;
            color: #191e23
        }

    .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator {
        display: block;
        margin: 0 10px;
        transition: .5s all;
        transform: rotate(0deg);
        color: inherit
    }

        .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator.open {
            transform: rotate(90deg)
        }

.wp-block-ub-content-toggle-accordion-content-wrap {
    box-sizing: border-box;
    padding: 13px 4%;
    overflow: hidden
}

    .wp-block-ub-content-toggle-accordion-content-wrap.ub-hiding {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0
    }

.wp-block-ub-content-toggle-accordion:hover .wp-block-ub-content-toggle-accordion-controls-top, .wp-block-ub-content-toggle-accordion:hover .wp-block-ub-content-toggle-accordion-controls-bottom, .wp-block-ub-content-toggle-accordion:hover .wp-block-ub-content-toggle-accordion-toggle-location {
    opacity: 1 !important
}

@media(max-width:479.98px) {
    .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
        padding: 10px
    }
}

@media(max-width:374.98px) {
    .wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title {
        padding: 10px 0 10px 10px
    }

    .wp-block-ub-content-toggle-accordion-content-wrap p {
        margin: 15px 0 10px
    }
}

.wp-block-ub-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 100px
}

    .wp-block-ub-chevron-down::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        left: 4px;
        top: 2px
    }

.wp-block-ub-math-plus, .wp-block-ub-math-plus::after {
    display: block;
    box-sizing: border-box;
    background: currentColor;
    border-radius: 10px
}

.wp-block-ub-math-plus {
    margin-top: -2px;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 2px
}

    .wp-block-ub-math-plus.open {
        background-color: rgba(0,0,0,0)
    }

    .wp-block-ub-math-plus::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 16px;
        top: -7px;
        left: 7px
    }

    .wp-block-ub-math-plus + .wp-block-ub-content-toggle-accordion-toggle-location {
        margin-top: 60px
    }

.ub_countdown_circular_container {
    display: grid
}

    .ub_countdown_circular_container p {
        text-align: center
    }

    .ub_countdown_circular_container > div {
        margin: 0 auto
    }

        .ub_countdown_circular_container > div svg {
            position: absolute
        }

.ub_countdown_circle_path {
    stroke-linecap: round;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .3s ease 0s,stroke-dasharray .3s ease 0s,stroke .3s ease 0s,stroke-width .06s ease .3s;
    fill-opacity: 0
}

.ub_countdown_circle_trail {
    stroke: #d9d9d9;
    stroke-dasharray: 219.911px,219.911px;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .3s ease 0s,stroke-dasharray .3s ease 0s,stroke .3s ease 0s;
    fill-opacity: 0
}

.ub_countdown_circle_label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center
}

.ub-countdown-separator {
    margin: 0 auto;
    font-size: 35px
}

.ub-countdown-odometer-container {
    display: grid
}

    .ub-countdown-odometer-container span {
        text-align: center
    }

.ub-countdown-digit-container {
    height: 1.5em;
    overflow-y: hidden;
    margin: 0 auto;
    font-size: 35px
}

    .ub-countdown-digit-container > .digit, .ub-countdown-digit-container > .moving-digit {
        float: left
    }

.ub-countdown-odometer {
    margin: 0 auto;
    font-size: 35px
}

.ub-countdown-odometer-digit, .ub-countdown-odometer-digits {
    float: left
}

.ub_countdown_style_selector {
    display: flex;
    flex-direction: row
}

.ub-countdown {
    margin-bottom: 20px
}

    .ub-countdown > div {
        text-align: initial
    }

@media(max-width:991.98px) {
    .ub-countdown .ub_countdown_week, .ub-countdown .ub_countdown_day, .ub-countdown .ub_countdown_hour, .ub-countdown .ub_countdown_minute, .ub-countdown .ub_countdown_second, .ub-countdown-odometer-container span {
        font-size: 14px !important
    }
}

@media(max-width:575.98px) {
    .ub-countdown .ub_countdown_week, .ub-countdown .ub_countdown_day, .ub-countdown .ub_countdown_hour, .ub-countdown .ub_countdown_minute, .ub-countdown .ub_countdown_second {
        margin: 0 1px;
        font-size: 16px !important
    }
}

@media(max-width:479.98px) {
    .ub-countdown-separator, .ub-countdown-odometer {
        font-size: 20px
    }

    .ub-countdown {
        margin-bottom: 20px;
        font-size: 14px;
        display: inline-flex
    }

        .ub-countdown .ub_countdown_week, .ub-countdown .ub_countdown_day, .ub-countdown .ub_countdown_hour, .ub-countdown .ub_countdown_minute, .ub-countdown .ub_countdown_second {
            font-size: 14px !important
        }

    .ub_countdown_circular_container > div {
        height: 60px;
        width: 60px
    }

        .ub_countdown_circular_container > div svg {
            width: 60px;
            height: 60px
        }
}

@media(max-width:374.98px) {
    .ub_countdown_circular_container div {
        height: 50px;
        width: 50px
    }

    .ub_countdown_circular_container > div svg {
        width: 50px;
        height: 50px
    }

    .ub-countdown .ub_countdown_week, .ub-countdown .ub_countdown_day, .ub-countdown .ub_countdown_hour, .ub-countdown .ub_countdown_minute, .ub-countdown .ub_countdown_second, .ub-countdown-odometer-container span, .ub-countdown {
        font-size: 10px !important
    }
}

@media(max-width:320px) {
    .ub-countdown, .ub-countdown-separator, .ub-countdown-odometer {
        font-size: 10px
    }

    .ub_countdown_circular_container > div {
        height: 40px;
        width: 40px
    }

        .ub_countdown_circular_container > div svg {
            width: 40px;
            height: 40px
        }

    .ub-countdown .ub_countdown_week, .ub-countdown .ub_countdown_day, .ub-countdown .ub_countdown_hour, .ub-countdown .ub_countdown_minute, .ub-countdown .ub_countdown_second {
        margin: 0;
        font-size: 10px !important
    }
}

.ub_divider {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    border-bottom: none
}

    .ub_divider.ub_divider:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
        max-width: initial
    }

.entry-content.entry-content .ub_divider {
    background-color: rgba(0,0,0,0)
}

    .entry-content.entry-content .ub_divider::before, .entry-content.entry-content .ub_divider::after {
        content: none
    }

.ub-expand {
    padding-bottom: 1em
}

.ub-expand-toggle-button {
    display: block;
    cursor: pointer
}

.ub-hide {
    display: none
}

.wp-block-ub-feature-box {
    margin: 20px 0 20px 0;
    max-width: 100%
}

.ub_feature_box {
    display: flex;
    margin: 1rem 0
}

    .ub_feature_box > div {
        text-align: justify;
        margin: 0 auto
    }

    .ub_feature_box.column_1 .ub_feature_2, .ub_feature_box.column_1 .ub_feature_3 {
        display: none
    }

    .ub_feature_box.column_1 > div {
        width: 100%;
        margin-left: .5rem;
        margin-right: .5rem;
        padding: 1rem
    }

    .ub_feature_box.column_2 .ub_feature_3 {
        display: none
    }

    .ub_feature_box.column_2 > div {
        width: 49%;
        margin-left: .5rem;
        margin-right: .5rem;
        padding: 1rem
    }

    .ub_feature_box.column_3 > div {
        width: 33.2%;
        margin-left: .5rem;
        margin-right: .5rem;
        padding: 1rem
    }

        .ub_feature_box.column_3 > div:first-child {
            margin-left: 0
        }

        .ub_feature_box.column_3 > div:last-child {
            margin-right: 0
        }

.ub_feature_box_feature {
    border-radius: 100px;
    overflow: hidden;
    border: medium none;
    max-width: 80px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -60px !important;
    margin-bottom: 25px
}

.ub_feature_one_feature, .ub_feature_two_feature, .ub_feature_three_feature {
    font-size: 40px !important;
    text-align: center;
    line-height: 80px !important;
    margin: 0 auto !important
}

.ub_feature_one_title, .ub_feature_two_title, .ub_feature_three_title {
    font-size: 30px !important;
    text-align: center;
    margin: 20px 0 !important;
    padding: 0
}

.ub_feature_1 > img, .ub_feature_2 > img, .ub_feature_3 > img {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%
}

@media screen and (max-width:800px) {
    .ub_feature_box.column_3 {
        display: block
    }

        .ub_feature_box.column_3 > div {
            width: 90% !important;
            margin: 0 !important
        }
}

@media screen and (max-width:600px) {
    .ub_feature_box.column_2 {
        display: block
    }

        .ub_feature_box.column_2 > div {
            width: 90% !important;
            margin: 0 !important
        }
}

.ub_howto-step-image, .ub_howto-yield-image {
    width: 100%
}

.ub_howto-supplies-list img, .ub_howto-tools-list img {
    max-width: 200px
}

.ub_howto-section-display {
    margin-left: 1em
}

.ub_howto figcaption {
    margin-top: 5px;
    text-align: center
}

.ub_howto-step-display .ub_howto-step {
    list-style-position: outside
}

.ub_howto-step {
    overflow: auto
}

    .ub_howto-step > figure, .ub_howto-step > img {
        margin-bottom: 10px
    }

.ub_howto-yield {
    overflow: auto
}

@media screen and (max-width:767px) {
    .ub_howto .ub_howto-steps-list .ub_howto-step > figure, .ub_howto .ub_howto-section .ub_howto-steps-list .ub_howto-step > figure, .ub_howto .ub_howto-step-display .ub_howto-step > figure, .ub_howto .ub_howto-section .ub_howto-step-display .ub_howto-step > figure {
        width: 100%;
        float: none
    }
}

.ub_image_slider {
    margin-bottom: 30px
}

    .ub_image_slider .ub_image_slider_image_caption {
        display: block;
        text-align: center
    }

    .ub_image_slider .ub_image_slider_alt {
        font-size: .8em
    }

    .ub_image_slider .swiper-slide > img, .ub_image_slider .swiper-slide > picture > img, .ub_image_slider .swiper-slide figure > img, .ub_image_slider .swiper-slide figure > picture > img {
        display: block;
        margin: auto
    }

@font-face {
    font-display: swap;
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

    .swiper-container-pointer-events.swiper-container-vertical {
        touch-action: pan-x
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev"
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next"
    }

    .swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
        --swiper-navigation-color: #fff
    }

    .swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
        --swiper-navigation-color: #000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: 200ms transform,200ms top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: 200ms transform,200ms left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-container-cube .swiper-cube-shadow:before {
            content: "";
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            -webkit-filter: blur(50px);
            filter: blur(50px)
        }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        backface-visibility: hidden
    }

.ub_notify_info, .ub_notify_success, .ub_notify_warning {
    margin: 10px 0;
    padding: 15px;
    border-left-width: 4px;
    border-left-style: solid
}

    .ub_notify_info .ub_notify_text, .ub_notify_success .ub_notify_text, .ub_notify_warning .ub_notify_text {
        margin: 0 auto
    }

.ub_notify_info {
    color: #31708f;
    background-color: #d9edf7;
    border-left-color: #31708f
}

.ub_notify_success {
    color: #3c763d;
    background-color: #dff0d8;
    border-left-color: #3c763d
}

.ub_notify_warning {
    color: #d8000c;
    background-color: #ffd2d2;
    border-left-color: #d8000c
}

.wp-block-ub-number-box {
    margin: 50px 0 50px 0;
    max-width: 100%
}

.ub_number_box {
    display: flex;
    margin: 1rem 0;
    margin-top: 5rem
}

    .ub_number_box > div {
        text-align: justify;
        margin: 0 auto
    }

    .ub_number_box.column_1 .ub_number_2, .ub_number_box.column_1 .ub_number_3 {
        display: none
    }

    .ub_number_box.column_1 > div {
        width: 100%;
        margin-left: .5rem;
        margin-right: .5rem;
        border: 1px solid;
        padding: 1rem
    }

    .ub_number_box.column_2 .ub_number_3 {
        display: none
    }

    .ub_number_box.column_2 > div {
        width: 49%;
        margin-left: .5rem;
        margin-right: .5rem;
        border: 1px solid;
        padding: 1rem
    }

    .ub_number_box.column_3 > div {
        width: 33.2%;
        margin-left: .5rem;
        margin-right: .5rem;
        border: 1px solid;
        padding: 1rem
    }

        .ub_number_box.column_3 > div:first-child {
            margin-left: 0
        }

        .ub_number_box.column_3 > div:last-child {
            margin-right: 0
        }

.ub_number_box_number {
    border-radius: 100px;
    overflow: hidden;
    border: medium none;
    max-width: 80px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -60px !important;
    margin-bottom: 25px
}

.ub_number_one_number, .ub_number_two_number, .ub_number_three_number {
    font-size: 40px !important;
    text-align: center;
    line-height: 80px !important;
    margin: 0 auto !important
}

.ub_number_one_title, .ub_number_two_title, .ub_number_three_title {
    font-size: 30px !important;
    text-align: center;
    margin: 10px auto;
    padding: 0
}

@media screen and (max-width:800px) {
    .ub_number_box.column_3 {
        display: block
    }

        .ub_number_box.column_3 > div {
            width: 92% !important;
            margin: 0 !important
        }
}

@media screen and (max-width:600px) {
    .ub_number_box.column_2 {
        display: block
    }

        .ub_number_box.column_2 > div {
            width: 90% !important;
            margin: 0 !important
        }
}

.ub-hide {
    display: none
}

.ub-hiding {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ub-toggle-transition {
    transition: all .5s ease-in-out
}

.ub-icon-holder {
    position: relative;
    transform: translate(-25%,25%)
}

.ub-custom-id-input {
    font-size: .9em
}

@media(max-width:699px) {
    .ub-mobile-hide {
        display: none
    }

    .ub-mobile-display {
        display: block
    }
}

@media(min-width:700px)and (max-width:899px) {
    .ub-tablet-hide {
        display: none
    }

    .ub-tablet-display {
        display: block
    }
}

.ub-block-post-grid {
    margin: 0 0 1.2em 0;
    position: relative
}

    .ub-block-post-grid .is-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0 2em
    }

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-grid {
        display: block
    }
}

.ub-block-post-grid .is-grid article {
    margin-bottom: 2.5em;
    min-width: 0;
    padding: 0
}

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-grid article {
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top
    }
}

.ub-block-post-grid .is-grid.columns-1 {
    grid-template-columns: 1fr
}

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-grid.columns-1 article {
        width: 100%
    }
}

.ub-block-post-grid .is-grid.columns-2 {
    grid-template-columns: 1fr 1fr
}

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-grid.columns-2 article {
        width: 48%
    }
}

.ub-block-post-grid .is-grid.columns-3 {
    grid-template-columns: 1fr 1fr 1fr
}

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-grid.columns-3 article {
        width: 32%
    }
}

@media only screen and (max-width:600px) {
    .ub-block-post-grid div[class*=columns].is-grid {
        grid-template-columns: 1fr
    }
}

.ub-block-post-grid .ub_block-post-grid-text {
    text-align: left
}

.ub-block-post-grid a {
    text-decoration: none
}

.ub-block-post-grid .ub-block-post-grid-image {
    margin-bottom: 1.2em
}

    .ub-block-post-grid .ub-block-post-grid-image img {
        display: block;
        width: 100%
    }

.ub-block-post-grid header .ub-block-post-grid-title {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2
}

    .ub-block-post-grid header .ub-block-post-grid-title a {
        color: #292929;
        text-decoration: none
    }

        .ub-block-post-grid header .ub-block-post-grid-title a:hover {
            text-decoration: underline;
            color: inherit
        }

.ub-block-post-grid .ub-block-post-grid-author, .ub-block-post-grid .ub-block-post-grid-date {
    display: inline-block
}

    .ub-block-post-grid .ub-block-post-grid-author:not(:last-child):after, .ub-block-post-grid .ub-block-post-grid-date:not(:last-child):after {
        content: "";
        vertical-align: middle;
        margin: 0 5px;
        line-height: 1
    }

    .ub-block-post-grid .ub-block-post-grid-author a {
        color: inherit;
        text-decoration: none
    }

        .ub-block-post-grid .ub-block-post-grid-author a:hover {
            color: inherit;
            text-decoration: underline
        }

.ub-block-post-grid .ub-block-post-grid-more-link {
    display: inline-block;
    box-shadow: none;
    transition: .3s ease;
    font-weight: 700;
    color: #292929;
    text-decoration: none
}

    .ub-block-post-grid .ub-block-post-grid-more-link:hover {
        text-decoration: underline
    }

.ub-block-post-grid .ub-block-post-grid-excerpt > p:last-child {
    margin-top: 15px;
    margin-bottom: 0
}

.ub-block-post-grid .is-list article {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 2em;
    padding: 0
}

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-list article {
        display: block
    }
}

.ub-block-post-grid .is-list article:before {
    display: none
}

.ub-block-post-grid .is-list article:not(:last-child) {
    margin-bottom: 5%;
    padding-bottom: 5%
}

.ub-block-post-grid .is-list article:not(.has-post-thumbnail) {
    grid-template-columns: 1fr
}

@media only screen and (min-width:600px) {
    .ub-block-post-grid .is-list article:not(:last-child) {
        border-bottom: solid 1px #eee
    }
}

@media only screen and (max-width:600px) {
    .ub-block-post-grid .is-list article {
        grid-template-columns: 1fr
    }
}

.ub-block-post-grid .is-list .ub-block-post-grid-image {
    margin-bottom: 0
}

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-list .ub-block-post-grid-image {
        width: 30%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width:600px) {
    .ub-block-post-grid .is-list .ub-block-post-grid-image {
        margin-bottom: 5%
    }
}

@media all and (-ms-high-contrast:none) {
    .ub-block-post-grid .is-list .ub-block-post-grid-text {
        width: 65%;
        padding-left: 5%;
        display: inline-block;
        vertical-align: top
    }

    .ub-block-post-grid .is-list .post:not(.has-post-thumbnail) .ub-block-post-grid-text {
        width: 100%;
        padding-left: 0
    }
}

.ub-block-post-grid .is-list .no-thumb .ub-block-post-grid-text {
    grid-column: span 2
}

.ub-block-post-grid-image {
    position: relative
}

    .ub-block-post-grid-image:hover .ub-post-grid-no-image-placeholder {
        opacity: 1;
        z-index: 1
    }

.ub-post-grid-no-image-placeholder {
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #f3f3f4;
    transition: .2s ease
}

    .ub-post-grid-no-image-placeholder svg {
        margin-bottom: 10px
    }

.ub-post-grid-no-image-icon {
    position: absolute;
    top: 10px;
    background: #ffe606;
    right: 10px;
    padding: 6px;
    line-height: 1;
    height: 32px;
    transition: .2s ease;
    border-radius: 5px;
    z-index: 1
}

.ub_progress-bar {
    overflow: auto
}

.ub_progress-bar-container {
    text-align: start
}

.ub_progress-bar-circle {
    position: absolute
}

    .ub_progress-bar-circle + .ub_progress-bar-label {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        text-align: center
    }

.ub_progress-bar-circle-trail {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .3s ease 0s,stroke-dasharray .3s ease 0s,stroke .3s ease 0s;
    fill-opacity: 0
}

.ub_progress-bar-circle-path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .3s ease 0s,stroke-dasharray .3s ease 0s,stroke .3s ease 0s,stroke-width .06s ease .3s;
    fill-opacity: 0
}

.ub_progress-bar-line-trail {
    fill-opacity: 0;
    stroke-linecap: round
}

.ub_progress-bar-line-path {
    stroke-dasharray: 100px,100px;
    transition: stroke-dashoffset .3s ease 0s,stroke .3s linear 0s;
    fill-opacity: 0;
    stroke-linecap: round
}

.ub_progress-bar-line + .ub_progress-bar-label {
    text-align: right;
    min-width: 24px
}

.ub_review_block {
    padding: 35px 40px;
    box-shadow: 0 0 4px 1px #d6d6d6;
    border-radius: 5px;
    margin: 30px auto
}

    .ub_review_block svg:not(:root) {
        margin: 0 1px
    }

        .ub_review_block svg:not(:root):first-child {
            margin-left: 0
        }

        .ub_review_block svg:not(:root):last-child {
            margin-right: 0
        }

    .ub_review_block .ub_review_image {
        margin-top: 10px;
        float: right;
        object-fit: contain
    }

.ub_review_overall_value {
    display: grid;
    grid-template-columns: 75% 25%
}

.ub_review_entry, .ub_review_percentage_entry {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e9e9e9
}

.ub_review_entry {
    display: flex
}

.ub_review_percentage_entry {
    display: grid;
    grid-template-columns: 25% 75%
}

.ub_review_rating {
    text-align: right;
    font-size: 40px
}

.ub_review_average {
    display: flex;
    flex-direction: column
}

.ub_review_average_stars {
    display: flex;
    grid-area: auto;
    justify-self: self-end;
    height: 50px;
    line-height: 60px;
    margin-left: auto;
    align-items: center
}

.ub_review_cta_panel {
    display: grid;
    grid-template-columns: 2fr auto;
    grid-template-areas: "cta . stars"
}

.ub_review_add_entry {
    left: 50%;
    width: 100%
}

.ub_review_link_input {
    display: flex;
    flex-direction: row
}

.ub_review_cta_btn {
    min-width: 100px;
    padding: 15px 10px;
    border-radius: 6px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    font-weight: 400;
    background-image: none
}

    .ub_review_cta_btn:hover, .ub_review_cta_btn:active {
        background-image: none
    }

.ub_review_item_name {
    font-size: 28px !important;
    margin: 0 !important;
    font-weight: 600 !important
}

.ub_review_summary_title {
    margin: 23px 0 13px 0 !important;
    font-size: 24px !important;
    font-weight: 600 !important
}

.ub_review_stars {
    display: flex;
    margin-left: auto;
    padding-top: 3px
}

.ub_review_description {
    padding: 0
}

.ub_review_description_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow: auto
}

.ub_review_left_image {
    flex-direction: row
}

.ub_review_right_image {
    flex-direction: row-reverse
}

.ub_review_top_image {
    flex-direction: column
}

.ub_review_bottom_image {
    flex-direction: column-reverse
}

.ub_review_percentage {
    display: grid;
    grid-template-columns: 4fr 1fr;
    overflow: auto;
    margin-left: auto
}

    .ub_review_percentage > svg {
        height: 10px
    }

    .ub_review_percentage > div {
        text-align: end
    }

.ub_review_percentage_bar {
    width: 100%;
    align-self: center
}

.ub_review_percentage_bar_trail {
    fill-opacity: 0;
    stroke-linecap: round
}

.ub_review_percentage_bar_path {
    stroke-dasharray: 100px,100px;
    transition: stroke-dashoffset .3s ease 0s,stroke .3s linear 0s;
    fill-opacity: 0;
    stroke-linecap: round
}

.ub_review_cta_main {
    display: flex
}

@media(max-width:7688px) {
    .ub_review_block {
        padding: 35px 40px
    }
}

@media(max-width:576px) {
    .ub_review_cta_btn {
        padding: 15px 10px
    }

    .ub_review_image {
        float: right
    }
}

@media(max-width:480px) {
    .ub_review_rating {
        font-size: 20px;
        font-weight: 600
    }

    .ub_review_entry {
        font-size: 18px
    }

    .ub_review_cta_btn {
        padding: 15px 8px
    }
}

@media(max-width:460px) {
    .ub_review_average_stars svg {
        width: 12px;
        height: 12px
    }
}

@media(max-width:375px) {
    .ub_review_block {
        padding: 20px 15px
    }

        .ub_review_block button > svg {
            width: 12px;
            height: 12px
        }
}

@media(max-width:320px) {
    .ub_review_block {
        padding: 20px 10px
    }

        .ub_review_block button > svg {
            width: 8px;
            height: 8px;
            margin: 0
        }

    .ub_review_average_stars {
        height: 45px;
        line-height: 40px;
        margin-left: auto
    }
}

.wp-block-ub-social-share .social-share-icons {
    display: flex;
    flex-wrap: wrap
}

    .wp-block-ub-social-share .social-share-icons .social-share-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 7px
    }

        .wp-block-ub-social-share .social-share-icons .social-share-icon.circle {
            box-shadow: 0 3px 2px gray;
            border-radius: 50%
        }

        .wp-block-ub-social-share .social-share-icons .social-share-icon.square {
            box-shadow: 0 3px 2px gray;
            border-radius: 0%
        }

    .wp-block-ub-social-share .social-share-icons .ub-social-share-standalone-icon {
        margin: 12px;
        padding-right: 5px
    }

    .wp-block-ub-social-share .social-share-icons .ub-social-share-facebook-container {
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        display: flex
    }

    .wp-block-ub-social-share .social-share-icons .ub-social-share-twitter-container {
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        display: flex
    }

    .wp-block-ub-social-share .social-share-icons .ub-social-share-linkedin-container {
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        display: flex
    }

    .wp-block-ub-social-share .social-share-icons .ub-social-share-pinterest-container {
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        display: flex
    }

    .wp-block-ub-social-share .social-share-icons .ub-social-share-reddit-container {
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        display: flex
    }

    .wp-block-ub-social-share .social-share-icons .ub-social-share-tumblr-container {
        border-width: 1px;
        border-style: solid;
        white-space: nowrap;
        display: flex
    }

    .wp-block-ub-social-share .social-share-icons > div {
        display: flex;
        align-items: center
    }

    .wp-block-ub-social-share .social-share-icons a {
        text-decoration: none
    }

.align-icons-center {
    justify-content: center
}

.align-icons-left {
    justify-content: flex-start
}

.align-icons-right {
    justify-content: flex-end
}

.ub-social-share-facebook.square, .ub-social-share-facebook.circle {
    background-color: #1877f2
}

.ub-social-share-facebook + span, .ub-social-share-facebook + span > a {
    color: #1877f2
}

.ub-social-share-twitter.square, .ub-social-share-twitter.circle {
    background-color: #1d9bf0
}

.ub-social-share-twitter + span, .ub-social-share-twitter + span > a {
    color: #1d9bf0
}

.ub-social-share-linkedin.square, .ub-social-share-linkedin.circle {
    background-color: #2867b2
}

.ub-social-share-linkedin + span, .ub-social-share-linkedin + span > a {
    color: #2867b2
}

.ub-social-share-pinterest.square, .ub-social-share-pinterest.circle {
    background-color: #e60023
}

.ub-social-share-pinterest + span, .ub-social-share-pinterest + span > a {
    color: #e60023
}

.ub-social-share-reddit.square, .ub-social-share-reddit.circle {
    background-color: #ff4500
}

.ub-social-share-reddit + span, .ub-social-share-reddit + span > a {
    color: #ff4500
}

.ub-social-share-tumblr.square, .ub-social-share-tumblr.circle {
    background-color: #001935
}

.ub-social-share-tumblr + span, .ub-social-share-tumblr + span > a {
    color: #001935
}

.ub-star-outer-container {
    display: flex
}

.ub-star-inner-container, .ub-star-container {
    display: flex;
    flex-direction: row;
    margin: 20px 0
}

    .ub-star-inner-container svg {
        margin-top: initial
    }

.ub-notification-box {
    margin: 10px 0;
    padding: 15px;
    border-left-width: 4px;
    border-left-style: solid
}

    .ub-notification-box > *:first-child {
        margin-top: 0
    }

    .ub-notification-box > *:last-child {
        margin-bottom: 0
    }

.ub-feature-box, .ub-number-box {
    display: flex;
    margin-top: 60px;
    margin-bottom: 30px
}

    .ub-feature-box > div, .ub-number-box > div {
        flex-basis: 100%;
        margin-left: .5rem;
        margin-right: .5rem;
        padding: 1rem
    }

        .ub-feature-box > div:first-child:nth-last-child(3), .ub-number-box > div:first-child:nth-last-child(3) {
            margin-left: 0
        }

        .ub-feature-box > div:last-child:nth-child(3), .ub-number-box > div:last-child:nth-child(3) {
            margin-right: 0
        }

.ub-number-panel {
    border: 1px solid
}

.ub-number-box .ub-number-panel .ub-number-container {
    border-radius: 100px;
    overflow: hidden;
    border: medium none;
    max-width: 80px;
    margin: -60px auto 25px
}

    .ub-number-box .ub-number-panel .ub-number-container .ub-number-display {
        font-size: 40px;
        text-align: center;
        line-height: 80px;
        margin: 0 auto
    }

.ub-number-box .ub-number-panel .ub-number-box-title {
    font-size: 30px;
    text-align: center;
    margin: 10px auto;
    padding: 0
}

.ub-feature-box .ub-feature img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ub-feature-box .ub-feature .ub-feature-title {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    padding: 0
}

.ub-bordered-box {
    margin-bottom: 20px;
    padding: 20px
}

    .ub-bordered-box > p:last-child {
        margin: 0
    }

@media screen and (max-width:800px) {
    .ub-feature-box, .ub-number-box {
        display: block
    }

        .ub-feature-box > div, .ub-number-box > div {
            width: 90%;
            margin: 0
        }
}

.ub_styled_list .fa-ul {
    list-style-type: none;
    margin-left: 1em;
    padding-left: 0;
    display: grid;
    column-gap: 2em
}

    .ub_styled_list .fa-ul > li {
        position: relative;
        list-style: none;
        margin-left: .5em;
        margin-right: .5em
    }

.ub_styled_list .fa-li {
    display: inline-block;
    left: -.5em;
    position: relative
}

.ub_styled_list li::before {
    content: "";
    position: relative;
    left: -.5em;
    display: inline-block;
    background-repeat: no-repeat
}

.ub-hide {
    display: none
}

.ub-hiding {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ub-toggle-transition {
    transition: all .5s ease-in-out
}

.ub-icon-holder {
    position: relative;
    transform: translate(-25%,25%)
}

.ub-custom-id-input {
    font-size: .9em
}

@media(max-width:699px) {
    .ub-mobile-hide {
        display: none
    }

    .ub-mobile-display {
        display: block
    }
}

@media(min-width:700px)and (max-width:899px) {
    .ub-tablet-hide {
        display: none
    }

    .ub-tablet-display {
        display: block
    }
}

.wp-block-ub-tabbed-content {
    margin-top: 30px;
    margin-bottom: 30px
}

    .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
        border: 1px solid #d3d3d3
    }

    .wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
        border: 1px solid #d3d3d3;
        border-bottom: 0
    }

.wp-block-ub-tabbed-content-holder .blocks-rich-text__tinymce.mce-content-body {
    font-size: 14px
}

.wp-block-ub-tabbed-content-holder.vertical-holder {
    display: flex
}

.wp-block-ub-tabbed-content-tab-holder {
    position: relative
}

    .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width {
        position: relative;
        width: 21%
    }

.wp-block-ub-tabbed-content-tabs-title {
    display: flex;
    overflow-x: hidden
}

    .wp-block-ub-tabbed-content-tabs-title:hover, .wp-block-ub-tabbed-content-tabs-title:focus {
        overflow-x: auto
    }

@media(max-width:699px) {
    .wp-block-ub-tabbed-content-tabs-title.ub-mobile-hide {
        display: none
    }
}

@media(min-width:700px)and (max-width:899px) {
    .wp-block-ub-tabbed-content-tabs-title.ub-tablet-hide {
        display: none
    }
}

.wp-block-ub-tabbed-content-tabs-content {
    padding: 25px
}

    .wp-block-ub-tabbed-content-tabs-content.vertical-content-width {
        width: 79%
    }

.wp-block-ub-tabbed-content-tab-title {
    word-break: initial
}

.wp-block-ub-tabbed-content-tab-title-wrap {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 15px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

    .wp-block-ub-tabbed-content-tab-title-wrap.active {
        color: #fff
    }

.wp-block-ub-tabbed-content-tab-title-vertical-wrap {
    border: 1px solid #d3d3d3;
    border-top-left-radius: 5px;
    padding: 10px 15px;
    border-right: 0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

    .wp-block-ub-tabbed-content-tab-title-vertical-wrap.active {
        color: #000
    }

@media(max-width:699px) {
    .ub-tabbed-content-mobile-accordion {
        padding: 0;
        border: none
    }

        .ub-tabbed-content-mobile-accordion > .wp-block-ub-tabbed-content-tab-content-wrap {
            border: 1px solid #d3d3d3;
            padding: 20px
        }

            .ub-tabbed-content-mobile-accordion > .wp-block-ub-tabbed-content-tab-content-wrap.active {
                border-color: #a9a9a9
            }

    .wp-block-ub-tabbed-content-tab-title-mobile-vertical-wrap {
        border: 1px solid #d3d3d3;
        border-top-left-radius: 5px;
        padding: 10px 15px;
        border-right: 0;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer
    }

        .wp-block-ub-tabbed-content-tab-title-mobile-vertical-wrap.active {
            color: #000
        }

    .wp-block-ub-tabbed-content-tabs-content.vertical-content-width-mobile {
        width: 79%
    }

    .wp-block-ub-tabbed-content-tabs-content.horizontal-content-width-mobile {
        width: 100
    }

    .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width-mobile {
        width: 21%
    }

    .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile {
        width: 100%
    }

    .wp-block-ub-tabbed-content-tabs-title-mobile-vertical-tab {
        display: initial
    }

        .wp-block-ub-tabbed-content-tabs-title-mobile-vertical-tab .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap {
            border-bottom: 1px solid #d3d3d3
        }

    .wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab {
        display: flex
    }

        .wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab .wp-block-ub-tabbed-content-tab-title-vertical-wrap {
            border-right: 1px solid #d3d3d3
        }

    .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-mobile {
        display: block
    }

        .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-mobile > .wp-block-ub-tabbed-content-tabs-content {
            width: 100%
        }

    .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-vertical-holder-mobile {
        display: flex
    }
}

@media(min-width:700px)and (max-width:899px) {
    .ub-tabbed-content-tablet-accordion {
        padding: 0;
        border: none
    }

        .ub-tabbed-content-tablet-accordion > .wp-block-ub-tabbed-content-tab-content-wrap {
            border: 1px solid #d3d3d3;
            padding: 20px
        }

            .ub-tabbed-content-tablet-accordion > .wp-block-ub-tabbed-content-tab-content-wrap.active {
                border-color: #a9a9a9
            }

    .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap {
        border: 1px solid #d3d3d3;
        border-top-left-radius: 5px;
        padding: 10px 15px;
        border-right: 0;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer
    }

        .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap.active {
            color: #000
        }

    .wp-block-ub-tabbed-content-tabs-content.vertical-content-width-tablet {
        width: 79%
    }

    .wp-block-ub-tabbed-content-tabs-content.horizontal-content-width-tablet {
        width: 100%
    }

    .wp-block-ub-tabbed-content-tab-holder.vertical-tab-width-tablet {
        width: 21%
    }

    .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-tablet {
        width: 100%
    }

    .wp-block-ub-tabbed-content-tabs-title-tablet-vertical-tab {
        display: initial
    }

        .wp-block-ub-tabbed-content-tabs-title-tablet-vertical-tab .wp-block-ub-tabbed-content-tab-title-tablet-vertical-wrap {
            border-bottom: 1px solid #d3d3d3
        }

    .wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab {
        display: flex
    }

        .wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab .wp-block-ub-tabbed-content-tab-title-vertical-wrap {
            border-right: 1px solid #d3d3d3
        }

    .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-tablet {
        display: block
    }

        .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-horizontal-holder-tablet > .wp-block-ub-tabbed-content-tabs-content {
            width: 100%
        }

    .wp-block-ub-tabbed-content-holder.wp-block-ub-tabbed-content-vertical-holder-tablet {
        display: flex
    }
}

.wp-block-ub-tabbed-content-accordion-toggle {
    border: 1px solid #d3d3d3;
    padding: 10px 15px;
    display: none
}

    .wp-block-ub-tabbed-content-accordion-toggle.active {
        border-bottom: none
    }

@media(max-width:699px) {
    .wp-block-ub-tabbed-content-accordion-toggle.ub-mobile-display {
        display: block
    }
}

@media(min-width:700px)and (max-width:899px) {
    .wp-block-ub-tabbed-content-accordion-toggle.ub-tablet-display {
        display: block
    }
}

@media(max-width:374.98px) {
    .wp-block-ub-tabbed-content-tab-title-wrap {
        padding: 10px 5px
    }

    .wp-block-ub-tabbed-content-tabs-content {
        padding: 10px
    }

        .wp-block-ub-tabbed-content-tabs-content p {
            margin: 0 0 10px 0
        }

    .wp-block-ub-tabbed-content-scroll-button-container > button {
        top: -30px
    }
}

.ub-hide {
    display: none
}

.ub-hiding {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

.ub-toggle-transition {
    transition: all .5s ease-in-out
}

.ub-icon-holder {
    position: relative;
    transform: translate(-25%,25%)
}

.ub-custom-id-input {
    font-size: .9em
}

@media(max-width:699px) {
    .ub-mobile-hide {
        display: none
    }

    .ub-mobile-display {
        display: block
    }
}

@media(min-width:700px)and (max-width:899px) {
    .ub-tablet-hide {
        display: none
    }

    .ub-tablet-display {
        display: block
    }
}

.ub_table-of-contents {
    box-sizing: border-box;
    transition: all .5s ease-in-out;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid
}

    .ub_table-of-contents ul, .ub_table-of-contents ol {
        margin-bottom: 0;
        margin-left: 1.3em;
        padding-inline-start: 0;
        padding-left: 0
    }

    .ub_table-of-contents ol {
        list-style-type: none;
        counter-reset: item;
        margin: 0;
        padding: 0
    }

        .ub_table-of-contents ol > li {
            display: table;
            counter-increment: item
        }

            .ub_table-of-contents ol > li:before {
                content: counters(item,".") ". ";
                display: table-cell;
                padding-right: .6em
            }

    .ub_table-of-contents li ol > li {
        margin: 0
    }

        .ub_table-of-contents li ol > li:before {
            content: counters(item,".") " "
        }

.ub_table-of-contents-header {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    display: grid;
    grid-template-columns: minmax(10px,1fr) auto;
    transition: all .5s ease-in-out
}

.ub_table-of-contents-header-toggle {
    display: flex;
    align-items: center;
    padding-left: 5px
}

.ub_table-of-contents-collapsed {
    padding: 10px
}

.ub_table-of-contents-1-column {
    column-count: 1
}

.ub_table-of-contents-2-column {
    column-count: 2
}

.ub_table-of-contents-3-column {
    column-count: 3
}

.ub_table-of-contents-container {
    transition: all .5s ease-in-out;
    overflow: hidden
}

.ub_table-of-contents .ub_table-of-contents-container ul > li:before {
    content: none
}

.ub_table-of-contents-header-container, .ub_table-of-contents-extra-container {
    padding: 15px 30px;
    transition: all .5s ease-in-out
}

.ub_table-of-contents-header-container {
    display: grid
}

.ub_table-of-contents, .ub_table-of-contents-collapsed {
    padding: 0
}

    .ub_table-of-contents-collapsed .ub_table-of-contents-extra-container {
        padding: 0
    }

@media screen and (max-width:600px) {
    .ub_table-of-contents-1-column, .ub_table-of-contents-2-column, .ub_table-of-contents-3-column {
        column-count: 1
    }
}

.wp-block-ub-testimonial-block {
    margin: 30px auto;
    max-width: 100%
}

.ub_testimonial {
    max-width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: fit-content(25%) auto;
    grid-template-rows: auto auto;
    margin: 40px 0
}

.ub_testimonial_img {
    padding: 10px 10px;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: span 2
}

    .ub_testimonial_img img {
        margin: 0 auto;
        padding: 0;
        border-radius: 50%
    }

.ub_testimonial_content {
    grid-row-start: 1;
    grid-column-start: 2;
    padding: 11px 20px
}

    .ub_testimonial_content p {
        font-style: italic
    }

.ub_testimonial_sign {
    padding-right: 10px;
    padding-bottom: 10px;
    grid-column-start: 2;
    grid-row-start: 2
}

    .ub_testimonial_sign p {
        margin-bottom: 2px !important
    }

    .ub_testimonial_sign .ub_testimonial_author_role {
        margin-top: 0;
        font-size: 13px;
        font-style: italic
    }

@media(max-width:479.98px) {
    .ub_testimonial {
        padding: 30px 10px;
        display: block
    }

    .ub_testimonial_img {
        padding: 0
    }

    .ub_testimonial_content {
        padding: 10px
    }

        .ub_testimonial_content p {
            text-align: center !important
        }

    .ub_testimonial_sign {
        padding-right: 0
    }

        .ub_testimonial_sign .ub_testimonial_author_role {
            text-align: center !important;
            margin-top: 5px
        }

    .ub_testimonial_img, .ub_testimonial_author {
        text-align: center !important
    }
}

@media(max-width:320px) {
    .ub_testimonial_content {
        padding: 10px 0
    }
}
/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

@charset "UTF-8"; /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
/*!
 *  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-display: swap;
    font-family: FontAwesome;
    src: url(../../../plugins/poka-review/public/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../../../plugins/poka-review/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../../../plugins/poka-review/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../../plugins/poka-review/public/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../../plugins/poka-review/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../../../plugins/poka-review/public/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(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing: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-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-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-full:before, .fa-thermometer: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-bath:before, .fa-bathtub:before, .fa-s15: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
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    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: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-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-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../../plugins/poka-review/public/images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-display: swap;
    font-family: "slick";
    src: url(../../../plugins/poka-review/public/fonts/slick.eot);
    src: url("../../../plugins/poka-review/public/fonts/slick.eot?#iefix") format("embedded-opentype"),url(../../../plugins/poka-review/public/fonts/slick.woff) format("woff"),url(../../../plugins/poka-review/public/fonts/slick.ttf) format("truetype"),url("../../../plugins/poka-review/public/fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none
}

    .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent
    }

        .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir="rtl"] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir="rtl"] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "\2022";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.prp-page .prp-content, .wp-admin .prp-content, .prp-page.page .prp-content {
    font-family: inherit;
    font-size: 14px
}

    .prp-page .prp-content h1, .wp-admin .prp-content h1, .prp-page.page .prp-content h1, .prp-page .prp-content h2, .wp-admin .prp-content h2, .prp-page.page .prp-content h2, .prp-page .prp-content h3, .wp-admin .prp-content h3, .prp-page.page .prp-content h3, .prp-page .prp-content h4, .wp-admin .prp-content h4, .prp-page.page .prp-content h4, .prp-page .prp-content h5, .wp-admin .prp-content h5, .prp-page.page .prp-content h5, .prp-page .prp-content h6, .wp-admin .prp-content h6, .prp-page.page .prp-content h6 {
        padding: 0;
        margin: 0;
        font-weight: 700;
        line-height: 1.1em
    }

    .prp-page .prp-content p, .wp-admin .prp-content p, .prp-page.page .prp-content p {
        padding: 0;
        margin: 0 0 15px
    }

    .prp-page .prp-content ul, .wp-admin .prp-content ul, .prp-page.page .prp-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: inherit
    }

        .prp-page .prp-content ul li, .wp-admin .prp-content ul li, .prp-page.page .prp-content ul li {
            list-style: none;
            padding: 0;
            margin: 0
        }

    .prp-page .prp-content *, .wp-admin .prp-content *, .prp-page.page .prp-content * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .prp-page .prp-content img, .wp-admin .prp-content img, .prp-page.page .prp-content img {
        max-width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .prp-page .prp-content a, .wp-admin .prp-content a, .prp-page.page .prp-content a {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0 none;
        text-decoration: none
    }

    .prp-page .prp-content p, .wp-admin .prp-content p, .prp-page.page .prp-content p {
        font-size: 1em;
        line-height: 1.4em
    }

    .prp-page .prp-content h5, .wp-admin .prp-content h5, .prp-page.page .prp-content h5 {
        margin-bottom: 1em;
        font-size: 1em
    }

    .prp-page .prp-content .prp-row, .wp-admin .prp-content .prp-row, .prp-page.page .prp-content .prp-row {
        margin: 0 -20px
    }

        .prp-page .prp-content .prp-row:before, .wp-admin .prp-content .prp-row:before, .prp-page.page .prp-content .prp-row:before, .prp-page .prp-content .prp-row:after, .wp-admin .prp-content .prp-row:after, .prp-page.page .prp-content .prp-row:after {
            content: " ";
            display: table
        }

        .prp-page .prp-content .prp-row:after, .wp-admin .prp-content .prp-row:after, .prp-page.page .prp-content .prp-row:after {
            clear: both
        }

    .prp-page .prp-content .prp-row, .wp-admin .prp-content .prp-row, .prp-page.page .prp-content .prp-row {
        *zoom: 1
    }

        .prp-page .prp-content .prp-row > div, .wp-admin .prp-content .prp-row > div, .prp-page.page .prp-content .prp-row > div {
            padding: 0 20px;
            max-width: none
        }

    .prp-page .prp-content .prp-row--10, .wp-admin .prp-content .prp-row--10, .prp-page.page .prp-content .prp-row--10 {
        margin: 0 -10px
    }

        .prp-page .prp-content .prp-row--10 > div, .wp-admin .prp-content .prp-row--10 > div, .prp-page.page .prp-content .prp-row--10 > div {
            padding: 0 10px
        }

    .prp-page .prp-content .col-12, .wp-admin .prp-content .col-12, .prp-page.page .prp-content .col-12 {
        width: 100%;
        float: left
    }

    .prp-page .prp-content .col-11, .wp-admin .prp-content .col-11, .prp-page.page .prp-content .col-11 {
        width: 91.6666666667%;
        float: left
    }

    .prp-page .prp-content .col-10, .wp-admin .prp-content .col-10, .prp-page.page .prp-content .col-10 {
        width: 83.3333333333%;
        float: left
    }

    .prp-page .prp-content .col-9, .wp-admin .prp-content .col-9, .prp-page.page .prp-content .col-9 {
        width: 75%;
        float: left
    }

    .prp-page .prp-content .col-8, .wp-admin .prp-content .col-8, .prp-page.page .prp-content .col-8 {
        width: 66.6666666667%;
        float: left
    }

    .prp-page .prp-content .col-7, .wp-admin .prp-content .col-7, .prp-page.page .prp-content .col-7 {
        width: 58.3333333333%;
        float: left
    }

    .prp-page .prp-content .col-6, .wp-admin .prp-content .col-6, .prp-page.page .prp-content .col-6 {
        width: 50%;
        float: left
    }

    .prp-page .prp-content .col-5, .wp-admin .prp-content .col-5, .prp-page.page .prp-content .col-5 {
        width: 41.6666666667%;
        float: left
    }

    .prp-page .prp-content .col-4, .wp-admin .prp-content .col-4, .prp-page.page .prp-content .col-4 {
        width: 33.3333333333%;
        float: left
    }

    .prp-page .prp-content .col-3, .wp-admin .prp-content .col-3, .prp-page.page .prp-content .col-3 {
        width: 25%;
        float: left
    }

    .prp-page .prp-content .col-2, .wp-admin .prp-content .col-2, .prp-page.page .prp-content .col-2 {
        width: 16.6666666667%;
        float: left
    }

    .prp-page .prp-content .col-1, .wp-admin .prp-content .col-1, .prp-page.page .prp-content .col-1 {
        width: 8.3333333333%;
        float: left
    }

    .prp-page .prp-content .prp-table, .wp-admin .prp-content .prp-table, .prp-page.page .prp-content .prp-table {
        display: table;
        width: 100%;
        height: 100%
    }

    .prp-page .prp-content .prp-table-cell, .wp-admin .prp-content .prp-table-cell, .prp-page.page .prp-content .prp-table-cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle
    }

    .prp-page .prp-content .pull-right, .wp-admin .prp-content .pull-right, .prp-page.page .prp-content .pull-right {
        float: right
    }

    .prp-page .prp-content .pull-left, .wp-admin .prp-content .pull-left, .prp-page.page .prp-content .pull-left {
        float: left
    }

    .prp-page .prp-content .clearfix:before, .wp-admin .prp-content .clearfix:before, .prp-page.page .prp-content .clearfix:before, .prp-page .prp-content .clearfix:after, .wp-admin .prp-content .clearfix:after, .prp-page.page .prp-content .clearfix:after {
        content: " ";
        display: table
    }

    .prp-page .prp-content .clearfix:after, .wp-admin .prp-content .clearfix:after, .prp-page.page .prp-content .clearfix:after {
        clear: both
    }

    .prp-page .prp-content .display-lg-block, .wp-admin .prp-content .display-lg-block, .prp-page.page .prp-content .display-lg-block {
        display: none !important
    }

    .prp-page .prp-content .prp-btn, .wp-admin .prp-content .prp-btn, .prp-page.page .prp-content .prp-btn {
        font-weight: 700;
        padding: 13px 15px;
        font-size: 1.1428571429em;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        background: #b2b2b2;
        box-shadow: 0 3px 2px rgba(0,0,0,.1);
        color: #fff;
        border: 0 none
    }

    .prp-page .prp-content .prp-btn--widget, .wp-admin .prp-content .prp-btn--widget, .prp-page.page .prp-content .prp-btn--widget {
        background: #b2b2b2;
        display: block;
        font-weight: 600;
        font-size: 1.2857142857em;
        padding: 13px 20px 13px 20px;
        line-height: 1.2em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        position: relative;
        max-width: 230px
    }

        .prp-page .prp-content .prp-btn--widget.prp-btn--review, .wp-admin .prp-content .prp-btn--widget.prp-btn--review, .prp-page.page .prp-content .prp-btn--widget.prp-btn--review {
            padding: 13px 20px 13px 20px
        }

        .prp-page .prp-content .prp-btn--widget img, .wp-admin .prp-content .prp-btn--widget img, .prp-page.page .prp-content .prp-btn--widget img {
            position: absolute;
            left: 17px;
            top: 50%;
            transform: translateY(-50%);
            width: 32px
        }

    .prp-page .prp-content .prp-btn--widget--diff, .wp-admin .prp-content .prp-btn--widget--diff, .prp-page.page .prp-content .prp-btn--widget--diff {
        border-radius: 0;
        max-width: 250px
    }

    .prp-page .prp-content .prp-btn:after, .wp-admin .prp-content .prp-btn:after, .prp-page.page .prp-content .prp-btn:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .15;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(.19,1,.22,1);
        width: 50px;
        z-index: -10
    }

    .prp-page .prp-content .prp-btn:hover, .wp-admin .prp-content .prp-btn:hover, .prp-page.page .prp-content .prp-btn:hover {
        color: #fff;
        opacity: .7
    }

        .prp-page .prp-content .prp-btn:hover:after, .wp-admin .prp-content .prp-btn:hover:after, .prp-page.page .prp-content .prp-btn:hover:after {
            left: 120%;
            transition: all 550ms cubic-bezier(.19,1,.22,1)
        }

    .prp-page .prp-content .prp-btn--full, .wp-admin .prp-content .prp-btn--full, .prp-page.page .prp-content .prp-btn--full {
        display: block;
        width: 100%;
        text-align: center;
        max-width: 100%
    }

    .prp-page .prp-content .prp-btn--review, .wp-admin .prp-content .prp-btn--review, .prp-page.page .prp-content .prp-btn--review {
        background: #6c706f
    }

    .prp-page .prp-content .prp-margin-bottom, .wp-admin .prp-content .prp-margin-bottom, .prp-page.page .prp-content .prp-margin-bottom {
        margin-bottom: 30px
    }

@media (max-width:1100px) {
    .prp-page .prp-content .col-md-12, .wp-admin .prp-content .col-md-12, .prp-page.page .prp-content .col-md-12 {
        width: 100%
    }

    .prp-page .prp-content .col-md-11, .wp-admin .prp-content .col-md-11, .prp-page.page .prp-content .col-md-11 {
        width: 91.6666666667%
    }

    .prp-page .prp-content .col-md-10, .wp-admin .prp-content .col-md-10, .prp-page.page .prp-content .col-md-10 {
        width: 83.3333333333%
    }

    .prp-page .prp-content .col-md-9, .wp-admin .prp-content .col-md-9, .prp-page.page .prp-content .col-md-9 {
        width: 75%
    }

    .prp-page .prp-content .col-md-8, .wp-admin .prp-content .col-md-8, .prp-page.page .prp-content .col-md-8 {
        width: 66.6666666667%
    }

    .prp-page .prp-content .col-md-7, .wp-admin .prp-content .col-md-7, .prp-page.page .prp-content .col-md-7 {
        width: 58.3333333333%
    }

    .prp-page .prp-content .col-md-6, .wp-admin .prp-content .col-md-6, .prp-page.page .prp-content .col-md-6 {
        width: 50%
    }

    .prp-page .prp-content .col-md-5, .wp-admin .prp-content .col-md-5, .prp-page.page .prp-content .col-md-5 {
        width: 41.6666666667%
    }

    .prp-page .prp-content .col-md-4, .wp-admin .prp-content .col-md-4, .prp-page.page .prp-content .col-md-4 {
        width: 33.3333333333%
    }

    .prp-page .prp-content .col-md-3, .wp-admin .prp-content .col-md-3, .prp-page.page .prp-content .col-md-3 {
        width: 25%
    }

    .prp-page .prp-content .col-md-2, .wp-admin .prp-content .col-md-2, .prp-page.page .prp-content .col-md-2 {
        width: 16.6666666667%
    }

    .prp-page .prp-content .col-md-1, .wp-admin .prp-content .col-md-1, .prp-page.page .prp-content .col-md-1 {
        width: 8.3333333333%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .col-sm-12, .wp-admin .prp-content .col-sm-12, .prp-page.page .prp-content .col-sm-12 {
        width: 100%
    }

    .prp-page .prp-content .col-sm-11, .wp-admin .prp-content .col-sm-11, .prp-page.page .prp-content .col-sm-11 {
        width: 91.6666666667%
    }

    .prp-page .prp-content .col-sm-10, .wp-admin .prp-content .col-sm-10, .prp-page.page .prp-content .col-sm-10 {
        width: 83.3333333333%
    }

    .prp-page .prp-content .col-sm-9, .wp-admin .prp-content .col-sm-9, .prp-page.page .prp-content .col-sm-9 {
        width: 75%
    }

    .prp-page .prp-content .col-sm-8, .wp-admin .prp-content .col-sm-8, .prp-page.page .prp-content .col-sm-8 {
        width: 66.6666666667%
    }

    .prp-page .prp-content .col-sm-7, .wp-admin .prp-content .col-sm-7, .prp-page.page .prp-content .col-sm-7 {
        width: 58.3333333333%
    }

    .prp-page .prp-content .col-sm-6, .wp-admin .prp-content .col-sm-6, .prp-page.page .prp-content .col-sm-6 {
        width: 50%
    }

    .prp-page .prp-content .col-sm-5, .wp-admin .prp-content .col-sm-5, .prp-page.page .prp-content .col-sm-5 {
        width: 41.6666666667%
    }

    .prp-page .prp-content .col-sm-4, .wp-admin .prp-content .col-sm-4, .prp-page.page .prp-content .col-sm-4 {
        width: 33.3333333333%
    }

    .prp-page .prp-content .col-sm-3, .wp-admin .prp-content .col-sm-3, .prp-page.page .prp-content .col-sm-3 {
        width: 25%
    }

    .prp-page .prp-content .col-sm-2, .wp-admin .prp-content .col-sm-2, .prp-page.page .prp-content .col-sm-2 {
        width: 16.6666666667%
    }

    .prp-page .prp-content .col-sm-1, .wp-admin .prp-content .col-sm-1, .prp-page.page .prp-content .col-sm-1 {
        width: 8.3333333333%
    }

    .prp-page .prp-content .prp-margin-bottom-sm, .wp-admin .prp-content .prp-margin-bottom-sm, .prp-page.page .prp-content .prp-margin-bottom-sm {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1100px) {
    .prp-page .prp-content .display-lg-block, .wp-admin .prp-content .display-lg-block, .prp-page.page .prp-content .display-lg-block {
        display: block !important
    }

    .prp-page .prp-content .hide-lg-up, .wp-admin .prp-content .hide-lg-up, .prp-page.page .prp-content .hide-lg-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .prp-page div.prp-content .prp-bonus-box, .wp-admin div.prp-content .prp-bonus-box, .prp-page.page div.prp-content .prp-bonus-box {
        text-align: center
    }
}

.prp-page div.prp-content .prp-bonus-box h5, .wp-admin div.prp-content .prp-bonus-box h5, .prp-page.page div.prp-content .prp-bonus-box h5 {
    margin-bottom: 7px
}

.prp-page div.prp-content .prp-bonus-box p strong, .wp-admin div.prp-content .prp-bonus-box p strong, .prp-page.page div.prp-content .prp-bonus-box p strong {
    color: #b2b2b2
}

.prp-page div.prp-content .prp-bonus-box--big, .wp-admin div.prp-content .prp-bonus-box--big, .prp-page.page div.prp-content .prp-bonus-box--big {
    margin-bottom: 35px;
    padding: 0
}

    .prp-page div.prp-content .prp-bonus-box--big h5, .wp-admin div.prp-content .prp-bonus-box--big h5, .prp-page.page div.prp-content .prp-bonus-box--big h5 {
        margin-bottom: 4px
    }

    .prp-page div.prp-content .prp-bonus-box--big p, .wp-admin div.prp-content .prp-bonus-box--big p, .prp-page.page div.prp-content .prp-bonus-box--big p {
        font-size: 1.4285714286em
    }

.prp-page div.prp-content .prp-bonus-box--big-alt, .wp-admin div.prp-content .prp-bonus-box--big-alt, .prp-page.page div.prp-content .prp-bonus-box--big-alt {
    margin-bottom: 25px;
    padding: 0
}

    .prp-page div.prp-content .prp-bonus-box--big-alt h5, .wp-admin div.prp-content .prp-bonus-box--big-alt h5, .prp-page.page div.prp-content .prp-bonus-box--big-alt h5 {
        margin-bottom: 4px
    }

    .prp-page div.prp-content .prp-bonus-box--big-alt p, .wp-admin div.prp-content .prp-bonus-box--big-alt p, .prp-page.page div.prp-content .prp-bonus-box--big-alt p {
        font-size: 1.2857142857em
    }

.prp-page div.prp-content .prp-el-circle-rating, .wp-admin div.prp-content .prp-el-circle-rating, .prp-page.page div.prp-content .prp-el-circle-rating {
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 100%;
    font-weight: 300;
    color: #b2b2b2;
    font-size: 14px
}

@media (max-width:767px) {
    .prp-page div.prp-content .prp-el-circle-rating, .wp-admin div.prp-content .prp-el-circle-rating, .prp-page.page div.prp-content .prp-el-circle-rating {
        margin: 0 auto
    }
}

.prp-page div.prp-content .prp-el-circle-rating .num-percent, .wp-admin div.prp-content .prp-el-circle-rating .num-percent, .prp-page.page div.prp-content .prp-el-circle-rating .num-percent {
    font-size: 3.4285714286em;
    line-height: 1.2em
}

    .prp-page div.prp-content .prp-el-circle-rating .num-percent span, .wp-admin div.prp-content .prp-el-circle-rating .num-percent span, .prp-page.page div.prp-content .prp-el-circle-rating .num-percent span {
        font-size: 24px;
        line-height: 1.3em;
        position: relative;
        top: 3px
    }

.prp-page div.prp-content .prp-el-circle-rating span, .wp-admin div.prp-content .prp-el-circle-rating span, .prp-page.page div.prp-content .prp-el-circle-rating span {
    font-size: .8571428571em
}

.prp-page div.prp-content .prp-el-circle-rating ul.star-list, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list {
    display: table;
    margin: 0 auto 5px
}

    .prp-page div.prp-content .prp-el-circle-rating ul.star-list li, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list li, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list li {
        display: inline-block;
        margin: 0 2px
    }

        .prp-page div.prp-content .prp-el-circle-rating ul.star-list li svg, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list li svg, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list li svg {
            width: 18px;
            vertical-align: middle;
            position: relative;
            top: -1.5px
        }

        .prp-page div.prp-content .prp-el-circle-rating ul.star-list li.star-empty svg polygon, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list li.star-empty svg polygon, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list li.star-empty svg polygon {
            fill: #ddd !important
        }

        .prp-page div.prp-content .prp-el-circle-rating ul.star-list li.star-active svg, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list li.star-active svg, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list li.star-active svg {
            fill: #b2b2b2 !important
        }

            .prp-page div.prp-content .prp-el-circle-rating ul.star-list li.star-active svg polygon, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list li.star-active svg polygon, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list li.star-active svg polygon {
                fill: #b2b2b2 !important
            }

        .prp-page div.prp-content .prp-el-circle-rating ul.star-list li.star-half stop.first-half-star, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list li.star-half stop.first-half-star, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list li.star-half stop.first-half-star {
            stop-color: #b2b2b2 !important
        }

.prp-page div.prp-content .prp-el-circle-rating ul.star-list--diff, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list--diff, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list--diff {
    line-height: 1em;
    margin: 0 auto;
    margin-bottom: 2px
}

    .prp-page div.prp-content .prp-el-circle-rating ul.star-list--diff li, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list--diff li, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list--diff li {
        margin: 0 1px
    }

        .prp-page div.prp-content .prp-el-circle-rating ul.star-list--diff li svg, .wp-admin div.prp-content .prp-el-circle-rating ul.star-list--diff li svg, .prp-page.page div.prp-content .prp-el-circle-rating ul.star-list--diff li svg {
            width: 18px
        }

.prp-page div.prp-content .prp-el-circle-rating--center, .wp-admin div.prp-content .prp-el-circle-rating--center, .prp-page.page div.prp-content .prp-el-circle-rating--center {
    margin: 0 auto
}

.prp-page div.prp-content .prp-el-circle-rating--diff, .wp-admin div.prp-content .prp-el-circle-rating--diff, .prp-page.page div.prp-content .prp-el-circle-rating--diff {
    width: 170px;
    height: 170px;
    border-radius: 0
}

@media (max-width:767px) {
    .prp-page div.prp-content .prp-el-circle-rating--diff.pull-right, .wp-admin div.prp-content .prp-el-circle-rating--diff.pull-right, .prp-page.page div.prp-content .prp-el-circle-rating--diff.pull-right {
        float: none !important;
        margin: 0 auto
    }
}

.prp-page div.prp-content .prp-el-circle-rating--diff.align-center, .wp-admin div.prp-content .prp-el-circle-rating--diff.align-center, .prp-page.page div.prp-content .prp-el-circle-rating--diff.align-center {
    margin: 0 auto 25px;
    float: none
}

.prp-page div.prp-content .prp-el-circle-rating--diff ul.star-list, .wp-admin div.prp-content .prp-el-circle-rating--diff ul.star-list, .prp-page.page div.prp-content .prp-el-circle-rating--diff ul.star-list {
    margin: 15px auto
}

    .prp-page div.prp-content .prp-el-circle-rating--diff ul.star-list li svg, .wp-admin div.prp-content .prp-el-circle-rating--diff ul.star-list li svg, .prp-page.page div.prp-content .prp-el-circle-rating--diff ul.star-list li svg {
        width: 24px
    }

.prp-page div.prp-content .prp-el-circle-rating--diff-pad, .wp-admin div.prp-content .prp-el-circle-rating--diff-pad, .prp-page.page div.prp-content .prp-el-circle-rating--diff-pad {
    margin-top: 10px
}

.prp-page div.prp-content .prp-el-circle-rating--diff-full, .wp-admin div.prp-content .prp-el-circle-rating--diff-full, .prp-page.page div.prp-content .prp-el-circle-rating--diff-full {
    width: 100%
}

.prp-page div.prp-content .prp-el-circle-rating--no-bg, .wp-admin div.prp-content .prp-el-circle-rating--no-bg, .prp-page.page div.prp-content .prp-el-circle-rating--no-bg {
    background-color: transparent
}

.prp-page div.prp-content .prp-bars-rating .bar-rating-full > span, .wp-admin div.prp-content .prp-bars-rating .bar-rating-full > span, .prp-page.page div.prp-content .prp-bars-rating .bar-rating-full > span {
    display: block;
    font-size: .8571428571em;
    padding-bottom: 2px
}

.prp-page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group, .wp-admin div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group, .prp-page.page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group {
    position: relative;
    margin-bottom: 14px
}

    .prp-page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating, .wp-admin div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating, .prp-page.page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating {
        position: relative;
        width: 100%;
        height: 20px;
        border-radius: 10px
    }

    .prp-page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating--grey, .wp-admin div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating--grey, .prp-page.page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating--grey {
        background-color: #f6f6f6
    }

    .prp-page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating--color, .wp-admin div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating--color, .prp-page.page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group .bar-rating--color {
        background-color: #b2b2b2;
        position: absolute;
        top: 0;
        z-index: 10
    }

.prp-page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group--diff, .wp-admin div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group--diff, .prp-page.page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group--diff {
    left: 0
}

    .prp-page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group--diff .bar-rating, .wp-admin div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group--diff .bar-rating, .prp-page.page div.prp-content .prp-bars-rating .bar-rating-full .bar-rating-group--diff .bar-rating {
        border-radius: 0
    }

.prp-page div.prp-content .prp-bars-rating--star .bar-rating-full > span, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full > span, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full > span {
    display: table;
    font-size: .8571428571em;
    font-weight: 600;
    background-color: #fff;
    line-height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    padding: 0 15px;
    margin-left: -13px
}

.prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group {
    position: relative;
    margin-bottom: 16px
}

    .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating {
        position: relative;
        width: 100%;
        height: 42px;
        line-height: 42px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

    .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey {
        background-color: #f6f6f6;
        overflow: hidden;
        padding-right: 32px
    }

        .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list {
            float: right
        }

            .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li {
                display: inline-block
            }

                .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg {
                    fill: #ddd !important;
                    vertical-align: middle;
                    position: relative;
                    top: -1.5px;
                    width: 24px
                }

                    .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg path, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg path, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg path {
                        fill: #ddd !important
                    }

                    .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg polygon, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg polygon, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li svg polygon {
                        fill: #ddd !important
                    }

                .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg {
                    fill: #b2b2b2 !important
                }

                    .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg path, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg path, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg path {
                        fill: #b2b2b2 !important
                    }

                    .prp-page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg polygon, .wp-admin div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg polygon, .prp-page.page div.prp-content .prp-bars-rating--star .bar-rating-full .bar-rating-group .bar-rating--grey ul.star-list li.star-active svg polygon {
                        fill: #b2b2b2 !important
                    }

.prp-page div.prp-content .prp-gallery-group, .wp-admin div.prp-content .prp-gallery-group, .prp-page.page div.prp-content .prp-gallery-group {
    position: relative
}

    .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider {
        padding-right: 70px
    }

        .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item {
            position: relative
        }

            .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                overflow: hidden;
                position: relative;
                display: block
            }

                .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox img, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox img, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox img {
                    display: block;
                    width: 100%
                }

                .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox:after, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox:after, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,.7) url(../../../plugins/poka-review/public/images/plus-symbol-white.svg) center center no-repeat;
                    background-size: 28px auto;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                    opacity: 0
                }

                .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox:hover:after, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox:hover:after, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider .prp-gallery-item .lightbox:hover:after {
                    opacity: 1
                }

        .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider .slick-list, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider .slick-list, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider .slick-list {
            margin: 0 -15px
        }

        .prp-page div.prp-content .prp-gallery-group .prp-gallery-slider .slick-slide, .wp-admin div.prp-content .prp-gallery-group .prp-gallery-slider .slick-slide, .prp-page.page div.prp-content .prp-gallery-group .prp-gallery-slider .slick-slide {
            padding: 0 15px
        }

    .prp-page div.prp-content .prp-gallery-group .prp-slider-arrows, .wp-admin div.prp-content .prp-gallery-group .prp-slider-arrows, .prp-page.page div.prp-content .prp-gallery-group .prp-slider-arrows {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -27px;
        z-index: 1000
    }

        .prp-page div.prp-content .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .wp-admin div.prp-content .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .prp-page.page div.prp-content .prp-gallery-group .prp-slider-arrows .prp-slider-arrow {
            display: table;
            cursor: pointer;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #f6f6f6;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            margin: 10px 0
        }

            .prp-page div.prp-content .prp-gallery-group .prp-slider-arrows .prp-slider-arrow svg, .wp-admin div.prp-content .prp-gallery-group .prp-slider-arrows .prp-slider-arrow svg, .prp-page.page div.prp-content .prp-gallery-group .prp-slider-arrows .prp-slider-arrow svg {
                vertical-align: middle;
                fill: #b2b2b2;
                position: relative;
                top: -1px;
                width: 15px
            }

.prp-page div.prp-content ul.star-list-sep, .wp-admin div.prp-content ul.star-list-sep, .prp-page.page div.prp-content ul.star-list-sep {
    display: table;
    margin: 0 auto
}

    .prp-page div.prp-content ul.star-list-sep li, .wp-admin div.prp-content ul.star-list-sep li, .prp-page.page div.prp-content ul.star-list-sep li {
        display: inline-block;
        margin: 0 2px
    }

        .prp-page div.prp-content ul.star-list-sep li svg, .wp-admin div.prp-content ul.star-list-sep li svg, .prp-page.page div.prp-content ul.star-list-sep li svg {
            fill: #ddd !important;
            width: 18px;
            vertical-align: middle;
            position: relative;
            top: -1.5px
        }

            .prp-page div.prp-content ul.star-list-sep li svg polygon, .wp-admin div.prp-content ul.star-list-sep li svg polygon, .prp-page.page div.prp-content ul.star-list-sep li svg polygon {
                fill: #ddd !important
            }

        .prp-page div.prp-content ul.star-list-sep li.star-active svg, .wp-admin div.prp-content ul.star-list-sep li.star-active svg, .prp-page.page div.prp-content ul.star-list-sep li.star-active svg {
            fill: #b2b2b2 !important
        }

            .prp-page div.prp-content ul.star-list-sep li.star-active svg polygon, .wp-admin div.prp-content ul.star-list-sep li.star-active svg polygon, .prp-page.page div.prp-content ul.star-list-sep li.star-active svg polygon {
                fill: #b2b2b2 !important
            }

.prp-page div.prp-content .terms-wrapper, .wp-admin div.prp-content .terms-wrapper, .prp-page.page div.prp-content .terms-wrapper {
    text-align: center;
    padding: 0 10px;
    clear: both
}

    .prp-page div.prp-content .terms-wrapper .tooltip-text, .wp-admin div.prp-content .terms-wrapper .tooltip-text, .prp-page.page div.prp-content .terms-wrapper .tooltip-text {
        display: none
    }

    .prp-page div.prp-content .terms-wrapper .tooltip-el, .wp-admin div.prp-content .terms-wrapper .tooltip-el, .prp-page.page div.prp-content .terms-wrapper .tooltip-el {
        cursor: pointer;
        display: inline-block;
        font-size: .7857142857em;
        line-height: 1.2
    }

        .prp-page div.prp-content .terms-wrapper .tooltip-el.tooltip-disabled, .wp-admin div.prp-content .terms-wrapper .tooltip-el.tooltip-disabled, .prp-page.page div.prp-content .terms-wrapper .tooltip-el.tooltip-disabled {
            cursor: default
        }

.prp-page .tippy-tooltip, .wp-admin .tippy-tooltip, .prp-page.page .tippy-tooltip {
    background-color: #b2b2b2;
    font-size: 12px;
    box-shadow: 0 5px 10px rgba(0,0,0,.25);
    font-family: inherit;
    border-radius: 5px
}

    .prp-page .tippy-tooltip .tippy-arrow, .wp-admin .tippy-tooltip .tippy-arrow, .prp-page.page .tippy-tooltip .tippy-arrow {
        border-top-color: #b2b2b2
    }

    .prp-page .tippy-tooltip .tippy-content, .wp-admin .tippy-tooltip .tippy-content, .prp-page.page .tippy-tooltip .tippy-content {
        padding: 5px 10px;
        color: #fff
    }

        .prp-page .tippy-tooltip .tippy-content a, .wp-admin .tippy-tooltip .tippy-content a, .prp-page.page .tippy-tooltip .tippy-content a {
            text-decoration: underline;
            color: #fff
        }

stop.first-half-star {
    stop-color: #b2b2b2 !important
}

stop.last-half-star {
    stop-color: #ddd !important
}

.prp-page .prp-content .table-s1, .wp-admin .prp-content .table-s1, .prp-page.page .prp-content .table-s1 {
    margin-bottom: 20px;
    color: #000;
    background: #fff
}

    .prp-page .prp-content .table-s1 .item, .wp-admin .prp-content .table-s1 .item, .prp-page.page .prp-content .table-s1 .item {
        padding: 25px 0;
        display: flex
    }

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item, .wp-admin .prp-content .table-s1 .item, .prp-page.page .prp-content .table-s1 .item {
        display: block
    }
}

.prp-page .prp-content .table-s1 .item:nth-child(even), .wp-admin .prp-content .table-s1 .item:nth-child(even), .prp-page.page .prp-content .table-s1 .item:nth-child(even) {
    background: #f6f6f6
}

    .prp-page .prp-content .table-s1 .item:nth-child(even) .count, .wp-admin .prp-content .table-s1 .item:nth-child(even) .count, .prp-page.page .prp-content .table-s1 .item:nth-child(even) .count {
        background: #fff
    }

    .prp-page .prp-content .table-s1 .item:nth-child(even) .prp-el-circle-rating, .wp-admin .prp-content .table-s1 .item:nth-child(even) .prp-el-circle-rating, .prp-page.page .prp-content .table-s1 .item:nth-child(even) .prp-el-circle-rating {
        background: #fff
    }

.prp-page .prp-content .table-s1 .item > div, .wp-admin .prp-content .table-s1 .item > div, .prp-page.page .prp-content .table-s1 .item > div {
    padding: 0 10px
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item > div, .wp-admin .prp-content .table-s1 .item > div, .prp-page.page .prp-content .table-s1 .item > div {
        height: auto;
        float: left
    }
}

.prp-page .prp-content .table-s1 .item .c1, .wp-admin .prp-content .table-s1 .item .c1, .prp-page.page .prp-content .table-s1 .item .c1 {
    width: 7%;
    text-align: center
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .c1, .wp-admin .prp-content .table-s1 .item .c1, .prp-page.page .prp-content .table-s1 .item .c1 {
        width: 100%;
        position: relative
    }
}

.prp-page .prp-content .table-s1 .item .c2, .wp-admin .prp-content .table-s1 .item .c2, .prp-page.page .prp-content .table-s1 .item .c2 {
    width: 20%;
    text-align: center
}

    .prp-page .prp-content .table-s1 .item .c2 a, .wp-admin .prp-content .table-s1 .item .c2 a, .prp-page.page .prp-content .table-s1 .item .c2 a {
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        display: block;
        border: 0 none
    }

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .c2, .wp-admin .prp-content .table-s1 .item .c2, .prp-page.page .prp-content .table-s1 .item .c2 {
        width: 100%
    }
}

@media (max-width:575px) {
    .prp-page .prp-content .table-s1 .item .c2, .wp-admin .prp-content .table-s1 .item .c2, .prp-page.page .prp-content .table-s1 .item .c2 {
        padding: 0 50px
    }
}

.prp-page .prp-content .table-s1 .item .c3, .wp-admin .prp-content .table-s1 .item .c3, .prp-page.page .prp-content .table-s1 .item .c3 {
    width: 20%;
    text-align: center
}

    .prp-page .prp-content .table-s1 .item .c3 .prp-el-circle-rating, .wp-admin .prp-content .table-s1 .item .c3 .prp-el-circle-rating, .prp-page.page .prp-content .table-s1 .item .c3 .prp-el-circle-rating {
        margin: 0 auto
    }

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .c3, .wp-admin .prp-content .table-s1 .item .c3, .prp-page.page .prp-content .table-s1 .item .c3 {
        width: 100%;
        padding: 12px 0 20px
    }
}

.prp-page .prp-content .table-s1 .item .c4, .wp-admin .prp-content .table-s1 .item .c4, .prp-page.page .prp-content .table-s1 .item .c4 {
    width: 33%;
    position: relative
}

    .prp-page .prp-content .table-s1 .item .c4 i, .wp-admin .prp-content .table-s1 .item .c4 i, .prp-page.page .prp-content .table-s1 .item .c4 i {
        position: absolute;
        font-size: 30px;
        color: #e2e2e2;
        left: 0;
        top: 50%;
        margin-top: -15px;
        margin-left: -10px
    }

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .c4 i, .wp-admin .prp-content .table-s1 .item .c4 i, .prp-page.page .prp-content .table-s1 .item .c4 i {
        display: none
    }
}

.prp-page .prp-content .table-s1 .item .c4 h4, .wp-admin .prp-content .table-s1 .item .c4 h4, .prp-page.page .prp-content .table-s1 .item .c4 h4 {
    font-weight: 300;
    font-size: 1.7142857143em;
    font-family: inherit;
    margin-bottom: 5px;
    line-height: 1.1em
}

    .prp-page .prp-content .table-s1 .item .c4 h4 strong, .wp-admin .prp-content .table-s1 .item .c4 h4 strong, .prp-page.page .prp-content .table-s1 .item .c4 h4 strong {
        color: #b2b2b2;
        font-weight: 700
    }

.prp-page .prp-content .table-s1 .item .c4 p, .wp-admin .prp-content .table-s1 .item .c4 p, .prp-page.page .prp-content .table-s1 .item .c4 p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .c4 p, .wp-admin .prp-content .table-s1 .item .c4 p, .prp-page.page .prp-content .table-s1 .item .c4 p {
        max-width: 400px;
        margin: 0 auto
    }
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .c4, .wp-admin .prp-content .table-s1 .item .c4, .prp-page.page .prp-content .table-s1 .item .c4 {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (max-width:575px) {
    .prp-page .prp-content .table-s1 .item .c4, .wp-admin .prp-content .table-s1 .item .c4, .prp-page.page .prp-content .table-s1 .item .c4 {
        padding: 0 20px 20px
    }
}

.prp-page .prp-content .table-s1 .item .c5, .wp-admin .prp-content .table-s1 .item .c5, .prp-page.page .prp-content .table-s1 .item .c5 {
    width: 20%
}

    .prp-page .prp-content .table-s1 .item .c5 .btn, .wp-admin .prp-content .table-s1 .item .c5 .btn, .prp-page.page .prp-content .table-s1 .item .c5 .btn {
        font-size: 1.1428571429em
    }

    .prp-page .prp-content .table-s1 .item .c5 .prp-btn--review, .wp-admin .prp-content .table-s1 .item .c5 .prp-btn--review, .prp-page.page .prp-content .table-s1 .item .c5 .prp-btn--review {
        margin-top: 5px
    }

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .c5, .wp-admin .prp-content .table-s1 .item .c5, .prp-page.page .prp-content .table-s1 .item .c5 {
        width: 100%
    }
}

.prp-page .prp-content .table-s1 .item .count, .wp-admin .prp-content .table-s1 .item .count, .prp-page.page .prp-content .table-s1 .item .count {
    background: #f6f6f6;
    width: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #8d8f9e;
    font-size: 1em;
    font-size: 1em;
    font-weight: 600;
    text-indent: 3px;
    display: inline-block
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1 .item .count, .wp-admin .prp-content .table-s1 .item .count, .prp-page.page .prp-content .table-s1 .item .count {
        position: absolute;
        top: 0;
        left: 10px
    }
}

@media (max-width:575px) {
    .prp-page .prp-content .table-s1 .item .count, .wp-admin .prp-content .table-s1 .item .count, .prp-page.page .prp-content .table-s1 .item .count {
        width: 36px;
        line-height: 36px;
        font-size: .8571428571em;
        left: 5px
    }
}

.prp-page .prp-content .table-s1 .item:hover .c2 a, .wp-admin .prp-content .table-s1 .item:hover .c2 a, .prp-page.page .prp-content .table-s1 .item:hover .c2 a {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.prp-page .prp-content .table-s1.table-sm .item .c4, .wp-admin .prp-content .table-s1.table-sm .item .c4, .prp-page.page .prp-content .table-s1.table-sm .item .c4 {
    width: 40%
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1.table-sm .item .c4, .wp-admin .prp-content .table-s1.table-sm .item .c4, .prp-page.page .prp-content .table-s1.table-sm .item .c4 {
        width: 100%
    }
}

.prp-page .prp-content .table-s1.table-sm .item .c5, .wp-admin .prp-content .table-s1.table-sm .item .c5, .prp-page.page .prp-content .table-s1.table-sm .item .c5 {
    width: 33%
}

    .prp-page .prp-content .table-s1.table-sm .item .c5 .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-sm .item .c5 .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-sm .item .c5 .prp-el-circle-rating {
        margin: 0 auto 15px
    }

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1.table-sm .item .c5, .wp-admin .prp-content .table-s1.table-sm .item .c5, .prp-page.page .prp-content .table-s1.table-sm .item .c5 {
        width: 100%
    }
}

.prp-page .prp-content .table-s1.table-s1--ncount .item .c1, .wp-admin .prp-content .table-s1.table-s1--ncount .item .c1, .prp-page.page .prp-content .table-s1.table-s1--ncount .item .c1 {
    display: none
}

.prp-page .prp-content .table-s1.table-s1--ncount .item .c2, .wp-admin .prp-content .table-s1.table-s1--ncount .item .c2, .prp-page.page .prp-content .table-s1.table-s1--ncount .item .c2 {
    width: 24%
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1.table-s1--ncount .item .c2, .wp-admin .prp-content .table-s1.table-s1--ncount .item .c2, .prp-page.page .prp-content .table-s1.table-s1--ncount .item .c2 {
        width: 100%
    }
}

.prp-page .prp-content .table-s1.table-s1--ncount .item .c3, .wp-admin .prp-content .table-s1.table-s1--ncount .item .c3, .prp-page.page .prp-content .table-s1.table-s1--ncount .item .c3 {
    width: 23%
}

@media (max-width:1100px) {
    .prp-page .prp-content .table-s1.table-s1--ncount .item .c3, .wp-admin .prp-content .table-s1.table-s1--ncount .item .c3, .prp-page.page .prp-content .table-s1.table-s1--ncount .item .c3 {
        width: 100%
    }
}

.prp-page .prp-content .table-s1.table-s1-style_half_image, .wp-admin .prp-content .table-s1.table-s1-style_half_image, .prp-page.page .prp-content .table-s1.table-s1-style_half_image, .prp-page .prp-content .table-s1.table-s1-style_full_image, .wp-admin .prp-content .table-s1.table-s1-style_full_image, .prp-page.page .prp-content .table-s1.table-s1-style_full_image, .prp-page .prp-content .table-s1.table-s1-style_dark, .wp-admin .prp-content .table-s1.table-s1-style_dark, .prp-page.page .prp-content .table-s1.table-s1-style_dark {
    background: #111;
    color: #fff
}

    .prp-page .prp-content .table-s1.table-s1-style_half_image .item .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-s1-style_half_image .item .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-s1-style_half_image .item .prp-el-circle-rating, .prp-page .prp-content .table-s1.table-s1-style_full_image .item .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-s1-style_full_image .item .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-s1-style_full_image .item .prp-el-circle-rating, .prp-page .prp-content .table-s1.table-s1-style_dark .item .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-s1-style_dark .item .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-s1-style_dark .item .prp-el-circle-rating {
        background: #242424
    }

    .prp-page .prp-content .table-s1.table-s1-style_half_image .item .count, .wp-admin .prp-content .table-s1.table-s1-style_half_image .item .count, .prp-page.page .prp-content .table-s1.table-s1-style_half_image .item .count, .prp-page .prp-content .table-s1.table-s1-style_full_image .item .count, .wp-admin .prp-content .table-s1.table-s1-style_full_image .item .count, .prp-page.page .prp-content .table-s1.table-s1-style_full_image .item .count, .prp-page .prp-content .table-s1.table-s1-style_dark .item .count, .wp-admin .prp-content .table-s1.table-s1-style_dark .item .count, .prp-page.page .prp-content .table-s1.table-s1-style_dark .item .count {
        background: #242424
    }

    .prp-page .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even), .wp-admin .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even), .prp-page.page .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even), .prp-page .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even), .wp-admin .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even), .prp-page.page .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even), .prp-page .prp-content .table-s1.table-s1-style_dark .item:nth-child(even), .wp-admin .prp-content .table-s1.table-s1-style_dark .item:nth-child(even), .prp-page.page .prp-content .table-s1.table-s1-style_dark .item:nth-child(even) {
        background: #242424
    }

        .prp-page .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even) .count, .wp-admin .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even) .count, .prp-page.page .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even) .count, .prp-page .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even) .count, .wp-admin .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even) .count, .prp-page.page .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even) .count, .prp-page .prp-content .table-s1.table-s1-style_dark .item:nth-child(even) .count, .wp-admin .prp-content .table-s1.table-s1-style_dark .item:nth-child(even) .count, .prp-page.page .prp-content .table-s1.table-s1-style_dark .item:nth-child(even) .count {
            background: #111
        }

        .prp-page .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even) .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even) .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-s1-style_half_image .item:nth-child(even) .prp-el-circle-rating, .prp-page .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even) .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even) .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-s1-style_full_image .item:nth-child(even) .prp-el-circle-rating, .prp-page .prp-content .table-s1.table-s1-style_dark .item:nth-child(even) .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-s1-style_dark .item:nth-child(even) .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-s1-style_dark .item:nth-child(even) .prp-el-circle-rating {
            background: #111
        }

.prp-page .prp-content .table-s1.table-s1-narrow .item, .wp-admin .prp-content .table-s1.table-s1-narrow .item, .prp-page.page .prp-content .table-s1.table-s1-narrow .item {
    padding: 10px 0
}

    .prp-page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating {
        width: 90px;
        height: 90px
    }

        .prp-page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .num-percent, .wp-admin .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .num-percent, .prp-page.page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .num-percent {
            font-size: 2em
        }

            .prp-page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .num-percent span, .wp-admin .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .num-percent span, .prp-page.page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .num-percent span {
                font-size: 16px
            }

        .prp-page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .title-score, .wp-admin .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .title-score, .prp-page.page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating .title-score {
            display: none
        }

        .prp-page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list, .wp-admin .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list, .prp-page.page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list {
            margin-bottom: 0
        }

            .prp-page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list li, .wp-admin .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list li, .prp-page.page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list li {
                margin: 0 .5px
            }

                .prp-page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list li svg, .wp-admin .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list li svg, .prp-page.page .prp-content .table-s1.table-s1-narrow .item .prp-el-circle-rating ul.star-list li svg {
                    width: 11px
                }

.prp-page .prp-content .table-s1.table-sm.table-s1-narrow .item .c5 .prp-el-circle-rating, .wp-admin .prp-content .table-s1.table-sm.table-s1-narrow .item .c5 .prp-el-circle-rating, .prp-page.page .prp-content .table-s1.table-sm.table-s1-narrow .item .c5 .prp-el-circle-rating {
    display: none
}

.prp-page .prp-content .table-s2, .wp-admin .prp-content .table-s2, .prp-page.page .prp-content .table-s2 {
    margin-bottom: 20px
}

    .prp-page .prp-content .table-s2.table-s2--ncount .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .wp-admin .prp-content .table-s2.table-s2--ncount .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .prp-page.page .prp-content .table-s2.table-s2--ncount .prp-item .prp-item-row .prp-col-logo .prp-rank-num {
        display: none
    }

    .prp-page .prp-content .table-s2.table-s2--ncount .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .wp-admin .prp-content .table-s2.table-s2--ncount .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .prp-page.page .prp-content .table-s2.table-s2--ncount .prp-item .prp-item-row .prp-col-logo .prp-logo-box {
        margin-left: 0
    }

    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo {
        width: 28%
    }

@media (max-width:991px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo {
        width: 25%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-logo {
        width: 100%
    }
}

.prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus {
    width: 22%
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus {
        width: 22%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-bonus {
        width: 100%
    }
}

.prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features {
    width: 30%
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features {
        width: 30%;
        display: block
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-features {
        width: 100%
    }
}

.prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn {
    width: 20%
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn {
        width: 23%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2.table-s2--hide-rating .prp-item .prp-item-row .prp-col-btn {
        width: 100%
    }
}

.prp-page .prp-content .table-s2 .prp-item, .wp-admin .prp-content .table-s2 .prp-item, .prp-page.page .prp-content .table-s2 .prp-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    transition: background-color 400ms ease;
    margin-top: -1px
}

    .prp-page .prp-content .table-s2 .prp-item:nth-child(even), .wp-admin .prp-content .table-s2 .prp-item:nth-child(even), .prp-page.page .prp-content .table-s2 .prp-item:nth-child(even) {
        background-color: #faf9f9
    }

        .prp-page .prp-content .table-s2 .prp-item:nth-child(even) .prp-el-circle-rating, .wp-admin .prp-content .table-s2 .prp-item:nth-child(even) .prp-el-circle-rating, .prp-page.page .prp-content .table-s2 .prp-item:nth-child(even) .prp-el-circle-rating {
            background-color: rgba(16,138,249,.03)
        }

    .prp-page .prp-content .table-s2 .prp-item:hover, .wp-admin .prp-content .table-s2 .prp-item:hover, .prp-page.page .prp-content .table-s2 .prp-item:hover {
        background: #fff;
        box-shadow: inset 0 0 0 5px #fff
    }

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row {
        margin-left: -5px;
        margin-right: -5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

        .prp-page .prp-content .table-s2 .prp-item .prp-item-row > div, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row > div, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row > div {
            padding: 0 5px
        }

        .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo {
            width: 23%;
            position: relative
        }

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo {
        width: 25%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo {
        width: 100%;
        position: relative;
        margin-bottom: 15px
    }
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num {
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 1.2857142857em;
    margin-top: -8px;
    line-height: 1;
    font-weight: 700
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num {
        left: 7px;
        font-size: 1.1428571429em
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-rank-num {
        margin-top: 0;
        left: 5px;
        top: 0;
        background: #fff;
        z-index: 2;
        width: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 1em
    }
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box {
    background: #eeedeb;
    height: 0;
    padding: 0 0 55%;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    margin-left: 35px;
    position: relative;
    border-radius: 5px
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box {
        margin-left: 25px
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box {
        margin-left: 0;
        padding-bottom: 30%
    }
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box a, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box a, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box a {
    display: inline-block;
    width: 100%;
    height: inherit;
    padding-bottom: inherit
}

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box a img, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box a img, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-logo .prp-logo-box a img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 80%;
        max-height: 90%
    }

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating {
    width: 14%
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating {
        width: 19%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating {
        width: 50%
    }
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li {
    display: inline-block
}

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li svg, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li svg, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li svg {
        width: 18px;
        height: 21px;
        vertical-align: middle;
        position: relative;
        top: -1.5px
    }

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-empty svg polygon, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-empty svg polygon, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-empty svg polygon {
        fill: #ddd !important
    }

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-active svg polygon, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-active svg polygon, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-active svg polygon {
        fill: #ffce1b !important
    }

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-half svg polygon, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-half svg polygon, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-rating.tablev2 li.star-half svg polygon {
        fill: url(#half-star-gradient-yellow) !important
    }

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-item-ratings-num, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-item-ratings-num, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-item-ratings-num {
    padding-top: 5px;
    font-size: .8571428571em;
    opacity: .6
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .btn-read-more, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .btn-read-more, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .btn-read-more {
    padding-top: 4px;
    color: #b2b2b2;
    font-weight: 300;
    border-bottom: 1px dashed #b2b2b2;
    display: inline-block;
    line-height: 1.2
}

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .btn-read-more:hover, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .btn-read-more:hover, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .btn-read-more:hover {
        border-bottom-style: solid
    }

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-el-circle-rating.prp-table, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-el-circle-rating.prp-table, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-el-circle-rating.prp-table {
    margin: 0 auto
}

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-el-circle-rating.prp-table .prp-rating, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-el-circle-rating.prp-table .prp-rating, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-rating .prp-el-circle-rating.prp-table .prp-rating {
        display: flex;
        align-items: center;
        justify-content: center;
        height: inherit;
        flex-direction: column
    }

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus {
    width: 16%
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus {
        width: 26%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus {
        width: 50%
    }
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus h5, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus h5, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus h5 {
    font-size: 1em;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.1
}

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus h5 strong, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus h5 strong, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus h5 strong {
        font-size: 2.2857142857em;
        display: block
    }

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper {
    margin-top: 0
}

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper .tooltip-el, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper .tooltip-el, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper .tooltip-el {
        border-bottom: 1px dashed #2d2d2c;
        opacity: .7
    }

        .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper .tooltip-el:hover, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper .tooltip-el:hover, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-bonus .terms-wrapper .tooltip-el:hover {
            border-bottom-style: solid
        }

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features {
    width: 25%;
    text-align: left
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features {
        display: none
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features {
        width: 100%;
        display: block
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul {
        padding: 20px 0
    }
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li {
    display: block;
    margin-bottom: 5px;
    font-size: .9285714286em;
    line-height: 1.2
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li {
        text-align: center;
        line-height: 1.1;
        font-size: .8571428571em;
        margin-bottom: 3px
    }
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li:before, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li:before, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li:before {
    content: "\02714";
    color: #b2b2b2;
    padding-right: 8px;
    font-size: 1.1428571429em
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li:last-child, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li:last-child, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-features ul li:last-child {
    margin-bottom: 0
}

.prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn {
    width: 22%
}

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn a, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn a, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn a {
        padding: .8rem 1rem
    }

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn .prp-btn-p1, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn .prp-btn-p1, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn .prp-btn-p1 {
        display: block;
        font-size: 1.2857142857em;
        line-height: 1.1
    }

    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn .prp-btn-p2, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn .prp-btn-p2, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn .prp-btn-p2 {
        display: block;
        font-weight: 400;
        font-size: .8571428571em;
        opacity: .8;
        line-height: 1.1;
        padding-top: 3px
    }

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn {
        width: 30%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2 .prp-item .prp-item-row .prp-col-btn {
        width: 100%
    }
}

.prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo {
    width: 25%
}

.prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating {
    width: 21%
}

.prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus {
    width: 26%
}

.prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features {
    display: none
}

.prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn {
    width: 28%
}

@media (max-width:991px) {
    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-rank-num, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-rank-num, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-rank-num {
        margin-top: 0;
        left: 5px;
        top: 0;
        background: #fff;
        z-index: 2;
        width: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 1em
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo {
        margin-bottom: 15px;
        width: 100%
    }

        .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo .prp-logo-box, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo .prp-logo-box, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo .prp-logo-box {
            margin-left: 0;
            padding-bottom: 30%
        }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating {
        width: 50%;
        display: initial
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus {
        width: 50%
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features {
        width: 100%;
        display: initial
    }

        .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features ul, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features ul, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features ul {
            padding: 20px 0
        }

            .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features ul li, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features ul li, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features ul li {
                text-align: center;
                line-height: 1.1;
                font-size: .8571428571em;
                margin-bottom: 3px
            }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn {
        width: 100%
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-logo {
        width: 100%
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-rating {
        width: 50%;
        display: initial
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-bonus {
        width: 50%
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-features {
        width: 100%;
        display: initial
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-item-row .prp-col-btn {
        width: 100%
    }
}

.prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table {
    width: 90px;
    height: 90px
}

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .num-percent, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .num-percent, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .num-percent {
        font-size: 2em
    }

        .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .num-percent span, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .num-percent span, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .num-percent span {
            font-size: 16px
        }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .title-score, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .title-score, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table .title-score {
        display: none
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list {
        margin-bottom: 0
    }

        .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list li, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list li, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list li {
            margin: 0 .5px
        }

            .prp-page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list li svg, .wp-admin .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list li svg, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-small .prp-el-circle-rating.prp-table ul.star-list li svg {
                width: 11px
            }

.prp-page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table, .wp-admin .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table {
    width: 90px;
    height: 90px
}

    .prp-page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .num-percent, .wp-admin .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .num-percent, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .num-percent {
        font-size: 2em
    }

        .prp-page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .num-percent span, .wp-admin .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .num-percent span, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .num-percent span {
            font-size: 16px
        }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .title-score, .wp-admin .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .title-score, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table .title-score {
        display: none
    }

    .prp-page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list, .wp-admin .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list {
        margin-bottom: 0
    }

        .prp-page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list li, .wp-admin .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list li, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list li {
            margin: 0 .5px
        }

            .prp-page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list li svg, .wp-admin .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list li svg, .prp-page.page .prp-content .table-s2 .prp-item.prp-item-big .prp-el-circle-rating.prp-table ul.star-list li svg {
                width: 11px
            }

.prp-page .prp-content .table-s2-style_dark .prp-item:hover, .wp-admin .prp-content .table-s2-style_dark .prp-item:hover, .prp-page.page .prp-content .table-s2-style_dark .prp-item:hover {
    box-shadow: initial
}

.prp-page .prp-content .table-s2-style_dark .prp-item:nth-child(odd), .wp-admin .prp-content .table-s2-style_dark .prp-item:nth-child(odd), .prp-page.page .prp-content .table-s2-style_dark .prp-item:nth-child(odd) {
    background: #111;
    border: 1px solid #111
}

.prp-page .prp-content .table-s2-style_dark .prp-item:nth-child(even), .wp-admin .prp-content .table-s2-style_dark .prp-item:nth-child(even), .prp-page.page .prp-content .table-s2-style_dark .prp-item:nth-child(even) {
    background: #242424;
    border: 1px solid #111
}

.prp-page .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .wp-admin .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-logo-box, .prp-page.page .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-logo-box {
    background: transparent;
    box-shadow: initial
}

.prp-page .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .wp-admin .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .prp-page.page .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .prp-page .prp-content .table-s2-style_dark .prp-item .prp-col-bonus h5, .wp-admin .prp-content .table-s2-style_dark .prp-item .prp-col-bonus h5, .prp-page.page .prp-content .table-s2-style_dark .prp-item .prp-col-bonus h5, .prp-page .prp-content .table-s2-style_dark .prp-item .prp-col-features ul li, .wp-admin .prp-content .table-s2-style_dark .prp-item .prp-col-features ul li, .prp-page.page .prp-content .table-s2-style_dark .prp-item .prp-col-features ul li, .prp-page .prp-content .table-s2-style_dark .prp-item .prp-col-bonus .terms-wrapper .tooltip-el, .wp-admin .prp-content .table-s2-style_dark .prp-item .prp-col-bonus .terms-wrapper .tooltip-el, .prp-page.page .prp-content .table-s2-style_dark .prp-item .prp-col-bonus .terms-wrapper .tooltip-el {
    color: #fff
}

.prp-page .prp-content .table-s2-style_dark .prp-item.prp-item:nth-child(odd) .prp-el-circle-rating.prp-table, .wp-admin .prp-content .table-s2-style_dark .prp-item.prp-item:nth-child(odd) .prp-el-circle-rating.prp-table, .prp-page.page .prp-content .table-s2-style_dark .prp-item.prp-item:nth-child(odd) .prp-el-circle-rating.prp-table {
    background: #242424
}

.prp-page .prp-content .table-s2-style_dark .prp-item.prp-item:nth-child(even) .prp-el-circle-rating.prp-table, .wp-admin .prp-content .table-s2-style_dark .prp-item.prp-item:nth-child(even) .prp-el-circle-rating.prp-table, .prp-page.page .prp-content .table-s2-style_dark .prp-item.prp-item:nth-child(even) .prp-el-circle-rating.prp-table {
    background: #111
}

@media screen and (max-width:991px) {
    .prp-page .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .wp-admin .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-rank-num, .prp-page.page .prp-content .table-s2-style_dark .prp-item .prp-item-row .prp-col-logo .prp-rank-num {
        background: transparent
    }
}

.prp-page .prp-content .table-widget-s1, .wp-admin .prp-content .table-widget-s1, .prp-page.page .prp-content .table-widget-s1 {
    max-width: 400px
}

    .prp-page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top, .wp-admin .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top {
        padding-left: 0
    }

        .prp-page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .thumb, .wp-admin .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .thumb, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .thumb {
            float: none;
            margin-left: auto;
            margin-right: auto;
            padding-left: 9px
        }

        .prp-page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .title, .wp-admin .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .title, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .title {
            margin-top: 15px;
            text-align: center;
            float: none;
            width: auto
        }

            .prp-page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .title h4, .wp-admin .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .title h4, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-narrow .item .part-top .title h4 {
                display: none
            }

    .prp-page .prp-content .table-widget-s1 .item, .wp-admin .prp-content .table-widget-s1 .item, .prp-page.page .prp-content .table-widget-s1 .item {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .prp-page .prp-content .table-widget-s1 .item .part-top, .wp-admin .prp-content .table-widget-s1 .item .part-top, .prp-page.page .prp-content .table-widget-s1 .item .part-top {
            margin-bottom: 20px;
            position: relative;
            padding-left: 50px
        }

@media (max-width:350px) {
    .prp-page .prp-content .table-widget-s1 .item .part-top, .wp-admin .prp-content .table-widget-s1 .item .part-top, .prp-page.page .prp-content .table-widget-s1 .item .part-top {
        padding-left: 9px
    }
}

.prp-page .prp-content .table-widget-s1 .item .part-top .thumb, .wp-admin .prp-content .table-widget-s1 .item .part-top .thumb, .prp-page.page .prp-content .table-widget-s1 .item .part-top .thumb {
    float: left;
    width: 160px;
    padding-right: 20px
}

@media (max-width:767px) {
    .prp-page .prp-content .table-widget-s1 .item .part-top .thumb, .wp-admin .prp-content .table-widget-s1 .item .part-top .thumb, .prp-page.page .prp-content .table-widget-s1 .item .part-top .thumb {
        width: 130px;
        padding-right: 10px
    }
}

@media (max-width:350px) {
    .prp-page .prp-content .table-widget-s1 .item .part-top .thumb, .wp-admin .prp-content .table-widget-s1 .item .part-top .thumb, .prp-page.page .prp-content .table-widget-s1 .item .part-top .thumb {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0
    }
}

.prp-page .prp-content .table-widget-s1 .item .part-top .title, .wp-admin .prp-content .table-widget-s1 .item .part-top .title, .prp-page.page .prp-content .table-widget-s1 .item .part-top .title {
    width: calc(100% - 180px);
    float: left
}

@media (max-width:767px) {
    .prp-page .prp-content .table-widget-s1 .item .part-top .title, .wp-admin .prp-content .table-widget-s1 .item .part-top .title, .prp-page.page .prp-content .table-widget-s1 .item .part-top .title {
        width: calc(100% - 130px)
    }
}

@media (max-width:350px) {
    .prp-page .prp-content .table-widget-s1 .item .part-top .title, .wp-admin .prp-content .table-widget-s1 .item .part-top .title, .prp-page.page .prp-content .table-widget-s1 .item .part-top .title {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}

.prp-page .prp-content .table-widget-s1 .item .part-top .title h4, .wp-admin .prp-content .table-widget-s1 .item .part-top .title h4, .prp-page.page .prp-content .table-widget-s1 .item .part-top .title h4 {
    font-size: 1.2857142857em;
    margin-bottom: 10px
}

.prp-page .prp-content .table-widget-s1 .item .part-top .title .bonus-text strong, .wp-admin .prp-content .table-widget-s1 .item .part-top .title .bonus-text strong, .prp-page.page .prp-content .table-widget-s1 .item .part-top .title .bonus-text strong {
    color: #b2b2b2;
    font-weight: 700
}

.prp-page .prp-content .table-widget-s1 .item .part-top .count, .wp-admin .prp-content .table-widget-s1 .item .part-top .count, .prp-page.page .prp-content .table-widget-s1 .item .part-top .count {
    background: #f6f6f6;
    width: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #8d8f9e;
    font-size: .8571428571em;
    font-weight: 700;
    text-indent: 1px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0
}

.prp-page .prp-content .table-widget-s1 .item:last-child, .wp-admin .prp-content .table-widget-s1 .item:last-child, .prp-page.page .prp-content .table-widget-s1 .item:last-child {
    padding-bottom: 0;
    border-bottom: 0 none
}

.prp-page .prp-content .table-widget-s1.table-widget-s1--ncount .part-top, .wp-admin .prp-content .table-widget-s1.table-widget-s1--ncount .part-top, .prp-page.page .prp-content .table-widget-s1.table-widget-s1--ncount .part-top {
    padding-left: 0
}

    .prp-page .prp-content .table-widget-s1.table-widget-s1--ncount .part-top .count, .wp-admin .prp-content .table-widget-s1.table-widget-s1--ncount .part-top .count, .prp-page.page .prp-content .table-widget-s1.table-widget-s1--ncount .part-top .count {
        display: none
    }

.prp-page .prp-content .table-widget-s1.table-widget-s1-style_half_image, .wp-admin .prp-content .table-widget-s1.table-widget-s1-style_half_image, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-style_half_image, .prp-page .prp-content .table-widget-s1.table-widget-s1-style_full_image, .wp-admin .prp-content .table-widget-s1.table-widget-s1-style_full_image, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-style_full_image, .prp-page .prp-content .table-widget-s1.table-widget-s1-style_dark, .wp-admin .prp-content .table-widget-s1.table-widget-s1-style_dark, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-style_dark {
    background: #111;
    color: #fff;
    padding: 25px 25px 0
}

    .prp-page .prp-content .table-widget-s1.table-widget-s1-style_half_image .item, .wp-admin .prp-content .table-widget-s1.table-widget-s1-style_half_image .item, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-style_half_image .item, .prp-page .prp-content .table-widget-s1.table-widget-s1-style_full_image .item, .wp-admin .prp-content .table-widget-s1.table-widget-s1-style_full_image .item, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-style_full_image .item, .prp-page .prp-content .table-widget-s1.table-widget-s1-style_dark .item, .wp-admin .prp-content .table-widget-s1.table-widget-s1-style_dark .item, .prp-page.page .prp-content .table-widget-s1.table-widget-s1-style_dark .item {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

.prp-page .prp-content .review-title, .wp-admin .prp-content .review-title, .prp-page.page .prp-content .review-title {
    margin-bottom: 20px;
    font-size: 2.5em
}

.prp-page .prp-content .review-single-s1-title, .wp-admin .prp-content .review-single-s1-title, .prp-page.page .prp-content .review-single-s1-title {
    background-color: #b2b2b2;
    padding: 18px 30px;
    font-size: 14px
}

    .prp-page .prp-content .review-single-s1-title h3, .wp-admin .prp-content .review-single-s1-title h3, .prp-page.page .prp-content .review-single-s1-title h3 {
        font-size: 1.5em;
        color: #fff;
        padding: 0;
        margin: 0
    }

        .prp-page .prp-content .review-single-s1-title h3 svg, .wp-admin .prp-content .review-single-s1-title h3 svg, .prp-page.page .prp-content .review-single-s1-title h3 svg {
            margin-right: 10px;
            vertical-align: bottom
        }

.prp-page .prp-content .review-single-s1, .wp-admin .prp-content .review-single-s1, .prp-page.page .prp-content .review-single-s1 {
    background-color: #fff;
    box-shadow: 2px 1px 40px 0 rgba(0,0,0,.07);
    padding: 50px 50px 25px;
    margin-bottom: 60px;
    color: #000
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1, .wp-admin .prp-content .review-single-s1, .prp-page.page .prp-content .review-single-s1 {
        padding: 40px 25px;
        margin-bottom: 40px
    }
}

.prp-page .prp-content .review-single-s1 h5, .wp-admin .prp-content .review-single-s1 h5, .prp-page.page .prp-content .review-single-s1 h5 {
    color: #000
}

.prp-page .prp-content .review-single-s1 .prp-text-group p, .wp-admin .prp-content .review-single-s1 .prp-text-group p, .prp-page.page .prp-content .review-single-s1 .prp-text-group p {
    font-size: .8571428571em
}

.prp-page .prp-content .review-single-s1 .prp-text-group--extra-space, .wp-admin .prp-content .review-single-s1 .prp-text-group--extra-space, .prp-page.page .prp-content .review-single-s1 .prp-text-group--extra-space {
    margin-bottom: 30px;
    margin-top: 30px
}

.prp-page .prp-content .review-single-s1 .prp-btn--widget, .wp-admin .prp-content .review-single-s1 .prp-btn--widget, .prp-page.page .prp-content .review-single-s1 .prp-btn--widget {
    margin-bottom: 40px
}

.prp-page .prp-content .review-single-s1 .widget-info .widget-logo, .wp-admin .prp-content .review-single-s1 .widget-info .widget-logo, .prp-page.page .prp-content .review-single-s1 .widget-info .widget-logo {
    display: table;
    margin: 0 auto
}

.prp-page .prp-content .review-single-s1 .widget-info .widget-logo--diff, .wp-admin .prp-content .review-single-s1 .widget-info .widget-logo--diff, .prp-page.page .prp-content .review-single-s1 .widget-info .widget-logo--diff {
    margin: 0
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .widget-info .widget-logo--diff, .wp-admin .prp-content .review-single-s1 .widget-info .widget-logo--diff, .prp-page.page .prp-content .review-single-s1 .widget-info .widget-logo--diff {
        margin: 0 auto
    }
}

.prp-page .prp-content .review-single-s1 .widget-info .widget-info-group, .wp-admin .prp-content .review-single-s1 .widget-info .widget-info-group, .prp-page.page .prp-content .review-single-s1 .widget-info .widget-info-group {
    max-width: 230px;
    margin: 10px auto 30px
}

.prp-page .prp-content .review-single-s1 .widget-info .widget-info-group--diff, .wp-admin .prp-content .review-single-s1 .widget-info .widget-info-group--diff, .prp-page.page .prp-content .review-single-s1 .widget-info .widget-info-group--diff {
    max-width: 100%
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .widget-info .widget-info-group--diff, .wp-admin .prp-content .review-single-s1 .widget-info .widget-info-group--diff, .prp-page.page .prp-content .review-single-s1 .widget-info .widget-info-group--diff {
        float: none;
        margin: 30px auto;
        max-width: 230px
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .prp-bonus-box, .wp-admin .prp-content .review-single-s1 .prp-bonus-box, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box {
        text-align: center
    }
}

.prp-page .prp-content .review-single-s1 .prp-bonus-box h5, .wp-admin .prp-content .review-single-s1 .prp-bonus-box h5, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box h5 {
    margin-bottom: 5px
}

.prp-page .prp-content .review-single-s1 .prp-bonus-box p strong, .wp-admin .prp-content .review-single-s1 .prp-bonus-box p strong, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box p strong {
    color: #b2b2b2
}

.prp-page .prp-content .review-single-s1 .prp-bonus-box--big, .wp-admin .prp-content .review-single-s1 .prp-bonus-box--big, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box--big {
    margin-bottom: 15px;
    padding: 0
}

    .prp-page .prp-content .review-single-s1 .prp-bonus-box--big h5, .wp-admin .prp-content .review-single-s1 .prp-bonus-box--big h5, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box--big h5 {
        margin-bottom: 4px
    }

    .prp-page .prp-content .review-single-s1 .prp-bonus-box--big p, .wp-admin .prp-content .review-single-s1 .prp-bonus-box--big p, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box--big p {
        font-size: 1.4285714286em
    }

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .prp-bonus-box--big p, .wp-admin .prp-content .review-single-s1 .prp-bonus-box--big p, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box--big p {
        font-size: 14px
    }
}

.prp-page .prp-content .review-single-s1 .prp-bonus-box--big-alt, .wp-admin .prp-content .review-single-s1 .prp-bonus-box--big-alt, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box--big-alt {
    margin-bottom: 25px;
    padding: 0
}

    .prp-page .prp-content .review-single-s1 .prp-bonus-box--big-alt h5, .wp-admin .prp-content .review-single-s1 .prp-bonus-box--big-alt h5, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box--big-alt h5 {
        margin-bottom: 4px
    }

    .prp-page .prp-content .review-single-s1 .prp-bonus-box--big-alt p, .wp-admin .prp-content .review-single-s1 .prp-bonus-box--big-alt p, .prp-page.page .prp-content .review-single-s1 .prp-bonus-box--big-alt p {
        font-size: 1.2857142857em
    }

.prp-page .prp-content .review-single-s1 .widget-details-group, .wp-admin .prp-content .review-single-s1 .widget-details-group, .prp-page.page .prp-content .review-single-s1 .widget-details-group {
    margin-bottom: 5px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .widget-details-group, .wp-admin .prp-content .review-single-s1 .widget-details-group, .prp-page.page .prp-content .review-single-s1 .widget-details-group {
        text-align: center
    }
}

.prp-page .prp-content .review-single-s1 .widget-details-group--bonus, .wp-admin .prp-content .review-single-s1 .widget-details-group--bonus, .prp-page.page .prp-content .review-single-s1 .widget-details-group--bonus {
    padding-bottom: 20px
}

.prp-page .prp-content .review-single-s1 .widget-details-group .summary-box > p, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box > p, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box > p {
    font-size: .8571428571em
}

.prp-page .prp-content .review-single-s1 .widget-details-group .summary-box--left, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box--left, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box--left {
    float: left;
    width: calc(100% - 150px);
    padding-top: 20px;
    padding-right: 30px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .widget-details-group .summary-box--left, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box--left, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box--left {
        width: 100%;
        float: none;
        padding-right: 0
    }
}

.prp-page .prp-content .review-single-s1 .widget-details-group .summary-box--left.no-pad, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box--left.no-pad, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box--left.no-pad {
    padding-top: 0
}

.prp-page .prp-content .review-single-s1 .widget-details-group .summary-box--left-diff, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box--left-diff, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box--left-diff {
    width: 170px;
    padding-right: 0
}

.prp-page .prp-content .review-single-s1 .widget-details-group .summary-box--right, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box--right, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box--right {
    float: right;
    width: 150px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .widget-details-group .summary-box--right, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box--right, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box--right {
        width: 100%;
        float: none;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.prp-page .prp-content .review-single-s1 .widget-details-group .summary-box--right-diff, .wp-admin .prp-content .review-single-s1 .widget-details-group .summary-box--right-diff, .prp-page.page .prp-content .review-single-s1 .widget-details-group .summary-box--right-diff {
    width: calc(100% - 170px);
    padding-left: 0
}

.prp-page .prp-content .review-single-s1 .widget-details-group.align-center, .wp-admin .prp-content .review-single-s1 .widget-details-group.align-center, .prp-page.page .prp-content .review-single-s1 .widget-details-group.align-center {
    text-align: center
}

.prp-page .prp-content .review-single-s1 .prp-info-down-group, .wp-admin .prp-content .review-single-s1 .prp-info-down-group, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group {
    background-color: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 55px 30px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .prp-info-down-group, .wp-admin .prp-content .review-single-s1 .prp-info-down-group, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group {
        padding: 25px;
        margin-top: 30px
    }
}

.prp-page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box, .wp-admin .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box {
    max-width: 320px;
    margin: 20px auto 0
}

    .prp-page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul, .wp-admin .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul {
        font-size: inherit
    }

        .prp-page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul li, .wp-admin .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul li, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul li {
            font-size: .8571428571em;
            margin-bottom: 8px;
            position: relative;
            padding-left: 22px;
            display: block
        }

            .prp-page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul li:after, .wp-admin .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul li:after, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box ul li:after {
                content: "";
                position: absolute;
                display: block;
                width: 15px;
                height: 12px;
                top: 5px;
                left: 0
            }

.prp-page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--positive ul li:after, .wp-admin .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--positive ul li:after, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--positive ul li:after {
    background: url(../../../plugins/poka-review/public/images/icons8-checkmark.svg) no-repeat;
    background-size: 15px 12px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--negative, .wp-admin .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--negative, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--negative {
        float: none
    }
}

.prp-page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--negative ul li:after, .wp-admin .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--negative ul li:after, .prp-page.page .prp-content .review-single-s1 .prp-info-down-group .prp-info-down-box--negative ul li:after {
    width: 15px;
    height: 15px;
    background: url(../../../plugins/poka-review/public/images/icons8-delete.svg) no-repeat;
    background-size: 15px 15px;
    top: 3px
}

.prp-page .prp-content .review-single-s1 .row--prp-table-wrapper, .wp-admin .prp-content .review-single-s1 .row--prp-table-wrapper, .prp-page.page .prp-content .review-single-s1 .row--prp-table-wrapper {
    margin: 0 -25px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .row--prp-table-wrapper, .wp-admin .prp-content .review-single-s1 .row--prp-table-wrapper, .prp-page.page .prp-content .review-single-s1 .row--prp-table-wrapper {
        margin: 0
    }
}

.prp-page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table, .wp-admin .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table, .prp-page.page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table, .wp-admin .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table, .prp-page.page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table {
        display: block
    }
}

.prp-page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table > div, .wp-admin .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table > div, .prp-page.page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table > div {
    display: table-cell;
    float: none !important;
    vertical-align: middle
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table > div, .wp-admin .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table > div, .prp-page.page .prp-content .review-single-s1 .row--prp-table-wrapper .row--prp-table > div {
        display: block
    }
}

.prp-page .prp-content .review-single-s1 .widget-content-left.align-center, .wp-admin .prp-content .review-single-s1 .widget-content-left.align-center, .prp-page.page .prp-content .review-single-s1 .widget-content-left.align-center {
    text-align: center
}

    .prp-page .prp-content .review-single-s1 .widget-content-left.align-center .widget-info .widget-logo--diff, .wp-admin .prp-content .review-single-s1 .widget-content-left.align-center .widget-info .widget-logo--diff, .prp-page.page .prp-content .review-single-s1 .widget-content-left.align-center .widget-info .widget-logo--diff {
        display: inline-block
    }

    .prp-page .prp-content .review-single-s1 .widget-content-left.align-center .prp-btn--widget, .wp-admin .prp-content .review-single-s1 .widget-content-left.align-center .prp-btn--widget, .prp-page.page .prp-content .review-single-s1 .widget-content-left.align-center .prp-btn--widget {
        max-width: 100%
    }

.prp-page .prp-content .review-single-s1 .widget-content-right.align-center, .wp-admin .prp-content .review-single-s1 .widget-content-right.align-center, .prp-page.page .prp-content .review-single-s1 .widget-content-right.align-center {
    text-align: center
}

.prp-page .prp-content .review-single-s1.review-single-s1-style_dark, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image {
    box-shadow: none;
    background: #111;
    color: #fff
}

    .prp-page .prp-content .review-single-s1.review-single-s1-style_dark h5, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark h5, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark h5, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image h5, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image h5, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image h5, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image h5, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image h5, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image h5 {
        color: #fff
    }

    .prp-page .prp-content .review-single-s1.review-single-s1-style_dark .prp-el-circle-rating, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .prp-el-circle-rating, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .prp-el-circle-rating, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-el-circle-rating, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .prp-el-circle-rating, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-el-circle-rating, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-el-circle-rating, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-el-circle-rating, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-el-circle-rating {
        background: #242424
    }

    .prp-page .prp-content .review-single-s1.review-single-s1-style_dark .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-gallery-group .prp-slider-arrows .prp-slider-arrow, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-gallery-group .prp-slider-arrows .prp-slider-arrow {
        background: #111
    }

    .prp-page .prp-content .review-single-s1.review-single-s1-style_dark .prp-bars-rating--star .bar-rating-full > span, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .prp-bars-rating--star .bar-rating-full > span, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .prp-bars-rating--star .bar-rating-full > span, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-bars-rating--star .bar-rating-full > span, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .prp-bars-rating--star .bar-rating-full > span, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-bars-rating--star .bar-rating-full > span, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-bars-rating--star .bar-rating-full > span, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-bars-rating--star .bar-rating-full > span, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-bars-rating--star .bar-rating-full > span {
        background: #111
    }

    .prp-page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-group, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-group, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-group, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-group, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-group, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-group, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-group, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-group, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-group {
        background: none
    }

    .prp-page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper {
        margin: 50px -50px -50px -50px;
        background: #242424;
        width: auto;
        padding: 20px 50px 50px
    }

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper {
        margin: 40px -25px -40px -25px;
        padding: 0 25px 20px
    }
}

.prp-page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper > div:last-child, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper > div:last-child, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .prp-info-down-wrapper > div:last-child, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper > div:last-child, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper > div:last-child, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .prp-info-down-wrapper > div:last-child, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper > div:last-child, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper > div:last-child, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper > div:last-child {
    margin-bottom: 0
}

.prp-page .prp-content .review-single-s1.review-single-s1-style_dark .terms-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_dark .terms-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_dark .terms-wrapper, .prp-page .prp-content .review-single-s1.review-single-s1-style_half_image .terms-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image .terms-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image .terms-wrapper, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .terms-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .terms-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .terms-wrapper {
    color: #fff
}

.prp-page .prp-content .review-single-s1.review-single-s1-style_half_image, .wp-admin .prp-content .review-single-s1.review-single-s1-style_half_image, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_half_image, .prp-page .prp-content .review-single-s1.review-single-s1-style_full_image, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.prp-page .prp-content .review-single-s1.review-single-s1-overlay, .wp-admin .prp-content .review-single-s1.review-single-s1-overlay, .prp-page.page .prp-content .review-single-s1.review-single-s1-overlay {
    position: relative
}

    .prp-page .prp-content .review-single-s1.review-single-s1-overlay:after, .wp-admin .prp-content .review-single-s1.review-single-s1-overlay:after, .prp-page.page .prp-content .review-single-s1.review-single-s1-overlay:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: "";
        background: rgba(0,0,0,.75)
    }

    .prp-page .prp-content .review-single-s1.review-single-s1-overlay > div, .wp-admin .prp-content .review-single-s1.review-single-s1-overlay > div, .prp-page.page .prp-content .review-single-s1.review-single-s1-overlay > div {
        position: relative;
        z-index: 2
    }

.prp-page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper, .wp-admin .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_full_image .prp-info-down-wrapper {
    background: none
}

.prp-page .prp-content .review-single-s1.review-single-s1-style_no_bg, .wp-admin .prp-content .review-single-s1.review-single-s1-style_no_bg, .prp-page.page .prp-content .review-single-s1.review-single-s1-style_no_bg, .prp-page .prp-content .review-single-s1.review-box-style_no_bg, .wp-admin .prp-content .review-single-s1.review-box-style_no_bg, .prp-page.page .prp-content .review-single-s1.review-box-style_no_bg {
    background: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0
}

.prp-page .prp-content .review-single-s1 .info-list, .wp-admin .prp-content .review-single-s1 .info-list, .prp-page.page .prp-content .review-single-s1 .info-list {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

    .prp-page .prp-content .review-single-s1 .info-list.info-list-small li, .wp-admin .prp-content .review-single-s1 .info-list.info-list-small li, .prp-page.page .prp-content .review-single-s1 .info-list.info-list-small li {
        width: 100%;
        float: none
    }

    .prp-page .prp-content .review-single-s1 .info-list li, .wp-admin .prp-content .review-single-s1 .info-list li, .prp-page.page .prp-content .review-single-s1 .info-list li {
        float: left;
        width: 50%;
        position: relative;
        padding-left: 15px;
        display: block;
        margin-bottom: 10px;
        padding-right: 30px
    }

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s1 .info-list li, .wp-admin .prp-content .review-single-s1 .info-list li, .prp-page.page .prp-content .review-single-s1 .info-list li {
        width: 100%;
        float: none
    }
}

.prp-page .prp-content .review-single-s1 .info-list li strong, .wp-admin .prp-content .review-single-s1 .info-list li strong, .prp-page.page .prp-content .review-single-s1 .info-list li strong {
    display: block;
    padding-bottom: 3px
}

.prp-page .prp-content .review-single-s1 .info-list li:after, .wp-admin .prp-content .review-single-s1 .info-list li:after, .prp-page.page .prp-content .review-single-s1 .info-list li:after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    content: "";
    background: #b2b2b2
}

.prp-page .prp-content .review-single-s1 .terms-wrapper, .wp-admin .prp-content .review-single-s1 .terms-wrapper, .prp-page.page .prp-content .review-single-s1 .terms-wrapper {
    margin-top: -40px;
    margin-bottom: 5px
}

.prp-page .prp-content .review-single-s1 .prp-btn--review, .wp-admin .prp-content .review-single-s1 .prp-btn--review, .prp-page.page .prp-content .review-single-s1 .prp-btn--review {
    margin-top: 5px
}

.prp-page .prp-content .review-single-s5 .widget-details-group, .wp-admin .prp-content .review-single-s5 .widget-details-group, .prp-page.page .prp-content .review-single-s5 .widget-details-group {
    margin-bottom: 0
}

    .prp-page .prp-content .review-single-s5 .widget-details-group .summary-box--right, .wp-admin .prp-content .review-single-s5 .widget-details-group .summary-box--right, .prp-page.page .prp-content .review-single-s5 .widget-details-group .summary-box--right {
        margin-bottom: 0
    }

.prp-page .prp-content .review-single-s5 .widget-info .widget-info-group, .wp-admin .prp-content .review-single-s5 .widget-info .widget-info-group, .prp-page.page .prp-content .review-single-s5 .widget-info .widget-info-group {
    margin-bottom: 0;
    margin-top: 20px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s5 .widget-info .widget-info-group, .wp-admin .prp-content .review-single-s5 .widget-info .widget-info-group, .prp-page.page .prp-content .review-single-s5 .widget-info .widget-info-group {
        margin-bottom: 30px
    }
}

.prp-page .prp-content .review-single-s5 .prp-btn--widget, .wp-admin .prp-content .review-single-s5 .prp-btn--widget, .prp-page.page .prp-content .review-single-s5 .prp-btn--widget {
    margin-bottom: 0
}

.prp-page .prp-content .review-single-s5 .prp-btn--review, .wp-admin .prp-content .review-single-s5 .prp-btn--review, .prp-page.page .prp-content .review-single-s5 .prp-btn--review {
    margin-top: 10px
}

.prp-page .prp-content .review-single-s5 .terms-wrapper, .wp-admin .prp-content .review-single-s5 .terms-wrapper, .prp-page.page .prp-content .review-single-s5 .terms-wrapper {
    margin-top: 5px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s5 .prp-el-circle-rating, .wp-admin .prp-content .review-single-s5 .prp-el-circle-rating, .prp-page.page .prp-content .review-single-s5 .prp-el-circle-rating {
        margin-top: 30px
    }
}

.prp-page .prp-content .review-single-s2--diff, .wp-admin .prp-content .review-single-s2--diff, .prp-page.page .prp-content .review-single-s2--diff {
    padding-top: 20px;
    padding-bottom: 20px
}

.prp-page .prp-content .review-single-s2 .prp-btn--widget, .wp-admin .prp-content .review-single-s2 .prp-btn--widget, .prp-page.page .prp-content .review-single-s2 .prp-btn--widget {
    margin-bottom: 0
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s2 .prp-btn--widget, .wp-admin .prp-content .review-single-s2 .prp-btn--widget, .prp-page.page .prp-content .review-single-s2 .prp-btn--widget {
        margin: 0 auto
    }
}

.prp-page .prp-content .review-single-s2 .terms-wrapper, .wp-admin .prp-content .review-single-s2 .terms-wrapper, .prp-page.page .prp-content .review-single-s2 .terms-wrapper {
    margin-top: 5px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s2 .terms-wrapper, .wp-admin .prp-content .review-single-s2 .terms-wrapper, .prp-page.page .prp-content .review-single-s2 .terms-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s2 .prp-el-circle-rating, .wp-admin .prp-content .review-single-s2 .prp-el-circle-rating, .prp-page.page .prp-content .review-single-s2 .prp-el-circle-rating {
        margin: 20px auto
    }
}

.prp-page .prp-content .review-single-s2 .terms-wrapper, .wp-admin .prp-content .review-single-s2 .terms-wrapper, .prp-page.page .prp-content .review-single-s2 .terms-wrapper {
    max-width: 230px
}

.prp-page .prp-content .review-single-s2 .prp-btn--review, .wp-admin .prp-content .review-single-s2 .prp-btn--review, .prp-page.page .prp-content .review-single-s2 .prp-btn--review {
    max-width: 230px;
    margin-right: auto;
    margin-top: 5px
}

.prp-page .prp-content .review-single-s3, .wp-admin .prp-content .review-single-s3, .prp-page.page .prp-content .review-single-s3 {
    max-width: 550px
}

    .prp-page .prp-content .review-single-s3 .widget-info .widget-info-group, .wp-admin .prp-content .review-single-s3 .widget-info .widget-info-group, .prp-page.page .prp-content .review-single-s3 .widget-info .widget-info-group {
        margin-top: 15px;
        margin-bottom: 0
    }

        .prp-page .prp-content .review-single-s3 .widget-info .widget-info-group .prp-btn--widget, .wp-admin .prp-content .review-single-s3 .widget-info .widget-info-group .prp-btn--widget, .prp-page.page .prp-content .review-single-s3 .widget-info .widget-info-group .prp-btn--widget {
            margin-bottom: 0
        }

    .prp-page .prp-content .review-single-s3 .terms-wrapper, .wp-admin .prp-content .review-single-s3 .terms-wrapper, .prp-page.page .prp-content .review-single-s3 .terms-wrapper {
        margin-top: 5px;
        margin-bottom: 0
    }

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s3 .prp-el-circle-rating, .wp-admin .prp-content .review-single-s3 .prp-el-circle-rating, .prp-page.page .prp-content .review-single-s3 .prp-el-circle-rating {
        margin-bottom: 20px
    }
}

.prp-page .prp-content .review-single-s3 .prp-btn--review, .wp-admin .prp-content .review-single-s3 .prp-btn--review, .prp-page.page .prp-content .review-single-s3 .prp-btn--review {
    margin-top: 5px
}

@media (max-width:767px) {
    .prp-page .prp-content .review-single-s4 .widget-info .widget-logo, .wp-admin .prp-content .review-single-s4 .widget-info .widget-logo, .prp-page.page .prp-content .review-single-s4 .widget-info .widget-logo {
        margin-bottom: 15px
    }
}

.prp-page .prp-content .review-single-s4 .widget-info--one .prp-bonus-box, .wp-admin .prp-content .review-single-s4 .widget-info--one .prp-bonus-box, .prp-page.page .prp-content .review-single-s4 .widget-info--one .prp-bonus-box {
    margin-top: 5px;
    display: table;
    margin: 0 auto
}

.prp-page .prp-content .review-single-s4 .widget-info--two .prp-bonus-box, .wp-admin .prp-content .review-single-s4 .widget-info--two .prp-bonus-box, .prp-page.page .prp-content .review-single-s4 .widget-info--two .prp-bonus-box {
    margin-top: 32px
}

.prp-page .prp-content .review-single-s6, .wp-admin .prp-content .review-single-s6, .prp-page.page .prp-content .review-single-s6 {
    max-width: 350px;
    padding-top: 35px;
    padding-bottom: 35px
}

    .prp-page .prp-content .review-single-s6 .widget-details-group, .wp-admin .prp-content .review-single-s6 .widget-details-group, .prp-page.page .prp-content .review-single-s6 .widget-details-group {
        margin-bottom: 0
    }

    .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group {
        margin-bottom: 0;
        margin-top: 12px
    }

        .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group {
            text-align: center
        }

            .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group span, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group span, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group span {
                font-size: .8571428571em;
                color: #b2b2b2
            }

            .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list {
                display: table;
                margin: 15px auto
            }

                .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li {
                    display: inline-block;
                    margin: 0 3px
                }

                    .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li svg, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li svg, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li svg {
                        fill: #ddd !important;
                        vertical-align: middle;
                        position: relative;
                        top: -1.5px
                    }

                        .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li svg polygon, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li svg polygon, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li svg polygon {
                            fill: #ddd !important
                        }

                    .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li.star-active svg polygon, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li.star-active svg polygon, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list li.star-active svg polygon {
                        fill: #b2b2b2 !important
                    }

            .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff {
                line-height: 1em;
                margin: 0 auto;
                margin-bottom: 3px
            }

                .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff li, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff li, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff li {
                    margin: 0 2px
                }

                    .prp-page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff li svg, .wp-admin .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff li svg, .prp-page.page .prp-content .review-single-s6 .widget-info .widget-info-group .prp-star-group ul.star-list--diff li svg {
                        width: 19px
                    }

    .prp-page .prp-content .review-single-s6 .prp-btn--widget, .wp-admin .prp-content .review-single-s6 .prp-btn--widget, .prp-page.page .prp-content .review-single-s6 .prp-btn--widget {
        margin-bottom: 15px
    }

    .prp-page .prp-content .review-single-s6 .terms-wrapper, .wp-admin .prp-content .review-single-s6 .terms-wrapper, .prp-page.page .prp-content .review-single-s6 .terms-wrapper {
        margin-top: -10px;
        margin-bottom: 10px
    }

.prp-page .prp-content .review-box-style_dark, .wp-admin .prp-content .review-box-style_dark, .prp-page.page .prp-content .review-box-style_dark, .prp-page .prp-content .review-box-style_half_image, .wp-admin .prp-content .review-box-style_half_image, .prp-page.page .prp-content .review-box-style_half_image, .prp-page .prp-content .review-box-style_full_image, .wp-admin .prp-content .review-box-style_full_image, .prp-page.page .prp-content .review-box-style_full_image {
    box-shadow: none;
    background: #111;
    color: #fff
}

    .prp-page .prp-content .review-box-style_dark .prp-el-circle-rating, .wp-admin .prp-content .review-box-style_dark .prp-el-circle-rating, .prp-page.page .prp-content .review-box-style_dark .prp-el-circle-rating, .prp-page .prp-content .review-box-style_half_image .prp-el-circle-rating, .wp-admin .prp-content .review-box-style_half_image .prp-el-circle-rating, .prp-page.page .prp-content .review-box-style_half_image .prp-el-circle-rating, .prp-page .prp-content .review-box-style_full_image .prp-el-circle-rating, .wp-admin .prp-content .review-box-style_full_image .prp-el-circle-rating, .prp-page.page .prp-content .review-box-style_full_image .prp-el-circle-rating {
        background: #242424
    }

.wp-polls, .wp-polls-form {
}

    .wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
        text-align: left;
        background-image: none;
        display: block
    }

    .wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
        text-align: left;
        list-style: none;
        float: none
    }

        .wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
            content: ''
        }

    .wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
        display: inline;
        border: 0;
        padding: 0;
        margin: 0
    }

.wp-polls-ul {
    padding: 0;
    margin: 0 0 10px 10px
}

.wp-polls-ans {
    width: 100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.wp-polls-loading {
    display: none;
    text-align: center;
    height: 16px;
    line-height: 16px
}

.wp-polls-image {
    border: 0
}

.wp-polls .Buttons {
    border: 1px solid #c8c8c8;
    background-color: #f3f6f8
}

.wp-polls-paging a, .wp-polls-paging a:link {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #06c;
    color: #06c;
    background-color: #FFF
}

    .wp-polls-paging a:visited {
        padding: 2px 4px 2px 4px;
        margin: 2px;
        text-decoration: none;
        border: 1px solid #06c;
        color: #06c;
        background-color: #FFF
    }

    .wp-polls-paging a:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #FFF
    }

    .wp-polls-paging a:active {
        padding: 2px 4px 2px 4px;
        margin: 2px;
        text-decoration: none;
        border: 1px solid #06c;
        color: #06c;
        background-color: #FFF
    }

.wp-polls-paging span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: #000;
    border: 1px solid #000;
    background-color: #FFF
}

.wp-polls-paging span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font-weight: 700;
    border: 1px solid #000;
    color: #000;
    background-color: #FFF
}

.wp-polls-paging span.extend {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border: 1px solid #000;
    color: #000;
    background-color: #FFF
}

@keyframes ppress-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.ppress-hint-wrap[class*=hint--] {
    position: relative;
    display: inline-block
}

    .ppress-hint-wrap[class*=hint--]:after, .ppress-hint-wrap[class*=hint--]:before {
        position: absolute;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: hidden;
        opacity: 0;
        z-index: 1000000;
        pointer-events: none;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        transition: .3s ease;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s
    }

    .ppress-hint-wrap[class*=hint--]:before {
        content: "";
        background: 0 0;
        border: 6px solid transparent;
        z-index: 1000001
    }

    .ppress-hint-wrap[class*=hint--]:hover:after, .ppress-hint-wrap[class*=hint--]:hover:before {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s
    }

    .ppress-hint-wrap[class*=hint--]:after {
        background: #383838;
        color: #fff;
        padding: 8px 10px;
        font-size: 12px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 12px;
        white-space: nowrap;
        text-shadow: 0-1px 0#000;
        box-shadow: 4px 4px 8px rgba(0,0,0,.3)
    }

    .ppress-hint-wrap[class*=hint--][aria-label]:after {
        content: attr(aria-label)
    }

    .ppress-hint-wrap[class*=hint--][data-hint]:after {
        content: attr(data-hint)
    }

.ppress-hint-wrap[aria-label=""]:after, .ppress-hint-wrap[aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
    display: none !important
}

.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--top:before {
    border-top-color: #383838
}

.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #383838
}

.ppress-hint-wrap.hint--top:after, .ppress-hint-wrap.hint--top:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ppress-hint-wrap.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.ppress-hint-wrap.hint--bottom:after, .ppress-hint-wrap.hint--bottom:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ppress-hint-wrap.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.ppress-hint-wrap.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.ppress-hint-wrap.hint--right:after {
    margin-bottom: -14px;
    left: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--right:before {
    left: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--right:hover:after, .ppress-hint-wrap.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.ppress-hint-wrap.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.ppress-hint-wrap.hint--left:after {
    margin-bottom: -14px;
    right: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--left:before {
    right: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--left:hover:after, .ppress-hint-wrap.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.ppress-hint-wrap.hint--top-left:after, .ppress-hint-wrap.hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.ppress-hint-wrap.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.ppress-hint-wrap.hint--top-right:after, .ppress-hint-wrap.hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.ppress-hint-wrap.hint--top-right:hover:after, .ppress-hint-wrap.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--bottom-left:after, .ppress-hint-wrap.hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.ppress-hint-wrap.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.ppress-hint-wrap.hint--bottom-right:after, .ppress-hint-wrap.hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.ppress-hint-wrap.hint--bottom-right:hover:after, .ppress-hint-wrap.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--large:after, .ppress-hint-wrap.hint--medium:after, .ppress-hint-wrap.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word
}

.ppress-hint-wrap.hint--small:after {
    width: 80px
}

.ppress-hint-wrap.hint--medium:after {
    width: 150px
}

.ppress-hint-wrap.hint--large:after {
    width: 300px
}

.ppress-hint-wrap.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0-1px 0#592726
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before {
    border-top-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before {
    border-left-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before {
    border-right-color: #b34e4d
}

.ppress-hint-wrap.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0-1px 0#6c5328
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before {
    border-top-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before {
    border-left-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before {
    border-right-color: #c09854
}

.ppress-hint-wrap.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0-1px 0#1a3c4d
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before {
    border-top-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before {
    border-left-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before {
    border-right-color: #3986ac
}

.ppress-hint-wrap.hint--success:after {
    background-color: #458746;
    text-shadow: 0-1px 0#1a321a
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before {
    border-top-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before {
    border-left-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before {
    border-right-color: #458746
}

.ppress-hint-wrap.hint--always:after, .ppress-hint-wrap.hint--always:before {
    opacity: 1;
    visibility: visible
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.ppress-hint-wrap.hint--rounded:after {
    border-radius: 4px
}

.ppress-hint-wrap.hint--no-animate:after, .ppress-hint-wrap.hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
}

.ppress-hint-wrap.hint--bounce:after, .ppress-hint-wrap.hint--bounce:before {
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)
}

.ppress-hint-wrap.hint--no-shadow:after, .ppress-hint-wrap.hint--no-shadow:before {
    text-shadow: initial;
    box-shadow: initial
}

.ppress-checkout__form * {
    --ppress-heading-fs: 22px;
    --ppress-body-fs: 16px;
    --ppress-btn-color: #2563eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form {
    margin: 1px auto 10px;
    max-width: 100%;
    width: 100%;
    line-height: 20px;
    position: relative
}

    .ppress-checkout__form p {
        margin: 0 0 5px
    }

    .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__social_login_wrap {
        padding: 5px
    }

    .ppress-checkout__form, .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap {
        display: flex;
        flex-wrap: wrap
    }

        .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap {
            margin: 5px 0 10px
        }

            .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item {
                border-radius: 6px;
                background-color: #eff6ff;
                padding: 14px 16px
            }

                .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item a, .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item p {
                    font-size: 14px;
                    margin: 0;
                    line-height: 20px
                }

        .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
            margin-bottom: 5px
        }

            .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item:last-of-type {
                margin-bottom: 15px
            }

            .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item.ppress-login-submit-btn p {
                padding: 0;
                margin: 10px 0
            }

        .ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section {
            width: 35%;
            order: 2
        }

        .ppress-checkout__form .ppress-checkout-section.ppress-checkout_main {
            width: 65%;
            order: 1;
            padding: 0 30px 0 0
        }

        .ppress-checkout__form .ppress-checkout_order_summary {
            border: 1px solid #e5e7eb;
            border-radius: 5px
        }

        .ppress-checkout__form .ppress-checkout_order_summary__plan_name {
            padding: 10px 20px;
            font-size: var(--ppress-body-fs);
            font-weight: 700;
            border-bottom: 1px solid #e4e4e4
        }

        .ppress-checkout__form .ppress-checkout_order_summary__plan_price {
            font-weight: 500;
            font-size: 14px
        }

        .ppress-checkout__form .ppress-checkout_order_summary__bottom_details * {
            font-size: var(--ppress-body-fs)
        }

        .ppress-checkout__form .ppress-checkout_order_summary__bottom_details .checkout_order_summary__fee_structure__item dd a {
            font-size: 14px;
            display: block;
            text-decoration: none;
            margin: 0;
            padding: 0
        }

        .ppress-checkout__form .checkout_order_summary__fee_structure__item dt .checkout_order_summary__fee_structure__item__trial_term {
            display: block;
            background: unset;
            margin-left: 0;
            font-weight: 600;
            padding-left: 0
        }

        .ppress-checkout__form .ppress-checkout_order_summary__bottom_details {
            padding: 10px 20px
        }

        .ppress-checkout__form .ppress-checkout_order_summary__plan_description {
            padding: 20px;
            border-bottom: 1px solid #e5e7eb;
            line-height: 1.7;
            font-size: var(--ppress-body-fs)
        }

        .ppress-checkout__form .checkout_order_summary__fee_structure__item {
            display: flex;
            flex-wrap: nowrap;
            padding: 5px 0;
            font-size: 16px
        }

            .ppress-checkout__form .checkout_order_summary__fee_structure__item dt {
                width: 60%;
                text-align: left
            }

            .ppress-checkout__form .checkout_order_summary__fee_structure__item dd {
                width: 40%;
                text-align: right
            }

            .ppress-checkout__form .checkout_order_summary__fee_structure__item dt span {
                color: #4b5563;
                background-color: #e5e7eb;
                margin-left: 5px;
                border-radius: 9999px;
                letter-spacing: .35px;
                padding: 2px 6px;
                font-size: 12px
            }

        .ppress-checkout__form .ppress-main-checkout-form__block fieldset {
            margin: 0;
            padding: 0;
            border: 0
        }

        .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset {
            border: 0;
            margin: 10px 0 0;
            padding: 20px 0 0
        }

            .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type {
                border: 0;
                margin-top: 10px;
                padding-top: 0
            }

        .ppress-checkout__form .ppress-main-checkout-form__block legend {
            border: 0;
            color: #000;
            font-size: var(--ppress-heading-fs);
            font-weight: 700;
            line-height: 1.7;
            margin: 0 0 15px;
            padding: 0 5px;
            width: 100%
        }

        .ppress-checkout__form .ppress-main-checkout-form__block a.ppress-checkout-show-login-form, .ppress-checkout__form a.ppress-checkout-show-login-form {
            cursor: pointer;
            float: right;
            font-size: 14px;
            font-weight: 400;
            line-height: 35px;
            margin: 0;
            padding: 0;
            text-decoration: none;
            vertical-align: baseline
        }

        .ppress-checkout__form .ppress-checkout_order_summary__discount {
            margin: 0 0 5px
        }

            .ppress-checkout__form .ppress-checkout_order_summary__discount p {
                font-size: 14px
            }

        .ppress-checkout__form .ppress-checkout__link {
            cursor: pointer;
            font-size: 14px;
            font-weight: 400;
            line-height: 35px;
            margin: 10px 0;
            padding: 0;
            text-decoration: none
        }

        .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
            width: calc(100% - 5px);
            display: inline-block;
            padding: 5px;
            margin-bottom: 15px
        }

        .ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
            margin-bottom: 10px
        }

.ppress-checkout-form__payment_method__content_wrap .ppress-main-checkout-form__block__item:first-of-type {
    margin-top: 15px
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__item:last-of-type {
    margin-bottom: 0
}

.ppress-checkout__form .ppress-required {
    color: rgb(239 68 68)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half {
    width: calc(50% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-two-third {
    width: calc(66.6666666667% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-one-third {
    width: calc(33.3333333333% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-expiry-date {
    width: calc(40% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc {
    width: calc(60% - 5px)
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

    .ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select {
        width: calc(50% - 5px) !important;
        margin: 0 5px 0 0;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=);
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 10px auto
    }

        .ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select:last-of-type {
            margin-right: 0
        }

.ppress-checkout__form label.checkout_order_summary__discount__label {
    width: 100%;
    line-height: 20px
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap {
    margin-bottom: 20px
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__place_order_wrap {
    margin: 20px 0 10px
}

.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element {
    margin: 16px 0 0
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element, .ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]), .ppress-checkout__form .ppress-checkout-section select, .ppress-checkout__form .ppress-checkout-section textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d5db;
    padding: 8px 12px;
    line-height: 20px;
    border-radius: 6px;
    box-shadow: 0 0#0000,0 0#0000,0 1px 2px 0 rgba(0,0,0,.05)
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
    padding-top: 10px;
    padding-bottom: 10px
}

.ppress-checkout__form .ppress-checkout-section textarea {
    min-height: 100px
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit] {
    padding: 12px 16px;
    border-color: transparent;
    background: var(--ppress-btn-color);
    background-color: var(--ppress-btn-color);
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    text-align: center;
    -webkit-appearance: none;
    width: 100%;
    height: auto
}

    .ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]:disabled {
        opacity: .65
    }

.ppress-checkout__form .ppress-checkout-section input[type=checkbox], .ppress-checkout__form .ppress-checkout-section input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d5db;
    height: 16px;
    width: 16px;
    color: #4f46e5;
    padding: 0 5px
}

.ppress-checkout__form .ppress-checkout-section input[type=radio] {
    border-radius: 100%
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox] {
    border-radius: 0;
    cursor: pointer
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element:focus, .ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]):focus, .ppress-checkout__form .ppress-checkout-section textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0#fff,0 0 0 calc(1px + 0px) var(--ppress-btn-color),0 0#0000;
    border-color: #2563eb
}

.ppress-checkout__form .ppress-checkout-section input[type=submit]:hover {
    filter: brightness(85%)
}

.ppress-checkout__form .ppress-checkout-section label {
    font-weight: 500;
    display: block;
    line-height: 25px;
    vertical-align: baseline
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label, .ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label {
    display: inline-block
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap .ppress-checkout-field__input, .ppress-checkout__form .ppress-checkout-section .pp-radio-wrap .ppress-checkout-field__input {
    margin-right: 5px
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap input[type=text].checkout_order_summary__discount__input {
    width: 68%
}

.ppress-checkout__form .ppress-checkout-section input[type=submit].ppress-apply-discount-btn {
    width: 25%;
    margin-left: 10px;
    border: 0;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #4b5563;
    background-color: #d1d5db
}

.ppress-checkout__form .ppress-checkout_charge_details {
    padding: 10px 20px
}

    .ppress-checkout__form .ppress-checkout_charge_details span {
        font-weight: 700
    }

.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
    list-style: none;
    overflow: visible;
    padding: 0;
    margin: 5px 0 0
}

.ppress-checkout__form .ppress-checkout-form__payment_method {
    border-top: 1px solid #ddd;
    padding: 0
}

    .ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type {
        border-top: none;
        border-bottom: none
    }

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap {
    background: #fff;
    margin: 0;
    padding: 16px 8px
}

    .ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap:first-of-type {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__content_wrap, .ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__title_wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__payment_method__title_wrap label {
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    position: relative;
    cursor: pointer;
    width: calc(100% - 30px);
    line-height: 1
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons {
    position: absolute;
    right: 20px;
    top: -5px
}

    .ppress-checkout__form .ppress-checkout-form__payment_method__icons img, .ppress-checkout__form .ppress-checkout-form__payment_method__icons svg {
        max-height: 22px
    }

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.25;
    margin: 0 !important
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    margin: 0 !important;
    padding: 20px 10px;
    display: none
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__title_wrap input[type=radio] {
    vertical-align: bottom
}

.ppress-checkout__form .ppress-checkout-form__payment_method.ppress-active .ppress-checkout-form__payment_method__content_wrap {
    display: block
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head, .ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap label {
    line-height: 20px
}

.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap .ppress-checkout-form__payment_method__heading {
    padding: 10px 5px;
    margin: 15px 0;
    font-size: var(--ppress-body-fs);
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap {
    margin: 0;
    border: 0;
    padding: 40px 0 0
}

    .ppress-checkout__form .ppress-checkout-form__terms_condition_wrap .ppress-checkout-form__terms_condition__checkbox__label span {
        vertical-align: middle
    }

.ppress-checkout__form .ppress-checkout-form__terms_condition__content {
    border: 1px solid #e5e7eb;
    padding: 20px;
    max-height: 200px;
    overflow: auto;
    border-radius: 6px;
    display: none;
    margin: 0 0 20px
}

.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap {
    margin: 0 0 20px
}

.ppress-checkout__form .ppress-checkout__form__preloader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250,250,250,.9);
    z-index: 99995
}

.ppress-checkout__form .ppress-checkout__form__spinner {
    display: block;
    width: 85px;
    height: 85px;
    top: 40%;
    right: 50%;
    text-align: center;
    margin: auto;
    position: fixed
}

    .ppress-checkout__form .ppress-checkout__form__spinner:after {
        content: " ";
        display: block;
        width: 70px;
        height: 70px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #212529;
        border-color: #212529 transparent;
        animation: ppress-dual-ring 1.2s linear infinite
    }

.ppress-checkout__form .ppress-checkout-alert {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 10px 0
}

    .ppress-checkout__form .ppress-checkout-alert ul {
        margin: 0 0 0 16px;
        padding: 0;
        list-style-type: disc
    }

    .ppress-checkout__form .ppress-checkout-alert li {
        font-weight: 400
    }

        .ppress-checkout__form .ppress-checkout-alert li, .ppress-checkout__form .ppress-checkout-alert li strong, .ppress-checkout__form .ppress-checkout-alert p {
            font-size: var(--ppress-body-fs);
            margin: 0 !important;
            padding: 0 !important;
            line-height: 22px
        }

            .ppress-checkout__form .ppress-checkout-alert li strong {
                font-weight: 700
            }

    .ppress-checkout__form .ppress-checkout-alert.ppress-error {
        background-color: #fef2f2;
        color: #b91c1c
    }

    .ppress-checkout__form .ppress-checkout-alert.ppress-success {
        background-color: #ecfdf5;
        color: #065f46
    }

.ppress-checkout-alert.ppress-warning {
    border-left: 4px solid rgb(250 204 21);
    border-radius: 0;
    background-color: rgb(254 252 232);
    color: rgb(161 98 7)
}

.ppress-checkout__form .ppress-checkout-alert p {
    font-weight: 500
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description, .ppress-checkout__form .ppress-checkout_order_summary #ppress-checkout-coupon-code-wrap {
    display: none
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
    width: 100%
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
    order: 1;
    margin-bottom: 15px
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
    order: 2;
    padding-right: 0
}

.ppress-checkout__form.ppressui340 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item, .ppress-checkout__form.ppressui500 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item, .ppress-checkout__form.ppressui768 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
    width: 100%
}

.profilepress-myaccount-orders-subs, .profilepress-myaccount-orders-subs * {
    font-family: Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

    .profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {
        box-shadow: transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05)0 1px 2px 0;
        border-radius: 8px;
        border: 1px solid rgb(229 231 235);
        margin-top: 16px
    }

        .ppress-details-table p:first-child, .profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap:first-child {
            margin-top: 0
        }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header p {
        margin-bottom: 8px
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header-wrap {
        padding: 16px;
        border-color: rgb(229 231 235);
        display: grid;
        column-gap: 8px;
        grid-template-columns: repeat(4,minmax(0,1fr));
        border-bottom: 1px solid rgb(229 231 235)
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details {
        display: grid;
        column-gap: 16px;
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        grid-template-columns: auto auto auto;
        grid-column: span 2/span 2
    }

        .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dt {
            margin: 0;
            font-weight: 500;
            font-size: 14px
        }

        .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd {
            margin: 4px 0 0
        }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions {
        justify-content: flex-end;
        display: flex;
        grid-column: span 2/span 2;
        align-items: center
    }

        .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a, .profilepress-myaccount-orders-subs a.ppress-myac-action {
            box-shadow: transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05)0 1px 2px 0;
            font-weight: 500;
            font-size: 14px;
            padding: 6px 8px;
            border: 1px solid rgb(209 213 219);
            border-radius: 6px;
            justify-content: center;
            display: flex;
            align-items: center;
            text-decoration: inherit
        }

    .profilepress-myaccount-orders-subs a.ppress-myac-action {
        display: inline-block;
        margin-right: 5px
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content {
        padding: 16px;
        align-items: flex-start;
        flex: 1 1 0%;
        font-size: 14px;
        line-height: 20px
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header {
        font-weight: 500;
        display: flex;
        justify-content: space-between
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-product-name {
        font-weight: 500;
        font-size: 14px
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap p.ppress-my-account-order-sub-product-price {
        margin-top: 0 !important
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content p {
        margin: 8px 0 0;
        display: block
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-wrap {
        display: flex;
        align-items: flex-start
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd span {
        border-radius: 6px;
        color: rgb(31 41 55);
        background-color: rgb(243 244 246);
        padding: 4px 8px;
        margin: 0;
        font-weight: 500;
        font-size: 12px
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .active span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .completed span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .trialling span {
        background-color: rgb(220 252 231);
        color: rgb(22 101 52)
    }

    .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .cancelled span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .expired span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .refunded span {
        background-color: rgb(254 226 226);
        color: rgb(153 27 27)
    }

    .profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap {
        padding: 10px 0;
        text-align: right
    }

        .profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers {
            border: 1px solid rgb(209 213 219);
            padding: 8px 16px;
            font-size: 14px;
            line-height: 20px
        }

            .profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers.current {
                background-color: #eeeeec;
                color: rgb(107 114 128)
            }

        .profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .ppress-material-icons {
            vertical-align: middle;
            margin: 0
        }

table.ppress-details-table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    box-shadow: transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05)0 1px 2px 0
}

.ppress-details-table thead {
    background-color: rgb(249 250 251)
}

    .ppress-details-table thead tr th {
        padding: 14px 12px;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        background-color: rgb(249 250 251)
    }

    .ppress-details-table thead th, .ppress-details-table tr td {
        padding: 16px;
        border: 1px solid rgb(229 231 235)
    }

    .ppress-details-table thead th {
        text-align: left;
        background: rgb(229 231 235);
        vertical-align: bottom
    }

.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd) {
    background-color: rgb(249 250 251)
}

.ppress-details-table tr td:first-child {
    font-weight: 700
}

.ppress-details-table td:last-child {
    width: 70%
}

.ppress-details-table p {
    margin: 5px 0 0
}

.ppress-details-table .ppress-billing-title {
    font-weight: 500
}

.ppress-details-table .ppress-sub-info {
    color: #4b5563;
    background-color: #e5e7eb;
    margin-left: 5px;
    border-radius: 9999px;
    padding: 4px 8px;
    font-size: 14px
}

@font-face {
    font-display: swap;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(../../../plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff2)format("woff2"),url(../../../plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff)format("woff")
}

#profilepress-myaccount-wrapper .ppmyac-icons, .pp-form-field-wrap .pp-form-material-icons, .ppress-material-icons {
    font-family: "Material Icons" !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    display: inline-block !important
}

.pp-tab-widget-avatar img {
    display: block;
    border-radius: 50%;
    height: 190px;
    margin: 0 auto 10px !important;
    padding: 2px;
    text-align: center;
    width: 190px;
    float: none !important
}

.pp-user-panel {
    border-radius: 6px;
    text-align: center
}

.pp-user-panel-title {
    font-size: 20px;
    margin: 0
}

.pp-user-panel p {
    font-size: 15px;
    margin-bottom: 23px
}

.pp-tabbed-btn {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear
}

.pp-tabbed-btn-inverse {
    color: #fff !important;
    background-color: #34495e
}

.pp-password-reset-handler-wrap .pp-reset-password-form {
    padding: 40px;
    max-width: 500px;
    margin-top: 5px;
    margin-bottom: 5px
}

    .pp-password-reset-handler-wrap .pp-reset-password-form h3 {
        color: #444;
        font-weight: 300;
        margin: 0 auto 40px
    }

    .pp-password-reset-handler-wrap .pp-reset-password-form label {
        color: #444;
        font-size: 15px
    }

        .pp-password-reset-handler-wrap .pp-reset-password-form label .req {
            margin: 2px;
            color: red
        }

        .pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
            opacity: 0
        }

    .pp-password-reset-handler-wrap .pp-reset-password-form input {
        font-size: 22px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 5px 10px;
        background: 0 0;
        margin-bottom: 40px;
        border: 1px solid #a0b3b0;
        border-radius: 0;
        -webkit-transition: border-color .25s ease,box-shadow .25s ease;
        transition: border-color .25s ease,box-shadow .25s ease
    }

        .pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
            outline: 0;
            border-color: #1ab188
        }

    .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
        border: 0;
        outline: 0;
        border-radius: 0;
        padding: 15px 0;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .1em;
        background: #1ab188;
        color: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-appearance: none;
        text-shadow: none;
        box-shadow: none
    }

        .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus, .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
            background: #179b77
        }

    .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
        display: block;
        width: 100%
    }

.pp-password-reset-handler-wrap .profilepress-reset-status {
    margin-left: 40px;
    max-width: 420px
}

#pp-pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #23282d;
    padding: 3px 5px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    #pp-pass-strength-result.short {
        background-color: #f1adad;
        border-color: #e35b5b;
        opacity: 1
    }

    #pp-pass-strength-result.bad {
        background-color: #fbc5a9;
        border-color: #f78b53;
        opacity: 1
    }

    #pp-pass-strength-result.good {
        background-color: #ffe399;
        border-color: #ffc733;
        opacity: 1
    }

    #pp-pass-strength-result.strong {
        background-color: #c1e1b9;
        border-color: #83c373;
        opacity: 1
    }

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
    color: red;
    font-weight: 400
}

.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {
    cursor: pointer
}

.pp-form-wrapper p {
    margin: 0 0 5px !important;
    padding: 0 !important
}

.pp-form-wrapper input[type=datetime], .pp-form-wrapper input[type=email], .pp-form-wrapper input[type=number], .pp-form-wrapper input[type=password], .pp-form-wrapper input[type=search], .pp-form-wrapper input[type=tel], .pp-form-wrapper input[type=text], .pp-form-wrapper input[type=url], .pp-form-wrapper select, .pp-form-wrapper textarea {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #dedee5;
    padding: 13px 15px;
    outline: 0;
    line-height: 1
}

.pp-form-wrapper select {
    background-image: url(media/arrow-down.png) !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 10px auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.pp-form-wrapper .pp-form-label-wrap {
    margin: 0 0 4px;
    padding: 0
}

.pp-form-wrapper .pp-form-label {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
    cursor: pointer
}

.pp-form-wrapper .pp-checkbox-wrap, .pp-form-wrapper .pp-radio-wrap {
    display: block;
    text-align: left;
    line-height: normal;
    margin: 5px 0;
    padding: 0
}

    .pp-form-wrapper .pp-checkbox-wrap label, .pp-form-wrapper .pp-radio-wrap label {
        margin-left: 5px
    }

.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    vertical-align: baseline
}

.pp-form-wrapper .ppress-pf-profile-connect {
    padding: 5px 0 10px
}

.pp-form-wrapper a.ppress-pf-social-icon {
    width: 100%;
    height: 100%;
    display: inline
}

.pp-form-wrapper .ppress-pf-social-icon svg {
    vertical-align: middle;
    width: 40px;
    height: 40px
}

.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
    padding: 3px
}

a.pp-button-social-login:focus {
    outline-color: transparent
}

    a.pp-button-social-login:focus .ppsc, a.pp-button-social-login:hover .ppsc {
        background-color: rgba(255,255,255,.75)
    }

a.pp-button-social-login:visited {
    color: #fff
}

a.pp-button-social-login, a.pp-button-social-login .ppsc {
    display: inline-block;
    font-size: 100%;
    height: 2.5em;
    padding: 0
}

a.pp-button-social-login {
    position: relative;
    vertical-align: middle;
    line-height: 2.5em;
    font-family: inherit;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #333;
    color: #fff !important;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    text-decoration: none !important;
    min-width: 220px
}

    a.pp-button-social-login .ppsc {
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        text-transform: none;
        vertical-align: top;
        text-align: center;
        width: 2.5em;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 1.8em 1.8em;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
        -moz-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        position: absolute;
        left: 0;
        margin: 0
    }

    a.pp-button-social-login span.ppsc-text {
        margin-left: 40px;
        padding: .5em;
        color: #fff !important
    }

    a.pp-button-social-login .ppsc-google {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/google.svg)
    }

    a.pp-button-social-login.pp-button-social-login-google {
        background: #4285f4;
        border-color: #4285f4
    }

    a.pp-button-social-login.pp-button-social-login-facebook {
        background: #3b5998;
        border-color: #3b5998
    }

    a.pp-button-social-login.pp-button-social-login-twitter {
        background: #55acee;
        border-color: #55acee
    }

    a.pp-button-social-login.pp-button-social-login-linkedin {
        background: #0077b5;
        border-color: #0077b5
    }

    a.pp-button-social-login.pp-button-social-login-vk {
        background: #4a76a8;
        border-color: #4a76a8
    }

    a.pp-button-social-login.pp-button-social-login-github {
        background: #24292e;
        border-color: #24292e
    }

    a.pp-button-social-login .ppsc-vk {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg)
    }

    a.pp-button-social-login .ppsc-facebook {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/facebook.svg)
    }

    a.pp-button-social-login .ppsc-twitter {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/twitter.svg)
    }

    a.pp-button-social-login .ppsc-linkedin {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/linkedin.svg)
    }

    a.pp-button-social-login .ppsc-github {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/github-fa.svg)
    }

#profilepress-myaccount-wrapper, #profilepress-myaccount-wrapper *, #profilepress-myaccount-wrapper ::after, #profilepress-myaccount-wrapper ::before, .pp-form-container *, .pp-form-container .pp-form-wrapper, .pp-form-container .pp-form-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple, html .pp-form-container .select2 input.select2-search__field {
        border: 0 !important
    }

.pp-form-container form input[type=submit] {
    -webkit-appearance: none !important;
    cursor: pointer;
    text-shadow: none
}

.pp-form-container form {
    margin: 0;
    padding: 0;
    background-color: transparent
}

.woocommerce .woocommerce-MyAccount-content .pp-form-container {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.pp-form-container form input, .pp-form-container form select, .pp-form-container form textarea {
    outline: 0;
    background-image: none;
    height: auto;
    float: none;
    position: static;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    resize: vertical
}

.pp-form-container form p {
    margin: 0 0 .5em
}

.pp-form-container form input[type=submit]:focus {
    outline: 0
}

.pp-form-container .pp-user-avatar {
    border-radius: 50% !important;
    display: block !important;
    margin: 0 auto 10px !important;
    text-align: center !important
}

.pp-form-container img.pp-user-cover-image {
    width: 100% !important;
    height: auto !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox], #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border: 1px solid #7e8993 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #555 !important;
    clear: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1) !important;
    transition: .05s border-color ease-in-out !important;
    width: 16px !important;
    height: 16px !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50% !important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 4px !important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50% !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) !important;
    margin: -3px 0 0-4px !important;
    width: 20px !important;
    height: 20px !important;
    position: static
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    content: "";
    border-radius: 50% !important;
    margin: 3px !important;
    background-color: #000 !important;
    line-height: 1.14285714 !important;
    width: 8px !important;
    height: 8px !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before, #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    float: left !important;
    display: inline-block !important;
    vertical-align: middle !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pp-form-container .pp-form-wrapper.ppBuildScratch, .pp-form-container .pp-form-wrapper.ppBuildScratch * {
    font-family: "Merriweather",sans-serif
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 1em;
        margin-top: 0;
        text-align: center;
        margin-right: 6.387%
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch h1, .pp-form-container .pp-form-wrapper.ppBuildScratch h2, .pp-form-container .pp-form-wrapper.ppBuildScratch h3, .pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 1em;
        margin-top: 1em
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
        opacity: .5
    }

.pp-form-container .pp-form-wrapper.ppBuildScratch {
    max-width: 100%;
    width: 100%;
    padding: 6%0 6% 6%;
    background: #fff;
    color: #222;
    font-size: 14px;
    position: relative;
    box-shadow: 0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    border-radius: 3px;
    margin: 0 auto
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
        box-shadow: none;
        border-radius: 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
        padding: 0 6.387% 4%0;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 0 6.387%0 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
        margin: 0 0 5px;
        padding: 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus ~ .pp-form-field-description {
        display: block
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
        display: inline;
        font-weight: 400
    }

        .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
            position: relative;
            margin: 0;
            padding: 0;
            font-size: 110%;
            display: inline;
            vertical-align: top
        }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
        position: relative
    }

        .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
            position: absolute;
            top: 5px;
            left: 15px;
            z-index: 2
        }

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
        left: 0 !important
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
        padding-top: 18px;
        padding-bottom: 2px
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
        padding-top: 23px;
        padding-bottom: 7px
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
        width: 50%
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
        width: 33.3333333333%
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
        border: 1px solid #dbdbdb;
        font-size: 14px;
        padding: 10px 15px;
        -webkit-transition: all .35s;
        transition: all .35s;
        background: #fff;
        color: #69717a;
        width: 100%;
        border-radius: 0;
        line-height: 1.3;
        min-height: 40px;
        display: inline-block;
        margin: 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
        height: 100px;
        overflow: auto
    }

.pp-form-field-wrap .pp-form-material-icons {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    margin: 8px 12px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 30px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 30px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0;
    margin-left: 12px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0 !important;
    margin-left: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
    margin-right: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 18px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
    cursor: pointer
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
    border-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
    border-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    padding-left: 0 !important
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
        border-top: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
        box-shadow: none !important
    }

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
    border: 0 !important;
    background: #f7f7f7 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
    padding-top: 15px;
    padding-bottom: 15px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
    height: 150px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
    height: 200px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border: 1px solid #999
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    font-style: normal;
    background-color: transparent;
    display: block;
    font-weight: 700;
    font-size: 14px;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #444
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    display: inline-block
}

.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap .pp-cover-image-overlay ins, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
    display: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px 10px;
    transition: .15s ease-in-out;
    width: auto;
    min-width: 110px;
    text-align: center
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit], .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit] {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover {
    background-color: #ededed;
    color: #000;
    text-decoration: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
    margin: 0 0 5px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container, .ppressmd-new-dropdown ul {
    margin: 0;
    padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
    margin-bottom: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
    text-align: left;
    margin: 4px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
    width: 100%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
    margin-top: 4%;
    margin-bottom: 4%
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
        width: 100% !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
    margin-bottom: 1.5em !important
}

#profilepress-myaccount-wrapper {
    font-size: 16px
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    #profilepress-myaccount-wrapper .profilepress-myaccount-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0
    }

    #profilepress-myaccount-wrapper .ppmyac-dashboard-item {
        text-decoration: none !important;
        position: relative;
        display: block;
        padding: .75em 1.25em;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
        width: 100%;
        text-align: inherit;
        box-shadow: none
    }

        #profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
            z-index: 2;
            color: #fff;
            background-color: #007bff;
            border-color: #007bff
        }

        #profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
            border-top-left-radius: .25em;
            border-top-right-radius: .25em
        }

        #profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: .25em;
            border-bottom-left-radius: .25em
        }

    #profilepress-myaccount-wrapper .ppmyac-icons {
        margin-right: .5em;
        vertical-align: text-bottom
    }

    #profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

@media (min-width:576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-content {
        flex: 0 0 75%;
        max-width: 75%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
    text-align: center;
    margin-bottom: 20px
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
        margin: 0 !important;
        position: static !important;
        float: none !important;
        display: inline-block;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        width: 120px;
        height: 120px
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
    outline: 0;
    text-shadow: none;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2, #profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    margin-top: 0 !important;
    margin-bottom: 1em !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-size: 2em !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    font-weight: 500 !important;
    font-size: 1.2em !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
    margin-bottom: 2em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
    display: inline;
    padding-right: 1em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
    color: inherit;
    padding: 0 0 10px
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
        border-bottom: 3px solid #6c757d
    }

.profilepress-myaccount-alert, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    position: relative;
    padding: .75em 1.25em;
    margin-bottom: 1em;
    border: 1px solid transparent;
    border-radius: .25em
}

    .profilepress-myaccount-alert.pp-alert-danger, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb
    }

        .profilepress-myaccount-alert.pp-alert-success, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb
        }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
    margin-top: .5em;
    margin-bottom: 1em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
    min-height: 250px;
    background-color: #eee
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
    padding: .75em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    border-radius: .25em
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
        width: 100%;
        height: auto
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
    margin-top: .5em;
    margin-bottom: .5em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
    margin-bottom: 2em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
    margin-bottom: .2em;
    font-weight: 500;
    display: block
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox] + label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio] + label {
    display: inline
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    padding: .375em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: visible;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    height: auto !important;
    min-height: 100px !important;
    resize: vertical !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus {
    background-color: #fff;
    border-color: #bbb;
    outline: 0;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
    display: inline-block;
    cursor: pointer;
    width: auto
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        text-decoration: none
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    margin-bottom: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    margin: 0;
    opacity: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75em + 2px);
    padding: .375em .75em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25em
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75em);
        padding: .375em .75em;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25em .25em 0
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input ~ .ppmyac-custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
    display: inline-block;
    margin: 0 0 0 .3819820591em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
    display: flex;
    flex-direction: column;
    margin: 1em 0 0;
    padding-left: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
    position: relative;
    padding: .75em 1.25em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    border-radius: .25em;
    justify-content: space-between !important;
    display: flex !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
    width: 70px;
    height: 70px;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
    margin-bottom: .5em !important;
    margin-top: .5em !important;
    padding: .25em .5em;
    font-size: .875em;
    line-height: 1.5;
    border-radius: .2em;
    color: #fff;
    height: 35px;
    background-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    cursor: pointer;
    user-select: none;
    border: 1px solid #6c757d;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
    margin-top: .75em !important;
    margin-bottom: 0 !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #ddd
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
    border-radius: .25em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125)
}

.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap {
    width: 250px;
    text-align: center
}

.pp-form-container .pp-field-user-avatar-picture-wrap {
    width: 250px;
    height: auto;
    margin: auto;
    position: relative
}

.pp-form-container .pp-field-user-cover-image-wrap {
    margin: auto;
    position: relative
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px #666;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    border-radius: 0
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
    display: table;
    height: 100%;
    width: 100%
}

    .pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-decoration: none !important;
        background: 0 0 !important;
        color: #fff !important;
        border-bottom: none !important
    }

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
    font-size: 35px !important;
    display: block !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    color: #fff !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    cursor: pointer
}

html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0 !important;
    height: auto !important
}

.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0 !important;
    box-shadow: none !important
}

.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
    height: auto;
    line-height: normal
}

.pp-form-wrapper.pp-member-directory {
    opacity: 0
}

.pp-form-wrapper.ppress-default-profile {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    opacity: 0
}

    .pp-form-wrapper.ppress-default-profile * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .pp-form-wrapper.ppress-default-profile a, .pp-form-wrapper.ppress-default-profile a:hover {
        text-decoration: none !important
    }

    .pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
        background-color: #eee;
        box-sizing: border-box;
        position: relative
    }

    .pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
        text-align: center;
        overflow: hidden
    }

        .pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
            width: 100%;
            display: block;
            overflow: hidden;
            border-radius: 0;
            margin: 0
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
        position: relative;
        padding: 0 0 25px;
        border-bottom: solid 2px #eee;
        min-height: 85px;
        box-sizing: content-box
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
        position: absolute;
        top: 15px;
        right: 0;
        vertical-align: middle;
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        z-index: 66;
        margin-right: 10px
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
            font-size: 30px
        }

    .pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
        color: #aaa;
        text-decoration: none;
        border-bottom: 0
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover, .pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
            color: #007bff
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
        float: left;
        position: absolute;
        margin: 0 0 0 30px;
        box-sizing: border-box;
        width: 200px;
        height: 200px
    }

    .pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo {
        position: relative
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
        width: 100%;
        height: auto;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: block;
        overflow: hidden;
        margin: 0;
        box-shadow: none;
        background: #fff;
        border: 5px solid #fff
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
        padding-right: 30px;
        -ms-word-break: break-all;
        word-break: break-word;
        word-wrap: break-word
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
        padding: 10px 0 0;
        color: #999
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
        font-size: 24px;
        font-weight: 700;
        margin-right: 30px;
        color: #555;
        line-height: 1.7em
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
        clear: both
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
        margin: 0 5px;
        font-size: 14px;
        display: inline-block;
        line-height: .1
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
            margin: 0 5px 0 0
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
        margin: 5px 0 0;
        line-height: 1.4em;
        font-size: 13px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
        padding: 10px;
        background: #444;
        text-align: center
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 6px 10px 6px 28px;
        display: block;
        float: left;
        border-radius: 4px;
        margin-left: 5px;
        position: relative;
        border-bottom: 0;
        text-decoration: none !important
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
            background: #555
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
        font-size: 18px;
        height: 18px;
        line-height: 1.5;
        position: absolute;
        display: block;
        left: 10px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
        padding-left: 5px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
        background: #007bff
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
        max-width: 600px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: auto
    }

    .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item, .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note {
        text-align: center;
        padding-top: 20px;
        color: #666
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
            display: inline-block;
            font-size: 70px;
            height: 70px;
            line-height: 70px
        }

        .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span, .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span {
            margin-top: 10px;
            display: block;
            font-size: 16px;
            color: #888
        }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
            border: 0 !important
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
        margin: 0 0 30px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
        position: relative;
        padding: 15px 0 0
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
        display: block;
        margin: 0 0 8px;
        border-bottom: solid 2px #eee;
        padding-bottom: 4px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
        float: left;
        margin: 0 8px 0 0;
        height: 22px;
        line-height: 18px;
        display: inline-block;
        width: 24px;
        text-align: center
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
            font-size: 22px;
            position: relative;
            top: 1px
        }

    .pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
        float: none;
        margin: 0 auto;
        text-align: center;
        position: relative
    }

    .pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important
    }

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
    padding: 0 !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    margin-left: 0 !important;
    border-radius: 0 !important
}

.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static !important;
    top: auto !important;
    left: auto !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center !important;
    padding: 0 !important;
    margin-top: -30px !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    padding-top: 0 !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 18px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
    padding: 0 20px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    left: auto !important;
    text-align: center !important;
    top: -40px !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    width: 120px !important;
    height: 120px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
    font-size: 12px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: 20px !important;
    line-height: 20px !important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0 !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
    padding: 0 !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    font-size: 22px !important;
    height: 22px !important;
    line-height: 22px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 120px !important;
    height: 120px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    top: -40px !important;
    left: 0 !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center !important;
    padding: 0 !important;
    margin-top: -30px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 21px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
    padding: 0 20px !important;
    display: block !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
    font-size: 12px !important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: 20px !important;
    line-height: 20px !important
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0 !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
    padding: 0 !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
    padding: 10px 20px !important;
    margin-left: 0 !important;
    border-radius: 0 !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important
}

.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    top: auto !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
    font-size: 12px !important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    font-size: 20px !important;
    height: 20px !important;
    line-height: 20px !important
}

.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important
}

.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
    margin-top: -50px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    padding: 5px 11px !important;
    font-size: 12px !important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    font-size: 14px !important
}

.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title, .ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
    font-size: 10px !important
}

.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item a, .pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-decoration: none
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
    text-align: center;
    padding-top: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
    font-size: 15px;
    border: 0;
    display: block;
    width: 100%;
    line-height: 1em;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    transition: .25s;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    background: #007bff
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
    color: inherit
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item + .ppress-dpf-more-post-wrap {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
    justify-content: flex-end
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 60%
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
        flex: 1;
        margin: 0 10px 0 0;
        min-width: 90px;
        max-width: 85%
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
            -webkit-appearance: textfield;
            width: 100%;
            padding: 0 12px !important;
            display: block !important;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            outline: 0 !important;
            cursor: text !important;
            font-size: 15px !important;
            height: 40px !important;
            box-sizing: border-box !important;
            box-shadow: none !important;
            margin: 0 !important;
            position: static
        }

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
        min-width: 15%;
        width: auto
    }

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: nowrap;
        flex: 5
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;
            flex-wrap: nowrap;
            position: relative;
            cursor: pointer
        }

.pp-member-directory .ppressmd-member-directory-header a {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
    display: inline;
    vertical-align: middle
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: nowrap;
    flex: 2;
    text-align: right
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: nowrap;
        cursor: pointer
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
            margin: 0 5px 0 0
        }

.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible, .ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
    display: none
}

.ppressmd-new-dropdown {
    font-size: 16px;
    margin: 0;
    position: absolute;
    height: auto;
    background: #fff;
    z-index: 10;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

    .ppressmd-new-dropdown ul li {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
    top: 24px;
    width: 200px;
    left: -12px
}

.ppressmd-new-dropdown ul li a {
    display: block;
    padding: 8px 12px;
    line-height: 1
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
    padding: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
    margin: 0
}

.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
    display: grid
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(max-content,auto);
    -ms-grid-template-rows: auto 1fr;
    -ms-grid-template-columns: repeat(3,1fr);
    -ms-grid-gap: 10px;
    -ms-grid-auto-rows: minmax(max-content,auto);
    align-items: center
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: nowrap;
        width: 100%
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
            width: 100%;
            padding: 10px 30px
        }

            .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field), .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
                background-color: transparent;
                border: 1px solid #ddd !important
            }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input, .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
            color: #666;
            background-color: transparent
        }

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
    border: 1px solid #bbb !important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
    border: 0 !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    box-shadow: none;
    vertical-align: middle !important;
    height: auto !important;
    cursor: pointer !important;
    text-shadow: none;
    font-family: inherit;
    outline: 0 !important;
    margin: 0;
    -webkit-appearance: none
}

.pp-member-directory .ppressmd-members-total-wrap {
    text-align: center;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-members-total {
    font-size: 20px;
    font-weight: 300
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
    width: 100% !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
    width: auto !important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
    display: block !important;
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0 !important
}

    .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
        display: inline-block !important;
        width: 34px !important;
        height: 100% !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        -moz-border-radius: 0 2px 2px 0 !important;
        -webkit-border-radius: 0 2px 2px 0 !important;
        border-radius: 0 2px 2px 0 !important;
        background-clip: padding-box !important;
        text-align: center !important;
        background: 0 0 !important;
        border-left: 0 !important
    }

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0
}

    .pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
        font-size: 15px;
        margin: 5px !important;
        color: #666 !important;
        padding: 3px 7px 4px !important;
        cursor: pointer;
        min-height: 1em !important
    }

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
    height: auto !important;
    line-height: .8 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 37px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 37px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 30px;
    width: 100%;
    font-size: 13px
}

.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
    background: 0 0 !important;
    background: #f4f4f4 !important;
    color: #666 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
    margin: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 10px;
    font-size: 30px;
    margin: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #888 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 3px 3px 5px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline > input {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px !important
}

.pp-member-directory .ppmd-pagination-wrap {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center
}

    .pp-member-directory .ppmd-pagination-wrap .page-numbers {
        display: inline-block;
        width: auto;
        height: 34px;
        line-height: 34px;
        transition: all .2s linear;
        padding: 0 14px;
        color: #666;
        font-weight: 400
    }

        .pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
            background: #007bff;
            color: #fff
        }

        .pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
            vertical-align: middle
        }

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0#e6e6e6,-1px 0 0#e6e6e6,0 1px 0#e6e6e6,0-1px 0#e6e6e6,0 3px 13px rgba(0,0,0,.08)
}

    .flatpickr-calendar.inline, .flatpickr-calendar.open {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
        animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px)
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        box-shadow: -2px 0 0#e6e6e6,5px 0 0#e6e6e6
    }

    .flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:after, .flatpickr-calendar:before {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
        left: 50%;
        right: 50%
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0-5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0-4px
    }

    .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus, .flatpickr-current-month input.cur-year:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: flex
}

    .flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 34px;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9)
    }

    .flatpickr-months .flatpickr-month {
        background: 0 0;
        line-height: 1;
        text-align: center;
        position: relative;
        overflow: hidden;
        flex: 1
    }

    .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        padding: 10px;
        z-index: 3
    }

        .flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i, .numInputWrapper {
            position: relative
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
            left: 0
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
            right: 0
        }

        .flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
            color: #959ea9
        }

            .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
                fill: #f64747
            }

        .flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
            width: 14px;
            height: 14px
        }

            .flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
                transition: fill .1s;
                fill: inherit
            }

.numInputWrapper {
    height: auto
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,.15);
        box-sizing: border-box
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,.5)
            }

    .flatpickr-current-month span.cur-month:hover, .numInputWrapper:hover {
        background: rgba(0,0,0,.05)
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0
    }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,.9)
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
        background: 0 0;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        padding: 0 0 0 .5ch;
        vertical-align: initial
    }

    .flatpickr-current-month input.cur-year {
        cursor: text;
        margin: 0;
        display: inline-block;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,.5);
            background: 0 0;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        cursor: pointer;
        margin: -1px 0 0;
        outline: 0;
        position: relative;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
            outline: 0
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: 0;
            padding: 0
        }

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: flex;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0,0,0,.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder
}

.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer, .flatpickr-day {
    box-sizing: border-box;
    display: inline-block
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

    .dayContainer + .dayContainer {
        box-shadow: -1px 0 0#e6e6e6
    }

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    position: relative;
    justify-content: center;
    text-align: center
}

    .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

    .flatpickr-day.today {
        border-color: #959ea9
    }

        .flatpickr-day.today:focus, .flatpickr-day.today:hover {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

    .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
        background: #569ff7;
        box-shadow: none;
        color: #fff;
        border-color: #569ff7
    }

        .flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
            border-radius: 50px 0 0 50px
        }

        .flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
            border-radius: 0 50px 50px 0
        }

        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
            box-shadow: -10px 0 0#569ff7
        }

        .flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
            border-radius: 50px
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        box-shadow: -5px 0 0#e6e6e6,5px 0 0#e6e6e6
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
        background: 0 0;
        border-color: transparent
    }

    .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
        color: rgba(57,57,57,.3);
        background: 0 0;
        border-color: transparent;
        cursor: default
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
        cursor: not-allowed;
        color: rgba(57,57,57,.1)
    }

    .flatpickr-day.week.selected {
        border-radius: 0;
        box-shadow: -5px 0 0#569ff7,5px 0 0#569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        box-shadow: 1px 0 0#e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,.3);
        background: 0 0;
        cursor: default;
        border: 0
    }

.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time, .flatpickr-time input {
    text-align: center;
    box-sizing: border-box
}

.flatpickr-time {
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    display: flex
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        flex: 1;
        width: 40%;
        height: 40px;
        float: left
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: 0 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: 700
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        align-self: center
    }

    .flatpickr-time .flatpickr-time-separator {
        font-weight: 700;
        width: 2%
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.bootstrap-yop { /*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
}

    .bootstrap-yop article, .bootstrap-yop aside, .bootstrap-yop details, .bootstrap-yop figcaption, .bootstrap-yop figure, .bootstrap-yop footer, .bootstrap-yop header, .bootstrap-yop hgroup, .bootstrap-yop main, .bootstrap-yop nav, .bootstrap-yop section, .bootstrap-yop summary {
        display: block
    }

    .bootstrap-yop audio, .bootstrap-yop canvas, .bootstrap-yop video {
        display: inline-block
    }

        .bootstrap-yop audio:not([controls]) {
            display: none;
            height: 0
        }

    .bootstrap-yop [hidden], .bootstrap-yop template {
        display: none
    }

    .bootstrap-yop html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        margin: 0
    }

    .bootstrap-yop a {
        background: 0 0
    }

        .bootstrap-yop a:focus {
            outline: thin dotted
        }

        .bootstrap-yop a:active, .bootstrap-yop a:hover {
            outline: 0
        }

    .bootstrap-yop h1 {
        margin: .67em 0;
        font-size: 2em
    }

    .bootstrap-yop abbr[title] {
        border-bottom: 1px dotted
    }

    .bootstrap-yop b, .bootstrap-yop strong {
        font-weight: 700
    }

    .bootstrap-yop dfn {
        font-style: italic
    }

    .bootstrap-yop hr {
        height: 0;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

    .bootstrap-yop mark {
        color: #000;
        background: #ff0
    }

    .bootstrap-yop code, .bootstrap-yop kbd, .bootstrap-yop pre, .bootstrap-yop samp {
        font-family: monospace,serif;
        font-size: 1em
    }

    .bootstrap-yop pre {
        white-space: pre-wrap
    }

    .bootstrap-yop q {
        quotes: "\201C" "\201D" "\2018" "\2019"
    }

    .bootstrap-yop small {
        font-size: 80%
    }

    .bootstrap-yop sub, .bootstrap-yop sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline
    }

    .bootstrap-yop sup {
        top: -.5em
    }

    .bootstrap-yop sub {
        bottom: -.25em
    }

    .bootstrap-yop img {
        border: 0
    }

    .bootstrap-yop svg:not(:root) {
        overflow: hidden
    }

    .bootstrap-yop figure {
        margin: 0
    }

    .bootstrap-yop fieldset {
        padding: .35em .625em .75em;
        margin: 0 2px;
        border: 1px solid silver
    }

    .bootstrap-yop legend {
        padding: 0;
        border: 0
    }

    .bootstrap-yop button, .bootstrap-yop input, .bootstrap-yop select, .bootstrap-yop textarea {
        margin: 0;
        font-size: 100%
    }

    .bootstrap-yop button, .bootstrap-yop input {
        line-height: normal
    }

    .bootstrap-yop button, .bootstrap-yop select {
        text-transform: none
    }

    .bootstrap-yop button, .bootstrap-yop html input[type=button], .bootstrap-yop input[type=reset], .bootstrap-yop input[type=submit] {
        cursor: pointer;
        -webkit-appearance: button
    }

        .bootstrap-yop button[disabled], .bootstrap-yop html input[disabled] {
            cursor: default
        }

    .bootstrap-yop input[type=checkbox], .bootstrap-yop input[type=radio] {
        padding: 0;
        box-sizing: border-box
    }

    .bootstrap-yop input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        .bootstrap-yop input[type=search]::-webkit-search-cancel-button, .bootstrap-yop input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    .bootstrap-yop button::-moz-focus-inner, .bootstrap-yop input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .bootstrap-yop textarea {
        overflow: auto;
        vertical-align: top
    }

    .bootstrap-yop table {
        border-collapse: collapse;
        border-spacing: 0
    }

@media print {
    .bootstrap-yop * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    .bootstrap-yop a, .bootstrap-yop a:visited {
        text-decoration: underline
    }

        .bootstrap-yop a[href]:after {
            content: " (" attr(href) ")"
        }

    .bootstrap-yop abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .bootstrap-yop a[href^="#"]:after, .bootstrap-yop a[href^="javascript:"]:after {
        content: ""
    }

    .bootstrap-yop blockquote, .bootstrap-yop pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    .bootstrap-yop thead {
        display: table-header-group
    }

    .bootstrap-yop img, .bootstrap-yop tr {
        page-break-inside: avoid
    }

    .bootstrap-yop img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    .bootstrap-yop h2, .bootstrap-yop h3, .bootstrap-yop p {
        orphans: 3;
        widows: 3
    }

    .bootstrap-yop h2, .bootstrap-yop h3 {
        page-break-after: avoid
    }

    .bootstrap-yop select {
        background: #fff !important
    }

    .bootstrap-yop .navbar {
        display: none
    }

    .bootstrap-yop .table td, .bootstrap-yop .table th {
        background-color: #fff !important
    }

    .bootstrap-yop .btn > .caret, .bootstrap-yop .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .bootstrap-yop .label {
        border: 1px solid #000
    }

    .bootstrap-yop .table {
        border-collapse: collapse !important
    }

    .bootstrap-yop .table-bordered td, .bootstrap-yop .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.bootstrap-yop *, .bootstrap-yop :after, .bootstrap-yop :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-yop html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

.bootstrap-yop body {
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

.bootstrap-yop a {
    color: #428bca;
    text-decoration: none
}

    .bootstrap-yop a:focus, .bootstrap-yop a:hover {
        color: #2a6496;
        text-decoration: underline
    }

    .bootstrap-yop a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

.bootstrap-yop img {
    vertical-align: middle
}

.bootstrap-yop .img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.bootstrap-yop .img-rounded {
    border-radius: 6px
}

.bootstrap-yop .img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.bootstrap-yop .img-circle {
    border-radius: 50%
}

.bootstrap-yop hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.bootstrap-yop .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.bootstrap-yop .h1, .bootstrap-yop .h2, .bootstrap-yop .h3, .bootstrap-yop .h4, .bootstrap-yop .h5, .bootstrap-yop .h6, .bootstrap-yop h1, .bootstrap-yop h2, .bootstrap-yop h3, .bootstrap-yop h4, .bootstrap-yop h5, .bootstrap-yop h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .bootstrap-yop .h1 .small, .bootstrap-yop .h1 small, .bootstrap-yop .h2 .small, .bootstrap-yop .h2 small, .bootstrap-yop .h3 .small, .bootstrap-yop .h3 small, .bootstrap-yop .h4 .small, .bootstrap-yop .h4 small, .bootstrap-yop .h5 .small, .bootstrap-yop .h5 small, .bootstrap-yop .h6 .small, .bootstrap-yop .h6 small, .bootstrap-yop h1 .small, .bootstrap-yop h1 small, .bootstrap-yop h2 .small, .bootstrap-yop h2 small, .bootstrap-yop h3 .small, .bootstrap-yop h3 small, .bootstrap-yop h4 .small, .bootstrap-yop h4 small, .bootstrap-yop h5 .small, .bootstrap-yop h5 small, .bootstrap-yop h6 .small, .bootstrap-yop h6 small {
        font-weight: 400;
        line-height: 1;
        color: #999
    }

.bootstrap-yop h1, .bootstrap-yop h2, .bootstrap-yop h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .bootstrap-yop h1 .small, .bootstrap-yop h1 small, .bootstrap-yop h2 .small, .bootstrap-yop h2 small, .bootstrap-yop h3 .small, .bootstrap-yop h3 small {
        font-size: 65%
    }

.bootstrap-yop h4, .bootstrap-yop h5, .bootstrap-yop h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .bootstrap-yop h4 .small, .bootstrap-yop h4 small, .bootstrap-yop h5 .small, .bootstrap-yop h5 small, .bootstrap-yop h6 .small, .bootstrap-yop h6 small {
        font-size: 75%
    }

.bootstrap-yop .h1, .bootstrap-yop h1 {
    font-size: 36px
}

.bootstrap-yop .h2, .bootstrap-yop h2 {
    font-size: 30px
}

.bootstrap-yop .h3, .bootstrap-yop h3 {
    font-size: 24px
}

.bootstrap-yop .h4, .bootstrap-yop h4 {
    font-size: 18px
}

.bootstrap-yop .h5, .bootstrap-yop h5 {
    font-size: 14px
}

.bootstrap-yop .h6, .bootstrap-yop h6 {
    font-size: 12px
}

.bootstrap-yop p {
    margin: 0 0 10px
}

.bootstrap-yop .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .bootstrap-yop .lead {
        font-size: 21px
    }
}

.bootstrap-yop .small, .bootstrap-yop small {
    font-size: 85%
}

.bootstrap-yop cite {
    font-style: normal
}

.bootstrap-yop .text-muted {
    color: #999
}

.bootstrap-yop .text-primary {
    color: #428bca
}

    .bootstrap-yop .text-primary:hover {
        color: #3071a9
    }

.bootstrap-yop .text-warning {
    color: #8a6d3b
}

    .bootstrap-yop .text-warning:hover {
        color: #66512c
    }

.bootstrap-yop .text-danger {
    color: #a94442
}

    .bootstrap-yop .text-danger:hover {
        color: #843534
    }

.bootstrap-yop .text-success {
    color: #3c763d
}

    .bootstrap-yop .text-success:hover {
        color: #2b542c
    }

.bootstrap-yop .text-info {
    color: #31708f
}

    .bootstrap-yop .text-info:hover {
        color: #245269
    }

.bootstrap-yop .text-left {
    text-align: left
}

.bootstrap-yop .text-right {
    text-align: right
}

.bootstrap-yop .text-center {
    text-align: center
}

.bootstrap-yop .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

.bootstrap-yop ol, .bootstrap-yop ul {
    margin-top: 0;
    margin-bottom: 10px
}

    .bootstrap-yop ol ol, .bootstrap-yop ol ul, .bootstrap-yop ul ol, .bootstrap-yop ul ul {
        margin-bottom: 0
    }

.bootstrap-yop .list-unstyled {
    padding-left: 0;
    list-style: none
}

.bootstrap-yop .list-inline {
    padding-left: 0;
    list-style: none
}

    .bootstrap-yop .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

        .bootstrap-yop .list-inline > li:first-child {
            padding-left: 0
        }

.bootstrap-yop dl {
    margin-top: 0;
    margin-bottom: 20px
}

.bootstrap-yop dd, .bootstrap-yop dt {
    line-height: 1.428571429
}

.bootstrap-yop dt {
    font-weight: 700
}

.bootstrap-yop dd {
    margin-left: 0
}

@media (min-width:768px) {
    .bootstrap-yop .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .bootstrap-yop .dl-horizontal dd {
        margin-left: 180px
    }

        .bootstrap-yop .dl-horizontal dd:after, .bootstrap-yop .dl-horizontal dd:before {
            display: table;
            content: " "
        }

        .bootstrap-yop .dl-horizontal dd:after {
            clear: both
        }

        .bootstrap-yop .dl-horizontal dd:after, .bootstrap-yop .dl-horizontal dd:before {
            display: table;
            content: " "
        }

        .bootstrap-yop .dl-horizontal dd:after {
            clear: both
        }
}

.bootstrap-yop abbr[data-original-title], .bootstrap-yop abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.bootstrap-yop .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.bootstrap-yop blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

    .bootstrap-yop blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25
    }

        .bootstrap-yop blockquote p:last-child {
            margin-bottom: 0
        }

    .bootstrap-yop blockquote .small, .bootstrap-yop blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999
    }

        .bootstrap-yop blockquote .small:before, .bootstrap-yop blockquote small:before {
            content: '\2014 \00A0'
        }

    .bootstrap-yop blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .bootstrap-yop blockquote.pull-right .small, .bootstrap-yop blockquote.pull-right p, .bootstrap-yop blockquote.pull-right small {
            text-align: right
        }

            .bootstrap-yop blockquote.pull-right .small:before, .bootstrap-yop blockquote.pull-right small:before {
                content: ''
            }

            .bootstrap-yop blockquote.pull-right .small:after, .bootstrap-yop blockquote.pull-right small:after {
                content: '\00A0 \2014'
            }

    .bootstrap-yop blockquote:after, .bootstrap-yop blockquote:before {
        content: ""
    }

.bootstrap-yop address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

.bootstrap-yop code, .bootstrap-yop kbd, .bootstrap-yop pre, .bootstrap-yop samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

.bootstrap-yop code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

.bootstrap-yop pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .bootstrap-yop pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.bootstrap-yop .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.bootstrap-yop .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

    .bootstrap-yop .container:after, .bootstrap-yop .container:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .container:after {
        clear: both
    }

    .bootstrap-yop .container:after, .bootstrap-yop .container:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .container:after {
        clear: both
    }

@media (min-width:768px) {
    .bootstrap-yop .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .bootstrap-yop .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .container {
        width: 1170px
    }
}

.bootstrap-yop .row {
    margin-right: -15px;
    margin-left: -15px
}

    .bootstrap-yop .row:after, .bootstrap-yop .row:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .row:after {
        clear: both
    }

    .bootstrap-yop .row:after, .bootstrap-yop .row:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .row:after {
        clear: both
    }

.bootstrap-yop .col-lg-1, .bootstrap-yop .col-lg-10, .bootstrap-yop .col-lg-11, .bootstrap-yop .col-lg-12, .bootstrap-yop .col-lg-2, .bootstrap-yop .col-lg-3, .bootstrap-yop .col-lg-4, .bootstrap-yop .col-lg-5, .bootstrap-yop .col-lg-6, .bootstrap-yop .col-lg-7, .bootstrap-yop .col-lg-8, .bootstrap-yop .col-lg-9, .bootstrap-yop .col-md-1, .bootstrap-yop .col-md-10, .bootstrap-yop .col-md-11, .bootstrap-yop .col-md-12, .bootstrap-yop .col-md-2, .bootstrap-yop .col-md-3, .bootstrap-yop .col-md-4, .bootstrap-yop .col-md-5, .bootstrap-yop .col-md-6, .bootstrap-yop .col-md-7, .bootstrap-yop .col-md-8, .bootstrap-yop .col-md-9, .bootstrap-yop .col-sm-1, .bootstrap-yop .col-sm-10, .bootstrap-yop .col-sm-11, .bootstrap-yop .col-sm-12, .bootstrap-yop .col-sm-2, .bootstrap-yop .col-sm-3, .bootstrap-yop .col-sm-4, .bootstrap-yop .col-sm-5, .bootstrap-yop .col-sm-6, .bootstrap-yop .col-sm-7, .bootstrap-yop .col-sm-8, .bootstrap-yop .col-sm-9, .bootstrap-yop .col-xs-1, .bootstrap-yop .col-xs-10, .bootstrap-yop .col-xs-11, .bootstrap-yop .col-xs-12, .bootstrap-yop .col-xs-2, .bootstrap-yop .col-xs-3, .bootstrap-yop .col-xs-4, .bootstrap-yop .col-xs-5, .bootstrap-yop .col-xs-6, .bootstrap-yop .col-xs-7, .bootstrap-yop .col-xs-8, .bootstrap-yop .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.bootstrap-yop .col-xs-1, .bootstrap-yop .col-xs-10, .bootstrap-yop .col-xs-11, .bootstrap-yop .col-xs-12, .bootstrap-yop .col-xs-2, .bootstrap-yop .col-xs-3, .bootstrap-yop .col-xs-4, .bootstrap-yop .col-xs-5, .bootstrap-yop .col-xs-6, .bootstrap-yop .col-xs-7, .bootstrap-yop .col-xs-8, .bootstrap-yop .col-xs-9 {
    float: left
}

.bootstrap-yop .col-xs-12 {
    width: 100%
}

.bootstrap-yop .col-xs-11 {
    width: 91.66666666666666%
}

.bootstrap-yop .col-xs-10 {
    width: 83.33333333333334%
}

.bootstrap-yop .col-xs-9 {
    width: 75%
}

.bootstrap-yop .col-xs-8 {
    width: 66.66666666666666%
}

.bootstrap-yop .col-xs-7 {
    width: 58.333333333333336%
}

.bootstrap-yop .col-xs-6 {
    width: 50%
}

.bootstrap-yop .col-xs-5 {
    width: 41.66666666666667%
}

.bootstrap-yop .col-xs-4 {
    width: 33.33333333333333%
}

.bootstrap-yop .col-xs-3 {
    width: 25%
}

.bootstrap-yop .col-xs-2 {
    width: 16.666666666666664%
}

.bootstrap-yop .col-xs-1 {
    width: 8.333333333333332%
}

.bootstrap-yop .col-xs-pull-12 {
    right: 100%
}

.bootstrap-yop .col-xs-pull-11 {
    right: 91.66666666666666%
}

.bootstrap-yop .col-xs-pull-10 {
    right: 83.33333333333334%
}

.bootstrap-yop .col-xs-pull-9 {
    right: 75%
}

.bootstrap-yop .col-xs-pull-8 {
    right: 66.66666666666666%
}

.bootstrap-yop .col-xs-pull-7 {
    right: 58.333333333333336%
}

.bootstrap-yop .col-xs-pull-6 {
    right: 50%
}

.bootstrap-yop .col-xs-pull-5 {
    right: 41.66666666666667%
}

.bootstrap-yop .col-xs-pull-4 {
    right: 33.33333333333333%
}

.bootstrap-yop .col-xs-pull-3 {
    right: 25%
}

.bootstrap-yop .col-xs-pull-2 {
    right: 16.666666666666664%
}

.bootstrap-yop .col-xs-pull-1 {
    right: 8.333333333333332%
}

.bootstrap-yop .col-xs-pull-0 {
    right: 0
}

.bootstrap-yop .col-xs-push-12 {
    left: 100%
}

.bootstrap-yop .col-xs-push-11 {
    left: 91.66666666666666%
}

.bootstrap-yop .col-xs-push-10 {
    left: 83.33333333333334%
}

.bootstrap-yop .col-xs-push-9 {
    left: 75%
}

.bootstrap-yop .col-xs-push-8 {
    left: 66.66666666666666%
}

.bootstrap-yop .col-xs-push-7 {
    left: 58.333333333333336%
}

.bootstrap-yop .col-xs-push-6 {
    left: 50%
}

.bootstrap-yop .col-xs-push-5 {
    left: 41.66666666666667%
}

.bootstrap-yop .col-xs-push-4 {
    left: 33.33333333333333%
}

.bootstrap-yop .col-xs-push-3 {
    left: 25%
}

.bootstrap-yop .col-xs-push-2 {
    left: 16.666666666666664%
}

.bootstrap-yop .col-xs-push-1 {
    left: 8.333333333333332%
}

.bootstrap-yop .col-xs-push-0 {
    left: 0
}

.bootstrap-yop .col-xs-offset-12 {
    margin-left: 100%
}

.bootstrap-yop .col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.bootstrap-yop .col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.bootstrap-yop .col-xs-offset-9 {
    margin-left: 75%
}

.bootstrap-yop .col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.bootstrap-yop .col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.bootstrap-yop .col-xs-offset-6 {
    margin-left: 50%
}

.bootstrap-yop .col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.bootstrap-yop .col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.bootstrap-yop .col-xs-offset-3 {
    margin-left: 25%
}

.bootstrap-yop .col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.bootstrap-yop .col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.bootstrap-yop .col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .bootstrap-yop .col-sm-1, .bootstrap-yop .col-sm-10, .bootstrap-yop .col-sm-11, .bootstrap-yop .col-sm-12, .bootstrap-yop .col-sm-2, .bootstrap-yop .col-sm-3, .bootstrap-yop .col-sm-4, .bootstrap-yop .col-sm-5, .bootstrap-yop .col-sm-6, .bootstrap-yop .col-sm-7, .bootstrap-yop .col-sm-8, .bootstrap-yop .col-sm-9 {
        float: left
    }

    .bootstrap-yop .col-sm-12 {
        width: 100%
    }

    .bootstrap-yop .col-sm-11 {
        width: 91.66666666666666%
    }

    .bootstrap-yop .col-sm-10 {
        width: 83.33333333333334%
    }

    .bootstrap-yop .col-sm-9 {
        width: 75%
    }

    .bootstrap-yop .col-sm-8 {
        width: 66.66666666666666%
    }

    .bootstrap-yop .col-sm-7 {
        width: 58.333333333333336%
    }

    .bootstrap-yop .col-sm-6 {
        width: 50%
    }

    .bootstrap-yop .col-sm-5 {
        width: 41.66666666666667%
    }

    .bootstrap-yop .col-sm-4 {
        width: 33.33333333333333%
    }

    .bootstrap-yop .col-sm-3 {
        width: 25%
    }

    .bootstrap-yop .col-sm-2 {
        width: 16.666666666666664%
    }

    .bootstrap-yop .col-sm-1 {
        width: 8.333333333333332%
    }

    .bootstrap-yop .col-sm-pull-12 {
        right: 100%
    }

    .bootstrap-yop .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .bootstrap-yop .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .bootstrap-yop .col-sm-pull-9 {
        right: 75%
    }

    .bootstrap-yop .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .bootstrap-yop .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .bootstrap-yop .col-sm-pull-6 {
        right: 50%
    }

    .bootstrap-yop .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .bootstrap-yop .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .bootstrap-yop .col-sm-pull-3 {
        right: 25%
    }

    .bootstrap-yop .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .bootstrap-yop .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .bootstrap-yop .col-sm-pull-0 {
        right: 0
    }

    .bootstrap-yop .col-sm-push-12 {
        left: 100%
    }

    .bootstrap-yop .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .bootstrap-yop .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .bootstrap-yop .col-sm-push-9 {
        left: 75%
    }

    .bootstrap-yop .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .bootstrap-yop .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .bootstrap-yop .col-sm-push-6 {
        left: 50%
    }

    .bootstrap-yop .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .bootstrap-yop .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .bootstrap-yop .col-sm-push-3 {
        left: 25%
    }

    .bootstrap-yop .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .bootstrap-yop .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .bootstrap-yop .col-sm-push-0 {
        left: 0
    }

    .bootstrap-yop .col-sm-offset-12 {
        margin-left: 100%
    }

    .bootstrap-yop .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .bootstrap-yop .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .bootstrap-yop .col-sm-offset-9 {
        margin-left: 75%
    }

    .bootstrap-yop .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .bootstrap-yop .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .bootstrap-yop .col-sm-offset-6 {
        margin-left: 50%
    }

    .bootstrap-yop .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .bootstrap-yop .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .bootstrap-yop .col-sm-offset-3 {
        margin-left: 25%
    }

    .bootstrap-yop .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .bootstrap-yop .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .bootstrap-yop .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .bootstrap-yop .col-md-1, .bootstrap-yop .col-md-10, .bootstrap-yop .col-md-11, .bootstrap-yop .col-md-12, .bootstrap-yop .col-md-2, .bootstrap-yop .col-md-3, .bootstrap-yop .col-md-4, .bootstrap-yop .col-md-5, .bootstrap-yop .col-md-6, .bootstrap-yop .col-md-7, .bootstrap-yop .col-md-8, .bootstrap-yop .col-md-9 {
        float: left
    }

    .bootstrap-yop .col-md-12 {
        width: 100%
    }

    .bootstrap-yop .col-md-11 {
        width: 91.66666666666666%
    }

    .bootstrap-yop .col-md-10 {
        width: 83.33333333333334%
    }

    .bootstrap-yop .col-md-9 {
        width: 75%
    }

    .bootstrap-yop .col-md-8 {
        width: 66.66666666666666%
    }

    .bootstrap-yop .col-md-7 {
        width: 58.333333333333336%
    }

    .bootstrap-yop .col-md-6 {
        width: 50%
    }

    .bootstrap-yop .col-md-5 {
        width: 41.66666666666667%
    }

    .bootstrap-yop .col-md-4 {
        width: 33.33333333333333%
    }

    .bootstrap-yop .col-md-3 {
        width: 25%
    }

    .bootstrap-yop .col-md-2 {
        width: 16.666666666666664%
    }

    .bootstrap-yop .col-md-1 {
        width: 8.333333333333332%
    }

    .bootstrap-yop .col-md-pull-12 {
        right: 100%
    }

    .bootstrap-yop .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .bootstrap-yop .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .bootstrap-yop .col-md-pull-9 {
        right: 75%
    }

    .bootstrap-yop .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .bootstrap-yop .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .bootstrap-yop .col-md-pull-6 {
        right: 50%
    }

    .bootstrap-yop .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .bootstrap-yop .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .bootstrap-yop .col-md-pull-3 {
        right: 25%
    }

    .bootstrap-yop .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .bootstrap-yop .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .bootstrap-yop .col-md-pull-0 {
        right: 0
    }

    .bootstrap-yop .col-md-push-12 {
        left: 100%
    }

    .bootstrap-yop .col-md-push-11 {
        left: 91.66666666666666%
    }

    .bootstrap-yop .col-md-push-10 {
        left: 83.33333333333334%
    }

    .bootstrap-yop .col-md-push-9 {
        left: 75%
    }

    .bootstrap-yop .col-md-push-8 {
        left: 66.66666666666666%
    }

    .bootstrap-yop .col-md-push-7 {
        left: 58.333333333333336%
    }

    .bootstrap-yop .col-md-push-6 {
        left: 50%
    }

    .bootstrap-yop .col-md-push-5 {
        left: 41.66666666666667%
    }

    .bootstrap-yop .col-md-push-4 {
        left: 33.33333333333333%
    }

    .bootstrap-yop .col-md-push-3 {
        left: 25%
    }

    .bootstrap-yop .col-md-push-2 {
        left: 16.666666666666664%
    }

    .bootstrap-yop .col-md-push-1 {
        left: 8.333333333333332%
    }

    .bootstrap-yop .col-md-push-0 {
        left: 0
    }

    .bootstrap-yop .col-md-offset-12 {
        margin-left: 100%
    }

    .bootstrap-yop .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .bootstrap-yop .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .bootstrap-yop .col-md-offset-9 {
        margin-left: 75%
    }

    .bootstrap-yop .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .bootstrap-yop .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .bootstrap-yop .col-md-offset-6 {
        margin-left: 50%
    }

    .bootstrap-yop .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .bootstrap-yop .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .bootstrap-yop .col-md-offset-3 {
        margin-left: 25%
    }

    .bootstrap-yop .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .bootstrap-yop .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .bootstrap-yop .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .col-lg-1, .bootstrap-yop .col-lg-10, .bootstrap-yop .col-lg-11, .bootstrap-yop .col-lg-12, .bootstrap-yop .col-lg-2, .bootstrap-yop .col-lg-3, .bootstrap-yop .col-lg-4, .bootstrap-yop .col-lg-5, .bootstrap-yop .col-lg-6, .bootstrap-yop .col-lg-7, .bootstrap-yop .col-lg-8, .bootstrap-yop .col-lg-9 {
        float: left
    }

    .bootstrap-yop .col-lg-12 {
        width: 100%
    }

    .bootstrap-yop .col-lg-11 {
        width: 91.66666666666666%
    }

    .bootstrap-yop .col-lg-10 {
        width: 83.33333333333334%
    }

    .bootstrap-yop .col-lg-9 {
        width: 75%
    }

    .bootstrap-yop .col-lg-8 {
        width: 66.66666666666666%
    }

    .bootstrap-yop .col-lg-7 {
        width: 58.333333333333336%
    }

    .bootstrap-yop .col-lg-6 {
        width: 50%
    }

    .bootstrap-yop .col-lg-5 {
        width: 41.66666666666667%
    }

    .bootstrap-yop .col-lg-4 {
        width: 33.33333333333333%
    }

    .bootstrap-yop .col-lg-3 {
        width: 25%
    }

    .bootstrap-yop .col-lg-2 {
        width: 16.666666666666664%
    }

    .bootstrap-yop .col-lg-1 {
        width: 8.333333333333332%
    }

    .bootstrap-yop .col-lg-pull-12 {
        right: 100%
    }

    .bootstrap-yop .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .bootstrap-yop .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .bootstrap-yop .col-lg-pull-9 {
        right: 75%
    }

    .bootstrap-yop .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .bootstrap-yop .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .bootstrap-yop .col-lg-pull-6 {
        right: 50%
    }

    .bootstrap-yop .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .bootstrap-yop .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .bootstrap-yop .col-lg-pull-3 {
        right: 25%
    }

    .bootstrap-yop .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .bootstrap-yop .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .bootstrap-yop .col-lg-pull-0 {
        right: 0
    }

    .bootstrap-yop .col-lg-push-12 {
        left: 100%
    }

    .bootstrap-yop .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .bootstrap-yop .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .bootstrap-yop .col-lg-push-9 {
        left: 75%
    }

    .bootstrap-yop .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .bootstrap-yop .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .bootstrap-yop .col-lg-push-6 {
        left: 50%
    }

    .bootstrap-yop .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .bootstrap-yop .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .bootstrap-yop .col-lg-push-3 {
        left: 25%
    }

    .bootstrap-yop .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .bootstrap-yop .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .bootstrap-yop .col-lg-push-0 {
        left: 0
    }

    .bootstrap-yop .col-lg-offset-12 {
        margin-left: 100%
    }

    .bootstrap-yop .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .bootstrap-yop .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .bootstrap-yop .col-lg-offset-9 {
        margin-left: 75%
    }

    .bootstrap-yop .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .bootstrap-yop .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .bootstrap-yop .col-lg-offset-6 {
        margin-left: 50%
    }

    .bootstrap-yop .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .bootstrap-yop .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .bootstrap-yop .col-lg-offset-3 {
        margin-left: 25%
    }

    .bootstrap-yop .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .bootstrap-yop .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .bootstrap-yop .col-lg-offset-0 {
        margin-left: 0
    }
}

.bootstrap-yop table {
    max-width: 100%;
    background-color: transparent
}

.bootstrap-yop th {
    text-align: left
}

.bootstrap-yop .table {
    width: 100%;
    margin-bottom: 20px
}

    .bootstrap-yop .table > tbody > tr > td, .bootstrap-yop .table > tbody > tr > th, .bootstrap-yop .table > tfoot > tr > td, .bootstrap-yop .table > tfoot > tr > th, .bootstrap-yop .table > thead > tr > td, .bootstrap-yop .table > thead > tr > th {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .bootstrap-yop .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .bootstrap-yop .table > caption + thead > tr:first-child > td, .bootstrap-yop .table > caption + thead > tr:first-child > th, .bootstrap-yop .table > colgroup + thead > tr:first-child > td, .bootstrap-yop .table > colgroup + thead > tr:first-child > th, .bootstrap-yop .table > thead:first-child > tr:first-child > td, .bootstrap-yop .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .bootstrap-yop .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .bootstrap-yop .table .table {
        background-color: #fff
    }

.bootstrap-yop .table-condensed > tbody > tr > td, .bootstrap-yop .table-condensed > tbody > tr > th, .bootstrap-yop .table-condensed > tfoot > tr > td, .bootstrap-yop .table-condensed > tfoot > tr > th, .bootstrap-yop .table-condensed > thead > tr > td, .bootstrap-yop .table-condensed > thead > tr > th {
    padding: 5px
}

.bootstrap-yop .table-bordered {
    border: 1px solid #ddd
}

    .bootstrap-yop .table-bordered > tbody > tr > td, .bootstrap-yop .table-bordered > tbody > tr > th, .bootstrap-yop .table-bordered > tfoot > tr > td, .bootstrap-yop .table-bordered > tfoot > tr > th, .bootstrap-yop .table-bordered > thead > tr > td, .bootstrap-yop .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .bootstrap-yop .table-bordered > thead > tr > td, .bootstrap-yop .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.bootstrap-yop .table-striped > tbody > tr:nth-child(odd) > td, .bootstrap-yop .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.bootstrap-yop .table-hover > tbody > tr:hover > td, .bootstrap-yop .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

.bootstrap-yop table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

.bootstrap-yop table td[class*=col-], .bootstrap-yop table th[class*=col-] {
    display: table-cell;
    float: none
}

.bootstrap-yop .table > tbody > .active > td, .bootstrap-yop .table > tbody > .active > th, .bootstrap-yop .table > tbody > tr > .active, .bootstrap-yop .table > tfoot > .active > td, .bootstrap-yop .table > tfoot > .active > th, .bootstrap-yop .table > tfoot > tr > .active, .bootstrap-yop .table > thead > .active > td, .bootstrap-yop .table > thead > .active > th, .bootstrap-yop .table > thead > tr > .active {
    background-color: #f5f5f5
}

.bootstrap-yop .table-hover > tbody > .active:hover > td, .bootstrap-yop .table-hover > tbody > .active:hover > th, .bootstrap-yop .table-hover > tbody > tr > .active:hover {
    background-color: #e8e8e8
}

.bootstrap-yop .table > tbody > .success > td, .bootstrap-yop .table > tbody > .success > th, .bootstrap-yop .table > tbody > tr > .success, .bootstrap-yop .table > tfoot > .success > td, .bootstrap-yop .table > tfoot > .success > th, .bootstrap-yop .table > tfoot > tr > .success, .bootstrap-yop .table > thead > .success > td, .bootstrap-yop .table > thead > .success > th, .bootstrap-yop .table > thead > tr > .success {
    background-color: #dff0d8
}

.bootstrap-yop .table-hover > tbody > .success:hover > td, .bootstrap-yop .table-hover > tbody > .success:hover > th, .bootstrap-yop .table-hover > tbody > tr > .success:hover {
    background-color: #d0e9c6
}

.bootstrap-yop .table > tbody > .danger > td, .bootstrap-yop .table > tbody > .danger > th, .bootstrap-yop .table > tbody > tr > .danger, .bootstrap-yop .table > tfoot > .danger > td, .bootstrap-yop .table > tfoot > .danger > th, .bootstrap-yop .table > tfoot > tr > .danger, .bootstrap-yop .table > thead > .danger > td, .bootstrap-yop .table > thead > .danger > th, .bootstrap-yop .table > thead > tr > .danger {
    background-color: #f2dede
}

.bootstrap-yop .table-hover > tbody > .danger:hover > td, .bootstrap-yop .table-hover > tbody > .danger:hover > th, .bootstrap-yop .table-hover > tbody > tr > .danger:hover {
    background-color: #ebcccc
}

.bootstrap-yop .table > tbody > .warning > td, .bootstrap-yop .table > tbody > .warning > th, .bootstrap-yop .table > tbody > tr > .warning, .bootstrap-yop .table > tfoot > .warning > td, .bootstrap-yop .table > tfoot > .warning > th, .bootstrap-yop .table > tfoot > tr > .warning, .bootstrap-yop .table > thead > .warning > td, .bootstrap-yop .table > thead > .warning > th, .bootstrap-yop .table > thead > tr > .warning {
    background-color: #fcf8e3
}

.bootstrap-yop .table-hover > tbody > .warning:hover > td, .bootstrap-yop .table-hover > tbody > .warning:hover > th, .bootstrap-yop .table-hover > tbody > tr > .warning:hover {
    background-color: #faf2cc
}

@media (max-width:767px) {
    .bootstrap-yop .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

        .bootstrap-yop .table-responsive > .table {
            margin-bottom: 0
        }

            .bootstrap-yop .table-responsive > .table > tbody > tr > td, .bootstrap-yop .table-responsive > .table > tbody > tr > th, .bootstrap-yop .table-responsive > .table > tfoot > tr > td, .bootstrap-yop .table-responsive > .table > tfoot > tr > th, .bootstrap-yop .table-responsive > .table > thead > tr > td, .bootstrap-yop .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .bootstrap-yop .table-responsive > .table-bordered {
            border: 0
        }

            .bootstrap-yop .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap-yop .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap-yop .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap-yop .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap-yop .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap-yop .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .bootstrap-yop .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap-yop .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap-yop .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap-yop .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap-yop .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap-yop .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .bootstrap-yop .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap-yop .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap-yop .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap-yop .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

.bootstrap-yop fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.bootstrap-yop legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.bootstrap-yop label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

.bootstrap-yop input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-yop input[type=checkbox], .bootstrap-yop input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.bootstrap-yop input[type=file] {
    display: block
}

.bootstrap-yop select[multiple], .bootstrap-yop select[size] {
    height: auto
}

.bootstrap-yop select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

.bootstrap-yop input[type=checkbox]:focus, .bootstrap-yop input[type=file]:focus, .bootstrap-yop input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.bootstrap-yop input[type=number]::-webkit-inner-spin-button, .bootstrap-yop input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.bootstrap-yop output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.bootstrap-yop .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .bootstrap-yop .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .bootstrap-yop .form-control:-moz-placeholder {
        color: #999
    }

    .bootstrap-yop .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .bootstrap-yop .form-control:-ms-input-placeholder {
        color: #999
    }

    .bootstrap-yop .form-control::-webkit-input-placeholder {
        color: #999
    }

    .bootstrap-yop .form-control[disabled], .bootstrap-yop .form-control[readonly], .bootstrap-yop fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee
    }

.bootstrap-yop textarea.form-control {
    height: auto
}

.bootstrap-yop .form-group {
    margin-bottom: 15px
}

.bootstrap-yop .checkbox, .bootstrap-yop .radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

    .bootstrap-yop .checkbox label, .bootstrap-yop .radio label {
        display: inline;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .bootstrap-yop .checkbox input[type=checkbox], .bootstrap-yop .checkbox-inline input[type=checkbox], .bootstrap-yop .radio input[type=radio], .bootstrap-yop .radio-inline input[type=radio] {
        float: left;
        margin-left: -20px
    }

    .bootstrap-yop .checkbox + .checkbox, .bootstrap-yop .radio + .radio {
        margin-top: -5px
    }

.bootstrap-yop .checkbox-inline, .bootstrap-yop .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .bootstrap-yop .checkbox-inline + .checkbox-inline, .bootstrap-yop .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .bootstrap-yop .checkbox-inline[disabled], .bootstrap-yop .checkbox[disabled], .bootstrap-yop .radio-inline[disabled], .bootstrap-yop .radio[disabled], .bootstrap-yop fieldset[disabled] .checkbox, .bootstrap-yop fieldset[disabled] .checkbox-inline, .bootstrap-yop fieldset[disabled] .radio, .bootstrap-yop fieldset[disabled] .radio-inline, .bootstrap-yop fieldset[disabled] input[type=checkbox], .bootstrap-yop fieldset[disabled] input[type=radio], .bootstrap-yop input[type=checkbox][disabled], .bootstrap-yop input[type=radio][disabled] {
        cursor: not-allowed
    }

.bootstrap-yop .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap-yop select.input-sm {
    height: 30px;
    line-height: 30px
}

.bootstrap-yop textarea.input-sm {
    height: auto
}

.bootstrap-yop .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.bootstrap-yop select.input-lg {
    height: 46px;
    line-height: 46px
}

.bootstrap-yop textarea.input-lg {
    height: auto
}

.bootstrap-yop .has-warning .checkbox, .bootstrap-yop .has-warning .checkbox-inline, .bootstrap-yop .has-warning .control-label, .bootstrap-yop .has-warning .help-block, .bootstrap-yop .has-warning .radio, .bootstrap-yop .has-warning .radio-inline {
    color: #8a6d3b
}

.bootstrap-yop .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .bootstrap-yop .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.bootstrap-yop .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.bootstrap-yop .has-error .checkbox, .bootstrap-yop .has-error .checkbox-inline, .bootstrap-yop .has-error .control-label, .bootstrap-yop .has-error .help-block, .bootstrap-yop .has-error .radio, .bootstrap-yop .has-error .radio-inline {
    color: #a94442
}

.bootstrap-yop .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .bootstrap-yop .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.bootstrap-yop .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.bootstrap-yop .has-success .checkbox, .bootstrap-yop .has-success .checkbox-inline, .bootstrap-yop .has-success .control-label, .bootstrap-yop .has-success .help-block, .bootstrap-yop .has-success .radio, .bootstrap-yop .has-success .radio-inline {
    color: #3c763d
}

.bootstrap-yop .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .bootstrap-yop .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.bootstrap-yop .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.bootstrap-yop .form-control-static {
    margin-bottom: 0
}

.bootstrap-yop .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .bootstrap-yop .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .bootstrap-yop .form-inline .form-control {
        display: inline-block
    }

    .bootstrap-yop .form-inline select.form-control {
        width: auto
    }

    .bootstrap-yop .form-inline .checkbox, .bootstrap-yop .form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .bootstrap-yop .form-inline .checkbox input[type=checkbox], .bootstrap-yop .form-inline .radio input[type=radio] {
            float: none;
            margin-left: 0
        }
}

.bootstrap-yop .form-horizontal .checkbox, .bootstrap-yop .form-horizontal .checkbox-inline, .bootstrap-yop .form-horizontal .control-label, .bootstrap-yop .form-horizontal .radio, .bootstrap-yop .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.bootstrap-yop .form-horizontal .checkbox, .bootstrap-yop .form-horizontal .radio {
    min-height: 27px
}

.bootstrap-yop .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

    .bootstrap-yop .form-horizontal .form-group:after, .bootstrap-yop .form-horizontal .form-group:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .form-horizontal .form-group:after {
        clear: both
    }

    .bootstrap-yop .form-horizontal .form-group:after, .bootstrap-yop .form-horizontal .form-group:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .form-horizontal .form-group:after {
        clear: both
    }

.bootstrap-yop .form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width:768px) {
    .bootstrap-yop .form-horizontal .control-label {
        text-align: right
    }
}

.bootstrap-yop .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .bootstrap-yop .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .bootstrap-yop .btn:focus, .bootstrap-yop .btn:hover {
        color: #333;
        text-decoration: none
    }

    .bootstrap-yop .btn.active, .bootstrap-yop .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .bootstrap-yop .btn.disabled, .bootstrap-yop .btn[disabled], .bootstrap-yop fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.bootstrap-yop .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .bootstrap-yop .btn-default.active, .bootstrap-yop .btn-default:active, .bootstrap-yop .btn-default:focus, .bootstrap-yop .btn-default:hover, .bootstrap-yop .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad
    }

    .bootstrap-yop .btn-default.active, .bootstrap-yop .btn-default:active, .bootstrap-yop .open .dropdown-toggle.btn-default {
        background-image: none
    }

    .bootstrap-yop .btn-default.disabled, .bootstrap-yop .btn-default.disabled.active, .bootstrap-yop .btn-default.disabled:active, .bootstrap-yop .btn-default.disabled:focus, .bootstrap-yop .btn-default.disabled:hover, .bootstrap-yop .btn-default[disabled], .bootstrap-yop .btn-default[disabled].active, .bootstrap-yop .btn-default[disabled]:active, .bootstrap-yop .btn-default[disabled]:focus, .bootstrap-yop .btn-default[disabled]:hover, .bootstrap-yop fieldset[disabled] .btn-default, .bootstrap-yop fieldset[disabled] .btn-default.active, .bootstrap-yop fieldset[disabled] .btn-default:active, .bootstrap-yop fieldset[disabled] .btn-default:focus, .bootstrap-yop fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .bootstrap-yop .btn-default .badge {
        color: #fff;
        background-color: #fff
    }

.bootstrap-yop .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

    .bootstrap-yop .btn-primary.active, .bootstrap-yop .btn-primary:active, .bootstrap-yop .btn-primary:focus, .bootstrap-yop .btn-primary:hover, .bootstrap-yop .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

    .bootstrap-yop .btn-primary.active, .bootstrap-yop .btn-primary:active, .bootstrap-yop .open .dropdown-toggle.btn-primary {
        background-image: none
    }

    .bootstrap-yop .btn-primary.disabled, .bootstrap-yop .btn-primary.disabled.active, .bootstrap-yop .btn-primary.disabled:active, .bootstrap-yop .btn-primary.disabled:focus, .bootstrap-yop .btn-primary.disabled:hover, .bootstrap-yop .btn-primary[disabled], .bootstrap-yop .btn-primary[disabled].active, .bootstrap-yop .btn-primary[disabled]:active, .bootstrap-yop .btn-primary[disabled]:focus, .bootstrap-yop .btn-primary[disabled]:hover, .bootstrap-yop fieldset[disabled] .btn-primary, .bootstrap-yop fieldset[disabled] .btn-primary.active, .bootstrap-yop fieldset[disabled] .btn-primary:active, .bootstrap-yop fieldset[disabled] .btn-primary:focus, .bootstrap-yop fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd
    }

    .bootstrap-yop .btn-primary .badge {
        color: #428bca;
        background-color: #fff
    }

.bootstrap-yop .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .bootstrap-yop .btn-warning.active, .bootstrap-yop .btn-warning:active, .bootstrap-yop .btn-warning:focus, .bootstrap-yop .btn-warning:hover, .bootstrap-yop .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512
    }

    .bootstrap-yop .btn-warning.active, .bootstrap-yop .btn-warning:active, .bootstrap-yop .open .dropdown-toggle.btn-warning {
        background-image: none
    }

    .bootstrap-yop .btn-warning.disabled, .bootstrap-yop .btn-warning.disabled.active, .bootstrap-yop .btn-warning.disabled:active, .bootstrap-yop .btn-warning.disabled:focus, .bootstrap-yop .btn-warning.disabled:hover, .bootstrap-yop .btn-warning[disabled], .bootstrap-yop .btn-warning[disabled].active, .bootstrap-yop .btn-warning[disabled]:active, .bootstrap-yop .btn-warning[disabled]:focus, .bootstrap-yop .btn-warning[disabled]:hover, .bootstrap-yop fieldset[disabled] .btn-warning, .bootstrap-yop fieldset[disabled] .btn-warning.active, .bootstrap-yop fieldset[disabled] .btn-warning:active, .bootstrap-yop fieldset[disabled] .btn-warning:focus, .bootstrap-yop fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .bootstrap-yop .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.bootstrap-yop .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .bootstrap-yop .btn-danger.active, .bootstrap-yop .btn-danger:active, .bootstrap-yop .btn-danger:focus, .bootstrap-yop .btn-danger:hover, .bootstrap-yop .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
    }

    .bootstrap-yop .btn-danger.active, .bootstrap-yop .btn-danger:active, .bootstrap-yop .open .dropdown-toggle.btn-danger {
        background-image: none
    }

    .bootstrap-yop .btn-danger.disabled, .bootstrap-yop .btn-danger.disabled.active, .bootstrap-yop .btn-danger.disabled:active, .bootstrap-yop .btn-danger.disabled:focus, .bootstrap-yop .btn-danger.disabled:hover, .bootstrap-yop .btn-danger[disabled], .bootstrap-yop .btn-danger[disabled].active, .bootstrap-yop .btn-danger[disabled]:active, .bootstrap-yop .btn-danger[disabled]:focus, .bootstrap-yop .btn-danger[disabled]:hover, .bootstrap-yop fieldset[disabled] .btn-danger, .bootstrap-yop fieldset[disabled] .btn-danger.active, .bootstrap-yop fieldset[disabled] .btn-danger:active, .bootstrap-yop fieldset[disabled] .btn-danger:focus, .bootstrap-yop fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .bootstrap-yop .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.bootstrap-yop .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .bootstrap-yop .btn-success.active, .bootstrap-yop .btn-success:active, .bootstrap-yop .btn-success:focus, .bootstrap-yop .btn-success:hover, .bootstrap-yop .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439
    }

    .bootstrap-yop .btn-success.active, .bootstrap-yop .btn-success:active, .bootstrap-yop .open .dropdown-toggle.btn-success {
        background-image: none
    }

    .bootstrap-yop .btn-success.disabled, .bootstrap-yop .btn-success.disabled.active, .bootstrap-yop .btn-success.disabled:active, .bootstrap-yop .btn-success.disabled:focus, .bootstrap-yop .btn-success.disabled:hover, .bootstrap-yop .btn-success[disabled], .bootstrap-yop .btn-success[disabled].active, .bootstrap-yop .btn-success[disabled]:active, .bootstrap-yop .btn-success[disabled]:focus, .bootstrap-yop .btn-success[disabled]:hover, .bootstrap-yop fieldset[disabled] .btn-success, .bootstrap-yop fieldset[disabled] .btn-success.active, .bootstrap-yop fieldset[disabled] .btn-success:active, .bootstrap-yop fieldset[disabled] .btn-success:focus, .bootstrap-yop fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .bootstrap-yop .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.bootstrap-yop .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .bootstrap-yop .btn-info.active, .bootstrap-yop .btn-info:active, .bootstrap-yop .btn-info:focus, .bootstrap-yop .btn-info:hover, .bootstrap-yop .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
    }

    .bootstrap-yop .btn-info.active, .bootstrap-yop .btn-info:active, .bootstrap-yop .open .dropdown-toggle.btn-info {
        background-image: none
    }

    .bootstrap-yop .btn-info.disabled, .bootstrap-yop .btn-info.disabled.active, .bootstrap-yop .btn-info.disabled:active, .bootstrap-yop .btn-info.disabled:focus, .bootstrap-yop .btn-info.disabled:hover, .bootstrap-yop .btn-info[disabled], .bootstrap-yop .btn-info[disabled].active, .bootstrap-yop .btn-info[disabled]:active, .bootstrap-yop .btn-info[disabled]:focus, .bootstrap-yop .btn-info[disabled]:hover, .bootstrap-yop fieldset[disabled] .btn-info, .bootstrap-yop fieldset[disabled] .btn-info.active, .bootstrap-yop fieldset[disabled] .btn-info:active, .bootstrap-yop fieldset[disabled] .btn-info:focus, .bootstrap-yop fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .bootstrap-yop .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.bootstrap-yop .btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

    .bootstrap-yop .btn-link, .bootstrap-yop .btn-link:active, .bootstrap-yop .btn-link[disabled], .bootstrap-yop fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .bootstrap-yop .btn-link, .bootstrap-yop .btn-link:active, .bootstrap-yop .btn-link:focus, .bootstrap-yop .btn-link:hover {
            border-color: transparent
        }

            .bootstrap-yop .btn-link:focus, .bootstrap-yop .btn-link:hover {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent
            }

            .bootstrap-yop .btn-link[disabled]:focus, .bootstrap-yop .btn-link[disabled]:hover, .bootstrap-yop fieldset[disabled] .btn-link:focus, .bootstrap-yop fieldset[disabled] .btn-link:hover {
                color: #999;
                text-decoration: none
            }

.bootstrap-yop .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.bootstrap-yop .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap-yop .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap-yop .btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

    .bootstrap-yop .btn-block + .btn-block {
        margin-top: 5px
    }

.bootstrap-yop input[type=button].btn-block, .bootstrap-yop input[type=reset].btn-block, .bootstrap-yop input[type=submit].btn-block {
    width: 100%
}

.bootstrap-yop .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .bootstrap-yop .fade.in {
        opacity: 1
    }

.bootstrap-yop .collapse {
    display: none
}

    .bootstrap-yop .collapse.in {
        display: block
    }

.bootstrap-yop .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-display: swap;
    font-family: 'Glyphicons Halflings';
    src: url(../../../plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(../../../plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../../plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../../plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../../plugins/yop-poll/public/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}

.bootstrap-yop .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

    .bootstrap-yop .glyphicon:empty {
        width: 1em
    }

.bootstrap-yop .glyphicon-asterisk:before {
    content: "\2a"
}

.bootstrap-yop .glyphicon-plus:before {
    content: "\2b"
}

.bootstrap-yop .glyphicon-euro:before {
    content: "\20ac"
}

.bootstrap-yop .glyphicon-minus:before {
    content: "\2212"
}

.bootstrap-yop .glyphicon-cloud:before {
    content: "\2601"
}

.bootstrap-yop .glyphicon-envelope:before {
    content: "\2709"
}

.bootstrap-yop .glyphicon-pencil:before {
    content: "\270f"
}

.bootstrap-yop .glyphicon-glass:before {
    content: "\e001"
}

.bootstrap-yop .glyphicon-music:before {
    content: "\e002"
}

.bootstrap-yop .glyphicon-search:before {
    content: "\e003"
}

.bootstrap-yop .glyphicon-heart:before {
    content: "\e005"
}

.bootstrap-yop .glyphicon-star:before {
    content: "\e006"
}

.bootstrap-yop .glyphicon-star-empty:before {
    content: "\e007"
}

.bootstrap-yop .glyphicon-user:before {
    content: "\e008"
}

.bootstrap-yop .glyphicon-film:before {
    content: "\e009"
}

.bootstrap-yop .glyphicon-th-large:before {
    content: "\e010"
}

.bootstrap-yop .glyphicon-th:before {
    content: "\e011"
}

.bootstrap-yop .glyphicon-th-list:before {
    content: "\e012"
}

.bootstrap-yop .glyphicon-ok:before {
    content: "\e013"
}

.bootstrap-yop .glyphicon-remove:before {
    content: "\e014"
}

.bootstrap-yop .glyphicon-zoom-in:before {
    content: "\e015"
}

.bootstrap-yop .glyphicon-zoom-out:before {
    content: "\e016"
}

.bootstrap-yop .glyphicon-off:before {
    content: "\e017"
}

.bootstrap-yop .glyphicon-signal:before {
    content: "\e018"
}

.bootstrap-yop .glyphicon-cog:before {
    content: "\e019"
}

.bootstrap-yop .glyphicon-trash:before {
    content: "\e020"
}

.bootstrap-yop .glyphicon-home:before {
    content: "\e021"
}

.bootstrap-yop .glyphicon-file:before {
    content: "\e022"
}

.bootstrap-yop .glyphicon-time:before {
    content: "\e023"
}

.bootstrap-yop .glyphicon-road:before {
    content: "\e024"
}

.bootstrap-yop .glyphicon-download-alt:before {
    content: "\e025"
}

.bootstrap-yop .glyphicon-download:before {
    content: "\e026"
}

.bootstrap-yop .glyphicon-upload:before {
    content: "\e027"
}

.bootstrap-yop .glyphicon-inbox:before {
    content: "\e028"
}

.bootstrap-yop .glyphicon-play-circle:before {
    content: "\e029"
}

.bootstrap-yop .glyphicon-repeat:before {
    content: "\e030"
}

.bootstrap-yop .glyphicon-refresh:before {
    content: "\e031"
}

.bootstrap-yop .glyphicon-list-alt:before {
    content: "\e032"
}

.bootstrap-yop .glyphicon-lock:before {
    content: "\e033"
}

.bootstrap-yop .glyphicon-flag:before {
    content: "\e034"
}

.bootstrap-yop .glyphicon-headphones:before {
    content: "\e035"
}

.bootstrap-yop .glyphicon-volume-off:before {
    content: "\e036"
}

.bootstrap-yop .glyphicon-volume-down:before {
    content: "\e037"
}

.bootstrap-yop .glyphicon-volume-up:before {
    content: "\e038"
}

.bootstrap-yop .glyphicon-qrcode:before {
    content: "\e039"
}

.bootstrap-yop .glyphicon-barcode:before {
    content: "\e040"
}

.bootstrap-yop .glyphicon-tag:before {
    content: "\e041"
}

.bootstrap-yop .glyphicon-tags:before {
    content: "\e042"
}

.bootstrap-yop .glyphicon-book:before {
    content: "\e043"
}

.bootstrap-yop .glyphicon-bookmark:before {
    content: "\e044"
}

.bootstrap-yop .glyphicon-print:before {
    content: "\e045"
}

.bootstrap-yop .glyphicon-camera:before {
    content: "\e046"
}

.bootstrap-yop .glyphicon-font:before {
    content: "\e047"
}

.bootstrap-yop .glyphicon-bold:before {
    content: "\e048"
}

.bootstrap-yop .glyphicon-italic:before {
    content: "\e049"
}

.bootstrap-yop .glyphicon-text-height:before {
    content: "\e050"
}

.bootstrap-yop .glyphicon-text-width:before {
    content: "\e051"
}

.bootstrap-yop .glyphicon-align-left:before {
    content: "\e052"
}

.bootstrap-yop .glyphicon-align-center:before {
    content: "\e053"
}

.bootstrap-yop .glyphicon-align-right:before {
    content: "\e054"
}

.bootstrap-yop .glyphicon-align-justify:before {
    content: "\e055"
}

.bootstrap-yop .glyphicon-list:before {
    content: "\e056"
}

.bootstrap-yop .glyphicon-indent-left:before {
    content: "\e057"
}

.bootstrap-yop .glyphicon-indent-right:before {
    content: "\e058"
}

.bootstrap-yop .glyphicon-facetime-video:before {
    content: "\e059"
}

.bootstrap-yop .glyphicon-picture:before {
    content: "\e060"
}

.bootstrap-yop .glyphicon-map-marker:before {
    content: "\e062"
}

.bootstrap-yop .glyphicon-adjust:before {
    content: "\e063"
}

.bootstrap-yop .glyphicon-tint:before {
    content: "\e064"
}

.bootstrap-yop .glyphicon-edit:before {
    content: "\e065"
}

.bootstrap-yop .glyphicon-share:before {
    content: "\e066"
}

.bootstrap-yop .glyphicon-check:before {
    content: "\e067"
}

.bootstrap-yop .glyphicon-move:before {
    content: "\e068"
}

.bootstrap-yop .glyphicon-step-backward:before {
    content: "\e069"
}

.bootstrap-yop .glyphicon-fast-backward:before {
    content: "\e070"
}

.bootstrap-yop .glyphicon-backward:before {
    content: "\e071"
}

.bootstrap-yop .glyphicon-play:before {
    content: "\e072"
}

.bootstrap-yop .glyphicon-pause:before {
    content: "\e073"
}

.bootstrap-yop .glyphicon-stop:before {
    content: "\e074"
}

.bootstrap-yop .glyphicon-forward:before {
    content: "\e075"
}

.bootstrap-yop .glyphicon-fast-forward:before {
    content: "\e076"
}

.bootstrap-yop .glyphicon-step-forward:before {
    content: "\e077"
}

.bootstrap-yop .glyphicon-eject:before {
    content: "\e078"
}

.bootstrap-yop .glyphicon-chevron-left:before {
    content: "\e079"
}

.bootstrap-yop .glyphicon-chevron-right:before {
    content: "\e080"
}

.bootstrap-yop .glyphicon-plus-sign:before {
    content: "\e081"
}

.bootstrap-yop .glyphicon-minus-sign:before {
    content: "\e082"
}

.bootstrap-yop .glyphicon-remove-sign:before {
    content: "\e083"
}

.bootstrap-yop .glyphicon-ok-sign:before {
    content: "\e084"
}

.bootstrap-yop .glyphicon-question-sign:before {
    content: "\e085"
}

.bootstrap-yop .glyphicon-info-sign:before {
    content: "\e086"
}

.bootstrap-yop .glyphicon-screenshot:before {
    content: "\e087"
}

.bootstrap-yop .glyphicon-remove-circle:before {
    content: "\e088"
}

.bootstrap-yop .glyphicon-ok-circle:before {
    content: "\e089"
}

.bootstrap-yop .glyphicon-ban-circle:before {
    content: "\e090"
}

.bootstrap-yop .glyphicon-arrow-left:before {
    content: "\e091"
}

.bootstrap-yop .glyphicon-arrow-right:before {
    content: "\e092"
}

.bootstrap-yop .glyphicon-arrow-up:before {
    content: "\e093"
}

.bootstrap-yop .glyphicon-arrow-down:before {
    content: "\e094"
}

.bootstrap-yop .glyphicon-share-alt:before {
    content: "\e095"
}

.bootstrap-yop .glyphicon-resize-full:before {
    content: "\e096"
}

.bootstrap-yop .glyphicon-resize-small:before {
    content: "\e097"
}

.bootstrap-yop .glyphicon-exclamation-sign:before {
    content: "\e101"
}

.bootstrap-yop .glyphicon-gift:before {
    content: "\e102"
}

.bootstrap-yop .glyphicon-leaf:before {
    content: "\e103"
}

.bootstrap-yop .glyphicon-fire:before {
    content: "\e104"
}

.bootstrap-yop .glyphicon-eye-open:before {
    content: "\e105"
}

.bootstrap-yop .glyphicon-eye-close:before {
    content: "\e106"
}

.bootstrap-yop .glyphicon-warning-sign:before {
    content: "\e107"
}

.bootstrap-yop .glyphicon-plane:before {
    content: "\e108"
}

.bootstrap-yop .glyphicon-calendar:before {
    content: "\e109"
}

.bootstrap-yop .glyphicon-random:before {
    content: "\e110"
}

.bootstrap-yop .glyphicon-comment:before {
    content: "\e111"
}

.bootstrap-yop .glyphicon-magnet:before {
    content: "\e112"
}

.bootstrap-yop .glyphicon-chevron-up:before {
    content: "\e113"
}

.bootstrap-yop .glyphicon-chevron-down:before {
    content: "\e114"
}

.bootstrap-yop .glyphicon-retweet:before {
    content: "\e115"
}

.bootstrap-yop .glyphicon-shopping-cart:before {
    content: "\e116"
}

.bootstrap-yop .glyphicon-folder-close:before {
    content: "\e117"
}

.bootstrap-yop .glyphicon-folder-open:before {
    content: "\e118"
}

.bootstrap-yop .glyphicon-resize-vertical:before {
    content: "\e119"
}

.bootstrap-yop .glyphicon-resize-horizontal:before {
    content: "\e120"
}

.bootstrap-yop .glyphicon-hdd:before {
    content: "\e121"
}

.bootstrap-yop .glyphicon-bullhorn:before {
    content: "\e122"
}

.bootstrap-yop .glyphicon-bell:before {
    content: "\e123"
}

.bootstrap-yop .glyphicon-certificate:before {
    content: "\e124"
}

.bootstrap-yop .glyphicon-thumbs-up:before {
    content: "\e125"
}

.bootstrap-yop .glyphicon-thumbs-down:before {
    content: "\e126"
}

.bootstrap-yop .glyphicon-hand-right:before {
    content: "\e127"
}

.bootstrap-yop .glyphicon-hand-left:before {
    content: "\e128"
}

.bootstrap-yop .glyphicon-hand-up:before {
    content: "\e129"
}

.bootstrap-yop .glyphicon-hand-down:before {
    content: "\e130"
}

.bootstrap-yop .glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.bootstrap-yop .glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.bootstrap-yop .glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.bootstrap-yop .glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.bootstrap-yop .glyphicon-globe:before {
    content: "\e135"
}

.bootstrap-yop .glyphicon-wrench:before {
    content: "\e136"
}

.bootstrap-yop .glyphicon-tasks:before {
    content: "\e137"
}

.bootstrap-yop .glyphicon-filter:before {
    content: "\e138"
}

.bootstrap-yop .glyphicon-briefcase:before {
    content: "\e139"
}

.bootstrap-yop .glyphicon-fullscreen:before {
    content: "\e140"
}

.bootstrap-yop .glyphicon-dashboard:before {
    content: "\e141"
}

.bootstrap-yop .glyphicon-paperclip:before {
    content: "\e142"
}

.bootstrap-yop .glyphicon-heart-empty:before {
    content: "\e143"
}

.bootstrap-yop .glyphicon-link:before {
    content: "\e144"
}

.bootstrap-yop .glyphicon-phone:before {
    content: "\e145"
}

.bootstrap-yop .glyphicon-pushpin:before {
    content: "\e146"
}

.bootstrap-yop .glyphicon-usd:before {
    content: "\e148"
}

.bootstrap-yop .glyphicon-gbp:before {
    content: "\e149"
}

.bootstrap-yop .glyphicon-sort:before {
    content: "\e150"
}

.bootstrap-yop .glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.bootstrap-yop .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.bootstrap-yop .glyphicon-sort-by-order:before {
    content: "\e153"
}

.bootstrap-yop .glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.bootstrap-yop .glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.bootstrap-yop .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.bootstrap-yop .glyphicon-unchecked:before {
    content: "\e157"
}

.bootstrap-yop .glyphicon-expand:before {
    content: "\e158"
}

.bootstrap-yop .glyphicon-collapse-down:before {
    content: "\e159"
}

.bootstrap-yop .glyphicon-collapse-up:before {
    content: "\e160"
}

.bootstrap-yop .glyphicon-log-in:before {
    content: "\e161"
}

.bootstrap-yop .glyphicon-flash:before {
    content: "\e162"
}

.bootstrap-yop .glyphicon-log-out:before {
    content: "\e163"
}

.bootstrap-yop .glyphicon-new-window:before {
    content: "\e164"
}

.bootstrap-yop .glyphicon-record:before {
    content: "\e165"
}

.bootstrap-yop .glyphicon-save:before {
    content: "\e166"
}

.bootstrap-yop .glyphicon-open:before {
    content: "\e167"
}

.bootstrap-yop .glyphicon-saved:before {
    content: "\e168"
}

.bootstrap-yop .glyphicon-import:before {
    content: "\e169"
}

.bootstrap-yop .glyphicon-export:before {
    content: "\e170"
}

.bootstrap-yop .glyphicon-send:before {
    content: "\e171"
}

.bootstrap-yop .glyphicon-floppy-disk:before {
    content: "\e172"
}

.bootstrap-yop .glyphicon-floppy-saved:before {
    content: "\e173"
}

.bootstrap-yop .glyphicon-floppy-remove:before {
    content: "\e174"
}

.bootstrap-yop .glyphicon-floppy-save:before {
    content: "\e175"
}

.bootstrap-yop .glyphicon-floppy-open:before {
    content: "\e176"
}

.bootstrap-yop .glyphicon-credit-card:before {
    content: "\e177"
}

.bootstrap-yop .glyphicon-transfer:before {
    content: "\e178"
}

.bootstrap-yop .glyphicon-cutlery:before {
    content: "\e179"
}

.bootstrap-yop .glyphicon-header:before {
    content: "\e180"
}

.bootstrap-yop .glyphicon-compressed:before {
    content: "\e181"
}

.bootstrap-yop .glyphicon-earphone:before {
    content: "\e182"
}

.bootstrap-yop .glyphicon-phone-alt:before {
    content: "\e183"
}

.bootstrap-yop .glyphicon-tower:before {
    content: "\e184"
}

.bootstrap-yop .glyphicon-stats:before {
    content: "\e185"
}

.bootstrap-yop .glyphicon-sd-video:before {
    content: "\e186"
}

.bootstrap-yop .glyphicon-hd-video:before {
    content: "\e187"
}

.bootstrap-yop .glyphicon-subtitles:before {
    content: "\e188"
}

.bootstrap-yop .glyphicon-sound-stereo:before {
    content: "\e189"
}

.bootstrap-yop .glyphicon-sound-dolby:before {
    content: "\e190"
}

.bootstrap-yop .glyphicon-sound-5-1:before {
    content: "\e191"
}

.bootstrap-yop .glyphicon-sound-6-1:before {
    content: "\e192"
}

.bootstrap-yop .glyphicon-sound-7-1:before {
    content: "\e193"
}

.bootstrap-yop .glyphicon-copyright-mark:before {
    content: "\e194"
}

.bootstrap-yop .glyphicon-registration-mark:before {
    content: "\e195"
}

.bootstrap-yop .glyphicon-cloud-download:before {
    content: "\e197"
}

.bootstrap-yop .glyphicon-cloud-upload:before {
    content: "\e198"
}

.bootstrap-yop .glyphicon-tree-conifer:before {
    content: "\e199"
}

.bootstrap-yop .glyphicon-tree-deciduous:before {
    content: "\e200"
}

.bootstrap-yop .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.bootstrap-yop .dropdown {
    position: relative
}

.bootstrap-yop .dropdown-toggle:focus {
    outline: 0
}

.bootstrap-yop .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .bootstrap-yop .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .bootstrap-yop .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .bootstrap-yop .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap
    }

        .bootstrap-yop .dropdown-menu > li > a:focus, .bootstrap-yop .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .bootstrap-yop .dropdown-menu > .active > a, .bootstrap-yop .dropdown-menu > .active > a:focus, .bootstrap-yop .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0
    }

    .bootstrap-yop .dropdown-menu > .disabled > a, .bootstrap-yop .dropdown-menu > .disabled > a:focus, .bootstrap-yop .dropdown-menu > .disabled > a:hover {
        color: #999
    }

        .bootstrap-yop .dropdown-menu > .disabled > a:focus, .bootstrap-yop .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none
        }

.bootstrap-yop .open > .dropdown-menu {
    display: block
}

.bootstrap-yop .open > a {
    outline: 0
}

.bootstrap-yop .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.bootstrap-yop .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.bootstrap-yop .pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.bootstrap-yop .dropup .caret, .bootstrap-yop .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.bootstrap-yop .dropup .dropdown-menu, .bootstrap-yop .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.bootstrap-yop .btn-group, .bootstrap-yop .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .bootstrap-yop .btn-group-vertical > .btn, .bootstrap-yop .btn-group > .btn {
        position: relative;
        float: left
    }

        .bootstrap-yop .btn-group-vertical > .btn.active, .bootstrap-yop .btn-group-vertical > .btn:active, .bootstrap-yop .btn-group-vertical > .btn:focus, .bootstrap-yop .btn-group-vertical > .btn:hover, .bootstrap-yop .btn-group > .btn.active, .bootstrap-yop .btn-group > .btn:active, .bootstrap-yop .btn-group > .btn:focus, .bootstrap-yop .btn-group > .btn:hover {
            z-index: 2
        }

        .bootstrap-yop .btn-group-vertical > .btn:focus, .bootstrap-yop .btn-group > .btn:focus {
            outline: 0
        }

    .bootstrap-yop .btn-group .btn + .btn, .bootstrap-yop .btn-group .btn + .btn-group, .bootstrap-yop .btn-group .btn-group + .btn, .bootstrap-yop .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.bootstrap-yop .btn-toolbar:after, .bootstrap-yop .btn-toolbar:before {
    display: table;
    content: " "
}

.bootstrap-yop .btn-toolbar:after {
    clear: both
}

.bootstrap-yop .btn-toolbar:after, .bootstrap-yop .btn-toolbar:before {
    display: table;
    content: " "
}

.bootstrap-yop .btn-toolbar:after {
    clear: both
}

.bootstrap-yop .btn-toolbar .btn-group {
    float: left
}

.bootstrap-yop .btn-toolbar > .btn + .btn, .bootstrap-yop .btn-toolbar > .btn + .btn-group, .bootstrap-yop .btn-toolbar > .btn-group + .btn, .bootstrap-yop .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.bootstrap-yop .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.bootstrap-yop .btn-group > .btn:first-child {
    margin-left: 0
}

    .bootstrap-yop .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.bootstrap-yop .btn-group > .btn:last-child:not(:first-child), .bootstrap-yop .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.bootstrap-yop .btn-group > .btn-group {
    float: left
}

    .bootstrap-yop .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .bootstrap-yop .btn-group > .btn-group:first-child > .btn:last-child, .bootstrap-yop .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .bootstrap-yop .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.bootstrap-yop .btn-group .dropdown-toggle:active, .bootstrap-yop .btn-group.open .dropdown-toggle {
    outline: 0
}

.bootstrap-yop .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap-yop .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap-yop .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.bootstrap-yop .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.bootstrap-yop .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.bootstrap-yop .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .bootstrap-yop .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.bootstrap-yop .btn .caret {
    margin-left: 0
}

.bootstrap-yop .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.bootstrap-yop .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.bootstrap-yop .btn-group-vertical > .btn, .bootstrap-yop .btn-group-vertical > .btn-group, .bootstrap-yop .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .bootstrap-yop .btn-group-vertical > .btn-group:after, .bootstrap-yop .btn-group-vertical > .btn-group:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .bootstrap-yop .btn-group-vertical > .btn-group:after, .bootstrap-yop .btn-group-vertical > .btn-group:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .bootstrap-yop .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .bootstrap-yop .btn-group-vertical > .btn + .btn, .bootstrap-yop .btn-group-vertical > .btn + .btn-group, .bootstrap-yop .btn-group-vertical > .btn-group + .btn, .bootstrap-yop .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .bootstrap-yop .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .bootstrap-yop .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .bootstrap-yop .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0
    }

    .bootstrap-yop .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .bootstrap-yop .btn-group-vertical > .btn-group:first-child > .btn:last-child, .bootstrap-yop .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .bootstrap-yop .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.bootstrap-yop .btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

    .bootstrap-yop .btn-group-justified > .btn, .bootstrap-yop .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .bootstrap-yop .btn-group-justified > .btn-group .btn {
            width: 100%
        }

.bootstrap-yop [data-toggle=buttons] > .btn > input[type=checkbox], .bootstrap-yop [data-toggle=buttons] > .btn > input[type=radio] {
    display: none
}

.bootstrap-yop .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .bootstrap-yop .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .bootstrap-yop .input-group .form-control {
        width: 100%;
        margin-bottom: 0
    }

.bootstrap-yop .input-group-lg > .form-control, .bootstrap-yop .input-group-lg > .input-group-addon, .bootstrap-yop .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.bootstrap-yop select.input-group-lg > .form-control, .bootstrap-yop select.input-group-lg > .input-group-addon, .bootstrap-yop select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

.bootstrap-yop textarea.input-group-lg > .form-control, .bootstrap-yop textarea.input-group-lg > .input-group-addon, .bootstrap-yop textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.bootstrap-yop .input-group-sm > .form-control, .bootstrap-yop .input-group-sm > .input-group-addon, .bootstrap-yop .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.bootstrap-yop select.input-group-sm > .form-control, .bootstrap-yop select.input-group-sm > .input-group-addon, .bootstrap-yop select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

.bootstrap-yop textarea.input-group-sm > .form-control, .bootstrap-yop textarea.input-group-sm > .input-group-addon, .bootstrap-yop textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.bootstrap-yop .input-group .form-control, .bootstrap-yop .input-group-addon, .bootstrap-yop .input-group-btn {
    display: table-cell
}

    .bootstrap-yop .input-group .form-control:not(:first-child):not(:last-child), .bootstrap-yop .input-group-addon:not(:first-child):not(:last-child), .bootstrap-yop .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.bootstrap-yop .input-group-addon, .bootstrap-yop .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.bootstrap-yop .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .bootstrap-yop .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .bootstrap-yop .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .bootstrap-yop .input-group-addon input[type=checkbox], .bootstrap-yop .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .bootstrap-yop .input-group .form-control:first-child, .bootstrap-yop .input-group-addon:first-child, .bootstrap-yop .input-group-btn:first-child > .btn, .bootstrap-yop .input-group-btn:first-child > .dropdown-toggle, .bootstrap-yop .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .bootstrap-yop .input-group-addon:first-child {
        border-right: 0
    }

    .bootstrap-yop .input-group .form-control:last-child, .bootstrap-yop .input-group-addon:last-child, .bootstrap-yop .input-group-btn:first-child > .btn:not(:first-child), .bootstrap-yop .input-group-btn:last-child > .btn, .bootstrap-yop .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .bootstrap-yop .input-group-addon:last-child {
        border-left: 0
    }

.bootstrap-yop .input-group-btn {
    position: relative;
    white-space: nowrap
}

    .bootstrap-yop .input-group-btn:first-child > .btn {
        margin-right: -1px
    }

    .bootstrap-yop .input-group-btn:last-child > .btn {
        margin-left: -1px
    }

    .bootstrap-yop .input-group-btn > .btn {
        position: relative
    }

        .bootstrap-yop .input-group-btn > .btn + .btn {
            margin-left: -4px
        }

        .bootstrap-yop .input-group-btn > .btn:active, .bootstrap-yop .input-group-btn > .btn:hover {
            z-index: 2
        }

.bootstrap-yop .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .bootstrap-yop .nav:after, .bootstrap-yop .nav:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .nav:after {
        clear: both
    }

    .bootstrap-yop .nav:after, .bootstrap-yop .nav:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .nav:after {
        clear: both
    }

    .bootstrap-yop .nav > li {
        position: relative;
        display: block
    }

        .bootstrap-yop .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .bootstrap-yop .nav > li > a:focus, .bootstrap-yop .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .bootstrap-yop .nav > li.disabled > a {
            color: #999
        }

            .bootstrap-yop .nav > li.disabled > a:focus, .bootstrap-yop .nav > li.disabled > a:hover {
                color: #999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .bootstrap-yop .nav .open > a, .bootstrap-yop .nav .open > a:focus, .bootstrap-yop .nav .open > a:hover {
        background-color: #eee;
        border-color: #428bca
    }

    .bootstrap-yop .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .bootstrap-yop .nav > li > a > img {
        max-width: none
    }

.bootstrap-yop .nav-tabs {
    border-bottom: 1px solid #ddd
}

    .bootstrap-yop .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .bootstrap-yop .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .bootstrap-yop .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .bootstrap-yop .nav-tabs > li.active > a, .bootstrap-yop .nav-tabs > li.active > a:focus, .bootstrap-yop .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .bootstrap-yop .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .bootstrap-yop .nav-tabs.nav-justified > li {
            float: none
        }

            .bootstrap-yop .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .bootstrap-yop .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .bootstrap-yop .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .bootstrap-yop .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.bootstrap-yop .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.bootstrap-yop .nav-tabs.nav-justified > .active > a, .bootstrap-yop .nav-tabs.nav-justified > .active > a:focus, .bootstrap-yop .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .bootstrap-yop .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .bootstrap-yop .nav-tabs.nav-justified > .active > a, .bootstrap-yop .nav-tabs.nav-justified > .active > a:focus, .bootstrap-yop .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.bootstrap-yop .nav-pills > li {
    float: left
}

    .bootstrap-yop .nav-pills > li > a {
        border-radius: 4px
    }

    .bootstrap-yop .nav-pills > li + li {
        margin-left: 2px
    }

    .bootstrap-yop .nav-pills > li.active > a, .bootstrap-yop .nav-pills > li.active > a:focus, .bootstrap-yop .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #428bca
    }

.bootstrap-yop .nav-stacked > li {
    float: none
}

    .bootstrap-yop .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.bootstrap-yop .nav-justified {
    width: 100%
}

    .bootstrap-yop .nav-justified > li {
        float: none
    }

        .bootstrap-yop .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .bootstrap-yop .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .bootstrap-yop .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .bootstrap-yop .nav-justified > li > a {
            margin-bottom: 0
        }
}

.bootstrap-yop .nav-tabs-justified {
    border-bottom: 0
}

    .bootstrap-yop .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .bootstrap-yop .nav-tabs-justified > .active > a, .bootstrap-yop .nav-tabs-justified > .active > a:focus, .bootstrap-yop .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .bootstrap-yop .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .bootstrap-yop .nav-tabs-justified > .active > a, .bootstrap-yop .nav-tabs-justified > .active > a:focus, .bootstrap-yop .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.bootstrap-yop .tab-content > .tab-pane {
    display: none
}

.bootstrap-yop .tab-content > .active {
    display: block
}

.bootstrap-yop .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bootstrap-yop .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

    .bootstrap-yop .navbar:after, .bootstrap-yop .navbar:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .navbar:after {
        clear: both
    }

    .bootstrap-yop .navbar:after, .bootstrap-yop .navbar:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .navbar:after {
        clear: both
    }

@media (min-width:768px) {
    .bootstrap-yop .navbar {
        border-radius: 4px
    }
}

.bootstrap-yop .navbar-header:after, .bootstrap-yop .navbar-header:before {
    display: table;
    content: " "
}

.bootstrap-yop .navbar-header:after {
    clear: both
}

.bootstrap-yop .navbar-header:after, .bootstrap-yop .navbar-header:before {
    display: table;
    content: " "
}

.bootstrap-yop .navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-header {
        float: left
    }
}

.bootstrap-yop .navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .bootstrap-yop .navbar-collapse:after, .bootstrap-yop .navbar-collapse:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .navbar-collapse:after {
        clear: both
    }

    .bootstrap-yop .navbar-collapse:after, .bootstrap-yop .navbar-collapse:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .navbar-collapse:after {
        clear: both
    }

    .bootstrap-yop .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .bootstrap-yop .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .bootstrap-yop .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .bootstrap-yop .navbar-collapse.in {
            overflow-y: visible
        }

    .bootstrap-yop .navbar-fixed-bottom .navbar-collapse, .bootstrap-yop .navbar-fixed-top .navbar-collapse, .bootstrap-yop .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.bootstrap-yop .container > .navbar-collapse, .bootstrap-yop .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .bootstrap-yop .container > .navbar-collapse, .bootstrap-yop .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.bootstrap-yop .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-static-top {
        border-radius: 0
    }
}

.bootstrap-yop .navbar-fixed-bottom, .bootstrap-yop .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-fixed-bottom, .bootstrap-yop .navbar-fixed-top {
        border-radius: 0
    }
}

.bootstrap-yop .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.bootstrap-yop .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.bootstrap-yop .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .bootstrap-yop .navbar-brand:focus, .bootstrap-yop .navbar-brand:hover {
        text-decoration: none
    }

@media (min-width:768px) {
    .bootstrap-yop .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.bootstrap-yop .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .bootstrap-yop .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .bootstrap-yop .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .bootstrap-yop .navbar-toggle {
        display: none
    }
}

.bootstrap-yop .navbar-nav {
    margin: 7.5px -15px
}

    .bootstrap-yop .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .bootstrap-yop .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .bootstrap-yop .navbar-nav .open .dropdown-menu .dropdown-header, .bootstrap-yop .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .bootstrap-yop .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .bootstrap-yop .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap-yop .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-nav {
        float: left;
        margin: 0
    }

        .bootstrap-yop .navbar-nav > li {
            float: left
        }

            .bootstrap-yop .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }

        .bootstrap-yop .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-left {
        float: left !important
    }

    .bootstrap-yop .navbar-right {
        float: right !important
    }
}

.bootstrap-yop .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .bootstrap-yop .navbar-form .form-control {
        display: inline-block
    }

    .bootstrap-yop .navbar-form select.form-control {
        width: auto
    }

    .bootstrap-yop .navbar-form .checkbox, .bootstrap-yop .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .bootstrap-yop .navbar-form .checkbox input[type=checkbox], .bootstrap-yop .navbar-form .radio input[type=radio] {
            float: none;
            margin-left: 0
        }
}

@media (max-width:767px) {
    .bootstrap-yop .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .bootstrap-yop .navbar-form.navbar-right:last-child {
            margin-right: -15px
        }
}

.bootstrap-yop .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.bootstrap-yop .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.bootstrap-yop .navbar-nav.pull-right > li > .dropdown-menu, .bootstrap-yop .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.bootstrap-yop .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .bootstrap-yop .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .bootstrap-yop .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.bootstrap-yop .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .bootstrap-yop .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

        .bootstrap-yop .navbar-text.navbar-right:last-child {
            margin-right: 0
        }
}

.bootstrap-yop .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .bootstrap-yop .navbar-default .navbar-brand {
        color: #777
    }

        .bootstrap-yop .navbar-default .navbar-brand:focus, .bootstrap-yop .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .bootstrap-yop .navbar-default .navbar-text {
        color: #777
    }

    .bootstrap-yop .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .bootstrap-yop .navbar-default .navbar-nav > li > a:focus, .bootstrap-yop .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .bootstrap-yop .navbar-default .navbar-nav > .active > a, .bootstrap-yop .navbar-default .navbar-nav > .active > a:focus, .bootstrap-yop .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .bootstrap-yop .navbar-default .navbar-nav > .disabled > a, .bootstrap-yop .navbar-default .navbar-nav > .disabled > a:focus, .bootstrap-yop .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .bootstrap-yop .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .bootstrap-yop .navbar-default .navbar-toggle:focus, .bootstrap-yop .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .bootstrap-yop .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc
        }

    .bootstrap-yop .navbar-default .navbar-collapse, .bootstrap-yop .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .bootstrap-yop .navbar-default .navbar-nav > .open > a, .bootstrap-yop .navbar-default .navbar-nav > .open > a:focus, .bootstrap-yop .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width:767px) {
    .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.bootstrap-yop .navbar-default .navbar-link {
    color: #777
}

    .bootstrap-yop .navbar-default .navbar-link:hover {
        color: #333
    }

.bootstrap-yop .navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .bootstrap-yop .navbar-inverse .navbar-brand {
        color: #999
    }

        .bootstrap-yop .navbar-inverse .navbar-brand:focus, .bootstrap-yop .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .bootstrap-yop .navbar-inverse .navbar-text {
        color: #999
    }

    .bootstrap-yop .navbar-inverse .navbar-nav > li > a {
        color: #999
    }

        .bootstrap-yop .navbar-inverse .navbar-nav > li > a:focus, .bootstrap-yop .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .bootstrap-yop .navbar-inverse .navbar-nav > .active > a, .bootstrap-yop .navbar-inverse .navbar-nav > .active > a:focus, .bootstrap-yop .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .bootstrap-yop .navbar-inverse .navbar-nav > .disabled > a, .bootstrap-yop .navbar-inverse .navbar-nav > .disabled > a:focus, .bootstrap-yop .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .bootstrap-yop .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .bootstrap-yop .navbar-inverse .navbar-toggle:focus, .bootstrap-yop .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .bootstrap-yop .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .bootstrap-yop .navbar-inverse .navbar-collapse, .bootstrap-yop .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .bootstrap-yop .navbar-inverse .navbar-nav > .open > a, .bootstrap-yop .navbar-inverse .navbar-nav > .open > a:focus, .bootstrap-yop .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@media (max-width:767px) {
    .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

        .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.bootstrap-yop .navbar-inverse .navbar-link {
    color: #999
}

    .bootstrap-yop .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.bootstrap-yop .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .bootstrap-yop .breadcrumb > li {
        display: inline-block
    }

        .bootstrap-yop .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .bootstrap-yop .breadcrumb > .active {
        color: #999
    }

.bootstrap-yop .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .bootstrap-yop .pagination > li {
        display: inline
    }

        .bootstrap-yop .pagination > li > a, .bootstrap-yop .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .bootstrap-yop .pagination > li:first-child > a, .bootstrap-yop .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .bootstrap-yop .pagination > li:last-child > a, .bootstrap-yop .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .bootstrap-yop .pagination > li > a:focus, .bootstrap-yop .pagination > li > a:hover, .bootstrap-yop .pagination > li > span:focus, .bootstrap-yop .pagination > li > span:hover {
            background-color: #eee
        }

    .bootstrap-yop .pagination > .active > a, .bootstrap-yop .pagination > .active > a:focus, .bootstrap-yop .pagination > .active > a:hover, .bootstrap-yop .pagination > .active > span, .bootstrap-yop .pagination > .active > span:focus, .bootstrap-yop .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca
    }

    .bootstrap-yop .pagination > .disabled > a, .bootstrap-yop .pagination > .disabled > a:focus, .bootstrap-yop .pagination > .disabled > a:hover, .bootstrap-yop .pagination > .disabled > span, .bootstrap-yop .pagination > .disabled > span:focus, .bootstrap-yop .pagination > .disabled > span:hover {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.bootstrap-yop .pagination-lg > li > a, .bootstrap-yop .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.bootstrap-yop .pagination-lg > li:first-child > a, .bootstrap-yop .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.bootstrap-yop .pagination-lg > li:last-child > a, .bootstrap-yop .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.bootstrap-yop .pagination-sm > li > a, .bootstrap-yop .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.bootstrap-yop .pagination-sm > li:first-child > a, .bootstrap-yop .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-yop .pagination-sm > li:last-child > a, .bootstrap-yop .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.bootstrap-yop .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .bootstrap-yop .pager:after, .bootstrap-yop .pager:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .pager:after {
        clear: both
    }

    .bootstrap-yop .pager:after, .bootstrap-yop .pager:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .pager:after {
        clear: both
    }

    .bootstrap-yop .pager li {
        display: inline
    }

        .bootstrap-yop .pager li > a, .bootstrap-yop .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .bootstrap-yop .pager li > a:focus, .bootstrap-yop .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .bootstrap-yop .pager .next > a, .bootstrap-yop .pager .next > span {
        float: right
    }

    .bootstrap-yop .pager .previous > a, .bootstrap-yop .pager .previous > span {
        float: left
    }

    .bootstrap-yop .pager .disabled > a, .bootstrap-yop .pager .disabled > a:focus, .bootstrap-yop .pager .disabled > a:hover, .bootstrap-yop .pager .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff
    }

.bootstrap-yop .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .bootstrap-yop .label[href]:focus, .bootstrap-yop .label[href]:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .bootstrap-yop .label:empty {
        display: none
    }

.bootstrap-yop .btn .label {
    position: relative;
    top: -1px
}

.bootstrap-yop .label-default {
    background-color: #999
}

    .bootstrap-yop .label-default[href]:focus, .bootstrap-yop .label-default[href]:hover {
        background-color: grey
    }

.bootstrap-yop .label-primary {
    background-color: #428bca
}

    .bootstrap-yop .label-primary[href]:focus, .bootstrap-yop .label-primary[href]:hover {
        background-color: #3071a9
    }

.bootstrap-yop .label-success {
    background-color: #5cb85c
}

    .bootstrap-yop .label-success[href]:focus, .bootstrap-yop .label-success[href]:hover {
        background-color: #449d44
    }

.bootstrap-yop .label-info {
    background-color: #5bc0de
}

    .bootstrap-yop .label-info[href]:focus, .bootstrap-yop .label-info[href]:hover {
        background-color: #31b0d5
    }

.bootstrap-yop .label-warning {
    background-color: #f0ad4e
}

    .bootstrap-yop .label-warning[href]:focus, .bootstrap-yop .label-warning[href]:hover {
        background-color: #ec971f
    }

.bootstrap-yop .label-danger {
    background-color: #d9534f
}

    .bootstrap-yop .label-danger[href]:focus, .bootstrap-yop .label-danger[href]:hover {
        background-color: #c9302c
    }

.bootstrap-yop .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

    .bootstrap-yop .badge:empty {
        display: none
    }

.bootstrap-yop .btn .badge {
    position: relative;
    top: -1px
}

.bootstrap-yop a.badge:focus, .bootstrap-yop a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.bootstrap-yop .nav-pills > .active > a > .badge, .bootstrap-yop a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff
}

.bootstrap-yop .nav-pills > li > a > .badge {
    margin-left: 3px
}

.bootstrap-yop .jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

    .bootstrap-yop .jumbotron .h1, .bootstrap-yop .jumbotron h1 {
        line-height: 1;
        color: inherit
    }

    .bootstrap-yop .jumbotron p {
        line-height: 1.4
    }

.bootstrap-yop .container .jumbotron {
    border-radius: 6px
}

.bootstrap-yop .jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .bootstrap-yop .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .bootstrap-yop .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .bootstrap-yop .jumbotron .h1, .bootstrap-yop .jumbotron h1 {
        font-size: 63px
    }
}

.bootstrap-yop .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .bootstrap-yop .thumbnail a > img, .bootstrap-yop .thumbnail > img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto
    }

.bootstrap-yop a.thumbnail.active, .bootstrap-yop a.thumbnail:focus, .bootstrap-yop a.thumbnail:hover {
    border-color: #428bca
}

.bootstrap-yop .thumbnail .caption {
    padding: 9px;
    color: #333
}

.bootstrap-yop .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .bootstrap-yop .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .bootstrap-yop .alert .alert-link {
        font-weight: 700
    }

    .bootstrap-yop .alert > p, .bootstrap-yop .alert > ul {
        margin-bottom: 0
    }

        .bootstrap-yop .alert > p + p {
            margin-top: 5px
        }

.bootstrap-yop .alert-dismissable {
    padding-right: 35px
}

    .bootstrap-yop .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.bootstrap-yop .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .bootstrap-yop .alert-success hr {
        border-top-color: #c9e2b3
    }

    .bootstrap-yop .alert-success .alert-link {
        color: #2b542c
    }

.bootstrap-yop .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .bootstrap-yop .alert-info hr {
        border-top-color: #a6e1ec
    }

    .bootstrap-yop .alert-info .alert-link {
        color: #245269
    }

.bootstrap-yop .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .bootstrap-yop .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .bootstrap-yop .alert-warning .alert-link {
        color: #66512c
    }

.bootstrap-yop .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .bootstrap-yop .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .bootstrap-yop .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.bootstrap-yop .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.bootstrap-yop .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.bootstrap-yop .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.bootstrap-yop .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.bootstrap-yop .progress-bar-success {
    background-color: #5cb85c
}

.bootstrap-yop .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.bootstrap-yop .progress-bar-info {
    background-color: #5bc0de
}

.bootstrap-yop .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.bootstrap-yop .progress-bar-warning {
    background-color: #f0ad4e
}

.bootstrap-yop .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.bootstrap-yop .progress-bar-danger {
    background-color: #d9534f
}

.bootstrap-yop .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.bootstrap-yop .media, .bootstrap-yop .media-body {
    overflow: hidden;
    zoom: 1
}

    .bootstrap-yop .media, .bootstrap-yop .media .media {
        margin-top: 15px
    }

        .bootstrap-yop .media:first-child {
            margin-top: 0
        }

.bootstrap-yop .media-object {
    display: block
}

.bootstrap-yop .media-heading {
    margin: 0 0 5px
}

.bootstrap-yop .media > .pull-left {
    margin-right: 10px
}

.bootstrap-yop .media > .pull-right {
    margin-left: 10px
}

.bootstrap-yop .media-list {
    padding-left: 0;
    list-style: none
}

.bootstrap-yop .list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.bootstrap-yop .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .bootstrap-yop .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .bootstrap-yop .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .bootstrap-yop .list-group-item > .badge {
        float: right
    }

        .bootstrap-yop .list-group-item > .badge + .badge {
            margin-right: 5px
        }

.bootstrap-yop a.list-group-item {
    color: #555
}

    .bootstrap-yop a.list-group-item .list-group-item-heading {
        color: #333
    }

    .bootstrap-yop a.list-group-item:focus, .bootstrap-yop a.list-group-item:hover {
        text-decoration: none;
        background-color: #f5f5f5
    }

    .bootstrap-yop a.list-group-item.active, .bootstrap-yop a.list-group-item.active:focus, .bootstrap-yop a.list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .bootstrap-yop a.list-group-item.active .list-group-item-heading, .bootstrap-yop a.list-group-item.active:focus .list-group-item-heading, .bootstrap-yop a.list-group-item.active:hover .list-group-item-heading {
            color: inherit
        }

        .bootstrap-yop a.list-group-item.active .list-group-item-text, .bootstrap-yop a.list-group-item.active:focus .list-group-item-text, .bootstrap-yop a.list-group-item.active:hover .list-group-item-text {
            color: #e1edf7
        }

.bootstrap-yop .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.bootstrap-yop .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.bootstrap-yop .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.bootstrap-yop .panel-body {
    padding: 15px
}

    .bootstrap-yop .panel-body:after, .bootstrap-yop .panel-body:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .panel-body:after {
        clear: both
    }

    .bootstrap-yop .panel-body:after, .bootstrap-yop .panel-body:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .panel-body:after {
        clear: both
    }

.bootstrap-yop .panel > .list-group {
    margin-bottom: 0
}

    .bootstrap-yop .panel > .list-group .list-group-item {
        border-width: 1px 0
    }

        .bootstrap-yop .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .bootstrap-yop .panel > .list-group .list-group-item:last-child {
            border-bottom: 0
        }

.bootstrap-yop .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.bootstrap-yop .panel > .table, .bootstrap-yop .panel > .table-responsive > .table {
    margin-bottom: 0
}

.bootstrap-yop .panel > .panel-body + .table, .bootstrap-yop .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.bootstrap-yop .panel > .table > tbody:first-child td, .bootstrap-yop .panel > .table > tbody:first-child th {
    border-top: 0
}

.bootstrap-yop .panel > .table-bordered, .bootstrap-yop .panel > .table-responsive > .table-bordered {
    border: 0
}

    .bootstrap-yop .panel > .table-bordered > tbody > tr > td:first-child, .bootstrap-yop .panel > .table-bordered > tbody > tr > th:first-child, .bootstrap-yop .panel > .table-bordered > tfoot > tr > td:first-child, .bootstrap-yop .panel > .table-bordered > tfoot > tr > th:first-child, .bootstrap-yop .panel > .table-bordered > thead > tr > td:first-child, .bootstrap-yop .panel > .table-bordered > thead > tr > th:first-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .bootstrap-yop .panel > .table-bordered > tbody > tr > td:last-child, .bootstrap-yop .panel > .table-bordered > tbody > tr > th:last-child, .bootstrap-yop .panel > .table-bordered > tfoot > tr > td:last-child, .bootstrap-yop .panel > .table-bordered > tfoot > tr > th:last-child, .bootstrap-yop .panel > .table-bordered > thead > tr > td:last-child, .bootstrap-yop .panel > .table-bordered > thead > tr > th:last-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .bootstrap-yop .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .bootstrap-yop .panel > .table-bordered > tbody > tr:last-child > td, .bootstrap-yop .panel > .table-bordered > tbody > tr:last-child > th, .bootstrap-yop .panel > .table-bordered > tfoot > tr:last-child > td, .bootstrap-yop .panel > .table-bordered > tfoot > tr:last-child > th, .bootstrap-yop .panel > .table-bordered > thead > tr:last-child > td, .bootstrap-yop .panel > .table-bordered > thead > tr:last-child > th, .bootstrap-yop .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .bootstrap-yop .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .bootstrap-yop .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .bootstrap-yop .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .bootstrap-yop .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .bootstrap-yop .panel > .table-responsive > .table-bordered > thead > tr:last-child > th {
        border-bottom: 0
    }

.bootstrap-yop .panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.bootstrap-yop .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .bootstrap-yop .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.bootstrap-yop .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .bootstrap-yop .panel-title > a {
        color: inherit
    }

.bootstrap-yop .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.bootstrap-yop .panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

    .bootstrap-yop .panel-group .panel + .panel {
        margin-top: 5px
    }

.bootstrap-yop .panel-group .panel-heading {
    border-bottom: 0
}

    .bootstrap-yop .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd
    }

.bootstrap-yop .panel-group .panel-footer {
    border-top: 0
}

    .bootstrap-yop .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd
    }

.bootstrap-yop .panel-default {
    border-color: #ddd
}

    .bootstrap-yop .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .bootstrap-yop .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .bootstrap-yop .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.bootstrap-yop .panel-primary {
    border-color: #428bca
}

    .bootstrap-yop .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .bootstrap-yop .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .bootstrap-yop .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.bootstrap-yop .panel-success {
    border-color: #d6e9c6
}

    .bootstrap-yop .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .bootstrap-yop .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }

    .bootstrap-yop .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6
    }

.bootstrap-yop .panel-warning {
    border-color: #faebcc
}

    .bootstrap-yop .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .bootstrap-yop .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc
        }

    .bootstrap-yop .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc
    }

.bootstrap-yop .panel-danger {
    border-color: #ebccd1
}

    .bootstrap-yop .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .bootstrap-yop .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1
        }

    .bootstrap-yop .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1
    }

.bootstrap-yop .panel-info {
    border-color: #bce8f1
}

    .bootstrap-yop .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .bootstrap-yop .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1
        }

    .bootstrap-yop .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1
    }

.bootstrap-yop .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .bootstrap-yop .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.bootstrap-yop .well-lg {
    padding: 24px;
    border-radius: 6px
}

.bootstrap-yop .well-sm {
    padding: 9px;
    border-radius: 3px
}

.bootstrap-yop .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

    .bootstrap-yop .close:focus, .bootstrap-yop .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

.bootstrap-yop button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.bootstrap-yop .modal-open {
    overflow: hidden
}

.bootstrap-yop .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

    .bootstrap-yop .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .bootstrap-yop .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

.bootstrap-yop .modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.bootstrap-yop .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box
}

.bootstrap-yop .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

    .bootstrap-yop .modal-backdrop.fade {
        opacity: 0
    }

    .bootstrap-yop .modal-backdrop.in {
        opacity: .5
    }

.bootstrap-yop .modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .bootstrap-yop .modal-header .close {
        margin-top: -2px
    }

.bootstrap-yop .modal-title {
    margin: 0;
    line-height: 1.428571429
}

.bootstrap-yop .modal-body {
    position: relative;
    padding: 20px
}

.bootstrap-yop .modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .bootstrap-yop .modal-footer:after, .bootstrap-yop .modal-footer:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .modal-footer:after {
        clear: both
    }

    .bootstrap-yop .modal-footer:after, .bootstrap-yop .modal-footer:before {
        display: table;
        content: " "
    }

    .bootstrap-yop .modal-footer:after {
        clear: both
    }

    .bootstrap-yop .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .bootstrap-yop .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .bootstrap-yop .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media screen and (min-width:768px) {
    .bootstrap-yop .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .bootstrap-yop .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }
}

.bootstrap-yop .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    visibility: visible
}

    .bootstrap-yop .tooltip.in {
        opacity: .9
    }

    .bootstrap-yop .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .bootstrap-yop .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .bootstrap-yop .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .bootstrap-yop .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.bootstrap-yop .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.bootstrap-yop .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.bootstrap-yop .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.bootstrap-yop .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.bootstrap-yop .tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.bootstrap-yop .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.bootstrap-yop .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.bootstrap-yop .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.bootstrap-yop .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.bootstrap-yop .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.bootstrap-yop .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box
}

    .bootstrap-yop .popover.top {
        margin-top: -10px
    }

    .bootstrap-yop .popover.right {
        margin-left: 10px
    }

    .bootstrap-yop .popover.bottom {
        margin-top: 10px
    }

    .bootstrap-yop .popover.left {
        margin-left: -10px
    }

.bootstrap-yop .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.bootstrap-yop .popover-content {
    padding: 9px 14px
}

.bootstrap-yop .popover .arrow, .bootstrap-yop .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.bootstrap-yop .popover .arrow {
    border-width: 11px
}

    .bootstrap-yop .popover .arrow:after {
        border-width: 10px;
        content: ""
    }

.bootstrap-yop .popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .bootstrap-yop .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: " "
    }

.bootstrap-yop .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .bootstrap-yop .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " "
    }

.bootstrap-yop .popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0
}

    .bootstrap-yop .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
        content: " "
    }

.bootstrap-yop .popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0
}

    .bootstrap-yop .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
        content: " "
    }

.bootstrap-yop .carousel {
    position: relative
}

.bootstrap-yop .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .bootstrap-yop .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .bootstrap-yop .carousel-inner > .item > a > img, .bootstrap-yop .carousel-inner > .item > img {
            display: block;
            height: auto;
            max-width: 100%;
            line-height: 1
        }

    .bootstrap-yop .carousel-inner > .active, .bootstrap-yop .carousel-inner > .next, .bootstrap-yop .carousel-inner > .prev {
        display: block
    }

    .bootstrap-yop .carousel-inner > .active {
        left: 0
    }

    .bootstrap-yop .carousel-inner > .next, .bootstrap-yop .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .bootstrap-yop .carousel-inner > .next {
        left: 100%
    }

    .bootstrap-yop .carousel-inner > .prev {
        left: -100%
    }

        .bootstrap-yop .carousel-inner > .next.left, .bootstrap-yop .carousel-inner > .prev.right {
            left: 0
        }

    .bootstrap-yop .carousel-inner > .active.left {
        left: -100%
    }

    .bootstrap-yop .carousel-inner > .active.right {
        left: 100%
    }

.bootstrap-yop .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5
}

    .bootstrap-yop .carousel-control.left {
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x
    }

    .bootstrap-yop .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x
    }

    .bootstrap-yop .carousel-control:focus, .bootstrap-yop .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .bootstrap-yop .carousel-control .glyphicon-chevron-left, .bootstrap-yop .carousel-control .glyphicon-chevron-right, .bootstrap-yop .carousel-control .icon-next, .bootstrap-yop .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .bootstrap-yop .carousel-control .glyphicon-chevron-left, .bootstrap-yop .carousel-control .icon-prev {
        left: 50%
    }

    .bootstrap-yop .carousel-control .glyphicon-chevron-right, .bootstrap-yop .carousel-control .icon-next {
        right: 50%
    }

    .bootstrap-yop .carousel-control .icon-next, .bootstrap-yop .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif
    }

        .bootstrap-yop .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .bootstrap-yop .carousel-control .icon-next:before {
            content: '\203a'
        }

.bootstrap-yop .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .bootstrap-yop .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .bootstrap-yop .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.bootstrap-yop .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .bootstrap-yop .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .bootstrap-yop .carousel-control .glyphicons-chevron-left, .bootstrap-yop .carousel-control .glyphicons-chevron-right, .bootstrap-yop .carousel-control .icon-next, .bootstrap-yop .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .bootstrap-yop .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .bootstrap-yop .carousel-indicators {
        bottom: 20px
    }
}

.bootstrap-yop .clearfix:after, .bootstrap-yop .clearfix:before {
    display: table;
    content: " "
}

.bootstrap-yop .clearfix:after {
    clear: both
}

.bootstrap-yop .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.bootstrap-yop .pull-right {
    float: right !important
}

.bootstrap-yop .pull-left {
    float: left !important
}

.bootstrap-yop .hide {
    display: none !important
}

.bootstrap-yop .show {
    display: block !important
}

.bootstrap-yop .invisible {
    visibility: hidden
}

.bootstrap-yop .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.bootstrap-yop .hidden {
    display: none !important;
    visibility: hidden !important
}

.bootstrap-yop .affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.bootstrap-yop .visible-xs, .bootstrap-yop td.visible-xs, .bootstrap-yop th.visible-xs, .bootstrap-yop tr.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .bootstrap-yop .visible-xs {
        display: block !important
    }

    .bootstrap-yop table.visible-xs {
        display: table
    }

    .bootstrap-yop tr.visible-xs {
        display: table-row !important
    }

    .bootstrap-yop td.visible-xs, .bootstrap-yop th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .visible-xs.visible-sm {
        display: block !important
    }

    .bootstrap-yop table.visible-xs.visible-sm {
        display: table
    }

    .bootstrap-yop tr.visible-xs.visible-sm {
        display: table-row !important
    }

    .bootstrap-yop td.visible-xs.visible-sm, .bootstrap-yop th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .visible-xs.visible-md {
        display: block !important
    }

    .bootstrap-yop table.visible-xs.visible-md {
        display: table
    }

    .bootstrap-yop tr.visible-xs.visible-md {
        display: table-row !important
    }

    .bootstrap-yop td.visible-xs.visible-md, .bootstrap-yop th.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .visible-xs.visible-lg {
        display: block !important
    }

    .bootstrap-yop table.visible-xs.visible-lg {
        display: table
    }

    .bootstrap-yop tr.visible-xs.visible-lg {
        display: table-row !important
    }

    .bootstrap-yop td.visible-xs.visible-lg, .bootstrap-yop th.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.bootstrap-yop .visible-sm, .bootstrap-yop td.visible-sm, .bootstrap-yop th.visible-sm, .bootstrap-yop tr.visible-sm {
    display: none !important
}

@media (max-width:767px) {
    .bootstrap-yop .visible-sm.visible-xs {
        display: block !important
    }

    .bootstrap-yop table.visible-sm.visible-xs {
        display: table
    }

    .bootstrap-yop tr.visible-sm.visible-xs {
        display: table-row !important
    }

    .bootstrap-yop td.visible-sm.visible-xs, .bootstrap-yop th.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .visible-sm {
        display: block !important
    }

    .bootstrap-yop table.visible-sm {
        display: table
    }

    .bootstrap-yop tr.visible-sm {
        display: table-row !important
    }

    .bootstrap-yop td.visible-sm, .bootstrap-yop th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .visible-sm.visible-md {
        display: block !important
    }

    .bootstrap-yop table.visible-sm.visible-md {
        display: table
    }

    .bootstrap-yop tr.visible-sm.visible-md {
        display: table-row !important
    }

    .bootstrap-yop td.visible-sm.visible-md, .bootstrap-yop th.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .visible-sm.visible-lg {
        display: block !important
    }

    .bootstrap-yop table.visible-sm.visible-lg {
        display: table
    }

    .bootstrap-yop tr.visible-sm.visible-lg {
        display: table-row !important
    }

    .bootstrap-yop td.visible-sm.visible-lg, .bootstrap-yop th.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.bootstrap-yop .visible-md, .bootstrap-yop td.visible-md, .bootstrap-yop th.visible-md, .bootstrap-yop tr.visible-md {
    display: none !important
}

@media (max-width:767px) {
    .bootstrap-yop .visible-md.visible-xs {
        display: block !important
    }

    .bootstrap-yop table.visible-md.visible-xs {
        display: table
    }

    .bootstrap-yop tr.visible-md.visible-xs {
        display: table-row !important
    }

    .bootstrap-yop td.visible-md.visible-xs, .bootstrap-yop th.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .visible-md.visible-sm {
        display: block !important
    }

    .bootstrap-yop table.visible-md.visible-sm {
        display: table
    }

    .bootstrap-yop tr.visible-md.visible-sm {
        display: table-row !important
    }

    .bootstrap-yop td.visible-md.visible-sm, .bootstrap-yop th.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .visible-md {
        display: block !important
    }

    .bootstrap-yop table.visible-md {
        display: table
    }

    .bootstrap-yop tr.visible-md {
        display: table-row !important
    }

    .bootstrap-yop td.visible-md, .bootstrap-yop th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .visible-md.visible-lg {
        display: block !important
    }

    .bootstrap-yop table.visible-md.visible-lg {
        display: table
    }

    .bootstrap-yop tr.visible-md.visible-lg {
        display: table-row !important
    }

    .bootstrap-yop td.visible-md.visible-lg, .bootstrap-yop th.visible-md.visible-lg {
        display: table-cell !important
    }
}

.bootstrap-yop .visible-lg, .bootstrap-yop td.visible-lg, .bootstrap-yop th.visible-lg, .bootstrap-yop tr.visible-lg {
    display: none !important
}

@media (max-width:767px) {
    .bootstrap-yop .visible-lg.visible-xs {
        display: block !important
    }

    .bootstrap-yop table.visible-lg.visible-xs {
        display: table
    }

    .bootstrap-yop tr.visible-lg.visible-xs {
        display: table-row !important
    }

    .bootstrap-yop td.visible-lg.visible-xs, .bootstrap-yop th.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .visible-lg.visible-sm {
        display: block !important
    }

    .bootstrap-yop table.visible-lg.visible-sm {
        display: table
    }

    .bootstrap-yop tr.visible-lg.visible-sm {
        display: table-row !important
    }

    .bootstrap-yop td.visible-lg.visible-sm, .bootstrap-yop th.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .visible-lg.visible-md {
        display: block !important
    }

    .bootstrap-yop table.visible-lg.visible-md {
        display: table
    }

    .bootstrap-yop tr.visible-lg.visible-md {
        display: table-row !important
    }

    .bootstrap-yop td.visible-lg.visible-md, .bootstrap-yop th.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .visible-lg {
        display: block !important
    }

    .bootstrap-yop table.visible-lg {
        display: table
    }

    .bootstrap-yop tr.visible-lg {
        display: table-row !important
    }

    .bootstrap-yop td.visible-lg, .bootstrap-yop th.visible-lg {
        display: table-cell !important
    }
}

.bootstrap-yop .hidden-xs {
    display: block !important
}

.bootstrap-yop table.hidden-xs {
    display: table
}

.bootstrap-yop tr.hidden-xs {
    display: table-row !important
}

.bootstrap-yop td.hidden-xs, .bootstrap-yop th.hidden-xs {
    display: table-cell !important
}

@media (max-width:767px) {
    .bootstrap-yop .hidden-xs, .bootstrap-yop td.hidden-xs, .bootstrap-yop th.hidden-xs, .bootstrap-yop tr.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .hidden-xs.hidden-sm, .bootstrap-yop td.hidden-xs.hidden-sm, .bootstrap-yop th.hidden-xs.hidden-sm, .bootstrap-yop tr.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .hidden-xs.hidden-md, .bootstrap-yop td.hidden-xs.hidden-md, .bootstrap-yop th.hidden-xs.hidden-md, .bootstrap-yop tr.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .hidden-xs.hidden-lg, .bootstrap-yop td.hidden-xs.hidden-lg, .bootstrap-yop th.hidden-xs.hidden-lg, .bootstrap-yop tr.hidden-xs.hidden-lg {
        display: none !important
    }
}

.bootstrap-yop .hidden-sm {
    display: block !important
}

.bootstrap-yop table.hidden-sm {
    display: table
}

.bootstrap-yop tr.hidden-sm {
    display: table-row !important
}

.bootstrap-yop td.hidden-sm, .bootstrap-yop th.hidden-sm {
    display: table-cell !important
}

@media (max-width:767px) {
    .bootstrap-yop .hidden-sm.hidden-xs, .bootstrap-yop td.hidden-sm.hidden-xs, .bootstrap-yop th.hidden-sm.hidden-xs, .bootstrap-yop tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .hidden-sm, .bootstrap-yop td.hidden-sm, .bootstrap-yop th.hidden-sm, .bootstrap-yop tr.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .hidden-sm.hidden-md, .bootstrap-yop td.hidden-sm.hidden-md, .bootstrap-yop th.hidden-sm.hidden-md, .bootstrap-yop tr.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .hidden-sm.hidden-lg, .bootstrap-yop td.hidden-sm.hidden-lg, .bootstrap-yop th.hidden-sm.hidden-lg, .bootstrap-yop tr.hidden-sm.hidden-lg {
        display: none !important
    }
}

.bootstrap-yop .hidden-md {
    display: block !important
}

.bootstrap-yop table.hidden-md {
    display: table
}

.bootstrap-yop tr.hidden-md {
    display: table-row !important
}

.bootstrap-yop td.hidden-md, .bootstrap-yop th.hidden-md {
    display: table-cell !important
}

@media (max-width:767px) {
    .bootstrap-yop .hidden-md.hidden-xs, .bootstrap-yop td.hidden-md.hidden-xs, .bootstrap-yop th.hidden-md.hidden-xs, .bootstrap-yop tr.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .hidden-md.hidden-sm, .bootstrap-yop td.hidden-md.hidden-sm, .bootstrap-yop th.hidden-md.hidden-sm, .bootstrap-yop tr.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .hidden-md, .bootstrap-yop td.hidden-md, .bootstrap-yop th.hidden-md, .bootstrap-yop tr.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .hidden-md.hidden-lg, .bootstrap-yop td.hidden-md.hidden-lg, .bootstrap-yop th.hidden-md.hidden-lg, .bootstrap-yop tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.bootstrap-yop .hidden-lg {
    display: block !important
}

.bootstrap-yop table.hidden-lg {
    display: table
}

.bootstrap-yop tr.hidden-lg {
    display: table-row !important
}

.bootstrap-yop td.hidden-lg, .bootstrap-yop th.hidden-lg {
    display: table-cell !important
}

@media (max-width:767px) {
    .bootstrap-yop .hidden-lg.hidden-xs, .bootstrap-yop td.hidden-lg.hidden-xs, .bootstrap-yop th.hidden-lg.hidden-xs, .bootstrap-yop tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bootstrap-yop .hidden-lg.hidden-sm, .bootstrap-yop td.hidden-lg.hidden-sm, .bootstrap-yop th.hidden-lg.hidden-sm, .bootstrap-yop tr.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bootstrap-yop .hidden-lg.hidden-md, .bootstrap-yop td.hidden-lg.hidden-md, .bootstrap-yop th.hidden-lg.hidden-md, .bootstrap-yop tr.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .bootstrap-yop .hidden-lg, .bootstrap-yop td.hidden-lg, .bootstrap-yop th.hidden-lg, .bootstrap-yop tr.hidden-lg {
        display: none !important
    }
}

.bootstrap-yop .visible-print, .bootstrap-yop td.visible-print, .bootstrap-yop th.visible-print, .bootstrap-yop tr.visible-print {
    display: none !important
}

@media print {
    .bootstrap-yop .visible-print {
        display: block !important
    }

    .bootstrap-yop table.visible-print {
        display: table
    }

    .bootstrap-yop tr.visible-print {
        display: table-row !important
    }

    .bootstrap-yop td.visible-print, .bootstrap-yop th.visible-print {
        display: table-cell !important
    }

    .bootstrap-yop .hidden-print, .bootstrap-yop td.hidden-print, .bootstrap-yop th.hidden-print, .bootstrap-yop tr.hidden-print {
        display: none !important
    }
}

.bootstrap-yop .btn-danger, .bootstrap-yop .btn-default, .bootstrap-yop .btn-info, .bootstrap-yop .btn-primary, .bootstrap-yop .btn-success, .bootstrap-yop .btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}

    .bootstrap-yop .btn-danger.active, .bootstrap-yop .btn-danger:active, .bootstrap-yop .btn-default.active, .bootstrap-yop .btn-default:active, .bootstrap-yop .btn-info.active, .bootstrap-yop .btn-info:active, .bootstrap-yop .btn-primary.active, .bootstrap-yop .btn-primary:active, .bootstrap-yop .btn-success.active, .bootstrap-yop .btn-success:active, .bootstrap-yop .btn-warning.active, .bootstrap-yop .btn-warning:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

.bootstrap-yop .btn.active, .bootstrap-yop .btn:active {
    background-image: none
}

.bootstrap-yop .btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}

    .bootstrap-yop .btn-default:focus, .bootstrap-yop .btn-default:hover {
        background-color: #e0e0e0;
        background-position: 0 -15px
    }

    .bootstrap-yop .btn-default.active, .bootstrap-yop .btn-default:active {
        background-color: #e0e0e0;
        border-color: #dbdbdb
    }

.bootstrap-yop .btn-primary {
    background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a
}

    .bootstrap-yop .btn-primary:focus, .bootstrap-yop .btn-primary:hover {
        background-color: #2d6ca2;
        background-position: 0 -15px
    }

    .bootstrap-yop .btn-primary.active, .bootstrap-yop .btn-primary:active {
        background-color: #2d6ca2;
        border-color: #2b669a
    }

.bootstrap-yop .btn-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

    .bootstrap-yop .btn-success:focus, .bootstrap-yop .btn-success:hover {
        background-color: #419641;
        background-position: 0 -15px
    }

    .bootstrap-yop .btn-success.active, .bootstrap-yop .btn-success:active {
        background-color: #419641;
        border-color: #3e8f3e
    }

.bootstrap-yop .btn-warning {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13
}

    .bootstrap-yop .btn-warning:focus, .bootstrap-yop .btn-warning:hover {
        background-color: #eb9316;
        background-position: 0 -15px
    }

    .bootstrap-yop .btn-warning.active, .bootstrap-yop .btn-warning:active {
        background-color: #eb9316;
        border-color: #e38d13
    }

.bootstrap-yop .btn-danger {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28
}

    .bootstrap-yop .btn-danger:focus, .bootstrap-yop .btn-danger:hover {
        background-color: #c12e2a;
        background-position: 0 -15px
    }

    .bootstrap-yop .btn-danger.active, .bootstrap-yop .btn-danger:active {
        background-color: #c12e2a;
        border-color: #b92c28
    }

.bootstrap-yop .btn-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

    .bootstrap-yop .btn-info:focus, .bootstrap-yop .btn-info:hover {
        background-color: #2aabd2;
        background-position: 0 -15px
    }

    .bootstrap-yop .btn-info.active, .bootstrap-yop .btn-info:active {
        background-color: #2aabd2;
        border-color: #28a4c9
    }

.bootstrap-yop .img-thumbnail, .bootstrap-yop .thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.bootstrap-yop .dropdown-menu > li > a:focus, .bootstrap-yop .dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .dropdown-menu > .active > a, .bootstrap-yop .dropdown-menu > .active > a:focus, .bootstrap-yop .dropdown-menu > .active > a:hover {
    background-color: #357ebd;
    background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .navbar-default {
    background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)
}

    .bootstrap-yop .navbar-default .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
        background-image: linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.075)
    }

.bootstrap-yop .navbar-brand, .bootstrap-yop .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255,255,255,.25)
}

.bootstrap-yop .navbar-inverse {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    background-repeat: repeat-x
}

    .bootstrap-yop .navbar-inverse .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top,#222 0,#282828 100%);
        background-image: linear-gradient(to bottom,#222 0,#282828 100%);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.25)
    }

    .bootstrap-yop .navbar-inverse .navbar-brand, .bootstrap-yop .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

.bootstrap-yop .navbar-fixed-bottom, .bootstrap-yop .navbar-fixed-top, .bootstrap-yop .navbar-static-top {
    border-radius: 0
}

.bootstrap-yop .alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)
}

.bootstrap-yop .alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.bootstrap-yop .alert-info {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.bootstrap-yop .alert-warning {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e
}

.bootstrap-yop .alert-danger {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7
}

.bootstrap-yop .progress {
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .progress-bar {
    background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .progress-bar-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .progress-bar-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .progress-bar-warning {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .progress-bar-danger {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.bootstrap-yop .list-group-item.active, .bootstrap-yop .list-group-item.active:focus, .bootstrap-yop .list-group-item.active:hover {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#3278b3 100%);
    background-repeat: repeat-x;
    border-color: #3278b3
}

.bootstrap-yop .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05)
}

.bootstrap-yop .panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    background-repeat: repeat-x
}

.bootstrap-yop .well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)
}

.bootstrap-yop .btn-light {
    color: #111;
    background-color: #fff;
    border-color: #ccc
}

    .bootstrap-yop .btn-light:hover {
        color: #111;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .bootstrap-yop .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 3px rgba(248,249,250,.5)
    }

    .bootstrap-yop .btn-light.disabled, .btn-light:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .bootstrap-yop .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        background-color: #e2e6ea;
        background-image: none;
        border-color: #dae0e5
    }
/*! visualCaptcha - v0.0.8 - 2016-01-23
* http://visualcaptcha.net
* Copyright (c) 2016 emotionLoop; Licensed MIT */

.basic-yop-poll-container .visualCaptcha {
    margin-bottom: 20px;
    min-height: 120px
}

@media only screen and (min-width:750px) {
    .basic-yop-poll-container .visualCaptcha {
        margin-bottom: 20px
    }
}

.basic-yop-poll-container .visualCaptcha * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.basic-yop-poll-container .visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width:360px) {
    .basic-yop-poll-container .visualCaptcha .audioField {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:360px) {
    .basic-yop-poll-container .visualCaptcha .audioField {
        width: 240px;
        float: left
    }
}

.basic-yop-poll-container .accessibility-description, .basic-yop-poll-container .status.valid, .basic-yop-poll-container .visualCaptcha-explanation {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #c1f7e8;
    padding: 10px;
    text-align: center;
    font-family: Oxygen,sans-serif;
    font-size: 18px;
    color: #219589;
    font-weight: 100;
    margin: 20px 0 24px
}

@media only screen and (max-width:360px) {
    .basic-yop-poll-container .accessibility-description, .basic-yop-poll-container .status.valid, .basic-yop-poll-container .visualCaptcha-explanation {
        font-size: 16px
    }
}

.basic-yop-poll-container .visualCaptcha-accessibility-button, .basic-yop-poll-container .visualCaptcha-button-group, .basic-yop-poll-container .visualCaptcha-possibilities, .basic-yop-poll-container .visualCaptcha-refresh-button {
    display: inline-block
}

.basic-yop-poll-container .visualCaptcha-possibilities {
    vertical-align: middle
}

@media only screen and (min-width:750px) {
    .basic-yop-poll-container .visualCaptcha-possibilities {
        margin-right: 15px
    }
}

.basic-yop-poll-container .visualCaptcha-possibilities .img {
    padding: 4px;
    border: 1px solid #fff;
    display: inline-block
}

@media only screen and (min-width:750px) {
    .basic-yop-poll-container .visualCaptcha-possibilities .img {
        padding: 10px;
        border: 3px solid #fff
    }
}

.basic-yop-poll-container .visualCaptcha-possibilities img {
    width: 32px;
    height: 32px;
    z-index: 5;
    transition: all .2s;
    -webkit-transition: all .2s
}

    .basic-yop-poll-container .visualCaptcha-possibilities img:hover {
        cursor: pointer
    }

@media only screen and (max-width:360px) {
    .basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-button-group {
        text-align: center;
        margin-top: 15px
    }
}

@media only screen and (min-width:750px) {
    .basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-button-group {
        float: right
    }
}

.basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-selected {
    background-color: #c1f7e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    border: 1px dashed #099a9f
}

@media only screen and (min-width:750px) {
    .basic-yop-poll-container .visualCaptcha-possibilities .visualCaptcha-selected {
        padding: 10px;
        border: 3px dashed #099a9f
    }
}

.basic-yop-poll-container .visualCaptcha-accessibility-button, .basic-yop-poll-container .visualCaptcha-refresh-button {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center
}

.basic-yop-poll-container .visualCaptcha-refresh-button {
    margin-right: 10px
}

    .basic-yop-poll-container .visualCaptcha-refresh-button img {
        width: 16px;
        height: 16px
    }

    .basic-yop-poll-container .visualCaptcha-refresh-button:hover {
        cursor: pointer
    }

.basic-yop-poll-container .visualCaptcha-accessibility-button img {
    width: 16px;
    height: 16px
}

.basic-yop-poll-container .visualCaptcha-accessibility-button:hover {
    cursor: pointer
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.basic-yop-poll-container div.visualCaptcha .visualCaptcha-show {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

.basic-yop-poll-container div.visualCaptcha .visualCaptcha-hide {
    display: none !important;
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s
}

.basic-yop-poll-container .accessibility-description, .basic-yop-poll-container .status.valid, .basic-yop-poll-container .visualCaptcha-explanation {
    background-color: #eee;
    color: grey
}

.basic-yop-poll-container .entry-content .visualCaptcha-possibilities a {
    color: transparent
}

    .basic-yop-poll-container .entry-content .visualCaptcha-possibilities a img {
        display: inline
    }

.basic-yop-poll-container .visualCaptcha-button-group {
    padding: 0;
    vertical-align: middle
}

.basic-yop-poll-container .visualCaptcha-accessibility-button, .basic-yop-poll-container .visualCaptcha-refresh-button {
    background-color: transparent;
    border: 2px solid #d3d3d3
}

.basic-yop-poll-container .visualCaptcha-possibilities .img {
    margin: .1em
}

    .basic-yop-poll-container .visualCaptcha-possibilities .img a {
        background-color: transparent;
        border: 2px solid transparent;
        border-radius: 2px;
        padding: .35em
    }

        .basic-yop-poll-container .visualCaptcha-possibilities .img a.visualCaptcha-selected {
            background-color: #eee;
            border: 2px solid #000
        }

.basic-yop-poll-container .basic-captcha.visualCaptcha a:focus {
    text-decoration: none !important
}

    .basic-yop-poll-container .basic-captcha.visualCaptcha a:focus img {
        outline: 0 !important
    }

.basic-yop-poll-container .basic-captcha .visualCaptcha-button-group, .basic-yop-poll-container .basic-captcha .visualCaptcha-possibilities {
    width: 100%;
    text-align: center
}

.basic-yop-poll-container .basic-captcha .visualCaptcha-button-group {
    margin-top: 10px
}

.basic-windows8 {
    position: absolute;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

    .basic-windows8 .basic-wBall {
        position: absolute;
        width: 74px;
        height: 74px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 6.96s infinite;
        -o-animation: orbit 6.96s infinite;
        -ms-animation: orbit 6.96s infinite;
        -webkit-animation: orbit 6.96s infinite;
        -moz-animation: orbit 6.96s infinite
    }

        .basic-windows8 .basic-wBall .basic-wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: #dedede;
            left: 0;
            top: 0;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px
        }

    .basic-windows8 .basic-wBall_1 {
        animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s
    }

    .basic-windows8 .basic-wBall_2 {
        animation-delay: .3s;
        -o-animation-delay: .3s;
        -ms-animation-delay: .3s;
        -webkit-animation-delay: .3s;
        -moz-animation-delay: .3s
    }

    .basic-windows8 .basic-wBall_3 {
        animation-delay: .61s;
        -o-animation-delay: .61s;
        -ms-animation-delay: .61s;
        -webkit-animation-delay: .61s;
        -moz-animation-delay: .61s
    }

    .basic-windows8 .basic-wBall_4 {
        animation-delay: .91s;
        -o-animation-delay: .91s;
        -ms-animation-delay: .91s;
        -webkit-animation-delay: .91s;
        -moz-animation-delay: .91s
    }

    .basic-windows8 .basic-wBall_5 {
        animation-delay: 1.22s;
        -o-animation-delay: 1.22s;
        -ms-animation-delay: 1.22s;
        -webkit-animation-delay: 1.22s;
        -moz-animation-delay: 1.22s
    }

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out
    }

    100%,76% {
        opacity: 0;
        transform: rotate(900deg)
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out
    }

    100%,76% {
        opacity: 0;
        -o-transform: rotate(900deg)
    }
}

@-ms-keyframes orbit {
    39%,7% {
        -ms-animation-timing-function: linear
    }

    0%,70%,75% {
        opacity: 1;
        -ms-animation-timing-function: ease-out
    }

    100%,75%,76% {
        -ms-transform: rotate(900deg)
    }

    0% {
        z-index: 99;
        -ms-transform: rotate(180deg)
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg)
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg)
    }

    70% {
        -ms-transform: rotate(770deg)
    }

    100%,76% {
        opacity: 0
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out
    }

    100%,76% {
        opacity: 0;
        -webkit-transform: rotate(900deg)
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out
    }

    100%,76% {
        opacity: 0;
        -moz-transform: rotate(900deg)
    }
}

.basic-yop-poll-container {
    background-color: #fff;
    border: thin solid #000;
    margin-bottom: 15px
}

    .basic-yop-poll-container .basic-inner {
        padding: 10px 10px
    }

    .basic-yop-poll-container .basic-message {
        font-size: 12px;
        padding: 10px;
        background-color: rgba(255,255,255,.75);
        border-left: 10px solid red;
        color: #333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .basic-yop-poll-container .basic-message p {
            margin: 0 0 0
        }

.basic-gdpr {
    margin-top: 15px;
    margin-bottom: 25px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .basic-gdpr label {
        font-weight: 400;
        margin-bottom: 0
    }

.basic-yop-poll-container .basic-chart-container {
    margin-top: 15px
}

.basic-yop-poll-container .basic-overlay {
    background: rgba(0,0,0,.5);
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 100000
}

.basic-yop-poll-container .basic-vote-options .btn {
    margin: 10px 0;
    background-image: none;
    color: #fff;
    border: thin solid transparent;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 200px;
    padding-right: 15px;
    padding-left: 15px
}

.basic-yop-poll-container .basic-vote-options i, .basic-yop-poll-container .basic-vote-options svg {
    margin-right: 5px
}

.basic-yop-poll-container .basic-wordpress button.btn {
    background-color: #333
}

.basic-yop-poll-container .basic-facebook button.btn {
    background-color: #3b5998
}

.basic-yop-poll-container .basic-google button.btn {
    background-color: #db4437
}

.basic-yop-poll-container .basic-anonymous button.btn {
    background-color: #777
}

.basic-yop-poll-container .basic-vote-options .btn:focus, .basic-yop-poll-container .basic-vote-options .btn:hover {
    background-color: #e0e0e0;
    color: #555
}

.basic-yop-poll-container .basic-vote-options {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.basic-yop-poll-container .basic-custom-field, .basic-yop-poll-container .basic-question {
    margin-top: 15px
}

.basic-yop-poll-container .basic-question-title h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px
}

.basic-yop-poll-container ul.basic-answers {
    padding-left: 0;
    margin-left: 0
}

    .basic-yop-poll-container ul.basic-answers li.basic-answer {
        line-height: 1.4;
        margin-left: 0
    }

    .basic-yop-poll-container ul.basic-answers, .basic-yop-poll-container ul.basic-answers li, .basic-yop-poll-container ul.basic-answers-results, .basic-yop-poll-container ul.basic-answers-results li {
        list-style: none
    }

.basic-yop-poll-container .basic-h-answers li, .basic-yop-poll-container .basic-h-results-answers li {
    float: left
}

.basic-yop-poll-container .basic-answer {
    margin-top: 15px;
    margin-bottom: 15px
}

    .basic-yop-poll-container .basic-answer input {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .basic-yop-poll-container .basic-answer .basic-answer-content, .basic-yop-poll-container .basic-answer .progress {
        margin-right: 10px
    }

    .basic-yop-poll-container .basic-answer:last-child .basic-answer-content, .basic-yop-poll-container .basic-answer:last-child .progress {
        margin-right: 0
    }

    .basic-yop-poll-container .basic-answer label.basic-text {
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .basic-yop-poll-container .basic-answer .progress {
        margin-top: 5px;
        margin-bottom: 0;
        background-image: none;
        background-color: transparent;
        box-shadow: none
    }

    .basic-yop-poll-container .basic-answer .progress-bar {
        border-radius: 4px
    }

    .basic-yop-poll-container .basic-answer .basic-vertical-image {
        display: inline-block
    }

    .basic-yop-poll-container .basic-answer .basic-answer-results-details, .basic-yop-poll-container .basic-answer .basic-answer-total-votes, .basic-yop-poll-container .basic-answer .basic-text {
        font-size: 14px;
        color: #333;
        margin-bottom: 0;
        font-weight: 400
    }

    .basic-yop-poll-container .basic-answer .basic-answer-results-details {
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .basic-yop-poll-container .basic-answer .basic-answer-total-votes {
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px
    }

.basic-yop-poll-container .basic-text-horizontal, .basic-yop-poll-container .basic-text-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.basic-yop-poll-container .basic-answer .basic-input-text {
    margin-left: -15px;
    margin-bottom: 10px
}

.basic-yop-poll-container .basic-custom-field input.basic-input-text {
    margin-bottom: 10px;
    margin-left: -15px
}

.basic-yop-poll-container .basic-custom-field-title {
    padding-bottom: 5px
}

    .basic-yop-poll-container .basic-custom-field-title label {
        font-weight: 400;
        font-size: 16px
    }

.basic-yop-poll-container .basic-text-block {
    margin-top: 15px
}

.basic-yop-poll-container .basic-vote {
    display: block;
    margin-right: -15px;
    margin-bottom: 15px
}

    .basic-yop-poll-container .basic-vote a {
        display: inline-block;
        margin-right: 15px;
        height: auto;
        line-height: normal
    }

    .basic-yop-poll-container .basic-vote a {
        box-shadow: none
    }

.basic-yop-poll-container .basic-stats {
    margin: 15px auto 25px
}

.basic-yop-poll-container a.basic-back-to-vote-button, .basic-yop-poll-container a.basic-results-button, .basic-yop-poll-container a.basic-vote-button {
    padding: 8px 20px;
    background: #ee7600;
    color: #fff;
    font-size: 20px
}

.basic-yop-poll-container a.basic-back-to-vote-button, .basic-yop-poll-container a.basic-results-button {
    color: #ee7600;
    font-weight: 400;
    background: 0 0
}

    .basic-yop-poll-container a.basic-back-to-vote-button:active, .basic-yop-poll-container a.basic-back-to-vote-button:focus, .basic-yop-poll-container a.basic-back-to-vote-button:hover, .basic-yop-poll-container a.basic-results-button:active, .basic-yop-poll-container a.basic-results-button:focus, .basic-yop-poll-container a.basic-results-button:hover, .basic-yop-poll-container a.basic-vote-button:active, .basic-yop-poll-container a.basic-vote-button:focus, .basic-yop-poll-container a.basic-vote-button:hover {
        outline: 0;
        text-decoration: none !important
    }

.basic-yop-poll-container .basic-answers-results .basic-answer-content {
    color: #333
}

.basic-yop-poll-container .basic-answers-results .progress {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 15px;
    height: 20px
}

    .basic-yop-poll-container .basic-answers-results .progress .progress-bar {
        border-radius: 4px
    }

.basic-yop-poll-container input[type=checkbox], .basic-yop-poll-container input[type=radio] {
    margin-right: 10px
}

.basic-yop-poll-container .basic-media-list {
    margin-left: -5px;
    margin-right: -5px
}

    .basic-yop-poll-container .basic-media-list .basic-answer {
        margin-bottom: 0
    }

.basic-vertical-video {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.basic-yop-poll-container .media-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .basic-yop-poll-container .media-description p {
        margin-bottom: 0
    }

.basic-yop-poll-container .basic-answer-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basic-yop-poll-container .basic-horizontal-image .results-details, .basic-yop-poll-container .basic-horizontal-video .results-details, .basic-yop-poll-container .basic-vertical-image .results-details, .basic-yop-poll-container .basic-vertical-video .results-details {
    margin-left: 0
}

.basic-yop-poll-container .basic-embed-responsive, .basic-yop-poll-container .basic-media img {
    margin-bottom: 15px
}

.basic-yop-poll-container .basic-media-list .basic-horizontal-image {
    display: inline-block;
    margin-right: 0;
    padding: 0 5px
}

.basic-yop-poll-container .basic-horizontal-video {
    display: block
}

.basic-yop-poll-container .basic-media-list .basic-columns-image {
    padding: 0 5px;
    margin-right: 0
}

.basic-yop-poll-container li.basic-answer[class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.basic-yop-poll-container li.basic-answer[class^=cols-] {
    position: relative;
    min-height: 1px;
    float: left
}

@media (min-width:992px) {
    .basic-yop-poll-container li.cols-5 {
        width: calc(100% / 5)
    }

    .basic-yop-poll-container li.cols-7 {
        width: calc(100% / 7)
    }

    .basic-yop-poll-container li.cols-8 {
        width: calc(100% / 8)
    }

    .basic-yop-poll-container li.cols-9 {
        width: calc(100% / 9)
    }

    .basic-yop-poll-container li.cols-10 {
        width: calc(100% / 10)
    }

    .basic-yop-poll-container li.cols-11 {
        width: calc(100% / 11)
    }
}

@media (max-width:575.98px) {
    .basic-yop-poll-container li.col-xs-6 {
        width: 100%
    }
}

.basic-yop-poll-container div[class^=iradio_] {
    margin-right: 10px
}

.basic-yop-poll-container div[class^=icheckbox_] {
    margin-right: 10px
}

.bootstrap-yop .visualCaptcha-button-group img {
    vertical-align: initial
}

.basic-yop-poll-container {
    position: relative !important;
    padding: 0 !important
}

    .basic-yop-poll-container .basic-vote-options {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        padding: 0 !important;
        top: unset !important;
        bottom: 15px !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        position: absolute !important
    }

    .basic-yop-poll-container .yop-poll-modal {
        display: none;
        position: fixed;
        z-index: 100001;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0,0,0,.4)
    }

        .basic-yop-poll-container .yop-poll-modal.active {
            display: block
        }

        .basic-yop-poll-container .yop-poll-modal .yop-poll-modal-content {
            background-color: #fefefe;
            margin: auto;
            border: 1px solid #888;
            width: 320px;
            padding-top: 5px
        }

            .basic-yop-poll-container .yop-poll-modal .yop-poll-modal-content.shake {
                animation: shake .2s cubic-bezier(.19,.49,.38,.79) both;
                animation-iteration-count: 1;
                animation-iteration-count: 3;
                transform: translateX(0)
            }

@keyframes shake {
    25% {
        transform: translateX(-20px)
    }

    75% {
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0)
    }
}

.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-header {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin-right: 5px
}

    .basic-yop-poll-container .yop-poll-modal .yop-poll-modal-header:focus, .basic-yop-poll-container .yop-poll-modal .yop-poll-modal-header:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

.basic-yop-poll-container .yop-poll-modal .yop-poll-modal-body {
    padding: 20px
}

.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group {
    text-align: left;
    padding-bottom: 15px
}

    .basic-yop-poll-container .yop-poll-modal .yop-poll-form-group.submit {
        text-align: right;
        padding-bottom: 0
    }

.basic-yop-poll-container .yop-poll-modal label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 400
}

    .basic-yop-poll-container .yop-poll-modal label.has-error {
        color: #db4437
    }

.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group input[type=password], .basic-yop-poll-container .yop-poll-modal .yop-poll-form-group input[type=text] {
    width: 100%;
    min-height: 40px;
    margin: 0 !important
}

.basic-yop-poll-container .yop-poll-modal .yop-poll-form-group button {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

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

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

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

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

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

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

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

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

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

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

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

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

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

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

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

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

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

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

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

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

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

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

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

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

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

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

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

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

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

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

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

.fa-arrows-alt:before {
    content: "\f0b2"
}

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

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

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

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

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

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

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

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

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

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

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

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

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

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

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

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

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

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

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

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

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

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

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

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

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

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

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

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

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

.fa-check-double:before {
    content: "\f560"
}

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

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

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

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

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

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

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

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

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

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

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

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

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

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

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

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

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

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

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

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

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

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

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

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

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

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

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

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

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

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

.fa-eye-dropper:before {
    content: "\f1fb"
}

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

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

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

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

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

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

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

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

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

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

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

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

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

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

.fa-folder-minus:before {
    content: "\f65d"
}

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

.fa-folder-plus:before {
    content: "\f65e"
}

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

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

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

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

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

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

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

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

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

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

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

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

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

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

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

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

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

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

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

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

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

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

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

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

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

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

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

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

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

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

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

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

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

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

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

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

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

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

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

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

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

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

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

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

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

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

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

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

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

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

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

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

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

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

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

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

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

.fa-question:before {
    content: "\f128"
}

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

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

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

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

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

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

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

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

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

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

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

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

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

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

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

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

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

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

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

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

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

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

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

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

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

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

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

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

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

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

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

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

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

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

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

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

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

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

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

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

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

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

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

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

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

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

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

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

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

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

.fa-volume-mute:before {
    content: "\f6a9"
}

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

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

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab, .far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.15.3/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

.rh-header .rh-container {
    background-color: #0066BF !important
}

.rh-cover {
    background: #0066BF !important
}

.entry-content .addthis_button, .entry-content .addthis_toolbox, .entry-header .addthis_button, .entry-header .addthis_toolbox {
    margin: 10px 0 10px 0
}

.addthis_button_tweet {
    min-width: 83px;
    float: left
}

.atwidget iframe {
    max-width: none
}

a.at-share-btn, a.at-share-btn:hover, div.addthis_native_toolbox a, div.addthis_native_toolbox a:hover, div.addthis_tool a, div.addthis_tool a:hover, div.addthis_toolbox a, div.addthis_toolbox a:hover {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

div.addthis_toolbox br {
    display: none
}
/*!
  * Plugin:	AAWP
  * URL:	https://getaawp.com
  * Name:	main.css
  */

.aawp-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.aawp-clearfix {
    display: inline-block
}

html[xmlns] .aawp-clearfix {
    display: block
}

* html .aawp-clearfix {
    height: 1%
}

#elementor-editor-wrapper .icon-aawp:before, .elementor-edit-area .icon-aawp:before {
    background-image: url(media/icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px
}

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

.aawp .aawp-button, .aawp-button {
    background-color: #fff;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding: 7px 12px 6px;
    text-align: center;
    text-decoration: none !important
}

    .aawp .aawp-button:hover, .aawp-button:hover {
        text-decoration: none !important
    }

    .aawp .aawp-button:active, .aawp .aawp-button:focus, .aawp-button:active, .aawp-button:focus {
        box-shadow: none;
        outline: none;
        text-decoration: none !important
    }

    .aawp .aawp-button:visited, .aawp-button:visited {
        color: #333 !important
    }

    .aawp .aawp-button:focus, .aawp .aawp-button:hover, .aawp-button:focus, .aawp-button:hover {
        background-color: #fafafa;
        border: 1px solid #ccc !important;
        color: #333 !important
    }

    .aawp .aawp-button.rounded, .aawp-button.rounded {
        border-radius: 3px
    }

    .aawp .aawp-button.shadow, .aawp-button.shadow {
        box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
    }

    .aawp .aawp-button.aawp-button--amazon, .aawp-button.aawp-button--amazon {
        background: #f0c14b;
        background: linear-gradient(180deg,#f7dfa5,#f0c14b) repeat scroll 0 0 transparent;
        border-color: #9c7e31 #90742d #786025 !important;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
        color: #111 !important
    }

        .aawp .aawp-button.aawp-button--amazon:active, .aawp .aawp-button.aawp-button--amazon:focus, .aawp .aawp-button.aawp-button--amazon:hover, .aawp-button.aawp-button--amazon:active, .aawp-button.aawp-button--amazon:focus, .aawp-button.aawp-button--amazon:hover {
            background: #eeb933;
            background: linear-gradient(180deg,#f5d78e,#eeb933) repeat scroll 0 0 transparent;
            color: #111 !important
        }

    .aawp .aawp-button.aawp-button--blue, .aawp-button.aawp-button--blue {
        background-color: #3498db;
        border-color: #3498db !important;
        color: #fff !important
    }

        .aawp .aawp-button.aawp-button--blue:visited, .aawp-button.aawp-button--blue:visited {
            color: #fff !important
        }

        .aawp .aawp-button.aawp-button--blue:focus, .aawp .aawp-button.aawp-button--blue:hover, .aawp-button.aawp-button--blue:focus, .aawp-button.aawp-button--blue:hover {
            background-color: #2b94d9;
            border: 1px solid #3498db !important;
            color: #fff !important
        }

    .aawp .aawp-button.aawp-button--red, .aawp-button.aawp-button--red {
        background-color: #e74c3c;
        border-color: #e74c3c !important;
        color: #fff !important
    }

        .aawp .aawp-button.aawp-button--red:visited, .aawp-button.aawp-button--red:visited {
            color: #fff !important
        }

        .aawp .aawp-button.aawp-button--red:focus, .aawp .aawp-button.aawp-button--red:hover, .aawp-button.aawp-button--red:focus, .aawp-button.aawp-button--red:hover {
            background-color: #e64433;
            border: 1px solid #e74c3c !important;
            color: #fff !important
        }

    .aawp .aawp-button.aawp-button--green, .aawp-button.aawp-button--green {
        background-color: #27ae60;
        border-color: #27ae60 !important;
        color: #fff !important
    }

        .aawp .aawp-button.aawp-button--green:visited, .aawp-button.aawp-button--green:visited {
            color: #fff !important
        }

        .aawp .aawp-button.aawp-button--green:focus, .aawp .aawp-button.aawp-button--green:hover, .aawp-button.aawp-button--green:focus, .aawp-button.aawp-button--green:hover {
            background-color: #25a65b;
            border: 1px solid #27ae60 !important;
            color: #fff !important
        }

    .aawp .aawp-button.aawp-button--yellow, .aawp-button.aawp-button--yellow {
        background-color: #ffdf88;
        border-color: #ffdf88 !important;
        color: #333 !important
    }

        .aawp .aawp-button.aawp-button--yellow:visited, .aawp-button.aawp-button--yellow:visited {
            color: #333 !important
        }

        .aawp .aawp-button.aawp-button--yellow:focus, .aawp .aawp-button.aawp-button--yellow:hover, .aawp-button.aawp-button--yellow:focus, .aawp-button.aawp-button--yellow:hover {
            background-color: #ffdc7e;
            border: 1px solid #ffdf88 !important;
            color: #333 !important
        }

    .aawp .aawp-button.aawp-button--orange, .aawp-button.aawp-button--orange {
        background-color: #f39c12;
        border-color: #f39c12 !important;
        color: #fff !important
    }

        .aawp .aawp-button.aawp-button--orange:visited, .aawp-button.aawp-button--orange:visited {
            color: #fff !important
        }

        .aawp .aawp-button.aawp-button--orange:focus, .aawp .aawp-button.aawp-button--orange:hover, .aawp-button.aawp-button--orange:focus, .aawp-button.aawp-button--orange:hover {
            background-color: #ef970c;
            border: 1px solid #f39c12 !important;
            color: #fff !important
        }

    .aawp .aawp-button.aawp-button--dark, .aawp-button.aawp-button--dark {
        background-color: #363636;
        border-color: #363636 !important;
        color: #fff !important
    }

        .aawp .aawp-button.aawp-button--dark:visited, .aawp-button.aawp-button--dark:visited {
            color: #fff !important
        }

        .aawp .aawp-button.aawp-button--dark:focus, .aawp .aawp-button.aawp-button--dark:hover, .aawp-button.aawp-button--dark:focus, .aawp-button.aawp-button--dark:hover {
            background-color: #313131;
            border: 1px solid #363636 !important;
            color: #fff !important
        }

    .aawp .aawp-button.aawp-button--icon, .aawp-button.aawp-button--icon {
        padding-left: 32px;
        position: relative
    }

        .aawp .aawp-button.aawp-button--icon:before, .aawp-button.aawp-button--icon:before {
            background-position: 9px;
            background-repeat: no-repeat;
            background-size: 14px 14px;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

    .aawp .aawp-button.aawp-button--icon-amazon-black:before, .aawp-button.aawp-button--icon-amazon-black:before {
        background-image: url(media/icon-amazon-black.svg)
    }

    .aawp .aawp-button.aawp-button--icon-black:before, .aawp-button.aawp-button--icon-black:before {
        background-image: url(media/icon-cart-black.svg)
    }

    .aawp .aawp-button.aawp-button--icon-amazon-white:before, .aawp-button.aawp-button--icon-amazon-white:before {
        background-image: url(media/icon-amazon-white.svg)
    }

    .aawp .aawp-button.aawp-button--icon-white:before, .aawp-button.aawp-button--icon-white:before {
        background-image: url(media/icon-cart-white.svg)
    }

a.aawp-star-rating, a.aawp-star-rating:active, a.aawp-star-rating:focus, a.aawp-star-rating:hover {
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none
}

.aawp-star-rating {
    background-image: url(media/stars/v1.svg);
    background-size: 16px 16px;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 80px
}

    .aawp-star-rating, .aawp-star-rating > span {
        background-position: 0;
        background-repeat: repeat-x;
        vertical-align: middle
    }

        .aawp-star-rating > span {
            background-image: url(media/stars/v1-active.svg);
            background-size: 16px 16px;
            bottom: 0;
            display: block;
            height: 16px;
            left: 0;
            position: absolute;
            top: 0;
            width: 80px
        }

.aawp-star-rating--medium, .aawp-star-rating--medium > span {
    background-size: 20px 20px;
    height: 20px;
    width: 100px
}

.aawp-star-rating--large, .aawp-star-rating--large > span {
    background-size: 30px 30px;
    height: 30px;
    width: 150px
}

.aawp-star-rating--v2 {
    background-image: url(media/stars/v2.svg)
}

    .aawp-star-rating--v2 > span {
        background-image: url(media/stars/v2-active.svg)
    }

.aawp-star-rating--v3 {
    background-image: url(media/stars/v3.svg)
}

    .aawp-star-rating--v3 > span {
        background-image: url(media/stars/v3-active.svg)
    }

.aawp-star-rating--v4 {
    background-image: url(media/stars/v4.svg)
}

    .aawp-star-rating--v4 > span {
        background-image: url(media/stars/v4-active.svg)
    }

.aawp-star-rating--v5 {
    background-image: url(media/stars/v5.svg)
}

    .aawp-star-rating--v5 > span {
        background-image: url(media/stars/v5-active.svg)
    }

.aawp-star-rating--v6 {
    background-image: url(media/stars/v6.svg)
}

    .aawp-star-rating--v6 > span {
        background-image: url(media/stars/v6-active.svg)
    }

.aawp-star-rating--v7 {
    background-image: url(media/stars/v7.svg)
}

    .aawp-star-rating--v7 > span {
        background-image: url(media/stars/v7-active.svg)
    }

.aawp-star-rating--wayl {
    background-image: url(media/stars/wayl.svg)
}

    .aawp-star-rating--wayl > span {
        background-image: url(media/stars/wayl-active.svg)
    }

    .aawp-star-rating--wayl.aawp-star-rating--small, .aawp-star-rating--wayl.aawp-star-rating--small > span {
        background-size: 12px 16px;
        height: 16px;
        width: 60px
    }

    .aawp-star-rating--wayl.aawp-star-rating--medium, .aawp-star-rating--wayl.aawp-star-rating--medium > span {
        background-size: 15px 20px;
        height: 20px;
        width: 75px
    }

    .aawp-star-rating--wayl.aawp-star-rating--large, .aawp-star-rating--wayl.aawp-star-rating--large > span {
        background-size: 23px 30px;
        height: 30px;
        width: 115px
    }

.aawp-product {
    margin: 0 0 30px;
    position: relative;
    width: 100%
}

    .aawp-product .aawp-product__title {
        word-wrap: break-word
    }

.aawp-product__ribbon {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 20px;
    text-transform: uppercase
}

.aawp-product__ribbon--sale {
    background: #27ae60;
    border-bottom-left-radius: 2px;
    color: #fff
}

.aawp-product__ribbon--bestseller {
    background: #e47911;
    border-bottom-right-radius: 2px;
    color: #fff
}

.aawp-product__ribbon--new {
    background: #d9534f;
    border-bottom-right-radius: 2px;
    color: #fff
}

.aawp.aawp-box.box--widget, .widget .aawp-box {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 15px 10px 10px
}

    .aawp.aawp-box.box--widget *, .aawp.aawp-box.box--widget :after, .aawp.aawp-box.box--widget :before, .widget .aawp-box *, .widget .aawp-box :after, .widget .aawp-box :before {
        box-sizing: border-box
    }

    .aawp.aawp-box.box--widget:last-child, .widget .aawp-box:last-child {
        margin-bottom: 0
    }

    .aawp.aawp-box.box--widget.sale, .widget .aawp-box.sale {
        padding-top: 30px
    }

    .aawp.aawp-box.box--widget .aawp-box__thumb, .widget .aawp-box .aawp-box__thumb {
        float: none;
        margin-bottom: 10px;
        width: 100%
    }

    .aawp.aawp-box.box--widget .aawp-box__image, .widget .aawp-box .aawp-box__image {
        margin-bottom: 5px;
        max-width: 120px
    }

    .aawp.aawp-box.box--widget .aawp-box__content, .widget .aawp-box .aawp-box__content {
        margin-left: 0;
        padding-left: 0
    }

    .aawp.aawp-box.box--widget .aawp-box__title, .widget .aawp-box .aawp-box__title {
        font-size: 14px !important;
        line-height: 1.3 !important;
        text-align: center
    }

    .aawp.aawp-box.box--widget .aawp-box__footer, .widget .aawp-box .aawp-box__footer {
        margin-left: 0;
        padding-left: 0;
        text-align: center
    }

        .aawp.aawp-box.box--widget .aawp-box__footer p, .widget .aawp-box .aawp-box__footer p {
            margin: 0
        }

    .aawp.aawp-box.box--widget .aawp-box__rating, .widget .aawp-box .aawp-box__rating {
        margin-left: 0
    }

    .aawp.aawp-box.box--widget .aawp-box__pricing, .widget .aawp-box .aawp-box__pricing {
        margin: 0 0 10px
    }

    .aawp.aawp-box.box--widget .aawp-box__price, .widget .aawp-box .aawp-box__price {
        line-height: 1 !important;
        margin-bottom: 5px
    }

    .aawp.aawp-box.box--widget .aawp-box__price--old, .widget .aawp-box .aawp-box__price--old {
        font-size: 13px !important
    }

    .aawp.aawp-box.box--widget .aawp-box__price--saved, .widget .aawp-box .aawp-box__price--saved {
        margin-top: 0
    }

    .aawp.aawp-box.box--widget .aawp-box__price--current, .widget .aawp-box .aawp-box__price--current {
        display: block !important;
        font-size: 18px !important;
        margin: 0
    }

    .aawp.aawp-box.box--widget .aawp-box__prime, .widget .aawp-box .aawp-box__prime {
        margin: 5px 0 0 !important
    }

    .aawp.aawp-box.box--widget .aawp-box__btn, .widget .aawp-box .aawp-box__btn {
        margin-left: 0;
        margin-top: 5px
    }

    .aawp.aawp-box.box--widget .aawp-box__info, .widget .aawp-box .aawp-box__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static;
        text-align: center
    }

    .aawp.aawp-box.box--widget.inline-info .aawp-box__thumb, .widget .aawp-box.inline-info .aawp-box__thumb {
        margin-bottom: 10px
    }

    .aawp.aawp-box.box--widget .aawp-box__description, .aawp.aawp-box.box--widget .aawp-box__reviews, .widget .aawp-box .aawp-box__description, .widget .aawp-box .aawp-box__reviews {
        display: none
    }

.aawp .aawp-product--horizontal {
    zoom: 1;
    background: #fff;
    border: 1px solid #ececec;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    padding: 20px;
    white-space: normal
}

    .aawp .aawp-product--horizontal:after, .aawp .aawp-product--horizontal:before {
        content: " ";
        display: table
    }

    .aawp .aawp-product--horizontal:after {
        clear: both
    }

    .aawp .aawp-product--horizontal.aawp-product--ribbon {
        padding-top: 35px
    }

@media (min-width:769px) {
    .aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb {
        width: 250px
    }

    .aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content {
        margin-left: 250px;
        padding-left: 40px
    }
}

.aawp .aawp-product--horizontal .aawp-product__thumb {
    float: left;
    width: 160px
}

@media (max-width:768px) {
    .aawp .aawp-product--horizontal .aawp-product__thumb {
        float: none;
        width: 100%
    }
}

.aawp .aawp-product--horizontal .aawp-product__image {
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-height: 200px;
    max-width: 100%;
    width: auto
}

.aawp .aawp-product--horizontal .aawp-product__rating {
    margin: 0 auto 10px;
    text-align: center
}

.aawp .aawp-product--horizontal .aawp-product__reviews {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.aawp .aawp-product--horizontal .aawp-product__content {
    margin-left: 160px;
    padding-left: 20px
}

@media (max-width:768px) {
    .aawp .aawp-product--horizontal .aawp-product__content {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--horizontal .aawp-product__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px
}

@media (max-width:480px) {
    .aawp .aawp-product--horizontal .aawp-product__title {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.aawp .aawp-product--horizontal .aawp-product__description {
    margin: 0
}

    .aawp .aawp-product--horizontal .aawp-product__description > p {
        margin: 0 0 5px
    }

        .aawp .aawp-product--horizontal .aawp-product__description > p:empty {
            display: none
        }

    .aawp .aawp-product--horizontal .aawp-product__description > ul {
        list-style-position: outside !important;
        list-style-type: disc;
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

        .aawp .aawp-product--horizontal .aawp-product__description > ul li {
            word-wrap: break-word;
            background: none;
            margin: 0;
            padding: 0
        }

@media (max-width:480px) {
    .aawp .aawp-product--horizontal .aawp-product__description {
        display: none
    }
}

.aawp .aawp-product--horizontal .aawp-product__footer {
    margin-left: 160px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:768px) {
    .aawp .aawp-product--horizontal .aawp-product__footer {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--horizontal .aawp-product__pricing {
    display: block;
    margin-bottom: 5px
}

    .aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--current:empty, .aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--old:empty, .aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price:empty, .aawp .aawp-product--horizontal .aawp-product__pricing:empty {
        display: none;
        margin: 0
    }

    .aawp .aawp-product--horizontal .aawp-product__pricing span + span {
        margin-left: 15px
    }

        .aawp .aawp-product--horizontal .aawp-product__pricing span + span.aawp-check-premium, .aawp .aawp-product--horizontal .aawp-product__pricing span + span.aawp-check-prime {
            margin-left: 5px
        }

@media (max-width:480px) {
    .aawp .aawp-product--horizontal .aawp-product__pricing {
        margin-bottom: 0
    }
}

.aawp .aawp-product--horizontal .aawp-product__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle
}

.aawp .aawp-product--horizontal .aawp-product__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp .aawp-product--horizontal .aawp-product__price--current {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .aawp .aawp-product--horizontal .aawp-product__price--current {
        font-size: 16px
    }
}

.aawp .aawp-product--horizontal .aawp-product__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 4px 6px
}

.aawp .aawp-product--horizontal .aawp-button + .aawp-button {
    margin-left: 15px;
    margin-top: 5px
}

.aawp .aawp-product--horizontal .aawp-product__ribbon {
    padding: 0 15px;
    position: absolute
}

.aawp .aawp-product--horizontal .aawp-product__ribbon--bestseller, .aawp .aawp-product--horizontal .aawp-product__ribbon--new {
    left: -1px;
    top: -1px
}

.aawp .aawp-product--horizontal .aawp-product__ribbon--sale {
    right: -1px;
    top: -1px
}

.aawp .aawp-product--horizontal .aawp-product__info {
    bottom: 10px;
    color: #666;
    font-size: 11px;
    left: 15px;
    max-width: 225px;
    position: absolute;
    text-align: left
}

@media (max-width:768px) {
    .aawp .aawp-product--horizontal .aawp-product__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static
    }
}

@media (min-width:768px) {
    .aawp .aawp-product--horizontal.aawp-product--inline-info .aawp-product__thumb {
        margin-bottom: 30px
    }
}

.aawp .aawp-product--horizontal.aawp-product--style-light {
    box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--horizontal.aawp-product--style-dark {
    background: #232f3e;
    color: #e2e2e2
}

    .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__teaser, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:focus, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__info, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

.aawp .aawp-product--horizontal.aawp-product--style-wayl {
    background: #96281b;
    color: #e2e2e2
}

    .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__teaser, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:focus, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__info, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

.aawp .aawp-product--widget-vertical {
    zoom: 1;
    background: #fff;
    border: 1px solid #ececec;
    color: inherit;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 100%;
    min-width: 100%;
    padding: 15px;
    position: relative;
    white-space: normal
}

    .aawp .aawp-product--widget-vertical:after, .aawp .aawp-product--widget-vertical:before {
        content: " ";
        display: table
    }

    .aawp .aawp-product--widget-vertical:after {
        clear: both
    }

@media (max-width:480px) {
    .aawp .aawp-product--widget-vertical {
        margin-bottom: 15px
    }
}

.aawp .aawp-product--widget-vertical.ribbon {
    padding-top: 35px
}

.aawp .aawp-product--widget-vertical .aawp-box__thumb {
    float: left;
    width: 160px
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-vertical .aawp-box__thumb {
        float: none;
        width: 100%
    }
}

.aawp .aawp-product--widget-vertical .aawp-box__image {
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-width: 100%
}

.aawp .aawp-product--widget-vertical .aawp-box__rating {
    margin: 0 auto 10px;
    text-align: center
}

.aawp .aawp-product--widget-vertical .aawp-box__reviews {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.aawp .aawp-product--widget-vertical .aawp-box__content {
    margin-left: 160px;
    padding-left: 20px
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-vertical .aawp-box__content {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--widget-vertical .aawp-box__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px
}

@media (max-width:480px) {
    .aawp .aawp-product--widget-vertical .aawp-box__title {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.aawp .aawp-product--widget-vertical .aawp-box__description {
    margin: 0
}

    .aawp .aawp-product--widget-vertical .aawp-box__description > p {
        margin: 0 0 5px
    }

        .aawp .aawp-product--widget-vertical .aawp-box__description > p:empty {
            display: none
        }

    .aawp .aawp-product--widget-vertical .aawp-box__description > ul {
        list-style-position: outside !important;
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

        .aawp .aawp-product--widget-vertical .aawp-box__description > ul li {
            margin: 0;
            padding: 0
        }

@media (max-width:480px) {
    .aawp .aawp-product--widget-vertical .aawp-box__description {
        display: none
    }
}

.aawp .aawp-product--widget-vertical .aawp-box__footer {
    margin-left: 160px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-vertical .aawp-box__footer {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--widget-vertical .aawp-box__pricing {
    display: block;
    margin-bottom: 5px
}

    .aawp .aawp-product--widget-vertical .aawp-box__pricing:empty {
        display: none
    }

    .aawp .aawp-product--widget-vertical .aawp-box__pricing span + span {
        margin-left: 15px
    }

        .aawp .aawp-product--widget-vertical .aawp-box__pricing span + span.aawp-check-premium, .aawp .aawp-product--widget-vertical .aawp-box__pricing span + span.aawp-check-prime {
            margin-left: 5px
        }

@media (max-width:480px) {
    .aawp .aawp-product--widget-vertical .aawp-box__pricing {
        margin-bottom: 0
    }
}

.aawp .aawp-product--widget-vertical .aawp-box__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle
}

.aawp .aawp-product--widget-vertical .aawp-box__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp .aawp-product--widget-vertical .aawp-box__price--current {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .aawp .aawp-product--widget-vertical .aawp-box__price--current {
        font-size: 16px
    }
}

.aawp .aawp-product--widget-vertical .aawp-box__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 4px 6px
}

.aawp .aawp-product--widget-vertical .aawp-button + .aawp-button {
    margin-left: 15px;
    margin-top: 5px
}

.aawp .aawp-product--widget-vertical .aawp-box__ribbon {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase
}

.aawp .aawp-product--widget-vertical .aawp-box__bestseller {
    background: #e47911;
    background: rgba(228,121,17,.8);
    border-bottom-right-radius: 2px;
    left: -1px;
    top: -1px
}

.aawp .aawp-product--widget-vertical .aawp-box__sale {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-bottom-left-radius: 2px;
    right: -1px;
    top: -1px
}

.aawp .aawp-product--widget-vertical .aawp-box__info {
    bottom: 10px;
    color: #666;
    font-size: 11px;
    left: 15px;
    max-width: 225px;
    position: absolute;
    text-align: left
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-vertical .aawp-box__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static
    }
}

@media (min-width:768px) {
    .aawp .aawp-product--widget-vertical.inline-info .aawp-box__thumb {
        margin-bottom: 30px
    }
}

.aawp .aawp-product--widget-vertical.aawp-product--ribbon {
    padding-top: 25px
}

.aawp .aawp-product--widget-vertical .aawp-product__ribbon {
    padding: 0 10px
}

.aawp .aawp-product--widget-vertical .aawp-product__ribbon--sale {
    position: absolute;
    right: -1px;
    top: -1px
}

.aawp .aawp-product--widget-vertical .aawp-product__ribbon--bestseller, .aawp .aawp-product--widget-vertical .aawp-product__ribbon--new {
    left: -1px;
    position: absolute;
    top: -1px
}

.aawp .aawp-product--widget-vertical .aawp-product__image-link {
    border: none;
    box-shadow: none;
    margin: 0;
    outline: none;
    text-decoration: none
}

    .aawp .aawp-product--widget-vertical .aawp-product__image-link:active, .aawp .aawp-product--widget-vertical .aawp-product__image-link:focus, .aawp .aawp-product--widget-vertical .aawp-product__image-link:hover {
        border: none;
        box-shadow: none;
        outline: none;
        text-decoration: none
    }

.aawp .aawp-product--widget-vertical .aawp-product__image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 200px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%\9
}

.aawp .aawp-product--widget-vertical .aawp-product__content {
    position: relative
}

.aawp .aawp-product--widget-vertical .aawp-product__title {
    border: none;
    box-shadow: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
    outline: none;
    text-align: center;
    text-decoration: none
}

.aawp .aawp-product--widget-vertical .aawp-product__meta {
    margin-top: 5px;
    text-align: center
}

    .aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-check-prime, .aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-star-rating {
        margin: 0 5px
    }

.aawp .aawp-product--widget-vertical .aawp-product__reviews {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: -10%
}

.aawp .aawp-product--widget-vertical .aawp-product__footer {
    text-align: center
}

    .aawp .aawp-product--widget-vertical .aawp-product__footer .aawp-button {
        margin-top: 10px
    }

.aawp .aawp-product--widget-vertical .aawp-product__pricing {
    margin-top: 10px;
    width: 100%
}

    .aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-check-prime {
        display: block;
        margin: 7px auto 0
    }

    .aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--current:empty, .aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--old:empty, .aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price:empty, .aawp .aawp-product--widget-vertical .aawp-product__pricing:empty {
        display: none;
        margin: 0
    }

.aawp .aawp-product--widget-vertical .aawp-product__price {
    line-height: 18px;
    margin: 0 5px
}

.aawp .aawp-product--widget-vertical .aawp-product__price--old {
    color: #666;
    font-size: 13px;
    text-decoration: line-through
}

.aawp .aawp-product--widget-vertical .aawp-product__price--current {
    font-size: 18px;
    font-weight: 700
}

.aawp .aawp-product--widget-vertical .aawp-product__info {
    color: #666;
    display: block;
    font-size: 11px;
    margin-top: 10px;
    text-align: center
}

.aawp .aawp-product--widget-vertical.aawp-product--style-light {
    box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--widget-vertical.aawp-product--style-dark {
    background: #232f3e;
    color: #e2e2e2
}

    .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__teaser, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:focus, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__info, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

    .aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current {
        color: #e2e2e2
    }

.aawp .aawp-product--widget-vertical.aawp-product--style-wayl {
    background: #96281b;
    color: #e2e2e2
}

    .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__teaser, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:focus, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__info, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

    .aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current {
        color: #e2e2e2
    }

.thrv_wrapper div.aawp, .thrv_wrapper div.aawp div {
    box-sizing: border-box
}

.thrv_wrapper .aawp .aawp-product--vertical {
    min-width: auto
}

.aawp, .aawp *, .aawp :after, .aawp :before, .aawp div, .aawp div *, .aawp div :after, .aawp div :before, .aawp span, .aawp span *, .aawp span :after, .aawp span :before {
    box-sizing: border-box
}

.aawp-credits, .aawp-disclaimer {
    font-size: 12px
}

.aawp a.aawp-check-premium, .aawp a.aawp-check-premium:active, .aawp a.aawp-check-premium:focus, .aawp a.aawp-check-premium:hover, .aawp a.aawp-check-premium:visited, .aawp a.aawp-check-prime, .aawp a.aawp-check-prime:active, .aawp a.aawp-check-prime:focus, .aawp a.aawp-check-prime:hover, .aawp a.aawp-check-prime:visited, a.aawp-check-premium, a.aawp-check-premium:active, a.aawp-check-premium:focus, a.aawp-check-premium:hover, a.aawp-check-premium:visited, a.aawp-check-prime, a.aawp-check-prime:active, a.aawp-check-prime:focus, a.aawp-check-prime:hover, a.aawp-check-prime:visited {
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none
}

.aawp .aawp-check-prime, .aawp-check-prime {
    background-image: url(media/icon-check-prime.png);
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 55px
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .aawp .aawp-check-prime, .aawp-check-prime {
        background-image: url(media/icon-check-prime@2x.png);
        background-size: 55px 16px
    }
}

.aawp .aawp-check-prime.aawp-check-prime--jp, .aawp-check-prime.aawp-check-prime--jp {
    background-image: url(media/icon-check-prime-jp.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .aawp .aawp-check-prime.aawp-check-prime--jp, .aawp-check-prime.aawp-check-prime--jp {
        background-image: url(media/icon-check-prime-jp.png)
    }
}

.aawp .aawp-check-premium, .aawp-check-premium {
    background-image: url(media/icon-check-premium.png);
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 75px
}

.aawp-link {
    position: relative
}

.aawp-link-icon-container {
    border: none;
    box-shadow: none;
    display: inline-block;
    height: 16px;
    outline: none;
    overflow: visible;
    position: relative;
    text-decoration: none;
    width: 16px
}

.aawp-link-icon-container--large {
    width: 66px
}

.aawp-link-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -2px;
    display: block;
    height: 16px;
    left: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    position: absolute;
    transition: all .5s;
    width: 16px
}

    .aawp-link-icon.amazon {
        background-image: url(media/icon-amazon.svg)
    }

    .aawp-link-icon.cart {
        background-color: #fff;
        background-color: hsla(0,0%,100%,.8);
        background-image: url(media/icon-cart-black.svg)
    }

    .aawp-link-icon.amazon-logo {
        background-image: url(media/icon-amazon-logo.png);
        bottom: -5px;
        height: 20px;
        width: 66px
    }

.aawp-link-icon-container:hover .aawp-link-icon, .aawp-link:hover + .aawp-link-icon-container .aawp-link-icon {
    height: 30px;
    width: 30px
}

    .aawp-link-icon-container:hover .aawp-link-icon.amazon-logo, .aawp-link:hover + .aawp-link-icon-container .aawp-link-icon.amazon-logo {
        height: 30px;
        width: 99px
    }

.aawp.aawp-box {
    zoom: 1;
    background: #fff;
    border: 1px solid #ececec;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 20px;
    position: relative;
    white-space: normal
}

    .aawp.aawp-box, .aawp.aawp-box *, .aawp.aawp-box :after, .aawp.aawp-box :before {
        box-sizing: border-box
    }

        .aawp.aawp-box:after, .aawp.aawp-box:before {
            content: " ";
            display: table
        }

        .aawp.aawp-box:after {
            clear: both
        }

@media (max-width:480px) {
    .aawp.aawp-box {
        margin-bottom: 15px
    }
}

.aawp.aawp-box.ribbon {
    padding-top: 35px
}

.aawp.aawp-box .aawp-box__thumb {
    float: left;
    width: 160px
}

@media (max-width:768px) {
    .aawp.aawp-box .aawp-box__thumb {
        float: none;
        width: 100%
    }
}

.aawp.aawp-box .aawp-box__image {
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-width: 100%
}

.aawp.aawp-box .aawp-box__rating {
    margin: 0 auto 10px;
    text-align: center
}

    .aawp.aawp-box .aawp-box__rating .aawp-star-rating, .aawp.aawp-box .aawp-box__rating .aawp-star-rating:active, .aawp.aawp-box .aawp-box__rating .aawp-star-rating:focus, .aawp.aawp-box .aawp-box__rating .aawp-star-rating:hover {
        border: none;
        box-shadow: none;
        outline: none;
        text-decoration: none
    }

.aawp.aawp-box .aawp-box__reviews {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.aawp.aawp-box .aawp-box__content {
    margin-left: 160px;
    padding-left: 20px
}

@media (max-width:768px) {
    .aawp.aawp-box .aawp-box__content {
        margin: 0;
        padding: 0
    }
}

.aawp.aawp-box .aawp-box__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px
}

@media (max-width:480px) {
    .aawp.aawp-box .aawp-box__title {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.aawp.aawp-box .aawp-box__description {
    margin: 0
}

    .aawp.aawp-box .aawp-box__description > p {
        margin: 0 0 5px
    }

        .aawp.aawp-box .aawp-box__description > p:empty {
            display: none
        }

    .aawp.aawp-box .aawp-box__description > ul {
        list-style-position: outside !important;
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

        .aawp.aawp-box .aawp-box__description > ul li {
            margin: 0;
            padding: 0
        }

@media (max-width:480px) {
    .aawp.aawp-box .aawp-box__description {
        display: none
    }
}

.aawp.aawp-box .aawp-box__footer {
    margin-left: 160px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:768px) {
    .aawp.aawp-box .aawp-box__footer {
        margin: 0;
        padding: 0
    }
}

.aawp.aawp-box .aawp-box__pricing {
    display: block;
    margin-bottom: 5px
}

    .aawp.aawp-box .aawp-box__pricing:empty {
        display: none
    }

    .aawp.aawp-box .aawp-box__pricing span + span {
        margin-left: 15px
    }

        .aawp.aawp-box .aawp-box__pricing span + span.aawp-check-premium, .aawp.aawp-box .aawp-box__pricing span + span.aawp-check-prime {
            margin-left: 5px
        }

@media (max-width:480px) {
    .aawp.aawp-box .aawp-box__pricing {
        margin-bottom: 0
    }
}

.aawp.aawp-box .aawp-box__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle
}

.aawp.aawp-box .aawp-box__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp.aawp-box .aawp-box__price--current {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .aawp.aawp-box .aawp-box__price--current {
        font-size: 16px
    }
}

.aawp.aawp-box .aawp-box__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 4px 6px
}

.aawp.aawp-box .aawp-button + .aawp-button {
    margin-left: 15px;
    margin-top: 5px
}

.aawp.aawp-box .aawp-box__ribbon {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase
}

.aawp.aawp-box .aawp-box__bestseller {
    background: #e47911;
    background: rgba(228,121,17,.8);
    border-bottom-right-radius: 2px;
    left: -1px;
    top: -1px
}

.aawp.aawp-box .aawp-box__sale {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-bottom-left-radius: 2px;
    right: -1px;
    top: -1px
}

.aawp.aawp-box .aawp-box__info {
    bottom: 10px;
    color: #666;
    font-size: 11px;
    left: 15px;
    max-width: 225px;
    position: absolute;
    text-align: left
}

@media (max-width:768px) {
    .aawp.aawp-box .aawp-box__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static
    }
}

@media (min-width:768px) {
    .aawp.aawp-box.inline-info .aawp-box__thumb {
        margin-bottom: 30px
    }
}

.aawp.aawp-responsive-table {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

@media (min-width:768px) {
    .aawp.aawp-responsive-table {
        overflow: visible
    }
}

.aawp.aawp-table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 30px;
    table-layout: auto;
    width: 100%
}

    .aawp.aawp-table tr {
        border: none
    }

    .aawp.aawp-table td, .aawp.aawp-table th {
        padding: 5px;
        vertical-align: top
    }

    .aawp.aawp-table th {
        border: none;
        border-bottom: 2px solid #ccc;
        font-size: 16px;
        text-align: center;
        white-space: nowrap
    }

    .aawp.aawp-table td {
        border: none;
        border-bottom: 1px solid #ccc;
        text-align: center;
        vertical-align: middle
    }

    .aawp.aawp-table a {
        text-decoration: none
    }

    .aawp.aawp-table .position {
        font-weight: 700;
        max-width: 30px
    }

    .aawp.aawp-table .thumb img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        width: 100%\9
    }

    .aawp.aawp-table .title {
        min-width: 150px;
        text-align: left
    }

    .aawp.aawp-table .description ul {
        margin: 0;
        padding: 0
    }

    .aawp.aawp-table .links {
        white-space: nowrap
    }

.aawp-responsive-table-note {
    color: #666;
    font-size: 14px
}

@media (min-width:768px) {
    .aawp-responsive-table-note {
        display: none
    }
}

.aawp-box {
    zoom: 1;
    background: #fff;
    border: 1px solid #ececec;
    color: inherit;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 20px;
    position: relative;
    white-space: normal
}

    .aawp-box:after, .aawp-box:before {
        content: " ";
        display: table
    }

    .aawp-box:after {
        clear: both
    }

@media (max-width:480px) {
    .aawp-box {
        margin-bottom: 15px
    }
}

.aawp-box.ribbon {
    padding-top: 35px
}

.aawp-box .aawp-box__thumb {
    float: left;
    width: 160px
}

@media (max-width:768px) {
    .aawp-box .aawp-box__thumb {
        float: none;
        width: 100%
    }
}

.aawp-box .aawp-box__image {
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-width: 100%
}

.aawp-box .aawp-box__rating {
    margin: 0 auto 10px;
    text-align: center
}

.aawp-box .aawp-box__reviews {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.aawp-box .aawp-box__content {
    margin-left: 160px;
    padding-left: 20px
}

@media (max-width:768px) {
    .aawp-box .aawp-box__content {
        margin: 0;
        padding: 0
    }
}

.aawp-box .aawp-box__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px
}

@media (max-width:480px) {
    .aawp-box .aawp-box__title {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.aawp-box .aawp-box__description {
    margin: 0
}

    .aawp-box .aawp-box__description > p {
        margin: 0 0 5px
    }

        .aawp-box .aawp-box__description > p:empty {
            display: none
        }

    .aawp-box .aawp-box__description > ul {
        list-style-position: outside !important;
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

        .aawp-box .aawp-box__description > ul li {
            margin: 0;
            padding: 0
        }

@media (max-width:480px) {
    .aawp-box .aawp-box__description {
        display: none
    }
}

.aawp-box .aawp-box__footer {
    margin-left: 160px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:768px) {
    .aawp-box .aawp-box__footer {
        margin: 0;
        padding: 0
    }
}

.aawp-box .aawp-box__pricing {
    display: block;
    margin-bottom: 5px
}

    .aawp-box .aawp-box__pricing:empty {
        display: none
    }

    .aawp-box .aawp-box__pricing span + span {
        margin-left: 15px
    }

        .aawp-box .aawp-box__pricing span + span.aawp-check-premium, .aawp-box .aawp-box__pricing span + span.aawp-check-prime {
            margin-left: 5px
        }

@media (max-width:480px) {
    .aawp-box .aawp-box__pricing {
        margin-bottom: 0
    }
}

.aawp-box .aawp-box__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle
}

.aawp-box .aawp-box__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp-box .aawp-box__price--current {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .aawp-box .aawp-box__price--current {
        font-size: 16px
    }
}

.aawp-box .aawp-box__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 4px 6px
}

.aawp-box .aawp-button + .aawp-button {
    margin-left: 15px;
    margin-top: 5px
}

.aawp-box .aawp-box__ribbon {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase
}

.aawp-box .aawp-box__bestseller {
    background: #e47911;
    background: rgba(228,121,17,.8);
    border-bottom-right-radius: 2px;
    left: -1px;
    top: -1px
}

.aawp-box .aawp-box__sale {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-bottom-left-radius: 2px;
    right: -1px;
    top: -1px
}

.aawp-box .aawp-box__info {
    bottom: 10px;
    color: #666;
    font-size: 11px;
    left: 15px;
    max-width: 225px;
    position: absolute;
    text-align: left
}

@media (max-width:768px) {
    .aawp-box .aawp-box__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static
    }
}

@media (min-width:768px) {
    .aawp-box.inline-info .aawp-box__thumb {
        margin-bottom: 30px
    }
}

.aawp-not-available-info, .aawp-not-available-notice {
    font-size: 80%
}

.aawp-not-available-info {
    color: #4189a5
}

.aawp-not-available-notice {
    color: #f0ad4e
}

.aawp.aawp-box.light {
    box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp.aawp-box.dark {
    background: #232f3e;
    color: #f2f2f2
}

    .aawp.aawp-box.dark .aawp-box__title, .aawp.aawp-box.dark .aawp-box__title:visited {
        color: #fff
    }

        .aawp.aawp-box.dark .aawp-box__title:focus, .aawp.aawp-box.dark .aawp-box__title:hover {
            color: #f2f2f2
        }

    .aawp.aawp-box.dark .aawp-box__price--current {
        color: #fff
    }

    .aawp.aawp-box.dark .aawp-box__info, .aawp.aawp-box.dark .aawp-box__price--old, .aawp.aawp-box.dark .aawp-box__reviews {
        color: #ccc
    }

    .aawp.aawp-box.dark .aawp-box__bestseller {
        left: 0;
        top: 0
    }

    .aawp.aawp-box.dark .aawp-box__sale {
        right: 0;
        top: 0
    }

.aawp-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -2%
}

.aawp-grid__item {
    margin: 0 2%;
    width: 100%
}

@media (min-width:481px) {
    .aawp-grid__item {
        display: flex
    }

        .aawp-grid__item > * {
            max-width: 100%
        }
}

@media (min-width:601px) {
    .aawp-grid--col-2 .aawp-grid__item {
        width: 46%
    }

    .aawp-grid--col-3 .aawp-grid__item {
        width: 29.33333333%
    }

    .aawp-grid--col-4 .aawp-grid__item {
        width: 21%
    }

    .aawp-grid--col-5 .aawp-grid__item {
        width: 16%
    }

    .aawp-grid--col-6 .aawp-grid__item {
        width: 12.66666667%
    }
}

@media (min-width:601px) and (max-width:1024px) {
    .aawp-grid--col-3 .aawp-grid__item, .aawp-grid--col-4 .aawp-grid__item, .aawp-grid--col-5 .aawp-grid__item, .aawp-grid--col-6 .aawp-grid__item {
        width: 46%
    }
}

.aawp table.aawp-table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    font-size: 16px;
    margin: 10px 0 30px
}

    .aawp table.aawp-table, .aawp table.aawp-table tbody, .aawp table.aawp-table td, .aawp table.aawp-table th, .aawp table.aawp-table thead, .aawp table.aawp-table tr {
        border: none;
        display: block
    }

        .aawp table.aawp-table thead tr {
            left: -9999px;
            position: absolute;
            top: -9999px
        }

        .aawp table.aawp-table tr {
            margin-bottom: 20px
        }

            .aawp table.aawp-table tr:nth-child(odd) {
                background-color: #fafafa
            }

        .aawp table.aawp-table th {
            border: none
        }

        .aawp table.aawp-table td {
            border: 1px solid #ededed;
            border-bottom: none;
            padding: 10px
        }

            .aawp table.aawp-table td:last-child {
                border-bottom: 1px solid #ededed
            }

            .aawp table.aawp-table td:before {
                content: attr(data-label) ": ";
                display: inline-block;
                font-weight: 700;
                width: 125px
            }

            .aawp table.aawp-table td img {
                display: inline-block;
                height: auto;
                margin: 0 auto;
                max-height: 200px;
                max-width: 100%;
                width: 100%\9
            }

            .aawp table.aawp-table td.aawp-table__td-position {
                font-weight: 700;
                text-align: center
            }

                .aawp table.aawp-table td.aawp-table__td-position:before {
                    content: attr(data-label) "";
                    margin-right: 5px;
                    width: auto
                }

            .aawp table.aawp-table td.aawp-table__td-links, .aawp table.aawp-table td.aawp-table__td-thumb, .aawp table.aawp-table td.aawp-table__td-title {
                text-align: center
            }

                .aawp table.aawp-table td .aawp-product__reviews, .aawp table.aawp-table td.aawp-table__td-links:before, .aawp table.aawp-table td.aawp-table__td-thumb:before, .aawp table.aawp-table td.aawp-table__td-title:before {
                    display: none
                }

            .aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price {
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle
            }

            .aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old {
                color: #666;
                font-size: 11.2px;
                text-decoration: line-through
            }

@media (min-width:800px) {
    .aawp table.aawp-table {
        border: 1px solid #ededed;
        display: table;
        font-size: 14px;
        line-height: 1.4;
        table-layout: auto;
        width: 100%
    }

        .aawp table.aawp-table thead {
            display: table-header-group
        }

            .aawp table.aawp-table thead tr {
                left: auto;
                position: static;
                top: auto
            }

        .aawp table.aawp-table tbody {
            display: table-row-group
        }

        .aawp table.aawp-table tr {
            display: table-row
        }

        .aawp table.aawp-table td, .aawp table.aawp-table th {
            display: table-cell;
            padding: 10px 12px;
            text-align: left
        }

            .aawp table.aawp-table td:before {
                content: "";
                display: none;
                width: auto
            }

        .aawp table.aawp-table thead {
            background: #fafafa
        }

        .aawp table.aawp-table tr:nth-child(odd) {
            background: none
        }

        .aawp table.aawp-table td, .aawp table.aawp-table th {
            vertical-align: middle
        }

            .aawp table.aawp-table td.aawp-table__td-position, .aawp table.aawp-table td.aawp-table__th-position, .aawp table.aawp-table th.aawp-table__td-position, .aawp table.aawp-table th.aawp-table__th-position {
                font-weight: 700;
                max-width: 50px;
                white-space: nowrap
            }

            .aawp table.aawp-table td.aawp-table__td-thumb img, .aawp table.aawp-table td.aawp-table__th-thumb img, .aawp table.aawp-table th.aawp-table__td-thumb img, .aawp table.aawp-table th.aawp-table__th-thumb img {
                display: block;
                height: auto;
                margin: 0 auto;
                max-height: 100px;
                max-width: 100%;
                max-width: 65px;
                width: 100%\9
            }

            .aawp table.aawp-table td.aawp-table__td-title, .aawp table.aawp-table td.aawp-table__th-title, .aawp table.aawp-table th.aawp-table__td-title, .aawp table.aawp-table th.aawp-table__th-title {
                min-width: 150px;
                text-align: left
            }

            .aawp table.aawp-table td.aawp-table__td-rating .aawp-product__reviews, .aawp table.aawp-table td.aawp-table__th-rating .aawp-product__reviews, .aawp table.aawp-table th.aawp-table__td-rating .aawp-product__reviews, .aawp table.aawp-table th.aawp-table__th-rating .aawp-product__reviews {
                color: #666;
                display: block;
                font-size: 12px;
                margin-top: 5px;
                white-space: nowrap
            }

            .aawp table.aawp-table td.aawp-table__td-pricing, .aawp table.aawp-table td.aawp-table__th-pricing, .aawp table.aawp-table th.aawp-table__td-pricing, .aawp table.aawp-table th.aawp-table__th-pricing {
                white-space: nowrap
            }

                .aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price, .aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price, .aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price, .aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price {
                    display: block;
                    font-weight: 700
                }

                .aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old, .aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price--old, .aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price--old, .aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price--old {
                    font-weight: 400
                }

                .aawp table.aawp-table td.aawp-table__td-pricing .aawp-check-prime, .aawp table.aawp-table td.aawp-table__th-pricing .aawp-check-prime, .aawp table.aawp-table th.aawp-table__td-pricing .aawp-check-prime, .aawp table.aawp-table th.aawp-table__th-pricing .aawp-check-prime {
                    margin-top: 5px
                }

            .aawp table.aawp-table td.aawp-table__td-links, .aawp table.aawp-table td.aawp-table__th-links, .aawp table.aawp-table th.aawp-table__td-links, .aawp table.aawp-table th.aawp-table__th-links {
                white-space: nowrap
            }

                .aawp table.aawp-table td.aawp-table__td-links .aawp-button, .aawp table.aawp-table td.aawp-table__th-links .aawp-button, .aawp table.aawp-table th.aawp-table__td-links .aawp-button, .aawp table.aawp-table th.aawp-table__th-links .aawp-button {
                    word-break: break-all
                }

        .aawp table.aawp-table tr th {
            font-weight: 700;
            text-align: left
        }

        .aawp table.aawp-table tr td {
            border-left: none;
            border-right: none
        }

        .aawp table.aawp-table a {
            border: none;
            box-shadow: none;
            outline: none;
            text-decoration: none
        }
}

.aawp table.aawp-comparison-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    margin: 10px 0 30px
}

    .aawp table.aawp-comparison-table, .aawp table.aawp-comparison-table tbody, .aawp table.aawp-comparison-table td, .aawp table.aawp-comparison-table th, .aawp table.aawp-comparison-table thead, .aawp table.aawp-comparison-table tr {
        border: none;
        display: block;
        overflow: hidden
    }

        .aawp table.aawp-comparison-table thead tr {
            left: -9999px;
            position: absolute;
            top: -9999px
        }

        .aawp table.aawp-comparison-table tr {
            margin-bottom: 20px
        }

            .aawp table.aawp-comparison-table tr:nth-child(odd) {
                background-color: #fafafa
            }

        .aawp table.aawp-comparison-table td, .aawp table.aawp-comparison-table th {
            border-bottom: 1px solid #ededed;
            border-right: 1px solid #ededed
        }

        .aawp table.aawp-comparison-table td {
            padding: 10px
        }

            .aawp table.aawp-comparison-table td:before {
                content: attr(data-label) ": ";
                display: inline-block;
                font-weight: 700;
                width: 125px
            }

            .aawp table.aawp-comparison-table td img {
                display: inline-block;
                height: auto;
                max-width: 100%;
                width: 100%\9
            }

            .aawp table.aawp-comparison-table td.position {
                font-weight: 700;
                text-align: center
            }

                .aawp table.aawp-comparison-table td.position:before {
                    content: attr(data-label) "";
                    width: auto
                }

            .aawp table.aawp-comparison-table td.links, .aawp table.aawp-comparison-table td.thumb, .aawp table.aawp-comparison-table td.title {
                text-align: center
            }

                .aawp table.aawp-comparison-table td.links:before, .aawp table.aawp-comparison-table td.thumb:before, .aawp table.aawp-comparison-table td.title:before {
                    display: none
                }

            .aawp table.aawp-comparison-table td.pricing .price {
                display: block;
                line-height: 20px;
                min-height: 20px
            }

            .aawp table.aawp-comparison-table td.pricing .price--current {
                font-size: 16px;
                font-weight: 700
            }

            .aawp table.aawp-comparison-table td.pricing .price--old {
                color: #666;
                font-size: 12px;
                text-decoration: line-through
            }

@media (min-width:800px) {
    .aawp table.aawp-comparison-table {
        background: #fff;
        border-left: 1px solid #ededed;
        border-top: 1px solid #ededed;
        display: table;
        font-size: 14px;
        line-height: 1.4;
        table-layout: fixed;
        width: 100%
    }

        .aawp table.aawp-comparison-table thead {
            display: table-header-group
        }

            .aawp table.aawp-comparison-table thead tr {
                left: auto;
                position: static;
                top: auto
            }

        .aawp table.aawp-comparison-table tbody {
            display: table-row-group
        }

        .aawp table.aawp-comparison-table tr {
            display: table-row
        }

        .aawp table.aawp-comparison-table td, .aawp table.aawp-comparison-table th {
            display: table-cell;
            padding: 10px 12px;
            text-align: left
        }

            .aawp table.aawp-comparison-table td:before {
                content: "";
                display: none;
                width: auto
            }

        .aawp table.aawp-comparison-table tr:nth-child(odd) {
            background: none
        }

        .aawp table.aawp-comparison-table tr:nth-child(2n) {
            background: #fafafa
        }

        .aawp table.aawp-comparison-table th {
            font-weight: 700;
            text-align: left
        }

        .aawp table.aawp-comparison-table td {
            text-align: center
        }

            .aawp table.aawp-comparison-table td.thumb img {
                height: auto;
                margin: 0 auto;
                max-height: 115px;
                max-width: 100%;
                width: auto
            }

            .aawp table.aawp-comparison-table td.rating .reviews {
                color: #666;
                display: block;
                font-size: 12px;
                margin-top: 5px;
                white-space: nowrap
            }

            .aawp table.aawp-comparison-table td.pricing .price {
                display: block;
                font-weight: 700
            }

            .aawp table.aawp-comparison-table td.pricing .aawp-check-prime {
                margin-top: 5px
            }

        .aawp table.aawp-comparison-table a {
            border: none;
            box-shadow: none;
            outline: none;
            text-decoration: none
        }
}

.aawp-icon-globe {
    background-image: url(media/icon-globe.svg)
}

.aawp-icon-globe, .aawp-icon-yes {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    height: 16px;
    vertical-align: -15%;
    width: 16px
}

.aawp-icon-yes {
    background-image: url(media/icon-yes.svg)
}

.aawp-icon-no {
    background-image: url(media/icon-no.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    height: 16px;
    vertical-align: -15%;
    width: 16px
}

.aawp-tb {
    border-collapse: collapse;
    border-spacing: 1px;
    color: #444;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0 0;
    table-layout: fixed
}

.aawp-tb__data, .aawp-tb__head {
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    padding: 10px 9px;
    position: relative;
    text-align: center
}

.aawp-tb__head {
    font-weight: 700;
    text-align: left
}

.aawp-tb__data, .aawp-tb__head {
    vertical-align: middle
}

.aawp-tb-ribbon {
    background: transparent;
    color: #fff;
    display: none;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center
}

.aawp-tb-thumb {
    display: block;
    margin: 10px
}

    .aawp-tb-thumb img {
        background-color: transparent;
        box-shadow: none;
        display: block;
        float: none;
        height: 150px;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        opacity: 1;
        width: 150px
    }

.aawp-tb__data--highlight .aawp-tb-thumb img, .aawp-tb__row--highlight .aawp-tb-thumb img {
    border: none;
    box-shadow: none
}

.aawp-tb--desktop {
    display: table;
    margin-bottom: 1.75em;
    width: 100%
}

@media (max-width:767px) {
    .aawp-tb--desktop {
        display: none
    }
}

.aawp-tb--desktop .aawp-tb__row {
    display: table-row
}

    .aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__data:not(.aawp-tb__data--highlight), .aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__head {
        background-color: #f5f5f5
    }

.aawp-tb--desktop .aawp-tb__data, .aawp-tb--desktop .aawp-tb__head {
    display: table-cell
}

.aawp-tb--desktop .aawp-tb__data, .aawp-tb--desktop .aawp-tb__data--highlight {
    position: relative
}

    .aawp-tb--desktop .aawp-tb__data--highlight:after {
        border-left: 1px solid transparent;
        bottom: 0;
        content: "";
        display: block;
        left: -1px;
        position: absolute;
        top: -1px;
        width: 0
    }

.aawp-tb--desktop .aawp-tb-ribbon {
    left: -1px;
    position: absolute;
    right: 0;
    top: -1px
}

.aawp-tb--desktop.aawp-tb--hide-desktop-labels .aawp-tb__head, .aawp-tb--desktop.aawp-tb--hide-labels .aawp-tb__head {
    display: none
}

.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data, .aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head {
    padding-top: 52px
}

.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb-ribbon {
    display: block
}

.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__data, .aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__head {
    width: 100%
}

.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__data, .aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__head {
    width: 50%
}

.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__data, .aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__head {
    width: 33.33333333%
}

.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__data, .aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__head {
    width: 25%
}

.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__data, .aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__head {
    width: 20%
}

.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__data, .aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__head {
    width: 16.66666667%
}

.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__data, .aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__head {
    width: 14.28571429%
}

@media (max-width:1200px) {
    .aawp-tb--desktop .aawp-tb__data:nth-child(7) {
        display: none
    }
}

@media (max-width:1100px) {
    .aawp-tb--desktop .aawp-tb__data:nth-child(6) {
        display: none
    }
}

@media (max-width:1000px) {
    .aawp-tb--desktop .aawp-tb__data:nth-child(5) {
        display: none
    }
}

.aawp-tb--mobile {
    display: none
}

@media (max-width:767px) {
    .aawp-tb--mobile {
        display: block
    }
}

.aawp-tb--mobile .aawp-tb__product {
    border: 1px solid transparent;
    margin: 0 0 30px;
    position: relative
}

.aawp-tb--mobile .aawp-tb__row {
    display: table;
    width: 100%
}

    .aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__data, .aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__head {
        background-color: #f5f5f5
    }

.aawp-tb--mobile .aawp-tb__data, .aawp-tb--mobile .aawp-tb__head {
    display: table-cell
}

.aawp-tb--mobile .aawp-tb__data, .aawp-tb--mobile .aawp-tb__head {
    width: 50%
}

.aawp-tb--mobile .aawp-tb__product--highlight .aawp-tb-ribbon {
    display: block
}

.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__head, .aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__head {
    display: none
}

.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__data, .aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__data {
    width: 100%
}

.aawp-tb--mobile .aawp-tb-product-data-thumb img {
    background: transparent
}

.aawp-tb-product-data-thumb img {
    display: block;
    margin: 0 auto
}

.aawp .aawp-product--vertical {
    zoom: 1;
    background: #fff;
    border: 1px solid #ececec;
    color: inherit;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 100%;
    min-width: 100%;
    padding: 25px 15px 15px;
    position: relative;
    white-space: normal
}

    .aawp .aawp-product--vertical:after, .aawp .aawp-product--vertical:before {
        content: " ";
        display: table
    }

    .aawp .aawp-product--vertical:after {
        clear: both
    }

@media (max-width:480px) {
    .aawp .aawp-product--vertical {
        margin-bottom: 15px
    }
}

.aawp .aawp-product--vertical.ribbon {
    padding-top: 35px
}

.aawp .aawp-product--vertical .aawp-box__thumb {
    float: left;
    width: 160px
}

@media (max-width:768px) {
    .aawp .aawp-product--vertical .aawp-box__thumb {
        float: none;
        width: 100%
    }
}

.aawp .aawp-product--vertical .aawp-box__image {
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-width: 100%
}

.aawp .aawp-product--vertical .aawp-box__rating {
    margin: 0 auto 10px;
    text-align: center
}

.aawp .aawp-product--vertical .aawp-box__reviews {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.aawp .aawp-product--vertical .aawp-box__content {
    margin-left: 160px;
    padding-left: 20px
}

@media (max-width:768px) {
    .aawp .aawp-product--vertical .aawp-box__content {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--vertical .aawp-box__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px
}

@media (max-width:480px) {
    .aawp .aawp-product--vertical .aawp-box__title {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.aawp .aawp-product--vertical .aawp-box__description {
    margin: 0
}

    .aawp .aawp-product--vertical .aawp-box__description > p {
        margin: 0 0 5px
    }

        .aawp .aawp-product--vertical .aawp-box__description > p:empty {
            display: none
        }

    .aawp .aawp-product--vertical .aawp-box__description > ul {
        list-style-position: outside !important;
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

        .aawp .aawp-product--vertical .aawp-box__description > ul li {
            margin: 0;
            padding: 0
        }

@media (max-width:480px) {
    .aawp .aawp-product--vertical .aawp-box__description {
        display: none
    }
}

.aawp .aawp-product--vertical .aawp-box__footer {
    margin-left: 160px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:768px) {
    .aawp .aawp-product--vertical .aawp-box__footer {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--vertical .aawp-box__pricing {
    display: block;
    margin-bottom: 5px
}

    .aawp .aawp-product--vertical .aawp-box__pricing:empty {
        display: none
    }

    .aawp .aawp-product--vertical .aawp-box__pricing span + span {
        margin-left: 15px
    }

        .aawp .aawp-product--vertical .aawp-box__pricing span + span.aawp-check-premium, .aawp .aawp-product--vertical .aawp-box__pricing span + span.aawp-check-prime {
            margin-left: 5px
        }

@media (max-width:480px) {
    .aawp .aawp-product--vertical .aawp-box__pricing {
        margin-bottom: 0
    }
}

.aawp .aawp-product--vertical .aawp-box__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle
}

.aawp .aawp-product--vertical .aawp-box__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp .aawp-product--vertical .aawp-box__price--current {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .aawp .aawp-product--vertical .aawp-box__price--current {
        font-size: 16px
    }
}

.aawp .aawp-product--vertical .aawp-box__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 4px 6px
}

.aawp .aawp-product--vertical .aawp-button + .aawp-button {
    margin-left: 15px;
    margin-top: 5px
}

.aawp .aawp-product--vertical .aawp-box__ribbon {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase
}

.aawp .aawp-product--vertical .aawp-box__bestseller {
    background: #e47911;
    background: rgba(228,121,17,.8);
    border-bottom-right-radius: 2px;
    left: -1px;
    top: -1px
}

.aawp .aawp-product--vertical .aawp-box__sale {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-bottom-left-radius: 2px;
    right: -1px;
    top: -1px
}

.aawp .aawp-product--vertical .aawp-box__info {
    bottom: 10px;
    color: #666;
    font-size: 11px;
    left: 15px;
    max-width: 225px;
    position: absolute;
    text-align: left
}

@media (max-width:768px) {
    .aawp .aawp-product--vertical .aawp-box__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static
    }
}

@media (min-width:768px) {
    .aawp .aawp-product--vertical.inline-info .aawp-box__thumb {
        margin-bottom: 30px
    }
}

.aawp .aawp-product--vertical .aawp-product__ribbon {
    padding: 0 10px
}

.aawp .aawp-product--vertical .aawp-product__ribbon--sale {
    position: absolute;
    right: -1px;
    top: -1px
}

.aawp .aawp-product--vertical .aawp-product__ribbon--bestseller, .aawp .aawp-product--vertical .aawp-product__ribbon--new {
    left: -1px;
    position: absolute;
    top: -1px
}

.aawp .aawp-product--vertical .aawp-product__image {
    border: none;
    box-shadow: none;
    display: block;
    height: 250px;
    margin: 0 auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 250px
}

.aawp .aawp-product--vertical.aawp-product--bestseller .aawp-product__image, .aawp .aawp-product--vertical.aawp-product--new .aawp-product__image {
    margin-top: 3px
}

.aawp .aawp-product--vertical .aawp-product__content {
    min-height: 75px;
    position: relative
}

.aawp .aawp-product--vertical .aawp-product__title {
    border: none;
    box-shadow: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    outline: none;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis
}

.aawp .aawp-product--vertical .aawp-product__meta {
    display: inline-block;
    display: block;
    margin-top: 5px
}

    .aawp .aawp-product--vertical .aawp-product__meta .aawp-check-prime {
        float: right;
        margin-top: 7px
    }

.aawp .aawp-product--vertical .aawp-product__reviews {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: -10%
}

.aawp .aawp-product--vertical .aawp-product__footer {
    text-align: right
}

    .aawp .aawp-product--vertical .aawp-product__footer .aawp-check-prime {
        margin-bottom: 5px
    }

    .aawp .aawp-product--vertical .aawp-product__footer .aawp-button {
        display: block;
        margin: 0;
        width: 100%
    }

        .aawp .aawp-product--vertical .aawp-product__footer .aawp-button + .aawp-button {
            margin-top: 10px
        }

.aawp .aawp-product--vertical .aawp-product__pricing {
    display: inline-block;
    margin-top: 10px;
    width: 100%
}

    .aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--current:empty, .aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--old:empty, .aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price:empty, .aawp .aawp-product--vertical .aawp-product__pricing:empty {
        display: none;
        margin: 0
    }

.aawp .aawp-product--vertical .aawp-product__price {
    line-height: 18px
}

.aawp .aawp-product--vertical .aawp-product__price--old {
    color: #666;
    float: left;
    font-size: 14px;
    text-decoration: line-through
}

.aawp .aawp-product--vertical .aawp-product__price--current {
    float: right;
    font-size: 18px;
    font-weight: 700
}

.aawp .aawp-product--vertical .aawp-product__info {
    color: #666;
    display: block;
    font-size: 11px;
    margin-top: 10px;
    text-align: center
}

.aawp .aawp-product--vertical.aawp-product--style-light {
    box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--vertical.aawp-product--style-dark {
    background: #232f3e;
    color: #e2e2e2
}

    .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__teaser, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:focus, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__info, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

.aawp .aawp-product--vertical.aawp-product--style-wayl {
    background: #96281b;
    color: #e2e2e2
}

    .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__teaser, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:focus, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__info, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

.aawp .aawp-product--list {
    zoom: 1;
    background: #fff;
    border: 1px solid #ececec;
    color: inherit;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    position: relative;
    white-space: normal
}

    .aawp .aawp-product--list:after, .aawp .aawp-product--list:before {
        content: " ";
        display: table
    }

    .aawp .aawp-product--list:after {
        clear: both
    }

@media (max-width:480px) {
    .aawp .aawp-product--list {
        margin-bottom: 15px
    }
}

.aawp .aawp-product--list.ribbon {
    padding-top: 35px
}

.aawp .aawp-product--list .aawp-box__thumb {
    float: left;
    width: 160px
}

@media (max-width:768px) {
    .aawp .aawp-product--list .aawp-box__thumb {
        float: none;
        width: 100%
    }
}

.aawp .aawp-product--list .aawp-box__image {
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-width: 100%
}

.aawp .aawp-product--list .aawp-box__rating {
    margin: 0 auto 10px;
    text-align: center
}

.aawp .aawp-product--list .aawp-box__reviews {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.aawp .aawp-product--list .aawp-box__content {
    margin-left: 160px;
    padding-left: 20px
}

@media (max-width:768px) {
    .aawp .aawp-product--list .aawp-box__content {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--list .aawp-box__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px
}

@media (max-width:480px) {
    .aawp .aawp-product--list .aawp-box__title {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.aawp .aawp-product--list .aawp-box__description {
    margin: 0
}

    .aawp .aawp-product--list .aawp-box__description > p {
        margin: 0 0 5px
    }

        .aawp .aawp-product--list .aawp-box__description > p:empty {
            display: none
        }

    .aawp .aawp-product--list .aawp-box__description > ul {
        list-style-position: outside !important;
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

        .aawp .aawp-product--list .aawp-box__description > ul li {
            margin: 0;
            padding: 0
        }

@media (max-width:480px) {
    .aawp .aawp-product--list .aawp-box__description {
        display: none
    }
}

.aawp .aawp-product--list .aawp-box__footer {
    margin-left: 160px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:768px) {
    .aawp .aawp-product--list .aawp-box__footer {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--list .aawp-box__pricing {
    display: block;
    margin-bottom: 5px
}

    .aawp .aawp-product--list .aawp-box__pricing:empty {
        display: none
    }

    .aawp .aawp-product--list .aawp-box__pricing span + span {
        margin-left: 15px
    }

        .aawp .aawp-product--list .aawp-box__pricing span + span.aawp-check-premium, .aawp .aawp-product--list .aawp-box__pricing span + span.aawp-check-prime {
            margin-left: 5px
        }

@media (max-width:480px) {
    .aawp .aawp-product--list .aawp-box__pricing {
        margin-bottom: 0
    }
}

.aawp .aawp-product--list .aawp-box__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle
}

.aawp .aawp-product--list .aawp-box__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp .aawp-product--list .aawp-box__price--current {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .aawp .aawp-product--list .aawp-box__price--current {
        font-size: 16px
    }
}

.aawp .aawp-product--list .aawp-box__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 4px 6px
}

.aawp .aawp-product--list .aawp-button + .aawp-button {
    margin-left: 15px;
    margin-top: 5px
}

.aawp .aawp-product--list .aawp-box__ribbon {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase
}

.aawp .aawp-product--list .aawp-box__bestseller {
    background: #e47911;
    background: rgba(228,121,17,.8);
    border-bottom-right-radius: 2px;
    left: -1px;
    top: -1px
}

.aawp .aawp-product--list .aawp-box__sale {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-bottom-left-radius: 2px;
    right: -1px;
    top: -1px
}

.aawp .aawp-product--list .aawp-box__info {
    bottom: 10px;
    color: #666;
    font-size: 11px;
    left: 15px;
    max-width: 225px;
    position: absolute;
    text-align: left
}

@media (max-width:768px) {
    .aawp .aawp-product--list .aawp-box__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static
    }
}

@media (min-width:768px) {
    .aawp .aawp-product--list.inline-info .aawp-box__thumb {
        margin-bottom: 30px
    }
}

.aawp .aawp-product--list:first-child.aawp-product--ribbon {
    margin-top: 10px
}

.aawp .aawp-product--list.aawp-product--bestseller, .aawp .aawp-product--list.aawp-product--new {
    padding-top: 20px
}

.aawp .aawp-product--list .aawp-product__ribbon {
    font-size: 11px;
    line-height: 18px;
    padding: 0 20px;
    z-index: 10
}

.aawp .aawp-product--list .aawp-product__ribbon--sale {
    border-radius: 0;
    position: absolute;
    right: -5px;
    top: -10px
}

.aawp .aawp-product--list .aawp-product__ribbon--bestseller, .aawp .aawp-product--list .aawp-product__ribbon--new {
    left: -5px;
    position: absolute;
    top: -10px
}

.aawp .aawp-product--list .aawp-product__inner {
    display: block;
    position: relative
}

.aawp .aawp-product--list .aawp-product__image-link, .aawp .aawp-product--list .aawp-product__image-link:active, .aawp .aawp-product--list .aawp-product__image-link:focus, .aawp .aawp-product--list .aawp-product__image-link:hover {
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none
}

.aawp .aawp-product--list .aawp-product__image {
    bottom: 0;
    display: block;
    height: 75px;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: 5
}

.aawp .aawp-product--list .aawp-product__content {
    display: block;
    margin-left: 75px;
    min-height: 75px;
    padding: 3px 10px 5px
}

.aawp .aawp-product--list .aawp-product__title {
    border: none;
    box-shadow: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 5px;
    outline: none;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:769px) {
    .aawp .aawp-product--list .aawp-product__title {
        width: 100%
    }
}

.aawp .aawp-product--list .aawp-product__teaser {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 0
}

.aawp .aawp-product--list .aawp-product__meta {
    zoom: 1
}

    .aawp .aawp-product--list .aawp-product__meta:after, .aawp .aawp-product--list .aawp-product__meta:before {
        content: " ";
        display: table
    }

    .aawp .aawp-product--list .aawp-product__meta:after {
        clear: both
    }

.aawp .aawp-product--list .aawp-product__price, .aawp .aawp-product--list .aawp-star-rating {
    margin-bottom: 0
}

.aawp .aawp-product--list .aawp-star-rating {
    margin-right: 10px;
    margin-top: -1px
}

.aawp .aawp-product--list .aawp-product__price {
    color: inherit;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.aawp .aawp-product--list .aawp-product__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp .aawp-product--list .aawp-product__price--current {
    font-weight: 700
}

.aawp .aawp-product--list .aawp-product__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 6px
}

.aawp .aawp-product--list.aawp-product--style-light {
    box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--list.aawp-product--style-dark {
    background: #232f3e;
    color: #e2e2e2
}

    .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__teaser, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:focus, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__info, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--list.aawp-product--style-dark .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

.aawp .aawp-product--list.aawp-product--style-wayl {
    background: #96281b;
    color: #e2e2e2
}

    .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__teaser, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:focus, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__info, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

.aawp .aawp-product--widget-small {
    zoom: 1;
    background: #fff;
    border: 1px solid #ececec;
    color: inherit;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 100%;
    min-width: 100%;
    padding: 5px;
    position: relative;
    white-space: normal
}

    .aawp .aawp-product--widget-small:after, .aawp .aawp-product--widget-small:before {
        content: " ";
        display: table
    }

    .aawp .aawp-product--widget-small:after {
        clear: both
    }

@media (max-width:480px) {
    .aawp .aawp-product--widget-small {
        margin-bottom: 15px
    }
}

.aawp .aawp-product--widget-small.ribbon {
    padding-top: 35px
}

.aawp .aawp-product--widget-small .aawp-box__thumb {
    float: left;
    width: 160px
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-small .aawp-box__thumb {
        float: none;
        width: 100%
    }
}

.aawp .aawp-product--widget-small .aawp-box__image {
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-width: 100%
}

.aawp .aawp-product--widget-small .aawp-box__rating {
    margin: 0 auto 10px;
    text-align: center
}

.aawp .aawp-product--widget-small .aawp-box__reviews {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.aawp .aawp-product--widget-small .aawp-box__content {
    margin-left: 160px;
    padding-left: 20px
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-small .aawp-box__content {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--widget-small .aawp-box__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px
}

@media (max-width:480px) {
    .aawp .aawp-product--widget-small .aawp-box__title {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.aawp .aawp-product--widget-small .aawp-box__description {
    margin: 0
}

    .aawp .aawp-product--widget-small .aawp-box__description > p {
        margin: 0 0 5px
    }

        .aawp .aawp-product--widget-small .aawp-box__description > p:empty {
            display: none
        }

    .aawp .aawp-product--widget-small .aawp-box__description > ul {
        list-style-position: outside !important;
        margin: 0 0 5px;
        padding: 0 0 0 20px
    }

        .aawp .aawp-product--widget-small .aawp-box__description > ul li {
            margin: 0;
            padding: 0
        }

@media (max-width:480px) {
    .aawp .aawp-product--widget-small .aawp-box__description {
        display: none
    }
}

.aawp .aawp-product--widget-small .aawp-box__footer {
    margin-left: 160px;
    padding-left: 20px;
    text-align: right
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-small .aawp-box__footer {
        margin: 0;
        padding: 0
    }
}

.aawp .aawp-product--widget-small .aawp-box__pricing {
    display: block;
    margin-bottom: 5px
}

    .aawp .aawp-product--widget-small .aawp-box__pricing:empty {
        display: none
    }

    .aawp .aawp-product--widget-small .aawp-box__pricing span + span {
        margin-left: 15px
    }

        .aawp .aawp-product--widget-small .aawp-box__pricing span + span.aawp-check-premium, .aawp .aawp-product--widget-small .aawp-box__pricing span + span.aawp-check-prime {
            margin-left: 5px
        }

@media (max-width:480px) {
    .aawp .aawp-product--widget-small .aawp-box__pricing {
        margin-bottom: 0
    }
}

.aawp .aawp-product--widget-small .aawp-box__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle
}

.aawp .aawp-product--widget-small .aawp-box__price--old {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.aawp .aawp-product--widget-small .aawp-box__price--current {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:480px) {
    .aawp .aawp-product--widget-small .aawp-box__price--current {
        font-size: 16px
    }
}

.aawp .aawp-product--widget-small .aawp-box__price--saved {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
    margin-top: 11px;
    padding: 4px 6px
}

.aawp .aawp-product--widget-small .aawp-button + .aawp-button {
    margin-left: 15px;
    margin-top: 5px
}

.aawp .aawp-product--widget-small .aawp-box__ribbon {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase
}

.aawp .aawp-product--widget-small .aawp-box__bestseller {
    background: #e47911;
    background: rgba(228,121,17,.8);
    border-bottom-right-radius: 2px;
    left: -1px;
    top: -1px
}

.aawp .aawp-product--widget-small .aawp-box__sale {
    background: #27ae60;
    background: rgba(39,174,96,.8);
    border-bottom-left-radius: 2px;
    right: -1px;
    top: -1px
}

.aawp .aawp-product--widget-small .aawp-box__info {
    bottom: 10px;
    color: #666;
    font-size: 11px;
    left: 15px;
    max-width: 225px;
    position: absolute;
    text-align: left
}

@media (max-width:768px) {
    .aawp .aawp-product--widget-small .aawp-box__info {
        display: block;
        margin-top: 10px;
        max-width: 100%;
        position: static
    }
}

@media (min-width:768px) {
    .aawp .aawp-product--widget-small.inline-info .aawp-box__thumb {
        margin-bottom: 30px
    }
}

.aawp .aawp-product--widget-small:first-child.aawp-product--ribbon {
    margin-top: 10px
}

.aawp .aawp-product--widget-small.aawp-product--bestseller, .aawp .aawp-product--widget-small.aawp-product--new {
    padding-top: 15px
}

.aawp .aawp-product--widget-small .aawp-product__ribbon {
    font-size: 11px;
    line-height: 18px;
    padding: 0 10px;
    z-index: 10
}

.aawp .aawp-product--widget-small .aawp-product__ribbon--sale {
    border-radius: 0;
    position: absolute;
    right: -5px;
    top: -10px
}

.aawp .aawp-product--widget-small .aawp-product__ribbon--bestseller, .aawp .aawp-product--widget-small .aawp-product__ribbon--new {
    left: -5px;
    position: absolute;
    top: -10px
}

.aawp .aawp-product--widget-small .aawp-product__inner {
    display: block;
    position: relative
}

.aawp .aawp-product--widget-small .aawp-product__image-link, .aawp .aawp-product--widget-small .aawp-product__image-link:active, .aawp .aawp-product--widget-small .aawp-product__image-link:focus, .aawp .aawp-product--widget-small .aawp-product__image-link:hover {
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none
}

.aawp .aawp-product--widget-small .aawp-product__image {
    bottom: 0;
    display: block;
    height: 75px;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: 5
}

.aawp .aawp-product--widget-small .aawp-product__content {
    display: block;
    margin-left: 75px;
    min-height: 75px;
    padding: 3px 10px 5px
}

.aawp .aawp-product--widget-small .aawp-product__title {
    border: none;
    box-shadow: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 5px;
    outline: none;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis
}

@media (min-width:769px) {
    .aawp .aawp-product--widget-small .aawp-product__title {
        height: 40px
    }
}

.aawp .aawp-product--widget-small .aawp-product__meta {
    zoom: 1;
    margin-top: 5px
}

    .aawp .aawp-product--widget-small .aawp-product__meta:after, .aawp .aawp-product--widget-small .aawp-product__meta:before {
        content: " ";
        display: table
    }

    .aawp .aawp-product--widget-small .aawp-product__meta:after {
        clear: both
    }

.aawp .aawp-product--widget-small .aawp-product__price, .aawp .aawp-product--widget-small .aawp-star-rating {
    margin-bottom: 0
}

.aawp .aawp-product--widget-small .aawp-star-rating {
    margin-right: 5px
}

.aawp .aawp-product--widget-small .aawp-product__price {
    color: inherit;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle
}

.aawp .aawp-product--widget-small.aawp-product--style-light {
    box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--widget-small.aawp-product--style-dark {
    background: #232f3e;
    color: #e2e2e2
}

    .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__teaser, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:focus, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__info, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--old, .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

    .aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current {
        color: #e2e2e2
    }

.aawp .aawp-product--widget-small.aawp-product--style-wayl {
    background: #96281b;
    color: #e2e2e2
}

    .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:visited {
        color: #fff
    }

        .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__teaser, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:focus, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:hover {
            color: #e2e2e2
        }

    .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current {
        color: #fff
    }

    .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__info, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--old, .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__reviews {
        color: #ccc
    }

    .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl {
        background-image: url(media/wayl-inverted.svg)
    }

        .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl > span {
            background-image: url(media/wayl-inverted-active.svg)
        }

    .aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current {
        color: #e2e2e2
    }

.aawp-floating-wrapper, div.aawp-floating-wrapper {
    box-sizing: border-box
}

@media (min-width:601px) {
    .aawp-floating-wrapper--left, .aawp-floating-wrapper--right {
        max-width: 250px
    }

    .aawp-floating-wrapper--left {
        float: left;
        margin: 0 1em 1em 0
    }

    .aawp-floating-wrapper--right {
        float: right;
        margin: 0 0 1em 1em
    }
}

@charset "UTF-8";

@-webkit-keyframes ftwpFadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes ftwpFadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes ftwpFadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes ftwpFadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes ftwpZoomIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
}

@keyframes ftwpZoomIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes ftwpZoomOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }

    50% {
        opacity: 1
    }

    80% {
        opacity: .3
    }

    to {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
}

@keyframes ftwpZoomOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }

    50% {
        opacity: 1
    }

    80% {
        opacity: .3
    }

    to {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
}

@-webkit-keyframes ftwpHide {
    0% {
        visibility: visible
    }

    to {
        visibility: hidden
    }
}

@keyframes ftwpHide {
    0% {
        visibility: visible
    }

    to {
        visibility: hidden
    }
}

@-webkit-keyframes ftwpShow {
    0%,99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes ftwpShow {
    0%,99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-webkit-keyframes ftwpTargetHint {
    0%,to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes ftwpTargetHint {
    0%,to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@font-face {
    font-display: swap;
    src: url(../../../plugins/fixed-toc/frontend/assets/fonts/icons.eot?45335921);
    src: url(../../../plugins/fixed-toc/frontend/assets/fonts/icons.eot?45335921#iefix) format("embedded-opentype"),url(../../../plugins/fixed-toc/frontend/assets/fonts/icons.woff2?45335921) format("woff2"),url(../../../plugins/fixed-toc/frontend/assets/fonts/icons.woff?45335921) format("woff"),url(../../../plugins/fixed-toc/frontend/assets/fonts/icons.ttf?45335921) format("truetype"),url(../../../plugins/fixed-toc/frontend/assets/fonts/icons.svg?45335921#fontello) format("svg");
    font-family: "ftwp-icon"
}

#ftwp-container.ftwp-wrap, #ftwp-container.ftwp-wrap a, #ftwp-container.ftwp-wrap a:active, #ftwp-container.ftwp-wrap a:focus, #ftwp-container.ftwp-wrap a:hover, #ftwp-container.ftwp-wrap a:link, #ftwp-container.ftwp-wrap a:visited, #ftwp-container.ftwp-wrap button, #ftwp-container.ftwp-wrap button:active, #ftwp-container.ftwp-wrap button:focus, #ftwp-container.ftwp-wrap button:hover, #ftwp-container.ftwp-wrap div, #ftwp-container.ftwp-wrap h1, #ftwp-container.ftwp-wrap h2, #ftwp-container.ftwp-wrap h3, #ftwp-container.ftwp-wrap h4, #ftwp-container.ftwp-wrap h5, #ftwp-container.ftwp-wrap h6, #ftwp-container.ftwp-wrap header, #ftwp-container.ftwp-wrap li, #ftwp-container.ftwp-wrap li::after, #ftwp-container.ftwp-wrap li::before, #ftwp-container.ftwp-wrap nav, #ftwp-container.ftwp-wrap ol, #ftwp-container.ftwp-wrap span, #ftwp-container.ftwp-wrap ul {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font: inherit;
    color: inherit;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    text-align: inherit;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 0;
    clear: none
}

    #ftwp-container.ftwp-wrap button {
        min-height: initial
    }

    #ftwp-container.ftwp-wrap li {
        list-style: none
    }

        #ftwp-container.ftwp-wrap header::before, #ftwp-container.ftwp-wrap li::after, #ftwp-container.ftwp-wrap li::before, #ftwp-container.ftwp-wrap nav::before {
            display: none
        }

#ftwp-container.ftwp-wrap {
    font-family: inherit;
    font-size: 12px
}

    #ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor::before, #ftwp-container.ftwp-wrap .ftwp-icon, #ftwp-container.ftwp-wrap .ftwp-icon-bullet, #ftwp-container.ftwp-wrap .ftwp-icon-circle, #ftwp-container.ftwp-wrap .ftwp-icon-circle-o, #ftwp-container.ftwp-wrap .ftwp-icon-collapse, #ftwp-container.ftwp-wrap .ftwp-icon-ellipsis, #ftwp-container.ftwp-wrap .ftwp-icon-expand, #ftwp-container.ftwp-wrap .ftwp-icon-menu, #ftwp-container.ftwp-wrap .ftwp-icon-minimize, #ftwp-container.ftwp-wrap .ftwp-icon-number, #ftwp-container.ftwp-wrap .ftwp-icon-square, #ftwp-container.ftwp-wrap .ftwp-icon-square-o, #ftwp-container.ftwp-wrap .ftwp-icon-vellipsis {
        display: inline-block;
        font-family: "ftwp-icon";
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        #ftwp-container.ftwp-wrap .ftwp-icon-menu::before {
            content: ""
        }

        #ftwp-container.ftwp-wrap .ftwp-icon-bullet::before {
            content: ""
        }

        #ftwp-container.ftwp-wrap .ftwp-icon-number::before {
            content: ""
        }

        #ftwp-container.ftwp-wrap .ftwp-icon-ellipsis::before {
            content: ""
        }

        #ftwp-container.ftwp-wrap .ftwp-icon-vellipsis::before {
            content: ""
        }

        #ftwp-container #ftwp-list.ftwp-liststyle-circle .ftwp-anchor::before, #ftwp-container.ftwp-wrap .ftwp-icon-circle::before {
            content: ""
        }

        #ftwp-container #ftwp-list.ftwp-liststyle-circle-o .ftwp-anchor::before, #ftwp-container.ftwp-wrap .ftwp-icon-circle-o::before {
            content: ""
        }

        #ftwp-container #ftwp-list.ftwp-liststyle-square .ftwp-anchor::before, #ftwp-container.ftwp-wrap .ftwp-icon-square::before {
            content: ""
        }

        #ftwp-container #ftwp-list.ftwp-liststyle-square-o .ftwp-anchor::before, #ftwp-container.ftwp-wrap .ftwp-icon-square-o::before {
            content: ""
        }

        #ftwp-container.ftwp-wrap .ftwp-icon-expand::before {
            content: ""
        }

        #ftwp-container.ftwp-wrap .ftwp-icon-collapse::before {
            content: ""
        }

        #ftwp-container.ftwp-wrap .ftwp-icon-minimize::before {
            content: ""
        }

    #ftwp-container.ftwp-wrap .ftwp-transform-left-top {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

    #ftwp-container.ftwp-wrap .ftwp-transform-left-center {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }

    #ftwp-container.ftwp-wrap .ftwp-transform-left-bottom {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }

    #ftwp-container.ftwp-wrap .ftwp-transform-right-top {
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top
    }

    #ftwp-container.ftwp-wrap .ftwp-transform-right-center {
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }

    #ftwp-container.ftwp-wrap .ftwp-transform-right-bottom {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }

    #ftwp-container.ftwp-wrap #ftwp-trigger {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: rgba(238,238,238,.95);
        color: #333;
        font-size: 30px;
        position: relative
    }

        #ftwp-container.ftwp-wrap #ftwp-trigger:hover {
            cursor: pointer
        }

        #ftwp-container.ftwp-wrap #ftwp-trigger:focus {
            outline: 5px #0ff solid;
            box-shadow: 0 10px 10px rgba(0,0,0,.5)
        }

        #ftwp-container.ftwp-wrap #ftwp-trigger .ftwp-trigger-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

    #ftwp-container.ftwp-wrap #ftwp-contents {
        width: 250px;
        max-width: 100%;
        overflow: hidden;
        height: auto;
        max-height: 100%
    }

        #ftwp-container.ftwp-wrap #ftwp-contents:hover #ftwp-header, #ftwp-container.ftwp-wrap #ftwp-contents:hover #ftwp-list {
            background: #eee
        }

    #ftwp-container.ftwp-wrap #ftwp-header {
        color: #333;
        background: rgba(238,238,238,.95);
        padding: 10px;
        font-size: 19.2px;
        line-height: 1.5;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    #ftwp-container.ftwp-wrap #ftwp-header-control {
        float: left;
        margin-right: 5px
    }

    #ftwp-container.ftwp-wrap #ftwp-header-title {
        font-weight: 700;
        display: block;
        overflow: hidden;
        width: auto
    }

    #ftwp-container.ftwp-wrap #ftwp-header-minimize {
        float: right;
        margin-left: 5px;
        width: 25px;
        text-align: center;
        opacity: .5
    }

        #ftwp-container.ftwp-wrap #ftwp-header-minimize:active, #ftwp-container.ftwp-wrap #ftwp-header-minimize:focus, #ftwp-container.ftwp-wrap #ftwp-header-minimize:hover {
            font-family: "ftwp-icon"
        }

        #ftwp-container.ftwp-wrap #ftwp-header-minimize:focus, #ftwp-container.ftwp-wrap #ftwp-header-minimize:hover {
            opacity: 1
        }

        #ftwp-container.ftwp-wrap #ftwp-header-minimize:hover, #ftwp-container.ftwp-wrap .ftwp-header-clickable:hover {
            cursor: pointer
        }

        #ftwp-container.ftwp-wrap #ftwp-header-minimize:focus {
            outline: 2px solid rgba(51,51,51,.5)
        }

    #ftwp-container.ftwp-wrap #ftwp-header::after {
        content: "";
        display: table;
        clear: both
    }

    #ftwp-container.ftwp-wrap #ftwp-list {
        color: #333;
        font-size: 12px;
        background: rgba(238,238,238,.95);
        line-height: 1.2;
        overflow-y: auto;
        width: 100%;
        -webkit-transition: background .3s;
        transition: background .3s
    }

        #ftwp-container.ftwp-wrap #ftwp-list .ftwp-item {
            text-indent: 0;
            overflow: hidden
        }

        #ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor {
            display: block;
            padding: 5px 10px;
            z-index: 10;
            overflow: hidden;
            position: relative;
            -webkit-transition: color .3s;
            transition: color .3s
        }

            #ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover {
                color: #00a368
            }

            #ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:focus {
                color: #fff
            }

        #ftwp-container.ftwp-wrap #ftwp-list .ftwp-active, #ftwp-container.ftwp-wrap #ftwp-list .ftwp-active:hover {
            color: #fff
        }

#ftwp-container.ftwp-fixed-to-post.ftwp-minimize #ftwp-trigger {
    visibility: visible
}

#ftwp-container.ftwp-fixed-to-post.ftwp-maximize #ftwp-trigger, #ftwp-container.ftwp-fixed-to-post.ftwp-minimize #ftwp-contents {
    visibility: hidden;
    z-index: -100
}

#ftwp-container.ftwp-fixed-to-post.ftwp-maximize #ftwp-contents {
    visibility: visible
}

#ftwp-container.ftwp-fixed-to-post {
    position: relative;
    z-index: 999
}

    #ftwp-container.ftwp-fixed-to-post #ftwp-contents, #ftwp-container.ftwp-fixed-to-post #ftwp-trigger {
        position: fixed;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto
    }

    #ftwp-container.ftwp-fixed-to-post.ftwp-top-left #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-top-left #ftwp-trigger, #ftwp-container.ftwp-fixed-to-post.ftwp-top-right #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-top-right #ftwp-trigger {
        top: 0
    }

    #ftwp-container.ftwp-fixed-to-post.ftwp-middle-left #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-middle-left #ftwp-trigger, #ftwp-container.ftwp-fixed-to-post.ftwp-middle-right #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-middle-right #ftwp-trigger {
        top: 0;
        bottom: 0;
        margin: auto 0
    }

@media screen and (max-height:420px) {
    #ftwp-container.ftwp-fixed-to-post.ftwp-middle-left #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-middle-right #ftwp-contents {
        margin: 0
    }
}

#ftwp-container.ftwp-fixed-to-post.ftwp-bottom-left #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-bottom-left #ftwp-trigger, #ftwp-container.ftwp-fixed-to-post.ftwp-bottom-right #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-bottom-right #ftwp-trigger {
    bottom: 0
}

#ftwp-container #ftwp-contents.ftwp-border-thin, #ftwp-container #ftwp-trigger.ftwp-border-thin {
    border-color: rgba(51,51,51,.95);
    border-style: solid;
    border-width: 1px
}

#ftwp-container #ftwp-trigger.ftwp-border-thin {
    font-size: 29.5px
}

#ftwp-container #ftwp-contents.ftwp-border-medium, #ftwp-container #ftwp-trigger.ftwp-border-medium {
    border-color: rgba(51,51,51,.95);
    border-style: solid;
    border-width: 2px
}

#ftwp-container #ftwp-trigger.ftwp-border-medium {
    font-size: 29px
}

#ftwp-container #ftwp-contents.ftwp-border-bold, #ftwp-container #ftwp-trigger.ftwp-border-bold {
    border-color: rgba(51,51,51,.95);
    border-style: solid;
    border-width: 5px
}

#ftwp-container #ftwp-trigger.ftwp-border-bold {
    font-size: 27.5px
}

#ftwp-container.ftwp-wrap .ftwp-shape-round, #ftwp-container.ftwp-wrap .ftwp-shape-round:active, #ftwp-container.ftwp-wrap .ftwp-shape-round:focus, #ftwp-container.ftwp-wrap .ftwp-shape-round:hover {
    border-radius: 7px
}

#ftwp-container.ftwp-border-thin .ftwp-shape-round #ftwp-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

#ftwp-container.ftwp-border-thin .ftwp-shape-round #ftwp-list {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

#ftwp-container.ftwp-border-medium .ftwp-shape-round #ftwp-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#ftwp-container.ftwp-border-medium .ftwp-shape-round #ftwp-list {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

#ftwp-container.ftwp-border-bold .ftwp-shape-round #ftwp-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

#ftwp-container.ftwp-border-bold .ftwp-shape-round #ftwp-list {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

#ftwp-container.ftwp-wrap .ftwp-shape-circle, #ftwp-container.ftwp-wrap .ftwp-shape-circle:active, #ftwp-container.ftwp-wrap .ftwp-shape-circle:focus, #ftwp-container.ftwp-wrap .ftwp-shape-circle:hover {
    border-radius: 50%
}

    #ftwp-container.ftwp-wrap .ftwp-shape-circle .ftwp-trigger-icon {
        font-size: 27px
    }

    #ftwp-container.ftwp-wrap .ftwp-shape-circle.ftwp-border-thin .ftwp-trigger-icon {
        font-size: 26px
    }

    #ftwp-container.ftwp-wrap .ftwp-shape-circle.ftwp-border-medium .ftwp-trigger-icon {
        font-size: 25px
    }

    #ftwp-container.ftwp-wrap .ftwp-shape-circle.ftwp-border-bold .ftwp-trigger-icon {
        font-size: 22px
    }

#ftwp-container #ftwp-list .ftwp-anchor::before {
    float: left;
    font-size: 4.8px;
    line-height: 3;
    margin-right: 10px
}

#ftwp-container #ftwp-list .ftwp-text {
    display: block;
    overflow: hidden
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-liststyle-decimal ol, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-liststyle-decimal ul, #ftwp-container #ftwp-list.ftwp-liststyle-decimal {
    counter-reset: List
}

    #ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-item {
        counter-increment: List
    }

    #ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor::before {
        font-size: 12px;
        line-height: 1.2;
        font-family: inherit;
        content: counters(List,".")
    }

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-liststyle-none .ftwp-anchor::before {
    content: ".";
    visibility: hidden;
    margin-right: 0
}

#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-anchor::before {
    margin-left: 20px
}

#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-sub .ftwp-anchor::before {
    margin-left: 40px
}

#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-sub .ftwp-sub .ftwp-anchor::before {
    margin-left: 60px
}

#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-sub .ftwp-sub .ftwp-sub .ftwp-anchor::before {
    margin-left: 80px
}

#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-sub .ftwp-sub .ftwp-sub .ftwp-sub .ftwp-anchor::before {
    margin-left: 100px
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-collapse > .ftwp-sub, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-collapse > .ftwp-sub * {
    height: 0;
    visibility: hidden;
    padding: 0;
    margin: 0
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {
    padding-left: 32px
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub {
    position: relative
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-collapse, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-expand {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    box-sizing: content-box;
    opacity: .5;
    -webkit-transition: transform .1s,opacity .3s;
    transition: transform .1s,opacity .3s;
    z-index: 20
}

    #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-collapse:focus, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-collapse:hover, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-expand:focus, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-expand:hover {
        font-family: "ftwp-icon";
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .9
    }

    #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-collapse:hover, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-expand:hover {
        cursor: default
    }

    #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-collapse:focus, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-expand:focus {
        outline: 2px solid rgba(51,51,51,.5)
    }

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-collapse, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-expand {
    left: 20px
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-collapse, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-expand {
    left: 40px
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-collapse, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-expand {
    left: 60px
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-collapse, #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub .ftwp-has-sub > .ftwp-icon-expand {
    left: 80px
}

#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-circle-o > .ftwp-item > .ftwp-anchor::before, #ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-circle > .ftwp-item > .ftwp-anchor::before, #ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-square-o > .ftwp-item > .ftwp-anchor::before, #ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-square > .ftwp-item > .ftwp-anchor::before {
    font-size: 6px;
    line-height: 2.4;
    font-weight: 700
}

#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal > .ftwp-item > .ftwp-anchor::before, #ftwp-container #ftwp-list.ftwp-strong-first > .ftwp-item > .ftwp-anchor .ftwp-text {
    font-size: 13.2px;
    font-weight: 700
}

#ftwp-container #ftwp-list.ftwp-effect-basic .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-round-corners .ftwp-text::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#ftwp-container #ftwp-list.ftwp-effect-basic .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-reveal-leftline .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-reveal-rightline .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-reveal-underline .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-round-corners .ftwp-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: rgba(221,51,51,.95);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: transform,bottom,left,right,background;
    transition-property: transform,bottom,left,right,background
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-center .ftwp-text::before {
    background: rgba(221,51,51,.95)
}

#ftwp-container #ftwp-list.ftwp-effect-shutter-out .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-underline-from-center .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-underline-from-left .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-underline-from-right .ftwp-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: transform,bottom,left,right,background;
    transition-property: transform,bottom,left,right,background
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-right .ftwp-text::before {
    right: 0;
    background: rgba(221,51,51,.95)
}

#ftwp-container #ftwp-list.ftwp-effect-shutter-out .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-underline-from-left .ftwp-text::before {
    left: 0
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-left .ftwp-text::before {
    background: rgba(221,51,51,.95)
}

#ftwp-container #ftwp-list.ftwp-effect-shutter-out .ftwp-text::before {
    top: 0;
    right: 0
}

#ftwp-container #ftwp-list.ftwp-effect-bounce-to-left .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-bounce-to-right .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-radial-in .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-radial-out .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-rectangle-in .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-rectangle-out .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-shutter-in .ftwp-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(221,51,51,.95);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: transform,bottom,left,right,background;
    transition-property: transform,bottom,left,right,background
}

#ftwp-container #ftwp-list.ftwp-effect-sweep-to-left .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-sweep-to-right .ftwp-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(221,51,51,.95);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

#ftwp-container #ftwp-list.ftwp-effect-sweep-to-right .ftwp-text::before {
    -webkit-transition-property: transform,bottom,left,right,background;
    transition-property: transform,bottom,left,right,background
}

#ftwp-container #ftwp-list.ftwp-effect-fade .ftwp-anchor.ftwp-active, #ftwp-container #ftwp-list.ftwp-effect-fade .ftwp-anchor:focus, #ftwp-container #ftwp-list.ftwp-effect-radial-in .ftwp-anchor.ftwp-active, #ftwp-container #ftwp-list.ftwp-effect-radial-in .ftwp-anchor:focus, #ftwp-container #ftwp-list.ftwp-effect-rectangle-in .ftwp-anchor.ftwp-active, #ftwp-container #ftwp-list.ftwp-effect-rectangle-in .ftwp-anchor:focus, #ftwp-container #ftwp-list.ftwp-effect-shutter-in .ftwp-anchor.ftwp-active, #ftwp-container #ftwp-list.ftwp-effect-shutter-in .ftwp-anchor:focus {
    background: rgba(221,51,51,.95)
}

#ftwp-container #ftwp-list.ftwp-effect-sweep-to-right .ftwp-text::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#ftwp-container #ftwp-list.ftwp-effect-sweep-to-left .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-sweep-to-left .ftwp-anchor:focus .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-sweep-to-right .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-sweep-to-right .ftwp-anchor:focus .ftwp-text::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

#ftwp-container #ftwp-list.ftwp-effect-sweep-to-left .ftwp-text::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-property: transform;
    transition-property: transform
}

#ftwp-container #ftwp-list.ftwp-effect-bounce-to-left .ftwp-anchor, #ftwp-container #ftwp-list.ftwp-effect-bounce-to-right .ftwp-anchor {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    #ftwp-container #ftwp-list.ftwp-effect-bounce-to-left .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-bounce-to-left .ftwp-anchor:focus .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-bounce-to-right .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-bounce-to-right .ftwp-anchor:focus .ftwp-text::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
        transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
    }

#ftwp-container #ftwp-list.ftwp-effect-bounce-to-left .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-bounce-to-right .ftwp-text::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#ftwp-container #ftwp-list.ftwp-effect-bounce-to-left .ftwp-text::before {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

#ftwp-container #ftwp-list.ftwp-effect-radial-out .ftwp-text::before {
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#ftwp-container #ftwp-list.ftwp-effect-radial-out .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-radial-out .ftwp-anchor:focus .ftwp-text::before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

#ftwp-container #ftwp-list.ftwp-effect-radial-in .ftwp-text::before {
    border-radius: 100%;
    background: rgba(238,238,238,.95);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

#ftwp-container #ftwp-list.ftwp-effect-radial-in .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-radial-in .ftwp-anchor:focus .ftwp-text::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#ftwp-container #ftwp-list.ftwp-effect-rectangle-out .ftwp-text::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#ftwp-container #ftwp-list.ftwp-effect-rectangle-out .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-rectangle-out .ftwp-anchor:focus .ftwp-text::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#ftwp-container #ftwp-list.ftwp-effect-rectangle-in .ftwp-text::before {
    background: rgba(238,238,238,.95)
}

#ftwp-container #ftwp-list.ftwp-effect-rectangle-in .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-rectangle-in .ftwp-anchor:focus .ftwp-text::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#ftwp-container #ftwp-list.ftwp-effect-shutter-in .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-shutter-in .ftwp-anchor:focus .ftwp-text::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

#ftwp-container #ftwp-list.ftwp-effect-shutter-in .ftwp-text::before {
    background: rgba(238,238,238,.95);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

#ftwp-container #ftwp-list.ftwp-effect-shutter-out .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-shutter-out .ftwp-anchor:focus .ftwp-text::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

#ftwp-container #ftwp-list.ftwp-effect-shutter-out .ftwp-text::before {
    background: rgba(221,51,51,.95);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-left .ftwp-text::before {
    top: auto;
    right: 100%;
    height: 1px
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-left .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-underline-from-left .ftwp-anchor:focus .ftwp-text::before {
    right: 0
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-right .ftwp-text::before {
    top: auto;
    left: 100%;
    height: 1px
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-right .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-underline-from-right .ftwp-anchor:focus .ftwp-text::before {
    left: 0
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-center .ftwp-text::before {
    top: auto;
    left: 50%;
    right: 50%;
    height: 1px
}

#ftwp-container #ftwp-list.ftwp-effect-underline-from-center .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-underline-from-center .ftwp-anchor:focus .ftwp-text::before {
    left: 0;
    right: 0
}

#ftwp-container #ftwp-list.ftwp-effect-reveal-underline .ftwp-text::before {
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px
}

#ftwp-container #ftwp-list.ftwp-effect-reveal-underline .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-reveal-underline .ftwp-anchor:focus .ftwp-text::before {
    bottom: 0
}

#ftwp-container #ftwp-list.ftwp-effect-reveal-leftline .ftwp-text::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: -3px;
    width: 3px
}

#ftwp-container #ftwp-list.ftwp-effect-reveal-leftline .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-reveal-leftline .ftwp-anchor:focus .ftwp-text::before {
    left: 0
}

#ftwp-container #ftwp-list.ftwp-effect-reveal-rightline .ftwp-text::before {
    top: 0;
    right: -3px;
    bottom: 0;
    left: auto;
    width: 3px
}

#ftwp-container #ftwp-list.ftwp-effect-reveal-rightline .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-reveal-rightline .ftwp-anchor:focus .ftwp-text::before {
    right: 0
}

#ftwp-container #ftwp-list.ftwp-effect-round-corners .ftwp-anchor.ftwp-active .ftwp-text::before, #ftwp-container #ftwp-list.ftwp-effect-round-corners .ftwp-anchor:focus .ftwp-text::before {
    background: rgba(221,51,51,.95);
    border-radius: 1em
}

#ftwp-container #ftwp-list.ftwp-effect-round-corners .ftwp-text::before {
    background: rgba(238,238,238,.95)
}

#ftwp-container #ftwp-list.ftwp-effect-border-fade .ftwp-anchor {
    -webkit-transition: color .3s,box-shadow .3s;
    transition: color .3s,box-shadow .3s
}

    #ftwp-container #ftwp-list.ftwp-effect-border-fade .ftwp-anchor.ftwp-active, #ftwp-container #ftwp-list.ftwp-effect-border-fade .ftwp-anchor:focus {
        box-shadow: inset 0 0 0 2px rgba(221,51,51,.95)
    }

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-fade-in.ftwp-maximize #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-animate-fade-in.ftwp-minimize #ftwp-trigger {
    visibility: hidden;
    -webkit-animation: ftwpFadeIn .5s ease-out forwards;
    animation: ftwpFadeIn .5s ease-out forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-fade-inOut.ftwp-minimize #ftwp-trigger {
    visibility: hidden;
    -webkit-animation: ftwpFadeIn .3s .1s ease-out forwards;
    animation: ftwpFadeIn .3s .1s ease-out forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-fade-inOut.ftwp-minimize #ftwp-contents {
    visibility: visible;
    -webkit-animation: ftwpFadeOut .1s ease-in forwards;
    animation: ftwpFadeOut .1s ease-in forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-fade-inOut.ftwp-maximize #ftwp-contents {
    visibility: hidden;
    -webkit-animation: ftwpFadeIn .3s .1s ease-out forwards;
    animation: ftwpFadeIn .3s .1s ease-out forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-fade-inOut.ftwp-maximize #ftwp-trigger {
    visibility: visible;
    -webkit-animation: ftwpFadeOut .1s ease-in forwards;
    animation: ftwpFadeOut .1s ease-in forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-zoom-in.ftwp-maximize #ftwp-contents, #ftwp-container.ftwp-fixed-to-post.ftwp-animate-zoom-in.ftwp-minimize #ftwp-trigger {
    -webkit-animation: ftwpZoomIn .5s ease-out forwards;
    animation: ftwpZoomIn .5s ease-out forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-zoom-inOut.ftwp-maximize #ftwp-trigger {
    visibility: visible;
    -webkit-animation: ftwpHide .1s forwards;
    animation: ftwpHide .1s forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-zoom-inOut.ftwp-maximize #ftwp-contents {
    -webkit-animation: ftwpZoomIn .3s ease-out forwards;
    animation: ftwpZoomIn .3s ease-out forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-zoom-inOut.ftwp-minimize #ftwp-trigger {
    visibility: hidden;
    -webkit-animation: ftwpShow .3s forwards;
    animation: ftwpShow .3s forwards
}

#ftwp-container.ftwp-fixed-to-post.ftwp-animate-zoom-inOut.ftwp-minimize #ftwp-contents {
    -webkit-animation: ftwpZoomOut .4s ease-in forwards;
    animation: ftwpZoomOut .4s ease-in forwards
}

.ftwp-heading-target {
    position: relative;
    outline: 0
}

    .ftwp-heading-target::before {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: -10px;
        width: 4px;
        height: 100%;
        background: #d33;
        -webkit-animation: ftwpTargetHint 1s .6s forwards;
        animation: ftwpTargetHint 1s .6s forwards
    }

.ftwp-fade-trigger, .ftwp-unfade-trigger {
    -webkit-transition-property: opacity,filter;
    transition-property: opacity,filter
}

.ftwp-fade-trigger {
    opacity: .1 !important;
    filter: blur(1px);
    -webkit-transition: 3s ease-in;
    transition: 3s ease-in
}

.ftwp-unfade-trigger {
    opacity: 1;
    filter: blur(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out
}

.ftwp-blur {
    filter: blur(3px) !important;
    opacity: .8 !important;
    -webkit-transition: filter 1s ease-out !important;
    transition: filter 1s ease-out !important
}

.ftwp-unblur {
    filter: blur(0) !important;
    opacity: 1 !important;
    -webkit-transition: filter .3s ease-out !important;
    transition: filter .3s ease-out !important
}

.ftwp-no-scroll {
    overflow: hidden !important
}

.ftwp-in-post#ftwp-container-outer {
    margin-bottom: 20px;
    max-width: 100%
}

    .ftwp-in-post#ftwp-container-outer, .ftwp-in-post#ftwp-container-outer #ftwp-contents {
        height: auto;
        overflow-y: hidden;
        position: relative;
        z-index: 1
    }

        .ftwp-in-post#ftwp-container-outer.ftwp-float-left, .ftwp-in-post#ftwp-container-outer.ftwp-float-left #ftwp-contents, .ftwp-in-post#ftwp-container-outer.ftwp-float-right, .ftwp-in-post#ftwp-container-outer.ftwp-float-right #ftwp-contents {
            width: 250px
        }

        .ftwp-in-post#ftwp-container-outer.ftwp-float-right {
            float: right;
            margin-left: 20px
        }

@media screen and (max-width:420px) {
    .ftwp-in-post#ftwp-container-outer.ftwp-float-right, .ftwp-in-post#ftwp-container-outer.ftwp-float-right #ftwp-contents {
        margin-left: 0;
        margin-right: 0;
        float: none;
        width: 100% !important
    }
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-left {
    float: left;
    margin-right: 20px
}

@media screen and (max-width:420px) {
    .ftwp-in-post#ftwp-container-outer.ftwp-float-left, .ftwp-in-post#ftwp-container-outer.ftwp-float-left #ftwp-contents {
        margin-left: 0;
        margin-right: 0;
        float: none;
        width: 100% !important
    }
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-none, .ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100%
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-center, .ftwp-in-post#ftwp-container-outer.ftwp-float-center #ftwp-contents {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.ftwp-widget #ftwp-container, .ftwp-widget #ftwp-container.ftwp-wrap #ftwp-contents {
    width: 100%;
    height: auto
}

    .ftwp-in-post#ftwp-container-outer #ftwp-trigger, .ftwp-widget #ftwp-container #ftwp-trigger {
        position: absolute;
        top: -9999px;
        z-index: -10;
        visibility: hidden
    }

.ftwp-widget-fixed #ftwp-contents {
    position: fixed;
    z-index: 999
}

.ftwp-widget-invalid {
    display: none
}

#ftwp-container.ftwp-hidden-state {
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    position: fixed;
    top: 0;
    left: 0
}

#ftwp-container.ftwp-ie9.ftwp-maximize #ftwp-contents, #ftwp-container.ftwp-ie9.ftwp-minimize #ftwp-trigger {
    visibility: visible !important
}

#ftwp-container.ftwp-ie9.ftwp-maximize #ftwp-trigger {
    visibility: hidden !important
}

#ftwp-container.ftwp-ie9 #ftwp-trigger:hover {
    filter: none !important
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

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

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

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

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-photo:before {
        content: "\f03e"
    }

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-image:before {
        content: "\f03e"
    }

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

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

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

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

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

.fa.fa-eye, .fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

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

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

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

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-facebook-square, .fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-thumbs-o-up:before {
        content: "\f164"
    }

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-thumbs-o-down:before {
        content: "\f165"
    }

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-linkedin-square:before {
        content: "\f08c"
    }

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-lemon-o:before {
        content: "\f094"
    }

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-facebook, .fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-facebook:before {
        content: "\f39e"
    }

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-facebook-f:before {
        content: "\f39e"
    }

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hdd-o:before {
        content: "\f0a0"
    }

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-right:before {
        content: "\f0a4"
    }

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-left:before {
        content: "\f0a5"
    }

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-up:before {
        content: "\f0a6"
    }

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-down:before {
        content: "\f0a7"
    }

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-files-o:before {
        content: "\f0c5"
    }

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-floppy-o:before {
        content: "\f0c7"
    }

.fa.fa-navicon:before, .fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-google-plus:before {
        content: "\f0d5"
    }

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-money:before {
        content: "\f3d1"
    }

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-linkedin:before {
        content: "\f0e1"
    }

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-comments-o:before {
        content: "\f086"
    }

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard, .fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-paste:before {
        content: "\f328"
    }

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-lightbulb-o:before {
        content: "\f0eb"
    }

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f381"
}

.fa.fa-cloud-upload:before {
    content: "\f382"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-bell-o:before {
        content: "\f0f3"
    }

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-building-o:before {
        content: "\f1ad"
    }

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hospital-o:before {
        content: "\f0f8"
    }

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-smile-o:before {
        content: "\f118"
    }

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-frown-o:before {
        content: "\f119"
    }

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-meh-o:before {
        content: "\f11a"
    }

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-keyboard-o:before {
        content: "\f11c"
    }

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-star-half-empty:before {
        content: "\f089"
    }

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-star-half-full:before {
        content: "\f089"
    }

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-o:before {
        content: "\f133"
    }

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-minus-square-o:before {
        content: "\f146"
    }

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-down:before {
        content: "\f150"
    }

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-down:before {
        content: "\f150"
    }

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-up:before {
        content: "\f151"
    }

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-up:before {
        content: "\f151"
    }

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-right:before {
        content: "\f152"
    }

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-right:before {
        content: "\f152"
    }

.fa.fa-eur:before, .fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-dollar:before, .fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-inr:before, .fa.fa-rupee:before {
    content: "\f156"
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-krw:before, .fa.fa-won:before {
    content: "\f159"
}

.fa.fa-bitcoin, .fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-bitcoin:before {
        content: "\f15a"
    }

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-youtube-play:before {
        content: "\f167"
    }

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-bitbucket-square:before {
        content: "\f171"
    }

.fa.fa-tumblr, .fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

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

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

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

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-gittip:before {
        content: "\f184"
    }

.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-sun-o:before {
        content: "\f185"
    }

.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-moon-o:before {
        content: "\f186"
    }

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-arrow-circle-o-right:before {
        content: "\f35a"
    }

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-arrow-circle-o-left:before {
        content: "\f359"
    }

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-left:before {
        content: "\f191"
    }

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-left:before {
        content: "\f191"
    }

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-dot-circle-o:before {
        content: "\f192"
    }

.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
    content: "\f195"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-plus-square-o:before {
        content: "\f0fe"
    }

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bank:before, .fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-spoon:before {
    content: "\f2e5"
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-life-bouy, .fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-life-bouy:before {
        content: "\f1cd"
    }

.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-life-buoy:before {
        content: "\f1cd"
    }

.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-life-saver:before {
        content: "\f1cd"
    }

.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-support:before {
        content: "\f1cd"
    }

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-ra, .fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-ra:before {
        content: "\f1d0"
    }

.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-resistance:before {
        content: "\f1d0"
    }

.fa.fa-empire, .fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-ge:before {
        content: "\f1d1"
    }

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-y-combinator-square:before {
        content: "\f1d4"
    }

.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-yc-square:before {
        content: "\f1d4"
    }

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-wechat:before {
        content: "\f1d7"
    }

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-paper-plane-o:before {
        content: "\f1d8"
    }

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-send-o:before {
        content: "\f1d8"
    }

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-circle-thin:before {
        content: "\f111"
    }

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-sliders:before {
    content: "\f1de"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-futbol-o:before {
        content: "\f1e3"
    }

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-soccer-ball-o:before {
        content: "\f1e3"
    }

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-newspaper-o:before {
        content: "\f1ea"
    }

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-bell-slash-o:before {
        content: "\f1f6"
    }

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-cc:before {
        content: "\f20a"
    }

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-meanpath:before {
        content: "\f2b4"
    }

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-diamond:before {
        content: "\f3a5"
    }

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-facebook-official:before {
        content: "\f09a"
    }

.fa.fa-pinterest-p, .fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-yc:before {
        content: "\f23b"
    }

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-sticky-note-o:before {
        content: "\f249"
    }

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-clone, .fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hourglass-o:before {
        content: "\f254"
    }

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-rock-o:before {
        content: "\f255"
    }

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-grab-o:before {
        content: "\f255"
    }

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-paper-o:before {
        content: "\f256"
    }

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-stop-o:before {
        content: "\f256"
    }

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-scissors-o:before {
        content: "\f257"
    }

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-lizard-o:before {
        content: "\f258"
    }

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-spock-o:before {
        content: "\f259"
    }

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-pointer-o:before {
        content: "\f25a"
    }

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-peace-o:before {
        content: "\f25b"
    }

.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-plus-o:before {
        content: "\f271"
    }

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-minus-o:before {
        content: "\f272"
    }

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-times-o:before {
        content: "\f273"
    }

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-check-o:before {
        content: "\f274"
    }

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-map-o:before {
        content: "\f279"
    }

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-commenting-o:before {
        content: "\f4ad"
    }

.fa.fa-houzz, .fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-vimeo:before {
        content: "\f27d"
    }

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-pause-circle-o:before {
        content: "\f28b"
    }

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-stop-circle-o:before {
        content: "\f28d"
    }

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-wheelchair-alt:before {
        content: "\f368"
    }

.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide, .fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-google-plus-official:before {
        content: "\f2b3"
    }

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

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

.fa.fa-fa, .fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-fa:before {
        content: "\f2b4"
    }

.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-handshake-o:before {
        content: "\f2b5"
    }

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-address-book-o:before {
        content: "\f2b9"
    }

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-address-card-o:before {
        content: "\f2bb"
    }

.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-vcard-o:before {
        content: "\f2bb"
    }

.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-user-circle-o:before {
        content: "\f2bd"
    }

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

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

.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-id-card-o:before {
        content: "\f2c2"
    }

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-drivers-license-o:before {
        content: "\f2c2"
    }

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize, .fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-window-close-o:before {
        content: "\f410"
    }

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-times-rectangle-o:before {
        content: "\f410"
    }

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-eercast:before {
        content: "\f2da"
    }

.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-snowflake-o:before {
        content: "\f2dc"
    }

.fa.fa-superpowers, .fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.bs-slider-list, .bs-slider-slider, .bs-slider-track {
    position: relative;
    display: block
}

.bs-slider-loading .bs-slider-slide, .bs-slider-loading .bs-slider-track {
    visibility: hidden
}

.bs-slider-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.bs-slider-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .bs-slider-list:focus {
        outline: 0
    }

    .bs-slider-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.bs-slider-slider .bs-slider-list, .bs-slider-slider .bs-slider-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.bs-slider-track {
    top: 0;
    left: 0
}

    .bs-slider-track:after, .bs-slider-track:before {
        display: table;
        content: ''
    }

    .bs-slider-track:after {
        clear: both
    }

.bs-slider-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .bs-slider-slide {
    float: right
}

.bs-slider-slide img {
    display: block
}

.bs-slider-slide.bs-slider-loading img {
    display: none
}

.bs-slider-slide.dragging img {
    pointer-events: none
}

.bs-slider-initialized .bs-slider-slide {
    display: block
}

.bs-slider-vertical .bs-slider-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.bs-slider-arrow.bs-slider-hidden {
    display: none
}

.pp_gallery div, .pp_gallery ul a, .pp_social .facebook {
    overflow: hidden;
    float: left
}

a.pp_contract, a.pp_expand, div.pp_default .pp_next:hover, div.pp_default .pp_previous:hover {
    cursor: pointer
}

div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
    height: 13px
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container {
    background-color: #fff;
    padding: 16px 10px 10px
}

    div.pp_default .pp_content_container .pp_left {
        padding-left: 13px
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 13px
    }

div.pp_default .pp_content {
    background-color: #fff;
    margin: auto
}

div.pp_default .pp_next .fa, div.pp_default .pp_previous .fa {
    width: 34px;
    height: 34px;
    background-color: #fff;
    color: #5F5F5F;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 34px;
    -ms-transform: scale(.93,.93);
    -webkit-transform: scale(.93,.93);
    transform: scale(.93,.93)
}

div.pp_default .pp_next:hover .fa {
    right: 15px;
    opacity: 1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

div.pp_default .pp_previous .fa {
    right: initial;
    left: 0
}

div.pp_default .pp_previous:hover .fa {
    left: 15px;
    opacity: 1;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

div.pp_default .pp_close, div.pp_default .pp_contract, div.pp_default .pp_expand {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    line-height: 27px;
    text-align: center;
    color: #5F5F5F;
    text-decoration: none;
    opacity: .9;
    border: 2px solid #5F5F5F
}

    div.pp_default .pp_expand:before {
        content: "\f065"
    }

    div.pp_default .pp_contract:before {
        content: "\f066"
    }

    div.pp_default .pp_contract:hover, div.pp_default .pp_expand:hover {
        opacity: 1
    }

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play, div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background-color: #E4E4E4;
    color: #5F5F5F;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    text-decoration: none
}

div.pp_default .pp_close:before {
    content: "\f00d"
}

div.pp_default .pp_close:hover {
    color: #e42a30
}

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px
}

    div.pp_default .pp_nav .pp_pause .fa-play:before {
        content: "\f04c"
    }

div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    padding-left: 0;
    margin-top: 6px !important;
    margin-right: 4px
}

div.pp_default .pp_gallery a.pp_arrow_previous {
    margin-right: 10px;
    margin-top: 3px !important
}

div.pp_default .pp_gallery a.pp_arrow_next {
    margin-left: 10px;
    margin-top: 3px !important
}

div.pp_default #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a {
    border: 2px solid #E4E4E4
}

    div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
        border-color: #999
    }

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_details {
    position: relative
}

div.pp_default .pp_content_container .pp_details, div.pp_default a.pp_arrow_previous {
    margin-top: 3px
}

div.pp_default .pp_content_container .pp_gallery ~ .pp_details {
    margin-top: 55px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

    div.pp_default .pp_nav .currentTextHolder {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        font-size: 12px;
        left: 105px;
        line-height: 25px;
        margin: 0;
        padding: 0 0 0 10px;
        position: absolute;
        top: 6px
    }

    div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
        opacity: .7
    }

div.pp_default .pp_description {
    font-size: 12px;
    line-height: 14px;
    margin: 16px 10px 5px 180px
}

div.pp_default .pp_loaderIcon {
    background: url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/img/pretty-photo-loader.gif) center center no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 999999;
    -webkit-box-shadow: 0 0 0 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 6px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 0 6px rgba(0,0,0,.2)
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

    .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_top .pp_middle {
        left: 0;
        position: static
    }

    .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

    .pp_content_container .pp_left {
        padding-left: 20px
    }

    .pp_content_container .pp_right {
        padding-right: 20px
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px
    }

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

    .pp_social .facebook {
        margin-left: 5px;
        width: 55px
    }

    .pp_social .twitter {
        float: left
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

    .pp_nav p {
        float: left;
        margin: 2px 4px;
        white-space: nowrap
    }

    .pp_nav .pp_pause, .pp_nav .pp_play {
        float: left;
        margin-right: 4px
    }

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: block !important;
    opacity: 1 !important;
    position: absolute;
    left: 50%;
    padding-top: 15px
}

    .pp_gallery div {
        position: relative
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        margin: 0 0 0 5px;
        padding: 0;
        position: relative;
        white-space: nowrap
    }

        .pp_gallery ul a {
            border: 1px solid #000;
            border: 1px solid rgba(0,0,0,.5);
            display: block;
            height: 33px
        }

            .pp_gallery li.selected a, .pp_gallery ul a:hover {
                border-color: #fff
            }

            .pp_gallery ul a img {
                border: 0
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 3px 0 0;
        padding: 0
    }

        .pp_gallery li.default a {
            display: block;
            height: 33px;
            width: 50px
        }

            .pp_gallery li.default a img {
                display: none
            }

a.pp_next, a.pp_previous {
    display: block;
    height: 100%;
    width: 49%
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    float: right
}

a.pp_previous {
    float: left
}

a.pp_contract, a.pp_expand {
    display: none;
    height: 20px;
    position: absolute;
    right: 60px;
    top: 25px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 4000
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_bottom .pp_middle {
        left: 0;
        position: static
    }

    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res {
    line-height: 1 !important
}

    #pp_full_res .pp_inline {
        text-align: left
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px
        }

div.ppt {
    background-color: #fff;
    display: none !important;
    font-size: 17px;
    margin: 0;
    z-index: 9999;
    padding: 10px 10px 0 15px;
    width: 100% !important
}

@font-face {
    font-display: swap;
    font-family: "bs-icons";
    src: url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.eot);
    src: url("https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.eot?#iefix") format("embedded-opentype"),url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.woff) format("woff"),url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.ttf) format("truetype"),url("https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/bs-icons.svg#bs-icons") format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="bsfi-"], [class*=" bsfi-"] {
    display: inline-block;
    font: normal normal normal 14px/1 "bs-icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="bsfii"], [class*=" bsfii"] {
    font: normal normal normal 14px/1 "bs-icons" !important
}

.bsfi-facebook:before {
    content: "\b000"
}

.bsfi-twitter:before {
    content: "\b001"
}

.bsfi-dribbble:before {
    content: "\b002"
}

.bsfi-vimeo:before {
    content: "\b003"
}

.bsfi-rss:before {
    content: "\b004"
}

.bsfi-github:before {
    content: "\b005"
}

.bsfi-vk:before {
    content: "\b006"
}

.bsfi-delicious:before {
    content: "\b007"
}

.bsfi-soundcloud:before {
    content: "\b009"
}

.bsfi-behance:before {
    content: "\b00a"
}

.bsfi-pinterest:before {
    content: "\b00b"
}

.bsfi-vine:before {
    content: "\b00c"
}

.bsfi-steam:before {
    content: "\b00d"
}

.bsfi-flickr:before {
    content: "\b00e"
}

.bsfi-forrst:before {
    content: "\b010"
}

.bsfi-mailchimp:before {
    content: "\b011"
}

.bsfi-tumblr:before {
    content: "\b013"
}

.bsfi-500px:before {
    content: "\b014"
}

.bsfi-members:before {
    content: "\b015"
}

.bsfi-comments:before {
    content: "\b016"
}

.bsfi-posts:before {
    content: "\b017"
}

.bsfi-instagram:before {
    content: "\b018"
}

.bsfi-whatsapp:before {
    content: "\b019"
}

.bsfi-line:before {
    content: "\b01a"
}

.bsfi-blackberry:before {
    content: "\b01b"
}

.bsfi-viber:before {
    content: "\b01c"
}

.bsfi-skype:before {
    content: "\b01d"
}

.bsfi-gplus:before {
    content: "\b01e"
}

.bsfi-telegram:before {
    content: "\b01f"
}

.bsfi-apple:before {
    content: "\b020"
}

.bsfi-android:before {
    content: "\b021"
}

.bsfi-fire-1:before {
    content: "\b022"
}

.bsfi-fire-2:before {
    content: "\b023"
}

.bsfi-publisher:before {
    content: "\b024"
}

.bsfi-betterstudio:before {
    content: "\b025"
}

.bsfi-fire-3:before {
    content: "\b026"
}

.bsfi-fire-4:before {
    content: "\b027"
}

.bsfi-disqus:before {
    content: "\b028"
}

.bsfi-better-amp:before {
    content: "\b029"
}

.bsfi-ok-ru:before {
    content: "\b030"
}

.bsfi-linkedin:before {
    content: "\b012"
}

.bsfi-snapchat:before {
    content: "\b031"
}

.bsfi-comments-1:before {
    content: "\b032"
}

.bsfi-comments-2:before {
    content: "\b033"
}

.bsfi-comments-3:before {
    content: "\b034"
}

.bsfi-calender:before {
    content: "\b035"
}

.bsfi-comments-4:before {
    content: "\b036"
}

.bsfi-comments-5:before {
    content: "\b037"
}

.bsfi-comments-6:before {
    content: "\b038"
}

.bsfi-comments-7:before {
    content: "\b039"
}

.bsfi-quote-1:before {
    content: "\b040"
}

.bsfi-quote-2:before {
    content: "\b041"
}

.bsfi-quote-3:before {
    content: "\b042"
}

.bsfi-quote-4:before {
    content: "\b043"
}

.bsfi-quote-5:before {
    content: "\b044"
}

.bsfi-quote-6:before {
    content: "\b045"
}

.bsfi-quote-7:before {
    content: "\b046"
}

.bsfi-youtube:before {
    content: "\b008"
}

.bsfi-envato:before {
    content: "\b00f"
}

.bsfi-arrow3-n:before {
    content: "\b047"
}

.bsfi-arrow3-s:before {
    content: "\b048"
}

.bsfi-arrow-n:before {
    content: "\b049"
}

.bsfi-arrow-ne:before {
    content: "\b050"
}

.bsfi-arrow-s:before {
    content: "\b051"
}

.bsfi-arrow-se:before {
    content: "\b052"
}

.bsfi-arrow2-n:before {
    content: "\b053"
}

.bsfi-arrow2-s:before {
    content: "\b054"
}

.bsfi-map-marker:before {
    content: "\b055"
}

.bsfi-arrow3-e:before {
    content: "\b056"
}

.bsfi-arrow-e:before {
    content: "\b057"
}

.bsfi-arrow-up-down:before {
    content: "\b058"
}

.bsfi-arrow2-e:before {
    content: "\b059"
}

.bsfi-arrow-left-right:before {
    content: "\b060"
}

.bsfi-bell:before {
    content: "\b061"
}

.bsfi-facebook-messenger:before {
    content: "\b062"
}

.bsfi-aparat:before {
    content: "\b063"
}

.bsfi-google:before {
    content: "\b01e"
}

.bsfi-bbm:before {
    content: "\b01b"
}

.bsfi-appstore:before {
    content: "\b020"
}

.bsfi-bs:before {
    content: "\b025"
}

.bsfi-ok_ru:before {
    content: "\b030"
}

.bsfi-fb-messenger:before {
    content: "\b062"
}

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, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #444;
    text-decoration: none
}

    a:focus, a:hover {
        color: #e44e4f;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #e44e4f
}

a.text-primary:hover {
    color: #dd2223
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #e44e4f
}

a.bg-primary:hover {
    background-color: #dd2223
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 34px
}

    input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }

_:-ms-fullscreen, :root input[type="date"], _:-ms-fullscreen, :root input[type="time"], _:-ms-fullscreen, :root input[type="datetime-local"], _:-ms-fullscreen, :root input[type="month"] {
    line-height: 1.42857143
}

    _:-ms-fullscreen.input-sm, :root input[type="date"].input-sm, _:-ms-fullscreen.input-sm, :root input[type="time"].input-sm, _:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm, _:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
        line-height: 1.5
    }

    _:-ms-fullscreen.input-lg, :root input[type="date"].input-lg, _:-ms-fullscreen.input-lg, :root input[type="time"].input-lg, _:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg, _:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
        line-height: 1.33
    }

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.form-group-sm .form-control, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control, select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, select[multiple].input-sm, textarea.form-group-sm .form-control, textarea.input-sm {
    height: auto
}

.form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.form-group-lg .form-control, select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control, select[multiple].input-lg, textarea.form-group-lg .form-control, textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #e44e4f;
    border-color: #e13839
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #dd2223;
        border-color: #be1d1e
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #e44e4f;
        border-color: #e13839
    }

    .btn-primary .badge {
        color: #e44e4f;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #444;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #e44e4f;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #e44e4f
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #444
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #e44e4f
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media(min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #e44e4f
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #dd2223
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e44e4f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

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

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #e44e4f
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #e44e4f;
        border-color: #e44e4f
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e44e4f
        }

        .panel-primary > .panel-heading .badge {
            color: #e44e4f;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e44e4f
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

    .fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
        content: '';
        border-radius: inherit;
        background-color: rgba(0,175,234,.5)
    }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform,width;
    transition-property: transform,width;
    transition-timing-function: cubic-bezier(.1,0,.25,1);
    transition-duration: 0s
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle
}

.fotorama__wrap * {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background-size: 96px 160px
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127,127,127,.2)
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: 0 0 !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

    .fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
        display: none
    }

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

    .fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
        background: #000
    }

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

    .fotorama__stage__frame.fotorama__active {
        z-index: 8
    }

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

    .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
        display: block;
        left: 0;
        top: 0
    }

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

    .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
        z-index: 9
    }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

    .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
        visibility: visible
    }

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

    .fotorama__nav--dots .fotorama__nav__frame {
        width: 18px;
        height: 30px
    }

    .fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
        display: none
    }

.fotorama__nav--thumbs {
    display: block
}

    .fotorama__nav--thumbs .fotorama__nav__frame {
        padding-left: 0 !important
    }

        .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
            padding-right: 0 !important
        }

    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
        display: none
    }

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

    .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
        padding: 3px;
        top: -3px;
        left: -3px
    }

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

    .fotorama__caption a {
        text-decoration: none;
        color: #000;
        border-bottom: 1px solid;
        border-color: rgba(0,0,0,.5)
    }

        .fotorama__caption a:hover {
            color: #333;
            border-color: rgba(51,51,51,.5)
        }

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

    .fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
        border-radius: 50%
    }

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px,-32px,0);
    transform: translate3d(32px,-32px,0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
        opacity: 1
    }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
        display: block
    }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px,-32px,0);
    transform: translate3d(32px,-32px,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px,0,0);
    transform: translate3d(-48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px,0,0);
    transform: translate3d(48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px,-32px,0) !important;
    transform: translate3d(32px,-32px,0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px,0,0) !important;
    transform: translate3d(-48px,0,0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px,0,0) !important;
    transform: translate3d(48px,0,0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%,5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);
    background-position: 0 0,0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);
    background-position: 100% 0,100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.bs-pinning-wrapper {
    position: relative
}

.bs-pinning-block {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9980;
    position: fixed !important
}

    .bs-pinning-block.smart {
        -moz-transition: .3s all;
        -webkit-transition: .3s all;
        transition: .3s all
    }

    .bs-pinning-block.normal {
        position: inherit !important
    }

    .bs-pinning-block.pinned {
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
        box-shadow: 0 0 6px rgba(0,0,0,.3)
    }

    .bs-pinning-block.unpinned {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.ie7 .bs-pinning-block.unpinned, .ie8 .bs-pinning-block.unpinned, .ie9 .bs-pinning-block.unpinned {
    margin-top: -100%
}

.ie7 .bs-pinning-block.unpinned-no-transition, .ie8 .bs-pinning-block.unpinned-no-transition, .ie9 .bs-pinning-block.unpinned-no-transition {
    margin-top: 0
}

.bs-pinning-block.unpinned-no-transition {
    transition: none
}

.ie7 .bs-pinning-block.unpinned, .ie8 .bs-pinning-block.unpinned, .ie9 .bs-pinning-block.unpinned {
    margin-top: -100%
}

.ie7 .bs-pinning-block.unpinned-no-transition, .ie8 .bs-pinning-block.unpinned-no-transition, .ie9 .bs-pinning-block.unpinned-no-transition {
    margin-top: 0
}

.better-container a:active, .better-container a:focus, .better-slider a:active, .better-slider a:focus {
    outline: 0
}

.better-control-nav, .better-control-nav li, .better-direction-nav, .better-direction-nav li, .better-slider .slides {
    margin: 0 !important;
    padding: 0;
    list-style: none
}

.better-slider {
    margin: 0;
    padding: 0;
    overflow: hidden
}

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

    .better-slider .slides .slide {
        position: relative
    }

    .better-slider.show-first .slides > li:first-child {
        display: block
    }

    .better-slider .slides img {
        width: 100%;
        height: auto;
        display: block
    }

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

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

html[xmlns] .better-slider .slides {
    display: block
}

* html .better-slider .slides {
    height: 1%
}

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

.better-slider {
    margin: 0;
    position: relative;
    zoom: 1;
    height: auto;
    direction: ltr
}

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

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

.better-slider .slides {
    zoom: 1
}

.better-slider .carousel li {
    margin-right: 5px
}

.better-direction-nav li {
    margin: 0 !important
}

.better-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #eaeaea;
    background-color: rgba(255,255,255,.76);
    -ms-transform: scale(.9,.9);
    -webkit-transform: scale(.9,.9);
    transform: scale(.9,.9)
}

.better-direction-nav .better-prev {
    left: -10px
}

.ie8 .better-direction-nav .better-prev {
    left: 10px
}

.better-direction-nav .better-next {
    right: -10px;
    text-align: right
}

.ie8 .better-direction-nav .better-next {
    right: 10px
}

.better-slider:hover .better-prev {
    opacity: .7;
    left: 10px;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.better-slider:hover .better-next {
    opacity: .7;
    right: 10px;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

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

.better-direction-nav .better-disabled {
    opacity: 0 !important;
    cursor: default
}

.better-direction-nav a:before {
    width: 28px;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    content: '\f053'
}

.better-direction-nav a.better-next:before {
    content: '\f054'
}

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

    .better-pauseplay a:before {
        font-family: FontAwesome;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        font-size: 20px;
        display: inline-block;
        content: '\f060'
    }

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

    .better-pauseplay a.better-play:before {
        content: '\f061'
    }

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

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

.better-slider .slides li .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 30px 15px 15px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.77)
}

.better-control-nav, ol.better-control-nav {
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0
}

    .better-control-nav li {
        display: inline-block;
        margin: 0 3px !important;
        vertical-align: bottom;
        position: relative
    }

        .better-control-nav li a {
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background-color: #bcbcbc;
            cursor: pointer
        }

            .better-control-nav li a.better-active, .better-control-nav li:hover a {
                background-color: #e44e4f
            }

    .better-control-nav.square li a {
        height: 10px;
        width: 10px;
        border-radius: 0
    }

    .better-control-nav.rectangle li a {
        height: 4px;
        width: 32px;
        border-radius: 0
    }

.bs-admin-menu-badge.bs-admin-menu-badge {
    display: inline-block;
    background-color: #d54e21;
    color: #fff;
    font-size: 9px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    margin: -4px 0 0 2px !important;
    vertical-align: middle;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    z-index: 26;
    height: 18px !important;
    padding: 0 4px !important;
    min-width: 10px !important;
    text-align: center !important
}

    .bs-admin-menu-badge.bs-admin-menu-badge > .plugin-count {
        display: inline-block !important;
        line-height: inherit !important;
        font-weight: inherit !important;
        font-size: 11px !important
    }

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url("https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'),url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url("https://d3hkbbq76qh5gg.cloudfront.net/wp-content/themes/publisher/includes/libs/better-framework/assets/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
}

.fai {
    font: normal normal normal 14px/1 FontAwesome !important
}

body {
    font: 14px/1.7 Lato,sans-serif;
    color: #5f6569;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-size-adjust: auto
}

::selection {
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    color: #fff;
    text-shadow: none
}

.heading-typo, .site-header .site-branding .logo, h1, h2, h3, h4, h5, h6 {
    color: #2d2d2d
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3
}

h1 {
    font-size: 34px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

code {
    padding: 4px 6px;
    font-size: 90%;
    color: inherit;
    background-color: #eaeaea;
    border-radius: 0
}

pre {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 0
}

a:focus {
    color: inherit
}

a, a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease
}

input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

textarea {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff
}

    input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
        outline: 0
    }

.btn, button, html input[type=button], input[type=button], input[type=reset], input[type=submit] {
    border: none;
    color: #fff;
    border-radius: 0;
    outline: 0;
    height: auto;
    line-height: 1.4;
    padding: 8px 12px;
    vertical-align: middle;
    text-transform: uppercase !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 100%;
    white-space: normal
}

.entry-content .btn, .entry-content .btn a, .entry-content button, .entry-content html input[type=button], .entry-content input[type=button], .entry-content input[type=reset], .entry-content input[type=submit] {
    color: #fff
}

.btn:focus, .btn:hover, button:focus, button:hover, html input[type=button]:focus, html input[type=button]:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
    opacity: .85
}

.btn.btn-lg {
    height: 57px;
    line-height: 57px;
    padding: 0 30px
}

.btn.btn-xs {
    height: 47px;
    line-height: 47px;
    padding: 0 20px
}

.btn.btn-light {
    background: #fff;
    border: 1px solid #d4d4d4;
    color: #5c5c5c;
    font-family: "Open Sans",Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    padding: 0 13px
}

    .btn.btn-light.hover, .btn.btn-light:hover {
        border-color: #868686 !important;
        color: #2b2b2b !important;
        background: #fff !important
    }

    .btn.btn-light[disabled] {
        border-color: #eaeaea;
        color: #eaeaea
    }

ul.menu {
    padding: 0;
    margin: 0;
    list-style: none
}

    ul.menu a {
        text-decoration: none
    }

    ul.menu ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    ul.menu > li {
        float: left
    }

        ul.menu > li.alignright {
            float: right
        }

    ul.menu li > a {
        position: relative
    }

    ul.menu > li .sub-menu {
        background-color: #eee;
        position: absolute;
        top: 102%;
        top: calc(100% + 1px);
        z-index: 100;
        width: 200px
    }

    ul.menu li.bs-flip-children {
        direction: rtl
    }

        ul.menu li.bs-flip-children .sub-menu, ul.menu li.bs-flip-children a {
            direction: ltr
        }

    ul.menu > li .sub-menu .sub-menu {
        left: 99.4%;
        top: 0 !important
    }

    ul.menu li.bs-flip-children .sub-menu .sub-menu {
        left: -99.4%
    }

        ul.menu li.bs-flip-children .mega-type-link .mega-links > li > a .better-custom-badge, ul.menu li.bs-flip-children .sub-menu.sub-menu .better-custom-badge {
            right: auto;
            left: 10px
        }

        ul.menu li.bs-flip-children .sub-menu.sub-menu .menu-have-badge.menu-item-has-children > a > .better-custom-badge {
            right: auto;
            left: 24px
        }

    ul.menu > li li:hover > .sub-menu {
        display: block
    }

    ul.menu li.menu-have-icon > a > .bf-icon {
        margin-right: 6px;
        display: inline-block
    }

    ul.menu li.menu-title-hide > a > .bf-icon {
        margin-right: 0
    }

    ul.menu li.menu-title-hide > a {
        padding: 0 15px;
        display: inline-block
    }

    ul.menu li.menu-item-has-children.menu-title-hide > a:after {
        display: none
    }

    ul.menu li.menu-item-has-children > a:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f107';
        margin-left: 6px;
        font-size: 13px
    }

    ul.menu .sub-menu > li.menu-item-has-children > a:after {
        position: absolute;
        right: 10px;
        top: 5px;
        content: '\f105'
    }

    ul.menu li.bs-flip-children .sub-menu > li.menu-item-has-children > a:after {
        content: '\f104';
        left: 10px;
        right: auto;
        margin-right: 8px;
        margin-left: 0
    }

    ul.menu.menu li.bs-flip-children .sub-menu a {
        text-align: right
    }

    ul.menu .sub-menu .sub-menu > li.menu-item-has-children > a:after {
        content: '\f0da'
    }

    ul.menu li.menu-have-icon .bf-icon {
        margin-right: 10px
    }

    ul.menu li.menu-have-icon.menu-title-hide .bf-icon {
        margin-right: 0
    }

    ul.menu .sub-menu > li > a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.04)
    }

    ul.menu .sub-menu > li:last-child a {
        border-bottom: none !important
    }

    ul.menu .mega-menu, ul.menu .sub-menu {
        z-index: -1;
        -webkit-transition: .3s cubic-bezier(.55,-.01,.19,.98) 0s;
        -moz-transition: .3s cubic-bezier(.55,-.01,.19,.98) 0s;
        -ms-transition: .3s cubic-bezier(.55,-.01,.19,.98) 0s;
        -o-transition: .3s cubic-bezier(.55,-.01,.19,.98) 0s;
        transition: .3s cubic-bezier(.55,-.01,.19,.98) 0s;
        display: none;
        visibility: hidden
    }

    ul.menu.bsm-initialized .mega-menu, ul.menu.bsm-initialized .sub-menu {
        display: block
    }

    ul.menu.bsm-pure li:hover > .mega-menu, ul.menu.bsm-pure li:hover > .sub-menu {
        visibility: visible !important;
        z-index: 9999 !important;
        opacity: 1 !important;
        display: block !important
    }

    ul.menu.bsm-initialized li.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.bsm-enter > .sub-menu {
        visibility: visible;
        z-index: 9999
    }

    ul.menu.bsm-initialized li.bsm-leave > .mega-menu, ul.menu.bsm-initialized li.bsm-leave > .sub-menu {
        display: none
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none > .sub-menu {
        display: none
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-none.bsm-enter > .sub-menu {
        display: block
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade > .sub-menu {
        opacity: 0
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-fade.bsm-enter > .sub-menu {
        opacity: 1
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade > .sub-menu {
        -webkit-transform: translate3d(0,-10px,0) scale3d(.95,.95,.95);
        transform: translate3d(0,-10px,0) scale3d(.95,.95,.95);
        opacity: 0
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-fade.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
        transform: translate3d(0,0,0) scale3d(1,1,1)
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in > .sub-menu {
        -webkit-transform: translate3d(0,11px,0);
        transform: translate3d(0,11px,0);
        opacity: 0
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-bottom-in.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in > .sub-menu {
        -webkit-transform: translate3d(0,11px,0);
        transform: translate3d(0,11px,0);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        opacity: 0
    }

    ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-top-in.bsm-enter > .sub-menu {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-animation-name: menu-slide-top-in;
        animation-name: menu-slide-top-in
    }

@-webkit-keyframes menu-slide-top-in {
    0% {
        -webkit-transform: translate3d(0,-11px,0);
        transform: translate3d(0,-11px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes menu-slide-top-in {
    0% {
        -webkit-transform: translate3d(0,-11px,0);
        transform: translate3d(0,-11px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in > .sub-menu {
    -webkit-transform: translate3d(11px,0,0);
    transform: translate3d(11px,0,0);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-left-in.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation-name: menu-slide-left-in;
    animation-name: menu-slide-left-in
}

@-webkit-keyframes menu-slide-left-in {
    0% {
        -webkit-transform: translate3d(-11px,0,0);
        transform: translate3d(-11px,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes menu-slide-left-in {
    0% {
        -webkit-transform: translate3d(-11px,0,0);
        transform: translate3d(-11px,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in > .sub-menu {
    -webkit-transform: translate3d(-11px,0,0);
    transform: translate3d(-11px,0,0);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    opacity: 0
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-slide-right-in.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation-name: menu-slide-right-in;
    animation-name: menu-slide-right-in
}

@-webkit-keyframes menu-slide-right-in {
    0% {
        -webkit-transform: translate3d(11px,0,0);
        transform: translate3d(11px,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes menu-slide-right-in {
    0% {
        -webkit-transform: translate3d(11px,0,0);
        transform: translate3d(11px,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada > .sub-menu {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-tada.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-animation-name: menu-tada;
    animation-name: menu-tada;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

@-webkit-keyframes menu-tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        opacity: 0
    }

    10%,20% {
        -webkit-transform: scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg);
        transform: scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg);
        transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg);
        transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        opacity: 1
    }
}

@keyframes menu-tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg);
        transform: scale3d(.97,.97,.97) rotate3d(0,0,1,-1deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg);
        transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,2deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg);
        transform: scale3d(1.03,1.03,1.03) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce > .sub-menu {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0,-8px,0);
    transform: translate3d(0,-8px,0)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-bounce.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-animation-name: menu-bounce;
    animation-name: menu-bounce;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes menu-bounce {
    0%,20% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
        opacity: 0
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100%,53%,80% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }

    100% {
        opacity: 1
    }
}

@keyframes menu-bounce {
    0%,20% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
        opacity: 0
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100%,53%,80% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }

    100% {
        opacity: 1
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake > .sub-menu {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-shake.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-animation-name: menu-shake;
    animation-name: menu-shake;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes menu-shake {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 0
    }

    20%,50%,60%,70%,90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes menu-shake {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 0
    }

    20%,50%,60%,70%,90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing > .sub-menu {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0,-3px,0) scale3d(.95,.95,.95);
    transform: translate3d(0,-3px,0) scale3d(.95,.95,.95)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-swing.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-animation-name: menu-swing;
    animation-name: menu-swing;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes menu-swing {
    0% {
        opacity: 0
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-4deg);
        transform: rotate3d(0,0,1,-4deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,2deg);
        transform: rotate3d(0,0,1,2deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-2deg);
        transform: rotate3d(0,0,1,-2deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
        opacity: 1
    }
}

@keyframes menu-swing {
    0% {
        opacity: 0
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-4deg);
        transform: rotate3d(0,0,1,-4deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,2deg);
        transform: rotate3d(0,0,1,2deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-2deg);
        transform: rotate3d(0,0,1,-2deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
        opacity: 1
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble > .sub-menu {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0,-3px,0) scale3d(.95,.95,.95);
    transform: translate3d(0,-3px,0) scale3d(.95,.95,.95)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-wobble.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-animation-name: menu-wobble;
    animation-name: menu-wobble;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes menu-wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-9%,0,0) rotate3d(0,0,1,-2deg);
        transform: translate3d(-9%,0,0) rotate3d(0,0,1,-2deg)
    }

    30% {
        -webkit-transform: translate3d(7%,0,0) rotate3d(0,0,1,1.5deg);
        transform: translate3d(7%,0,0) rotate3d(0,0,1,1.5deg)
    }

    45% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg)
    }

    60% {
        -webkit-transform: translate3d(3%,0,0) rotate3d(0,0,1,.7deg);
        transform: translate3d(3%,0,0) rotate3d(0,0,1,.7deg)
    }

    75% {
        -webkit-transform: translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg);
        transform: translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes menu-wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-9%,0,0) rotate3d(0,0,1,-2deg);
        transform: translate3d(-9%,0,0) rotate3d(0,0,1,-2deg)
    }

    30% {
        -webkit-transform: translate3d(7%,0,0) rotate3d(0,0,1,1.5deg);
        transform: translate3d(7%,0,0) rotate3d(0,0,1,1.5deg)
    }

    45% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1.5deg)
    }

    60% {
        -webkit-transform: translate3d(3%,0,0) rotate3d(0,0,1,.7deg);
        transform: translate3d(3%,0,0) rotate3d(0,0,1,.7deg)
    }

    75% {
        -webkit-transform: translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg);
        transform: translate3d(-1%,0,0) rotate3d(0,0,1,-.7deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x > .sub-menu {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-transform: translate3d(0,-3px,0) scale3d(.95,.95,.95);
    transform: translate3d(0,-3px,0) scale3d(.95,.95,.95)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-x.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-animation-name: menu-flipInX;
    animation-name: menu-flipInX;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes menu-flipInX {
    0% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,50deg);
        transform: perspective(200px) rotate3d(1,0,0,50deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,-10deg);
        transform: perspective(200px) rotate3d(1,0,0,-10deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,5deg);
        transform: perspective(200px) rotate3d(1,0,0,5deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,-2deg);
        transform: perspective(200px) rotate3d(1,0,0,-2deg)
    }

    100% {
        -webkit-transform: perspective(200px);
        transform: perspective(200px)
    }
}

@keyframes menu-flipInX {
    0% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,50deg);
        transform: perspective(200px) rotate3d(1,0,0,50deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,-10deg);
        transform: perspective(200px) rotate3d(1,0,0,-10deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,5deg);
        transform: perspective(200px) rotate3d(1,0,0,5deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(200px) rotate3d(1,0,0,-2deg);
        transform: perspective(200px) rotate3d(1,0,0,-2deg)
    }

    100% {
        -webkit-transform: perspective(200px);
        transform: perspective(200px)
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y > .sub-menu {
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    opacity: 0;
    -webkit-transform: translate3d(0,-3px,0) scale3d(.95,.95,.95);
    transform: translate3d(0,-3px,0) scale3d(.95,.95,.95)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-filip-in-y.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-animation-name: menu-flipInY;
    animation-name: menu-flipInY;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes menu-flipInY {
    0% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,20deg);
        transform: perspective(200px) rotate3d(0,1,0,20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,-10deg);
        transform: perspective(200px) rotate3d(0,1,0,-10deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,5deg);
        transform: perspective(200px) rotate3d(0,1,0,5deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,-1deg);
        transform: perspective(200px) rotate3d(0,1,0,-1deg)
    }

    100% {
        -webkit-transform: perspective(200px);
        transform: perspective(200px)
    }
}

@keyframes menu-flipInY {
    0% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,20deg);
        transform: perspective(200px) rotate3d(0,1,0,20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,-10deg);
        transform: perspective(200px) rotate3d(0,1,0,-10deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,5deg);
        transform: perspective(200px) rotate3d(0,1,0,5deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(200px) rotate3d(0,1,0,-1deg);
        transform: perspective(200px) rotate3d(0,1,0,-1deg)
    }

    100% {
        -webkit-transform: perspective(200px);
        transform: perspective(200px)
    }
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz > .sub-menu {
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .mega-menu, ul.menu.bsm-initialized li.menu-item-has-children.better-anim-buzz.bsm-enter > .sub-menu {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: menu-buzz;
    animation-name: menu-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes menu-buzz {
    50% {
        -webkit-transform: translateX(1px) rotate(.7deg);
        transform: translateX(1px) rotate(.7deg)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(-.7deg);
        transform: translateX(-1px) rotate(-.7deg)
    }
}

@keyframes menu-buzz {
    50% {
        -webkit-transform: translateX(1px) rotate(.7deg);
        transform: translateX(1px) rotate(.7deg)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(-.7deg);
        transform: translateX(-1px) rotate(-.7deg)
    }
}

.main-menu-wrapper.bs-pinning-block.pinned {
    box-shadow: none
}

.site-header .content-wrap {
    overflow: visible !important
}

.site-header > .header-inner > .content-wrap > .container {
    position: relative
}

.site-header .site-branding {
    margin: 0
}

    .site-header .site-branding .logo {
        margin: 0;
        line-height: 0;
        font-size: 50px
    }

        .site-header .site-branding .logo.text-logo {
            font-size: 30px;
            line-height: 38px
        }

        .site-header .site-branding .logo img {
            max-width: 100%
        }

        .site-header .site-branding .logo .site-title {
            display: none
        }

.site-header > .header-inner > .container {
    position: relative
}

.site-header > .header-inner .row-height {
    display: table;
    table-layout: fixed;
    width: 100%
}

.site-header > .header-inner .logo-col, .site-header > .header-inner .sidebar-col {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle
}

.site-header .header-inner .row {
    position: relative
}

.site-header.full-width.stretched .content-wrap, .site-header.full-width.stretched .content-wrap .container {
    max-width: 100% !important
}

.site-header .sidebar-col .wpb_content_element {
    margin-bottom: 0 !important
}

.site-header .menu-action-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    z-index: 99
}

.header-style-1.site-header.boxed .menu-action-buttons, .header-style-2.site-header.boxed .menu-action-buttons {
    bottom: -3px
}

.site-header .menu-action-buttons.width-1 {
    width: 40px
}

.site-header .menu-action-buttons.width-2 {
    width: 80px
}

.site-header .menu-action-buttons.width-3 {
    width: 120px
}

.site-header .menu-action-buttons > div {
    min-width: 37px;
    display: inline-block;
    float: right;
    height: 100%;
    text-align: right;
    position: relative
}

    .site-header .menu-action-buttons > div.close {
        opacity: 1
    }

.site-header .main-menu-container.search-open .menu-action-buttons, .site-header .search-container.open {
    width: 100%
}

.site-header .menu-action-buttons .search-container {
    z-index: 1
}

.site-header .main-menu-wrapper .main-menu-container.search-open .main-menu {
    opacity: 0;
    pointer-events: none
}

.site-header .search-container.open {
    width: 100%
}

.site-header .off-canvas-menu-icon-container + .search-container.open {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 0
}

.site-header .main-menu-container.search-open .off-canvas-menu-icon-container + .search-container .search-handler {
    margin-right: 38px
}

.site-header .search-container .search-handler, .site-header .shop-cart-container .cart-handler {
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
    width: 37px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #434343;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.site-header .search-container .search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 36px 0 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    text-align: center
}

    .site-header .search-container .search-box .search-form .search-field {
        border: none;
        width: 100%;
        height: 45px;
        background: 0 0;
        line-height: 45px;
        font-size: 14px;
        color: #434343
    }

.site-header .search-container.open .search-box {
    display: block
}

.site-header .search-container .search-box .search-form input[type=submit] {
    display: none
}

.site-header .off-canvas-menu-icon-container {
    z-index: 2
}

.site-header .shop-cart-container .cart-handler {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 17px;
    white-space: nowrap
}

    .site-header .shop-cart-container .cart-handler * {
        white-space: inherit
    }

.site-header .shop-cart-container .cart-box {
    width: 260px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px;
    display: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    text-align: left
}

    .site-header .shop-cart-container .cart-box .buttons {
        margin-bottom: 0
    }

        .site-header .shop-cart-container .cart-box .buttons .checkout {
            float: right
        }

.site-header .shop-cart-container.open .cart-box {
    display: block
}

.site-header .main-menu-container.search-open .shop-cart-container {
    display: none
}

.site-header .shop-cart-container .cart-handler .cart-count {
    display: inline-block;
    line-height: 18px;
    min-width: 18px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
    margin-left: 1px;
    vertical-align: middle;
    border-radius: 33px;
    font-family: sans-serif;
    text-align: center
}

.site-header .shop-cart-container .cart-box:after {
    content: '';
    height: 3px;
    position: absolute;
    right: 0;
    left: 0;
    top: -3px;
    display: inline-block
}

.site-header .shop-cart-container a.remove {
    display: inline-block;
    float: left;
    margin-right: 4px;
    font-size: 14px;
    margin-top: 4px
}

.site-header .menu-action-buttons > .off-canvas-menu-icon-container {
    margin-right: 6px
}

.off-canvas-menu-icon-container {
    line-height: 42px
}

.off-canvas-menu-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
    text-align: center
}

    .off-canvas-menu-icon .off-canvas-menu-icon-el {
        margin: 9px 0 0;
        width: 16px;
        cursor: pointer;
        height: 2px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        background: #313131;
        -webkit-transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s;
        -moz-transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s;
        -o-transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s;
        transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s
    }

        .off-canvas-menu-icon .off-canvas-menu-icon-el:after, .off-canvas-menu-icon .off-canvas-menu-icon-el:before {
            content: '';
            display: inline-block;
            background: #313131;
            width: 20px;
            height: 2px;
            position: absolute;
            top: -6px;
            -webkit-transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s;
            -moz-transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s;
            -o-transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s;
            transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s
        }

        .off-canvas-menu-icon .off-canvas-menu-icon-el:after {
            top: 6px
        }

    .off-canvas-menu-icon:hover .off-canvas-menu-icon-el:before, .off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:before {
        top: -8px
    }

    .off-canvas-menu-icon:hover .off-canvas-menu-icon-el:after, .off-canvas-menu-open .off-canvas-menu-icon .off-canvas-menu-icon-el:after {
        top: 8px
    }

.off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el {
    text-align: right
}

    .off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:after, .off-canvas-menu-icon-container.off-icon-right .off-canvas-menu-icon-el:before {
        right: 0
    }

.off-canvas-menu-icon-container.off-icon-left .off-canvas-menu-icon-el {
    text-align: left
}

.off-canvas-container .canvas-close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 23px;
    right: 18px;
    cursor: pointer;
    z-index: 1
}

.off-canvas-inner .canvas-close i, .off-canvas-inner .canvas-close:after, .off-canvas-inner .canvas-close:before {
    position: absolute;
    width: 18px;
    height: 2px;
    content: '';
    display: inline-block;
    background: #a8a8a8;
    left: 0;
    top: 7px;
    margin-top: 0;
    border-radius: 14px;
    transition: .38s cubic-bezier(.55,-.01,.19,.98) 0s
}

.off-canvas-inner .canvas-close:hover i, .off-canvas-inner .canvas-close:hover:after, .off-canvas-inner .canvas-close:hover:before {
    background: #111
}

.off-canvas-container.skin-dark .canvas-close i, .off-canvas-container.skin-dark .canvas-close:after, .off-canvas-container.skin-dark .canvas-close:before {
    background: #7e7e7e
}

.off-canvas-container.skin-dark .canvas-close:hover i, .off-canvas-container.skin-dark .canvas-close:hover:after, .off-canvas-container.skin-dark .canvas-close:hover:before {
    background: #fff
}

.off-canvas-inner .canvas-close:before {
    transform: rotate(45deg)
}

.off-canvas-inner .canvas-close:after {
    transform: rotate(-45deg)
}

.off-canvas-inner .canvas-close i {
    width: 0;
    left: inherit;
    right: 50%;
    margin-right: 0
}

.off-canvas-container.left .canvas-close.open:before, .off-canvas-container.left .canvas-close:hover:before {
    width: 10px;
    left: 0;
    top: 10px
}

.off-canvas-container.left .canvas-close.open:after, .off-canvas-container.left .canvas-close:hover:after {
    width: 10px;
    left: 0;
    top: 4px
}

.off-canvas-container.left .canvas-close.open:hover i, .off-canvas-container.left .canvas-close:hover i {
    width: 16px;
    visibility: visible;
    position: absolute;
    right: 50%;
    margin-right: -8px
}

.off-canvas-container.right .canvas-close {
    left: 18px;
    right: auto
}

    .off-canvas-container.right .canvas-close i, .off-canvas-container.right .canvas-close:after, .off-canvas-container.right .canvas-close:before {
        right: 0;
        left: auto
    }

    .off-canvas-container.right .canvas-close i {
        width: 0;
        right: inherit;
        left: 50%;
        margin-left: 0;
        margin-right: auto
    }

    .off-canvas-container.right .canvas-close.open:before, .off-canvas-container.right .canvas-close:hover:before {
        width: 10px;
        right: 0;
        left: auto;
        top: 4px
    }

    .off-canvas-container.right .canvas-close.open:after, .off-canvas-container.right .canvas-close:hover:after {
        width: 10px;
        right: 0;
        left: auto;
        top: 10px
    }

    .off-canvas-container.right .canvas-close.open:hover i, .off-canvas-container.right .canvas-close:hover i {
        width: 16px;
        visibility: visible;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        right: auto;
        margin-right: auto
    }

.main-menu > li {
    margin-right: 10px
}

    .main-menu > li > a {
        line-height: 48px;
        display: inline-block;
        padding: 0 12px
    }

.main-menu .sub-menu > li > a {
    padding: 0 16px 0 10px;
    line-height: 40px
}

.main-menu.menu > li .sub-menu {
    width: 210px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 7px 7px rgba(0,0,0,.15);
    box-shadow: 0 7px 7px rgba(0,0,0,.15)
}

.main-menu.menu .sub-menu li > a {
    line-height: 1.7;
    padding: 8px 16px
}

.main-menu.menu .sub-menu > li {
    position: relative
}

    .main-menu.menu .sub-menu > li, .main-menu.menu .sub-menu > li > a {
        color: #434343
    }

        .main-menu.menu .sub-menu li.current-menu-item:hover > a, .main-menu.menu .sub-menu > li:hover > a {
            color: #fff
        }

        .main-menu.menu .sub-menu > li.menu-item-has-children > a:after {
            top: 7px
        }

        .main-menu.menu .sub-menu > li > a {
            border-bottom: 1px solid rgba(0,0,0,.04)
        }

.main-menu.menu .sub-menu .sub-menu > li > a {
    border-bottom: 1px solid rgba(0,0,0,.06)
}

.main-menu.menu > li > a:before {
    content: '';
    display: block;
    width: 20%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden
}

.main-menu.menu > li.current-menu-item > a:before, .main-menu.menu > li.current-menu-parent > a:before, .main-menu.menu > li:hover > a:before {
    width: 100%;
    visibility: visible
}

.top-menu > li {
    line-height: 25px;
    margin-right: 15px
}

.top-menu.menu li {
    position: relative
}

    .top-menu.menu li > a {
        color: #707070
    }

.top-menu .sub-menu > li > a {
    padding: 0 12px;
    line-height: 32px
}

.top-menu.menu > li .sub-menu {
    width: 180px;
    background-color: #222
}

.top-menu.menu .sub-menu > li, .top-menu.menu .sub-menu > li > a {
    color: silver
}

    .top-menu.menu .sub-menu > li.menu-item-has-children > a:after {
        top: 7px
    }

.top-menu.menu .sub-menu li > a {
    border-bottom: 1px solid rgba(255,255,255,.02)
}

.top-menu.menu .bs-pretty-tabs-elements.sub-menu {
    opacity: 0;
    transition: opacity .3s ease;
    padding: 0 !important;
    border: none !important;
    left: -15px;
    top: 114% !important;
    display: block !important
}

.top-menu.menu .display-more-items .bs-pretty-tabs-elements {
    opacity: 1;
    visibility: visible !important;
    padding: 0 !important;
    border: none !important
}

.bspw-header-style-3 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-3 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-4 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-4 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-7 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-7 > .bs-pinning-block.unpinned-no-transition .main-menu > .menu-item > a > .better-custom-badge {
    display: block
}

.bspw-header-style-1 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-2 > .bs-pinning-block.pinned .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-3 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-4 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge, .bspw-header-style-7 > .bs-pinning-block .main-menu > .menu-item > a > .better-custom-badge, .widget.widget_nav_menu .menu .better-custom-badge {
    display: none
}

.main-menu.menu .better-custom-badge, .off-canvas-menu .menu .better-custom-badge {
    position: absolute;
    left: 11px;
    top: -16px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    min-width: 19px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .main-menu.menu .better-custom-badge:after, .off-canvas-menu .menu .better-custom-badge:after {
        border: solid 4px transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        bottom: -8px;
        left: 5px
    }

.main-menu.menu > .menu-item:hover > a > .better-custom-badge {
    top: -12px
}

.main-menu.menu .sub-menu.sub-menu .better-custom-badge, .mega-menu.mega-type-link .mega-links > li > a .better-custom-badge {
    left: auto;
    position: absolute;
    bottom: auto;
    right: 10px;
    top: 50%;
    margin-top: -8px
}

.mega-menu.mega-type-link .mega-links > li > a .better-custom-badge {
    margin-top: -13px
}

.main-menu.menu .sub-menu.sub-menu .menu-item.menu-badge-left > a > .better-custom-badge {
    position: inherit !important;
    margin-right: 6px
}

.main-menu.menu .sub-menu.sub-menu .menu-have-badge.menu-item-has-children > a > .better-custom-badge {
    right: 24px
}

.main-menu.menu .sub-menu.sub-menu .better-custom-badge:after, .mega-menu.mega-type-link .mega-links > li > a .better-custom-badge:after {
    display: none
}

.site-header.header-style-3 .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-4 .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-7 .main-menu.menu > .menu-item > a > .better-custom-badge {
    top: 98%
}

.site-header.header-style-3 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-4 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-7 .main-menu.menu > .menu-item:hover > a > .better-custom-badge {
    top: 98%;
    left: 20px
}

.site-header.header-style-3 .main-menu.menu > .menu-item > a > .better-custom-badge:after, .site-header.header-style-4 .main-menu.menu > .menu-item > a > .better-custom-badge:after, .site-header.header-style-7 .main-menu.menu > .menu-item > a > .better-custom-badge:after {
    bottom: inherit;
    top: -8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site-header.header-style-5 .main-menu.menu > .menu-item > a > .better-custom-badge {
    top: 3px
}

.site-header.header-style-6 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-6 .main-menu.menu > .menu-item > a > .better-custom-badge {
    top: 0
}

.site-header.header-style-8 .main-menu.menu > .menu-item:hover > a > .better-custom-badge, .site-header.header-style-8 .main-menu.menu > .menu-item > a > .better-custom-badge {
    top: 0
}

.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge, .site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu > .menu-item > a > .better-custom-badge {
    display: none
}

.menu .mega-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 102%;
    top: calc(100% + 1px);
    z-index: 100;
    background-color: #fff;
    -wbkit-box-shadow: 0 8px 14px rgba(0,0,0,.2);
    -moz-box-shadow: 0 8px 14px rgba(0,0,0,.2);
    box-shadow: 0 8px 14px rgba(0,0,0,.2);
    text-align: left
}

.menu > li > .mega-menu .bsm-leave .sub-menu, .menu > li > .mega-menu .sub-menu, .menu > li > .mega-menu li.menu-item-has-children.better-anim-none > .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation-name: none !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    background: 0 0 !important;
    width: 100%;
    box-shadow: none !important
}

    .menu > li > .mega-menu .sub-menu .sub-menu {
        padding-left: 15px
    }

.menu .mega-menu li.menu-item-has-children > a:after {
    display: none
}

.menu > li > .mega-menu .mega-menu-links {
    background-color: #c8c8c8
}

.mega-menu.mega-type-link {
    list-style: none;
    padding: 22px 25px
}

    .mega-menu.mega-type-link .mega-links {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .mega-menu.mega-type-link .mega-links > li {
            float: left
        }

            .mega-menu.mega-type-link .mega-links > li > a {
                color: #434343;
                font-size: 105%;
                border-bottom: 2px solid rgba(0,0,0,.07);
                width: 100%;
                display: block;
                margin-bottom: 5px;
                padding-bottom: 10px
            }

        .mega-menu.mega-type-link .mega-links .sub-menu {
            border: none;
            background: 0 0;
            box-shadow: none
        }

.mega-menu.mega-type-link-list {
    list-style: none;
    padding: 0
}

    .mega-menu.mega-type-link-list .mega-links {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left
    }

        .mega-menu.mega-type-link-list .mega-links > li {
            display: inline-block;
            padding: 10px 12px
        }

            .mega-menu.mega-type-link-list .mega-links > li .sub-menu {
                display: none;
                position: absolute;
                top: 100% !important;
                left: 0 !important;
                background-color: #fff !important;
                box-shadow: 0 2px 6px 0 rgba(0,0,0,.37) !important;
                padding: 0 12px
            }

                .mega-menu.mega-type-link-list .mega-links > li .sub-menu .sub-menu {
                    background-color: #050505 !important;
                    padding-left: 0
                }

        .mega-menu.mega-type-link-list .mega-links li:hover > .sub-menu {
            display: block
        }

        .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
            position: inherit
        }

            .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li > a {
                border-bottom: none
            }

        .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
            display: inline-block
        }

        .mega-menu.mega-type-link-list .mega-links > .menu-item {
            margin-bottom: 0
        }

.mega-grid-posts {
    padding: 20px
}

    .mega-grid-posts .post:nth-child(5), .mega-grid-posts .postli:nth-child(1) {
        clear: left;
        margin-left: -7px
    }

    .mega-grid-posts .bs-listing-listing-mix-2-1, .mega-grid-posts .listing-item-grid-1 {
        margin-bottom: 0
    }

.mega-menu.tabbed-grid-posts .listing.listing-grid {
    display: inline-block;
    width: 100%
}

.site-header .listing-item-grid-1 .title {
    line-height: 22px;
    font-size: 15px
}

.site-header .bs-pagination {
    margin: 5px 0 0
}

.tabbed-grid-posts {
    position: relative
}

    .tabbed-grid-posts:before {
        content: '';
        background-color: #fbfbfb;
        width: 220px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: inline-block;
        border-right: 1px solid #dedede
    }

    .tabbed-grid-posts .tabs-section {
        list-style: none;
        width: 220px;
        max-width: 220px;
        text-align: left;
        position: relative;
        z-index: 1;
        float: left;
        padding: 23px 23px 0 23px;
        margin: 0
    }

        .tabbed-grid-posts .tabs-section a, .tabbed-grid-posts .tabs-section a:hover {
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #333 !important;
            padding: 5px 17px;
            border: 1px solid transparent;
            text-transform: capitalize;
            transition: none !important
        }

            .tabbed-grid-posts .tabs-section a .fa {
                margin-right: 4px;
                color: #adadad;
                -webkit-transition: all .07s ease;
                -moz-transition: all .07s ease;
                -o-transition: all .07s ease;
                transition: all .07s ease
            }

        .tabbed-grid-posts .tabs-section .active a .fa {
            color: inherit
        }

    .tabbed-grid-posts .tab-content {
        display: block;
        padding: 23px 23px 23px 245px
    }

    .tabbed-grid-posts .listing.listing-grid-1 .listing-item-grid-1 {
        margin-bottom: 5px
    }

    .tabbed-grid-posts .listing.listing-grid-1.columns-3[max-width~="450px"] .listing-item {
        width: 33.3333% !important;
        float: left !important
    }

    .tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(3n-2) {
        padding-right: 12px !important;
        clear: left !important
    }

    .tabbed-grid-posts .listing.listing-grid-1.columns-3 .listing-item:nth-child(1) {
        clear: none !important
    }

    .tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n-1) {
        padding: 0 6px !important
    }

    .tabbed-grid-posts .listing.columns-3 .listing-item:nth-child(3n+3) {
        padding-left: 12px !important
    }

.mega-type-page-builder {
    padding: 30px 25px
}

    .mega-type-page-builder .bs-listing:last-child, .mega-type-page-builder .bs-shortcode:last-child, .mega-type-page-builder .entry-content .better-studio-shortcode:last-child .mega-type-page-builder .better-studio-shortcode:last-child, .mega-type-page-builder .widget:last-child {
        margin-bottom: 0
    }

.main-menu-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

    .main-menu-wrapper .main-menu-container {
        position: relative
    }

.site-header.boxed .main-menu-wrapper .main-menu-container, .site-header.full-width .main-menu-wrapper {
    border-top: 1px solid #dedede;
    border-bottom: 3px solid #dedede;
    background: #fff
}

body.boxed .site-header .main-menu-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.menu .mega-menu, ul.menu > li .sub-menu {
    top: 107%;
    top: calc(100% + 3px)
}

.site-header.header-style-5 .search-container .search-handler, .site-header.header-style-5 .shop-cart-container .cart-handler, .site-header.header-style-8 .search-container .search-handler, .site-header.header-style-8 .shop-cart-container .cart-handler {
    margin-top: -14px
}

.site-header.header-style-6 .search-container .search-handler, .site-header.header-style-6 .shop-cart-container .cart-handler {
    margin-top: -13px
}

.site-header.header-style-1 .header-inner {
    padding: 40px 0
}

.site-header.header-style-1.h-a-ad .header-inner {
    padding: 30px 0
}

.site-header.header-style-1 .site-branding {
    text-align: center
}

.site-header.header-style-1 .main-menu.menu {
    text-align: center;
    height: 68px;
    overflow-y: hidden;
    margin-bottom: -3px;
    padding-top: 20px;
    margin-top: -20px
}

.site-header.header-style-1.full-width .main-menu.menu .mega-menu, .site-header.header-style-1.full-width .main-menu.menu > li .sub-menu {
    top: 100%
}

.site-header.header-style-1 .main-menu.menu > li {
    float: none;
    display: inline-block;
    margin: 0 4px
}

.site-header.header-style-1 .main-menu.menu .sub-menu {
    text-align: left
}

.site-header.header-style-1 .search-container .search-box .search-form .search-field {
    text-align: center
}

.site-header.header-style-1.full-width .menu-action-buttons {
    top: 20px
}

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
    padding: 0 40px
}

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
    padding: 0 80px
}

.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
    padding: 0 120px
}

.site-header.header-style-2 .header-inner {
    padding: 20px 0
}

.site-header.header-style-2 .main-menu.menu {
    height: 68px;
    overflow-y: hidden;
    margin-bottom: -3px;
    padding-top: 20px;
    margin-top: -20px
}

.site-header.header-style-2.full-width .main-menu.menu .mega-menu, .site-header.header-style-2.full-width .main-menu.menu > li .sub-menu {
    top: 100%
}

.site-header.header-style-2 .main-menu.menu > li {
    float: left;
    display: inline-block;
    margin: 0 5px 0 0
}

.site-header.header-style-2 .main-menu.menu .sub-menu {
    text-align: left
}

.site-header.header-style-2.full-width .menu-action-buttons {
    top: 20px
}

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
    padding-right: 40px
}

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
    padding-right: 80px
}

.site-header.header-style-2 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
    padding-right: 120px
}

.site-header.header-style-3 .header-inner {
    padding: 25px 0
}

.site-header.header-style-3 .main-menu.menu > li {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0
}

.site-header.header-style-3 .main-menu.menu {
    height: 63px;
    overflow-y: hidden;
    margin-bottom: -16px;
    padding-bottom: 15px
}

    .site-header.header-style-3 .main-menu.menu .sub-menu {
        text-align: left
    }

.site-header.header-style-3.boxed .main-menu.menu .mega-menu, .site-header.header-style-3.boxed .main-menu.menu > li .sub-menu {
    top: 103%;
    top: calc(100% + 1px)
}

.site-header.header-style-3.full-width .main-menu.menu .mega-menu, .site-header.header-style-3.full-width .main-menu.menu > li .sub-menu {
    top: 76%;
    top: calc(100% - 15px)
}

.site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu, .site-header.header-style-3.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
    top: 100%
}

.site-header.boxed.header-style-3 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-3 .main-menu-wrapper {
    border-bottom-width: 1px;
    border-top: none;
    border-bottom-color: #ececec
}

.site-header.header-style-3 .main-menu.menu > li.current-menu-item > a:before, .site-header.header-style-3 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-3 .main-menu.menu > li:hover > a:before {
    height: 2px;
    bottom: 0
}

.site-header.header-style-3 .ajax-search-results:after, .site-header.header-style-3 .shop-cart-container .cart-box:after {
    height: 2px;
    top: -2px
}

.site-header.header-style-3.full-width .menu-action-buttons {
    bottom: 15px
}

.site-header.header-style-3.full-width .bs-pinning-block.pinned .menu-action-buttons {
    bottom: 0
}

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
    padding-right: 40px
}

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
    padding-right: 80px
}

.site-header.header-style-3 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
    padding-right: 120px
}

.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu {
    height: 48px;
    margin-bottom: 0;
    padding-bottom: 0
}

.site-header.header-style-3 .bs-pinning-block.pinned .main-menu.menu {
    margin-bottom: -1px
}

@media only screen and (max-width:700px) {
    body.bs-show-ha .site-header.header-style-3 {
        border-bottom: none !important
    }
}

.site-header.header-style-4 .header-inner {
    padding: 50px 0
}

.site-header.header-style-4.h-a-ad .header-inner {
    padding: 30px 0
}

.site-header.header-style-4 .main-menu.menu {
    height: 63px;
    overflow-y: hidden;
    margin-bottom: -16px;
    padding-bottom: 15px
}

    .site-header.header-style-4 .main-menu.menu .mega-menu, .site-header.header-style-4 .main-menu.menu > li .sub-menu {
        top: 102%;
        top: calc(100% + 1px)
    }

.site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu, .site-header.header-style-4.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
    top: 100%
}

.site-header.header-style-4 .main-menu.menu > li {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0
}

.site-header.header-style-4 .main-menu.menu .sub-menu {
    text-align: left
}

.site-header.boxed.header-style-4 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-4 .main-menu-wrapper {
    border-bottom-width: 1px;
    border-top: none;
    border-bottom-color: #ececec
}

.site-header.header-style-4 .site-branding {
    text-align: center
}

.site-header.header-style-4 .main-menu.menu {
    text-align: center
}

    .site-header.header-style-4 .main-menu.menu > li {
        float: none;
        display: inline-block
    }

    .site-header.header-style-4 .main-menu.menu .sub-menu {
        text-align: left
    }

.site-header.header-style-4 .bs-pinning-block.pinned .main-menu.menu, .site-header.header-style-4 .main-menu-wrapper .main-menu-container {
    height: 48px;
    margin-bottom: -1px;
    padding-bottom: 0
}

.active-top-line .site-header.header-style-4.boxed .bs-pinning-block.pinned .main-menu-container {
    height: 50px
}

.site-header.header-style-4 .search-container .search-box .search-form .search-field {
    text-align: center
}

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
    padding: 0 40px
}

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
    padding: 0 80px
}

.site-header.header-style-4 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
    padding: 0 120px
}

.site-header.header-style-4.boxed .menu-action-buttons {
    bottom: 0
}

.site-header.header-style-5 .header-inner {
    padding: 0;
    position: relative
}

.site-header.header-style-5.boxed .header-inner, .site-header.header-style-5.full-width {
    border-bottom: 1px solid #eee
}

.site-header.header-style-5 .main-menu.menu {
    text-align: right;
    width: 100%
}

    .site-header.header-style-5 .main-menu.menu > li {
        float: left;
        display: inline-block;
        margin: 0
    }

        .site-header.header-style-5 .main-menu.menu > li > a {
            padding: 0 15px
        }

    .site-header.header-style-5 .main-menu.menu .sub-menu {
        text-align: left
    }

.site-header.header-style-5 .site-branding {
    width: 23.333%;
    float: left
}

.site-header.header-style-5 .main-menu-container {
    width: 76.666%;
    float: right
}

.site-header.header-style-5 .main-menu > li > a {
    line-height: 78px
}

.site-header.header-style-5 .site-branding .logo {
    line-height: 78px;
    display: table;
    width: 100%
}

    .site-header.header-style-5 .site-branding .logo, .site-header.header-style-5 .site-branding .logo img {
        max-height: 74px
    }

        .site-header.header-style-5 .site-branding .logo.img-logo a {
            display: table-cell;
            vertical-align: middle;
            line-height: 74px;
            height: 74px;
            padding: 0 10px 0 0
        }

        .site-header.header-style-5 .site-branding .logo.text-logo a {
            vertical-align: middle;
            padding: 5px 10px 5px 0
        }

        .site-header.header-style-5 .site-branding .logo img {
            vertical-align: middle;
            margin: 0;
            max-height: 100%;
            display: table-cell;
            max-width: 100%;
            table-layout: fixed
        }

.site-header.header-style-5 .ajax-search-results:after, .site-header.header-style-5 .main-menu.menu > li.current-menu-item > a:before, .site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-5 .main-menu.menu > li:hover > a:before, .site-header.header-style-5 .shop-cart-container .cart-box:after {
    height: 2px;
    bottom: -1px
}

.site-header.header-style-5 .main-menu.menu > li.current-menu-item > a, .site-header.header-style-5 .main-menu.menu > li.current-menu-parent > a, .site-header.header-style-5 .main-menu.menu > li:hover > a {
    background: rgba(0,0,0,.05)
}

.site-header.header-style-5 .main-menu.menu > li.menu-item-has-children > a:after {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: center;
    bottom: 0;
    color: rgba(0,0,0,.21)
}

.site-header.header-style-5 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
    box-shadow: none;
    background: #fff
}

.site-header.header-style-5.full-width .content-wrap.bs-pinning-block.pinned {
    max-width: 100% !important
}

.site-header.header-style-5.full-width .content-wrap.pinned {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eee
}

.site-header.header-style-5 .main-menu.menu, .site-header.header-style-6 .main-menu.menu, .site-header.header-style-8 .main-menu.menu {
    height: 79px;
    overflow-y: hidden;
    margin-bottom: -1px
}

.site-header.header-style-6 .main-menu.menu {
    height: 91px
}

.site-header.header-style-8 .main-menu.menu {
    height: 67px
}

    .site-header.header-style-5 .main-menu.menu .mega-menu, .site-header.header-style-5 .main-menu.menu > li .sub-menu, .site-header.header-style-6 .main-menu.menu .mega-menu, .site-header.header-style-6 .main-menu.menu > li .sub-menu, .site-header.header-style-8 .main-menu.menu .mega-menu, .site-header.header-style-8 .main-menu.menu > li .sub-menu {
        top: 101%;
        top: calc(100% + 1px)
    }

        .site-header.header-style-5 .main-menu.menu > li .sub-menu .sub-menu, .site-header.header-style-6 .main-menu.menu > li .sub-menu .sub-menu, .site-header.header-style-8 .main-menu.menu > li .sub-menu .sub-menu {
            top: 0
        }

.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-1, .site-header.header-style-6 .main-menu-container.menu-actions-btn-width-1, .site-header.header-style-8 .main-menu-container.menu-actions-btn-width-1 {
    padding-right: 40px
}

.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-2, .site-header.header-style-6 .main-menu-container.menu-actions-btn-width-2, .site-header.header-style-8 .main-menu-container.menu-actions-btn-width-2 {
    padding-right: 80px
}

.site-header.header-style-5 .main-menu-container.menu-actions-btn-width-3, .site-header.header-style-6 .main-menu-container.menu-actions-btn-width-3, .site-header.header-style-8 .main-menu-container.menu-actions-btn-width-3 {
    padding-right: 120px
}

.site-header.header-style-5 .main-menu-container.search-open .search-container {
    width: 66.66%;
    line-height: 78px;
    right: 0;
    left: auto
}

.site-header.header-style-6 .main-menu-container.search-open .search-container {
    width: 66.66%;
    line-height: 90px;
    right: 0;
    left: auto
}

.site-header.header-style-8 .main-menu-container.search-open .search-container {
    width: 75%;
    line-height: 66px;
    right: 0;
    left: auto
}

.site-header.header-style-5 .main-menu-container.search-open .main-menu.menu, .site-header.header-style-6 .main-menu-container.search-open .main-menu.menu, .site-header.header-style-8 .main-menu-container.search-open .main-menu.menu {
    opacity: 0;
    pointer-events: none
}

.site-header.header-style-5 .menu-action-buttons > div {
    line-height: 78px
}

.site-header.header-style-6 .menu-action-buttons > div {
    line-height: 90px
}

.site-header.header-style-8 .menu-action-buttons > div {
    line-height: 66px
}

.site-header.header-style-5 .shop-cart-container .cart-box, .site-header.header-style-6 .shop-cart-container .cart-box, .site-header.header-style-8 .shop-cart-container .cart-box {
    line-height: 22px
}

.site-header.header-style-5 .menu-action-buttons .off-canvas-menu-icon, .site-header.header-style-8 .menu-action-buttons .off-canvas-menu-icon {
    margin-top: -2px
}

.site-header.header-style-5 .search-container .search-box .search-form .search-field {
    height: 78px
}

.site-header.header-style-6 .search-container .search-box .search-form .search-field {
    height: 90px
}

.site-header.header-style-8 .search-container .search-box .search-form .search-field {
    height: 66px
}

.site-header.header-style-5 .shop-cart-container .cart-box:after, .site-header.header-style-6 .shop-cart-container .cart-box:after, .site-header.header-style-8 .shop-cart-container .cart-box:after {
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    top: -1px;
    opacity: 1;
    visibility: visible
}

.site-header.header-style-6 .header-inner {
    padding: 0;
    position: relative
}

.site-header.header-style-6.boxed .header-inner, .site-header.header-style-6.full-width {
    border-bottom: 1px solid #eee
}

.site-header.header-style-6 .main-menu.menu {
    float: right
}

    .site-header.header-style-6 .main-menu.menu > li {
        float: left;
        display: inline-block;
        margin: 0
    }

        .site-header.header-style-6 .main-menu.menu > li > a {
            padding: 0 15px
        }

    .site-header.header-style-6 .main-menu.menu .sub-menu {
        text-align: left
    }

.site-header.header-style-6 .site-branding {
    width: 23.333%;
    float: left;
    line-height: 90px
}

.site-header.header-style-6 .main-menu-container {
    width: 76.666%;
    float: right
}

.site-header.header-style-6 .main-menu > li > a {
    line-height: 90px
}

.site-header.header-style-6 .site-branding .logo {
    display: table;
    width: 100%;
    line-height: 86px;
    height: 86px
}

    .site-header.header-style-6 .site-branding .logo.img-logo a {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px 0 0
    }

    .site-header.header-style-6 .site-branding .logo.text-logo a {
        vertical-align: middle;
        padding: 5px 10px 5px 0
    }

    .site-header.header-style-6 .site-branding .logo img {
        vertical-align: middle;
        margin: 0;
        display: table-cell;
        max-width: 100%;
        table-layout: fixed
    }

    .site-header.header-style-6 .site-branding .logo img {
        padding: 0;
        line-height: 88px;
        max-height: 88px
    }

.site-header.header-style-6 .main-menu.menu > li > a > .bf-icon {
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0;
    text-align: center;
    margin-right: 0;
    font-size: 16px
}

    .site-header.header-style-6 .main-menu.menu > li > a > .bf-icon img {
        vertical-align: top
    }

    .site-header.header-style-6 .main-menu.menu > li > a > .bf-icon.bf-custom-icon {
        top: 20px
    }

.site-header.header-style-6 .main-menu.menu > li.menu-have-icon > a {
    padding-top: 24px;
    line-height: 66px
}

.site-header.header-style-6 .main-menu.menu > li.current-menu-item > a:before, .site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-6 .main-menu.menu > li:hover > a:before {
    height: 2px;
    bottom: -1px
}

.site-header.header-style-6 .main-menu.menu > li.current-menu-item > a, .site-header.header-style-6 .main-menu.menu > li.current-menu-parent > a, .site-header.header-style-6 .main-menu.menu > li:hover > a {
    background: rgba(0,0,0,.05)
}

.site-header.header-style-6 .main-menu.menu > li.menu-item-has-children > a:after {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: center;
    bottom: 0;
    color: rgba(0,0,0,.21)
}

.site-header.header-style-6 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
    box-shadow: none;
    background: #fff
}

.site-header.header-style-6.full-width .content-wrap {
    max-width: 100% !important
}

    .site-header.header-style-6.full-width .content-wrap.pinned {
        background: #fff;
        box-shadow: none;
        border-bottom: 1px solid #eee
    }

.site-header.header-style-7 .header-inner {
    padding: 50px 0
}

.site-header.header-style-7.h-a-ad .header-inner {
    padding: 30px 0
}

.site-header.header-style-7 .main-menu.menu > li {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0
}

.site-header.header-style-7 .main-menu.menu .sub-menu {
    text-align: left
}

.site-header.boxed.header-style-7 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-7 .main-menu-wrapper {
    border-bottom-width: 1px;
    border-top: none;
    border-bottom-color: #ececec
}

.site-header.header-style-7 .site-branding {
    text-align: center
}

.site-header.header-style-7 .main-menu.menu .sub-menu {
    text-align: left
}

.site-header.header-style-7 .main-menu.menu {
    height: 63px;
    overflow-y: hidden;
    margin-bottom: -16px;
    padding-bottom: 15px
}

.site-header.header-style-7.boxed .main-menu.menu .mega-menu, .site-header.header-style-7.boxed .main-menu.menu > li .sub-menu {
    top: 102%;
    top: calc(100% + 1px)
}

.site-header.header-style-7.full-width .main-menu.menu .mega-menu, .site-header.header-style-7.full-width .main-menu.menu > li .sub-menu {
    top: 76%;
    top: calc(100% - 15px)
}

.site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu .mega-menu, .site-header.header-style-7.full-width .main-menu-wrapper.pinned .main-menu.menu > li .sub-menu {
    top: 100%
}

.site-header.header-style-7.full-width .menu-action-buttons {
    bottom: 15px
}

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
    padding-right: 40px
}

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-2 .main-menu-container {
    padding-right: 80px
}

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-3 .main-menu-container {
    padding-right: 120px
}

.site-header.header-style-7 .bs-pinning-block.pinned .main-menu.menu {
    height: 48px;
    margin-bottom: -1px;
    padding-bottom: 0
}

.site-header.header-style-7.full-width .bs-pinning-block.pinned .menu-action-buttons {
    bottom: 0
}

.site-header.header-style-8 .header-inner {
    padding: 0;
    position: relative
}

.site-header.header-style-8.boxed .header-inner, .site-header.header-style-8.full-width {
    border-bottom: 1px solid #eee
}

.site-header.header-style-8 .main-menu.menu > li {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0
}

    .site-header.header-style-8 .main-menu.menu > li > a {
        padding: 0 7px
    }

.site-header.header-style-8 .main-menu.menu .sub-menu {
    text-align: left
}

.site-header.header-style-8 .site-branding {
    width: 20%;
    float: left;
    padding-right: 20px
}

.site-header.header-style-8 .main-menu-container {
    width: 80%;
    float: right
}

.site-header.header-style-8 .main-menu > li > a {
    line-height: 66px
}

.site-header.header-style-8 .site-branding .logo {
    line-height: 58px;
    display: table;
    width: 100%
}

    .site-header.header-style-8 .site-branding .logo.img-logo a {
        display: table-cell;
        vertical-align: middle;
        line-height: 62px;
        height: 62px;
        padding: 0 10px 0 0;
        position: relative;
        z-index: 100
    }

    .site-header.header-style-8 .site-branding .logo.text-logo a {
        vertical-align: middle;
        padding: 5px 10px 5px 0
    }

    .site-header.header-style-8 .site-branding .logo img {
        vertical-align: middle;
        margin: 0;
        max-height: 100%;
        display: table-cell;
        max-width: 100%;
        table-layout: fixed
    }

    .site-header.header-style-8 .site-branding .logo, .site-header.header-style-8 .site-branding .logo img {
        max-height: 58px;
        padding: 0
    }

.site-header.header-style-8 .main-menu.menu > li.current-menu-item > a:before, .site-header.header-style-8 .main-menu.menu > li.current-menu-parent > a:before, .site-header.header-style-8 .main-menu.menu > li:hover > a:before {
    height: 2px;
    bottom: -1px
}

.site-header.header-style-8 .main-menu.menu > li.menu-item-has-children > a:after {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    text-align: center;
    bottom: 0;
    color: rgba(0,0,0,.21)
}

.site-header.header-style-8 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block {
    box-shadow: none;
    background: #fff
}

.site-header.header-style-8.full-width .content-wrap {
    max-width: 100% !important
}

    .site-header.header-style-8.full-width .content-wrap.pinned {
        background: #fff;
        box-shadow: none;
        border-bottom: 1px solid #eee
    }

@media only screen and (max-width:992px) {
    .main-menu > li {
        margin-right: 10px
    }

    .site-header.header-style-1 .main-menu.menu > li {
        margin: 0 4px
    }

    .site-header.header-style-3 .main-menu.menu > li, .site-header.header-style-4 .main-menu.menu > li, .site-header.header-style-8 .main-menu.menu > li {
        margin: 0 7px 0 0
    }

        .site-header.header-style-5 .main-menu.menu > li > a, .site-header.header-style-6 .main-menu.menu > li > a, .site-header.header-style-8 .main-menu.menu > li > a {
            padding: 0 7px
        }

    .main-menu > li > a {
        padding: 0 4px
    }
}

.rh-header {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 300px;
    position: relative
}

    .rh-header .rh-container {
        background-color: #222;
        user-select: none
    }

@media only screen and (max-width:700px) {
    body .site-header, body.bs-hide-ha .site-header {
        display: none
    }

    body.bs-show-ha .site-header {
        display: block
    }

        body.bs-show-ha .site-header .bs-pinning-wrapper, body.bs-show-ha .site-header .header-inner .logo-col, body.bs-show-ha .site-header .main-menu-wrapper, body.bs-show-ha .site-header .topbar {
            display: none
        }

        body.bs-show-ha .site-header .header-inner .sidebar-col, body.bs-show-ha .site-header > .header-inner .row-height {
            display: block;
            height: auto;
            width: 100%
        }

        body.bs-show-ha .site-header.header-style-2 .header-inner, body.bs-show-ha .site-header.header-style-3 .header-inner {
            padding: 15px 0
        }

    body.bs-show-ha-a .main-wrap {
        display: flex;
        flex-direction: column
    }

        body.bs-show-ha-a .main-wrap .rh-header {
            order: 1
        }

        body.bs-show-ha-a .main-wrap .site-header {
            order: 2
        }

        body.bs-show-ha-a .main-wrap > * {
            order: 3
        }

    body.bs-show-ha.bs-show-ha-a .site-header.header-style-2 .header-inner, body.bs-show-ha.bs-show-ha-a .site-header.header-style-3 .header-inner {
        padding: 15px 0 0
    }

    .rh-header {
        display: block
    }
}

.rh-header .menu-container {
    position: absolute;
    top: 0;
    right: 0
}

    .rh-header .menu-container .menu-handler {
        color: #fff;
        width: 54px;
        height: 54px;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        background-color: rgba(255,255,255,.05);
        cursor: pointer;
        position: relative;
        border-left: 1px solid rgba(0,0,0,.07);
        float: right
    }

        .rh-header .menu-container .menu-handler .lines {
            display: inline-block;
            width: 22px;
            height: 2px;
            background: #ecf0f1;
            position: relative;
            margin-top: 25.5px
        }

            .rh-header .menu-container .menu-handler .lines:after, .rh-header .menu-container .menu-handler .lines:before {
                display: inline-block;
                width: 22px;
                height: 2px;
                background: #ecf0f1;
                position: absolute;
                left: 0;
                content: ''
            }

            .rh-header .menu-container .menu-handler .lines:before {
                top: 8px
            }

            .rh-header .menu-container .menu-handler .lines:after {
                top: -8px
            }

.rh-cover .rh-c-m .resp-menu li {
    display: block;
    line-height: 46px;
    float: none;
    position: relative
}

.rh-cover .rh-c-m .resp-menu .sub-menu a > .fa {
    min-width: 12px
}

.rh-cover .rh-c-m .resp-menu li a > .bf-icon {
    display: inline-block;
    min-width: 22px;
    margin: 0
}

.rh-cover .rh-c-m .resp-menu li > a {
    padding: 0 0 0 3px;
    color: #fff;
    display: block;
    position: relative;
    font-size: 14px;
    border-bottom: none;
    transition: none
}

.rh-cover .rh-c-m .resp-menu > li > a {
    border-bottom: 2px solid rgba(255,255,255,.05)
}

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children.open-sub > a {
    border-bottom-color: transparent !important
}

.rh-cover .rh-c-m .resp-menu .children-button {
    position: absolute;
    right: 0;
    top: 11px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: silver;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    -moz-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    transition: .55s cubic-bezier(.37,-.04,.2,.99);
    opacity: .5
}

.rh-cover .rh-c-m .resp-menu + .resp-menu .children-button {
    top: 8px
}

.rh-cover .rh-c-m .resp-menu li.open-sub > .children-button {
    background: rgba(0,0,0,.13)
}

.rh-cover .rh-c-m .resp-menu li li .children-button {
    top: 1px
}

.rh-cover .rh-c-m .resp-menu .children-button:after, .rh-cover .rh-c-m .resp-menu .children-button:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 6px;
    width: 11px;
    height: 2px;
    display: inline-block;
    background: #fff;
    -webkit-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    -moz-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    transition: .55s cubic-bezier(.37,-.04,.2,.99)
}

.rh-cover .rh-c-m .resp-menu .children-button:after {
    transform: rotate(90deg)
}

.rh-cover .rh-c-m .resp-menu .open-sub > .children-button {
    opacity: .75
}

    .rh-cover .rh-c-m .resp-menu .open-sub > .children-button:after {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children > a:after {
    display: none
}

.rh-cover .rh-c-m .resp-menu li:hover > .mega-menu, .rh-cover .rh-c-m .resp-menu li:hover > .sub-menu {
    display: none
}

.rh-cover .rh-c-m .resp-menu .mega-menu, .rh-cover .rh-c-m .resp-menu .sub-menu {
    display: none;
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation-name: none !important;
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: auto !important;
    background-color: transparent;
    width: 100%;
    margin-top: 1px;
    z-index: 1
}

    .rh-cover .rh-c-m .resp-menu .sub-menu > li:last-child > a {
        border-bottom: 2px solid rgba(255,255,255,.04) !important
    }

    .rh-cover .rh-c-m .resp-menu .sub-menu > li.open-sub:last-child > a {
        border-bottom-color: transparent !important
    }

    .rh-cover .rh-c-m .resp-menu .sub-menu .sub-menu {
        margin-top: 2px
    }

    .rh-cover .rh-c-m .resp-menu .sub-menu > li > a {
        font-size: 13px
    }

.rh-cover .rh-c-m .resp-menu .mega-menu, .rh-cover .rh-c-m .resp-menu .sub-menu {
    padding-left: 22px
}

.rh-cover .rh-c-m .resp-menu li li {
    line-height: 28px
}

.rh-cover .rh-c-m .resp-menu .sub-menu > li:last-child > a {
    padding-bottom: 8px;
    margin-bottom: 5px
}

.rh-cover .rh-c-m .resp-menu .better-custom-badge {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    min-width: 19px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    margin: 6px 6px 0 0;
    background-color: transparent !important;
    opacity: .6
}

.rh-cover .rh-c-m .resp-menu li.menu-item-has-children > a > .better-custom-badge {
    margin-right: 30px
}

.rh-cover .rh-c-m .resp-menu li li.menu-item-has-children > a > .better-custom-badge {
    margin-top: 8px
}

.rh-cover .rh-c-m .resp-menu + .resp-menu li {
    line-height: 40px
}

    .rh-cover .rh-c-m .resp-menu + .resp-menu li > a {
        font-size: 12px
    }

.rh-cover .search-form {
    margin-top: 35px;
    position: relative
}

    .rh-cover .search-form input[type=search] {
        margin: 0;
        background: rgba(255,255,255,.2);
        color: #fff;
        border: none;
        border-radius: 3px;
        box-shadow: none;
        float: none;
        webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .rh-cover .search-form input[type=submit] {
        content: "\f002";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 16px;
        background: 0 0 !important
    }

    .rh-cover .search-form ::-webkit-input-placeholder {
        color: #fff
    }

    .rh-cover .search-form ::-moz-placeholder {
        color: #fff
    }

    .rh-cover .search-form :-ms-input-placeholder {
        color: #fff
    }

    .rh-cover .search-form :-moz-placeholder {
        color: #fff
    }

.rh-cover .better-social-counter {
    margin: 20px 0 0 !important
}

    .rh-cover .better-social-counter.style-button .social-list {
        text-align: center
    }

    .rh-cover .better-social-counter.style-button .social-item {
        float: none;
        display: inline-block;
        margin: 0 4px 4px
    }

    .rh-cover .better-social-counter.style-button .item-icon {
        width: 42px;
        height: 42px;
        line-height: 38px;
        color: #fff;
        background-color: #a3a3a3;
        border-radius: 50%;
        background: rgba(0,0,0,0) !important;
        border: 3px solid rgba(255,255,255,.25);
        font-size: 16px
    }

    .rh-cover .better-social-counter.style-button .social-item:hover .item-icon {
        border-color: rgba(255,255,255,.45)
    }

.rh-cover.no-login-icon .better-social-counter.style-button .social-list {
    position: absolute;
    top: 9px;
    max-width: 80%;
    height: 45px;
    overflow: hidden;
    text-align: left
}

.rh-cover .rh-c-m .resp-menu .mega-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    position: inherit;
    left: 0;
    top: 0;
    border: none;
    box-shadow: none
}

    .rh-cover .rh-c-m .resp-menu .mega-menu .container {
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link {
        padding: 0
    }

        .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links > li {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important
        }

        .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li a {
            padding-bottom: 0;
            margin-bottom: 0
        }

        .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li .sub-menu {
            display: none !important
        }

        .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link .mega-links li.open-sub > .sub-menu {
            display: block !important
        }

    .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links li {
        padding: 0;
        text-align: left
    }

    .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        background-color: transparent !important;
        text-align: left !important;
        box-shadow: none !important;
        padding: 6px 0 0 22px;
        display: none !important
    }

        .rh-cover .rh-c-m .resp-menu .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
            display: block
        }

    .rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post {
        width: 100%;
        padding: 0 20px;
        float: none
    }

        .rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(2), .rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(3), .rh-cover .rh-c-m .resp-menu .mega-menu.mega-grid-posts .post:nth-child(4) {
            display: none
        }

.rh-cover .mega-menu.mega-type-link-list .mega-links > li:hover > a {
    color: #fff !important
}

.rh-header .logo-container {
    padding: 0 0 0 15px;
    line-height: 54px;
    height: 54px
}

    .rh-header .logo-container.rh-img-logo {
        font-size: 0
    }

    .rh-header .logo-container img {
        max-height: 80%;
        max-width: 80%
    }

    .rh-header .logo-container a {
        color: #fff
    }

.rh-cover {
    position: fixed;
    top: 0;
    left: -99%;
    z-index: 9999;
    width: 100%;
    -webkit-transition: .54s cubic-bezier(.65,.33,.35,.84);
    -moz-transition: .54s cubic-bezier(.65,.33,.35,.84);
    transition: .54s cubic-bezier(.65,.33,.35,.84);
    visibility: hidden;
    overflow: auto;
    background: #191919;
    height: 101%;
    height: calc(100% + 1px)
}

body.open-rh .rh-cover {
    left: 0;
    visibility: visible
}

body.admin-bar .rh-cover {
    top: 46px
}

body.mce-content-body {
    background-color: #fff !important
}

.noscroll {
    overflow: hidden
}

@media(max-width:767px) {
    body {
        background-color: #f3f3f3 !important
    }

    .main-wrap {
        background-color: #fff;
        overflow: auto;
        margin: auto;
        width: 100%
    }
}

.rh-cover.gr-1 {
    background-image: -moz-linear-gradient(45deg,#001fd3 0,#2d9dfb 100%);
    background-image: -webkit-linear-gradient(45deg,#001fd3 0,#2d9dfb 100%);
    background-image: -ms-linear-gradient(45deg,#001fd3 0,#2d9dfb 100%)
}

.rh-cover.gr-2 {
    background-image: -moz-linear-gradient(85deg,#b83917 0,#f7ae15 100%);
    background-image: -webkit-linear-gradient(85deg,#b83917 0,#f7ae15 100%);
    background-image: -ms-linear-gradient(85deg,#b83917 0,#f7ae15 100%)
}

.rh-cover.gr-3 {
    background-image: -moz-linear-gradient(85deg,#9234ef 0,#22c1c3 100%);
    background-image: -webkit-linear-gradient(85deg,#9234ef 0,#22c1c3 100%);
    background-image: -ms-linear-gradient(85deg,#9234ef 0,#22c1c3 100%)
}

.rh-cover.gr-4 {
    background-image: -moz-linear-gradient(85deg,#c23337 0,#d45f25 100%);
    background-image: -webkit-linear-gradient(85deg,#c23337 0,#d45f25 100%);
    background-image: -ms-linear-gradient(85deg,#c23337 0,#d45f25 100%)
}

.rh-cover.gr-5 {
    background-image: -moz-linear-gradient(85deg,#0a58c0 0,#00ade1 100%);
    background-image: -webkit-linear-gradient(85deg,#0a58c0 0,#00ade1 100%);
    background-image: -ms-linear-gradient(85deg,#0a58c0 0,#00ade1 100%)
}

.rh-cover.gr-6 {
    background-image: -moz-linear-gradient(85deg,#0b5c5e 0,#28ae92 100%);
    background-image: -webkit-linear-gradient(85deg,#0b5c5e 0,#28ae92 100%);
    background-image: -ms-linear-gradient(85deg,#0b5c5e 0,#28ae92 100%)
}

.rh-cover.gr-7 {
    background-image: -moz-linear-gradient(85deg,#880d2c 0,#1d70bf 100%);
    background-image: -webkit-linear-gradient(85deg,#880d2c 0,#1d70bf 100%);
    background-image: -ms-linear-gradient(85deg,#880d2c 0,#1d70bf 100%)
}

.rh-cover.gr-8 {
    background-image: -moz-linear-gradient(85deg,#191b1d 0,#525759 100%);
    background-image: -webkit-linear-gradient(85deg,#191b1d 0,#525759 100%);
    background-image: -ms-linear-gradient(85deg,#191b1d 0,#525759 100%)
}

.rh-cover.bg-img:before {
    opacity: .13
}

.rh-cover.bg-img:after {
    content: '';
    display: inline-block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    background: #000;
    opacity: .4;
    z-index: -2;
    -webkit-transition: .54s cubic-bezier(.65,.33,.35,.84);
    -moz-transition: .54s cubic-bezier(.65,.33,.35,.84);
    transition: .54s cubic-bezier(.65,.33,.35,.84)
}

.close-rh .rh-cover.bg-img:after {
    left: -100%
}

.open-rh .rh-cover.bg-img:after {
    left: 0
}

.rh-cover:before {
    height: 60px;
    content: '';
    width: 100%;
    position: absolute;
    background-color: #fff;
    opacity: .08;
    box-shadow: 0 0 32px 0 #000;
    z-index: -1
}

.rh-cover .rh-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    display: inline-block;
    top: 21px;
    cursor: pointer;
    z-index: 10
}

    .rh-cover .rh-close:after, .rh-cover .rh-close:before {
        content: '';
        width: 2px;
        height: 18px;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 50%;
        margin-top: -10px;
        opacity: .65;
        background: #fff;
        transform: rotate(45deg);
        border-radius: 5px
    }

    .rh-cover .rh-close:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.rh-cover .rh-panel {
    padding: 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

    .rh-cover .rh-panel.rh-p-u {
        display: none
    }

.rh-cover .rh-p-h {
    line-height: 60px;
    margin: -27px -27px 20px;
    padding: 0 23px;
    font-size: 14px;
    color: #fff;
    height: 60px;
    position: relative
}

    .rh-cover .rh-p-h a {
        color: #fff
    }

    .rh-cover .rh-p-h .user-login {
        padding-left: 40px;
        position: relative;
        cursor: pointer
    }

        .rh-cover .rh-p-h .user-login .user-avatar {
            border: 2px solid rgba(255,255,255,.16);
            border-radius: 50%;
            overflow: hidden;
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            margin-top: -15px;
            left: 0;
            text-align: center
        }

            .rh-cover .rh-p-h .user-login .user-avatar img {
                vertical-align: top
            }

            .rh-cover .rh-p-h .user-login .user-avatar .fa {
                font-size: 23px;
                position: absolute;
                top: 0;
                left: 0;
                line-height: 26px;
                width: 100%
            }

.rh-cover .rh-back-menu {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    opacity: .65;
    cursor: pointer
}

    .rh-cover .rh-back-menu:focus, .rh-cover .rh-back-menu:hover {
        opacity: .8
    }

    .rh-cover .rh-back-menu:after, .rh-cover .rh-back-menu:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 10px;
        height: 2px;
        background: #fff;
        top: 10px;
        left: 6px;
        border-radius: 10px;
        -webkit-transition: .55s cubic-bezier(.37,-.04,.2,.99);
        -moz-transition: .55s cubic-bezier(.37,-.04,.2,.99);
        transition: .55s cubic-bezier(.37,-.04,.2,.99)
    }

    .rh-cover .rh-back-menu:before {
        transform: rotate(-40deg)
    }

    .rh-cover .rh-back-menu.abtn:before, .rh-cover .rh-back-menu:hover:before {
        transform: rotate(0);
        width: 17px;
        left: 7px;
        top: 7px
    }

    .rh-cover .rh-back-menu:after {
        transform: rotate(40deg);
        top: 16px;
        left: 6px
    }

    .rh-cover .rh-back-menu.abtn:after, .rh-cover .rh-back-menu:hover:after {
        transform: rotate(0);
        left: 7px;
        width: 17px;
        top: 19px
    }

    .rh-cover .rh-back-menu i {
        width: 17px;
        height: 2px;
        display: inline-block;
        background: #fff;
        position: absolute;
        top: 13px;
        left: 7px;
        border-radius: 15px
    }

.rh-cover .bs-login-shortcode {
    background: 0 0;
    padding: 0 !important;
    margin: 25px 0 0 !important;
    border: none !important;
    box-shadow: none
}

.rh-cover .bs-login .login-header, .rh-cover .bs-login .login-header .login-icon {
    color: #fff
}

.rh-cover .bs-login .social-login-buttons li .social-login-btn.btn {
    background: rgba(255,255,255,.2) !important;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    font-size: 13px;
    padding: 0;
    text-align: center
}

.rh-cover .bs-login .social-login-btn.btn .bf-icon {
    width: auto;
    height: auto;
    position: inherit;
    background: 0 0;
    margin-right: 5px
}

.rh-cover .bs-login .social-login-buttons {
    border-bottom: none;
    margin-bottom: 26px
}

    .rh-cover .bs-login .social-login-buttons .or-text:after, .rh-cover .bs-login .social-login-buttons .or-text:before {
        content: '';
        width: 100px;
        height: 1px;
        background: #fff;
        opacity: .1;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -.5px;
        right: -101px
    }

    .rh-cover .bs-login .social-login-buttons .or-text:after {
        left: -101px;
        right: inherit
    }

    .rh-cover .bs-login .social-login-buttons .or-text {
        background-color: rgba(255,255,255,0);
        border-color: rgba(255,255,255,.17);
        color: #fff;
        position: relative
    }

.rh-cover .bs-login input[type=password], .rh-cover .bs-login input[type=text] {
    background: rgba(255,255,255,.2);
    border: none;
    color: #fff;
    box-shadow: none;
    -webkit-backface-visibility: hidden
}

    .rh-cover .bs-login input[type=password]::-webkit-input-placeholder, .rh-cover .bs-login input[type=text]::-webkit-input-placeholder {
        color: rgba(255,255,255,.55)
    }

    .rh-cover .bs-login input[type=password]::-moz-placeholder, .rh-cover .bs-login input[type=text]::-moz-placeholder {
        color: rgba(255,255,255,.55)
    }

    .rh-cover .bs-login input[type=password]:-ms-input-placeholder, .rh-cover .bs-login input[type=text]:-ms-input-placeholder {
        color: rgba(255,255,255,.55)
    }

    .rh-cover .bs-login input[type=password]:-moz-placeholder, .rh-cover .bs-login input[type=text]:-moz-placeholder {
        color: rgba(255,255,255,.55)
    }

.rh-cover .bs-login .remember-checkbox + .remember-label {
    color: rgba(255,255,255,.4)
}

.rh-cover .bs-login .remember-label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAAXNSR0IArs4c6QAAAVlJREFUSA3tkzFLA0EQhXeVKzxSaSEWtmJ6wS4/w84fkdJKy/yFFFb+B8EqYC22gfRBG8FCT7Bw/d45d6zeafa8NgOPnZ197+0y7PgQwqZz7ggcgBykRAFpAe48BsckO+DWe//CujLQDCCNwJNjc2qFlcKYII20GxTz1JtjA9PkMugVawPn1j346kHx36/MDyzURE3VqIuJcTVMC01jr3HWNGZgApYgNcSVJpOBkmuwz5OSQlzTTGQgt2RxdYOZLGUQqmLXVdpOXxn+EFyCvfoyNkkvgCbxo/jEHKj5zRfooHa3hNqQdAZ2rfTK+lHmcrGi+nEC3sA4qsU3cxTuwbbOtambSL4F3lW0GLMegoeqwFqLGwZWOI/ISp+j/Tdxq4EVLyJRlTbEvxq0mLSK/zSwwzOuvwFlw1T7GXqemtjrK+snXoEpRsnzYNxpqWWjH6WJ1EtSQ1xpsk/Dn+01H7ZKAQAAAABJRU5ErkJggg==)
}

.rh-cover .bs-login .go-login-panel, .rh-cover .bs-login .go-reset-panel {
    color: rgba(255,255,255,.5)
}

    .rh-cover .bs-login .go-login-panel:hover, .rh-cover .bs-login .go-reset-panel:hover {
        color: #fff
    }

.rh-cover .bs-login .bs-login-reset-panel .login-header .login-icon, .rh-cover .bs-login .remember-checkbox:checked + .remember-label {
    color: #fff
}

.rh-cover .bs-login .bs-login-reset-panel .login-btn, .rh-cover .bs-login .login-btn {
    background: #fff !important;
    color: #000;
    -webkit-backface-visibility: hidden
}

.rh-cover .bs-login .login-signup {
    color: rgba(255,255,255,.66)
}

    .rh-cover .bs-login .login-signup a {
        color: #fff;
        text-decoration: underline
    }

.rh-cover .bs-login .user-links, .rh-cover .bs-login .user-links li {
    border-color: rgba(255,255,255,.4)
}

    .rh-cover .bs-login .user-links a {
        color: #fff
    }

.rh-header.light .rh-container {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

    .rh-header.light .rh-container.bs-pinning-block.pinned {
        border-bottom-color: transparent;
        -moz-box-shadow: 0 0 40px rgba(0,0,0,.17);
        -webkit-box-shadow: 0 0 40px rgba(0,0,0,.17);
        box-shadow: 0 0 40px rgba(0,0,0,.17)
    }

.rh-header.light .logo-container a {
    color: #2c2c2c
}

.rh-header.light .menu-container .menu-handler .lines, .rh-header.light .menu-container .menu-handler .lines:after, .rh-header.light .menu-container .menu-handler .lines:before {
    background: #2c2c2c
}

body.bs-show-ha.bs-show-ha-b .site-header + .rh-header.light .rh-container {
    border-top: 1px solid #e5e5e5
}

.main-menu .bs-pretty-tabs-container .bs-pretty-tabs-elements {
    padding: 0;
    border: none;
    right: auto;
    left: auto
}

.main-menu .bs-pretty-tabs-container {
    position: inherit
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu {
    position: absolute;
    box-shadow: none;
    padding: 0;
    width: 100%;
    left: 100%;
    top: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 7px 7px rgba(0,0,0,.15);
    box-shadow: 0 7px 7px rgba(0,0,0,.15)
}

ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts > .mega-menu, ul.sub-menu.bs-pretty-tabs-elements li.menu-item-mega-grid-posts > a:after {
    display: none
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu .sub-menu.sub-menu, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links .sub-menu.sub-menu, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li .sub-menu {
    top: inherit !important;
    position: absolute;
    margin-top: -39px;
    left: 100% !important
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts:before {
    display: none
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tab-content, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section li:first-child {
    display: none
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .tabs-section {
    width: 100%;
    max-width: inherit;
    padding: 0;
    height: auto;
    float: none
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .content-wrap, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.tabbed-grid-posts .content-wrap {
    max-width: 100%;
    min-width: inherit
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links {
    list-style: none;
    padding: 0;
    margin: 0
}

    ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li > a {
        color: #434343;
        border-bottom: 1px solid rgba(0,0,0,.04);
        width: auto;
        display: block;
        margin-bottom: 0;
        padding: 8px 16px
    }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li .sub-menu > li {
    display: block;
    padding: 0
}

    ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li > a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.04)
    }

    ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:last-child > a, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link-list .mega-links > li:last-child > a {
        border-bottom: none
    }

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-2-column > li, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-3-column > li, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links.link-4-column > li {
    width: 100%;
    float: none;
    padding: 0 !important;
    margin: 0 !important
}

ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:hover > a {
    color: #fff !important
}

.off-canvas-overlay {
    display: none;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    overflow-y: hidden
}

.off-canvas-inner > div {
    padding: 10px 20px 14px;
    line-height: 1.6;
    color: #434343
}

.off-canvas-container {
    visibility: hidden;
    left: -300px;
    top: 0;
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 999999;
    -webkit-transition: .6s cubic-bezier(.55,-.01,.19,.98) 0s;
    -moz-transition: .6s cubic-bezier(.55,-.01,.19,.98) 0s;
    -o-transition: .6s cubic-bezier(.55,-.01,.19,.98) 0s;
    transition: .6s cubic-bezier(.55,-.01,.19,.98) 0s
}

body.off-canvas-scroll {
    overflow-y: hidden
}

    body.off-canvas-scroll .off-canvas-container {
        overflow-y: scroll
    }

.off-canvas-container.closing {
    overflow-y: hidden !important
}

.off-canvas-menu-open .off-canvas-container {
    width: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAA/UlEQVQ4jZXUvy4EQRwH8N9xvMI1aCWUCo/gX0h0nkWj1SiuQ4EQyYmCh/AIrnOeQI8EH8WtZEz2duem2uz+5jPf/c3sRkQE1rGNTkwxsIp9zAfW8GM8rjFbiOzgo5rXD2z6P64w04JsJQgMAh2cZtjFJAwbeE9qR1hIC44z7A7dDNnDZ1IzRK9utRwb/PUMu0VIA3ZZnCSD6nr2nVy/YLERaUnWmKRpm58iQnbvOSLepklzgK+aRHCPuRIkPbHwipsMa/4CapIM0as2oF+UbBKSPG/H2pAiDMtZT0ZYanj9Ds4z7CiM/ydFSIadJfMeA12c4NYUJ7bCDvGAlV8ryZTBSS7cPQAAAABJRU5ErkJggg==),no-drop
}

    .off-canvas-menu-open .off-canvas-container.left {
        left: 0;
        display: block;
        visibility: visible
    }

.off-canvas-container.right {
    left: inherit;
    right: -300px
}

.off-canvas-menu-open .off-canvas-container.right {
    right: 0;
    display: block;
    visibility: visible
}

.off-canvas-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 290px;
    background: #fff;
    box-shadow: 3px 0 10px 0 rgba(0,0,0,.1);
    cursor: default
}

.off-canvas-inner {
    color: #434343;
    width: 290px;
    position: absolute;
    cursor: default;
    padding-top: 4px;
    background: #fff
}

    .off-canvas-inner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: 0 0;
        z-index: 1
    }

body.admin-bar .off-canvas-container {
    top: 32px
}

.off-canvas-header {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px
}

    .off-canvas-header img {
        max-width: 100%;
        height: auto
    }

    .off-canvas-header .logo {
        margin-top: 20px
    }

    .off-canvas-header .site-name {
        font-weight: bolder;
        font-size: 18px;
        margin-top: 15px
    }

        .off-canvas-header .site-name:first-child {
            margin-bottom: 10px;
            font-size: 22px
        }

            .off-canvas-header .site-name:first-child:last-child {
                margin-bottom: 0
            }

    .off-canvas-header .logo + .site-description {
        margin-top: 15px
    }

    .off-canvas-header .site-description:first-child:last-child {
        margin-bottom: 10px;
        margin-top: 15px
    }

.off-canvas-menu > ul > li > a {
    text-transform: none !important
}

.off-canvas-inner > .off-canvas-menu {
    padding: 20px 0 10px
}

.off-canvas-inner > .off-canvas-search + .off-canvas-menu {
    padding-top: 0
}

.off-canvas-inner > .off-canvas-header + .off-canvas-menu {
    padding-top: 8px
}

.off-canvas-inner .canvas-close + .off-canvas-search {
    margin-top: 44px
}

.off-canvas-menu ul.menu li, .off-canvas-menu ul.menu > li {
    display: block;
    float: none
}

.off-canvas-menu ul.menu > li {
    padding: 0 20px
}

.off-canvas-menu li > a {
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding: 10px 0 !important
}

.off-canvas-menu li:last-child > a {
    border-bottom: none !important
}

.off-canvas-menu li li {
    padding: 0 18px !important
}

    .off-canvas-menu li li > a {
        padding: 8px 0 !important;
        border-bottom: 1px solid rgba(0,0,0,.07) !important
    }

.off-canvas-menu a {
    color: #444
}

.off-canvas-menu ul.menu > li > a {
    display: block !important
}

.off-canvas-menu ul.menu > li .sub-menu {
    top: -5px;
    left: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 7px 0;
    border-radius: 3px
}

    .off-canvas-menu ul.menu > li .sub-menu .sub-menu {
        left: 100%;
        top: -7px !important
    }

    .off-canvas-menu ul.menu > li .sub-menu:after, .off-canvas-menu ul.menu > li .sub-menu:before {
        border: solid 13px transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        top: 13px;
        left: -27px;
        border-right-color: #d7d7d7
    }

    .off-canvas-menu ul.menu > li .sub-menu:after {
        border: solid 12px transparent;
        border-right-color: #fff;
        top: 14px;
        left: -24px
    }

.off-canvas-menu .fa {
    margin-right: 5px
}

.off-canvas-menu ul {
    padding: 0;
    margin-bottom: 0;
    position: relative
}

.off-canvas-menu li {
    list-style: none;
    padding: 0 20px;
    position: relative
}

.off-canvas-menu ul ul {
    display: none;
    box-shadow: 3px 0 10px 0 rgba(0,0,0,.1);
    background: #fff;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    border: 1px solid #f5eaea;
    padding: 0 10px
}

.off-canvas-menu ul.menu li.menu-item-has-children > a:after {
    content: '\f105';
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px
}

.off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter > a:after {
    opacity: 0;
    right: -8px
}

.off-canvas-menu .menu .better-custom-badge {
    bottom: inherit;
    top: 50%;
    right: 0;
    left: inherit;
    display: inline-block;
    margin-top: -8px
}

.off-canvas-menu .menu .menu-item-has-children > a > .better-custom-badge {
    right: 20px
}

.off-canvas-menu .menu .better-custom-badge:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 4px;
    left: -8px
}

.off-canvas-inner > .off-canvas-search:first-child {
    padding-top: 25px
}

.off-canvas-search form {
    position: relative
}

.off-canvas-search input[type=text] {
    padding-right: 25px;
    padding-left: 10px;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    font-size: 12px
}

.off-canvas-search .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #8f8f8f
}

.off-canvas-inner > .off_canvas_footer {
    padding-top: 18px;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.07)
}

    .off-canvas-inner > .off_canvas_footer:first-child {
        padding-top: 20px;
        margin-top: 0;
        border-top: none
    }

.off-canvas-inner > .off-canvas-search + .off_canvas_footer {
    margin-top: 14px
}

.off-canvas-inner > .off_canvas_footer .better-social-counter.style-button:first-child .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.off-canvas-inner > .off_canvas_footer .better-social-counter.style-button:first-child .social-item {
    float: none;
    margin: 0 3px;
    display: inline
}

.off_canvas_footer .better-social-counter.style-button .item-icon {
    border-radius: 50%
}

.off-canvas-container .social-share-list {
    padding: 15px 0 0
}

    .off-canvas-container .social-share-list li {
        list-style: none;
        display: inline-block;
        margin-right: 3px
    }

    .off-canvas-container .social-share-list a {
        background: #424242;
        color: #fff;
        padding: 4px 7px;
        border-radius: 3px
    }

.off-canvas-container.right {
    right: -300px;
    left: auto
}

    .off-canvas-container.right .off-canvas-inner, .off-canvas-container.right:before {
        right: 0;
        left: auto
    }

    .off-canvas-container.right .off-canvas-menu ul ul {
        left: auto;
        right: 100%;
        box-shadow: -3px 0 10px 0 rgba(0,0,0,.1)
    }

    .off-canvas-container.right .off-canvas-menu ul {
        text-align: right
    }

    .off-canvas-container.right ul.menu li.menu-item-has-children > a:after {
        content: '\f104';
        right: inherit;
        left: 0
    }

    .off-canvas-container.right ul.menu li.menu-item-has-children.bsm-enter > a:after {
        right: auto;
        left: -8px
    }

    .off-canvas-container.right .off-canvas-menu ul.menu li.menu-item-has-children.bsm-enter > a:after {
        right: auto;
        left: -8px
    }

    .off-canvas-container.right .off-canvas-menu .menu .better-custom-badge {
        right: inherit;
        left: 0
    }

    .off-canvas-container.right .off-canvas-menu .menu .menu-item-has-children > a > .better-custom-badge {
        right: inherit;
        left: 20px
    }

    .off-canvas-container.right .off-canvas-menu .menu .better-custom-badge:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: auto;
        right: -8px !important
    }

    .off-canvas-container.right .off_canvas_footer {
        text-align: right
    }

    .off-canvas-container.right .better-social-counter.style-button .social-item {
        float: right;
        margin: 0 0 6px 4px
    }

    .off-canvas-container.right ul.menu li.menu-have-icon > a > .bf-icon {
        float: right;
        margin: 4px 0 0 6px
    }

    .off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:after, .off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:before {
        left: inherit;
        right: -27px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: FlipH
    }

    .off-canvas-container.right .off-canvas-menu ul.menu > li .sub-menu:after {
        left: inherit;
        right: -24px
    }

    .off-canvas-container.right ul.menu > li .sub-menu .sub-menu {
        left: inherit;
        right: 100%
    }

.skin-dark.off-canvas-container .off-canvas-inner, .skin-dark.off-canvas-container:before {
    background: #151515
}

.skin-dark.off-canvas-container .off-canvas-search input[type=text] {
    border-color: #272727;
    background-color: #151515;
    color: #fff
}

.skin-dark.off-canvas-container .off-canvas-inner > div, .skin-dark.off-canvas-container .off-canvas-menu a {
    color: #fff
}

.skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu {
    background: #151515;
    border-color: #232323
}

    .skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu:after, .skin-dark.off-canvas-container .off-canvas-menu ul.menu > li .sub-menu:before {
        border-right-color: #232323
    }

.skin-dark.off-canvas-container .off-canvas-menu li > a {
    border-bottom-color: rgba(255,255,255,.05) !important
}

.skin-dark.off-canvas-container .off-canvas-inner > .off_canvas_footer {
    border-top-color: rgba(255,255,255,.07)
}

.search-header {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

    .search-header .search-form {
        margin-bottom: 15px
    }

    .search-header .found-categories ul, .search-header .found-tags ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .search-header .found-categories li, .search-header .found-tags li {
        display: inline-block;
        margin: 0 10px 0 0
    }

    .search-header .label {
        font-weight: 700;
        font-size: 14px;
        color: #383838;
        padding: 0 10px 0 0
    }

    .search-header .clean-button {
        line-height: 18px
    }

    .search-header .found-categories li .clean-button, .search-header .found-tags li .clean-button {
        margin: 0
    }

    .search-header .found-categories + .found-tags {
        margin-top: 15px
    }

    .search-header .found-tags .clean-button {
        line-height: 22px;
        padding: 0 6px
    }

.topbar {
    height: 35px;
    overflow: hidden
}

    .topbar.use-pretty-tabs {
        z-index: 99999;
        position: relative;
        height: auto;
        overflow: visible
    }

    .topbar ul.menu > li .sub-menu {
        top: 100%
    }

    .topbar .topbar-inner {
        padding: 4px 0
    }

    .topbar .section-links {
        float: right
    }

    .topbar.topbar-style-1 .section-menu {
        height: 26px
    }

    .topbar.topbar-style-1 .section-menu {
        max-width: 80%
    }

        .topbar.topbar-style-1 .section-menu:first-child:last-child {
            max-width: 100%
        }

.site-header.boxed .topbar .topbar-inner {
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid rgba(0,0,0,.07)
}

.site-header.full-width .topbar {
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid rgba(0,0,0,.07)
}

.topbar .better-studio-shortcode {
    display: inline-block;
    float: right;
    margin-bottom: 0
}

    .topbar .better-studio-shortcode .social-list {
        display: inline-block;
        float: right
    }

.topbar .better-social-counter.style-button .social-item {
    margin: 0 0 0 4px
}

    .topbar .better-social-counter.style-button .social-item .item-icon {
        color: #444;
        background-color: transparent;
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .topbar .better-social-counter.style-button .social-item:hover .item-icon {
        color: #545454
    }

.topbar .better-social-counter.style-button .social-item {
    float: left;
    font-size: 13px
}

.topbar .better-social-counter.style-button a:hover {
    color: #fff
}

.topbar .topbar-date {
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    line-height: 18px;
    position: relative;
    top: -1px
}

.topbar .better-newsticker {
    margin-bottom: 0
}

    .topbar .better-newsticker.better-newsticker {
        margin-bottom: 0 !important
    }

.topbar .section-links + .section-menu .better-newsticker .control-nav {
    right: 30px
}

.topbar .topbar-sign-in {
    float: right;
    cursor: pointer;
    height: 24px;
    line-height: 24px
}

    .topbar .topbar-sign-in .fa {
        margin-right: 2px
    }

    .topbar .topbar-sign-in.behind-social {
        margin-right: 8px;
        position: relative;
        padding-right: 8px
    }

        .topbar .topbar-sign-in.behind-social:before {
            content: '';
            width: 1px;
            top: 50%;
            margin-top: -8px;
            height: 18px;
            display: inline-block;
            background: #dadada;
            background: rgba(0,0,0,.15);
            position: absolute;
            right: -2px
        }

@media only screen and (max-width:850px) {
    .topbar .better-newsticker ul.news-list li {
        width: 65%
    }
}

body {
    background: #fff;
    text-decoration-skip: ink
}

    body.boxed {
        background-color: #eee;
        overflow-x: hidden
    }

        body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper, body.boxed .content-wrap {
            padding-left: 5px;
            padding-right: 5px
        }

        body.boxed .bf-breadcrumb > .bf-breadcrumb-container {
            margin-left: 5px !important;
            margin-right: 5px !important
        }

        body.boxed .mega-menu .content-wrap {
            padding-left: 2.5px;
            padding-right: 2.5px
        }

        body.boxed .slider-container .content-wrap {
            padding-left: 0;
            padding-right: 0
        }

        body.boxed .bs-sks .bs-sksitemr {
            padding-left: 5px
        }

        body.boxed .bs-sks .bs-sksiteml {
            padding-right: 5px
        }

@media(max-width:980px) {
    body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper, body.boxed .content-wrap, body.boxed .mega-menu .content-wrap {
        padding-left: 0;
        padding-right: 0
    }
}

.main-wrap {
    margin: 0 auto
}

.content-wrap, .main-wrap, main.content-container {
    position: relative
}

body.active-top-line {
    border-top: 3px solid transparent
}

.main-wrap .container {
    width: 100%
}

body.full-width .main-wrap {
    width: 100%
}

@media(min-width:768px) {
    .boxed .main-wrap {
        width: 100% !important
    }
}

@media only screen and (max-width:768px) {
    .boxed .main-wrap {
        max-width: 100% !important
    }
}

body.boxed .main-wrap {
    max-width: 1180px;
    padding: 0;
    background-color: #fff;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.27);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.27);
    box-shadow: 0 0 2px rgba(0,0,0,.27)
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 1180px
}

@media only screen and (max-width:992px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .vc_row .bs-vc-wrapper > .bs-vc-column {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.content-wrap {
    margin: 0 auto;
    padding: 0;
    min-width: 300px
}

.container {
    width: 100%
}

.page-layout-3-col-0 .content-column {
    width: 100% !important
}

.page-layout-3-col-0.page-layout-3-col-0 .main-section {
    margin-bottom: 0 !important
}

.listing .col-lg-1, .listing .col-lg-10, .listing .col-lg-11, .listing .col-lg-12, .listing .col-lg-2, .listing .col-lg-3, .listing .col-lg-4, .listing .col-lg-5, .listing .col-lg-6, .listing .col-lg-7, .listing .col-lg-8, .listing .col-lg-9, .listing .col-md-1, .listing .col-md-10, .listing .col-md-11, .listing .col-md-12, .listing .col-md-2, .listing .col-md-3, .listing .col-md-4, .listing .col-md-5, .listing .col-md-6, .listing .col-md-7, .listing .col-md-8, .listing .col-md-9, .listing .col-sm-1, .listing .col-sm-10, .listing .col-sm-11, .listing .col-sm-12, .listing .col-sm-2, .listing .col-sm-3, .listing .col-sm-4, .listing .col-sm-5, .listing .col-sm-6, .listing .col-sm-7, .listing .col-sm-8, .listing .col-sm-9, .listing .col-xs-1, .listing .col-xs-10, .listing .col-xs-11, .listing .col-xs-12, .listing .col-xs-2, .listing .col-xs-3, .listing .col-xs-4, .listing .col-xs-5, .listing .col-xs-6, .listing .col-xs-7, .listing .col-xs-8, .listing .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px
}

.listing .row {
    margin-left: -15px;
    margin-right: -15px
}

@media(max-width:1000px) and (min-width:768px) {
    .layout-3-col .sidebar-column-secondary {
        display: none
    }
}

@media(max-width:500px) {
    .layout-3-col .sidebar-column-secondary {
        display: none
    }
}

@media(max-width:768px) and (min-width:500px) {
    .layout-3-col .sidebar-column-primary, .layout-3-col .sidebar-column-secondary {
        float: left
    }
}

@media only screen and (max-width:668px) {
    .layout-1-col, .layout-2-col, .layout-3-col {
        margin-top: 20px !important
    }
}

.term-badges .format-badge, .term-badges .term-badge {
    display: inline-block;
    line-height: 0
}

.term-badges a {
    color: #8b8b8b;
    padding: 0 0 4px
}

.term-badges .fa {
    margin-right: 2px
}

.term-badges.floated a {
    padding: 2px 7px;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1.7;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.term-badges.floated {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 0;
    font-size: 0
}

.term-badges.text-badges, .term-badges.text-badges .term-badge {
    line-height: 1.4
}

    .term-badges.text-badges .term-badge {
        margin-right: 10px
    }

        .term-badges.text-badges .term-badge:last-child {
            margin-right: 0
        }

    .term-badges.text-badges a {
        background-color: transparent !important;
        font-weight: 500;
        padding: 0
    }

.format-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: none;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.3);
    font-size: 14px;
    -webkit-transition: .43s cubic-bezier(.47,.13,.16,.72) 0s;
    -moz-transition: .43s cubic-bezier(.47,.13,.16,.72) 0s;
    -o-transition: .43s cubic-bezier(.47,.13,.16,.72) 0s;
    transition: .43s cubic-bezier(.47,.13,.16,.72) 0s
}

    .format-icon .fa {
        line-height: 28px;
        width: 100%;
        text-align: center
    }

    .format-icon.format-audio {
        padding-right: 2px
    }

    .format-icon.format-video {
        padding-left: 2px
    }

.post-summary p:last-child {
    margin-bottom: 0
}

.entry-content a.read-more, a.read-more {
    font-size: 12px;
    color: #fff;
    background: #434343;
    display: inline-block;
    padding: 3px 11px;
    text-transform: uppercase !important;
    margin-top: 13px
}

    .entry-content a.read-more, a.read-more:hover {
        color: #fff
    }

.img-holder {
    position: relative;
    width: 80px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    transition: none
}

.bs-ll-a .img-cont:before, .bs-ll-a .img-holder:before, .bs-ll-a img[data-src]:not(.b-loaded) {
    opacity: 1;
    background-color: #e9ebee;
    background-image: linear-gradient(to left,#e9ebee 0,#f4f5f6 20%,#e9ebee 40%,#e9ebee 100%);
    background-repeat: no-repeat;
    background-size: 1000px 900px;
    -webkit-animation: bs-lazy-anim 1s infinite linear forwards;
    -moz-animation: bs-lazy-anim 1s infinite linear forwards;
    animation: bs-lazy-anim 1.01s infinite linear forwards
}

.bs-ll-d .img-cont, .bs-ll-d .img-holder {
    background-color: #f5f5f5
}

.listing-mg-item .img-cont:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.img-cont.b-error:before, .img-cont.b-loaded:before, .img-holder.b-error:before, .img-holder.b-loaded:before {
    background: 0 0;
    opacity: 0;
    animation: none
}

.listing-item-blog-1 .featured .img-holder.b-error, .listing-item-blog-1 .featured .img-holder.b-loaded, .listing-item-blog-5 .featured .img-holder.b-error, .listing-item-blog-5 .featured .img-holder.b-loaded, .listing-item-tb-1 .img-holder.b-error, .listing-item-tb-1 .img-holder.b-loaded, .listing-item-tb-2 .img-holder.b-error, .listing-item-tb-2 .img-holder.b-loaded, .listing-item-tb-3 .img-holder.b-error, .listing-item-tb-3 .img-holder.b-loaded {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: top center !important
}

@-webkit-keyframes bs-lazy-anim {
    from {
        background-position: -800px 0
    }

    to {
        background-position: 400px 0
    }
}

@keyframes bs-lazy-anim {
    from {
        background-position: -800px 0
    }

    to {
        background-position: 400px 0
    }
}

@-webkit-keyframes bs-lazy-anim-rtl {
    from {
        background-position: 400px 0
    }

    to {
        background-position: -800px 0
    }
}

@keyframes bs-lazy-anim-rtl {
    from {
        background-position: 400px 0
    }

    to {
        background-position: -800px 0
    }
}

.img-cont.img-cont.img-content-ni.img-content-ni, .img-holder.img-holder.img-content-ni.img-content-ni {
    background: 0 0 !important
}

.img-holder.b-load-ready {
    opacity: 0
}

.img-holder.b-error, .img-holder.b-loaded, body.bs-ll-d .img-holder {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    animation: none;
    background-position: top center
}

.img-holder.b-loaded, body.bs-ll-d .img-holder {
    transition: opacity .2s ease-in-out;
    opacity: 1
}

.bs-pagination-cached .img-holder.b-loaded {
    transition: none
}

.img-holder:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70%
}

.search-field::-ms-clear {
    display: none
}

.modal {
    z-index: 99999
}

.margin-sm-left {
    margin-left: 7px
}

.margin-sm-right {
    margin-right: 7px
}

.margin-xsm-left {
    margin-left: 3px
}

.margin-xsm-right {
    margin-right: 3px
}

.limit-line {
    overflow: hidden;
    white-space: nowrap
}

.limit-dot-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.top-line {
    border-top: 1px solid #f4f4f4
}

.bottom-line {
    border-bottom: 1px solid #f4f4f4
}

li.bottom-line:last-child {
    border-bottom: none
}

.no-list-style {
    list-style: none !important
}

    .no-list-style li {
        padding-right: 0 !important
    }

        .no-list-style li:before {
            display: none !important
        }

.bs-padding-1-1 {
    margin-left: 5%;
    margin-right: 5%
}

.bs-padding-0-1 {
    margin-right: 5%
}

.bs-padding-1-0 {
    margin-left: 5%
}

.bs-padding-2-2 {
    margin-left: 10%;
    margin-right: 10%
}

.bs-padding-2-1 {
    margin-left: 10%;
    margin-right: 5%
}

.bs-padding-1-2 {
    margin-left: 5%;
    margin-right: 10%
}

.bs-padding-0-2 {
    margin-right: 10%
}

.bs-padding-2-0 {
    margin-left: 10%
}

.bs-padding-3-3 {
    margin-left: 15%;
    margin-right: 15%
}

.bs-padding-0-3 {
    margin-right: 15%
}

.bs-padding-3-0 {
    margin-left: 15%
}

.bs-shortcode-col.bs-padding-1-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%
}

.bs-shortcode-col.bs-padding-0-1 {
    margin-right: 0;
    padding-right: 5%
}

.bs-shortcode-col.bs-padding-1-0 {
    margin-left: 0;
    padding-left: 5%
}

.bs-shortcode-col.bs-padding-2-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%
}

.bs-shortcode-col.bs-padding-2-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 5%
}

.bs-shortcode-col.bs-padding-1-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 10%
}

.bs-shortcode-col.bs-padding-0-2 {
    margin-right: 0;
    padding-right: 10%
}

.bs-shortcode-col.bs-padding-2-0 {
    margin-left: 0;
    padding-left: 10%
}

.bs-shortcode-col.bs-padding-3-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15%;
    padding-right: 15%
}

.bs-shortcode-col.bs-padding-0-3 {
    margin-right: 0;
    padding-right: 15%
}

.bs-shortcode-col.bs-padding-3-0 {
    margin-left: 0;
    padding-left: 15%
}

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

    .screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:hover {
        background-color: #f1f1f1;
        -webmit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.search-form input[type=search] {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    font-size: 12px;
    box-shadow: none
}

.search-form input[type=submit] {
    height: 38px
}

.post-meta {
    padding-top: 2px;
    font-style: inherit
}

    .post-meta .time {
        margin-right: 10px
    }

    .post-meta .share, .post-meta .views {
        float: none;
        margin-right: 10px;
        font-style: normal
    }

    .post-meta .comments, .post-meta .share, .post-meta .views {
        white-space: nowrap
    }

    .post-meta .views {
        font-weight: 700
    }

        .post-meta .views.rank-0, .post-meta .views.rank-default {
            font-weight: 400
        }

    .post-meta .comments {
        margin-left: 10px;
        font-style: normal;
        float: right
    }

        .post-meta .comments:first-child:last-child, .post-meta .rating:first-child:last-child {
            float: none;
            margin-left: 0;
            margin-right: 0
        }

    .post-meta .rating + .comments {
        float: none;
        margin-left: 0
    }

    .post-meta .comments .fa, .post-meta .share .bf-icon, .post-meta .views .bf-icon, .post-meta .views .fa {
        display: inline-block;
        margin-right: 3px
    }

    .post-meta .post-author-avatar img {
        margin-right: 5px;
        margin-top: -2px
    }

    .post-meta .post-author {
        font-weight: bolder;
        font-style: normal;
        margin-right: 8px;
        max-width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top
    }

        .post-meta .post-author:after {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f111';
            margin-left: 8px;
            font-size: 5px;
            vertical-align: middle;
            color: #adb5bd
        }

    .post-meta .post-author-a:last-child .post-author {
        margin-right: 0
    }

        .post-meta .post-author-a:last-child .post-author:after {
            display: none
        }

    .post-meta > a:last-child, .post-meta > span:last-child {
        margin-right: 0 !important
    }

.slider-style-1-container, .slider-style-11-container, .slider-style-13-container, .slider-style-15-container, .slider-style-2-container.slider-container-1col, .slider-style-3-container, .slider-style-4-container.slider-container-1col, .slider-style-5-container, .slider-style-7-container, .slider-style-9-container {
    margin: 0 0 -20px;
    padding: 25px 0
}

.slider-style-5-container {
    padding-bottom: 0
}

.slider-style-16-container, .slider-style-2-container, .slider-style-4-container, .slider-style-8-container {
    margin: 0 0 25px
}

.slider-style-15-container {
    margin: 0;
    padding-bottom: 0
}

.slider-style-11-container .bs-slider, .slider-style-13-container .bs-slider, .slider-style-9-container .bs-slider {
    margin-bottom: 0
}

.archive-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px
}

    .archive-title .pre-title {
        position: relative;
        margin-bottom: 17px
    }

        .archive-title .pre-title span {
            background-color: #444;
            display: inline-block;
            line-height: 26px;
            z-index: 1;
            position: relative;
            padding: 0 10px;
            color: #fff
        }

        .archive-title .pre-title:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            top: 100%;
            height: 3px;
            width: 100%;
            background-color: #444
        }

    .archive-title .page-heading {
        margin: 0 0 12px;
        position: relative;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
        padding: 0
    }

    .archive-title.with-actions .page-heading {
        padding-right: 30px
    }

    .archive-title .actions-container {
        width: 30px;
        float: right
    }

    .archive-title.without-terms .actions-container {
        margin-top: 8px
    }

    .archive-title .page-heading .count, .archive-title .rss-link {
        float: right;
        font-size: 20px
    }

    .archive-title .rss-link {
        color: #f97410
    }

    .archive-title .desc {
        margin-top: 12px
    }

        .archive-title .desc p:last-child {
            margin-bottom: 0
        }

    .archive-title .term-badges {
        margin: 10px 0 0;
        line-height: 0
    }

        .archive-title .term-badges span.term-badge {
            margin-bottom: 6px
        }

            .archive-title .term-badges span.term-badge a {
                background: #fff !important;
                border: 1px solid #d4d4d4 !important;
                border-color: #d4d4d4 !important;
                padding: 0 7px;
                display: inline-block;
                line-height: 20px;
                margin-right: 3px;
                font-size: 10px;
                float: left;
                color: #8b8b8b !important
            }

                .archive-title .term-badges span.term-badge a:hover {
                    color: #fff !important;
                    border: 1px solid transparent !important
                }

.wpb_text_column img {
    max-width: 100%;
    height: auto
}

.bs-vc-wrapper:after, .bs-vc-wrapper:before {
    content: " ";
    display: table
}

.bs-vc-wrapper:after {
    clear: both
}

.wpb_column.sticky-column {
    min-height: 0 !important
}

.wpb_widgetised_column .wpb_wrapper > ul {
    margin: 0;
    padding: 0
}

.bs-injection.bs-injection-1-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .bs-injection.bs-injection-2-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .bs-injection.bs-injection-3-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .bs-injection.bs-vc-content, .bs-injection.bs-vc-content .vc_row, .bs-injection.bs-vc-content .vc_vc_row, .layout-1-col .bs-vc-content .vc_row, .layout-1-col .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .layout-1-col .bs-vc-content .vc_vc_row, .layout-3-col-0 .bs-vc-content .vc_row, .layout-3-col-0 .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .layout-3-col-0 .bs-vc-content .vc_vc_row {
    margin-left: auto;
    margin-right: auto
}

.container, .vc_column_container {
    margin-right: auto !important;
    margin-left: auto !important
}

.bs-vc-content > .vc_element > .vc_row[data-vc-full-width=true], .bs-vc-content > .vc_element > .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper, .bs-vc-content > .vc_row[data-vc-full-width=true], .bs-vc-content > .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper {
    width: 100%
}

.bs-vc-content .vc_row[data-vc-full-width=true] {
    right: auto !important;
    left: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.full-width .bs-vc-content .vc_row[data-vc-full-width=true] {
    max-width: inherit !important
}

.bs-vc-content .vc_row[data-vc-stretch-content=true] {
    right: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: inherit !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.bs-injection.bs-vc-content .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper, .layout-3-col-0 .bs-vc-content .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper, .page-layout-1-col .bs-vc-content .vc_row[data-vc-stretch-content=true] > .bs-vc-wrapper {
    max-width: inherit !important
}

.wpb_flexslider.flexslider .slides img {
    height: auto
}

.bs-injection.bs-vc-content > .vc_row.vc_row-fluid.vc_row-has-fill:first-child {
    margin-top: 0 !important
}

.vc_row.vc_row-flex > .bs-vc-wrapper {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vc_row.vc_row-flex .bs-vc-wrapper {
    width: 100%
}

.vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.vc_row.vc_row-flex > .bs-vc-wrapper, .vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container {
    display: flex
}

    .vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1
    }

@media(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .vc_row.vc_row-flex > .bs-vc-wrapper > .vc_column_container > .vc_column-inner > * {
        min-height: 1em
    }
}

.vc_row.vc_column-gap-1 > .bs-vc-wrapper {
    margin-left: -.5px !important;
    margin-right: -.5px !important
}

    .vc_row.vc_column-gap-1 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: .5px !important;
        padding-right: .5px !important
    }

.vc_row.vc_column-gap-2 > .bs-vc-wrapper {
    margin-left: -1px !important;
    margin-right: -1px !important
}

    .vc_row.vc_column-gap-2 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 1px !important;
        padding-right: 1px !important
    }

.vc_row.vc_column-gap-3 > .bs-vc-wrapper {
    margin-left: -1.5px !important;
    margin-right: -1.5px !important
}

    .vc_row.vc_column-gap-3 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 1.5px !important;
        padding-right: 1.5px !important
    }

.vc_row.vc_column-gap-4 > .bs-vc-wrapper {
    margin-left: -2px !important;
    margin-right: -2px !important
}

    .vc_row.vc_column-gap-4 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 2px !important;
        padding-right: 2px !important
    }

.vc_row.vc_column-gap-5 > .bs-vc-wrapper {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important
}

    .vc_row.vc_column-gap-5 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 2.5px !important;
        padding-right: 2.5px !important
    }

.vc_row.vc_column-gap-10 > .bs-vc-wrapper {
    margin-left: -5px !important;
    margin-right: -5px !important
}

    .vc_row.vc_column-gap-10 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

.vc_row.vc_column-gap-15 > .bs-vc-wrapper {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important
}

    .vc_row.vc_column-gap-15 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.vc_row.vc_column-gap-20 > .bs-vc-wrapper {
    margin-left: -10px !important;
    margin-right: -10px !important
}

    .vc_row.vc_column-gap-20 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

.vc_row.vc_column-gap-25 > .bs-vc-wrapper {
    margin-left: -12.5px !important;
    margin-right: -12.5px !important
}

    .vc_row.vc_column-gap-25 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 12.5px !important;
        padding-right: 12.5px !important
    }

.vc_row.vc_column-gap-30 > .bs-vc-wrapper {
    margin-left: -15px !important;
    margin-right: -15px !important
}

    .vc_row.vc_column-gap-30 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

.vc_row.vc_column-gap-35 > .bs-vc-wrapper {
    margin-left: -17.5px !important;
    margin-right: -17.5px !important
}

    .vc_row.vc_column-gap-35 > .bs-vc-wrapper > .bs-vc-column {
        padding-left: 17.5px !important;
        padding-right: 17.5px !important
    }

.listing-item a.vc_inline-link {
    display: none
}

.bs-pagination-wrapper .listing + .listing {
    margin-top: 20px
}

.post.emphasize-first-p .entry-content > p:first-child {
    font-size: 120%
}

.listing-item .post-edit-link {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.58);
    color: #fff;
    padding: 4px 11px;
    font-size: 13px;
    display: none;
    line-height: 20px
}

.listing-item:hover .post-edit-link {
    display: block
}

.infinity > .listing + .listing, .more_btn > .listing + .listing {
    margin-top: 20px
}

.mega-links > .menu-item {
    margin-bottom: 30px
}

.listing .listing-item, .mega-links > .menu-item {
    min-height: 0
}

.listing.columns-1 .listing-item, .mega-links.columns-1 > .menu-item {
    width: 100%;
    float: none
}

.listing.columns-2 .listing-item, .mega-links.columns-2 > .menu-item {
    width: 50%;
    float: left
}

    .listing.columns-2 .listing-item:nth-child(odd), .mega-links.columns-2 > .menu-item:nth-child(odd) {
        padding-right: 18px;
        clear: left
    }

    .listing.columns-2 .listing-item:nth-child(even), .mega-links.columns-2 > .menu-item:nth-child(even) {
        padding-left: 18px
    }

.listing.columns-3 .listing-item, .mega-links.columns-3 > .menu-item {
    width: 33.3333%;
    float: left
}

    .listing.columns-3 .listing-item:nth-child(3n-1), .mega-links.columns-3 > .menu-item:nth-child(3n-1) {
        padding-left: 9px;
        padding-right: 9px
    }

    .listing.columns-3 .listing-item:nth-child(3n-2), .mega-links.columns-3 > .menu-item:nth-child(3n-2) {
        padding-right: 18px;
        clear: left
    }

    .listing.columns-3 .listing-item:nth-child(3n+3), .mega-links.columns-3 > .menu-item:nth-child(3n+3) {
        padding-left: 18px
    }

.listing.columns-4 .listing-item, .mega-links.columns-4 > .menu-item {
    width: 25%;
    float: left
}

    .listing.columns-4 .listing-item:nth-child(4n-3), .mega-links.columns-4 > .menu-item:nth-child(4n-3) {
        padding-left: 0;
        padding-right: 16px;
        clear: left
    }

    .listing.columns-4 .listing-item:nth-child(4n+2), .mega-links.columns-4 > .menu-item:nth-child(4n+2) {
        padding-left: 5px;
        padding-right: 11px
    }

    .listing.columns-4 .listing-item:nth-child(4n+3), .mega-links.columns-4 > .menu-item:nth-child(4n+3) {
        padding-left: 10px;
        padding-right: 6px
    }

    .listing.columns-4 .listing-item:nth-child(4n+4), .mega-links.columns-4 > .menu-item:nth-child(4n+4) {
        padding-right: 0;
        padding-left: 16px
    }

.listing.columns-5 .listing-item, .mega-links.columns-5 > .menu-item {
    width: 20%;
    float: left
}

    .listing.columns-5 .listing-item:nth-child(5n+1), .mega-links.columns-5 > .menu-item:nth-child(5n+1) {
        padding-left: 0;
        padding-right: 12px;
        clear: left
    }

    .listing.columns-5 .listing-item:nth-child(5n+2), .mega-links.columns-5 > .menu-item:nth-child(5n+2) {
        padding-left: 4px;
        padding-right: 8px
    }

    .listing.columns-5 .listing-item:nth-child(5n+3), .mega-links.columns-5 > .menu-item:nth-child(5n+3) {
        padding-left: 6px;
        padding-right: 6px
    }

    .listing.columns-5 .listing-item:nth-child(5n+4), .mega-links.columns-5 > .menu-item:nth-child(5n+4) {
        padding-left: 8px;
        padding-right: 4px
    }

    .listing.columns-5 .listing-item:nth-child(5n+5), .mega-links.columns-5 > .menu-item:nth-child(5n+5) {
        padding-left: 8px;
        padding-right: 0
    }

.listing.columns-5.listing-tall .listing-item:nth-child(5n+5), .mega-links.columns-5.listing-tall > .menu-item:nth-child(5n+5) {
    padding-left: 12px;
    padding-right: 0
}

@media only screen and (max-width:1000px) {
    .listing.columns-5 .listing-item, .mega-links.columns-5 > .menu-item {
        width: 25%
    }

        .listing.columns-5 .listing-item:nth-child(4n-3), .mega-links.columns-5 > .menu-item:nth-child(4n-3) {
            padding-left: 0;
            padding-right: 8px;
            clear: left
        }

        .listing.columns-5 .listing-item:nth-child(4n+2), .mega-links.columns-5 > .menu-item:nth-child(4n+2) {
            padding-left: 3px;
            padding-right: 5px;
            clear: none
        }

        .listing.columns-5 .listing-item:nth-child(4n+3), .mega-links.columns-5 > .menu-item:nth-child(4n+3) {
            padding-left: 5px;
            padding-right: 3px;
            clear: none
        }

        .listing.columns-5 .listing-item:nth-child(4n+4), .mega-links.columns-5 > .menu-item:nth-child(4n+4) {
            padding-right: 0;
            padding-left: 8px;
            clear: none
        }
}

@media only screen and (max-width:900px) {
    .listing.columns-4 .listing-item, .listing.columns-5 .listing-item, .mega-links.columns-4 > .menu-item, .mega-links.columns-5 > .menu-item {
        width: 33.3333%
    }

        .listing.columns-4 .listing-item:nth-child(3n-1), .listing.columns-5 .listing-item:nth-child(3n-1), .mega-links.columns-4 > .menu-item:nth-child(3n-1), .mega-links.columns-5 > .menu-item:nth-child(3n-1) {
            padding-left: 6px;
            padding-right: 6px;
            clear: none
        }

        .listing.columns-4 .listing-item:nth-child(3n-2), .listing.columns-5 .listing-item:nth-child(3n-2), .mega-links.columns-4 > .menu-item:nth-child(3n-2), .mega-links.columns-5 > .menu-item:nth-child(3n-2) {
            padding-left: 0;
            padding-right: 12px;
            clear: left
        }

        .listing.columns-4 .listing-item:nth-child(3n+3), .listing.columns-5 .listing-item:nth-child(3n+3), .mega-links.columns-4 > .menu-item:nth-child(3n+3), .mega-links.columns-5 > .menu-item:nth-child(3n+3) {
            padding-left: 12px;
            padding-right: 0;
            clear: none
        }
}

@media only screen and (max-width:600px) {
    .listing.columns-3 .listing-item, .listing.columns-4 .listing-item, .listing.columns-5 .listing-item, .mega-links.columns-3 > .menu-item, .mega-links.columns-4 > .menu-item, .mega-links.columns-5 > .menu-item {
        width: 50%
    }

        .listing.columns-3 .listing-item:nth-child(odd), .listing.columns-4 .listing-item:nth-child(odd), .listing.columns-5 .listing-item:nth-child(odd), .mega-links.columns-3 > .menu-item:nth-child(odd), .mega-links.columns-4 > .menu-item:nth-child(odd), .mega-links.columns-5 > .menu-item:nth-child(odd) {
            padding-left: 0;
            padding-right: 13px;
            clear: left
        }

        .listing.columns-3 .listing-item:nth-child(even), .listing.columns-4 .listing-item:nth-child(even), .listing.columns-5 .listing-item:nth-child(even), .mega-links.columns-3 .listing-item:nth-child(even), .mega-links.columns-4 .listing-item:nth-child(even), .mega-links.columns-5 .listing-item:nth-child(even) {
            padding-left: 13px;
            padding-right: 0;
            clear: none
        }
}

@media only screen and (max-width:500px) {
    .listing.columns-2 .listing-item, .listing.columns-3 .listing-item, .listing.columns-4 .listing-item, .listing.columns-5 .listing-item, .mega-links.columns-2 > .menu-item, .mega-links.columns-3 > .menu-item, .mega-links.columns-4 > .menu-item, .mega-links.columns-5 > .menu-item {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        clear: none !important
    }
}

.archive-title img {
    max-width: 100%
}

.bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p {
    word-break: break-all;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

    .bsbt-shortcode-placeholder-p.bsbt-shortcode-placeholder-p + .bsbt-shortcode-placeholder {
        margin-top: 5px
    }

.bsbt-shortcode-placeholder {
    text-align: center;
    background: #fff8d7;
    border: 1px solid #e5d68d;
    margin: 0 0 40px;
    padding: 15px;
    line-height: 24px;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

    .bsbt-shortcode-placeholder a, .bsbt-shortcode-placeholder a:hover {
        color: #e43c36 !important;
        font-weight: bolder
    }

    .bsbt-shortcode-placeholder.type-small {
        padding: 7px;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: keep-all
    }

.bs-shortcode-row {
    margin-bottom: 20px
}

.bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col {
    width: 100% !important;
    margin-bottom: 15px
}

    .bs-shortcode-row-2-column[max-width~="450px"] .bs-shortcode-col:last-child {
        margin-bottom: 0
    }

.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col {
    width: 50% !important;
    margin-bottom: 15px
}

.bs-shortcode-row-3-column[max-width~="450px"] .bs-shortcode-col {
    width: 100% !important
}

.bs-shortcode-row-3-column[max-width~="600px"] .bs-shortcode-col:last-child {
    margin-bottom: 0
}

.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col {
    width: 33.3333% !important;
    margin-bottom: 15px
}

.bs-shortcode-row-4-column[max-width~="600px"] .bs-shortcode-col {
    width: 50% !important
}

.bs-shortcode-row-4-column[max-width~="450px"] .bs-shortcode-col {
    width: 100% !important
}

.bs-shortcode-row-4-column[max-width~="700px"] .bs-shortcode-col:last-child {
    margin-bottom: 0
}

.bs-ll.a .fb-page, .bs-ll.a .google-plus-block {
    background-color: #e9ebee;
    background-image: linear-gradient(to left,#e9ebee 0,#f4f5f6 20%,#e9ebee 40%,#e9ebee 100%);
    background-repeat: no-repeat;
    background-size: 1000px 900px;
    -webkit-animation: bs-lazy-anim 1s infinite linear forwards;
    -moz-animation: bs-lazy-anim 1s infinite linear forwards;
    animation: bs-lazy-anim 1.01s infinite linear forwards;
    width: 100% !important;
    min-height: 130px !important;
    text-align: center
}

.bs-ll.a .footer-widgets.light-text .fb-page, .bs-ll.a .footer-widgets.light-text .google-plus-block {
    background-color: #373737;
    background-image: linear-gradient(to left,#373737 0,#2b2b2b 20%,#373737 40%,#373737 100%)
}

.fb-page.fb_iframe_widget {
    background: 0 0
}

.bs-text a:hover {
    text-decoration: underline
}

.bs-text .bs-text-content p:last-child {
    margin-bottom: 0
}

.bs-text a.btn {
    color: #fff
}

.pagination {
    margin: 20px 0 0;
    font-size: 18px
}

    .pagination:last-child {
        margin-bottom: 0 !important
    }

.entry-content .bs-post-pagination .pages {
    border-color: #dadada !important;
    color: #333
}

.entry-content .bs-post-pagination span {
    line-height: 28px;
    height: 28px;
    min-width: 28px
}

.entry-content > .bs-post-pagination:first-child {
    margin: 0 0 20px
}

.pagination.bs-links-pagination .older {
    float: left;
    width: 50%;
    text-align: left
}

.pagination.bs-links-pagination .newer {
    float: right;
    width: 50%;
    text-align: right
}

.pagination.bs-links-pagination a {
    display: inline-block;
    margin-right: 1px;
    line-height: 26px;
    height: 26px;
    min-width: 30px;
    text-align: center;
    padding: 0 9px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #8a8f92;
    font-size: 12px;
    text-transform: uppercase
}

    .pagination.bs-links-pagination a:hover {
        color: #fff;
        border: 1px solid transparent
    }

.pagination.bs-numbered-pagination .page-numbers, .pagination.bs-numbered-pagination .page-numbers.dots:hover, .pagination.bs-numbered-pagination .wp-pagenavi a, .pagination.bs-numbered-pagination .wp-pagenavi span, .pagination.bs-numbered-pagination span {
    display: inline-block;
    margin-right: 1px;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #8a8f92;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none
}

.pagination.bs-numbered-pagination span {
    margin-right: 0
}

.pagination.bs-numbered-pagination .current, .pagination.bs-numbered-pagination .page-numbers:hover, .pagination.bs-numbered-pagination .wp-pagenavi .current, .pagination.bs-numbered-pagination .wp-pagenavi a:hover, .pagination.bs-numbered-pagination > span {
    border: 1px solid
}

.pagination.bs-numbered-pagination .next .fa {
    margin-left: 4px;
    font-size: 15px
}

.pagination.bs-numbered-pagination .prev .fa {
    margin-right: 4px;
    font-size: 15px
}

.pagination.bs-numbered-pagination.wc-pagination > .page-numbers {
    border: none;
    background: 0 0;
    display: block;
    padding: 0;
    margin: 0;
    text-align: inherit
}

    .pagination.bs-numbered-pagination.wc-pagination > .page-numbers > li {
        display: inline-block
    }

.post-related .listing-item .title {
    font-size: 15px;
    line-height: 1.4
}

.post-related .include-last-mobile .listing-item:last-child {
    display: none
}

@media only screen and (max-width:600px) {
    .post-related .include-last-mobile .listing-item:last-child {
        display: block
    }
}

.content-column .single-container:last-child {
    margin-bottom: 0
}

.single-post-content .term-badges.floated a {
    max-width: auto
}

.post-subtitle {
    padding: 0;
    margin: 0;
    color: #717171
}

.single-post-content .post-embed iframe {
    max-width: 100%
}

.entry-terms {
    margin-bottom: 7px
}

    .entry-terms:last-child {
        margin-bottom: -3px
    }

    .entry-terms ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline
    }

    .entry-terms li {
        display: inline
    }

    .entry-terms span.sep {
        margin: 0 5px
    }

    .entry-terms .terms-label {
        padding: 0 10px;
        display: inline-block;
        margin-right: 4px
    }

    .entry-terms.post-tags .terms-label, .entry-terms.source .terms-label, .entry-terms.via .terms-label {
        line-height: 20px;
        border: 1px solid #444;
        background: #444;
        color: #fff;
        font-size: 10px;
        float: left;
        border-radius: 33px
    }

    .entry-terms.post-tags a, .entry-terms.source a, .entry-terms.via a {
        background: #fff;
        border: 1px solid #d4d4d4;
        padding: 0 9px;
        display: inline-block;
        line-height: 20px;
        margin-right: 3px;
        font-size: 10px;
        float: left;
        margin-bottom: 3px;
        color: #5f5f5f;
        border-radius: 33px
    }

        .entry-terms.post-tags a:hover, .entry-terms.source a:hover, .entry-terms.via a:hover {
            color: #fff;
            border: 1px solid transparent
        }

.single-container > .post-author {
    padding: 20px;
    margin: 15px 0 0;
    position: relative;
    border: 1px solid #e8e8e8
}

    .single-container > .post-author .post-author-avatar img {
        float: left;
        margin-right: 20px
    }

    .single-container > .post-author .author-title {
        margin: 0 0 7px;
        font-size: 18px;
        text-transform: capitalize;
        padding-right: 50%
    }

        .single-container > .post-author .author-title .title-counts {
            color: #8a8a8a;
            font-size: 12px;
            vertical-align: middle;
            font-weight: 400
        }

            .single-container > .post-author .author-title .title-counts:before {
                content: '-';
                margin: 0 8px;
                opacity: .4
            }

    .single-container > .post-author .author-links {
        width: 50%;
        text-align: right;
        position: absolute;
        top: 15px;
        right: 15px
    }

        .single-container > .post-author .author-links ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

        .single-container > .post-author .author-links li {
            margin-left: 8px;
            display: inline-block
        }

        .single-container > .post-author .author-links a {
            color: #353535;
            font-size: 15px;
            width: 24px;
            display: inline-block;
            text-align: center
        }

        .single-container > .post-author .author-links li.facebook a:hover {
            color: #4a639f
        }

        .single-container > .post-author .author-links li.telegram a:hover {
            color: #2da4d9
        }

        .single-container > .post-author .author-links li.twitter a:hover {
            color: #59c8ff
        }

        .single-container > .post-author .author-links li.google-plus a:hover {
            color: #d73d32
        }

        .single-container > .post-author .author-links li.instagram a:hover {
            color: #517fa4
        }

        .single-container > .post-author .author-links li.flickr a:hover {
            color: #2f44db
        }

        .single-container > .post-author .author-links li.behance a:hover {
            color: #3b63fc
        }

        .single-container > .post-author .author-links li.soundcloud a:hover {
            color: #f50
        }

        .single-container > .post-author .author-links li.delicious a:hover {
            color: #4a79ff
        }

        .single-container > .post-author .author-links li.vimeo a:hover {
            color: #46a3e9
        }

        .single-container > .post-author .author-links li.dribbble a:hover {
            color: #ea4c89
        }

        .single-container > .post-author .author-links li.linkedin a:hover {
            color: #0266a0
        }

        .single-container > .post-author .author-links li.youtube a:hover {
            color: #cc181e
        }

        .single-container > .post-author .author-links li.pinterest a:hover {
            color: #cb2027
        }

        .single-container > .post-author .author-links li.github a:hover {
            color: #666
        }

    .single-container > .post-author .post-author-bio {
        margin-top: 6px;
        font-size: 13px;
        padding-left: 100px
    }

        .single-container > .post-author .post-author-bio p:last-child {
            margin-bottom: 0
        }

.post-related {
    position: relative;
    padding: 20px;
    border: 1px solid #e8e8e8
}

    .post-related .section-heading.sh-t2.sh-s1, .post-related .section-heading.sh-t2.sh-s2 {
        margin: -21px -21px 27px;
        padding: 4px 20px 0
    }

    .post-related .listing-item-grid-simple .heading-container {
        background: #f5f5f5
    }

@media only screen and (max-width:520px) {
    .single-container > .post-author .author-title {
        padding-right: 0
    }

    .single-container > .post-author .author-links {
        width: 100%;
        text-align: left;
        position: relative;
        top: inherit;
        right: inherit
    }

        .single-container > .post-author .author-links li {
            margin-left: 0;
            margin-right: 4px
        }

    .single-container > .post-author .post-author-bio {
        margin-top: 5px
    }
}

@media only screen and (max-width:380px) {
    .single-container > .post-author .post-author-avatar {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

        .single-container > .post-author .post-author-avatar img {
            float: none;
            display: inline-block;
            margin-left: auto;
            margin-right: auto
        }

    .single-container > .post-author .author-links {
        text-align: center
    }

        .single-container > .post-author .author-links li {
            margin-left: 7px;
            margin-right: 7px
        }

    .single-container > .post-author .post-author-bio {
        margin-top: 5px
    }

    .single-container > .post-author .author-title {
        text-align: center;
        margin: 14px 0 10px;
        padding: 0
    }

    .single-container > .post-author .post-author-bio {
        text-align: center;
        padding-left: 0
    }
}

.single-page-content > .featured {
    text-align: center;
    display: block;
    margin: 0 0 20px;
    line-height: 0
}

    .single-page-content > .featured img {
        max-width: 100%;
        height: auto !important
    }

    .single-page-content > .featured iframe {
        max-width: 100%
    }

.single-attachment-content .return-to {
    margin-bottom: 20px
}

    .single-attachment-content .return-to .fa {
        border: 1px solid #d4d4d4;
        border: 1px solid rgba(138,138,138,.33);
        color: #9c9c9c;
        color: rgba(138,138,138,.83);
        font-size: 12px;
        padding: 0 9px;
        display: inline-block;
        line-height: 24px;
        min-width: 26px;
        text-align: center;
        cursor: pointer;
        margin-right: 7px;
        text-decoration: none;
        -webkit-transition: all .07s ease;
        -moz-transition: all .07s ease;
        -o-transition: all .07s ease;
        transition: all .07s ease
    }

    .single-attachment-content .return-to:hover .fa {
        border-color: transparent;
        color: #fff
    }

.single-attachment-content .parent-images ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.single-attachment-content .parent-images .img-holder {
    width: 100%;
    margin-bottom: 12px
}

    .single-attachment-content .parent-images .img-holder .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        display: inline-block;
        font-size: 30px;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        color: #fff;
        z-index: 2
    }

    .single-attachment-content .parent-images .img-holder:hover .fa {
        opacity: 1
    }

    .single-attachment-content .parent-images .img-holder:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.6);
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .single-attachment-content .parent-images .img-holder:hover:after, .single-attachment-content .parent-images .listing-item-current > .img-holder .fa, .single-attachment-content .parent-images .listing-item-current > .img-holder:after {
        opacity: 1
    }

.single-attachment-content .attachment-title {
    font-size: 22px
}

.single-attachment-content .pagination {
    margin-bottom: 23px
}

.listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item {
    width: 25% !important;
    float: left !important
}

    .listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n-3) {
        padding-left: 0 !important;
        padding-right: 8px !important;
        clear: left !important
    }

    .listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+2) {
        padding-left: 3px !important;
        padding-right: 5px !important;
        clear: none !important
    }

    .listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+3) {
        padding-left: 5px !important;
        padding-right: 3px !important;
        clear: initial !important
    }

    .listing.listing-attachment-siblings.columns-5[max-width~="900px"] .listing-item:nth-child(4n+4) {
        padding-right: 0 !important;
        padding-left: 8px !important;
        clear: none !important
    }

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-1) {
    padding: 0 6px !important;
    clear: none !important
}

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n-2) {
    padding-left: 0 !important;
    padding-right: 12px !important;
    clear: left !important
}

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item:nth-child(3n+3) {
    padding-left: 12px !important;
    padding-right: 0 !important;
    clear: none !important
}

.listing.listing-attachment-siblings.columns-5[max-width~="560px"] .listing-item {
    width: 33.3333% !important;
    float: left
}

.listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item {
    float: left !important;
    width: 50% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

    .listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(odd) {
        padding-right: 13px !important;
        clear: left !important;
        padding-left: 0 !important
    }

    .listing.listing-attachment-siblings.columns-5[max-width~="450px"] .listing-item:nth-child(even) {
        padding-left: 13px !important;
        padding-right: 0 !important;
        clear: none !important
    }

.format-video.listing-item-grid .heading-container {
    margin-top: 0
}

.format-gallery.listing-item-grid .heading-container {
    z-index: 999
}

.single-post-content.format-aside .entry-content, .single-post-content.format-aside .post-summary {
    position: relative;
    padding: 32px 50px 32px 50px;
    line-height: 30px;
    color: #5a4f43;
    background-color: #f2f6c1;
    border: 1px solid #e8e8e8;
    background-image: -webkit-radial-gradient(center,cover,rgba(255,255,255,.7) 0,rgba(255,255,255,.1) 90%),-webkit-repeating-linear-gradient(top,transparent 0,transparent 29px,rgba(239,207,173,.7) 29px,rgba(239,207,173,.7) 30px);
    background-image: -moz-radial-gradient(center,cover,rgba(255,255,255,.7) 0,rgba(255,255,255,.1) 90%),-moz-repeating-linear-gradient(top,transparent 0,transparent 29px,rgba(239,207,173,.7) 29px,rgba(239,207,173,.7) 30px);
    background-image: -o-radial-gradient(center,cover,rgba(255,255,255,.7) 0,rgba(255,255,255,.1) 90%),-o-repeating-linear-gradient(top,transparent 0,transparent 29px,rgba(239,207,173,.7) 29px,rgba(239,207,173,.7) 30px);
    background-size: 100% 100%
}

.single-post-content.format-aside .entry-content {
    margin-bottom: 20px
}

    .single-post-content.format-aside .entry-content blockquote:before {
        background: 0 0;
        top: 26px
    }

.single-post-content.format-quote .entry-content, .single-post-content.format-quote .post-summary {
    text-align: center;
    background-color: #f3f3f3;
    border: 1px solid rgba(0,0,0,.11);
    padding: 30px 20px;
    margin-bottom: 30px
}

    .single-post-content.format-quote .entry-content blockquote, .single-post-content.format-quote .post-summary blockquote {
        border-left: none;
        margin-bottom: 0;
        padding: 0;
        font-size: 14px
    }

        .single-post-content.format-quote .entry-content blockquote:before, .single-post-content.format-quote .post-summary blockquote:before {
            top: -20px;
            background: 0 0;
            line-height: 80px
        }

    .single-post-content.format-quote .entry-content blockquote {
        background: 0 0;
        padding: 20px 0
    }

        .single-post-content.format-quote .entry-content blockquote cite, .single-post-content.format-quote .post-summary blockquote cite {
            font-weight: 800;
            font-style: normal;
            display: block;
            margin-top: 10px
        }

            .single-post-content.format-quote .entry-content blockquote cite:before, .single-post-content.format-quote .post-summary blockquote cite:before {
                content: "\2014 \2009"
            }

.single-post-content.format-quote .heading-container .post-meta, .single-post-content.format-quote .heading-container .title {
    text-align: center
}

.single-post-content.format-status .entry-content, .single-post-content.format-status .post-summary {
    text-align: center;
    padding: 20px;
    border: 2px solid #eaeaea;
    font-size: 14px
}

.single-post-content.format-status .post-summary {
    float: left
}

.single-post-content.format-status .entry-content {
    margin-bottom: 19px
}

    .post.format-status .post-summary p:last-child, .single-post-content.format-status .entry-content p:last-child {
        margin-bottom: 0
    }

.single-post-content.format-status .heading-container .post-meta, .single-post-content.format-status .heading-container .title {
    text-align: center
}

.better-chat {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px
}

    .better-chat .chat-item {
        margin-bottom: 10px
    }

        .better-chat .chat-item p:last-child {
            margin-bottom: 0
        }

        .better-chat .chat-item .user-name {
            display: inline-block;
            position: absolute;
            top: 100%;
            right: 0;
            color: #9a9a9a;
            font-size: 12px;
            font-weight: 400;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
        }

    .better-chat .chat-item {
        margin: 0 0 30px;
        border-radius: 14px;
        padding: 8px 16px;
        background: #e5e5ea;
        max-width: 75%;
        clear: both;
        position: relative
    }

        .better-chat .chat-item.chat-no-author {
            margin-bottom: 10px
        }

        .better-chat .chat-item.chat-next-author {
            margin-bottom: 2px
        }

            .better-chat .chat-item.chat-next-author:after, .better-chat .chat-item.chat-next-author:before {
                display: none
            }

    .better-chat .chat-item {
        float: right;
        background-color: #dcdcdc;
        color: #373737;
        text-align: right
    }

        .better-chat .chat-item::after {
            content: "";
            position: absolute;
            right: -4px;
            bottom: 0;
            width: 12px;
            height: 16px;
            border-left: 8px solid #dcdcdc;
            border-bottom-left-radius: 12px 6px
        }

        .better-chat .chat-item.chat-speaker-1, .better-chat .chat-item.chat-speaker-3, .better-chat .chat-item.chat-speaker-5, .better-chat .chat-item.chat-speaker-7, .better-chat .chat-item.chat-speaker-9 {
            float: left;
            text-align: left
        }

            .better-chat .chat-item.chat-speaker-1:after, .better-chat .chat-item.chat-speaker-3:after, .better-chat .chat-item.chat-speaker-5:after, .better-chat .chat-item.chat-speaker-7:after, .better-chat .chat-item.chat-speaker-9:after {
                display: none
            }

            .better-chat .chat-item.chat-speaker-1 .user-name, .better-chat .chat-item.chat-speaker-3 .user-name, .better-chat .chat-item.chat-speaker-5 .user-name, .better-chat .chat-item.chat-speaker-7 .user-name, .better-chat .chat-item.chat-speaker-9 .user-name {
                left: 0;
                right: auto
            }

            .better-chat .chat-item.chat-speaker-1:before, .better-chat .chat-item.chat-speaker-3:before, .better-chat .chat-item.chat-speaker-5:before, .better-chat .chat-item.chat-speaker-7:before, .better-chat .chat-item.chat-speaker-9:before {
                content: "";
                position: absolute;
                left: -4px;
                bottom: 0;
                width: 12px;
                height: 16px;
                border-right: 8px solid transparent;
                border-left: none;
                border-bottom-right-radius: 12px 6px
            }

        .better-chat .chat-item a, .better-chat .chat-item a:hover {
            color: #fff !important
        }

        .better-chat .chat-item.chat-speaker-2 a, .better-chat .chat-item.chat-speaker-2 a:hover {
            color: #373737 !important
        }

        .better-chat .chat-item.chat-speaker-1 {
            background-color: #1289fe;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-1:before {
                border-right-color: #1289fe
            }

        .better-chat .chat-item.chat-speaker-3 {
            background-color: #009e5d;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-3:before {
                border-right-color: #009e5d
            }

        .better-chat .chat-item.chat-speaker-4 {
            background-color: #daa715;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-4:after {
                border-left-color: #daa715
            }

        .better-chat .chat-item.chat-speaker-5 {
            background-color: #ce4309;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-5:before {
                border-right-color: #ce4309
            }

        .better-chat .chat-item.chat-speaker-6 {
            background-color: #da3699;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-6:after {
                border-left-color: #da3699
            }

        .better-chat .chat-item.chat-speaker-7 {
            background-color: #7655ce;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-7:before {
                border-right-color: #7655ce
            }

        .better-chat .chat-item.chat-speaker-8 {
            background-color: #3b99da;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-8:after {
                border-left-color: #3b99da
            }

        .better-chat .chat-item.chat-speaker-9 {
            background-color: #158a54;
            color: #fff
        }

            .better-chat .chat-item.chat-speaker-9:before {
                border-right-color: #158a54
            }

.bs-intro, .entry-content .bs-intro {
    font-size: 110%;
    font-weight: bolder;
    -webkit-font-smoothing: antialiased
}

.entry-content {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    padding-bottom: 20px
}

.post .entry-content.single-post-content:last-child {
    padding-bottom: 0
}

.entry-content.single-post-content iframe, .single-page-simple-content .entry-content iframe {
    max-width: 100%
}

.fluid-width-video-wrapper embed, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object {
    height: 100% !important
}

.entry-content .wp-block-media-text {
    margin-bottom: 25px
}

.entry-content p {
    margin-bottom: 17px
}

    .entry-content p:last-child {
        margin-bottom: 0
    }

.entry-content ol, .entry-content ul {
    margin-bottom: 17px
}

.entry-content table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%
}

    .entry-content table > tbody > tr > td, .entry-content table > tbody > tr > th, .entry-content table > tfoot > tr > td, .entry-content table > tfoot > tr > th, .entry-content table > thead > tr > td, .entry-content table > thead > tr > th {
        border: 1px solid #ddd;
        padding: 7px 10px
    }

    .entry-content table > thead > tr > td, .entry-content table > thead > tr > th {
        border-bottom-width: 2px
    }

.entry-content dl dt {
    font-size: 15px
}

.entry-content dl dd {
    margin-bottom: 10px
}

.entry-content acronym[title] {
    border-bottom: 1px dotted #999
}

.alignright, .entry-content .alignright {
    margin: 5px 0 20px 20px;
    float: right
}

.alignleft, .entry-content .alignleft {
    margin: 5px 20px 15px 0;
    float: left
}

.entry-content figure.alignleft .wp-caption-text {
    text-align: left
}

.entry-content figure.alignright .wp-caption-text {
    text-align: right
}

.entry-content figure, .entry-content img {
    max-width: 100%;
    height: auto
}

    .entry-content img.aligncenter {
        display: block;
        margin: 15px auto 25px
    }

    .entry-content figure.aligncenter {
        margin: 20px auto;
        text-align: center
    }

        .entry-content figure.aligncenter img {
            display: inline-block
        }

.entry-content .gallery-caption, .entry-content .wp-caption-text, .entry-content figcaption {
    margin: 5px 0 0;
    font-style: italic;
    font-size: 13px;
    line-height: 15px;
    color: #545454;
    padding: 0;
    text-align: center
}

@media(min-width:750px) {
    body.full-width .wp-block-image.alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000% !important
    }

    body.full-width .wp-block-image.alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000% !important
    }

    body.boxed .wp-block-image.alignfull, body.boxed .wp-block-image.alignwide {
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
        max-width: 1000% !important
    }
}

.entry-content .g-post, .entry-content .instagram-media, .entry-content .reddit-card, .entry-content .tumblr-post, .entry-content .twitter-tweet {
    margin-left: auto !important;
    margin-right: auto !important
}

.entry-content .gallery {
    text-align: center
}

    .entry-content .gallery:after {
        content: "";
        display: table;
        clear: both
    }

    .entry-content .gallery .gallery-item {
        position: relative
    }

        .entry-content .gallery .gallery-item img {
            max-width: 100% !important;
            height: auto !important
        }

    .entry-content .gallery.gallery-columns-1, .entry-content .gallery.gallery-columns-2, .entry-content .gallery.gallery-columns-3, .entry-content .gallery.gallery-columns-4, .entry-content .gallery.gallery-columns-5, .entry-content .gallery.gallery-columns-6, .entry-content .gallery.gallery-columns-7, .entry-content .gallery.gallery-columns-8, .entry-content .gallery.gallery-columns-9 {
        margin: -5px -5px 15px -5px
    }

        .entry-content .gallery.gallery-columns-1 .gallery-item, .entry-content .gallery.gallery-columns-2 .gallery-item, .entry-content .gallery.gallery-columns-3 .gallery-item, .entry-content .gallery.gallery-columns-4 .gallery-item, .entry-content .gallery.gallery-columns-5 .gallery-item, .entry-content .gallery.gallery-columns-6 .gallery-item, .entry-content .gallery.gallery-columns-7 .gallery-item, .entry-content .gallery.gallery-columns-8 .gallery-item, .entry-content .gallery.gallery-columns-9 .gallery-item {
            padding: 5px
        }

    .entry-content .gallery.gallery-columns-2 {
        clear: both
    }

        .entry-content .gallery.gallery-columns-2 .gallery-item {
            width: 50%;
            float: left
        }

    .entry-content .gallery.gallery-columns-3 .gallery-item {
        width: 33.33%;
        float: left
    }

    .entry-content .gallery.gallery-columns-4 .gallery-item {
        width: 25%;
        float: left
    }

    .entry-content .gallery.gallery-columns-5 .gallery-item {
        width: 20%;
        float: left
    }

    .entry-content .gallery.gallery-columns-6 .gallery-item {
        width: 16.666%;
        float: left
    }

    .entry-content .gallery.gallery-columns-7 .gallery-item {
        width: 14.28%;
        float: left
    }

    .entry-content .gallery.gallery-columns-8 .gallery-item {
        width: 12.5%;
        float: left
    }

    .entry-content .gallery.gallery-columns-9 .gallery-item {
        width: 11.111%;
        float: left
    }

        .entry-content .gallery.gallery-columns-2 .gallery-item:nth-child(2n+3), .entry-content .gallery.gallery-columns-3 .gallery-item:nth-child(3n+4), .entry-content .gallery.gallery-columns-4 .gallery-item:nth-child(4n+5), .entry-content .gallery.gallery-columns-5 .gallery-item:nth-child(5n+6), .entry-content .gallery.gallery-columns-6 .gallery-item:nth-child(6n+7), .entry-content .gallery.gallery-columns-7 .gallery-item:nth-child(7n+8), .entry-content .gallery.gallery-columns-8 .gallery-item:nth-child(8n+9), .entry-content .gallery.gallery-columns-9 .gallery-item:nth-child(9n+10) {
            clear: left
        }

.entry-content .terms-list {
    margin-bottom: 10px
}

    .entry-content .terms-list span.sep {
        margin: 0 5px
    }

.entry-content.single-post-content a:hover, .single-page-simple-content .entry-content a:hover {
    text-decoration: underline
}

.entry-content hr {
    margin: 27px 0;
    border-top: 2px solid #f0f0f0
}

.entry-content .wp-block-separator {
    border: none;
    border-bottom: 2px solid #f0f0f0;
    margin: 1.65em auto
}

    .entry-content .wp-block-separator.is-style-default {
        border: none;
        border-bottom: 2px solid #f0f0f0;
        margin: 1.65em auto
    }

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

    .entry-content .wp-block-separator.is-style-dots {
        border-bottom: none
    }

    .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        max-width: 100px
    }

.entry-content > :last-child {
    margin-bottom: 0
}

.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
    margin-top: 0
}

blockquote {
    font-size: 14px
}

    blockquote p:last-child {
        margin-bottom: 0
    }

.entry-content.single-post-content blockquote, .single-page-simple-content .entry-content blockquote {
    font-size: 110%;
    background-color: #efefef;
    border-left: none;
    padding: 60px 35px 50px;
    margin: 40px 0 30px 0;
    position: relative;
    text-align: center;
    clear: both
}

    .entry-content.single-post-content blockquote:before, .single-page-simple-content .entry-content blockquote:before {
        content: '\f10e';
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: -30px;
        margin-left: -40px;
        font-size: 30px;
        font-family: FontAwesome;
        color: #444;
        display: block;
        width: 80px;
        height: 80px;
        background: #fff;
        line-height: 91px;
        border-radius: 50%;
        text-align: center
    }

    .entry-content.single-post-content blockquote blockquote:before, .single-page-simple-content .entry-content blockquote blockquote:before {
        display: none
    }

    .entry-content.single-post-content blockquote blockquote, .single-page-simple-content .entry-content blockquote blockquote {
        background-color: transparent;
        padding: 0;
        margin: 0 0 10px
    }

        .entry-content.single-post-content blockquote blockquote:last-child, .single-page-simple-content .entry-content blockquote blockquote:last-child {
            margin-bottom: 0
        }

    .entry-content.single-post-content blockquote.bs-pullquote, .single-page-simple-content .entry-content blockquote.bs-pullquote {
        min-width: 250px;
        max-width: 333px;
        display: inline-block;
        padding: 20px 20px 20px;
        margin: 0 20px 20px 0;
        background-color: #f3f3f3;
        clear: none
    }

.entry-content blockquote.bs-pullquote:before {
    display: none
}

.entry-content.single-post-content blockquote.bs-pullquote-right, .single-page-simple-content .entry-content blockquote.bs-pullquote-right {
    text-align: right;
    float: right;
    margin-left: 25px;
    border-right: 4px solid transparent
}

.entry-content.single-post-content blockquote.bs-pullquote-left, .single-page-simple-content .entry-content blockquote.bs-pullquote-left {
    text-align: left;
    float: left;
    margin-right: 25px;
    border-left: 4px solid transparent
}

@media only screen and (max-width:530px) {
    .alignleft, .alignright, .entry-content .alignleft, .entry-content .alignright {
        text-align: center !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        display: block !important
    }

    .entry-content figure.alignright .wp-caption-text {
        text-align: center !important
    }
}

.continue-reading-container {
    display: none
}

@media only screen and (max-width:700px) {
    .continue-reading-content.close {
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
        max-height: 170px;
        transition: max-height .75s ease;
        width: 100%
    }

        .continue-reading-content.close:after {
            content: ' ';
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            background: linear-gradient(transparent 35%,#fff);
            z-index: 99
        }

    .continue-reading-container {
        display: block;
        text-align: center;
        position: relative;
        z-index: 300;
        bottom: 25px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
        letter-spacing: 1.4px
    }

        .continue-reading-container:last-child {
            border-bottom: none
        }

    .continue-reading-btn.btn {
        color: #fff;
        line-height: 42px;
        height: auto;
        padding: 0 42px;
        box-shadow: 0 3px 12px 0 rgba(0,0,0,.37);
        border-radius: 23px
    }
}

.comments-wrap {
    margin: 0 auto;
    position: relative
}

.comments-template .comments-closed {
    text-align: center;
    padding: 20px 15px;
    background-color: #f5f5f5
}

.comments-wrap ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .comments-wrap ol.comment-list .children {
        list-style: none;
        margin: 0;
        padding-left: 10%
    }

@media only screen and (max-width:600px) {
    .comments-wrap ol.comment-list .children {
        padding-left: 7%
    }
}

.comments-wrap li.comment, .comments-wrap li.pingback {
    clear: both
}

.comments-wrap li > div {
    border-top: 1px solid rgba(0,0,0,.08);
    padding: 15px 0
}

.comments-wrap .comment-list > li:first-child > div {
    border-top: none
}

.comment-list .comment-avatar {
    float: left;
    margin: 0 20px 10px 0
}

    .comment-list .comment-avatar .avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%
    }

.comment-list .comment-meta {
    margin: 0 0 5px;
    color: #858585
}

    .comment-list .comment-meta .comment-author {
        display: inline-block;
        padding: 4px 0 0;
        font-size: 15px;
        text-transform: capitalize !important;
        font-style: normal
    }

.comments-wrap li.pingback .comment-meta .comment-author {
    padding-top: 0
}

.comment-list .comment-meta .comment-author .says {
    color: #9a9a9a
}

.comment-list .comment-meta .comment-published {
    font-style: italic;
    display: inline-block;
    margin: 0;
    padding: 4px 0 0;
    float: right;
    font-size: 11px;
    color: #c2c2c2
}

.comment-list .comment-content {
    margin: 0 0 8px;
    font-size: 13px;
    padding-left: 80px
}

    .comment-list .comment-content em.needs-approve {
        background: #f2f2f2;
        padding: 2px 5px;
        border-radius: 3px;
        margin-bottom: 7px;
        display: inline-block
    }

.comment-list .comment-footer {
    font-size: 12px
}

    .comment-list .comment-footer .comment-edit-link {
        margin-left: 15px
    }

    .comment-list .comment-footer, .comment-list .comment-footer .comment-edit-link {
        color: #868686;
        float: right
    }

        .comment-list .comment-footer .comment-reply-link {
            display: inline-block;
            float: right;
            color: #909090;
            text-align: center
        }

.comments-wrap .comments-nav {
    margin-top: 10px;
    position: relative;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 5px
}

    .comments-wrap .comments-nav .pagination {
        margin-top: 0
    }

    .comments-wrap .comments-nav .page-numbers {
        font-size: 12px;
        color: #b3b3b3;
        font-weight: 400
    }

.comment-respond {
    margin: 0 auto;
    position: relative
}

.comments-wrap + .comment-respond {
    margin-top: 20px
}

@media only screen and (max-width:780px) {
    .comment-respond {
        margin-bottom: 30px
    }
}

.comment-respond .comment-reply-title:empty {
    display: none
}

.comment-respond #cancel-comment-reply-link, .comment-respond .comment-reply-title .h-text {
    display: inline-block;
    padding: 6px 12px;
    text-transform: uppercase
}

.comment-respond .log-in-out {
    text-align: center
}

.form-allowed-tags {
    margin-top: -1.5rem;
    font-size: .9375rem
}

.comment-respond #cancel-comment-reply-link {
    float: right;
    color: #fff !important
}

.comments-wrap .comment-respond .comment-reply-title {
    text-align: inherit
}

.comment-respond .wp-social-login-widget {
    text-align: center
}

.comment-respond .wp-social-login-connect-with {
    font-size: 17px;
    font-weight: 700;
    color: #414141
}

.comment-respond .note-after, .comment-respond .note-before {
    text-align: center;
    margin-bottom: 15px
}

    .comment-respond .note-after p:last-child, .comment-respond .note-before p:last-child {
        margin-bottom: 0
    }

.comment-respond .author-wrap {
    width: 50%;
    float: left;
    padding-right: 10px
}

.comment-respond .email-wrap {
    width: 50%;
    float: left;
    padding-left: 10px
}

.comment-respond .url-wrap {
    width: 100%
}

    .comment-respond .url-wrap .url {
        max-width: 100%;
        width: 100%
    }

.comment-respond .author-wrap input, .comment-respond .email-wrap input {
    width: 100%
}

.comment-respond .author-wrap, .comment-respond .comment-wrap, .comment-respond .email-wrap, .comment-respond .url-wrap {
    margin-bottom: 15px
}

.comment-respond .author, .comment-respond .comment, .comment-respond .email, .comment-respond .url {
    border: 1px solid #d8d8d8;
    padding: 18px 12px
}

.comment-respond .author, .comment-respond .email, .comment-respond .url {
    padding: 8px 12px;
    height: auto
}

.comment-respond .comment {
    height: 160px
}

.comment-respond .comment-submit {
    background: #434343;
    font-size: 12px;
    font-weight: 400
}

.comment-respond .form-submit {
    margin: 0
}

.ajaxified-comments-container {
    margin: 20px 0;
    border: 1px solid #e1e2e4;
    background: #f6f7f9;
    padding: 20px 20px;
    text-align: center;
    color: #1d1d1d;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bolder
}

.comment-ajaxified-placeholder {
    color: #696969;
    margin: 0 5px
}

.comment-form input + label {
    margin-left: 5px
}

.comments-template-multiple .nav-tabs {
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 4px
}

    .comments-template-multiple .nav-tabs li {
        list-style: none;
        display: inline-block;
        margin: 0 !important;
        width: 33.333%;
        line-height: 56px
    }

.comments-template-multiple.providers-2 .nav-tabs li {
    width: 50%
}

@media only screen and (max-width:600px) {
    .comments-template-multiple.providers-2 .nav-tabs li, .comments-template-multiple.providers-3 .nav-tabs li {
        width: 100% !important
    }
}

.comments-template-multiple .nav-tabs a {
    font-size: 14px;
    font-weight: 700;
    padding: 0 26px;
    display: block;
    line-height: 56px;
    height: 56px;
    border: none !important;
    border-radius: 0;
    white-space: nowrap;
    position: relative;
    transition: all .3s ease;
    text-align: center;
    background: #eff0f1;
    margin: 0 !important
}

.comments-template-multiple .nav-tabs li:first-child a {
    border-radius: 4px 0 0 4px
}

.comments-template-multiple .nav-tabs li:last-child a {
    border-radius: 0 4px 4px 0
}

.comments-template-multiple .nav-tabs a:after {
    content: ' ';
    display: inline-block;
    height: 3px;
    width: 0;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .3s ease;
    border-radius: 23px
}

.comments-template-multiple .nav-tabs .active a:after {
    width: 80%
}

.comments-template-multiple .nav-tabs a:before {
    content: ' ';
    display: inline-block;
    height: 56px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0
}

.comments-template-multiple .nav-tabs li:last-child a:before {
    display: none
}

.comments-template-multiple .nav-tabs .active a {
    border: none !important
}

.comments-template-multiple .nav-tabs .fa {
    margin-right: 6px;
    font-size: 16px
}

.comments-template-multiple .comments-count, .comments-template-multiple .disqus-comment-count {
    background-color: #cacaca;
    color: #262626;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .3s ease
}

.comments-template-multiple .disqus-comment-count {
    width: 30px;
    display: inline-block;
    white-space: normal;
    overflow: hidden;
    height: 20px !important;
    line-height: 20px
}

.comments-template-multiple .active .comments-count {
    color: #fff
}

.comments-template-multiple .comments-count:empty {
    display: none
}

.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child > .section-heading {
    display: none
}

.comments-template-multiple .tab-pane .comments-template, .comments-template-multiple .tab-pane .comments-template.comment-respond {
    margin-top: 10px !important
}

.comments-template-multiple .multi-wordpress-comment-section .comment-respond:first-child {
    margin-top: 15px !important
}

.back-top {
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.09)
}

    .back-top.fade-out:hover {
        opacity: 1
    }

    .back-top.is-visible {
        visibility: visible;
        opacity: .6;
        bottom: 8px
    }

    .back-top.fade-out1 {
        opacity: .7
    }

    .back-top.fade-out2 {
        opacity: .8
    }

    .back-top.fade-out3 {
        opacity: .9
    }

    .back-top.fade-out4 {
        opacity: 1
    }

    .back-top.dark {
        background: #383838;
        color: #fff
    }

    .back-top:hover {
        opacity: 1
    }

.error404 .content-column {
    max-width: 800px !important;
    margin: 10px auto 50px
}

    .error404 .content-column .second-row {
        margin-bottom: 5px
    }

    .error404 .content-column .desc-section {
        text-align: center
    }

        .error404 .content-column .desc-section .title-404 {
            margin: 0 0 15px;
            color: #444;
            font-weight: bolder;
            text-align: center
        }

    .error404 .content-column .text-404 {
        font-size: 130px;
        line-height: 175px;
        font-weight: 700;
        color: #444;
        text-align: center;
        margin: 0
    }

    .error404 .content-column .action-links {
        margin-bottom: 10px;
        margin-top: 20px
    }

        .error404 .content-column .action-links .fa {
            margin-right: 5px
        }

    .error404 .content-column .top-line {
        margin-top: 15px;
        padding-top: 25px
    }

    .error404 .content-column .search-form {
        position: relative
    }

        .error404 .content-column .search-form label {
            width: 100%
        }

        .error404 .content-column .search-form .search-field {
            width: 100%;
            border: 1px solid #cbcbcb;
            height: 34px;
            line-height: 20px;
            padding: 0 30% 0 10px;
            outline: 0;
            float: left;
            background: #fff
        }

        .error404 .content-column .search-form .search-submit {
            position: absolute;
            right: 0;
            top: 0;
            height: 34px;
            padding: 0 7%;
            line-height: 28px;
            border: none;
            text-transform: uppercase;
            color: #fff;
            margin-top: 0
        }

        .error404 .content-column .search-form.have-focus .search-field {
            border-color: #9e9e9e
        }

.error404 .search-action-container {
    width: 50%;
    float: left;
    margin: 0
}

.error404 script + .search-action-container:last-child {
    width: 100%;
    float: none
}

@media(max-width:768px) {
    .error404 .content-column .search-form {
        margin-left: 20px;
        margin-right: 20px
    }
}

.author-profile {
    margin-bottom: 29px
}

    .author-profile .post-author-avatar {
        float: left;
        margin-right: 15px
    }

        .author-profile .post-author-avatar img {
            border-radius: 50%
        }

    .author-profile .author-title {
        font-size: 22px;
        margin: 20px 0 0;
        text-transform: uppercase
    }

        .author-profile .author-title .author-title {
            margin: 0 0 7px;
            font-size: 18px;
            text-transform: capitalize;
            padding-right: 50%
        }

        .author-profile .author-title .title-counts {
            color: #8a8a8a;
            font-size: 12px;
            vertical-align: middle;
            font-weight: 400
        }

            .author-profile .author-title .title-counts:before {
                content: '-';
                margin: 0 8px;
                opacity: .4
            }

    .author-profile .post-author-bio {
        margin: 10px auto 0 auto;
        padding-left: 115px
    }

        .author-profile .post-author-bio p:last-child {
            margin-bottom: 0
        }

    .author-profile .author-links {
        margin-top: 15px
    }

        .author-profile .author-links ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .author-profile .author-links ul li {
                display: inline-block;
                background-color: #fff;
                padding: 0;
                margin: 0 10px 0 0;
                position: relative;
                z-index: 1;
                text-align: center
            }

                .author-profile .author-links ul li a, .author-profile .author-links ul li > span {
                    display: inline-block;
                    line-height: 26px;
                    height: 26px;
                    width: 26px;
                    background-color: #eee;
                    font-size: 12px;
                    color: #fff;
                    vertical-align: middle
                }

                .author-profile .author-links ul li.posts-count > span {
                    background-color: transparent;
                    color: #2d2d2d;
                    border: 1px solid #d8d8d8;
                    overflow: hidden;
                    white-space: nowrap;
                    width: auto;
                    padding: 0 8px;
                    text-transform: uppercase;
                    line-height: 24px
                }

                .author-profile .author-links ul li.facebook a {
                    background-color: #4a639f
                }

                .author-profile .author-links ul li.twitter a {
                    background-color: #59c8ff
                }

                .author-profile .author-links ul li.google-plus a {
                    background-color: #d73d32
                }

                .author-profile .author-links ul li.instagram a {
                    background-color: #517fa4
                }

                .author-profile .author-links ul li.flickr a {
                    background-color: #2f44db
                }

                .author-profile .author-links ul li.behance a {
                    background-color: #3b63fc
                }

                .author-profile .author-links ul li.soundcloud a {
                    background-color: #f50
                }

                .author-profile .author-links ul li.delicious a {
                    background-color: #4a79ff
                }

                .author-profile .author-links ul li.vimeo a {
                    background-color: #46a3e9
                }

                .author-profile .author-links ul li.dribbble a {
                    background-color: #ea4c89
                }

                .author-profile .author-links ul li.linkedin a {
                    background-color: #0266a0
                }

                .author-profile .author-links ul li.youtube a {
                    background-color: #cc181e
                }

                .author-profile .author-links ul li.pinterest a {
                    background-color: #cb2027
                }

                .author-profile .author-links ul li.github a {
                    background-color: #666
                }

                .author-profile .author-links ul li.site a {
                    background-color: #666
                }

.better-gallery {
    margin: 10px 0 25px
}

    .better-gallery .gallery-title {
        color: #fff;
        padding: 10px 0 0;
        text-align: center;
        user-select: none
    }

    .better-gallery p {
        margin: 0
    }

    .better-gallery br {
        display: none
    }

    .better-gallery .gallery-title .next, .better-gallery .gallery-title .prev {
        cursor: pointer;
        color: #373737;
        vertical-align: middle;
        border: 1px solid rgba(0,0,0,.17);
        font-family: 'Open Sans';
        font-size: 11px !important;
        padding: 0 11px;
        display: inline-block;
        line-height: 20px !important;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        text-transform: uppercase
    }

        .better-gallery .gallery-title .next:hover, .better-gallery .gallery-title .prev:hover {
            color: #fff
        }

        .better-gallery .gallery-title .next .fa {
            margin-left: 3px
        }

        .better-gallery .gallery-title .prev .fa {
            margin-right: 3px
        }

    .better-gallery .count {
        font-size: 12px;
        margin-right: 20px;
        margin-left: 20px;
        font-style: normal;
        line-height: 24px;
        display: inline-block;
        color: grey;
        vertical-align: middle;
        min-width: 46px
    }

        .better-gallery .count i {
            font-style: normal
        }

    .better-gallery .main-title {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #373737;
        font-weight: bolder;
        text-align: center;
        font-size: 26px;
        margin-bottom: 12px
    }

    .better-gallery .slide-title-wrap {
        display: block;
        color: #fff;
        position: absolute;
        bottom: 0;
        width: 100%
    }

        .better-gallery .slide-title-wrap .slide-copy, .better-gallery .slide-title-wrap .slide-title {
            padding: 4px 11px;
            background-color: rgba(20,20,20,.55);
            display: inline-block;
            font-size: 12px
        }

        .better-gallery .slide-title-wrap .slide-copy {
            margin: 4px;
            font-style: italic
        }

    .better-gallery .fotorama__thumb:before {
        width: 85px;
        height: 62px;
        position: relative;
        display: block;
        content: '';
        border: 2px solid rgba(255,255,255,.33);
        z-index: 8
    }

    .better-gallery .fotorama__nav:before, .better-gallery .fotorama__stage:before {
        background-image: linear-gradient(transparent,rgba(0,0,0,.6) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.7),transparent);
        background-position: 0 0,0 0;
        opacity: .4
    }

    .better-gallery .fotorama__nav:after, .better-gallery .fotorama__stage:after {
        background-image: linear-gradient(transparent,rgba(0,0,0,.6) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.7),transparent);
        background-position: 100% 0,100% 0;
        opacity: .4
    }

    .better-gallery .fotorama__wrap {
        padding-top: 15px
    }

    .better-gallery .count {
        font-size: 12px;
        margin-right: 20px;
        margin-left: 20px;
        font-style: normal;
        line-height: 24px;
        display: inline-block;
        color: grey;
        vertical-align: middle;
        text-transform: lowercase
    }

    .better-gallery .fotorama__nav-wrap {
        margin-top: 8px;
        padding: 0 10px
    }

    .better-gallery .fotorama__wrap .fotorama__html {
        height: 100%;
        text-align: center
    }

        .better-gallery .fotorama__wrap .fotorama__html img {
            max-height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            -webkit-box-shadow: 0 0 22px rgba(0,0,0,.17);
            -moz-box-shadow: 0 0 22px rgba(0,0,0,.17);
            box-shadow: 0 0 22px rgba(0,0,0,.17)
        }

        .better-gallery .fotorama__wrap .fotorama__html > div {
            height: 100%
        }

    .better-gallery.better-gallery-img-full .fotorama__nav__frame {
        text-align: center
    }

        .better-gallery.better-gallery-img-full .fotorama__nav__frame img {
            max-width: 100% !important;
            max-height: 100% !important;
            height: auto !important;
            width: auto !important;
            margin-left: auto !important;
            margin-right: auto !important;
            position: absolute !important;
            left: 0 !important;
            right: 0 !important;
            top: 0 !important;
            bottom: 0
        }

.no-results {
    text-align: center
}

    .no-results > .title {
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        position: relative;
        margin: 20px 0
    }

        .no-results > .title:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            height: 2px;
            width: 100%;
            background-color: #f0f0f0
        }

        .no-results > .title span {
            display: inline-block;
            padding: 0 10px;
            background-color: #fff;
            position: relative;
            z-index: 1
        }

    .no-results .search-form {
        margin: 20px 0 30px
    }

        .no-results .search-form input[type=submit] {
            float: none
        }

        .no-results .search-form input[type=search] {
            float: none;
            width: 240px
        }

.widget > .bs-shortcode:last-child {
    margin-bottom: 0
}

.bs-shortcode.bs-heading-shortcode {
    margin-bottom: 21px
}

@-webkit-keyframes bs-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bs-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bs-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bs-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bs-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bs-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bs-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bs-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bs-spin {
    0% {
        -webkit-transform: rotate(0);
        tranform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg)
    }
}

@keyframes bs-spin {
    0% {
        -webkit-transform: rotate(0);
        tranform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg)
    }
}

.bs-animate {
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-timing-function: cubic-bezier(.55,-.01,.19,.98);
    animation-timing-function: cubic-bezier(.55,-.01,.19,.98);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.bs-fadeInLeft {
    -webkit-animation-name: bs-fadeInLeft;
    animation-name: bs-fadeInLeft
}

.bs-fadeInRight {
    -webkit-animation-name: bs-fadeInRight;
    animation-name: bs-fadeInRight
}

.bs-fadeInDown {
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown
}

.bs-fadeInUp {
    -webkit-animation-name: bs-fadeInUp;
    animation-name: bs-fadeInUp
}

.bs-spin {
    -webkit-animation-name: bs-spin;
    animation-name: bs-spin
}

.pagination-animate > .bs-animate {
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-timing-function: cubic-bezier(.55,-.01,.19,.98);
    animation-timing-function: cubic-bezier(.55,-.01,.19,.98)
}

.bs-tab-anim.bs-tab-animated.active {
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown;
    -webkit-animation-timing-function: cubic-bezier(.55,-.01,.19,.98);
    animation-timing-function: cubic-bezier(.55,-.01,.19,.98)
}

.bs-loading, .bs-loading > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-loading {
    display: block;
    font-size: 0;
    color: #333
}

    .bs-loading > div {
        display: inline-block;
        float: none
    }

.bs-loading {
    width: 54px;
    height: 54px
}

    .bs-loading > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        -webkit-animation-name: bs-loading-keyframe;
        -moz-animation-name: bs-loading-keyframe;
        -o-animation-name: bs-loading-keyframe;
        animation-name: bs-loading-keyframe;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

        .bs-loading > div:nth-child(1) {
            -webkit-animation-duration: .65s;
            -moz-animation-duration: .65s;
            -o-animation-duration: .65s;
            animation-duration: .65s;
            -webkit-animation-delay: .03s;
            -moz-animation-delay: .03s;
            -o-animation-delay: .03s;
            animation-delay: .03s
        }

        .bs-loading > div:nth-child(2) {
            -webkit-animation-duration: 1.02s;
            -moz-animation-duration: 1.02s;
            -o-animation-duration: 1.02s;
            animation-duration: 1.02s;
            -webkit-animation-delay: .09s;
            -moz-animation-delay: .09s;
            -o-animation-delay: .09s;
            animation-delay: .09s
        }

        .bs-loading > div:nth-child(3) {
            -webkit-animation-duration: 1.06s;
            -moz-animation-duration: 1.06s;
            -o-animation-duration: 1.06s;
            animation-duration: 1.06s;
            -webkit-animation-delay: -.69s;
            -moz-animation-delay: -.69s;
            -o-animation-delay: -.69s;
            animation-delay: -.69s
        }

        .bs-loading > div:nth-child(4) {
            -webkit-animation-duration: 1.5s;
            -moz-animation-duration: 1.5s;
            -o-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-delay: -.41s;
            -moz-animation-delay: -.41s;
            -o-animation-delay: -.41s;
            animation-delay: -.41s
        }

        .bs-loading > div:nth-child(5) {
            -webkit-animation-duration: 1.6s;
            -moz-animation-duration: 1.6s;
            -o-animation-duration: 1.6s;
            animation-duration: 1.6s;
            -webkit-animation-delay: .04s;
            -moz-animation-delay: .04s;
            -o-animation-delay: .04s;
            animation-delay: .04s
        }

        .bs-loading > div:nth-child(6) {
            -webkit-animation-duration: .84s;
            -moz-animation-duration: .84s;
            -o-animation-duration: .84s;
            animation-duration: .84s;
            -webkit-animation-delay: .07s;
            -moz-animation-delay: .07s;
            -o-animation-delay: .07s;
            animation-delay: .07s
        }

        .bs-loading > div:nth-child(7) {
            -webkit-animation-duration: .68s;
            -moz-animation-duration: .68s;
            -o-animation-duration: .68s;
            animation-duration: .68s;
            -webkit-animation-delay: -.66s;
            -moz-animation-delay: -.66s;
            -o-animation-delay: -.66s;
            animation-delay: -.66s
        }

        .bs-loading > div:nth-child(8) {
            -webkit-animation-duration: .93s;
            -moz-animation-duration: .93s;
            -o-animation-duration: .93s;
            animation-duration: .93s;
            -webkit-animation-delay: -.76s;
            -moz-animation-delay: -.76s;
            -o-animation-delay: -.76s;
            animation-delay: -.76s
        }

        .bs-loading > div:nth-child(9) {
            -webkit-animation-duration: 1.24s;
            -moz-animation-duration: 1.24s;
            -o-animation-duration: 1.24s;
            animation-duration: 1.24s;
            -webkit-animation-delay: -.76s;
            -moz-animation-delay: -.76s;
            -o-animation-delay: -.76s;
            animation-delay: -.76s
        }

@-webkit-keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .35;
        -webkit-transform: scale(.45);
        transform: scale(.45)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .35;
        -moz-transform: scale(.45);
        transform: scale(.45)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .35;
        -o-transform: scale(.45);
        transform: scale(.45)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bs-loading-keyframe {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .35;
        -webkit-transform: scale(.45);
        -moz-transform: scale(.45);
        -o-transform: scale(.45);
        transform: scale(.45)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.deferred-loading-container {
    position: relative
}

.bs-pagination-wrapper:focus {
    outline: 0 !important
}

.bs-pagin-loading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

    .bs-pagin-loading-wrapper .bs-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -27px;
        margin-left: -27px
    }

.bs-pagination-wrapper .bs-pagination-in-loading {
    opacity: .15;
    pointer-events: none
}

.bs-pagination {
    margin: 15px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.post-related .bs-pagination {
    margin-top: 0
}

.bs-pagination-label {
    color: #9c9c9c;
    color: rgba(138,138,138,.83);
    font-size: 11px;
    margin-left: 4px
}

.btn-bs-pagination {
    border: 1px solid #d4d4d4;
    border: 1px solid rgba(138,138,138,.33);
    color: #9c9c9c !important;
    color: rgba(138,138,138,.83) !important;
    font-size: 11px !important;
    padding: 0 6px;
    display: inline-block;
    line-height: 22px !important;
    min-width: 26px;
    text-align: center !important;
    cursor: pointer;
    text-transform: uppercase !important
}

    .btn-bs-pagination.bs-pagination-in-loading, .btn-bs-pagination.hover, .btn-bs-pagination:hover {
        color: #fff !important
    }

body .bs-pagination a.btn-bs-pagination.disabled:hover {
    border: 1px solid #d4d4d4 !important;
    border: 1px solid rgba(138,138,138,.33) !important;
    color: #9c9c9c !important;
    color: rgba(138,138,138,.83) !important;
    background-color: transparent !important;
    cursor: default
}

.btn-bs-pagination.disabled, .btn-bs-pagination.disabled:hover {
    opacity: .5
}

.btn-bs-pagination .fa {
    font-weight: 700
}

.btn-bs-pagination.next .fa {
    margin-left: 2px
}

.btn-bs-pagination.prev .fa {
    margin-right: 2px
}

.bs-pagination-wrapper {
    position: relative
}

.btn-bs-pagination .loading .fa {
    margin-right: 2px
}

.btn-bs-pagination .loaded .fa {
    margin-left: 2px
}

.bs-pagination.bs-ajax-pagination.infinity, .bs-pagination.bs-ajax-pagination.more_btn, .bs-pagination.bs-ajax-pagination.more_btn_infinity {
    text-align: center
}

    .bs-pagination.bs-ajax-pagination.infinity .btn-bs-pagination, .bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination, .bs-pagination.bs-ajax-pagination.more_btn_infinity .btn-bs-pagination {
        line-height: 26px !important;
        padding: 0 7px
    }

.bs-pagination.bs-simple-pagination .btn-bs-pagination.prev .fa {
    margin: 0 0 0 2px
}

.bs-pagination.bs-simple-pagination .btn-bs-pagination.next .fa {
    margin: 0 2px 0 0
}

.bs-listing-listing-classic-2 .bs-pagination, .bs-listing-listing-classic-2 .bs-pagination .pagination, .bs-listing-listing-classic-3 .bs-pagination, .bs-listing-listing-classic-3 .bs-pagination .pagination, .bs-listing-listing-grid-1 .bs-pagination, .bs-listing-listing-grid-1 .bs-pagination .pagination, .bs-listing-listing-grid-2 .bs-pagination, .bs-listing-listing-grid-2 .bs-pagination .pagination, .bs-listing-listing-mix-3-2 .bs-pagination, .bs-listing-listing-mix-3-2 .bs-pagination .pagination, .bs-listing-listing-mix-4-1 .bs-pagination, .bs-listing-listing-mix-4-1 .bs-pagination .pagination, .bs-listing-listing-mix-4-2 .bs-pagination, .bs-listing-listing-mix-4-2 .bs-pagination .pagination, .bs-listing-listing-mix-4-3 .bs-pagination, .bs-listing-listing-mix-4-3 .bs-pagination .pagination, .bs-listing-listing-mix-4-4 .bs-pagination, .bs-listing-listing-mix-4-4 .bs-pagination .pagination, .bs-listing-listing-mix-4-5 .bs-pagination, .bs-listing-listing-mix-4-5 .bs-pagination .pagination, .bs-listing-listing-mix-4-6 .bs-pagination, .bs-listing-listing-mix-4-6 .bs-pagination .pagination, .bs-listing-listing-tall-1 .bs-pagination, .bs-listing-listing-tall-1 .bs-pagination .pagination, .bs-listing-listing-tall-2 .bs-pagination, .bs-listing-listing-tall-2 .bs-pagination .pagination, .bs-listing-listing-text-1 .bs-pagination, .bs-listing-listing-text-1 .bs-pagination .pagination, .bs-listing-listing-thumbnail-1 .bs-pagination, .bs-listing-listing-thumbnail-1 .bs-pagination .pagination, .bs-listing-listing-thumbnail-2 .bs-pagination, .bs-listing-listing-thumbnail-2 .bs-pagination .pagination, .bs-listing-listing-thumbnail-3 .bs-pagination, .bs-listing-listing-thumbnail-3 .bs-pagination .pagination, .bs-listing-modern-grid-listing-3 .bs-pagination, .bs-listing-modern-grid-listing-3 .bs-pagination .pagination {
    margin-top: 0
}

.bs-slider-controls .btn-bs-pagination.next {
    margin-left: 5px
}

.bs-slider-items-container > .bs-slider-item {
    display: none
}

.bs-slider-items-container .bs-slider-item.bs-slider-first-item {
    display: block
}

.bs-slider-items-container .bs-control-nav-style-2 .btn-bs-pagination.next {
    float: right
}

.bs-slider-items-container .bs-control-nav-style-3 {
    text-align: center
}

.bs-listing.bs-listing-single-tab .bs-slider-items-container .bs-control-nav-style-4 .btn-bs-pagination {
    line-height: 22px;
    min-width: 24px;
    padding: 0 6px;
    border-radius: 50%
}

.bs-slider-dots {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important
}

    .bs-slider-dots li {
        display: inline-block
    }

    .bs-slider-dots .bts-bs-dots-btn {
        cursor: pointer
    }

.bs-slider-dots-style-1, .bs-slider-dots-style-2, .bs-slider-dots-style-3, .bs-slider-dots-style-4 {
    text-align: center;
    line-height: 27px;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0
}

.bs-control-nav + .bs-slider-dots-style-1, .bs-control-nav + .bs-slider-dots-style-2, .bs-control-nav + .bs-slider-dots-style-3, .bs-control-nav + .bs-slider-dots-style-4 {
    bottom: 0
}

.bs-control-nav-style-4 + .bs-slider-dots-style-1, .bs-control-nav-style-4 + .bs-slider-dots-style-2, .bs-control-nav-style-4 + .bs-slider-dots-style-3, .bs-control-nav-style-4 + .bs-slider-dots-style-4 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
}

.bs-slider-dots-style-1 .bts-bs-dots-btn, .bs-slider-dots-style-2 .bts-bs-dots-btn, .bs-slider-dots-style-3 .bts-bs-dots-btn, .bs-slider-dots-style-4 .bts-bs-dots-btn {
    display: inline-block;
    height: 8px;
    width: 8px;
    text-indent: -9999px;
    overflow: hidden;
    background: #eee;
    background: rgba(0,0,0,.2);
    margin: 0 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: all
}

.bs-slider-dots-style-1 .bts-bs-dots-btn {
    border-radius: 50%
}

.bs-slider-dots-style-3 .bts-bs-dots-btn {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bs-slider-dots-style-4 .bts-bs-dots-btn {
    width: 12px;
    height: 4px
}

.bs-simple-pagination.simple_next_prev .btn-bs-pagination.prev {
    float: right
}

.bs-listing-listing-blog-1 .bs-slider-controls, .bs-listing-listing-blog-2 .bs-slider-controls, .bs-listing-listing-blog-3 .bs-slider-controls, .bs-listing-listing-blog-4 .bs-slider-controls, .bs-listing-listing-classic-1 .bs-slider-controls, .bs-listing-listing-classic-3 .bs-slider-controls, .bs-listing-listing-mix-1-1 .bs-slider-controls, .bs-listing-listing-mix-1-3 .bs-slider-controls, .bs-listing-listing-mix-1-4 .bs-slider-controls, .bs-listing-listing-mix-3-1 .bs-slider-controls, .bs-listing-listing-mix-3-3 .bs-slider-controls, .bs-listing-listing-mix-4-7 .bs-slider-controls, .bs-listing-listing-mix-4-8 .bs-slider-controls, .bs-listing-listing-text-1 .bs-slider-controls, .bs-listing-listing-text-2 .bs-slider-controls, .bs-listing-listing-text-3 .bs-slider-controls, .bs-listing-listing-text-4 .bs-slider-controls, .bs-listing-modern-grid-listing-1 .bs-slider-controls, .bs-listing-modern-grid-listing-2 .bs-slider-controls, .bs-listing-modern-grid-listing-5 .bs-slider-controls {
    height: 27px;
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.bs-listing-listing-mix-1-4 .bs-slider-controls, .bs-listing-modern-grid-listing-5 .bs-slider-controls {
    margin-top: 0
}

.bs-listing-listing-text-1 .bs-slider-controls, .bs-listing-listing-text-3 .bs-slider-controls, .bs-listing-listing-text-4 .bs-slider-controls {
    margin-top: 0
}

.bs-listing-modern-grid-listing-1 .bs-slider-controls, .bs-listing-modern-grid-listing-2 .bs-slider-controls {
    margin-top: 10px
}

.bs-listing-modern-grid-listing-6 .bs-slider-controls {
    height: 27px;
    margin-bottom: -10px;
    margin-top: 5px;
    position: relative;
    z-index: 1
}

.bs-listing-listing-mix-2-2 .bs-slider-controls {
    height: 27px;
    margin-top: 15px;
    position: relative;
    z-index: 1
}

.bs-listing-listing-thumbnail-1 .bs-slider-controls {
    height: 27px;
    margin-top: -5px;
    position: relative;
    z-index: 1
}

.bs-listing-listing-thumbnail-2 .bs-slider-controls {
    height: 27px;
    margin-top: 0;
    position: relative;
    z-index: 1
}

.bs-listing-listing-classic-2 .bs-slider-controls {
    height: 27px;
    margin-top: -5px;
    position: relative;
    z-index: 1
}

.bs-listing-modern-grid-listing-4 .bs-slider-controls {
    height: 27px
}

.bs-listing-listing-tall-1 .bs-slider-controls, .bs-listing-listing-tall-2 .bs-slider-controls {
    height: 27px;
    margin-top: 5px;
    position: relative;
    z-index: 1
}

.bs-listing-modern-grid-listing-3 .bs-slider-controls {
    height: 27px;
    margin-top: -10px;
    position: relative;
    z-index: 1
}

.bs-listing-listing-grid-1 .bs-slider-controls, .bs-listing-listing-grid-2 .bs-slider-controls {
    height: 27px;
    margin-top: -7px;
    position: relative;
    z-index: 1
}

.listing-mix-4-7 + .bs-pagination-response, .listing-mix-4-7 + .bs-pagination-response ~ .bs-pagination-response, .listing-mix-4-8 + .bs-pagination-response, .listing-mix-4-8 + .bs-pagination-response ~ .bs-pagination-response {
    margin-top: 20px
}

.dropcap.dropcap {
    display: inline-block;
    float: left;
    margin: 0 8px -10px 0;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    text-transform: uppercase
}

.dropcap.dropcap-square {
    color: #fff;
    padding: 0 11px
}

.dropcap.dropcap-square-outline {
    border: 2px solid transparent;
    padding: 0 11px;
    line-height: 70px
}

.dropcap.dropcap-circle {
    color: #fff;
    padding: 0 11px;
    border-radius: 50%;
    min-width: 74px;
    font-size: 52px;
    text-align: center
}

.dropcap.dropcap-circle-outline {
    border: 2px solid transparent;
    padding: 0 11px;
    border-radius: 50%;
    min-width: 74px;
    font-size: 52px;
    text-align: center;
    line-height: 72px
}

.bs-highlight {
    background-color: #ff9;
    padding: 0 3px
}

    .bs-highlight.bs-highlight-red {
        background-color: #ffb6b6
    }

.bs-tab-shortcode {
    margin-bottom: 20px
}

    .bs-tab-shortcode .nav.nav-tabs {
        border: none;
        padding: 0;
        margin: 0
    }

    .bs-tab-shortcode .nav-tabs > li > a {
        background-color: #f3f4f6;
        border: 1px solid #d6d6d6 !important;
        padding: 9px 22px;
        margin-right: -1px;
        border-radius: 0;
        color: #4a4a4a !important;
        font-weight: bolder;
        position: relative
    }

        .bs-tab-shortcode .nav-tabs > li > a:after {
            display: inline-block;
            content: '';
            height: 1px;
            left: 0;
            right: 0;
            bottom: -1px;
            background: 0 0;
            position: absolute
        }

        .bs-tab-shortcode .nav-tabs > li.active > a, .bs-tab-shortcode .nav-tabs > li > a:focus, .bs-tab-shortcode .nav-tabs > li > a:hover {
            text-decoration: none !important;
            background-color: #fff
        }

            .bs-tab-shortcode .nav-tabs > li.active > a:after {
                background-color: #fff
            }

    .bs-tab-shortcode .tab-content .tab-pane {
        padding: 20px;
        border: 1px solid #d6d6d6
    }

.bs-row-shortcode {
    margin-bottom: 20px
}

.bs-accordion-shortcode .panel {
    box-shadow: none;
    border: 1px solid #d6d6d6;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease;
    border-radius: 0 !important
}

.bs-accordion-shortcode .panel-heading {
    padding: 0 0 0 60px;
    position: relative
}

    .bs-accordion-shortcode .panel-heading a {
        color: #585858
    }

        .bs-accordion-shortcode .panel-heading a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f067';
            margin: 0 10px 0 0;
            font-size: 14px;
            position: absolute;
            left: 0;
            width: 44px;
            line-height: 44px;
            top: 0;
            bottom: 0;
            text-align: center;
            border-right: 1px solid #d6d6d6
        }

    .bs-accordion-shortcode .panel-heading.active a:before {
        content: '\f068'
    }

    .bs-accordion-shortcode .panel-heading *, .bs-accordion-shortcode .panel-heading .panel-title br {
        display: none
    }

    .bs-accordion-shortcode .panel-heading .panel-title, .bs-accordion-shortcode .panel-heading .panel-title a {
        display: block
    }

.bs-accordion-shortcode .panel + .panel {
    margin-top: 12px !important
}

.bs-accordion-shortcode .panel-heading .panel-title a {
    padding: 12px 0;
    font-size: 14px
}

.bs-accordion-shortcode .panel-heading + .panel-collapse > .panel-body {
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease
}

.bs-accordion-shortcode .panel .panel-heading a {
    color: #444 !important
}

    .bs-accordion-shortcode .panel .panel-heading a, .bs-accordion-shortcode .panel .panel-heading a:hover {
        text-decoration: none
    }

ul.bs-shortcode-list, ul.bs-shortcode-list ul {
    list-style: none;
    padding-left: 20px;
    overflow: hidden
}

    ul.bs-shortcode-list ul {
        padding-left: 13px
    }

    ul.bs-shortcode-list li {
        position: relative;
        margin-bottom: 7px;
        padding-left: 25px
    }

        ul.bs-shortcode-list li:before {
            width: 25px;
            content: "\f00c";
            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;
            position: absolute;
            left: 0;
            top: 6px
        }

        ul.bs-shortcode-list li:empty {
            display: none
        }

    ul.bs-shortcode-list.list-style-check li:before {
        content: "\f00c"
    }

    ul.bs-shortcode-list.list-style-star li:before {
        content: "\f005"
    }

    ul.bs-shortcode-list.list-style-edit li:before {
        content: "\f044"
    }

    ul.bs-shortcode-list.list-style-folder li:before {
        content: "\f07b"
    }

    ul.bs-shortcode-list.list-style-file li:before {
        content: "\f15b"
    }

    ul.bs-shortcode-list.list-style-heart li:before {
        content: "\f004"
    }

    ul.bs-shortcode-list.list-style-asterisk li:before {
        content: "\f069"
    }

hr.bs-divider {
    height: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #dbdbdb;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin: 30px auto 28px;
    position: relative;
    width: 90%
}

    hr.bs-divider.dashed-line {
        border-style: dashed;
        border-width: 1px
    }

    hr.bs-divider.full {
        width: 100%
    }

    hr.bs-divider.large {
        width: 90%
    }

    hr.bs-divider.small {
        width: 70%
    }

    hr.bs-divider.tiny {
        width: 50%
    }

    hr.bs-divider + h1, hr.bs-divider + h2, hr.bs-divider + h3 {
        margin-top: -10px
    }

    hr.bs-divider + h5 {
        margin-top: -5px
    }

h1 + hr.bs-divider, h2 + hr.bs-divider, h3 + hr.bs-divider, h4 + hr.bs-divider, h5 + hr.bs-divider {
    margin-top: 28px
}

.bs-shortcode-alert.alert {
    border-radius: 0
}

.bs-shortcode-alert.alert-simple {
    background-color: #f3f3f3;
    border-color: #e6e6e6
}

.listing-item-blog.sticky, .listing-item-blog.sticky:first-child {
    background-color: #fffbdf;
    padding: 18px;
    border: 1px solid rgba(0,0,0,.07)
}

.vc_images_carousel:hover .vc_carousel-control .icon-next, .vc_images_carousel:hover .vc_carousel-control .icon-prev {
    background: #fff
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
    height: 0
}

.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before {
    top: -11px;
    line-height: 30px;
    color: #333;
    text-shadow: none
}

.vc_images_carousel .vc_carousel-control .icon-next.icon-next:before {
    right: -1px
}

.vc_images_carousel .vc_carousel-control .icon-prev.icon-prev:before {
    left: -1px
}

.wpb_gallery > .wpb_wrapper > .wpb_flexslider {
    padding: 0;
    margin: 0 0 30px;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    zoom: 1;
    height: auto !important
}

.wpb_flexslider .flex-direction-nav a {
    width: 30px;
    height: 30px
}

    .wpb_flexslider .flex-direction-nav a:before {
        font-family: flexslider-icon;
        font-size: 14px;
        display: inline-block;
        content: '\f001';
        text-shadow: none;
        line-height: 30px;
        height: 30px
    }

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    background: #fff;
    text-align: center;
    line-height: 30px
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important
}

.vc_btn3 {
    height: auto !important
}

.wpcf7-form p {
    margin-bottom: 0;
    margin-top: 17px
}

    .wpcf7-form p:first-child {
        margin-top: 0
    }

.wpcf7-form label {
    display: block
}

.archive-title.search-title.search-bgcs-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.better-gcs-wrapper {
    border-top: none;
    padding-top: 30px !important;
    margin-top: -30px
}

.better-gcs-wrapper {
    padding-top: 30px !important
}

.bs-pretty-tabs-container {
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    z-index: 2
}

    .bs-pretty-tabs-container .bs-pretty-tabs-more {
        z-index: 3;
        position: relative;
        cursor: pointer
    }

    .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link {
        display: block;
        float: none;
        width: 100%
    }

    .bs-pretty-tabs-container .bs-pretty-tabs-elements .h-text {
        border: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 3px 10px;
        text-align: right
    }

    .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        z-index: 2;
        white-space: nowrap;
        border: 1px solid #d8d8d8;
        display: none;
        padding: 5px;
        min-width: 160px
    }

.bs-pretty-tabs .bs-pretty-tabs-more.other-link {
    pointer-events: none
}

    .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
        position: relative;
        cursor: pointer;
        padding: 3px 10px;
        border: 1px solid transparent
    }

.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
    transition: none
}

    .bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text .fa {
        margin-left: 3px
    }

.bs-pretty-tabs.bs-pretty-tabs-initialized .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text:after {
    display: block
}

.bs-pretty-tabs-container.display-more-items .bs-pretty-tabs-elements {
    display: block
}

.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text {
    background: 0 0 !important;
    color: currentColor !important;
    border-color: rgba(0,0,0,.13) !important
}

.section-heading.multi-tab .other-link {
    opacity: 0;
    -webkit-transition: color .7s ease,background .7s ease;
    -moz-transition: color .7s ease,background .7s ease;
    -o-transition: color .7s ease,background .7s ease;
    transition: color .7s ease,background .7s ease;
    position: absolute
}

.section-heading.multi-tab .bs-pretty-tabs-container {
    padding-left: 10px
}

.bs-pretty-tabs.bs-pretty-tabs-initialized .other-link {
    opacity: 1;
    position: relative
}

.bs-slider-1-item .rating-stars, .listing-mg-1-item .rating-stars, .listing-mg-2-item .rating-stars, .listing-mg-3-item .rating-stars, .listing-mg-4-item .rating-stars, .listing-mg-6-item .rating-stars {
    color: #fff
}

.bs-slider-1-item .post-meta .rating-bar, .listing-mg-1-item .post-meta .rating-bar, .listing-mg-2-item .post-meta .rating-bar, .listing-mg-3-item .post-meta .rating-bar, .listing-mg-4-item .post-meta .rating-bar, .listing-mg-6-item .post-meta .rating-bar {
    background-color: #fff
}

.bs-slider-item .post-meta .rating, .listing-item-tall-2 .post-meta .rating, .listing-item-text-1 .post-meta .rating, .listing-mg-3-item .post-meta .rating, .listing-mg-4-item .post-meta .rating, .listing-mg-5-item-big .post-meta .rating {
    float: none;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px
}

.listing-item-tall-2 .post-meta .comments, .listing-item-text-1 .post-meta .comments {
    float: none;
    margin-left: 0
}

.search-container {
    position: relative
}

    .search-container.open.result-results-exist .search-preview {
        display: block
    }

.search-preview {
    display: none;
    border: 1px solid #dedede;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 7px 7px 0 rgba(0,0,0,.1);
    box-shadow: 0 7px 7px 0 rgba(0,0,0,.1);
    font-weight: 400;
    color: #383838;
    line-height: 1;
    z-index: 99;
    text-align: left
}

    .search-preview [data-section-name] {
        max-height: 310px
    }

    .search-preview .clean-title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .search-preview .listing-item-thumbnail:last-child, .search-preview ul.products {
        margin-bottom: 0
    }

.ajax-search-results {
    background: inherit
}

    .ajax-search-results .search-404 {
        text-align: center;
        font-weight: 500;
        font-size: 16px
    }

    .ajax-search-results .clean-button {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.result-results-exist .search-preview {
    border-top: 0
}

.ajax-search-no-product .ajax-ajax-posts-list, .two-column-results-list {
    padding: 21px;
    position: relative
}

    .two-column-results-list > div {
        width: 50%;
        float: left;
        background: inherit;
        padding-right: 3%
    }

        .two-column-results-list > div:last-child {
            padding-right: 0
        }

    .two-column-results-list > .ajax-posts-columns {
        width: 45%
    }

    .two-column-results-list > .ajax-products-columns {
        width: 55%
    }

.ajax-search-loading {
    display: block;
    text-align: center;
    color: #a6a6a6
}

.ajax-ajax-posts-list {
    overflow: hidden;
    background: inherit;
    display: table-cell
}

    .ajax-ajax-posts-list .ajax-search-loading, .ajax-ajax-posts-list .align-vertical-center {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: 0;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        color: #afafaf
    }

.ajax-taxonomy-list .ajax-search-loading, .ajax-taxonomy-list .align-vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #afafaf
}

.ajax-ajax-posts-list .ajax-taxonomy-list {
    margin-top: 30px
}

.ajax-ajax-posts-list .listing-thumbnail {
    margin-bottom: 20px;
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown
}

.search-preview .bs-listing-products {
    margin-bottom: 28px
}

.ajax-taxonomy-list {
    background: #fbfbfb;
    border-left: 1px solid #e2e2e2;
    display: table-cell;
    overflow: hidden;
    width: 30%;
    padding: 25px
}

.ajax-products-columns .add_to_cart_button {
    display: none !important
}

.ajax-products-columns .price {
    margin-top: 19px
}

.ajax-products-columns .star-rating + .price {
    margin-top: 0
}

.ajax-products-columns ul.products li.product {
    margin-bottom: 1px
}

.search-preview .post-categories {
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bs-fadeInDown;
    animation-name: bs-fadeInDown
}

    .search-preview .post-categories li {
        display: inline-block;
        margin: 0 0 0 5px
    }

.ajax-search-results {
    display: table-row
}

.ajax-search-results-wrapper {
    display: table;
    background: inherit;
    width: 100%;
    height: 350px
}

.ajax-search-results:after {
    content: ' ';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px
}

.ajax-categories-columns {
    background: inherit;
    margin-bottom: 30px
}

.ajax-tags-columns {
    background: inherit
}

.ajax-search-no-product .ajax-taxonomy-list > div {
    width: 100%;
    float: none;
    background: inherit;
    height: 152px;
    margin-bottom: 0;
    position: relative
}

.ajax-search-no-product .ajax-taxonomy-list {
    width: 100%
}

.ajax-search-no-product .ajax-ajax-posts-list {
    width: 53%
}

.ajax-search-no-product.ajax-search-fullwidth .ajax-ajax-posts-list {
    width: 69%;
    position: relative
}

.ajax-search-no-product.ajax-search-fullwidth .two-column-results-list {
    padding: 5px
}

.ajax-search-no-product.ajax-search-fullwidth .listing-thumbnail {
    margin-bottom: 0
}

.ajax-posts-column {
    background: inherit
}

.search-preview .woocommerce ul.products li.product, .search-preview .woocommerce-page ul.products li.product {
    font-size: 14px
}

    .search-preview .woocommerce ul.products li.product h3 {
        font-size: 1em
    }

.ajax-posts-columns {
    background: inherit
}

.clean-title {
    position: relative;
    background: inherit;
    margin-bottom: 8px
}

    .clean-title > span {
        position: relative;
        z-index: 30;
        background: inherit;
        display: inline-block;
        padding: 0 15px;
        margin-left: -10px
    }

    .clean-title::after {
        position: absolute;
        z-index: 20;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #e5e5e5;
        display: block;
        content: ' '
    }

.clean-button {
    border-radius: 0;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    color: #383838;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 9px;
    margin: 0 1px 5px;
    display: inline-block
}

.clean-button-light {
    background: #fff
}

.clean-button .fa {
    margin-right: 6px
}

@media only screen and (max-width:1000px) {
    .container {
        width: 100%
    }

    .content-wrap {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .slider-container .content-wrap {
        padding-bottom: 0
    }
}

@media only screen and (max-width:420px) {
    .widget {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:668px) {
    body {
        padding: 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .bs-visible-md {
        display: block !important
    }
}

@media(max-width:991px) {
    .bs-visible-sm {
        display: block !important
    }
}

@media(min-width:1200px) {
    .bs-visible-lg {
        display: block !important
    }
}

@media(max-width:991px) {
    .bs-hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .bs-hidden-md {
        display: none !important
    }
}

@media(max-width:768px) {
    .bs-hidden-sm, .bs-hidden-xs {
        display: none !important
    }
}

@media(min-width:1200px) {
    .bs-hidden-lg {
        display: none !important
    }
}

.ajax-post-content {
    margin-top: 30px
}

    .ajax-post-content .post-header-inner .term-badges.floated {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }

    .ajax-post-content .single-post-title {
        margin: 10px 0 5px
    }

    .ajax-post-content .single-featured.single-featured {
        margin-left: 0;
        margin-right: 0
    }

    .ajax-post-content .post-meta {
        margin: 0 0 10px
    }

    .ajax-post-content .comments-template.comments-template, .ajax-post-content .post-related.post-related, .ajax-post-content .single-container.single-container {
        padding-right: 0;
        padding-left: 0
    }

.ajax-post-content {
    max-width: 856px;
    margin-left: auto;
    margin-right: auto
}

    .ajax-post-content .post-header-inner .single-post-excerpt {
        margin-top: -5px;
        padding-bottom: 10px
    }

        .ajax-post-content .post-header-inner .single-post-excerpt:last-child {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important
        }

    .ajax-post-content .post-header-inner .post-subtitle + .single-post-excerpt {
        padding: 0 0 10px;
        margin: -5px 0 0
    }

    .ajax-post-content .post-header-inner .single-post-excerpt + .post-meta-wrap {
        margin-top: 2px
    }

.modal.sign-in-modal {
    text-align: center;
    padding: 0 !important
}

    .modal.sign-in-modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }

.sign-in-modal .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.31)
}

.sign-in-modal .modal-header {
    padding: 0;
    border-bottom: 1px solid #efefef;
    line-height: 48px;
    text-align: center
}

.sign-in-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 440px;
    position: relative;
    -webkit-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important;
    -moz-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important;
    -o-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important;
    transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important
}

.sign-in-modal .close-modal {
    position: absolute;
    top: 32px;
    right: 37px;
    font-size: 15px;
    color: #bdbdbd;
    line-height: 15px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important;
    -moz-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important;
    -o-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important;
    transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s !important
}

    .sign-in-modal .close-modal:hover {
        color: #333
    }

.sign-in-modal .modal-body {
    padding: 25px 15px
}

.bs-login {
    max-width: 290px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

    .bs-login .bs-login-panel {
        display: block;
        width: 100%;
        -webkit-transition: all .44s cubic-bezier(.8,.2,.24,.88);
        -moz-transition: all .44s cubic-bezier(.8,.2,.24,.88);
        -ms-transition: all .44s cubic-bezier(.8,.2,.24,.88);
        transition: all .44s cubic-bezier(.8,.2,.24,.88)
    }

    .bs-login.inmove .bs-login-panel {
        position: absolute;
        top: 0
    }

    .bs-login .bs-login-panel.bs-current-login-panel.bs-login-sign-panel {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .bs-login .bs-login-panel.bs-login-sign-panel {
        left: -44px;
        opacity: 0
    }

    .bs-login .bs-login-panel.bs-login-reset-panel {
        right: -44px;
        visibility: hidden;
        position: absolute;
        top: 0;
        opacity: 0
    }

    .bs-login .bs-login-panel.bs-current-login-panel.bs-login-reset-panel {
        right: 0;
        opacity: 1;
        visibility: visible
    }

    .bs-login .login-header {
        text-align: center;
        color: #7a7a7a;
        font-size: 14px;
        margin-bottom: 15px
    }

        .bs-login .login-header:last-child {
            margin-bottom: 0
        }

        .bs-login .login-header .login-icon {
            display: block;
            margin-bottom: 10px;
            font-size: 64px;
            line-height: 80px
        }

    .bs-login .bs-login-reset-panel .login-header {
        margin-bottom: 27px
    }

        .bs-login .bs-login-reset-panel .login-header .login-icon {
            color: #494949
        }

        .bs-login .bs-login-reset-panel .login-header p {
            margin-bottom: 4px
        }

    .bs-login .login-field {
        margin-bottom: 15px
    }

        .bs-login .login-field:last-child {
            margin-bottom: 0
        }

    .bs-login input[type=password], .bs-login input[type=text] {
        width: 100%;
        height: 36px;
        line-height: 36px;
        border-radius: 3px
    }

    .bs-login .remember-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

        .bs-login .remember-checkbox + .remember-label {
            padding-left: 21px;
            height: 16px;
            display: inline-block;
            line-height: 16px;
            background-repeat: no-repeat;
            background-position: 0 0;
            font-size: 14px;
            vertical-align: middle;
            cursor: pointer;
            color: #a0a0a0;
            font-weight: lighter
        }

        .bs-login .remember-checkbox:checked + .remember-label {
            background-position: 0 -16px;
            color: #424242
        }

    .bs-login .remember-label {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABGdBTUEAALGPC/xhBQAAAVZJREFUSA3tlTFug0AQRQcwMgoFEg2uXbnlCJyF0kdIAU1a38A14hb0Ri6ho0UUpDOFEdrMR4EQgyIIRYp4pZVgdt6fgd2ZleI4ViVJeuPpNk1j0oyhKMq7EOLM83UDWNf1436/f1FVdQZOVNe1mWXZ8Xa7EV2v1/J+v7PYsgEGrIy050YepgcGrDw0/ub5KUD0/Af8D1AYfLYXnyEwYGWugDMXRrVEBL5gwEpry3n1Nv63fpCmKbmuS3mef2375XKZ1cuSJBGWZQkmxeFwEGhpYEe7MHUeENlxHCqKoo3MTZhk+RMdZhCGodA0TZxOpz6rYWREt21blGXZroOlTqCqKsGNsk0RjhDhyGK32/W2IQyFbwIw+L7fO0PEMIz+/RGeFIDR87wegshj2vDpxiiDbmEoMhW584PAhiOMBn8KbbdbiqKIgiAg0/zhylx9tXE6f9sPPgDpK2Td6sBUpAAAAABJRU5ErkJggg==);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .bs-login .go-reset-panel {
        float: right;
        color: #595959
    }

    .bs-login .login-submit {
        margin-bottom: 10px
    }

    .bs-login .login-btn {
        border-radius: 3px;
        height: 38px;
        text-align: center;
        width: 100%
    }

    .bs-login .bs-login-reset-panel .login-btn {
        background: #575757 !important
    }

    .bs-login .login-signup {
        font-size: 14px;
        color: #a7a7a7;
        text-align: center
    }

    .bs-login .go-login-panel {
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        color: #adadad;
        transition: all .5s ease
    }

.sign-in-modal .bs-login .go-login-panel {
    left: -30px
}

.bs-login .go-login-panel:hover {
    cursor: pointer;
    position: absolute;
    color: #3f3f3f
}

.bs-login.bs-type-profile {
    max-width: 290px;
    height: 240px
}

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-user-panel {
    opacity: 1;
    visibility: visible;
    top: 0
}

.bs-login .bs-login-user-panel .login-header img {
    border-radius: 50%;
    width: 80px;
    height: 80px
}

.bs-login .user-links {
    padding: 0;
    list-style: none;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #dcdcdc
}

    .bs-login .user-links li {
        border-bottom: 1px solid #dcdcdc;
        height: 38px;
        line-height: 38px;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 14px
    }

        .bs-login .user-links li:last-child {
            border-bottom: none
        }

    .bs-login .user-links .fa {
        margin-right: 5px
    }

.bs-login .social-login-buttons {
    text-align: center;
    padding: 0 0 17px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 25px
}

    .bs-login .social-login-buttons .or-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -13px;
        text-align: center
    }

    .bs-login .social-login-buttons .or-text {
        padding: 0 10px;
        background-color: #fff;
        border: 1px solid #e4e3e3;
        border-radius: 26px;
        font-size: 12px;
        min-width: 28px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        vertical-align: middle;
        font-weight: bolder;
        color: #9e9e9e;
        text-transform: uppercase
    }

    .bs-login .social-login-buttons ul {
        list-style: none;
        padding: 0;
        margin: 0 -4px;
        font-size: 0
    }

    .bs-login .social-login-buttons li {
        display: inline-block;
        width: 50%;
        padding: 0 4px 8px;
        margin: 0
    }

        .bs-login .social-login-buttons li .social-login-btn.btn {
            width: 100%;
            margin: 0
        }

    .bs-login .social-login-buttons ul li:first-child, .bs-login .social-login-buttons ul.items-count-2 li {
        width: 100%
    }

        .bs-login .social-login-buttons ul li:first-child .social-login-btn, .bs-login .social-login-buttons ul.items-count-2 li .social-login-btn {
            text-align: center
        }

.social-login-btn.social-login-btn-facebook, .social-login-btn.social-login-btn-facebook:focus, .social-login-btn.social-login-btn-facebook:hover {
    background-color: #49639f !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-google, .social-login-btn.social-login-btn-google:focus, .social-login-btn.social-login-btn-google:hover {
    background-color: #d73d32 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-twitter, .social-login-btn.social-login-btn-twitter:focus, .social-login-btn.social-login-btn-twitter:hover {
    background-color: #59c8ff !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-instagram, .social-login-btn.social-login-btn-instagram:focus, .social-login-btn.social-login-btn-instagram:hover {
    background-color: #517fa4 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-wordpress, .social-login-btn.social-login-btn-wordpress:focus, .social-login-btn.social-login-btn-wordpress:hover {
    background-color: #1a638d !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-yahoo, .social-login-btn.social-login-btn-yahoo:focus, .social-login-btn.social-login-btn-yahoo:hover {
    background-color: #723e98 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-linkedin, .social-login-btn.social-login-btn-linkedin:focus, .social-login-btn.social-login-btn-linkedin:hover {
    background-color: #0c5d98 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-disqus, .social-login-btn.social-login-btn-disqus:focus, .social-login-btn.social-login-btn-disqus:hover {
    background-color: #2e9fff !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-reddit, .social-login-btn.social-login-btn-reddit:focus, .social-login-btn.social-login-btn-reddit:hover {
    background-color: #7ba3bc !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-foursquare, .social-login-btn.social-login-btn-foursquare:focus, .social-login-btn.social-login-btn-foursquare:hover {
    background-color: #3492ce !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-lastfm, .social-login-btn.social-login-btn-lastfm:focus, .social-login-btn.social-login-btn-lastfm:hover {
    background-color: #e02529 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-tumblr, .social-login-btn.social-login-btn-tumblr:focus, .social-login-btn.social-login-btn-tumblr:hover {
    background-color: #354a60 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-goodreads, .social-login-btn.social-login-btn-goodreads:focus, .social-login-btn.social-login-btn-goodreads:hover {
    background-color: #7c460f !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-stackoverflow, .social-login-btn.social-login-btn-stackoverflow:focus, .social-login-btn.social-login-btn-stackoverflow:hover {
    background-color: #f36f21 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-github, .social-login-btn.social-login-btn-github:focus, .social-login-btn.social-login-btn-github:hover {
    background-color: #1b1919 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-dribbble, .social-login-btn.social-login-btn-dribbble:focus, .social-login-btn.social-login-btn-dribbble:hover {
    background-color: #ea4c89 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-500px, .social-login-btn.social-login-btn-500px:focus, .social-login-btn.social-login-btn-500px:hover {
    background-color: #231f20 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-skyrock, .social-login-btn.social-login-btn-skyrock:focus, .social-login-btn.social-login-btn-skyrock:hover {
    background-color: #5597cd !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-mixi, .social-login-btn.social-login-btn-mixi:focus, .social-login-btn.social-login-btn-mixi:hover {
    background-color: #e49100 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-steam, .social-login-btn.social-login-btn-steam:focus, .social-login-btn.social-login-btn-steam:hover {
    background-color: #303030 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-twitchtv, .social-login-btn.social-login-btn-twitchtv:focus, .social-login-btn.social-login-btn-twitchtv:hover {
    background-color: #5a399c !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-vkontakte, .social-login-btn.social-login-btn-vkontakte:focus, .social-login-btn.social-login-btn-vkontakte:hover {
    background-color: #31537d !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-mailru, .social-login-btn.social-login-btn-mailru:focus, .social-login-btn.social-login-btn-mailru:hover {
    background-color: #3881c2 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-yandex, .social-login-btn.social-login-btn-yandex:focus, .social-login-btn.social-login-btn-yandex:hover {
    background-color: #ed1c24 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-odnoklassniki, .social-login-btn.social-login-btn-odnoklassniki:focus, .social-login-btn.social-login-btn-odnoklassniki:hover {
    background-color: #e87502 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-aol, .social-login-btn.social-login-btn-aol:focus, .social-login-btn.social-login-btn-aol:hover {
    background-color: #e69827 !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-live, .social-login-btn.social-login-btn-live:focus, .social-login-btn.social-login-btn-live:hover {
    background-color: #7fb0cc !important;
    color: #fff !important
}

.social-login-btn.social-login-btn-pixelpin, .social-login-btn.social-login-btn-pixelpin:focus, .social-login-btn.social-login-btn-pixelpin:hover {
    background-color: #000 !important;
    color: #fff !important
}

.social-login-btn.btn {
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-transform: capitalize !important;
    padding: 0 14px 0 43px;
    width: auto;
    font-size: 14px;
    position: relative;
    text-align: left;
    overflow: hidden;
    margin: 0 4px 7px 0
}

    .social-login-btn.btn .bf-icon {
        vertical-align: top;
        line-height: 34px;
        margin-right: 10px;
        position: absolute;
        height: 34px;
        width: 34px;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.1);
        text-align: center
    }

    .social-login-btn.btn:hover {
        color: #fff
    }

.wp-social-login-provider-list {
    text-align: center
}

.bs-login .g-recaptcha {
    margin-bottom: 10px;
    max-width: 100%
}

.bs-sks {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    overflow: visible !important
}

.bs-sksin1, .bs-sksin3 {
    display: inline-table;
    height: 100%;
    width: 100%
}

body.boxed .bs-sks {
    top: -3px;
    direction: rtl
}

.bs-sks .bs-sksitem > * {
    pointer-events: all
}

.bs-sks .bs-sksitem {
    position: relative;
    width: 50%;
    display: inline;
    float: left
}

.bs-sks .bs-sksiteml {
    right: 50%
}

.bs-sks .bs-sksitemr {
    left: 50%;
    float: right
}

.listing-item.better-ads-listitemad.listing-item-classic-1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    border-bottom-color: rgba(0,0,0,.07)
}

.better-ads-listitemad.listing-item-text-1 {
    padding-bottom: 15px
}

.bf-breadcrumb .bf-breadcrumb-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0
}

.bf-breadcrumb .bf-breadcrumb-item {
    display: inline-block;
    font-size: 12px;
    line-height: 22px
}

    .bf-breadcrumb .bf-breadcrumb-item:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f105';
        margin-left: 9px;
        margin-right: 9px;
        color: #929292;
        vertical-align: top
    }

    .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end:after, .bf-breadcrumb .bf-breadcrumb-item:last-child:after {
        display: none
    }

.bf-breadcrumb.hide_current .bf-breadcrumb-item.bf-breadcrumb-end {
    opacity: 0;
    visibility: hidden
}

.bf-breadcrumb .bf-breadcrumb-item span {
    vertical-align: top;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.bf-breadcrumb .bf-breadcrumb-item a, .bf-breadcrumb .bf-breadcrumb-item span {
    color: #9e9e9e;
    display: inline-block
}

.bf-breadcrumb.bc-align-center {
    text-align: center
}

.bf-breadcrumb.bc-light-color .bf-breadcrumb-item a, .bf-breadcrumb.bc-light-color .bf-breadcrumb-item span, .bf-breadcrumb.bc-light-color .bf-breadcrumb-item:after {
    color: #fff
}

.bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end {
    opacity: .8
}

.bf-breadcrumb.bc-hide-last .bf-breadcrumb-item.bf-breadcrumb-end {
    display: none
}

.bf-breadcrumb.bc-top-style {
    padding: 7px 0 0
}

@media only screen and (max-width:680px) {
    body.single .bf-breadcrumb .bf-breadcrumb-item:last-child {
        display: none
    }
}

body.single .content-column > .bs-newsletter-pack:last-child {
    margin-bottom: 0 !important
}

.bsnp-empty-note {
    margin-bottom: 30px
}

.bs-light-scheme, .bs-light-scheme .listing-item-blog-1 > .item-inner > .title, .bs-light-scheme .listing-item-blog-2 > .item-inner > .title, .bs-light-scheme .listing-item-blog-3 > .item-inner > .title, .bs-light-scheme .listing-item-blog-5 > .item-inner > .title, .bs-light-scheme .listing-item-classic-1 .title, .bs-light-scheme .listing-item-classic-2 .title, .bs-light-scheme .listing-item-grid-1 .title, .bs-light-scheme .listing-item-grid-2 .title, .bs-light-scheme .listing-item-tb-1 .title, .bs-light-scheme .listing-item-tb-2 .title, .bs-light-scheme .listing-item-tb-3 .title, .bs-light-scheme .listing-item-text-1 .title, .bs-light-scheme .listing-item-text-2 .title, .bs-light-scheme .listing-item-text-3 .title, .bs-light-scheme .listing-item-text-4 .title, .bs-light-scheme .post-meta, .bs-light-scheme .post-meta a, .bs-light-scheme .post-summary, .bs-light-scheme .section-heading .other-link .h-text, .bs-light-scheme .title, .bs-light-scheme a {
    color: #fff
}

    .bs-light-scheme .post-meta > a, .bs-light-scheme .post-meta > span {
        opacity: .6
    }

    .bs-light-scheme .post-summary {
        opacity: .9
    }

    .bs-light-scheme .listing-blog-4 .listing-item-blog.has-post-thumbnail, .bs-light-scheme .listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner, .bs-light-scheme .listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner, .bs-light-scheme .listing-item-classic-1 .listing-inner, .bs-light-scheme .listing-item-grid-2 .post-summary {
        border-bottom-color: rgba(255,255,255,.129)
    }

    .bs-light-scheme .listing-item-classic-2 .listing-inner {
        border-color: rgba(255,255,255,.129)
    }

    .bs-light-scheme .pagination.bs-numbered-pagination .page-numbers, .bs-light-scheme .pagination.bs-numbered-pagination .page-numbers.dots:hover, .bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi a, .bs-light-scheme .pagination.bs-numbered-pagination .wp-pagenavi span, .bs-light-scheme .pagination.bs-numbered-pagination span {
        background-color: rgba(255,255,255,.08);
        border-color: rgba(255,255,255,.1)
    }

    .bs-light-scheme.better-social-counter.style-clean .social-item, .bs-light-scheme.better-social-counter.style-modern .social-item, .bs-light-scheme.better-social-counter.style-style-10 .social-item, .bs-light-scheme.better-social-counter.style-style-6 .social-item, .bs-light-scheme.better-social-counter.style-style-7 .social-item, .bs-light-scheme.better-social-counter.style-style-8 .social-item, .bs-light-scheme.better-social-counter.style-style-9 .social-item {
        border-color: rgba(255,255,255,.0705882)
    }

    .bs-light-scheme.better-social-counter.style-style-10 .item-count:before, .bs-light-scheme.better-social-counter.style-style-10 .item-join:before, .bs-light-scheme.better-social-counter.style-style-9 .item-count:before, .bs-light-scheme.better-social-counter.style-style-9 .item-join:before {
        background-color: rgba(255,255,255,.0705882)
    }

    .bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count, .bs-light-scheme.bs-popular-categories .bs-popular-term-item a {
        color: #fff
    }

    .bs-light-scheme .section-heading.sh-t2.sh-s2 .h-text, .bs-light-scheme .section-heading.sh-t2.sh-s3 .h-text, .bs-light-scheme .section-heading.sh-t2.sh-s4 .h-text {
        color: #fff
    }

    .bs-light-scheme .section-heading.sh-t1.sh-s1:after {
        background-color: rgba(255,255,255,.25) !important
    }

    .bs-light-scheme .section-heading.sh-t1.sh-s2:after {
        opacity: .15
    }

    .bs-light-scheme .section-heading.sh-t1.sh-s3:after, .bs-light-scheme .section-heading.sh-t1.sh-s6:after, .bs-light-scheme .section-heading.sh-t1.sh-s7:after, .bs-light-scheme .section-heading.sh-t4.sh-s3:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjEGBQYHBgaAAAAlgA8X2AAy8AAAAASUVORK5CYII=) repeat;
        opacity: .3
    }

    .bs-light-scheme .section-heading.sh-t1 > .h-text:last-child:first-child, .bs-light-scheme .section-heading.sh-t1 > .main-link > .h-text, .bs-light-scheme .section-heading.sh-t1 > a:last-child:first-child > .h-text {
        color: #fff !important
    }

    .bs-light-scheme .section-heading.sh-t1.sh-s5:after, .bs-light-scheme .section-heading.sh-t3.sh-s1:after {
        opacity: .15
    }

.section-heading.sh-t1.sh-s8 .h-text {
    padding: 4px 17px 4px 21px
}

.section-heading.sh-t1.sh-s8 .other-link .h-text {
    padding: 4px 4px 4px 17px !important
}

.section-heading.sh-t1.sh-s8:first-child:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=) repeat;
    opacity: 1;
    height: 10px;
    margin-top: -6px;
    background-color: transparent !important
}

.section-heading.sh-t1.sh-s8 .main-link .h-text:before, .section-heading.sh-t1.sh-s8 .main-link.h-text:before, .section-heading.sh-t1.sh-s8 > .h-text:first-child:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 14px solid rgba(0,0,0,.06);
    top: 50%;
    margin-top: -9px
}

.bs-light-scheme .section-heading.sh-t2.sh-s2 {
    background: rgba(255,255,255,.06)
}

.bs-light-scheme .section-heading.sh-t3.sh-s3:before {
    background-color: rgba(255,255,255,.1) !important
}

.bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link.active .h-text, .bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link:hover .h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7 > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7 > a.active > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t3.sh-s7 > a > .h-text.h-text.h-text, .bs-light-scheme .section-heading.sh-t4 .main-link.active .h-text, .bs-light-scheme .section-heading.sh-t4 .main-link:first-child:last-child .h-text, .bs-light-scheme .section-heading.sh-t4 a.active .h-text, .bs-light-scheme .section-heading.sh-t4 a:hover .h-text, .bs-light-scheme .section-heading.sh-t4 > .h-text, .bs-light-scheme .section-heading.sh-t6 > .h-text:last-child:first-child, .bs-light-scheme .section-heading.sh-t6 > .main-link > .h-text, .bs-light-scheme .section-heading.sh-t6 > a:last-child:first-child > .h-text {
    color: #fff !important
}

.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:before {
    background-color: rgba(255,255,255,.1) !important
}

.bs-light-scheme .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9:after {
    background-color: rgba(255,255,255,.1) !important
}

.bs-light-scheme .section-heading.sh-t3.sh-s5 {
    border: 1px solid rgba(255,255,255,.1)
}

.bs-light-scheme .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child, .bs-light-scheme .section-heading.sh-t3.sh-s8 > .main-link > .h-text, .bs-light-scheme .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text {
    border-color: rgba(255,255,255,.15) !important
}

.bs-light-scheme .section-heading.sh-t3.sh-s8:after {
    opacity: .15;
    background: #fff
}

.bs-light-scheme .section-heading.sh-t4.sh-s1:after, .bs-light-scheme .section-heading.sh-t4.sh-s3:after, .bs-light-scheme .section-heading.sh-t6.sh-s6:before, .bs-light-scheme .section-heading.sh-t6.sh-s7:before {
    background: rgba(255,255,255,.1) !important
}

.bs-light-scheme .section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements, .bs-light-scheme .section-heading.multi-tab.sh-t4 .h-text, .bs-light-scheme .section-heading.multi-tab.sh-t4 .main-link .h-text, .bs-light-scheme .section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
    border-color: rgba(255,255,255,.15)
}

.bs-light-scheme .section-heading.sh-t5:before {
    background: rgba(255,255,255,.1)
}

.bs-light-scheme .section-heading.sh-t6.sh-s9:before {
    background: rgba(255,255,255,.1) !important
}

.bs-light-scheme .section-heading.sh-t6.sh-s13.section-heading.sh-t6.sh-s13 .h-text {
    color: #000 !important
}

.bs-light-scheme .section-heading.sh-t7.sh-s1 .h-text {
    color: #fff !important
}

.bs-light-scheme .section-heading.sh-t7:before {
    background: rgba(255,255,255,.1) !important
}

.bs-light-scheme .listing-item-user .user-display-name {
    color: #fff
}

.bs-light-scheme.bs-about .about-icons-list .about-icon-item a {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18)
}

.bs-light-scheme.bs-popular-categories .bs-popular-term-item {
    border-bottom-color: rgba(226,226,226,.15)
}

    .bs-light-scheme.bs-popular-categories .bs-popular-term-item .term-count {
        background: rgba(255,255,255,.08)
    }

.bs-light-scheme.bs-subscribe-newsletter .powered-by {
    color: #fff
}

@media print {
    body {
        background: #fff none !important;
        color: #000
    }

        .back-top, .bs-irp, .bs-pinning-wrapper, .comment-list .comment-footer, .comment-respond, .footer-instagram, .main-menu-wrapper, .more-stories, .next-prev-post, .post-related, .post-tp-4-header .move-to-content, .post-tp-6-header.wfi, .post-tp-8-header, .sidebar-column.sidebar-column-primary, .sidebar-column.sidebar-column-secoundary, .single-container > .post-author .author-links ul, .single-post-share, .single-post-share .share-handler-wrap, .site-footer .footer-social-icons, .site-footer .footer-widgets, .wrapper-sticky, body.single .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end, body.single .bf-breadcrumb .bf-breadcrumb-item:last-child {
            display: none !important
        }

            .single-post-share .post-share-btn.post-share-btn-comments, .single-post-share .post-share-btn.post-share-btn-views {
                float: none
            }

    a[href]:after {
        content: none !important
    }

    .term-badges a {
        max-width: inherit
    }

    .bs-sks {
        display: none
    }

    body.active-top-line {
        border-top: none
    }

    .comment-list .comment-meta .comment-published {
        float: none;
        margin: 0 15px
    }

    .wrapper-sticky {
        display: block;
        height: auto;
        width: auto;
        position: relative;
        float: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto
    }

    .post-template-6.wfi .post-header-inner, .post-template-7.wfi .post-header-inner, .post-tp-11-header.wfi .post-header-inner, .post-tp-2-header.wfi .post-header-inner, .post-tp-3-header.wfi .post-header-inner, .post-tp-4-header.wfi .post-header-inner, .post-tp-5-header.wfi .post-header-inner, .post-tp-7-header.wfi .post-header-inner {
        height: auto;
        padding: 0
    }

    .post-template-6.wfi .post-header-inner, .post-tp-11-header.wfi .post-header-title, .post-tp-2-header.wfi .post-header-title, .post-tp-3-header.wfi .post-header-title, .post-tp-4-header .term-badges.floated, .post-tp-4-header.wfi .post-header-title, .post-tp-5-header .term-badges.floated, .post-tp-5-header.wfi .post-header-title, .post-tp-7-header.wfi .post-header-title {
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        bottom: inherit !important;
        margin-top: 20px !important;
        opacity: 1 !important;
        transform: none !important
    }

    .post-template-6.wfi .post-header-inner, .post-template-7.wfi .post-header-inner, .post-tp-4-header .term-badges.floated {
        margin-bottom: 15px
    }

    .post-tp-7-header.wfi .post-header-title {
        padding: 0
    }
}

.bs-wrap-gdpr-law {
    display: block;
    color: #212121;
    font-size: 14px
}

.bs-gdpr-law {
    padding: 8px 15px;
    color: inherit;
    font-size: inherit;
    display: block;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #f5f5f5
}

    .bs-gdpr-law p {
        font-size: inherit;
        color: inherit;
        margin: 0;
        display: inline-block
    }

    .bs-gdpr-law .bs-gdpr-accept, .bs-gdpr-law .bs-gdpr-more {
        display: inline-block;
        padding: 0;
        line-height: 1;
        font-size: inherit;
        color: inherit;
        margin-left: 10px;
        transition: opacity .3s;
        -webkit-transition: opacity .3s
    }

    .bs-gdpr-law .bs-gdpr-accept {
        background: #212121;
        color: #fff;
        padding: 6px 15px
    }

        .bs-gdpr-law .bs-gdpr-accept:hover, .bs-gdpr-law .bs-gdpr-more:hover {
            opacity: .8
        }

.bs-gdpr-law, .bs-wrap-gdpr-law .bs-gdpr-show {
    position: fixed;
    z-index: 19999;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.bs-wrap-gdpr-law .bs-gdpr-show {
    display: inline-block;
    width: auto;
    right: 100px;
    left: auto;
    padding: 6px 15px;
    font-size: inherit;
    color: inherit;
    background: #f5f5f5;
    line-height: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}

.bs-wrap-gdpr-law-close {
    z-index: 0
}

    .bs-wrap-gdpr-law .bs-gdpr-show, .bs-wrap-gdpr-law-close .bs-gdpr-law {
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

    .bs-wrap-gdpr-law-close .bs-gdpr-show {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

@media screen and (max-width:768px) {
    .bs-wrap-gdpr-law .bs-gdpr-show {
        display: none !important
    }
}

.sidebar-column-primary {
    z-index: 1000
}

.listing.scolumns-1 .listing-item {
    width: 100%;
    float: none
}

.listing.scolumns-2 .listing-item {
    width: 50%;
    float: left
}

    .listing.scolumns-2 .listing-item:nth-child(odd) {
        padding-right: 12px;
        clear: left
    }

    .listing.scolumns-2 .listing-item:nth-child(even) {
        padding-left: 12px
    }

.listing.scolumns-3 .listing-item {
    width: 33.3333%;
    float: left
}

    .listing.scolumns-3 .listing-item:nth-child(3n-1) {
        padding: 0 6px
    }

    .listing.scolumns-3 .listing-item:nth-child(3n-2) {
        padding-right: 12px;
        clear: left
    }

    .listing.scolumns-3 .listing-item:nth-child(3n+3) {
        padding-left: 12px
    }

.listing.scolumns-4 .listing-item {
    width: 25%;
    float: left
}

    .listing.scolumns-4 .listing-item:nth-child(4n-3) {
        padding-left: 0;
        padding-right: 14px;
        clear: left
    }

    .listing.scolumns-4 .listing-item:nth-child(4n+2) {
        padding-left: 5px;
        padding-right: 9px
    }

    .listing.scolumns-4 .listing-item:nth-child(4n+3) {
        padding-left: 9px;
        padding-right: 5px
    }

    .listing.scolumns-4 .listing-item:nth-child(4n+4) {
        padding-right: 0;
        padding-left: 14px;
        clear: none
    }

.listing.scolumns-5 .listing-item {
    width: 20%;
    float: left
}

    .listing.scolumns-5 .listing-item:nth-child(5n+1) {
        padding-left: 0;
        padding-right: 12px;
        clear: left
    }

    .listing.scolumns-5 .listing-item:nth-child(5n+2) {
        padding-left: 4px;
        padding-right: 8px
    }

    .listing.scolumns-5 .listing-item:nth-child(5n+3) {
        padding-left: 6px;
        padding-right: 6px
    }

    .listing.scolumns-5 .listing-item:nth-child(5n+4) {
        padding-left: 8px;
        padding-right: 4px
    }

    .listing.scolumns-5 .listing-item:nth-child(5n+5) {
        padding-left: 12px;
        padding-right: 0
    }

@media only screen and (max-width:1000px) {
    .listing.scolumns-5 .listing-item {
        width: 25%;
        float: left
    }

        .listing.scolumns-5 .listing-item:nth-child(4n-3) {
            padding-left: 0;
            padding-right: 14px;
            clear: left
        }

        .listing.scolumns-5 .listing-item:nth-child(4n+2) {
            padding-left: 5px;
            padding-right: 9px;
            clear: none
        }

        .listing.scolumns-5 .listing-item:nth-child(4n+3) {
            padding-left: 9px;
            padding-right: 5px
        }

        .listing.scolumns-5 .listing-item:nth-child(4n+4) {
            padding-right: 0;
            padding-left: 14px;
            clear: none !important
        }
}

@media only screen and (max-width:900px) {
    .listing.scolumns-4 .listing-item, .listing.scolumns-5 .listing-item {
        width: 33.3333%;
        float: left
    }

        .listing.scolumns-4 .listing-item:nth-child(3n-1), .listing.scolumns-5 .listing-item:nth-child(3n-1) {
            padding: 0 6px;
            clear: none
        }

        .listing.scolumns-4 .listing-item:nth-child(3n-2), .listing.scolumns-5 .listing-item:nth-child(3n-2) {
            padding-right: 12px;
            padding-left: 0;
            clear: left
        }

        .listing.scolumns-4 .listing-item:nth-child(3n+3), .listing.scolumns-5 .listing-item:nth-child(3n+3) {
            padding-left: 12px;
            padding-right: 0;
            clear: none
        }
}

@media only screen and (max-width:600px) {
    .listing.scolumns-3 .listing-item, .listing.scolumns-4 .listing-item, .listing.scolumns-5 .listing-item {
        width: 50%;
        float: left
    }

        .listing.scolumns-3 .listing-item:nth-child(odd), .listing.scolumns-4 .listing-item:nth-child(odd), .listing.scolumns-5 .listing-item:nth-child(odd) {
            padding-left: 0;
            padding-right: 12px;
            clear: left
        }

        .listing.scolumns-3 .listing-item:nth-child(even), .listing.scolumns-4 .listing-item:nth-child(even), .listing.scolumns-5 .listing-item:nth-child(even) {
            padding-right: 0;
            padding-left: 12px;
            clear: none
        }
}

@media only screen and (max-width:320px) {
    .listing.scolumns-2 .listing-item, .listing.scolumns-3 .listing-item, .listing.scolumns-4 .listing-item, .listing.scolumns-5 .listing-item {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        clear: none !important
    }
}

.post-count-badge {
    pointer-events: none;
    display: inline-block
}

    .post-count-badge.pcb-t1 {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        line-height: 25px;
        font-size: 12px;
        text-align: center;
        font-weight: bolder;
        box-shadow: 0 0 0 2px #fff
    }

        .post-count-badge.pcb-t1.pcb-s1 {
            color: #fff;
            background: #2a2a2a
        }

        .post-count-badge.pcb-t1.pcb-s2 {
            color: #000;
            background: rgba(0,0,0,.06);
            box-shadow: none
        }

    .post-count-badge.pcb-t2 {
        line-height: 1;
        font-size: 90px;
        font-weight: 700;
        color: rgba(0,0,0,.045);
        font-family: arial
    }

        .post-count-badge.pcb-t2.pcb-s2 {
            font-size: 42px
        }

.listing-item-classic .post-subtitle {
    margin-bottom: 7px
}

.listing-item-classic-1 {
    margin-bottom: 22px
}

    .listing-classic-1.columns-2 .listing-item-classic-1:last-child .listing-inner, .listing-classic-1.columns-3 .listing-item-classic-1:last-child .listing-inner, .listing-item-classic-1 .listing-inner {
        padding-bottom: 22px;
        border-bottom: 1px solid #f1f1f1
    }

    .listing-item-classic-1.has-not-post-thumbnail .listing-inner {
        padding-bottom: 28px
    }

    .listing-item-classic-1:last-child {
        margin-bottom: 0
    }

        .listing-item-classic-1:last-child .listing-inner {
            padding-bottom: 0;
            border-bottom: none
        }

    .listing-item-classic-1 .featured {
        position: relative;
        line-height: 0;
        margin-bottom: 17px
    }

        .listing-item-classic-1 .featured iframe {
            max-width: 100%;
            height: auto;
            display: inline-block
        }

        .listing-item-classic-1 .featured .img-holder {
            width: 100%;
            margin: 0;
            float: none
        }

            .listing-item-classic-1 .featured .img-holder:before {
                padding-top: 50%
            }

    .listing-item-classic-1 .title {
        margin: 0 0 6px
    }

        .listing-item-classic-1 .title a {
            color: inherit
        }

    .listing-item-classic-1 .post-meta {
        margin: 0 0 9px
    }

.listing-item-classic.bsw-1 .title, .listing-item-classic.bsw-2 .title, .listing-item-classic.bsw-3 .title, .listing-item-classic.bsw-4 .title {
    line-height: 1.3
}

    .listing-item-classic.bsw-1 .title .post-title, .listing-item-classic.bsw-2 .title .post-title, .listing-item-classic.bsw-3 .title .post-title, .listing-item-classic.bsw-4 .title .post-title {
        font-size: 88%
    }

@media only screen and (max-width:400px) {
    .listing-item-classic .title {
        line-height: 1.3 !important
    }

        .listing-item-classic .title .post-title {
            font-size: 88% !important
        }
}

.listing.columns-1 > .listing-item-classic-2:last-child, .listing.columns-3 > .listing-item-classic-2:last-child {
    margin-bottom: 25px
}

.listing-item-classic-2, .listing.columns-2 > .listing-item-classic-2:last-child {
    margin-bottom: 30px
}

    .listing .listing-classic-2 > .listing-item-classic-2:last-child, .listing-item-classic-2:last-child {
        margin-bottom: 0
    }

    .listing-item-classic-2 .listing-inner {
        padding: 0 20px 20px 20px;
        border: 1px solid #e6e6e6
    }

    .listing-item-classic-2.has-not-post-thumbnail .listing-inner {
        padding-top: 20px
    }

    .listing-item-classic-2 .featured {
        position: relative;
        line-height: 0;
        margin: -1px -21px 17px
    }

        .listing-item-classic-2 .featured iframe {
            max-width: 100%;
            height: auto;
            display: inline-block
        }

        .listing-item-classic-2 .featured .img-holder {
            width: 100%;
            margin: 0;
            float: none
        }

            .listing-item-classic-2 .featured .img-holder:before {
                padding-top: 56%
            }

    .listing-item-classic-2 .title {
        margin: 0 0 6px
    }

        .listing-item-classic-2 .title a {
            color: inherit
        }

    .listing-item-classic-2 .post-meta {
        margin: 0 0 9px
    }

.listing-classic-3.columns-2 .listing-item-classic-3:last-child, .listing-classic-3.columns-3 .listing-item-classic-3:last-child, .listing-item-classic-3 {
    margin-bottom: 25px
}

    .listing-item-classic-3 .listing-inner {
        padding: 0 25px 25px;
        border-bottom: 1px solid #f1f1f1;
        border-bottom: 1px solid rgba(0,0,0,.06);
        margin-left: 4%;
        margin-right: 4%;
        position: relative;
        z-index: 1;
        margin-top: -15px
    }

    .listing-item-classic-3:last-child, .listing-item-classic-3:last-child .listing-inner {
        margin-bottom: 0;
        border-bottom: none
    }

    .listing-classic-3.columns-2 .listing-item-classic-3:last-child .listing-inner, .listing-classic-3.columns-3 .listing-item-classic-3:last-child .listing-inner {
        border-bottom: 1px solid #f1f1f1;
        border-bottom: 1px solid rgba(0,0,0,.06)
    }

    .listing-item-classic-3 .featured {
        position: relative;
        line-height: 0
    }

        .listing-item-classic-3 .featured iframe {
            max-width: 100%;
            height: auto;
            display: inline-block
        }

        .listing-item-classic-3 .featured .img-holder {
            width: 100%;
            margin: 0;
            float: none
        }

            .listing-item-classic-3 .featured .img-holder:before {
                padding-top: 55%
            }

    .listing-item-classic-3 .title {
        margin: 40px 0 6px
    }

    .listing-item-classic-3 .featured .title {
        margin: 0 4%;
        background: #fff;
        position: absolute;
        bottom: -2px;
        padding: 26px 25px 25px;
        width: 92%
    }

    .listing-item-classic-3 .title a {
        color: inherit
    }

    .listing-item-classic-3 .title h2 {
        margin: 0
    }

    .listing-item-classic-3 .post-meta {
        margin: 0 0 9px
    }

    .listing-item-classic-3.has-not-post-thumbnail .listing-inner {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .listing-item-classic-3.has-not-post-thumbnail .title {
        margin-top: 20px
    }

    .listing-item-classic-3.bsw-1 .featured .img-holder:before, .listing-item-classic-3.bsw-2 .featured .img-holder:before, .listing-item-classic-3.bsw-3 .featured .img-holder:before, .listing-item-classic-3.bsw-4 .featured .img-holder:before {
        padding-top: 65%
    }

    .listing-item-classic-3.bsw-1 .featured .title, .listing-item-classic-3.bsw-2 .featured .title, .listing-item-classic-3.bsw-3 .featured .title {
        margin: 15px 0 10px;
        padding: 0;
        background: #fff;
        position: relative
    }

    .listing-item-classic-3.bsw-1 .listing-inner, .listing-item-classic-3.bsw-2 .listing-inner, .listing-item-classic-3.bsw-3 .listing-inner {
        padding: 0 0 15px;
        margin: 0
    }

@media only screen and (max-width:380px) {
    .listing-item-classic-3 .featured .img-holder:before {
        padding-top: 65% !important
    }

    .listing-item-classic-3 .featured .title {
        margin: 15px 0 10px !important;
        padding: 0 !important;
        background: #fff !important;
        position: relative !important;
        bottom: inherit !important
    }

    .listing-item-classic-3 .listing-inner {
        padding: 0 0 15px !important;
        margin: 0 !important
    }
}

.listing-item-grid-1 {
    margin-bottom: 22px
}

    .listing-item-grid-1 .featured {
        position: relative;
        line-height: 0;
        margin-bottom: 13px
    }

        .listing-item-grid-1 .featured iframe {
            max-width: 100%;
            height: auto;
            display: inline-block
        }

        .listing-item-grid-1 .featured .img-holder {
            width: 100%;
            margin: 0;
            float: none;
            display: block
        }

            .listing-item-grid-1 .featured .img-holder:before {
                padding-top: 58%
            }

    .listing-item-grid-1:hover .format-icon {
        right: 50%;
        top: 50%;
        margin-top: -16px;
        margin-right: -16px;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        transform: scale(1.4)
    }

    .listing-item-grid-1 .title {
        margin: 0 0 6px
    }

        .listing-item-grid-1 .title a {
            color: inherit;
            text-transform: inherit
        }

    .listing-item-grid-1 .post-meta {
        margin: 0 0 7px
    }

    .listing-item-grid-1 .post-summary {
        padding-bottom: 22px;
        border-bottom: 1px solid #f1f1f1;
        border-bottom-color: rgba(0,0,0,.07)
    }

    .listing-item-grid-1 .post-subtitle {
        margin-bottom: 6px
    }

.listing-grid.columns-1 .listing-item-grid-1:last-child .post-summary {
    padding-bottom: 0;
    border-bottom: none
}

.listing-item-grid.simple-grid .featured {
    margin-bottom: 7px
}

    .listing-item-grid.simple-grid .featured .img-holder:before {
        padding-top: 66%
    }

.listing-item-grid-2 {
    margin-bottom: 22px
}

    .listing-item-grid-2 .featured {
        position: relative;
        line-height: 0;
        margin-bottom: 13px
    }

        .listing-item-grid-2 .featured iframe {
            max-width: 100%;
            height: auto;
            display: inline-block
        }

        .listing-item-grid-2 .featured .img-holder {
            width: 100%;
            margin: 0;
            float: none;
            display: block
        }

            .listing-item-grid-2 .featured .img-holder:before {
                padding-top: 58%
            }

    .listing-item-grid-2:hover .format-icon {
        right: 50%;
        top: 50%;
        margin-top: -16px;
        margin-right: -16px;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        transform: scale(1.4)
    }

    .listing-item-grid-2 .title {
        margin: 0 0 6px
    }

        .listing-item-grid-2 .title a {
            color: inherit;
            text-transform: inherit
        }

    .listing-item-grid-2 .post-meta {
        margin: 0 0 15px
    }

    .listing-item-grid-2 .post-summary {
        padding-bottom: 22px;
        border-bottom: 1px solid #f1f1f1
    }

    .listing-item-grid-2 .post-subtitle {
        margin-bottom: 6px
    }

.listing-item-blog .format-icon {
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    line-height: 25px;
    font-size: 13px
}

    .listing-item-blog .format-icon.format-audio {
        padding-right: 3px
    }

    .listing-item-blog .format-icon.format-video {
        padding-left: 3px
    }

    .listing-item-blog .format-icon .fa {
        line-height: 25px
    }

.listing-item-blog .featured:hover .format-icon {
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4)
}

.listing-item-blog-1, .listing-item-blog-5 {
    margin-bottom: 25px
}

    .listing-item-blog-1:last-child, .listing-item-blog-5:last-child {
        margin-bottom: 0
    }

    .listing-item-blog-1 .featured, .listing-item-blog-5 .featured {
        position: relative;
        float: left;
        margin-right: 26px;
        line-height: 0
    }

        .listing-item-blog-1 .featured .img-holder, .listing-item-blog-5 .featured .img-holder {
            width: 210px;
            margin: 0
        }

            .listing-item-blog-1 .featured .img-holder.img-holder:before, .listing-item-blog-5 .featured .img-holder.img-holder:before {
                padding-top: 64%
            }

    .listing-item-blog-1 > .item-inner > .title, .listing-item-blog-5 > .item-inner > .title {
        margin: 0 0 6px
    }

        .listing-item-blog-1 > .item-inner > .title a, .listing-item-blog-5 > .item-inner > .title a {
            color: inherit
        }

    .listing-item-blog-1 .post-summary, .listing-item-blog-5 .post-summary {
        margin-top: 6px
    }

    .listing-item-blog-1.has-post-thumbnail .post-summary {
        padding-left: 237px
    }

    .listing-item-blog-5.has-post-thumbnail .post-summary {
        padding-left: 326px
    }

    .listing-item-blog-5 .post-summary p + .read-more {
        margin-top: 0
    }

    .listing-item-blog-5 .featured .img-holder {
        width: 300px;
        margin: 0
    }

.listing-item-blog.has-not-post-thumbnail:first-child {
    padding-top: 0;
    border-top: none
}

.listing-item-blog + .listing-item-blog.has-not-post-thumbnail, .listing-item-blog.has-not-post-thumbnail + .listing-item-blog {
    padding-top: 18px;
    border-top: 1px solid #f1f3f5
}

.listing-item-blog > .item-inner > .post-subtitle {
    margin-bottom: 5px
}

.listing-item-blog > .item-inner > .post-meta + .post-subtitle {
    margin-top: 5px
}

.listing-item-blog-5.bsw-1 .img-holder, .listing-item-blog-5.bsw-2 .img-holder, .listing-item-blog-5.bsw-3 .img-holder, .listing-item-blog-5.bsw-4 .img-holder, .listing-item-blog-5.bsw-5 .img-holder {
    width: 220px
}

.listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-5 .post-summary {
    padding-left: 243px
}

.listing-item-blog-1.bsw-1 .featured, .listing-item-blog-1.bsw-2 .featured, .listing-item-blog-1.bsw-3 .featured, .listing-item-blog-1.bsw-4 .featured, .listing-item-blog-2.bsw-1 .featured, .listing-item-blog-2.bsw-2 .featured, .listing-item-blog-2.bsw-3 .featured, .listing-item-blog-2.bsw-4 .featured, .listing-item-blog-5.bsw-1 .featured, .listing-item-blog-5.bsw-2 .featured, .listing-item-blog-5.bsw-3 .featured, .listing-item-blog-5.bsw-4 .featured {
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block
}

.listing-item-blog-5.bsw-1 .featured, .listing-item-blog-5.bsw-1 .img-holder, .listing-item-blog-5.bsw-2 .featured, .listing-item-blog-5.bsw-2 .img-holder, .listing-item-blog-5.bsw-3 .featured, .listing-item-blog-5.bsw-3 .img-holder, .listing-item-blog-5.bsw-4 .featured, .listing-item-blog-5.bsw-4 .img-holder {
    width: 100%
}

.listing-item-blog-2.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-2.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-2.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-2.has-post-thumbnail.bsw-4 .post-summary {
    padding-right: 0
}

.listing-item-blog-1.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-1.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-1.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-1.has-post-thumbnail.bsw-4 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-5.has-post-thumbnail.bsw-4 .post-summary {
    padding-left: 0
}

@media only screen and (max-width:830px) {
    .listing-item-blog-1.has-post-thumbnail .post-summary, .listing-item-blog-5.has-post-thumbnail .post-summary {
        padding-left: 0 !important
    }

    .listing-item-blog-1 .featured, .listing-item-blog-2 .featured, .listing-item-blog-5 .featured {
        float: none !important;
        text-align: center !important;
        margin: 0 0 10px 0;
        display: inline-block !important
    }

    .listing-item-blog-5 .featured, .listing-item-blog-5 .img-holder {
        width: 100% !important
    }
}

.listing-item-blog-2 {
    margin-bottom: 25px
}

    .listing-item-blog-2:last-child {
        margin-bottom: 0
    }

    .listing-item-blog-2 .featured {
        position: relative;
        float: right;
        margin-left: 23px;
        line-height: 0
    }

        .listing-item-blog-2 .featured .img-holder {
            width: 210px;
            margin: 0
        }

            .listing-item-blog-2 .featured .img-holder.img-holder:before {
                padding-top: 64%
            }

    .listing-item-blog-2 > .item-inner > .title {
        margin: 0 0 6px
    }

        .listing-item-blog-2 > .item-inner > .title a {
            color: inherit
        }

    .listing-item-blog-2 .post-summary {
        margin-top: 6px
    }

    .listing-item-blog-2.has-post-thumbnail .post-summary {
        padding-right: 233px
    }

@media only screen and (max-width:420px) {
    .listing-item-blog-2.has-post-thumbnail .post-summary {
        padding-right: 0 !important
    }

    .listing-item-blog-2 .featured {
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.listing-item-blog-3 {
    margin-bottom: 25px
}

    .listing-item-blog-3:last-child {
        margin-bottom: 0
    }

    .listing-item-blog-3 .featured {
        position: relative;
        float: left;
        margin-right: 23px;
        line-height: 0
    }

        .listing-item-blog-3 .featured .img-holder {
            width: 210px;
            margin: 0
        }

    .listing-item-blog-3.has-post-thumbnail .post-summary {
        padding-left: 233px
    }

    .listing-item-blog-3 .featured .img-holder.img-holder:before {
        padding-top: 64%
    }

    .listing-item-blog-3 > .item-inner > .title {
        margin: 7px 0 3px
    }

    .listing-item-blog-3 > .item-inner > .post-meta {
        margin-bottom: 10px
    }

    .listing-item-blog-3 > .item-inner > .title a {
        color: inherit
    }

    .listing-item-blog-3.bsw-1 .featured, .listing-item-blog-3.bsw-2 .featured, .listing-item-blog-3.bsw-3 .featured, .listing-item-blog-3.bsw-4 .featured {
        float: none;
        text-align: center;
        margin: 0 0 10px 0
    }

    .listing-item-blog-3.bsw-1 .featured, .listing-item-blog-3.bsw-2 .featured, .listing-item-blog-3.bsw-3 .featured, .listing-item-blog-3.bsw-4 .featured {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
        display: inline-block
    }

    .listing-item-blog-3.has-post-thumbnail.bsw-1 .post-summary, .listing-item-blog-3.has-post-thumbnail.bsw-2 .post-summary, .listing-item-blog-3.has-post-thumbnail.bsw-3 .post-summary, .listing-item-blog-3.has-post-thumbnail.bsw-4 .post-summary {
        padding-left: 0
    }

@media only screen and (max-width:420px) {
    .listing-item-blog-3 .featured {
        float: none !important;
        text-align: center !important;
        margin: 0 0 10px 0 !important
    }

    .listing-item-blog-3 .featured {
        float: none !important;
        text-align: center !important;
        margin: 0 0 10px 0 !important;
        display: inline-block !important
    }

    .listing-item-blog-3.has-post-thumbnail .post-summary {
        padding-left: 0 !important
    }
}

.listing-blog-4 .listing-item-blog.has-post-thumbnail {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

    .listing-blog-4 .listing-item-blog.has-post-thumbnail:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

.listing-item-blog-5 .post-subtitle {
    margin-bottom: 7px
}

.listing-item-tall .format-icon {
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    line-height: 25px;
    font-size: 12px
}

    .listing-item-tall .format-icon .fa {
        line-height: 25px
    }

.listing-item-tall:hover .format-icon {
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4)
}

.listing-item-tall .post-subtitle {
    margin-bottom: 5px
}

.listing-item-tall .featured + .post-subtitle {
    margin: 8px 0 -8px
}

.listing-item-tall .post-meta + .post-subtitle {
    margin-top: 8px
}

.listing-item-tall-1 {
    margin-bottom: 23px
}

    .listing-item-tall-1:last-child {
        margin-bottom: 0
    }

    .listing-item-tall-1 .featured {
        position: relative
    }

        .bs-ll-a .listing-item-tall-1 .featured .img-holder.b-loaded, .bs-ll-d .listing-item-tall-1 .featured .img-holder, .listing-item-tall-1 .featured .img-holder {
            width: 100%;
            margin: 0;
            background-position: top center
        }

.bs-ll-a .listing-item-tall-1 .featured .img-holder {
    background-position: center center
}

.listing-item-tall-1 .featured .img-holder.img-holder:before {
    padding-top: 134%
}

.listing-item-tall-1 > .title {
    margin: 15px 0 9px
}

    .listing-item-tall-1 > .title a {
        color: inherit
    }

.listing-item-tall-1 .post-summary {
    margin-top: 10px
}

.listing-item-tall-2 {
    margin-bottom: 23px
}

.bs-slider-item .listing-item-tall-2 {
    margin-bottom: 0 !important
}

.listing-item-tall-2:last-child {
    margin-bottom: 0
}

.listing-item-tall-2 .featured {
    position: relative
}

    .bs-ll-a .listing-item-tall-2 .featured .img-holder.b-loaded, .bs-ll-d .listing-item-tall-2 .featured .img-holder, .listing-item-tall-2 .featured .img-holder {
        width: 100%;
        margin: 0;
        background-position: top center
    }

.bs-ll-a .listing-item-tall-2 .featured .img-holder {
    background-position: center center
}

.listing-item-tall-2 .featured .img-holder.img-holder:before {
    padding-top: 134%
}

.listing-item-tall-2 .term-badges.floated {
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none
}

    .listing-item-tall-2 .term-badges.floated a {
        pointer-events: all
    }

.listing-item-tall-2 > .title {
    margin: 15px 0 9px
}

    .listing-item-tall-2 > .title a {
        color: inherit
    }

.listing-item-tall-2 .post-meta {
    text-align: center
}

.listing-item-tall-2 .post-summary {
    text-align: center;
    margin-top: 10px
}

.listing-item-tall-2 .post-subtitle {
    text-align: center !important
}

.listing-item-tb-1 {
    margin-bottom: 22px;
    position: relative
}

    .listing-item-tb-1:last-child, .listing-mix-3-1 .listing-tb-1 > .listing-item-tb-1:last-child {
        margin-bottom: 0
    }

    .listing-item-tb-1 .title {
        margin: 0
    }

        .listing-item-tb-1 .title a {
            color: inherit
        }

    .listing-item-tb-1 .featured {
        margin-right: 13px;
        float: left;
        position: relative;
        line-height: 0
    }

    .listing-item-tb-1 .img-holder {
        width: 86px;
        margin-right: 0;
        float: none
    }

        .listing-item-tb-1 .img-holder:before {
            padding-top: 74%
        }

    .listing-item-tb-1 .featured.featured-type-author-avatar .img-holder:before {
        padding-top: 100%
    }

    .listing-item-tb-1 .post-subtitle {
        margin-top: 4px
    }

    .listing-item-tb-1 .featured + .post-subtitle {
        margin: 0
    }

.bs-listing.bs-listing-listing-thumbnail-1 .bs-pagination {
    margin-top: 15px
}

.listing-item-tb-1.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1
}

.listing-item-tb-1.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
    margin-bottom: 5px
}

.listing-item-tb-2 {
    margin-bottom: 20px;
    position: relative
}

    .listing-item-tb-2 .term-badges.floated {
        left: 0
    }

    .listing-item-tb-2 .item-inner {
        position: relative
    }

    .listing-item-tb-2 .title {
        margin: 0
    }

        .listing-item-tb-2 .title a {
            color: inherit
        }

    .listing-item-tb-2 .post-meta {
        margin-top: 5px
    }

    .listing-item-tb-2 .post-summary {
        margin-top: 5px
    }

    .listing-item-tb-2 .featured {
        margin-bottom: 10px;
        line-height: 0;
        position: relative
    }

    .listing-item-tb-2 .format-icon {
        right: 15px;
        top: 15px;
        width: 28px;
        height: 28px;
        line-height: 24px;
        font-size: 12px
    }

        .listing-item-tb-2 .format-icon .fa {
            line-height: 24px
        }

    .listing-item-tb-2:hover .format-icon {
        right: 50%;
        top: 50%;
        margin-top: -16px;
        margin-right: -16px;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5)
    }

    .listing-item-tb-2 .img-holder {
        width: 100%;
        margin-right: 0;
        float: none;
        display: block
    }

        .listing-item-tb-2 .img-holder:before {
            padding-top: 70%
        }

    .listing-item-tb-2 .featured.featured-type-author-avatar .img-holder:before {
        padding-top: 100%
    }

    .listing-item-tb-2 .post-subtitle {
        margin-bottom: 5px
    }

    .listing-item-tb-2 .title + .post-subtitle {
        margin: 5px 0 0
    }

    .listing-item-tb-2.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
        position: absolute;
        bottom: -14px;
        left: 6px;
        z-index: 1
    }

    .listing-item-tb-2.has-post-thumbnail.has-counter-badge .featured {
        margin-bottom: 22px
    }

    .listing-item-tb-2.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
        margin-bottom: 10px
    }

.listing-item-tb-3 {
    margin-bottom: 20px;
    position: relative
}

    .listing-item-tb-3:last-child {
        margin-bottom: 0
    }

.listing-tb-3 > .listing-item-tb-3:last-child {
    margin-bottom: 20px
}

.listing-item-tb-3 .title {
    margin: 0
}

    .listing-item-tb-3 .title a {
        color: inherit
    }

.listing-item-tb-3 .featured {
    margin-left: 15px;
    float: right;
    position: relative;
    line-height: 0
}

.listing-item-tb-3 .img-holder {
    width: 86px;
    margin-right: 0;
    float: none
}

    .listing-item-tb-3 .img-holder:before {
        padding-top: 74%
    }

.listing-item-tb-3 .featured.featured-type-author-avatar .img-holder:before {
    padding-top: 100%
}

.listing-item-tb-3 .post-subtitle {
    margin-top: 4px
}

.listing-item-tb-3 .featured + .post-subtitle {
    margin: 0
}

.listing-item-tb-3.has-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1
}

.listing-item-tb-3.has-not-post-thumbnail .post-count-badge.pcb-t1.pcb-s1 {
    margin-bottom: 5px
}

.listing-item-text-1 {
    position: relative;
    margin-bottom: 15px
}

    .listing-item-text-1:last-child {
        margin-bottom: 0
    }

    .listing-item-text-1 .item-inner {
        padding-bottom: 15px;
        border-bottom: 1px dashed #eaeaea;
        border-bottom-color: rgba(0,0,0,.08)
    }

    .listing-item-text-1 .term-badges.floated {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        text-align: center;
        margin-bottom: 12px
    }

        .listing-item-text-1 .term-badges.floated .term-badge a {
            color: #fff !important;
            margin: 0 2px
        }

    .listing-item-text-1 .title {
        margin: 0
    }

    .listing-item-text-1.no-meta .title {
        margin-bottom: 10px
    }

    .listing-item-text-1 .title a {
        color: inherit
    }

    .listing-item-text-1 .post-meta {
        padding-top: 6px;
        text-align: center
    }

    .listing-item-text-1 .post-summary {
        padding-top: 4px;
        text-align: center
    }

.listing-text-1.listing.columns-1 .listing-item:last-child {
    margin-bottom: 0
}

    .listing-text-1.listing.columns-1 .listing-item:last-child .item-inner {
        border-bottom: none
    }

.listing-item-text-1 .post-subtitle {
    text-align: center !important;
    margin: 5px 0 0
}

    .listing-item-text-1 .post-subtitle + .post-meta {
        padding-top: 5px
    }

    .listing-item-text-1 .post-subtitle + .title {
        margin-top: 6px
    }

    .listing-item-text-1 .post-subtitle:first-child {
        margin-top: 0
    }

.listing-item-text-1 .post-count-badge.pcb-t2.pcb-s1 {
    position: absolute;
    top: 0;
    left: 0
}

.listing-item-text-2 {
    position: relative;
    margin-bottom: 15px
}

    .listing-item-text-2:last-child {
        margin-bottom: 0
    }

    .listing-item-text-2 .item-inner {
        border-left: 3px solid rgba(0,0,0,.11);
        -webkit-transition: .7s cubic-bezier(.55,-.01,.19,.98) 0s;
        -moz-transition: .7s cubic-bezier(.55,-.01,.19,.98) 0s;
        -o-transition: .7s cubic-bezier(.55,-.01,.19,.98) 0s;
        transition: .3s cubic-bezier(.55,-.01,.19,.98) 0s;
        padding: 6px 0 6px 14px
    }

    .listing-item-text-2 .term-badges.floated {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        text-align: center;
        margin-bottom: 10px
    }

        .listing-item-text-2 .term-badges.floated .term-badge a {
            background: #434343 !important;
            color: #fff !important;
            margin: 0
        }

    .listing-item-text-2 .title {
        margin: 0
    }

        .listing-item-text-2 .title a {
            color: inherit
        }

    .listing-item-text-2 .post-meta, .listing-item-text-2 .post-meta .comments, .listing-item-text-2 .post-meta .post-author {
        font-size: 11px
    }

.listing-text-2.listing.columns-1 .listing-item:last-child {
    margin-bottom: 0
}

    .listing-text-2.listing.columns-1 .listing-item:last-child .item-inner {
        border-bottom: none
    }

.listing-item-text-2 .post-subtitle {
    margin-top: 4px
}

    .listing-item-text-2 .post-subtitle:first-child {
        margin-top: 0
    }

    .listing-item-text-2 .post-subtitle + .title {
        margin-top: 4px
    }

.listing-item-text-2 .post-summary {
    padding-top: 6px
}

.listing-item-text-2 .post-count-badge.pcb-t2.pcb-s2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.listing-item-text-3 {
    margin-bottom: 13px
}

    .listing-item-text-3 .item-inner {
        padding-bottom: 13px !important;
        border-bottom: 1px solid #f0f0f0;
        border-bottom-color: rgba(0,0,0,.06);
        position: relative
    }

    .listing-item-text-3:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .listing-item-text-3 .title {
        margin: 0
    }

        .listing-item-text-3 .title a {
            color: inherit
        }

    .listing-item-text-3 .post-meta {
        margin-top: 2px
    }

    .listing-item-text-3 .post-summary {
        margin-top: 4px
    }

.content-column > .listing-text-3 .listing-item-text-3 {
    margin-bottom: 17px;
    padding-bottom: 17px !important
}

.listing-item-text-3 .post-subtitle {
    margin-top: 4px
}

    .listing-item-text-3 .post-subtitle:first-child {
        margin-top: 0
    }

    .listing-item-text-3 .post-subtitle + .title {
        margin-top: 4px
    }

.listing-item-text-3.has-counter-badge .item-inner {
    padding-left: 43px
}

.listing-item-text-3.has-counter-badge .post-count-badge.pcb-t1.pcb-s2 {
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px
}

.listing-item-text-4 {
    margin-bottom: 13px
}

    .listing-item-text-4 .item-inner {
        padding-bottom: 13px !important;
        border-bottom: 1px solid #f0f0f0;
        border-bottom-color: rgba(0,0,0,.06);
        position: relative
    }

    .listing-item-text-4:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

.listing-text-4.columns-1 .listing-item-text-4:last-child {
    margin-bottom: 0
}

    .listing-text-4.columns-1 .listing-item-text-4:last-child .item-inner {
        border-bottom: none;
        padding-bottom: 0
    }

.listing-item-text-4 .title {
    margin: 0
}

    .listing-item-text-4 .title a {
        color: inherit
    }

.listing-item-text-4 .post-meta {
    margin-top: 2px
}

.listing-item-text-4 .post-summary {
    margin-top: 4px
}

.listing-item-text-4 .term-badges.text-badges {
    margin-bottom: 6px
}

.content-column > .listing-text-4 .listing-item-text-4 {
    margin-bottom: 17px;
    padding-bottom: 17px !important
}

.listing-item-text-4 .post-subtitle {
    margin-top: 4px
}

    .listing-item-text-4 .post-subtitle:first-child {
        margin-top: 0
    }

    .listing-item-text-4 .post-subtitle + .title {
        margin-top: 4px
    }

.listing-item-text-4.has-counter-badge .item-inner {
    padding-left: 43px
}

.listing-item-text-4.has-counter-badge .post-count-badge.pcb-t1.pcb-s2 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px
}

.bs-listing p:empty {
    display: none
}

.listing-mix-1-1 .listing-item-grid-1 {
    margin-bottom: 0
}

    .listing-mix-1-1 .listing-item-grid-1 .post-summary {
        padding-bottom: 0;
        border-bottom: none
    }

.listing-mix-1-1 .listing-item-tb-1 {
    margin-bottom: 27px
}

    .listing-mix-1-1 .listing-item-tb-1:last-child {
        margin-bottom: 0
    }

.listing-mix-1-1 .column-1 {
    width: 50%;
    float: left;
    padding-right: 18px
}

.listing-mix-1-1 .column-2 {
    width: 50%;
    float: left;
    padding-left: 18px
}

.listing.listing-mix-1-1.l-1-col .column-1, .listing.listing-mix-1-1.l-1-col .column-2 {
    width: 100%;
    padding: 0;
    float: none
}

.listing.listing-mix-1-1.l-1-col .column-1 {
    margin-bottom: 24px
}

@media only screen and (max-width:450px) {
    .listing.listing-mix-1-1 .column-1, .listing.listing-mix-1-1 .column-2 {
        width: 100%;
        padding: 0;
        float: none
    }

    .listing.listing-mix-1-1 .column-1 {
        margin-bottom: 24px
    }
}

.listing.listing-mix-1-2 .listing-item-grid-1 {
    margin-bottom: 30px
}

    .listing.listing-mix-1-2 .listing-item-grid-1 .post-summary {
        padding-bottom: 0;
        border-bottom: none
    }

.listing.listing-mix-1-2 .listing-item-tb-1 {
    margin-bottom: 7px
}

.listing.listing-mix-1-2 .column-1 {
    width: 50%;
    float: left;
    padding-right: 18px
}

.listing.listing-mix-1-2 .column-2 {
    width: 50%;
    float: left;
    padding-left: 18px
}

.bs-listing-listing-mix-1-2 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0
}

.listing.listing-mix-1-2.l-1-col .column-1, .listing.listing-mix-1-2.l-1-col .column-2 {
    width: 100%;
    padding: 0;
    float: none
}

.listing.listing-mix-1-2.l-1-col .column-1 {
    margin-bottom: 20px
}

@media only screen and (max-width:450px) {
    .listing.listing-mix-1-2 .column-1, .listing.listing-mix-1-2 .column-2 {
        width: 100% !important;
        padding: 0 !important;
        float: none !important
    }

    .listing.listing-mix-1-2 .column-1 {
        margin-bottom: 20px
    }
}

.listing.listing-mix-1-4 .listing-item-grid-1 {
    margin-bottom: 0
}

    .listing.listing-mix-1-4 .listing-item-grid-1 .post-summary {
        padding-bottom: 0;
        border-bottom: none
    }

.listing.listing-mix-1-4 .column-1 {
    width: 70%;
    float: left;
    padding-right: 18px
}

.listing.listing-mix-1-4 .column-2 {
    width: 30%;
    float: left;
    padding-left: 18px
}

.listing.listing-mix-1-4.l-1-col .column-1, .listing.listing-mix-1-4.l-1-col .column-2 {
    width: 100%;
    padding: 0;
    float: none
}

.listing.listing-mix-1-4.l-1-col .listing-item-grid-1 {
    margin-bottom: 20px
}

.listing.listing-mix-1-4.l-1-col .listing-item-tb-2 {
    width: 50%;
    float: left
}

    .listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(odd) {
        padding-right: 13px;
        clear: left
    }

    .listing.listing-mix-1-4.l-1-col .listing-item-tb-2:nth-child(even) {
        padding-left: 13px
    }

@media only screen and (max-width:450px) {
    .listing.listing-mix-1-4 .column-1, .listing.listing-mix-1-4 .column-2 {
        width: 100% !important;
        padding: 0 !important;
        float: none !important
    }

    .listing.listing-mix-1-4 .listing-item-grid-1 {
        margin-bottom: 20px
    }

    .listing.listing-mix-1-4 .listing-item-tb-2 {
        width: 50%;
        float: left
    }

        .listing.listing-mix-1-4 .listing-item-tb-2:nth-child(odd) {
            padding-right: 13px;
            clear: left
        }

        .listing.listing-mix-1-4 .listing-item-tb-2:nth-child(even) {
            padding-left: 13px
        }
}

.listing-mix-2-1 .listing-item-grid-1 .post-summary {
    padding-bottom: 0;
    border-bottom: none
}

.bs-listing-listing-mix-2-1 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0
}

.listing-mix-2-1.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    float: none;
    padding: 0 !important
}

@media only screen and (max-width:450px) {
    .listing-mix-2-1 .listing.columns-2 .listing-item {
        width: 100%;
        float: none;
        padding: 0 !important
    }
}

.listing-mix-2-2 .listing-item-grid-1 .post-summary {
    padding-bottom: 0;
    border-bottom: none
}

.listing-mix-2-2.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    float: none;
    padding: 0 !important
}

@media only screen and (max-width:450px) {
    .listing-mix-2-2 .listing.columns-2 .listing-item {
        width: 100%;
        float: none;
        padding: 0 !important
    }
}

.listing.listing-mix-3-1 .row-1 + .row-2 {
    margin-top: 23px
}

.listing.listing-mix-3-1 .listing-item-grid-1 {
    margin-bottom: 0
}

.listing.listing-mix-3-2 .row-1:last-child {
    margin-bottom: 20px
}

.listing.listing-mix-3-2 .row-1 + .row-2 {
    margin-top: 23px
}

.listing.listing-mix-3-2 .listing-item-grid-1 {
    margin-bottom: 0
}

.listing.listing-mix-3-2 .listing-item-tb-2 {
    margin-bottom: 25px
}

.infinity > .listing-mix-3-2 + .listing-mix-3-2, .more_btn > .listing-mix-3-2 + .listing-mix-3-2 {
    margin-top: 0
}

.listing.listing-mix-3-3 .row-1 + .row-2 {
    margin-top: 23px
}

.listing.listing-mix-3-3 .listing-item-grid-1 {
    margin-bottom: 0
}

.listing.listing-mix-3-3 .listing-item-text-2 {
    margin-bottom: 25px
}

.listing-mix-3-3.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    float: none;
    padding: 0 !important
}

@media only screen and (max-width:450px) {
    .listing-mix-3-3 .listing.columns-2 .listing-item {
        width: 100%;
        float: none;
        padding: 0 !important
    }
}

.listing.listing-mix-3-4 .row-1 + .row-2 {
    margin-top: 23px
}

.listing.listing-mix-3-4 .listing-item-tb-1:last-child, .listing.listing-mix-3-4 .listing-mg-3-item {
    margin-bottom: 0
}

.listing.listing-mix-3-4 .listing-item-tb-1 {
    margin-bottom: 25px
}

.listing-mix-6 .listing-item-grid-1 {
    margin-bottom: 0
}

    .listing-mix-6 .listing-item-grid-1 .post-summary {
        padding-bottom: 0;
        border-bottom: none
    }

.listing-mix-6 .listing-item-text:last-child {
    margin-bottom: 0
}

.listing-mix-6 .column-1 {
    width: 50%;
    float: left;
    padding-right: 18px
}

.listing-mix-6 .column-2 {
    width: 50%;
    float: left;
    padding-left: 18px
}

.listing.listing-mix-6.l-1-col .column-1, .listing.listing-mix-6.l-1-col .column-2 {
    width: 100%;
    padding: 0;
    float: none
}

.listing.listing-mix-6.l-1-col .column-1 {
    margin-bottom: 20px
}

@media only screen and (max-width:450px) {
    .listing.listing-mix-6 .column-1, .listing.listing-mix-6 .column-2 {
        width: 100%;
        padding: 0;
        float: none
    }

    .listing.listing-mix-6 .column-1 {
        margin-bottom: 20px
    }
}

.listing-mix-4-1 .listing-classic-3 {
    margin-bottom: 15px
}

.bs-pagination-wrapper .listing-mix-4-1 + .listing-mix-4-1 {
    margin-top: 0
}

.listing.listing-mix-4-1.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none
}

@media only screen and (max-width:500px) {
    .listing.listing-mix-4-1 .listing.columns-2 .listing-item {
        width: 100%;
        padding: 0;
        float: none
    }
}

.listing-mix-4-2 .listing-classic-3 {
    margin-bottom: 15px
}

.bs-listing-listing-mix-4-2 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0
}

.listing.listing-mix-4-2.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none
}

@media only screen and (max-width:500px) {
    .listing.listing-mix-4-2 .listing.columns-2 .listing-item {
        width: 100%;
        padding: 0;
        float: none
    }
}

.listing-mix-4-3 .listing-classic-2 {
    margin-bottom: 25px
}

.bs-pagination-wrapper .listing-mix-4-3 + .listing-mix-4-3 {
    margin-top: 0
}

.listing.listing-mix-4-3.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none
}

@media only screen and (max-width:500px) {
    .listing.listing-mix-4-3 .listing.columns-2 .listing-item {
        width: 100%;
        padding: 0;
        float: none
    }
}

.listing-mix-4-4 .listing-classic-2 {
    margin-bottom: 25px;
    margin-top: 0 !important
}

.bs-pagination-wrapper .listing-mix-4-4 + .listing-mix-4-4 {
    margin-top: 0
}

.listing.listing-mix-4-4.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none
}

@media only screen and (max-width:500px) {
    .listing.listing-mix-4-4 .listing.columns-2 .listing-item {
        width: 100%;
        padding: 0;
        float: none
    }
}

.listing-mix-4-5 .listing-classic-2.columns-2 .listing-item-classic-2 {
    margin-bottom: 30px !important
}

.listing-mix-4-5 .listing-classic-2 {
    margin-bottom: 30px
}

    .listing-mix-4-5 .listing-classic-2:last-child {
        margin-bottom: 0
    }

.bs-listing-listing-mix-4-5 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0
}

.listing.listing-mix-4-5.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none
}

@media only screen and (max-width:500px) {
    .listing.listing-mix-4-5 .listing.columns-2 .listing-item {
        width: 100%;
        padding: 0;
        float: none
    }
}

.listing-mix-4-6 .listing-classic-2.columns-2 .listing-item-classic-2 {
    margin-bottom: 30px !important
}

.listing-mix-4-6 .listing-classic-2 {
    margin-bottom: 30px
}

    .listing-mix-4-6 .listing-classic-2.columns-2 {
        margin-bottom: 0
    }

.bs-listing-listing-mix-4-6 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0
}

.listing.listing-mix-4-6.l-1-col .listing.columns-2 .listing-item {
    width: 100%;
    padding: 0;
    float: none
}

@media only screen and (max-width:500px) {
    .listing.listing-mix-4-6 .listing.columns-2 .listing-item {
        width: 100%;
        padding: 0;
        float: none
    }
}

.listing-mix-4-7 .listing-classic-3 {
    margin-bottom: 0
}

.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing + .listing {
    margin-top: 0
}

.bs-listing-listing-mix-4-7 .bs-pagination-wrapper .listing-mix-4-7 + .listing-mix-4-7.listing-mix-4-7 {
    margin-top: 20px
}

.listing-mix-4-8 .listing-classic-2 {
    margin-bottom: 25px
}

.listing-mg-item {
    position: relative;
    overflow: hidden
}

    .listing-mg-item.has-not-post-thumbnail .img-cont {
        background-color: #e4e4e4
    }

    .listing-mg-1-item .item-content, .listing-mg-item .content-container, .listing-mg-item .term-badges.floated, .listing-modern-grid .bs-slider-item .item-content {
        transform: translate3d(0,0,0);
        -webkit-backface-visibility: hidden
    }

.listing-mg-1-item .img-cont {
    -webkit-backface-visibility: hidden
}

.listing-mg-item .post-meta .views.views.views {
    color: #fff !important
}

.listing-mg-item.listing-mg-5-item .post-meta.post-meta .views.views.views {
    padding: 0;
    background: 0 0
}

.listing-mg-item .post-meta .views {
    background: rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 1px 6px;
    vertical-align: middle
}

.listing-modern-grid.slider-overlay-simple .listing-mg-item .content-container {
    padding: 22px 20px 20px;
    background: rgba(0,0,0,.42);
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important
}

.listing-modern-grid.slider-overlay-simple-gr .listing-mg-item .img-cont:after {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    top: auto;
    height: 75%
}

.listing-modern-grid.slider-overlay-colored .listing-item-1 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-17 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-9 .img-cont:after {
    background: #dc4225;
    background: -moz-linear-gradient(45deg,#292484 0,#dc4225 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#292484),color-stop(100%,#dc4225));
    background: -webkit-linear-gradient(45deg,#292484 0,#dc4225 100%);
    background: -o-linear-gradient(45deg,#292484 0,#dc4225 100%);
    background: -ms-linear-gradient(45deg,#292484 0,#dc4225 100%);
    background: linear-gradient(45deg,#292484 0,#dc4225 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-item-10 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-18 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-2 .img-cont:after {
    background: #26d0ce;
    background: -moz-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#1a2980),color-stop(100%,#26d0ce));
    background: -webkit-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);
    background: -o-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);
    background: -ms-linear-gradient(45deg,#1a2980 0,#26d0ce 100%);
    background: linear-gradient(45deg,#1a2980 0,#26d0ce 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-item-11 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-19 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-3 .img-cont:after {
    background: #1d976c;
    background: -moz-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#1d976c),color-stop(100%,#3cf93d));
    background: -webkit-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);
    background: -o-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);
    background: -ms-linear-gradient(45deg,#1d976c 0,#3cf93d 100%);
    background: linear-gradient(45deg,#1d976c 0,#3cf93d 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-item-12 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-20 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-4 .img-cont:after {
    background: #dc4225;
    background: -moz-linear-gradient(45deg,#e0be00 0,#dc4225 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#e0be00),color-stop(100%,#dc4225));
    background: -webkit-linear-gradient(45deg,#e0be00 0,#dc4225 100%);
    background: -o-linear-gradient(45deg,#e0be00 0,#dc4225 100%);
    background: -ms-linear-gradient(45deg,#e0be00 0,#dc4225 100%);
    background: linear-gradient(45deg,#e0be00 0,#dc4225 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-item-13 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-21 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-5 .img-cont:after {
    background: #ff4f39;
    background: -moz-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#ff4f39),color-stop(100%,#dd0098));
    background: -webkit-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);
    background: -o-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);
    background: -ms-linear-gradient(45deg,#ff4f39 0,#dd0098 100%);
    background: linear-gradient(45deg,#ff4f39 0,#dd0098 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-item-14 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-22 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-6 .img-cont:after {
    background: #3895ff;
    background: -moz-linear-gradient(45deg,#3895ff 0,#2add28 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#3895ff),color-stop(100%,#2add28));
    background: -webkit-linear-gradient(45deg,#3895ff 0,#2add28 100%);
    background: -o-linear-gradient(45deg,#3895ff 0,#2add28 100%);
    background: -ms-linear-gradient(45deg,#3895ff 0,#2add28 100%);
    background: linear-gradient(45deg,#3895ff 0,#2add28 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-item-15 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-23 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-7 .img-cont:after {
    background: #7741d5;
    background: -moz-linear-gradient(45deg,#7741d5 0,#c56200 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#7741d5),color-stop(100%,#c56200));
    background: -webkit-linear-gradient(45deg,#7741d5 0,#c56200 100%);
    background: -o-linear-gradient(45deg,#7741d5 0,#c56200 100%);
    background: -ms-linear-gradient(45deg,#7741d5 0,#c56200 100%);
    background: linear-gradient(45deg,#7741d5 0,#c56200 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-item-16 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-24 .img-cont:after, .listing-modern-grid.slider-overlay-colored .listing-item-8 .img-cont:after {
    background: #06c67b;
    background: -moz-linear-gradient(45deg,#06c67b 0,#076fc5 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#06c67b),color-stop(100%,#076fc5));
    background: -webkit-linear-gradient(45deg,#06c67b 0,#076fc5 100%);
    background: -o-linear-gradient(45deg,#06c67b 0,#076fc5 100%);
    background: -ms-linear-gradient(45deg,#06c67b 0,#076fc5 100%);
    background: linear-gradient(45deg,#06c67b 0,#076fc5 100%)
}

.listing-modern-grid.slider-overlay-colored .listing-mg-item .img-cont:after {
    opacity: .7
}

.listing-modern-grid.slider-overlay-colored .listing-mg-item:hover .img-cont:after {
    opacity: .53
}

.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item .img-cont:after {
    background-size: 300% 300%;
    -webkit-animation: mg-gr-anim 5.5s ease-in infinite;
    -moz-animation: mg-gr-anim 5.5s ease-in infinite;
    -o-animation: mg-gr-anim 5.5s ease-in infinite;
    animation: mg-gr-anim 5.5s ease-in infinite;
    opacity: .5
}

.listing-modern-grid.slider-overlay-colored-anim .listing-mg-item:hover .img-cont:after {
    opacity: .7
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-1 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-17 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-9 .img-cont:after {
    background: linear-gradient(135deg,#292484,#dc4225);
    background-size: 500% 500%
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-10 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-18 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-2 .img-cont:after {
    background: linear-gradient(135deg,#1a2980,#26d0ce);
    background-size: 500% 500%
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-11 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-19 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-3 .img-cont:after {
    background: linear-gradient(135deg,#1d976c,#3cf93d);
    background-size: 500% 500%
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-12 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-20 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-4 .img-cont:after {
    background: linear-gradient(135deg,#e0be00,#dc4225);
    background-size: 500% 500%
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-13 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-21 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-5 .img-cont:after {
    background: linear-gradient(135deg,#ff4f39,#dd0098);
    background-size: 1000% 1000%
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-14 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-22 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-6 .img-cont:after {
    background: linear-gradient(135deg,#06c67b,#076fc5);
    background-size: 1000% 1000%
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-15 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-23 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-7 .img-cont:after {
    background: linear-gradient(135deg,#7741d5,#c56200);
    background-size: 1000% 1000%
}

.listing-modern-grid.slider-overlay-colored-anim .listing-item-16 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-24 .img-cont:after, .listing-modern-grid.slider-overlay-colored-anim .listing-item-8 .img-cont:after {
    background: linear-gradient(135deg,#3895ff,#2add28);
    background-size: 1000% 1000%
}

@-webkit-keyframes mg-gr-anim {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0 0
    }
}

@-moz-keyframes mg-gr-anim {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0 0
    }
}

@-o-keyframes mg-gr-anim {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0 0
    }
}

@keyframes mg-gr-anim {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0 0
    }
}

.listing-mg-item.listing-mg-1-item.listing-mg-1-item:hover .title a, .listing-mg-item.listing-mg-2-item.listing-mg-2-item:hover .title a, .listing-mg-item.listing-mg-3-item.listing-mg-3-item:hover .title a, .listing-mg-item.listing-mg-4-item.listing-mg-4-item:hover .title a, .listing-mg-item.listing-mg-6-item.listing-mg-6-item:hover .title a {
    color: #fff !important
}

.listing-modern-grid-1.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-3.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-4.l-5 .listing-mg-item:hover .format-icon, .listing-modern-grid-6.l-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-6.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-6.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-6.l-5 .listing-mg-item:hover .format-icon {
    right: 20px;
    top: 20px;
    margin-top: 0;
    margin-right: 0;
    transform: none
}

.listing-mg-item:hover .format-icon {
    right: 50%;
    top: 50%;
    margin-top: -16px;
    margin-right: -16px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4)
}

.listing-item-3.listing-mg-1-item:hover .format-icon, .listing-item-4.listing-mg-1-item:hover .format-icon {
    margin-top: -30px
}

.listing-item-2.listing-mg-2-item:hover .format-icon, .listing-item-3.listing-mg-2-item:hover .format-icon, .listing-item-4.listing-mg-2-item:hover .format-icon, .listing-item-5.listing-mg-2-item:hover .format-icon {
    margin-top: -25px
}

.listing-mg-3-item:hover .format-icon {
    top: 27px;
    margin-top: 0
}

.infinity > .listing-modern-grid-3 + .listing-modern-grid-3, .more_btn > .listing-modern-grid-3 + .listing-modern-grid-3 {
    margin-top: 0
}

body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont {
    background-size: inherit !important;
    transition: none;
    transition: all .35s
}

    body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-error, body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont.b-loaded, body.bs-ll-d .listing-mg-type-1 .img-cont.img-cont {
        background-size: cover !important;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-animation: none;
        animation: none
    }

.listing-mg-item .post-subtitle {
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    text-shadow: 1px 1px 3px rgba(0,0,0,.2)
}

    .listing-mg-item .post-subtitle, .listing-mg-item .post-subtitle a {
        color: #fff !important
    }

.listing-mg-item .post-subtitle {
    margin-top: 10px
}

    .listing-mg-item .post-subtitle + .post-meta {
        margin-top: 5px
    }

    .listing-mg-item .post-subtitle:first-child {
        margin: 0 0 7px
    }

@media only screen and (max-width:480px) {
    .listing-modern-grid-1 .listing-mg-item .format-icon, .listing-modern-grid-1 .listing-mg-item:hover .format-icon, .listing-modern-grid-2 .listing-mg-item .format-icon, .listing-modern-grid-2 .listing-mg-item:hover .format-icon, .listing-modern-grid-3 .listing-mg-item .format-icon, .listing-modern-grid-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-4 .listing-mg-item .format-icon, .listing-modern-grid-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-6 .listing-mg-item .format-icon, .listing-modern-grid-6 .listing-mg-item:hover .format-icon {
        right: 20px;
        top: 20px;
        margin-top: 0;
        margin-right: 0;
        transform: none
    }
}

.listing-mg-type-1:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 68.17%
}

.listing-mg-type-1 .item-content, .listing-modern-grid .bs-slider-item .listing-mg-type-1 .item-content {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.listing-mg-type-1 .img-cont {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: absolute;
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0
}

    .listing-mg-type-1 .img-cont.b-error, .listing-mg-type-1 .img-cont.b-loaded, body.bs-ll-d .listing-mg-type-1 .img-cont {
        background-size: cover !important
    }

    .listing-mg-type-1 .img-cont:after {
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.listing-mg-type-1:hover .img-cont {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.listing-mg-type-1 .content-container {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    padding: 0;
    max-height: 75%;
    overflow: hidden;
    pointer-events: none
}

    .listing-mg-type-1 .content-container a {
        pointer-events: all
    }

.listing-mg-type-1 .title {
    margin: 0;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    line-height: 1.4
}

.listing-item.listing-mg-type-1 .title.title a.post-url.post-url, .listing-item.listing-mg-type-1 .title.title a.post-url.post-url:hover {
    color: inherit !important
}

.listing-mg-type-1 .post-meta {
    margin-top: 3px
}

    .listing-mg-type-1 .post-meta .post-author {
        color: #fff
    }

    .listing-mg-type-1 .post-meta .comments {
        color: #fff;
        float: right;
        margin-right: 0;
        margin-left: 15px
    }

    .listing-mg-type-1 .post-meta .rating + .comments {
        float: none;
        margin-left: 0;
        vertical-align: middle
    }

    .listing-mg-type-1 .post-meta .post-author:after, .listing-mg-type-1 .post-meta .time {
        color: rgba(255,255,255,.57)
    }

.listing-mg-1-item.listing-item-2 .title, .listing-mg-1-item.listing-item-3 .title, .listing-mg-1-item.listing-item-4 .title, .listing-mg-1-item.listing-item-5 .title {
    font-size: 72%
}

.listing-mg-1-item.listing-item-2 .title {
    font-size: 80%
}

.listing-modern-grid-1 .mg-col-1 {
    width: 56%;
    float: left;
    padding-right: 1px;
    overflow: hidden
}

.listing-modern-grid-1 .mg-col-2 {
    width: 44%;
    float: left;
    padding-left: 1px;
    overflow: hidden
}

.listing-modern-grid-1 .mg-row-1 {
    margin: 0 0 2px;
    overflow: hidden
}

.listing-mg-1-item.listing-item-2:before {
    padding-top: 47.29%
}

.listing-modern-grid-1 .item-3-cont, .listing-modern-grid-1 .item-4-cont {
    width: 50%;
    float: left;
    overflow: hidden
}

.listing-modern-grid-1 .item-3-cont {
    padding-right: 1px
}

.listing-modern-grid-1 .item-4-cont {
    padding-left: 1px
}

.listing-mg-1-item.listing-item-3:before, .listing-mg-1-item.listing-item-4:before {
    padding-top: 78.54%
}

.listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1.l-1 .listing-mg-1-item.listing-item-4:before {
    padding-top: 78.43%
}

.listing-modern-grid-1.l-2 .listing-mg-1-item:before {
    padding-top: 89%
}

.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-2:before {
    padding-top: 63.74%
}

.listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1.l-2 .listing-mg-1-item.listing-item-4:before {
    padding-top: 98.58%
}

.listing-modern-grid-1.l-2 .listing-item-1 .title, .listing-modern-grid-1.l-3 .listing-item-1 .title, .listing-modern-grid-1.l-4 .listing-item-1 .title, .listing-modern-grid-1.l-5 .listing-item-1 .title {
    font-size: 80%
}

.listing-modern-grid-1.l-2 .listing-item-2 .title {
    font-size: 72%
}

.listing-modern-grid-1.l-2 .listing-item-3 .title, .listing-modern-grid-1.l-2 .listing-item-4 .title, .listing-modern-grid-1.l-3 .listing-item-3 .title, .listing-modern-grid-1.l-3 .listing-item-4 .title, .listing-modern-grid-1.l-4 .listing-item-3 .title, .listing-modern-grid-1.l-4 .listing-item-4 .title, .listing-modern-grid-1.l-5 .listing-item-3 .title, .listing-modern-grid-1.l-5 .listing-item-4 .title {
    font-size: 62%
}

.listing-modern-grid-1.l-2 .listing-item-3 .term-badges, .listing-modern-grid-1.l-2 .listing-item-4 .term-badges, .listing-modern-grid-1.l-3 .listing-item-4 .term-badges, .listing-modern-grid-1.l-4 .listing-item-4 .term-badges, .listing-modern-grid-1.l-5 .listing-item-4 .term-badges {
    display: none
}

.listing-modern-grid-1.l-2 .listing-mg-item .content-container, .listing-modern-grid-1.l-3 .listing-mg-item .content-container, .listing-modern-grid-1.l-4 .listing-mg-item .content-container, .listing-modern-grid-1.l-5 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 10px;
    max-height: 50%
}

.listing-modern-grid-1.l-3 .listing-mg-item .format-icon, .listing-modern-grid-1.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-4 .listing-mg-item .format-icon, .listing-modern-grid-1.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-1.l-5 .listing-mg-item .format-icon, .listing-modern-grid-1.l-5 .listing-mg-item:hover .format-icon {
    right: 12px;
    top: 12px
}

.listing-modern-grid-1.l-3 .mg-col-1, .listing-modern-grid-1.l-5 .mg-col-1 {
    width: 100%;
    padding: 0
}

.listing-modern-grid-1.l-3 .mg-col-2, .listing-modern-grid-1.l-5 .mg-col-2 {
    width: 100%;
    padding: 2px 0 0 0
}

.listing-modern-grid-1.l-3 .mg-row-1, .listing-modern-grid-1.l-5 .mg-row-1 {
    width: 100%;
    padding: 0;
    float: none
}

.listing-modern-grid-1.l-3 .mg-row-2, .listing-modern-grid-1.l-5 .mg-row-2 {
    width: 100%;
    padding: 0;
    float: none
}

.listing-modern-grid-1.l-3 .listing-item-1:before, .listing-modern-grid-1.l-3 .listing-mg-1-item.listing-item-2:before, .listing-modern-grid-1.l-4 .listing-item-1:before, .listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before, .listing-modern-grid-1.l-5 .listing-item-1:before, .listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before {
    padding-top: 46%
}

.listing-modern-grid-1.l-3 .listing-item-2 .title, .listing-modern-grid-1.l-4 .listing-item-2 .title, .listing-modern-grid-1.l-5 .listing-item-2 .title {
    font-size: 72%
}

.listing-modern-grid-1.l-3 .listing-item-2 .post-meta, .listing-modern-grid-1.l-3 .listing-item-3 .term-badges.floated, .listing-modern-grid-1.l-3 .listing-item-4 .term-badges.floated {
    display: none
}

.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-1:before {
    padding-top: 50%
}

.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2 .term-badges.floated {
    display: none
}

.listing-modern-grid-1.l-4 .listing-mg-1-item.listing-item-2:before {
    padding-top: 38%
}

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1:before {
    padding-top: 57%
}

.listing-modern-grid-1.l-5 .listing-item-2 .post-meta, .listing-modern-grid-1.l-5 .listing-item-3 .term-badges.floated, .listing-modern-grid-1.l-5 .listing-item-4 .term-badges.floated, .listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-1 .post-meta, .listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2 .term-badges.floated {
    display: none
}

.listing-modern-grid-1.l-5 .listing-item-2 .title {
    font-size: 64%
}

.listing-modern-grid-1.l-5 .listing-mg-item .content-container {
    left: 12px;
    right: 12px;
    bottom: 12px
}

.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container {
    max-height: 40%
}

.slider-overlay-simple.listing-modern-grid-1.l-5 .listing-mg-item.listing-item-2 .content-container {
    max-height: 60%;
    padding: 12px 12px 10px
}

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-4:before {
    padding-top: 88%
}

.listing-modern-grid-1.l-5 .listing-mg-1-item.listing-item-2:before {
    padding-top: 50.5%
}

@media only screen and (max-width:980px) {
    .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before {
        padding-top: 78.43%
    }
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-1 .listing-mg-1-item:before {
        padding-top: 89%
    }

    .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
        padding-top: 63.74%
    }

    .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before {
        padding-top: 98.58%
    }

    .listing-modern-grid-1 .listing-item-1 .title {
        font-size: 80%
    }

    .listing-modern-grid-1 .listing-item-2 .title {
        font-size: 72%
    }

    .listing-modern-grid-1 .listing-item-3 .title, .listing-modern-grid-1 .listing-item-4 .title {
        font-size: 62%
    }

    .listing-modern-grid-1 .listing-item-3 .term-badges, .listing-modern-grid-1 .listing-item-4 .term-badges {
        display: none
    }

    .listing-modern-grid-1 .listing-mg-item .content-container {
        left: 15px;
        right: 15px;
        bottom: 10px;
        max-height: 50%
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-1 .listing-mg-item .format-icon, .listing-modern-grid-1 .listing-mg-item:hover .format-icon {
        right: 12px;
        top: 12px
    }

    .listing-modern-grid-1 .mg-col-1 {
        width: 100%;
        padding: 0
    }

    .listing-modern-grid-1 .mg-col-2 {
        width: 100%;
        padding: 2px 0 0 0
    }

    .listing-modern-grid-1 .mg-row-1 {
        width: 100%;
        padding: 0;
        float: none
    }

    .listing-modern-grid-1 .mg-row-2 {
        width: 100%;
        padding: 0;
        float: none
    }

    .listing-modern-grid-1 .listing-item-1:before, .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
        padding-top: 46%
    }

    .listing-modern-grid-1 .listing-item-2 .title {
        font-size: 72%
    }

    .listing-modern-grid-1 .listing-item-2 .post-meta, .listing-modern-grid-1 .listing-item-3 .term-badges.floated, .listing-modern-grid-1 .listing-item-4 .term-badges.floated {
        display: none
    }
}

@media only screen and (max-width:560px) {
    .listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before {
        padding-top: 50%
    }

    .listing-modern-grid-1 .listing-mg-1-item.listing-item-2 .term-badges.floated {
        display: none
    }

    .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
        padding-top: 38%
    }
}

@media only screen and (max-width:480px) {
    .listing-modern-grid-1 .listing-mg-1-item.listing-item-2:before {
        padding-top: 50.5%
    }

    .listing-modern-grid-1 .listing-mg-1-item.listing-item-1:before {
        padding-top: 57%
    }

    .listing-modern-grid-1 .listing-mg-1-item.listing-item-1 .post-meta {
        display: none
    }

    .listing-modern-grid-1 .listing-item-2 .title {
        font-size: 64%
    }

    .listing-modern-grid-1 .listing-mg-item .content-container {
        left: 12px;
        right: 12px;
        bottom: 12px
    }

    .listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container {
        max-height: 40%
    }

    .slider-overlay-simple.listing-modern-grid-1 .listing-mg-item.listing-item-2 .content-container {
        max-height: 60%;
        padding: 12px 12px 10px
    }

    .listing-modern-grid-1 .listing-mg-1-item.listing-item-3:before, .listing-modern-grid-1 .listing-mg-1-item.listing-item-4:before {
        padding-top: 88%
    }
}

.listing-mg-2-item.listing-item-2 .title, .listing-mg-2-item.listing-item-3 .title, .listing-mg-2-item.listing-item-4 .title, .listing-mg-2-item.listing-item-5 .title {
    font-size: 72%
}

.listing-mg-2-item:before {
    padding-top: 77.8%
}

.listing-mg-2-item.listing-item-1:before {
    padding-top: 69.05%
}

.listing-modern-grid-2 .mg-col-1 {
    width: 53%;
    float: left;
    padding-right: 1px
}

.listing-modern-grid-2 .mg-col-2 {
    width: 47%;
    float: left;
    padding-left: 1px
}

.listing-modern-grid-2 .item-2-cont, .listing-modern-grid-2 .item-3-cont, .listing-modern-grid-2 .item-4-cont, .listing-modern-grid-2 .item-5-cont {
    width: 50%;
    float: left
}

.listing-modern-grid-2 .item-2-cont, .listing-modern-grid-2 .item-4-cont {
    padding-right: 1px
}

.listing-modern-grid-2 .item-3-cont, .listing-modern-grid-2 .item-5-cont {
    padding-left: 1px
}

.listing-modern-grid-2 .mg-row-1 {
    margin-bottom: 2px
}

.listing-modern-grid-2.l-1 .listing-mg-item .content-container, .listing-modern-grid-2.l-2 .listing-mg-item .content-container, .listing-modern-grid-2.l-3 .listing-mg-item .content-container, .listing-modern-grid-2.l-4 .listing-mg-item .content-container, .listing-modern-grid-2.l-5 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 12px;
    max-height: 50%
}

.listing-modern-grid-2.l-2 .mg-col-1, .listing-modern-grid-2.l-2 .mg-col-2, .listing-modern-grid-2.l-3 .mg-col-1, .listing-modern-grid-2.l-3 .mg-col-2, .listing-modern-grid-2.l-4 .mg-col-1, .listing-modern-grid-2.l-4 .mg-col-2, .listing-modern-grid-2.l-5 .mg-col-1, .listing-modern-grid-2.l-5 .mg-col-2 {
    width: 50%
}

.listing-modern-grid-2.l-2 .listing-mg-item:before, .listing-modern-grid-2.l-3 .listing-mg-item:before, .listing-modern-grid-2.l-4 .listing-mg-item:before, .listing-modern-grid-2.l-5 .listing-mg-item:before {
    padding-top: 92.97%
}

.listing-modern-grid-2.l-2 .listing-item-1:before, .listing-modern-grid-2.l-3 .listing-item-1:before, .listing-modern-grid-2.l-4 .listing-item-1:before, .listing-modern-grid-2.l-5 .listing-item-1:before {
    padding-top: 93%
}

.listing-modern-grid-2.l-2 .listing-mg-item .title, .listing-modern-grid-2.l-3 .listing-mg-item .title, .listing-modern-grid-2.l-4 .listing-mg-item .title, .listing-modern-grid-2.l-5 .listing-mg-item .title {
    font-size: 64%
}

.listing-modern-grid-2.l-2 .listing-item-1 .title, .listing-modern-grid-2.l-3 .listing-item-1 .title, .listing-modern-grid-2.l-4 .listing-item-1 .title, .listing-modern-grid-2.l-5 .listing-item-1 .title {
    font-size: 86%
}

.listing-modern-grid-2.l-2 .listing-item-2 .term-badges, .listing-modern-grid-2.l-2 .listing-item-3 .term-badges, .listing-modern-grid-2.l-2 .listing-item-4 .term-badges, .listing-modern-grid-2.l-2 .listing-item-5 .term-badges, .listing-modern-grid-2.l-3 .listing-item-2 .term-badges, .listing-modern-grid-2.l-3 .listing-item-3 .term-badges, .listing-modern-grid-2.l-3 .listing-item-4 .term-badges, .listing-modern-grid-2.l-3 .listing-item-5 .term-badges, .listing-modern-grid-2.l-4 .listing-item-2 .term-badges, .listing-modern-grid-2.l-4 .listing-item-3 .term-badges, .listing-modern-grid-2.l-4 .listing-item-4 .term-badges, .listing-modern-grid-2.l-4 .listing-item-5 .term-badges, .listing-modern-grid-2.l-5 .listing-item-2 .term-badges, .listing-modern-grid-2.l-5 .listing-item-3 .term-badges, .listing-modern-grid-2.l-5 .listing-item-4 .term-badges, .listing-modern-grid-2.l-5 .listing-item-5 .term-badges {
    display: none
}

.listing-modern-grid-2.l-3 .listing-mg-item .post-meta, .listing-modern-grid-2.l-4 .listing-mg-item .post-meta, .listing-modern-grid-2.l-5 .listing-mg-item .post-meta {
    display: none !important
}

.listing-modern-grid-2.l-3 .listing-mg-item.listing-item-1 .post-meta, .listing-modern-grid-2.l-4 .listing-mg-item.listing-item-1 .post-meta, .listing-modern-grid-2.l-5 .listing-mg-item.listing-item-1 .post-meta {
    display: block
}

.listing-modern-grid-2.l-3 .listing-mg-item .format-icon, .listing-modern-grid-2.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item .format-icon, .listing-modern-grid-2.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-2.l-5 .listing-mg-item .format-icon, .listing-modern-grid-2.l-5 .listing-mg-item:hover .format-icon {
    right: 12px;
    top: 12px
}

.listing-modern-grid-2.l-3 .listing-mg-item:before, .listing-modern-grid-2.l-4 .listing-mg-item:before, .listing-modern-grid-2.l-5 .listing-mg-item:before {
    padding-top: 60%
}

.listing-modern-grid-2.l-3 .listing-item-1:before, .listing-modern-grid-2.l-4 .listing-item-1:before, .listing-modern-grid-2.l-5 .listing-item-1:before {
    padding-top: 45%
}

.listing-modern-grid-2.l-3 .mg-col-1, .listing-modern-grid-2.l-4 .mg-col-1, .listing-modern-grid-2.l-5 .mg-col-1 {
    width: 100%;
    padding: 0;
    margin-bottom: 2px
}

.listing-modern-grid-2.l-3 .mg-col-2, .listing-modern-grid-2.l-4 .mg-col-2, .listing-modern-grid-2.l-5 .mg-col-2 {
    width: 100%;
    padding: 0
}

.listing-modern-grid-2.l-4 .listing-mg-item .format-icon, .listing-modern-grid-2.l-5 .listing-mg-item .format-icon {
    display: none
}

.listing-modern-grid-2.l-4 .listing-mg-item-1 .format-icon, .listing-modern-grid-2.l-5 .listing-mg-item-1 .format-icon {
    display: block
}

.listing-modern-grid-2.l-4 .listing-mg-item:before, .listing-modern-grid-2.l-5 .listing-mg-item:before {
    padding-top: 80%
}

.listing-modern-grid-2.l-4 .listing-item-1:before, .listing-modern-grid-2.l-5 .listing-item-1:before {
    padding-top: 60%
}

.slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-2 .content-container, .slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-2.l-5 .listing-mg-item.listing-item-5 .content-container {
    max-height: 64%;
    padding: 12px
}

@media only screen and (max-width:900px) {
    .listing-modern-grid-2 .listing-mg-item .content-container {
        left: 15px;
        right: 15px;
        bottom: 12px;
        max-height: 50%
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-2 .mg-col-1, .listing-modern-grid-2 .mg-col-2 {
        width: 50%
    }

    .listing-modern-grid-2 .listing-mg-item:before {
        padding-top: 92.97%
    }

    .listing-modern-grid-2 .listing-item-1:before {
        padding-top: 93%
    }

    .listing-modern-grid-2 .listing-mg-item .title {
        font-size: 66%
    }

    .listing-modern-grid-2 .listing-item-1 .title {
        font-size: 86%
    }

    .listing-modern-grid-2 .listing-item-2 .term-badges, .listing-modern-grid-2 .listing-item-3 .term-badges, .listing-modern-grid-2 .listing-item-4 .term-badges, .listing-modern-grid-2 .listing-item-5 .term-badges {
        display: none
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-2 .listing-mg-item .post-meta {
        display: none
    }

    .listing-modern-grid-2 .listing-mg-item.listing-item-1 .post-meta {
        display: block
    }

    .listing-modern-grid-2 .listing-mg-item .format-icon, .listing-modern-grid-2 .listing-mg-item:hover .format-icon {
        right: 12px;
        top: 12px
    }

    .listing-modern-grid-2 .listing-mg-item:before {
        padding-top: 60%
    }

    .listing-modern-grid-2 .listing-item-1:before {
        padding-top: 45%
    }

    .listing-modern-grid-2 .mg-col-1 {
        width: 100%;
        padding: 0;
        margin-bottom: 2px
    }

    .listing-modern-grid-2 .mg-col-2 {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width:560px) {
    .listing-modern-grid-2 .listing-mg-item:before {
        padding-top: 80%
    }

    .listing-modern-grid-2 .listing-item-1:before {
        padding-top: 60%
    }
}

@media only screen and (max-width:480px) {
    .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-2 .content-container, .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-2 .listing-mg-item.listing-item-5 .content-container {
        max-height: 64%;
        padding: 12px
    }
}

.bs-shortcode.bs-modern-grid-listing-3 {
    margin-bottom: 10px
}

.listing-mg-3-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

    .listing-mg-3-item .item-content {
        position: relative;
        overflow: hidden
    }

        .listing-mg-3-item .item-content:before {
            display: block;
            content: " ";
            width: 100%;
            padding-top: 65%
        }

    .listing-mg-3-item .img-cont {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        position: absolute;
        top: -1px;
        left: -2px;
        right: -2px;
        bottom: -1px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        image-rendering: optimizeQuality;
        -moz-transform-origin: 0 0
    }

        .listing-mg-3-item .img-cont.b-error, .listing-mg-3-item .img-cont.b-loaded, body.bs-ll-d .listing-mg-3-item .img-cont {
            background-size: cover !important;
            animation: none
        }

        .listing-mg-3-item .img-cont:after {
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

    .listing-mg-3-item:hover .img-cont {
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1)
    }

    .listing-mg-3-item .content-container {
        position: absolute !important;
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 0;
        overflow: hidden;
        pointer-events: none
    }

        .listing-mg-3-item .content-container a {
            pointer-events: all
        }

    .listing-mg-3-item .title {
        margin: 0;
        text-shadow: 1px 1px 3px rgba(0,0,0,.2);
        line-height: 1.4;
        text-align: center !important
    }

        .listing-mg-3-item .title a {
            color: #fff
        }

    .listing-mg-3-item .post-meta {
        margin-top: 12px;
        text-align: center !important;
        font-size: 11px
    }

        .listing-mg-3-item .post-meta .comments, .listing-mg-3-item .post-meta .post-author {
            color: #fff;
            font-size: 11px
        }

        .listing-mg-3-item .post-meta .comments {
            float: none;
            margin-left: 0
        }

        .listing-mg-3-item .post-meta .post-author:after, .listing-mg-3-item .post-meta .time {
            color: rgba(255,255,255,.57)
        }

    .listing-mg-3-item .term-badges.floated {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        text-align: center;
        margin-bottom: 15px
    }

        .listing-mg-3-item .term-badges.floated .term-badge a {
            margin: 0 2px
        }

    .listing-mg-3-item.bsw-1 .title, .listing-mg-3-item.bsw-2 .title {
        font-size: 82%
    }

    .listing-mg-3-item.bsw-1 .post-meta, .listing-mg-3-item.bsw-2 .post-meta {
        display: none
    }

    .listing-mg-3-item.bsw-1 .item-content:before, .listing-mg-3-item.bsw-2 .item-content:before {
        padding-top: 65% !important
    }

    .listing-mg-3-item.bsw-1 .format-icon, .listing-mg-3-item.bsw-2 .format-icon {
        display: none !important
    }

    .listing-mg-3-item.bsw-1 .title a, .listing-mg-3-item.bsw-2 .title a {
        display: inline-block
    }

    .listing-mg-3-item.bsw-100 .title, .listing-mg-3-item.bsw-150 .title, .listing-mg-3-item.bsw-200 .title, .listing-mg-3-item.bsw-250 .title, .listing-mg-3-item.bsw-300 .title {
        font-size: 82%
    }

    .listing-mg-3-item.bsw-100 .post-meta, .listing-mg-3-item.bsw-150 .post-meta, .listing-mg-3-item.bsw-200 .post-meta, .listing-mg-3-item.bsw-250 .post-meta, .listing-mg-3-item.bsw-300 .post-meta {
        display: none
    }

    .listing-mg-3-item.bsw-400 .item-content:before {
        padding-top: 88% !important
    }

    .listing-mg-3-item.bsw-100 .item-content:before, .listing-mg-3-item.bsw-150 .item-content:before, .listing-mg-3-item.bsw-200 .item-content:before, .listing-mg-3-item.bsw-250 .item-content:before, .listing-mg-3-item.bsw-300 .item-content:before {
        padding-top: 68% !important
    }

    .listing-mg-3-item.bsw-100 .format-icon, .listing-mg-3-item.bsw-150 .format-icon, .listing-mg-3-item.bsw-200 .format-icon, .listing-mg-3-item.bsw-250 .format-icon {
        display: none !important
    }

    .listing-mg-3-item.bsw-100 .title a, .listing-mg-3-item.bsw-150 .title a, .listing-mg-3-item.bsw-200 .title a, .listing-mg-3-item.bsw-250 .title a, .listing-mg-3-item.bsw-300 .title a {
        display: inline-block
    }

@media only screen and (max-width:480px) {
    .listing-mg-3-item .title {
        font-size: 82%
    }

    .listing-mg-3-item .post-meta {
        display: none
    }

    .listing-mg-3-item .item-content:before {
        padding-top: 65% !important
    }

    .listing-mg-3-item .format-icon {
        display: none !important
    }

    .listing-mg-3-item .title a {
        display: inline-block
    }
}

.bs-shortcode.bs-modern-grid-listing-4 {
    margin-bottom: 10px
}

.listing-mg-4-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px
}

    .listing-mg-4-item .item-content {
        position: relative;
        overflow: hidden
    }

        .listing-mg-4-item .item-content:before {
            display: block;
            content: " ";
            width: 100%;
            padding-top: 135%
        }

    .listing-mg-4-item .img-cont {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        image-rendering: optimizeQuality;
        -moz-transform-origin: 0 0
    }

        .listing-mg-4-item .img-cont.b-error, .listing-mg-4-item .img-cont.b-loaded, body.bs-ll-d .listing-mg-4-item .img-cont {
            background-size: cover !important;
            animation: none
        }

        .listing-mg-4-item .img-cont:after {
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

    .listing-mg-4-item:hover .img-cont {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1)
    }

    .listing-mg-4-item .content-container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 20px 20px;
        overflow: hidden;
        pointer-events: none
    }

        .listing-mg-4-item .content-container a {
            pointer-events: all
        }

    .listing-mg-4-item .title {
        margin: 0;
        text-shadow: 1px 1px 3px rgba(0,0,0,.2);
        line-height: 1.4;
        text-align: center !important
    }

        .listing-mg-4-item .title a {
            color: #fff
        }

    .listing-mg-4-item .post-subtitle {
        text-align: center !important
    }

    .listing-mg-4-item .post-meta {
        margin-top: 12px;
        text-align: center !important;
        font-size: 11px
    }

        .listing-mg-4-item .post-meta .comments, .listing-mg-4-item .post-meta .post-author {
            color: #fff
        }

        .listing-mg-4-item .post-meta .comments {
            float: none;
            margin-left: 0
        }

        .listing-mg-4-item .post-meta .post-author:after, .listing-mg-4-item .post-meta .time {
            color: rgba(255,255,255,.57)
        }

    .listing-mg-4-item .term-badges.floated {
        position: absolute;
        right: auto;
        left: 0;
        top: 26px;
        bottom: auto;
        text-align: center;
        margin-bottom: 0;
        width: 100%;
        pointer-events: none
    }

        .listing-mg-4-item .term-badges.floated .term-badge a {
            margin: 0 2px;
            pointer-events: all
        }

.listing-modern-grid-4.listing.columns-2 .listing-item {
    width: 50%
}

    .listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(odd) {
        padding-left: 0;
        padding-right: 4px;
        clear: left
    }

    .listing-modern-grid-4.listing.columns-2 .listing-item:nth-child(even) {
        padding-left: 4px;
        padding-right: 0;
        clear: none
    }

.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-1) {
    padding: 0 2px
}

.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n-2) {
    padding-right: 4px;
    clear: left
}

.listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(3n+3) {
    padding-left: 4px
}

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n-3) {
    padding-left: 0;
    padding-right: 3px;
    clear: left
}

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+2) {
    padding-left: 1px;
    padding-right: 2px
}

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+3) {
    padding-left: 2px;
    padding-right: 1px
}

.listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(4n+4) {
    padding-right: 0;
    padding-left: 3px
}

.listing-modern-grid-4.bsw-6 .listing-mg-4-item .item-content:before {
    padding-top: 115%
}

.listing-mg-4-item.bsw-100 .post-meta, .listing-mg-4-item.bsw-150 .post-meta, .listing-mg-4-item.bsw-200 .post-meta, .listing-mg-4-item.bsw-250 .post-meta {
    display: none
}

.listing-mg-4-item.bsw-100 .item-content:before, .listing-mg-4-item.bsw-150 .item-content:before, .listing-mg-4-item.bsw-200 .item-content:before, .listing-mg-4-item.bsw-250 .item-content:before {
    padding-top: 125% !important
}

.listing-mg-4-item.bsw-100 .format-icon, .listing-mg-4-item.bsw-150 .format-icon, .listing-mg-4-item.bsw-200 .format-icon, .listing-mg-4-item.bsw-250 .format-icon {
    display: none !important
}

.listing-mg-4-item.bsw-100 .title a, .listing-mg-4-item.bsw-150 .title a, .listing-mg-4-item.bsw-200 .title a, .listing-mg-4-item.bsw-250 .title a {
    font-size: 82%;
    display: inline-block
}

@media only screen and (max-width:900px) {
    .listing-modern-grid-4.listing.columns-4 .listing-item {
        width: 33.3333%
    }

        .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1) {
            padding: 0 2px;
            clear: none !important
        }

        .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2) {
            padding-left: 0;
            padding-right: 4px;
            clear: left !important
        }

        .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3) {
            padding-left: 4px;
            padding-right: 0;
            clear: none !important
        }
}

@media only screen and (max-width:680px) {
    .listing-modern-grid-4.listing.columns-4 .listing-item {
        width: 33.333%
    }

        .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-1) {
            padding: 0 2px;
            clear: none !important
        }

        .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n-2) {
            padding-right: 4px;
            padding-left: 0;
            clear: left !important
        }

        .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(3n+3) {
            padding-left: 4px;
            padding-right: 0;
            clear: none !important
        }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-4.listing.columns-3 .listing-item, .listing-modern-grid-4.listing.columns-4 .listing-item {
        width: 50%
    }

        .listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(odd), .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(odd) {
            padding-left: 0;
            padding-right: 4px;
            clear: left !important
        }

        .listing-modern-grid-4.listing.columns-3 .listing-item:nth-child(even), .listing-modern-grid-4.listing.columns-4 .listing-item:nth-child(even) {
            padding-left: 4px;
            padding-right: 0;
            clear: none !important
        }
}

@media only screen and (max-width:300px) {
    .listing-modern-grid-4 .listing-mg-4-item .post-meta {
        display: none
    }
}

@media only screen and (max-width:380px) {
    .listing-mg-4-item .item-content:before {
        padding-top: 115% !important
    }

    .listing-mg-4-item .format-icon {
        display: none !important
    }

    .listing-mg-4-item .title a {
        font-size: 82%;
        display: inline-block
    }
}

.listing-modern-grid-5 .mg-col {
    position: relative;
    float: left
}

.listing-modern-grid-5 .mg-col-1 {
    width: 55%;
    left: 22.5%;
    padding: 0 10px
}

.listing-modern-grid-5 .mg-col-2 {
    width: 22.5%;
    left: -55%;
    padding: 0 20px 0 0
}

.listing-modern-grid-5 .mg-col-3 {
    width: 22.5%;
    padding: 0 0 0 20px
}

.listing-modern-grid-5.l-2 .mg-col-1 {
    width: 100%;
    left: auto;
    margin: 0 0 20px;
    padding: 0
}

.listing-modern-grid-5.l-2 .mg-col-2, .listing-modern-grid-5.l-2 .mg-col-3 {
    width: 50%;
    left: auto;
    padding: 0 40px
}

.listing-modern-grid-5.bsw-2 .mg-col-1, .listing-modern-grid-5.bsw-3 .mg-col-1, .listing-modern-grid-5.bsw-4 .mg-col-1, .listing-modern-grid-5.bsw-5 .mg-col-1, .listing-modern-grid-5.bsw-6 .mg-col-1 {
    margin-bottom: 10px
}

.listing-modern-grid-5.bsw-2 .mg-col-2, .listing-modern-grid-5.bsw-2 .mg-col-3, .listing-modern-grid-5.bsw-3 .mg-col-2, .listing-modern-grid-5.bsw-3 .mg-col-3, .listing-modern-grid-5.bsw-4 .mg-col-2, .listing-modern-grid-5.bsw-4 .mg-col-3, .listing-modern-grid-5.bsw-5 .mg-col-2, .listing-modern-grid-5.bsw-5 .mg-col-3, .listing-modern-grid-5.bsw-6 .mg-col-2, .listing-modern-grid-5.bsw-6 .mg-col-3 {
    padding: 0 20px
}

.listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title {
    padding: 0;
    line-height: 1.3
}

    .listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .title a, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .title a {
        font-size: 90%
    }

.listing-modern-grid-5.bsw-1 .mg-col-3, .listing-modern-grid-5.bsw-2 .mg-col-3, .listing-modern-grid-5.bsw-3 .mg-col-3, .listing-modern-grid-5.bsw-4 .mg-col-3, .listing-modern-grid-5.bsw-5 .mg-col-3 {
    padding: 0 0 0 10px
}

.listing-modern-grid-5.bsw-1 .mg-col-2, .listing-modern-grid-5.bsw-2 .mg-col-2, .listing-modern-grid-5.bsw-3 .mg-col-2, .listing-modern-grid-5.bsw-4 .mg-col-2, .listing-modern-grid-5.bsw-5 .mg-col-2 {
    padding: 0 10px 0 0
}

.listing-modern-grid-5 .term-badges.floated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    pointer-events: none;
    z-index: 1;
    line-height: 0;
    text-align: center
}

    .listing-modern-grid-5 .term-badges.floated a {
        pointer-events: all
    }

.listing-mg-5-item .item-content {
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .listing-mg-5-item .item-content:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 70.29%
    }

.listing-mg-5-item .img-cont {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0
}

    .listing-mg-5-item .img-cont.b-error, .listing-mg-5-item .img-cont.b-loaded, body.bs-ll-d .listing-mg-5-item .img-cont {
        background-size: cover !important;
        animation: none
    }

.listing-mg-5-item .title a {
    color: inherit
}

.listing-mg-5-item .title {
    line-height: 1.4
}

.listing-mg-5-item .content-container {
    padding: 0 !important;
    background: 0 0 !important
}

.listing-mg-5-item-big .img-cont {
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px
}

.listing-mg-5-item-big .item-content:before {
    padding-top: 66.29%
}

.listing-mg-5-item-big:hover .img-cont {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(.02deg)
}

.listing-mg-5-item-big .content-container {
    position: relative;
    padding: 20px !important;
    overflow: hidden;
    pointer-events: none;
    margin: -80px 35px 0;
    z-index: 1;
    background: #fff !important;
    min-height: 100px
}

.listing-mg-5-item-big .title {
    margin: 0 0 6px
}

.listing-mg-5-item-big .post-subtitle {
    color: #2d2d2d !important;
    text-shadow: none
}

.listing-mg-5-item-big .post-meta {
    text-align: center
}

    .listing-mg-5-item-big .post-meta .comments {
        float: none;
        margin-left: 0
    }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .content-container, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .content-container {
    padding: 20px 15px !important;
    overflow: hidden;
    pointer-events: none;
    margin: -80px 18px 0
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title, .listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title {
    line-height: 1
}

    .listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .title a, .listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .title a {
        font-size: 71%
    }

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-7 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-8 .listing-mg-5-item-big .item-content:before {
    padding-top: 54%
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-big .item-content:before, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-big .item-content:before {
    padding-top: 62%
}

.listing-mg-5-item-small .item-content:before {
    padding-top: 68%
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .term-badges.floated, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .format-icon, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .term-badges.floated {
    display: none
}

.listing-modern-grid-5.bsw-1 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-2 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-3 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-4 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-5 .listing-mg-5-item-small .item-content:before, .listing-modern-grid-5.bsw-6 .listing-mg-5-item-small .item-content:before {
    padding-top: 70%
}

.listing-mg-5-item-small {
    margin-bottom: 16px
}

.mg-col .listing-mg-5-item-small:last-child {
    margin-bottom: 0
}

.listing-mg-5-item-small .title {
    padding: 0 13px;
    margin: 10px 0 0;
    min-height: 38px
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-5 .mg-col-1 {
        width: 100%;
        left: auto;
        margin: 0 0 20px;
        padding: 0
    }

    .listing-modern-grid-5 .mg-col-2, .listing-modern-grid-5 .mg-col-3 {
        width: 50%;
        left: auto;
        padding: 0 40px
    }

    .listing-modern-grid-5 .listing-mg-5-item-big .title {
        line-height: 1
    }

        .listing-modern-grid-5 .listing-mg-5-item-big .title a {
            font-size: 71%
        }

    .listing-modern-grid-5 .listing-mg-5-item-big .item-content:before {
        padding-top: 54%
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-5 .listing-mg-5-item-small .format-icon {
        display: none
    }

    .listing-modern-grid-5 .mg-col-1 {
        margin-bottom: 10px
    }

    .listing-modern-grid-5 .mg-col-2, .listing-modern-grid-5 .mg-col-3 {
        padding: 0 20px
    }

    .listing-modern-grid-5 .listing-mg-5-item-small .title {
        padding: 0;
        line-height: 1.3
    }

        .listing-modern-grid-5 .listing-mg-5-item-small .title a {
            font-size: 90%
        }
}

@media only screen and (max-width:560px) {
    .listing-modern-grid-5 .listing-mg-5-item-big .item-content:before {
        padding-top: 62%
    }

    .listing-modern-grid-5 .listing-mg-5-item-small .term-badges.floated {
        display: none
    }

    .listing-modern-grid-5 .listing-mg-5-item-small .item-content:before {
        padding-top: 70%
    }
}

@media only screen and (max-width:480px) {
    .listing-modern-grid-5 .mg-col-3 {
        padding: 0 0 0 10px !important
    }

    .listing-modern-grid-5 .mg-col-2 {
        padding: 0 10px 0 0 !important
    }
}

@media only screen and (max-width:450px) {
    .listing-modern-grid-5 .listing-mg-5-item-big .content-container {
        padding: 20px 15px !important;
        overflow: hidden;
        pointer-events: none;
        margin: -80px 18px 0
    }
}

.listing-mg-6-item {
    position: relative;
    overflow: hidden
}

    .listing-mg-6-item + .listing-mg-6-item {
        margin-top: 2px
    }

    .listing-mg-6-item:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 64%
    }

    .listing-mg-6-item .item-content, .listing-modern-grid .bs-slider-item .item-content {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .listing-mg-6-item .img-cont {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        image-rendering: optimizeQuality;
        -moz-transform-origin: 0 0
    }

        .listing-mg-6-item .img-cont.b-error, .listing-mg-6-item .img-cont.b-loaded, body.bs-ll-d .listing-mg-6-item .img-cont {
            background-size: cover !important
        }

        .listing-mg-6-item .img-cont:after {
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

    .listing-mg-6-item:hover .img-cont {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1)
    }

    .listing-mg-6-item .content-container {
        position: absolute;
        bottom: 15px;
        left: 20px;
        right: 20px;
        padding: 0;
        max-height: 75%;
        overflow: hidden;
        pointer-events: none
    }

        .listing-mg-6-item .content-container a {
            pointer-events: all
        }

    .listing-mg-6-item .title {
        margin: 0;
        text-shadow: 1px 1px 3px rgba(0,0,0,.2);
        line-height: 1.4
    }

        .listing-mg-6-item .title a {
            color: inherit
        }

    .listing-mg-6-item .post-meta {
        margin-top: 3px
    }

        .listing-mg-6-item .post-meta .post-author {
            color: #fff
        }

        .listing-mg-6-item .post-meta .comments {
            color: #fff;
            float: right;
            margin-right: 0;
            margin-left: 15px
        }

        .listing-mg-6-item .post-meta .rating + .comments {
            float: none;
            margin-left: 0
        }

        .listing-mg-6-item .post-meta .post-author:after, .listing-mg-6-item .post-meta .time {
            color: rgba(255,255,255,.57)
        }

.listing-modern-grid-6 .mg-col-1 {
    width: 50%;
    float: left;
    padding-right: 1px
}

.listing-modern-grid-6 .mg-col-2 {
    width: 50%;
    float: left;
    padding-left: 1px
}

.infinity > .listing-modern-grid-6 + .listing-modern-grid-6, .more_btn > .listing-modern-grid-6 + .listing-modern-grid-6 {
    margin-top: 4px
}

.listing-modern-grid-6.bsw-1 .content-container, .listing-modern-grid-6.bsw-2 .content-container, .listing-modern-grid-6.bsw-3 .content-container, .listing-modern-grid-6.bsw-4 .content-container, .listing-modern-grid-6.bsw-5 .content-container, .listing-modern-grid-6.bsw-6 .content-container, .listing-modern-grid-6.bsw-7 .content-container, .listing-modern-grid-6.bsw-8 .content-container {
    max-height: 50%
}

.listing-modern-grid-6.bsw-1 .listing-item .title, .listing-modern-grid-6.bsw-2 .listing-item .title, .listing-modern-grid-6.bsw-3 .listing-item .title, .listing-modern-grid-6.bsw-4 .listing-item .title, .listing-modern-grid-6.bsw-5 .listing-item .title, .listing-modern-grid-6.bsw-6 .listing-item .title, .listing-modern-grid-6.bsw-7 .listing-item .title, .listing-modern-grid-6.bsw-8 .listing-item .title {
    line-height: 1
}

    .listing-modern-grid-6.bsw-1 .listing-item .title a, .listing-modern-grid-6.bsw-2 .listing-item .title a, .listing-modern-grid-6.bsw-3 .listing-item .title a, .listing-modern-grid-6.bsw-4 .listing-item .title a, .listing-modern-grid-6.bsw-5 .listing-item .title a, .listing-modern-grid-6.bsw-6 .listing-item .title a, .listing-modern-grid-6.bsw-7 .listing-item .title a, .listing-modern-grid-6.bsw-8 .listing-item .title a {
        font-size: 80%
    }

.listing-modern-grid-6.bsw-1 .mg-col-1, .listing-modern-grid-6.bsw-2 .mg-col-1, .listing-modern-grid-6.bsw-3 .mg-col-1, .listing-modern-grid-6.bsw-4 .mg-col-1, .listing-modern-grid-6.bsw-5 .mg-col-1 {
    width: 100%;
    padding: 0
}

.listing-modern-grid-6.bsw-1 .mg-col-2, .listing-modern-grid-6.bsw-2 .mg-col-2, .listing-modern-grid-6.bsw-3 .mg-col-2, .listing-modern-grid-6.bsw-4 .mg-col-2, .listing-modern-grid-6.bsw-5 .mg-col-2 {
    width: 100%;
    padding: 4px 0 0 0
}

.listing-modern-grid-6.bsw-1 .format-icon, .listing-modern-grid-6.bsw-2 .format-icon, .listing-modern-grid-6.bsw-3 .format-icon, .listing-modern-grid-6.bsw-4 .format-icon, .listing-modern-grid-6.bsw-5 .format-icon {
    display: none
}

.listing-modern-grid-6.bsw-1 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-2 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-3 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-4 .listing-mg-6-item:before, .listing-modern-grid-6.bsw-5 .listing-mg-6-item:before {
    padding-top: 60%
}

.slider-overlay-simple.listing-modern-grid-6.bsw-1 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-2 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-3 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-4 .listing-mg-item .content-container, .slider-overlay-simple.listing-modern-grid-6.bsw-5 .listing-mg-item .content-container {
    max-height: 60%;
    padding: 18px 15px 18px
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-6 .content-container {
        max-height: 50%
    }

    .listing-modern-grid-6 .listing-item .title {
        line-height: 1
    }

        .listing-modern-grid-6 .listing-item .title a {
            font-size: 80%
        }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-6 .listing-mg-6-item .post-meta {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .listing-modern-grid-6 .format-icon {
        display: none
    }

    .listing-modern-grid-6 .mg-col-1 {
        width: 100%;
        padding: 0
    }

    .listing-modern-grid-6 .mg-col-2 {
        width: 100%;
        padding: 4px 0 0 0
    }

    .listing-modern-grid-6 .listing-mg-6-item:before {
        padding-top: 60%
    }

    .slider-overlay-simple.listing-modern-grid-6 .listing-mg-item .content-container {
        max-height: 60%;
        padding: 18px 15px 18px
    }
}

.listing-mg-7-item:before {
    padding-top: 60%
}

.listing-modern-grid-7 .mg-row-1 {
    padding-bottom: 2px
}

    .listing-modern-grid-7 .mg-row-1 .mg-col-1 {
        width: 50%;
        float: left;
        padding-right: 1px
    }

    .listing-modern-grid-7 .mg-row-1 .mg-col-2 {
        width: 50%;
        float: left;
        padding-left: 1px
    }

.listing-modern-grid-7 .mg-row-2 .mg-col {
    width: 33.333%;
    float: left
}

.listing-modern-grid-7 .mg-row-2 .mg-col-1 {
    padding-right: 1.5px
}

.listing-modern-grid-7 .mg-row-2 .mg-col-2 {
    padding-left: .75px;
    padding-right: .75px
}

.listing-modern-grid-7 .mg-row-2 .mg-col-3 {
    padding-left: 1.5px
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item {
    width: 100%
}

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item:before {
        padding-top: 60%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 79%
    }

.listing-modern-grid-7.bsw-10 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-2 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-3 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-4 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-6 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-7 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-8 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-9 .mg-row-1 .listing-mg-7-item .title {
    font-size: 92%
}

.listing-modern-grid-7.bsw-10 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-2 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-3 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-4 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-6 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-7 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-8 .mg-row-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-9 .mg-row-2 .listing-mg-7-item .title {
    font-size: 72%
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-2 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-3 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-4 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-5 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-6 .listing-mg-7-item.listing-mg-item:hover .format-icon, .listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7.bsw-7 .listing-mg-7-item.listing-mg-item:hover .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0
}

.listing-modern-grid-7.bsw-1 .mg-col, .listing-modern-grid-7.bsw-1 .mg-row, .listing-modern-grid-7.bsw-2 .mg-col, .listing-modern-grid-7.bsw-2 .mg-row, .listing-modern-grid-7.bsw-3 .mg-col, .listing-modern-grid-7.bsw-3 .mg-row, .listing-modern-grid-7.bsw-4 .mg-col, .listing-modern-grid-7.bsw-4 .mg-row, .listing-modern-grid-7.bsw-5 .mg-col, .listing-modern-grid-7.bsw-5 .mg-row, .listing-modern-grid-7.bsw-6 .mg-col, .listing-modern-grid-7.bsw-6 .mg-row, .listing-modern-grid-7.bsw-7 .mg-col, .listing-modern-grid-7.bsw-7 .mg-row {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important
}

.listing-modern-grid-7.bsw-1 .listing-item, .listing-modern-grid-7.bsw-2 .listing-item, .listing-modern-grid-7.bsw-3 .listing-item, .listing-modern-grid-7.bsw-4 .listing-item, .listing-modern-grid-7.bsw-5 .listing-item, .listing-modern-grid-7.bsw-6 .listing-item, .listing-modern-grid-7.bsw-7 .listing-item {
    margin-bottom: 2px
}

.listing-modern-grid-7.bsw-4 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-5 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-6 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-7 .listing-mg-7-item:before {
    padding-top: 50% !important
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-2 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-3 .listing-mg-7-item:before {
    padding-top: 72% !important
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item .format-icon, .listing-modern-grid-7.bsw-2 .listing-mg-7-item .format-icon, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .format-icon {
    display: none
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-2 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-3 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-4 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-5 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-6 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-7 .listing-mg-7-item:before {
    padding-top: 24% !important
}

.listing-modern-grid-7.bsw-1 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-2 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-3 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-4 .listing-mg-7-item:before, .listing-modern-grid-7.bsw-5 .listing-mg-7-item:before {
    padding-top: 40% !important
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-meta, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-meta, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-meta, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-meta {
    display: none
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .title, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .title {
    font-size: 62% !important
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .post-subtitle, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .post-subtitle {
    font-size: 60% !important
}

.listing-modern-grid-7.bsw-2 .listing-mg-7-item .content-container, .listing-modern-grid-7.bsw-3 .listing-mg-7-item .content-container, .listing-modern-grid-7.bsw-4 .listing-mg-7-item .content-container, .listing-modern-grid-7.bsw-5 .listing-mg-7-item .content-container {
    max-height: 43% !important
}

@media only screen and (max-width:980px) {
    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
        font-size: 92%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 72%
    }
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-7 .listing-mg-7-item.listing-mg-item .format-icon, .listing-modern-grid-7 .listing-mg-7-item.listing-mg-item:hover .format-icon {
        right: 20px !important;
        top: 20px !important;
        transform: none;
        margin: 0
    }

    .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
        padding-top: 70% !important
    }

    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title, .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 78% !important
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-7 .listing-item {
        margin-bottom: 2px
    }

    .listing-modern-grid-7 .mg-col {
        width: 100% !important;
        float: none !important;
        padding: 0 !important
    }

    .listing-modern-grid-7 .mg-row {
        margin: 0 !important;
        padding: 0 !important
    }

    .listing-modern-grid-7 .post-meta {
        display: none
    }

    .listing-modern-grid-7 .term-badges.floated {
        display: block
    }

    .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
        padding-top: 40% !important
    }
}

@media only screen and (max-width:480px) {
    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
        font-size: 82%
    }

    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item.listing-item-2 .title, .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 62%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .post-subtitle {
        font-size: 60%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .content-container {
        max-height: 43%
    }
}

.listing-mg-8-item.listing-item-2 .title, .listing-mg-8-item.listing-item-3 .title, .listing-mg-8-item.listing-item-4 .title, .listing-mg-8-item.listing-item-5 .post-subtitle, .listing-mg-8-item.listing-item-5 .title {
    font-size: 72%
}

.listing-mg-8-item.listing-item-2 .title {
    font-size: 80%
}

.listing-modern-grid-8 .mg-col-1 {
    width: 46%;
    float: left;
    padding-right: 1px;
    overflow: hidden
}

.listing-modern-grid-8 .mg-col-2 {
    width: 32%;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    overflow: hidden
}

.listing-modern-grid-8 .mg-col-3 {
    width: 22%;
    float: left;
    padding-left: 1px;
    overflow: hidden
}

.listing-modern-grid-8 .mg-row-1 {
    margin: 0 0 2px;
    overflow: hidden
}

.listing-modern-grid-8 .item-3-cont, .listing-modern-grid-8 .item-4-cont {
    width: 50%;
    float: left;
    overflow: hidden
}

.listing-modern-grid-8 .item-3-cont {
    padding-right: 1px
}

.listing-modern-grid-8 .item-4-cont {
    padding-left: 1px
}

.listing-mg-8-item.listing-item-1:before {
    padding-top: 71.779%
}

.listing-mg-8-item.listing-item-2:before {
    padding-top: 53.005%
}

.listing-mg-8-item.listing-item-3:before, .listing-mg-8-item.listing-item-4:before {
    padding-top: 100.55%
}

.listing-mg-8-item.listing-item-5:before {
    padding-top: 150.394%
}

.listing-mg-8-item.listing-mg-item .format-icon, .listing-mg-8-item.listing-mg-item:hover .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0
}

.listing-modern-grid-8.l-1 .mg-col-3, .listing-modern-grid-8.l-2 .mg-col-3, .listing-modern-grid-8.l-3 .mg-col-3, .listing-modern-grid-8.l-4 .mg-col-3 {
    width: 100%;
    padding: 2px 0 0
}

.listing-modern-grid-8.l-1 .mg-col-1, .listing-modern-grid-8.l-2 .mg-col-1, .listing-modern-grid-8.l-3 .mg-col-1, .listing-modern-grid-8.l-4 .mg-col-1 {
    width: 56%
}

.listing-modern-grid-8.l-1 .mg-col-2, .listing-modern-grid-8.l-2 .mg-col-2, .listing-modern-grid-8.l-3 .mg-col-2, .listing-modern-grid-8.l-4 .mg-col-2 {
    width: 44%;
    padding: 0 0 0 1px
}

.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before {
    padding-top: 47.29%
}

.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before {
    padding-top: 87.68%
}

.listing-modern-grid-8.l-1 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before {
    padding-top: 18%
}

.listing-modern-grid-8.l-2 .listing-mg-8-item:before, .listing-modern-grid-8.l-3 .listing-mg-8-item:before, .listing-modern-grid-8.l-4 .listing-mg-8-item:before {
    padding-top: 89%
}

.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before {
    padding-top: 18%
}

.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before {
    padding-top: 65.5%
}

.listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-2 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before {
    padding-top: 95.055%
}

.listing-modern-grid-8.l-2 .listing-item-1 .title, .listing-modern-grid-8.l-3 .listing-item-1 .title, .listing-modern-grid-8.l-4 .listing-item-1 .title {
    font-size: 80%
}

.listing-modern-grid-8.l-2 .listing-item-2 .title, .listing-modern-grid-8.l-2 .listing-item-3 .title, .listing-modern-grid-8.l-2 .listing-item-4 .title, .listing-modern-grid-8.l-3 .listing-item-2 .title, .listing-modern-grid-8.l-3 .listing-item-3 .title, .listing-modern-grid-8.l-3 .listing-item-4 .title, .listing-modern-grid-8.l-4 .listing-item-2 .title, .listing-modern-grid-8.l-4 .listing-item-3 .title, .listing-modern-grid-8.l-4 .listing-item-4 .title {
    font-size: 62%
}

.listing-modern-grid-8.l-2 .listing-item-3 .term-badges, .listing-modern-grid-8.l-2 .listing-item-4 .term-badges, .listing-modern-grid-8.l-3 .listing-item-3 .term-badges, .listing-modern-grid-8.l-3 .listing-item-4 .term-badges, .listing-modern-grid-8.l-4 .listing-item-3 .term-badges, .listing-modern-grid-8.l-4 .listing-item-4 .term-badges {
    display: none
}

.listing-modern-grid-8.l-2 .listing-mg-item .content-container, .listing-modern-grid-8.l-3 .listing-mg-item .content-container, .listing-modern-grid-8.l-4 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 10px;
    max-height: 50%
}

.listing-modern-grid-8.l-3 .mg-col-1, .listing-modern-grid-8.l-4 .mg-col-1 {
    width: 100%;
    padding: 0
}

.listing-modern-grid-8.l-3 .mg-col-2, .listing-modern-grid-8.l-4 .mg-col-2 {
    width: 100%;
    padding: 2px 0 0 0
}

.listing-modern-grid-8.l-3 .mg-row-2, .listing-modern-grid-8.l-4 .mg-row-2 {
    width: 100%;
    padding: 0;
    float: none
}

.listing-modern-grid-8.l-3 .listing-item-1:before, .listing-modern-grid-8.l-4 .listing-item-1:before {
    padding-top: 46%
}

.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before {
    padding-top: 65.5%
}

.listing-modern-grid-8.l-3 .listing-item-2 .title, .listing-modern-grid-8.l-4 .listing-item-2 .title {
    font-size: 72%
}

.listing-modern-grid-8.l-3 .listing-item-2 .post-meta, .listing-modern-grid-8.l-3 .mg-col-2 .post-meta, .listing-modern-grid-8.l-3 .mg-col-2 .term-badges.floated, .listing-modern-grid-8.l-3 .mg-col-3 .post-meta, .listing-modern-grid-8.l-3 .mg-col-3 .term-badges.floated, .listing-modern-grid-8.l-4 .listing-item-2 .post-meta, .listing-modern-grid-8.l-4 .mg-col-2 .post-meta, .listing-modern-grid-8.l-4 .mg-col-2 .term-badges.floated, .listing-modern-grid-8.l-4 .mg-col-3 .post-meta, .listing-modern-grid-8.l-4 .mg-col-3 .term-badges.floated {
    display: none
}

.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-1:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before {
    padding-top: 50%
}

.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2 .term-badges.floated, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2 .term-badges.floated {
    display: none
}

.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-5:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-5:before {
    padding-top: 36%
}

.listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-3 .listing-mg-8-item.listing-item-4:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-4:before {
    padding-top: 79.5%
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-2:before {
    padding-top: 50.5%
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1:before {
    padding-top: 55%
}

.listing-modern-grid-8.l-4 .listing-mg-8-item.listing-item-1 .post-meta {
    display: none
}

.listing-modern-grid-8.l-4 .listing-mg-item .content-container {
    left: 12px;
    right: 12px;
    bottom: 12px
}

.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container, .listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container {
    max-height: 40%
}

.slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-2 .content-container, .slider-overlay-simple.listing-modern-grid-8.l-4 .listing-mg-item.listing-item-3 .content-container {
    max-height: 60%;
    padding: 12px 12px 10px
}

.listing-mg-8-item.listing-mg-item.l-4 .format-icon, .listing-mg-8-item.listing-mg-item.l-4:hover .format-icon {
    right: 10px !important;
    top: 10px !important
}

@media only screen and (max-width:980px) {
    .listing-modern-grid-8 .mg-col-3 {
        width: 100%;
        padding: 2px 0 0
    }

    .listing-modern-grid-8 .mg-col-1 {
        width: 56%
    }

    .listing-modern-grid-8 .mg-col-2 {
        width: 44%;
        padding: 0 0 0 1px
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
        padding-top: 47.29%
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before {
        padding-top: 87.68%
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before {
        padding-top: 18%
    }
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-8 .listing-mg-8-item:before {
        padding-top: 89%
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before {
        padding-top: 18%
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
        padding-top: 65.5%
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before {
        padding-top: 95.055%
    }

    .listing-modern-grid-8 .listing-item-1 .title {
        font-size: 80%
    }

    .listing-modern-grid-8 .listing-item-2 .title, .listing-modern-grid-8 .listing-item-3 .title {
        font-size: 72%
    }

    .listing-modern-grid-8 .listing-item-3 .term-badges, .listing-modern-grid-8 .listing-item-4 .term-badges {
        display: none
    }

    .listing-modern-grid-8 .listing-mg-item .content-container {
        left: 15px;
        right: 15px;
        bottom: 10px;
        max-height: 50%
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-8 .mg-col-1 {
        width: 100% !important;
        padding: 0 !important
    }

    .listing-modern-grid-8 .mg-col-2 {
        width: 100% !important;
        padding: 2px 0 0 0 !important
    }

    .listing-modern-grid-8 .mg-row-2 {
        width: 100% !important;
        padding: 0 !important;
        float: none !important
    }

    .listing-modern-grid-8 .listing-item-1:before {
        padding-top: 46% !important
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before {
        padding-top: 65.5% !important
    }

    .listing-modern-grid-8 .listing-item-2 .title, .listing-modern-grid-8 .listing-item-3 .title {
        font-size: 72% !important
    }

    .listing-modern-grid-8 .listing-item-2 .post-meta, .listing-modern-grid-8 .mg-col-2 .post-meta, .listing-modern-grid-8 .mg-col-2 .term-badges.floated, .listing-modern-grid-8 .mg-col-3 .post-meta, .listing-modern-grid-8 .mg-col-3 .term-badges.floated {
        display: none !important
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before {
        padding-top: 50% !important
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-2 .term-badges.floated {
        display: none !important
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-5:before {
        padding-top: 36% !important
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-3:before, .listing-modern-grid-8 .listing-mg-8-item.listing-item-4:before {
        padding-top: 79.5% !important
    }
}

@media only screen and (max-width:480px) {
    .listing-modern-grid-8 .listing-mg-8-item.listing-item-2:before {
        padding-top: 50.5%
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-1:before {
        padding-top: 55%
    }

    .listing-modern-grid-8 .listing-mg-8-item.listing-item-1 .post-meta {
        display: none
    }

    .listing-modern-grid-8 .listing-item-2 .title, .listing-modern-grid-8 .listing-item-3 .title {
        font-size: 64%
    }

    .listing-modern-grid-8 .listing-mg-item .content-container {
        left: 12px;
        right: 12px;
        bottom: 12px
    }

    .listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container, .listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container {
        max-height: 40%
    }

    .slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-2 .content-container, .slider-overlay-simple.listing-modern-grid-8 .listing-mg-item.listing-item-3 .content-container {
        max-height: 60%;
        padding: 12px 12px 10px
    }

    .listing-mg-8-item.listing-mg-item .format-icon, .listing-mg-8-item.listing-mg-item:hover .format-icon {
        right: 10px !important;
        top: 10px !important
    }
}

.listing-mg-9-item.listing-item-2 .title, .listing-mg-9-item.listing-item-3 .title, .listing-mg-9-item.listing-item-4 .title, .listing-mg-9-item.listing-item-5 .title, .listing-mg-9-item.listing-item-6 .title, .listing-mg-9-item.listing-item-7 .title {
    font-size: 72%
}

.listing-mg-9-item.listing-mg-item .format-icon, .listing-mg-9-item.listing-mg-item:hover .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0
}

.listing-mg-9-item:before {
    padding-top: 93.76%
}

.listing-modern-grid-9 .mg-col-3 .listing-mg-9-item:before {
    padding-top: 93.97%
}

.listing-mg-9-item.listing-item-1:before {
    padding-top: 74.545%
}

.listing-modern-grid-9 .mg-col-1 {
    width: 45.6%;
    float: left;
    padding-right: 1px
}

.listing-modern-grid-9 .mg-col-2 {
    width: 36.35%;
    float: left;
    padding-left: 1px;
    padding-right: 1px
}

.listing-modern-grid-9 .mg-col-3 {
    width: 18.05%;
    float: left;
    padding-left: 1px
}

.listing-modern-grid-9 .item-2-cont, .listing-modern-grid-9 .item-3-cont, .listing-modern-grid-9 .item-4-cont, .listing-modern-grid-9 .item-5-cont {
    width: 50%;
    float: left
}

.listing-modern-grid-9 .item-2-cont, .listing-modern-grid-9 .item-4-cont {
    padding-right: 1px
}

.listing-modern-grid-9 .item-3-cont, .listing-modern-grid-9 .item-5-cont {
    padding-left: 1px
}

.listing-modern-grid-9 .mg-row-1 {
    margin-bottom: 2px
}

.listing-modern-grid-9.l-1 .mg-col-1, .listing-modern-grid-9.l-2 .mg-col-1, .listing-modern-grid-9.l-3 .mg-col-1, .listing-modern-grid-9.l-4 .mg-col-1, .listing-modern-grid-9.l-5 .mg-col-1 {
    width: 53%
}

.listing-modern-grid-9.l-1 .mg-col-2, .listing-modern-grid-9.l-2 .mg-col-2, .listing-modern-grid-9.l-3 .mg-col-2, .listing-modern-grid-9.l-4 .mg-col-2, .listing-modern-grid-9.l-5 .mg-col-2 {
    width: 47%
}

.listing-modern-grid-9.l-1 .listing-mg-9-item:before, .listing-modern-grid-9.l-2 .listing-mg-9-item:before, .listing-modern-grid-9.l-3 .listing-mg-9-item:before, .listing-modern-grid-9.l-4 .listing-mg-9-item:before, .listing-modern-grid-9.l-5 .listing-mg-9-item:before {
    padding-top: 86.97%
}

.listing-modern-grid-9.l-1 .listing-item-1:before, .listing-modern-grid-9.l-2 .listing-item-1:before, .listing-modern-grid-9.l-3 .listing-item-1:before, .listing-modern-grid-9.l-4 .listing-item-1:before, .listing-modern-grid-9.l-5 .listing-item-1:before {
    padding-top: 77%
}

.listing-modern-grid-9.l-1 .listing-mg-item .content-container, .listing-modern-grid-9.l-2 .listing-mg-item .content-container, .listing-modern-grid-9.l-3 .listing-mg-item .content-container, .listing-modern-grid-9.l-4 .listing-mg-item .content-container, .listing-modern-grid-9.l-5 .listing-mg-item .content-container {
    left: 15px;
    right: 15px;
    bottom: 12px;
    max-height: 50%
}

.listing-modern-grid-9.l-1 .mg-col-3 .mg-row, .listing-modern-grid-9.l-2 .mg-col-3 .mg-row, .listing-modern-grid-9.l-3 .mg-col-3 .mg-row, .listing-modern-grid-9.l-4 .mg-col-3 .mg-row, .listing-modern-grid-9.l-5 .mg-col-3 .mg-row {
    width: 50%;
    float: left
}

.listing-modern-grid-9.l-1 .mg-col-3, .listing-modern-grid-9.l-2 .mg-col-3, .listing-modern-grid-9.l-3 .mg-col-3, .listing-modern-grid-9.l-4 .mg-col-3, .listing-modern-grid-9.l-5 .mg-col-3 {
    width: 100%;
    padding: 2px 0 0
}

    .listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-1, .listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-1 {
        padding-right: 1px
    }

    .listing-modern-grid-9.l-1 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-2 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-3 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-4 .mg-col-3 .mg-row.mg-row-2, .listing-modern-grid-9.l-5 .mg-col-3 .mg-row.mg-row-2 {
        padding-left: 1px
    }

.listing-modern-grid-9.l-2 .mg-col-1, .listing-modern-grid-9.l-2 .mg-col-2, .listing-modern-grid-9.l-3 .mg-col-1, .listing-modern-grid-9.l-3 .mg-col-2, .listing-modern-grid-9.l-4 .mg-col-1, .listing-modern-grid-9.l-4 .mg-col-2, .listing-modern-grid-9.l-5 .mg-col-1, .listing-modern-grid-9.l-5 .mg-col-2 {
    width: 50%
}

.listing-modern-grid-9.l-2 .listing-mg-item:before, .listing-modern-grid-9.l-3 .listing-mg-item:before, .listing-modern-grid-9.l-4 .listing-mg-item:before, .listing-modern-grid-9.l-5 .listing-mg-item:before {
    padding-top: 93%
}

.listing-modern-grid-9.l-2 .listing-item-1:before, .listing-modern-grid-9.l-3 .listing-item-1:before, .listing-modern-grid-9.l-4 .listing-item-1:before, .listing-modern-grid-9.l-5 .listing-item-1:before {
    padding-top: 92.876%
}

.listing-modern-grid-9.l-2 .mg-col-3 .listing-item:before {
    padding-top: 37%
}

.listing-modern-grid-9.l-2 .listing-mg-item .title, .listing-modern-grid-9.l-3 .listing-mg-item .title, .listing-modern-grid-9.l-4 .listing-mg-item .title, .listing-modern-grid-9.l-5 .listing-mg-item .title {
    font-size: 66%
}

.listing-modern-grid-9.l-2 .listing-item-1 .title, .listing-modern-grid-9.l-3 .listing-item-1 .title, .listing-modern-grid-9.l-4 .listing-item-1 .title, .listing-modern-grid-9.l-5 .listing-item-1 .title {
    font-size: 86%
}

.listing-modern-grid-9.l-2 .mg-col-2 .term-badges, .listing-modern-grid-9.l-2 .mg-col-3 .term-badges, .listing-modern-grid-9.l-3 .mg-col-2 .term-badges, .listing-modern-grid-9.l-3 .mg-col-3 .term-badges, .listing-modern-grid-9.l-4 .mg-col-2 .term-badges, .listing-modern-grid-9.l-4 .mg-col-3 .term-badges, .listing-modern-grid-9.l-5 .mg-col-2 .term-badges, .listing-modern-grid-9.l-5 .mg-col-3 .term-badges {
    display: none
}

.listing-modern-grid-9.l-3 .listing-mg-item .post-meta, .listing-modern-grid-9.l-4 .listing-mg-item .post-meta, .listing-modern-grid-9.l-5 .listing-mg-item .post-meta {
    display: none !important
}

.listing-modern-grid-9.l-3 .listing-mg-item .format-icon, .listing-modern-grid-9.l-3 .listing-mg-item:hover .format-icon, .listing-modern-grid-9.l-4 .listing-mg-item .format-icon, .listing-modern-grid-9.l-4 .listing-mg-item:hover .format-icon, .listing-modern-grid-9.l-5 .listing-mg-item .format-icon, .listing-modern-grid-9.l-5 .listing-mg-item:hover .format-icon {
    right: 12px !important;
    top: 12px !important
}

.listing-modern-grid-9.l-3.l-3 .listing-mg-item:before, .listing-modern-grid-9.l-4 .listing-mg-item:before, .listing-modern-grid-9.l-5 .listing-mg-item:before {
    padding-top: 60%
}

.listing-modern-grid-9.l-3 .listing-item-1:before, .listing-modern-grid-9.l-4 .listing-item-1:before, .listing-modern-grid-9.l-5 .listing-item-1:before {
    padding-top: 45%
}

.listing-modern-grid-9.l-3 .mg-col-1, .listing-modern-grid-9.l-4 .mg-col-1, .listing-modern-grid-9.l-5 .mg-col-1 {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 2px !important
}

.listing-modern-grid-9.l-3 .mg-col-2, .listing-modern-grid-9.l-4 .mg-col-2, .listing-modern-grid-9.l-5 .mg-col-2 {
    width: 100% !important;
    padding: 0 !important
}

.listing-modern-grid-9.l-4 .listing-mg-item:before, .listing-modern-grid-9.l-4 .mg-col-3 .listing-item:before, .listing-modern-grid-9.l-5 .listing-mg-item:before, .listing-modern-grid-9.l-5 .mg-col-3 .listing-item:before {
    padding-top: 80%
}

.listing-modern-grid-9.l-4 .listing-item-1:before, .listing-modern-grid-9.l-5 .listing-item-1:before {
    padding-top: 55%
}

.slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-2 .content-container, .slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-9.l-5 .listing-mg-item.listing-item-5 .content-container {
    max-height: 64%;
    padding: 12px !important
}

@media only screen and (max-width:980px) {
    .listing-modern-grid-9 .mg-col-1 {
        width: 53%
    }

    .listing-modern-grid-9 .mg-col-2 {
        width: 47%
    }

    .listing-modern-grid-9 .listing-mg-9-item:before {
        padding-top: 86.97%
    }

    .listing-modern-grid-9 .listing-item-1:before {
        padding-top: 77%
    }

    .listing-modern-grid-9 .listing-mg-item .content-container {
        left: 15px;
        right: 15px;
        bottom: 12px;
        max-height: 50%
    }

    .listing-modern-grid-9 .mg-col-3 .mg-row {
        width: 50% !important;
        float: left !important
    }

    .listing-modern-grid-9 .mg-col-3 {
        width: 100%;
        padding: 2px 0 0
    }

        .listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-1 {
            padding-right: 1px
        }

        .listing-modern-grid-9 .mg-col-3 .mg-row.mg-row-2 {
            padding-left: 1px
        }

        .listing-modern-grid-9 .mg-col-3 .listing-item:before {
            padding-top: 37%
        }
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-9 .mg-col-1, .listing-modern-grid-9 .mg-col-2 {
        width: 50% !important
    }

    .listing-modern-grid-9 .listing-mg-item:before {
        padding-top: 93%
    }

    .listing-modern-grid-9 .listing-item-1:before {
        padding-top: 92.876%
    }

    .listing-modern-grid-9 .listing-mg-item .title {
        font-size: 66%
    }

    .listing-modern-grid-9 .listing-item-1 .title {
        font-size: 86%
    }

    .listing-modern-grid-9 .mg-col-2 .term-badges, .listing-modern-grid-9 .mg-col-3 .term-badges {
        display: none
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-9 .listing-mg-item .post-meta {
        display: none
    }

    .listing-modern-grid-9 .listing-mg-item .format-icon, .listing-modern-grid-9 .listing-mg-item:hover .format-icon {
        right: 12px;
        top: 12px
    }

    .listing-modern-grid-9 .listing-mg-item:before, .listing-modern-grid-9 .mg-col-3 .listing-item:before {
        padding-top: 60%
    }

    .listing-modern-grid-9 .listing-item-1:before {
        padding-top: 45%
    }

    .listing-modern-grid-9 .mg-col-1 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 2px !important
    }

    .listing-modern-grid-9 .mg-col-2 {
        width: 100% !important;
        padding: 0 !important
    }
}

@media only screen and (max-width:560px) {
    .listing-modern-grid-9 .listing-mg-item:before, .listing-modern-grid-9 .mg-col-3 .listing-item:before {
        padding-top: 80% !important
    }

    .listing-modern-grid-9 .listing-item-1:before {
        padding-top: 55% !important
    }
}

@media only screen and (max-width:480px) {
    .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-2 .content-container, .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-3 .content-container, .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-4 .content-container, .slider-overlay-simple.listing-modern-grid-9 .listing-mg-item.listing-item-5 .content-container {
        max-height: 64%;
        padding: 12px
    }
}

.listing-mg-10-item:before {
    padding-top: 60%
}

.listing-modern-grid-10 .mg-row-1 {
    padding-bottom: 4px
}

    .listing-modern-grid-10 .mg-row-1 .mg-col-1 {
        width: 50%;
        float: left;
        padding-right: 2px
    }

    .listing-modern-grid-10 .mg-row-1 .mg-col-2 {
        width: 50%;
        float: left;
        padding-left: 2px
    }

.listing-modern-grid-10 .mg-row-2 .mg-col {
    width: 25%;
    float: left
}

.listing-modern-grid-10 .mg-row-2 .mg-col-1 {
    padding-right: 3px
}

.listing-modern-grid-10 .mg-row-2 .mg-col-2 {
    padding-left: 1px;
    padding-right: 2px
}

.listing-modern-grid-10 .mg-row-2 .mg-col-3 {
    padding-left: 2px;
    padding-right: 1px
}

.listing-modern-grid-10 .mg-row-2 .mg-col-4 {
    padding-left: 3px
}

.listing-modern-grid-10 .mg-row-2 .listing-mg-10-item {
    width: 100%
}

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
        padding-top: 64%
    }

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .post-subtitle, .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
        font-size: 75%
    }

.listing-modern-grid-10 .mg-row-2 .listing-mg-item:hover .format-icon {
    margin-top: -46px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10.l-1 .listing-mg-10-item.listing-mg-item:hover .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0
}

.listing-modern-grid-10.l-1 .mg-row-2 .mg-col, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col {
    width: 50%
}

.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3 {
    padding-right: 2px;
    padding-left: 0
}

.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4 {
    padding-left: 2px;
    padding-right: 0
}

.listing-modern-grid-10.l-1 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-1 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-2 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-3 .mg-row-2 .mg-col-4, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-3, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-4 {
    padding-top: 4px
}

.listing-modern-grid-10.l-1 .mg-row-1 .listing-mg-10-item .title, .listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item .title, .listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item .title, .listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title {
    font-size: 92%
}

.listing-modern-grid-10.l-1 .mg-row-2 .listing-mg-10-item .title, .listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item .title, .listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .title, .listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title {
    font-size: 72%
}

.listing-modern-grid-10.l-2 .mg-row-1 .mg-col, .listing-modern-grid-10.l-3 .mg-row-1 .mg-col, .listing-modern-grid-10.l-4 .mg-row-1 .mg-col {
    width: 100%;
    padding: 0;
    float: none
}

.listing-modern-grid-10.l-2 .mg-row-1 .mg-col-1, .listing-modern-grid-10.l-3 .mg-row-1 .mg-col-1, .listing-modern-grid-10.l-4 .mg-row-1 .mg-col-1 {
    padding-bottom: 4px
}

.listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10.l-2 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10.l-3 .listing-mg-10-item.listing-mg-item:hover .format-icon, .listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10.l-4 .listing-mg-10-item.listing-mg-item:hover .format-icon {
    right: 20px !important;
    top: 20px !important;
    transform: none;
    margin: 0
}

.listing-modern-grid-10.l-2 .mg-row-1 .listing-mg-10-item:before, .listing-modern-grid-10.l-3 .mg-row-1 .listing-mg-10-item:before, .listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before {
    padding-top: 36%
}

.listing-modern-grid-10.l-2 .mg-row-2 .listing-mg-10-item:before, .listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item:before, .listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before {
    padding-top: 70%
}

.listing-modern-grid-10.l-3 .listing-item .post-meta, .listing-modern-grid-10.l-4 .listing-item .post-meta {
    display: none
}

.listing-modern-grid-10.l-3 .mg-row-2 .mg-col, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col {
    width: 50%
}

.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-1, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-1 {
    padding-right: 2px
}

.listing-modern-grid-10.l-3 .mg-row-2 .mg-col-2, .listing-modern-grid-10.l-4 .mg-row-2 .mg-col-2 {
    padding-left: 2px;
    padding-right: 0
}

.listing-modern-grid-10.l-3 .mg-row-2 .listing-mg-10-item .format-icon, .listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .format-icon {
    display: none
}

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item:before {
    padding-top: 52%
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item:before {
    padding-top: 76%
}

.listing-modern-grid-10.l-4 .mg-row-1 .listing-mg-10-item .title {
    font-size: 82%
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .title {
    font-size: 62%
}

.listing-modern-grid-10.l-4 .mg-row-2 .listing-mg-10-item .content-container {
    max-height: 43%
}

@media only screen and (max-width:980px) {
    .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon {
        right: 20px !important;
        top: 20px !important;
        transform: none;
        margin: 0
    }

    .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title {
        font-size: 92%
    }

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
        font-size: 72%
    }
}

@media only screen and (max-width:780px) {
    .listing-modern-grid-10 .mg-row-2 .mg-col {
        width: 50% !important
    }

    .listing-modern-grid-10 .mg-row-2 .mg-col-1, .listing-modern-grid-10 .mg-row-2 .mg-col-3 {
        padding-right: 2px !important;
        padding-left: 0 !important
    }

    .listing-modern-grid-10 .mg-row-2 .mg-col-2, .listing-modern-grid-10 .mg-row-2 .mg-col-4 {
        padding-left: 2px !important;
        padding-right: 0 !important
    }

    .listing-modern-grid-10 .mg-row-2 .mg-col-3, .listing-modern-grid-10 .mg-row-2 .mg-col-4 {
        padding-top: 4px !important
    }

    .listing-modern-grid-10 .mg-row-1 .mg-col {
        width: 100% !important;
        padding: 0 !important;
        float: none !important
    }

    .listing-modern-grid-10 .mg-row-1 .mg-col-1 {
        padding-bottom: 4px !important
    }

    .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before {
        padding-top: 30%
    }

    .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item .format-icon, .listing-modern-grid-10 .listing-mg-10-item.listing-mg-item:hover .format-icon {
        right: 20px !important;
        top: 20px !important;
        transform: none;
        margin: 0
    }

    .listing-modern-grid-10 .listing-mg-10-item:before {
        padding-top: 70%
    }

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
        padding-top: 50%
    }
}

@media only screen and (max-width:620px) {
    .listing-modern-grid-10 .listing-item .post-meta {
        display: none
    }

    .listing-modern-grid-10 .mg-row-2 .mg-col {
        width: 50% !important
    }

    .listing-modern-grid-10 .mg-row-2 .mg-col-1 {
        padding-right: 2px !important
    }

    .listing-modern-grid-10 .mg-row-2 .mg-col-2 {
        padding-left: 2px !important;
        padding-right: 0 !important
    }

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .format-icon {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item:before {
        padding-top: 52% !important
    }

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item:before {
        padding-top: 76% !important
    }

    .listing-modern-grid-10 .mg-row-1 .listing-mg-10-item .title {
        font-size: 82%
    }

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .title {
        font-size: 62%
    }

    .listing-modern-grid-10 .mg-row-2 .listing-mg-10-item .content-container {
        max-height: 43%
    }
}

.listing-item-user {
    position: relative
}

    .listing-item-user .user-avatar img {
        border-radius: 50%;
        display: inline-block
    }

    .listing-item-user .btn-light {
        background: #fff !important;
        border: 1px solid rgba(0,0,0,.1);
        color: #3c3c3c !important;
        vertical-align: top;
        line-height: 24px;
        font-size: 10px;
        padding: 0 8px;
        margin: 0 10px 0 0
    }

        .listing-item-user .btn-light.btn-light:focus, .listing-item-user .btn-light.btn-light:hover {
            color: #3c3c3c !important;
            text-decoration: none !important;
            border-color: rgba(0,0,0,.2);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
        }

    .listing-item-user .user-social-icons {
        display: inline;
        padding: 0;
        margin: 0;
        vertical-align: top
    }

        .listing-item-user .user-social-icons .social-item {
            display: inline-block;
            padding: 0;
            margin: 0 5px 7px 0
        }

            .listing-item-user .user-social-icons .social-item:last-child {
                margin-right: 0
            }

        .listing-item-user .user-social-icons a {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            padding: 0 4px;
            text-align: center;
            display: inline-block;
            min-width: 27px;
            font-size: 12px;
            line-height: 24px;
            color: #444;
            vertical-align: top
        }

        .listing-item-user .user-social-icons .social-item a, .listing-item-user .user-social-icons .social-item a .fa {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .listing-item-user .user-social-icons .github:hover a:hover {
            color: #666
        }

        .listing-item-user .user-social-icons .pinterest a:hover {
            color: #cb2027
        }

        .listing-item-user .user-social-icons .youtube a:hover {
            color: #cc181e
        }

        .listing-item-user .user-social-icons .linkedin a:hover {
            color: #0266a0
        }

        .listing-item-user .user-social-icons .dribbble a:hover {
            color: #ea4c89
        }

        .listing-item-user .user-social-icons .vimeo a:hover {
            color: #46a3e9
        }

        .listing-item-user .user-social-icons .delicious a:hover {
            color: #4a79ff
        }

        .listing-item-user .user-social-icons .soundcloud a:hover {
            color: #f50
        }

        .listing-item-user .user-social-icons .behance a:hover {
            color: #3b63fc
        }

        .listing-item-user .user-social-icons .flickr a:hover {
            color: #2f44db
        }

        .listing-item-user .user-social-icons .instagram a:hover {
            color: #517fa4
        }

        .listing-item-user .user-social-icons .google-plus a:hover {
            color: #d73d32
        }

        .listing-item-user .user-social-icons .google-plus a:hover {
            color: #d73d32
        }

        .listing-item-user .user-social-icons .google-plus a:hover {
            color: #d73d32
        }

        .listing-item-user .user-social-icons .google-plus a:hover {
            color: #d73d32
        }

        .listing-item-user .user-social-icons .twitter a:hover {
            color: #59c8ff
        }

        .listing-item-user .user-social-icons .facebook a:hover {
            color: #4a639f
        }

    .listing-item-user .user-avatar {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
        position: relative
    }

    .listing-item-user .user-display-name {
        padding: 0;
        color: #444;
        font-size: 18px;
        margin: 0 0 8px
    }

    .listing-item-user .biography {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px
    }

        .listing-item-user .biography p {
            margin: 0 0 10px 0
        }

    .listing-item-user .user-badge {
        position: absolute;
        left: -11px;
        top: 35px;
        background: #0077d5;
        color: #fff;
        border-radius: 50%;
        width: 29px;
        height: 29px;
        line-height: 23px;
        overflow: hidden;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        border: 3px solid #fff
    }

    .listing-item-user .user-badge {
        left: -12px;
        top: 50%;
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        border-width: 2px;
        margin-top: -13px
    }

.listing-user.columns-1 .listing-item-user {
    padding-bottom: 0 !important
}

.listing-user .listing-item-user {
    padding-bottom: 0 !important
}

.bs-listing.bs-listing-user-listing-1 .bs-slider-dots:first-child:last-child, .bs-listing.bs-listing-user-listing-2 .bs-slider-dots:first-child:last-child, .bs-listing.bs-listing-user-listing-3 .bs-slider-dots:first-child:last-child, .bs-listing.bs-listing-user-listing-4 .bs-slider-dots:first-child:last-child {
    position: relative;
    left: auto;
    right: auto
}

.listing-item-user.type-1 .user-social-icons .social-item a:hover {
    background: currentColor;
    border-color: currentColor
}

    .listing-item-user.type-1 .user-social-icons .social-item a:hover .fa {
        color: #fff
    }

.listing-item-user.type-1 {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 13px;
    position: relative
}

.listing.columns-1 .listing-item-user.type-1:last-child {
    border-width: 0
}

.listing-item-user.type-1.style-2 .user-avatar {
    float: left;
    margin: 0
}

.listing-item-user.type-1.style-2 .user-meta {
    padding-left: 120px
}

.listing-item-user.type-1.style-2 .user-avatar {
    margin-right: 20px;
    margin-bottom: 10px
}

.listing-item-user.type-1.style-2 .user-display-name {
    font-size: 20px
}

.listing-item-user.type-2 .bs-user-item {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.069);
    margin-right: 25px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    margin-bottom: 16px
}

    .listing-item-user.type-2 .bs-user-item:hover {
        -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.05);
        -moz-box-shadow: 0 3px 10px rgba(0,0,0,.05);
        box-shadow: 0 3px 10px rgba(0,0,0,.05);
        border-color: rgba(0,0,0,.1)
    }

    .listing-item-user.type-2 .bs-user-item:last-child {
        margin-right: 0
    }

.listing-item-user.type-2 .user-avatar {
    float: none;
    margin: 0
}

.listing-item-user.type-2 .user-social-icons {
    overflow: hidden;
    max-height: 22px;
    display: block;
    margin: 0 0 14px 0
}

.listing-item-user.type-2 .btn-light {
    border-color: rgba(0,0,0,.18);
    color: #7d7d80 !important;
    line-height: 22px;
    padding: 0 12px;
    margin-bottom: 0
}

.listing-item-user.type-2 .user-display-name {
    margin: 12px 0 8px
}

.listing-item-user.type-2 .biography {
    font-size: 12px;
    line-height: 18px
}

    .listing-item-user.type-2 .biography p:last-child {
        margin: 0
    }

.listing-item-user.type-2 .user-badge {
    top: 8px;
    left: -5px
}

.listing-item-user.type-2 {
    padding-bottom: 20px
}

    .listing-item-user.type-2 .user-social-icons a {
        border: transparent
    }

    .listing-item-user.type-2 .user-social-icons .social-item {
        margin: 0 0 5px
    }

    .listing-item-user.type-2 .user-social-icons a {
        min-width: 24px
    }

    .listing-item-user.type-2.style-1 {
        text-align: center
    }

        .listing-item-user.type-2.style-1 .btn-light {
            border-radius: 12px
        }

    .listing-item-user.type-2.style-2 .user-badge {
        left: -12px;
        top: 8px
    }

.more-stories {
    display: none;
    position: fixed;
    right: -330px;
    bottom: 70px;
    z-index: 9999;
    border: 1px solid #ddd;
    -webkit-box-shadow: -2px 2px 8px 0 rgba(0,0,0,.1);
    -moz-box-shadow: -2px 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: -2px 2px 8px 0 rgba(0,0,0,.1);
    padding: 10px 20px;
    background: #fff;
    width: 325px;
    max-width: 60%
}

    .more-stories:before {
        content: '';
        display: inline-block;
        height: 4px;
        position: absolute;
        left: -1px;
        right: -1px;
        top: -4px
    }

    .more-stories.right {
        border-right-width: 0
    }

    .more-stories.left {
        -webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1);
        box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1);
        border-left-width: 0;
        right: auto;
        left: -330px
    }

    .more-stories.more-stories-thumbnail-2 {
        width: 355px;
        right: -360px
    }

        .more-stories.more-stories-thumbnail-2.left {
            width: 355px;
            right: auto;
            left: -360px
        }

.more-stories-title {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #313131;
    border-bottom: 1px solid #f0f0f0
}

.more-stories .listing {
    padding-top: 15px
}

.more-stories .bs-pagination:last-child {
    margin-bottom: 10px
}

.more-stories-close {
    float: left;
    color: #cecece
}

.more-stories.left .more-stories-close {
    float: right
}

.more-stories .listing-item {
    margin-bottom: 8px
}

    .more-stories .listing-item:last-child {
        margin-bottom: 0
    }

@media only screen and (max-width:680px) {
    .more-stories {
        display: none !important
    }
}

.bs-irp {
    position: relative;
    width: 320px;
    margin: 10px 0 15px 0;
    border-color: rgba(0,0,0,.06);
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    padding-bottom: 20px
}

    .bs-irp .bs-irp-heading {
        font-size: 15px;
        margin-bottom: 16px;
        position: relative;
        padding: 8px 0 0;
        text-transform: uppercase
    }

        .bs-irp .bs-irp-heading:before {
            content: '';
            display: inline-block;
            width: 70px;
            height: 3px;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.1)
        }

    .bs-irp br {
        display: none
    }

    .bs-irp p:empty {
        display: none
    }

    .bs-irp p {
        margin-bottom: 0 !important
    }

    .bs-irp a:hover {
        text-decoration: none !important
    }

    .bs-irp.right {
        float: right;
        margin-left: 30px
    }

    .bs-irp.left {
        float: left;
        margin-right: 30px
    }

    .bs-irp.center {
        float: none;
        margin-right: auto;
        margin-left: auto
    }

    .bs-irp .listing-text .listing-item:last-child .item-inner {
        border-bottom-width: 0;
        padding-bottom: 0
    }

    .bs-irp .listing .listing-item:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    .bs-irp.bs-irp-thumbnail-2 {
        padding-bottom: 0
    }

    .bs-irp.bs-irp-text-1-full, .bs-irp.bs-irp-text-2-full, .bs-irp.bs-irp-text-3-full, .bs-irp.bs-irp-text-4-full, .bs-irp.bs-irp-thumbnail-1-full, .bs-irp.bs-irp-thumbnail-2-full, .bs-irp.bs-irp-thumbnail-3-full {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
        padding-bottom: 0;
        clear: both;
        border-top-width: 1px;
        padding-top: 3px
    }

        .bs-irp.bs-irp-text-1-full .bs-irp-heading:before, .bs-irp.bs-irp-text-2-full .bs-irp-heading:before, .bs-irp.bs-irp-text-3-full .bs-irp-heading:before, .bs-irp.bs-irp-text-4-full .bs-irp-heading:before, .bs-irp.bs-irp-thumbnail-1-full .bs-irp-heading:before, .bs-irp.bs-irp-thumbnail-2-full .bs-irp-heading:before, .bs-irp.bs-irp-thumbnail-3-full .bs-irp-heading:before {
            display: none
        }

        .bs-irp.bs-irp-text-1-full .listing-item-text-1, .bs-irp.bs-irp-text-1-full .listing-item-text-1:last-child, .bs-irp.bs-irp-text-2-full .listing-item-text-2, .bs-irp.bs-irp-text-2-full .listing-item-text-2:last-child, .bs-irp.bs-irp-text-3-full .listing-item-text-3, .bs-irp.bs-irp-text-3-full .listing-item-text-3:last-child, .bs-irp.bs-irp-text-4-full .listing-item-text-4, .bs-irp.bs-irp-text-4-full .listing-item-text-4:last-child {
            border-bottom: 0;
            margin-bottom: 17px !important;
            padding-bottom: 0 !important
        }

            .bs-irp.bs-irp-text-1-full .listing-item-text-1 .item-inner {
                padding-bottom: 0 !important;
                border: none
            }

    .bs-irp.bs-irp-thumbnail-2 .bs-pagination {
        padding-bottom: 18px
    }

    .bs-irp.bs-irp-text-1-full .bs-pagination, .bs-irp.bs-irp-text-2-full .bs-pagination, .bs-irp.bs-irp-text-3-full .bs-pagination, .bs-irp.bs-irp-text-4-full .bs-pagination, .bs-irp.bs-irp-thumbnail-1-full .bs-pagination, .bs-irp.bs-irp-thumbnail-2-full .bs-pagination, .bs-irp.bs-irp-thumbnail-3-full .bs-pagination {
        padding-bottom: 18px;
        padding-top: 0;
        margin-top: 0
    }

    .bs-irp .post-meta p {
        display: inline
    }

@media only screen and (max-width:530px) {
    .bs-irp.left, .bs-irp.right {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 21px 0 21px 0
    }
}

.bs-listing-slider-1 > .bs-slider, .bs-listing-slider-2 > .bs-slider, .bs-listing-slider-3 > .bs-slider {
    margin-bottom: 0
}

.bs-listing-slider-1, .bs-listing-slider-2, .bs-listing-slider-3 {
    margin-bottom: 22px
}

.bs-shortcode.bs-slider .better-direction-nav a {
    text-indent: -9999px
}

    .bs-shortcode.bs-slider .better-direction-nav a:before {
        line-height: 38px;
        font-size: 14px;
        display: inline-block;
        content: '\f053';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-indent: 0;
        width: auto;
        height: auto
    }

    .bs-shortcode.bs-slider .better-direction-nav a.better-next:before {
        content: '\f054';
        right: -3px
    }

.bs-slider-item {
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .bs-slider-item > .item-content {
        position: relative;
        overflow: hidden;
        z-index: 1
    }

        .bs-slider-item > .item-content:before {
            display: block;
            content: " ";
            width: 100%;
            padding-top: 45%
        }

    .bs-slider-item .img-cont {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

        .bs-slider-item .img-cont.b-error, .bs-slider-item .img-cont.b-loaded, body.bs-ll-d .bs-slider-item .img-cont {
            background-size: cover !important;
            animation: none
        }

.bs-slider .bs-slider-item:nth-child(1) {
    float: left;
    display: block;
    width: 100%
}

.bs-slider-item.has-not-post-thumbnail .img-cont {
    background-color: #e2e2e2
}

.bs-slider-item .post-subtitle {
    text-align: center !important
}

.bs-slider-1-item > .item-content:before {
    padding-top: 45%
}

.bs-slider-1-item .img-cont:after {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.55)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px
}

.bs-slider-1-item:hover .img-cont {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04)
}

.bs-slider-1-item .content-container {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    position: absolute;
    bottom: -80px;
    left: 30px;
    right: 30px;
    padding: 0 30px 30px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 0
}

.bs-slider-1-item.slider-content-shown .content-container {
    bottom: 0;
    opacity: 1
}

.bs-slider-1-item .content-container a {
    pointer-events: all
}

.bs-slider-1-item .title {
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    line-height: 1.4;
    text-align: center !important;
    max-width: 70%;
    margin: 0 auto
}

    .bs-slider-1-item .title a {
        color: #fff
    }

.bs-slider-1-item .post-meta {
    margin-top: 12px;
    text-align: center !important;
    font-size: 11px
}

    .bs-slider-1-item .post-meta .comments, .bs-slider-1-item .post-meta .post-author {
        color: #fff;
        font-size: 11px
    }

    .bs-slider-1-item .post-meta .comments {
        float: none;
        margin-left: 0
    }

    .bs-slider-1-item .post-meta .post-author:after, .bs-slider-1-item .post-meta .time {
        color: rgba(255,255,255,.57)
    }

.bs-slider-1-item .term-badges.floated {
    position: absolute;
    right: auto;
    left: 0;
    top: 30px;
    bottom: auto;
    width: 100%;
    text-align: center;
    pointer-events: none
}

.bs-slider-1 .better-direction-nav .better-next, .bs-slider-1 .better-direction-nav .better-prev {
    opacity: 1;
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    margin: -36px 0 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.bs-slider-1 .better-direction-nav .better-prev {
    left: 20px
}

.bs-slider-1 .better-direction-nav .better-next {
    right: 20px
}

.bs-slider-1-item:hover .format-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.bs-slider-1-item .post-subtitle {
    margin-top: 7px;
    color: #fff !important
}

    .bs-slider-1-item .post-subtitle:first-child {
        margin: 0 0 7px
    }

.bs-slider-1.l-1 .bs-slider-1-item > .item-content:before, .bs-slider-1.l-2 .bs-slider-1-item > .item-content:before {
    padding-top: 60%
}

.bs-slider-1.l-2 .bs-slider-1-item > .item-content:before {
    padding-top: 110%
}

.bs-slider-1.l-2 .bs-slider-1-item .post-meta {
    display: none
}

.bs-slider-1.l-2 .bs-slider-1-item .title a {
    font-size: 75%;
    line-height: 170%;
    display: inline-block
}

.bs-slider-1.l-2 .bs-slider-1-item .content-container {
    left: 0;
    right: 0;
    padding: 0 20px 20px
}

.bs-slider-1.l-2 .better-direction-nav .better-prev {
    left: -20px;
    opacity: 0
}

.bs-slider-1.l-2:hover .better-direction-nav .better-prev {
    left: 10px;
    opacity: 1
}

.bs-slider-1.l-2 .better-direction-nav .better-next {
    right: -20px;
    opacity: 0
}

.bs-slider-1.l-2:hover .better-direction-nav .better-next {
    right: 10px;
    opacity: 1
}

@media only screen and (max-width:780px) {
    .bs-slider-1 .bs-slider-1-item > .item-content:before {
        padding-top: 60%
    }
}

@media only screen and (max-width:370px) {
    .bs-slider-1 .bs-slider-1-item .post-meta {
        display: none
    }

    .bs-slider-1 .bs-slider-1-item > .item-content:before {
        padding-top: 110% !important
    }

    .bs-slider-1 .bs-slider-1-item .title a {
        font-size: 75%;
        line-height: 170%;
        display: inline-block
    }

    .bs-slider-1 .bs-slider-1-item .content-container {
        left: 0;
        right: 0;
        padding: 0 20px 20px
    }

    .bs-slider-1 .better-direction-nav .better-prev {
        left: -20px;
        opacity: 0
    }

    .bs-slider-1:hover .better-direction-nav .better-prev {
        left: 10px;
        opacity: 1
    }

    .bs-slider-1 .better-direction-nav .better-next {
        right: -20px;
        opacity: 0
    }

    .bs-slider-1:hover .better-direction-nav .better-next {
        right: 10px;
        opacity: 1
    }
}

.bs-slider-2-item > .item-content:before {
    padding-top: 45%
}

.bs-slider-2-item:hover .img-cont {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04)
}

.bs-slider-2-item .content-container {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding: 30px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    width: 460px;
    margin: 0 0 0 -230px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    text-align: center
}

.bs-slider-2-item.slider-content-shown .content-container {
    bottom: 40px;
    opacity: 1
}

.bs-slider-2-item .content-container a {
    pointer-events: all
}

.bs-slider-2-item .title {
    margin: 10px 0 0;
    line-height: 1.4;
    text-align: center !important
}

    .bs-slider-2-item .title a {
        color: #212121
    }

.bs-slider-2-item .post-meta {
    margin-top: 8px;
    text-align: center !important;
    font-size: 12px
}

    .bs-slider-2-item .post-meta .comments, .bs-slider-2-item .post-meta .post-author {
        color: #212121;
        font-size: 12px
    }

    .bs-slider-2-item .post-meta .comments {
        float: none;
        margin-left: 0
    }

    .bs-slider-2-item .post-meta .post-author:after, .bs-slider-2-item .post-meta .time {
        color: #212121
    }

.bs-slider-2-item .content-container a.read-more {
    border: 1px solid transparent;
    background: 0 0;
    color: #fff;
    font-size: 12px;
    padding: 6px 20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    line-height: 20px;
    margin-top: 15px
}

    .bs-slider-2-item .content-container a.read-more:hover {
        color: #fff
    }

.bs-slider-2-item .term-badges.floated {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

    .bs-slider-2-item .term-badges.floated .term-badge a {
        background: #212121 !important;
        color: #fff !important;
        margin: 0
    }

.bs-slider-2-item:hover .format-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.bs-slider-2 .better-direction-nav .better-next, .bs-slider-2 .better-direction-nav .better-prev {
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    margin: -36px 0 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.bs-slider-2-item .post-subtitle {
    margin-top: 7px
}

    .bs-slider-2-item .post-subtitle:first-child, .bs-slider-2-item .term-badges + .post-subtitle {
        margin: 0 0 -4px
    }

.bs-slider-2.l-1 .bs-slider-2-item > .item-content:before, .bs-slider-2.l-2 .bs-slider-2-item > .item-content:before, .bs-slider-2.l-3 .bs-slider-2-item > .item-content:before {
    padding-top: 70%
}

.bs-slider-2.l-1 .bs-slider-2-item .title a, .bs-slider-2.l-2 .bs-slider-2-item .title a, .bs-slider-2.l-3 .bs-slider-2-item .title a {
    font-size: 85%
}

.bs-slider-2.l-2 .bs-slider-2-item > .item-content:before, .bs-slider-2.l-3 .bs-slider-2-item > .item-content:before {
    padding-top: 120%
}

.bs-slider-2.l-2 .bs-slider-2-item .post-meta, .bs-slider-2.l-3 .bs-slider-2-item .post-meta {
    display: none
}

.bs-slider-2.l-2 .bs-slider-2-item .title a, .bs-slider-2.l-3 .bs-slider-2-item .title a {
    font-size: 75%;
    line-height: 170%;
    display: inline-block
}

.bs-slider-2.l-2 .bs-slider-2-item .content-container, .bs-slider-2.l-3 .bs-slider-2-item .content-container {
    left: 7.5%;
    bottom: 7.5%;
    right: 7.5%;
    padding: 20px;
    width: 85%;
    transform: none;
    margin: 0
}

.bs-slider-2.l-3 .better-direction-nav .better-next, .bs-slider-2.l-3 .better-direction-nav .better-prev {
    display: none
}

@media only screen and (max-width:780px) {
    .bs-slider-2-item > .item-content:before {
        padding-top: 70%
    }

    .bs-slider-2-item .title a {
        font-size: 85%
    }
}

@media only screen and (max-width:520px) {
    .bs-slider-2-item > .item-content:before {
        padding-top: 120% !important
    }

    .bs-slider-2-item .post-meta {
        display: none
    }

    .bs-slider-2-item .title a {
        font-size: 75%;
        line-height: 170%;
        display: inline-block
    }

    .bs-slider-2-item .content-container {
        left: 7.5%;
        bottom: 7.5%;
        right: 7.5%;
        padding: 20px;
        width: 85%;
        transform: none;
        margin: 0
    }
}

@media only screen and (max-width:370px) {
    .bs-slider-2 .better-direction-nav .better-next, .bs-slider-2 .better-direction-nav .better-prev {
        display: none
    }
}

.bs-slider-3-item > .item-content:before {
    padding-top: 45%
}

.bs-slider-3-item:hover .img-cont {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04)
}

.bs-slider-3-item .content-container {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    position: absolute;
    left: 50%;
    top: 45%;
    padding: 30px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    width: 460px;
    margin: -120px 0 0 -230px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    text-align: center
}

    .bs-slider-3-item .content-container a.read-more {
        border: 1px solid transparent;
        background: 0 0;
        color: #fff;
        font-size: 12px;
        padding: 6px 20px;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        line-height: 20px;
        margin-top: 15px
    }

        .bs-slider-3-item .content-container a.read-more:hover {
            color: #fff
        }

.bs-slider-3-item.slider-content-shown .content-container {
    opacity: 1;
    top: 50%
}

.bs-slider-3-item .content-container a {
    pointer-events: all
}

.bs-slider-3-item .title {
    margin: 10px 0 0;
    line-height: 1.4;
    text-align: center !important
}

    .bs-slider-3-item .title a {
        color: #212121
    }

.bs-slider-3-item .post-meta {
    margin-top: 8px;
    text-align: center !important;
    font-size: 12px
}

    .bs-slider-3-item .post-meta .comments, .bs-slider-3-item .post-meta .post-author {
        color: #212121;
        font-size: 12px
    }

    .bs-slider-3-item .post-meta .comments {
        float: none;
        margin-left: 0
    }

    .bs-slider-3-item .post-meta .post-author:after, .bs-slider-3-item .post-meta .time {
        color: #212121
    }

.bs-slider-3-item .term-badges.floated {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

    .bs-slider-3-item .term-badges.floated .term-badge a {
        background: #212121 !important;
        color: #fff !important;
        margin: 0
    }

.bs-slider-3 .better-direction-nav .better-next, .bs-slider-3 .better-direction-nav .better-prev {
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
    margin: -36px 0 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.bs-slider-3 .better-direction-nav .better-prev {
    left: 20px
}

.bs-slider-3 .better-direction-nav .better-next {
    right: 20px
}

.bs-slider-3-item:hover .format-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.bs-slider-3-item .post-subtitle {
    margin-top: 7px
}

    .bs-slider-3-item .post-subtitle:first-child, .bs-slider-3-item .term-badges + .post-subtitle {
        margin: 0 0 -4px
    }

.bs-slider-3.l-1 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-2 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-3 .bs-slider-3-item > .item-content:before {
    padding-top: 60%
}

.bs-slider-3.l-1 .bs-slider-3-item .title a, .bs-slider-3.l-2 .bs-slider-3-item .title a, .bs-slider-3.l-3 .bs-slider-3-item .title a {
    font-size: 90%
}

.bs-slider-3.l-1 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-2 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-3 .bs-slider-3-item > .item-content:before {
    padding-top: 60%
}

.bs-slider-3.l-2 .bs-slider-3-item > .item-content:before, .bs-slider-3.l-3 .bs-slider-3-item > .item-content:before {
    padding-top: 110% !important
}

.bs-slider-3.l-2 .bs-slider-3-item .post-meta, .bs-slider-3.l-3 .bs-slider-3-item .post-meta {
    display: none
}

.bs-slider-3.l-2 .bs-slider-3-item .title a, .bs-slider-3.l-3 .bs-slider-3-item .title a {
    font-size: 75%;
    line-height: 150%;
    display: inline-block
}

.bs-slider-3.l-3 .bs-slider-3-item .content-container {
    left: 7.5%;
    bottom: 7.5%;
    right: 7.5%;
    top: auto;
    padding: 20px;
    width: 85%;
    transform: none;
    margin: 0
}

.bs-slider-3.l-3 .bs-slider-3-item.slider-content-shown .content-container {
    bottom: 25px
}

.bs-slider-3.l-3 .better-direction-nav .better-next, .bs-slider-3.l-3 .better-direction-nav .better-prev {
    display: none
}

@media only screen and (max-width:780px) {
    .bs-slider-3 .bs-slider-3-item > .item-content:before {
        padding-top: 60%
    }

    .bs-slider-3 .bs-slider-3-item .title a {
        font-size: 90%
    }

    .bs-slider-3 .bs-slider-3-item > .item-content:before {
        padding-top: 60%
    }
}

@media only screen and (max-width:520px) {
    .bs-slider-3 .bs-slider-3-item > .item-content:before {
        padding-top: 110% !important
    }

    .bs-slider-3 .bs-slider-3-item .post-meta {
        display: none
    }

    .bs-slider-3 .bs-slider-3-item .title a {
        font-size: 75%;
        line-height: 150%;
        display: inline-block
    }

    .bs-slider-3 .bs-slider-3-item .content-container {
        left: 7.5%;
        bottom: 7.5%;
        right: 7.5%;
        top: auto;
        padding: 20px;
        width: 85%;
        transform: none;
        margin: 0
    }
}

@media only screen and (max-width:380px) {
    .bs-slider-3 .bs-slider-3-item.slider-content-shown .content-container {
        bottom: 25px
    }

    .bs-slider-3 .better-direction-nav .better-next, .bs-slider-3 .better-direction-nav .better-prev {
        display: none
    }
}

.bs-push-noti {
    position: relative;
    padding: 10px;
    font-weight: 700;
    overflow: hidden;
    text-align: center
}

.bs-push-noti-bg {
    display: none
}

.bs-push-noti .bs-push-noti-button {
    text-transform: capitalize !important;
    line-height: 30px;
    font-weight: bolder
}

.bs-push-noti .bs-push-noti-wrapper-icon {
    color: #fff
}

.bs-push-noti.bspn-t1.bspn-t1 {
    text-align: left;
    padding: 0 !important
}

.bs-push-noti.bspn-t1 .bs-push-noti-inner {
    padding: 15px 10px 20px 124px;
    border: 1px solid #e8e8e8
}

.bs-push-noti.bspn-t1 p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px
}

.bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon {
    padding: 10px;
    background: #bbb;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 111px;
    text-align: center
}

    .bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 37px;
        background-color: rgba(255,255,255,.25);
        border-radius: 5px 5px 5px 0;
        top: 50%;
        left: 50%;
        margin-left: -26px;
        margin-top: -23px
    }

    .bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon:before {
        content: '';
        position: absolute;
        border-top: 0 solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 0 solid transparent;
        border-left: 14px solid rgba(255,255,255,.25);
        z-index: 2;
        left: 50%;
        margin-left: -26px;
        bottom: 50%;
        margin-bottom: -24px
    }

    .bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon .notification-icon {
        position: absolute;
        top: 50%;
        font-size: 17px;
        margin-top: -13px;
        margin-left: -8.5px;
        color: #fff;
        z-index: 1
    }

.bs-push-noti.bspn-t1 .bs-push-noti-bg {
    display: block;
    position: absolute;
    top: -50%;
    right: -3%;
    font-size: 7em;
    transform: rotate(30deg);
    opacity: .09
}

.bs-push-noti.post-bottom {
    margin-bottom: 0 !important
}

.widget .bs-push-noti.bspn-t1 .bs-push-noti-wrapper-icon {
    position: absolute;
    left: -16px;
    right: -16px;
    top: -1px;
    display: block;
    height: 140px;
    width: auto
}

.widget .bs-push-noti.bspn-t1 .bs-push-noti-inner {
    padding-left: 15px;
    padding-top: 150px
}

.bs-push-noti.bspn-t2 {
    padding: 0
}

    .bs-push-noti.bspn-t2 .bs-push-noti-inner {
        background: #fdfdfd;
        text-align: center;
        margin-top: 35px;
        padding: 10px 20px 20px;
        border: 1px solid #e8e8e8
    }

    .bs-push-noti.bspn-t2 .bs-push-noti-wrapper-icon {
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        font-size: 20px;
        position: relative;
        top: -40px;
        line-height: 60px;
        width: 60px;
        height: 60px;
        z-index: 10
    }

    .bs-push-noti.bspn-t2 .notification-icon {
        line-height: 60px
    }

    .bs-push-noti.bspn-t2 .bs-push-noti-message {
        margin-top: -25px;
        margin-bottom: 20px
    }

    .bs-push-noti.bspn-t2 p {
        font-size: 15px;
        font-weight: 400;
        margin: 0
    }

    .bs-push-noti.bspn-t2 .bs-push-noti-button:before {
        font: normal normal normal 14px/1 bs-icons;
        content: "\b061";
        margin-right: 5px;
        vertical-align: middle
    }

    .bs-push-noti.bspn-t2 .bs-push-noti-button {
        text-transform: capitalize !important;
        line-height: 20px;
        font-weight: bolder
    }

.bs-box-inner {
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .bs-box-inner:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 70%
    }

.bs-box .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.bs-box .box-image {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bs-box-1 .bs-box-inner {
    background: #ccc
}

.bs-box-1 .box-text {
    position: absolute;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 1;
    pointer-events: none
}

.bs-box-1 .box-image:before {
    border: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1,1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.bs-box-1:hover .box-image:before {
    bottom: 15px;
    left: 15px;
    opacity: 1;
    right: 15px;
    top: 15px
}

.bs-box-1 .box-pre-title {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.bs-box-1 .box-title {
    font-size: 22px;
    margin: 0
}

.bs-box-2 .box-image:after {
    border: 1px solid #fff;
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    bottom: 15px;
    left: 15px;
    opacity: 1;
    right: 15px;
    top: 15px
}

.bs-box-2 .box-text {
    position: absolute;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    text-align: center
}

.bs-box-2 .box-image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.bs-box-2:hover .box-image:before {
    background: rgba(0,0,0,.3)
}

.bs-box-2 .box-title {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    padding: 5px 10px;
    line-height: 1.3;
    background: #fff;
    color: #353535;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    display: inline-block
}

.bs-box-3 .box-text {
    position: absolute;
    font-size: 16px;
    padding: 0;
    bottom: 25px;
    left: 25px;
    right: 25px;
    opacity: 1;
    pointer-events: none
}

.bs-box-3 .box-image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.25);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.bs-box-3:hover .box-image:before {
    background: rgba(0,0,0,.35)
}

.bs-box-3 .box-sub-title {
    font-size: 13px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.09)
}

.bs-box-3 .box-title {
    font-size: 17px;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0,0,0,.09)
}

.bs-box-3 .bf-icon {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.09);
    font-size: 24px;
    display: block;
    margin-bottom: 15px
}

.bs-box-3.box-no-bg .bf-icon, .bs-box-3.box-no-bg .box-sub-title, .bs-box-3.box-no-bg .box-title {
    color: #333;
    text-shadow: none
}

.bs-box-3.box-no-bg {
    background: #eee
}

    .bs-box-3.box-no-bg .box-image:before {
        display: none
    }

.bs-box-3.box-text-left .bf-icon, .bs-box-3.box-text-left .box-sub-title, .bs-box-3.box-text-left .box-title {
    text-align: left !important
}

.bs-box-3.box-text-right .bf-icon, .bs-box-3.box-text-right .box-sub-title, .bs-box-3.box-text-right .box-title {
    text-align: right !important
}

.bs-box-3.box-text-center .bf-icon, .bs-box-3.box-text-center .box-sub-title, .bs-box-3.box-text-center .box-title {
    text-align: center !important
}

.bs-box-4 .bs-box-inner:before {
    padding-top: 120%
}

.bs-box-4 .box-text {
    position: absolute;
    font-size: 16px;
    padding: 0;
    bottom: 25px;
    left: 25px;
    right: 25px;
    opacity: 1;
    pointer-events: none
}

.bs-box-4 .box-image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.25);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.bs-box-4:hover .box-image:before {
    background: rgba(0,0,0,.35)
}

.bs-box-4 .box-sub-title {
    font-size: 13px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.09)
}

.bs-box-4 .box-title {
    font-size: 17px;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0,0,0,.09)
}

.bs-box-4 .bf-icon {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.09);
    font-size: 24px;
    display: block;
    margin-bottom: 15px
}

.bs-box-4.box-no-bg .bf-icon, .bs-box-4.box-no-bg .box-sub-title, .bs-box-4.box-no-bg .box-title {
    color: #333;
    text-shadow: none
}

.bs-box-4.box-no-bg {
    background: #eee
}

    .bs-box-4.box-no-bg .box-image:before {
        display: none
    }

.bs-box-4.box-text-left .bf-icon, .bs-box-4.box-text-left .box-sub-title, .bs-box-4.box-text-left .box-title {
    text-align: left !important
}

.bs-box-4.box-text-right .bf-icon, .bs-box-4.box-text-right .box-sub-title, .bs-box-4.box-text-right .box-title {
    text-align: right !important
}

.bs-box-4.box-text-center .bf-icon, .bs-box-4.box-text-center .box-sub-title, .bs-box-4.box-text-center .box-title {
    text-align: center !important
}

.listing-widget, .widget .listing-widget {
    padding: 0;
    margin: 0;
    list-style: none
}

    .listing-widget .listing-item img.wp-post-image {
        max-width: 80px;
        float: left;
        margin-right: 15px
    }

    .listing-widget .listing-item {
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(0,0,0,.05)
    }

        .listing-widget .listing-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0
        }

    .listing-widget .img-holder {
        width: 80px
    }

        .listing-widget .img-holder:before {
            padding-top: 70%
        }

    .listing-widget .listing-item .post-meta {
        margin-top: 2px
    }

@media only screen and (max-width:678px) {
    .footer-widgets > .content-wrap > .container > .row > :last-child {
        margin-bottom: 0 !important
    }
}

.listing-widget.listing-widget-simple .listing-item .title {
    font-size: 14px;
    margin: 0
}

    .listing-widget.listing-widget-simple .listing-item .title a {
        line-height: 1.4
    }

.listing-widget.listing-widget-simple .listing-item .post-meta {
    margin-top: 5px;
    margin-bottom: 8px
}

.listing-widget.listing-widget-thumbnail .listing-item .title {
    font-size: 14px;
    margin: 0;
    line-height: 1.2
}

.separator-line {
    margin: 15px auto;
    width: 70%;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 20px;
    color: #949494
}

    .separator-line .sep-icon {
        padding: 0 25px;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        position: relative;
        z-index: 1;
        color: rgba(0,0,0,.35)
    }

        .separator-line .sep-icon:after {
            content: '';
            height: 2px;
            width: 440%;
            top: 50%;
            left: -440%;
            position: absolute;
            margin-top: -1px;
            background-color: #dadada;
            background-color: rgba(0,0,0,.15);
            display: inline-block
        }

        .separator-line .sep-icon:before {
            content: '';
            height: 2px;
            width: 440%;
            top: 50%;
            right: -440%;
            position: absolute;
            margin-top: -1px;
            background-color: #dadada;
            background-color: rgba(0,0,0,.15);
            display: inline-block
        }

.sidebar > .widget:last-child, .widget > .bs-listing {
    margin-bottom: 0
}

.widget ol, .widget ul {
    padding-left: 20px;
    margin-bottom: 0
}

.widget li {
    margin-bottom: 7px
}

    .widget li:last-child {
        margin-bottom: 0
    }

    .widget li > ul {
        margin-top: 10px
    }

.widget img {
    max-width: 100%;
    height: auto
}

.widget.widget_text img {
    margin: 10px 0 15px 0
}

.widget select {
    width: 100%
}

.sidebar-column .widget > .bs-listing:last-child {
    margin-bottom: 0
}

.widget > .better-weather {
    margin-bottom: 0
}

.widget.widget_archive ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

    .widget.widget_archive ul li a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f187';
        margin-right: 10px
    }

    .widget.widget_archive ul li a {
        font-size: 14px
    }

    .widget.widget_archive ul li {
        border-bottom: 1px solid #f5f5f5;
        border-bottom: 1px solid rgba(0,0,0,.06);
        margin-bottom: 5px;
        padding-bottom: 5px
    }

        .widget.widget_archive ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0
        }

.widget.widget_archive .post-count {
    float: right;
    color: #444;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background: #eee;
    text-align: center
}

.widget.widget_calendar {
    font-size: 13px
}

    .widget.widget_calendar table {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

        .widget.widget_calendar table td, .widget.widget_calendar table th {
            text-align: center;
            padding: 5px 0
        }

            .widget.widget_calendar table td.active-day {
                background-color: #444;
                background-color: rgba(0,0,0,.71)
            }

                .widget.widget_calendar table td.active-day:hover {
                    background-color: #444;
                    background-color: rgba(0,0,0,.91)
                }

            .widget.widget_calendar table td, .widget.widget_calendar table td:hover {
                background-color: #dcdcdc;
                background-color: rgba(0,0,0,.08);
                color: #888;
                color: rgba(0,0,0,.51)
            }

                .widget.widget_calendar table td.pad, .widget.widget_calendar table td.pad:hover {
                    background-color: #fff;
                    background-color: rgba(0,0,0,.03)
                }

                .widget.widget_calendar table td a {
                    color: #fff
                }

        .widget.widget_calendar table caption {
            padding: 20px 5px;
            text-align: center;
            background-color: #444;
            background-color: rgba(0,0,0,.75);
            font-size: 18px;
            color: #fff;
            margin-bottom: 2px
        }

        .widget.widget_calendar table tfoot td, .widget.widget_calendar table th {
            background-color: #444;
            background-color: rgba(0,0,0,.71);
            color: #fff
        }

            .widget.widget_calendar table tfoot td:hover {
                background-color: #dedede
            }

.widget.widget_categories ul {
    list-style: none;
    padding-left: 0
}

    .widget.widget_categories ul:last-child {
        margin-bottom: 0
    }

    .widget.widget_categories ul li {
        border-bottom: 1px solid #f5f5f5;
        border-bottom: 1px solid rgba(0,0,0,.06);
        margin-bottom: 5px;
        padding-bottom: 5px
    }

        .widget.widget_categories ul li a {
            text-transform: capitalize;
            font-size: 14px
        }

        .widget.widget_categories ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0
        }

        .widget.widget_categories ul li a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f07c';
            margin-right: 10px
        }

.widget.widget_categories .children a:before {
    content: '\f115'
}

.widget.widget_categories .post-count {
    float: right;
    color: #444;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 4px;
    background: #eee;
    background: rgba(0,0,0,.08);
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.widget.widget_categories ul.children {
    border-top: 1px solid #f5f5f5;
    border-top: 1px solid rgba(0,0,0,.06);
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 25px
}

    .widget.widget_categories ul.children li:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

.widget.widget_nav_menu .bf-icon {
    margin-left: 5px;
    margin-right: 7px
}

.widget.widget_nav_menu ul.menu li.menu-have-icon.menu-title-hide > a > .bf-icon {
    margin-right: 5px
}

.widget.widget_nav_menu ul.menu {
    font-size: 16px
}

.widget.widget_nav_menu ul, .widget.widget_nav_menu ul ul {
    list-style: none;
    margin-top: 0;
    padding: 0
}

    .widget.widget_nav_menu ul.menu > li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: auto;
        height: auto;
        background: 0 0
    }

        .widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu {
            left: 0
        }

    .widget.widget_nav_menu ul.menu li {
        display: block;
        float: none;
        margin-bottom: 2px;
        padding: 0
    }

        .widget.widget_nav_menu ul.menu li:before {
            content: '';
            display: none
        }

        .widget.widget_nav_menu ul.menu li.menu-title-hide span.hidden {
            display: inline !important;
            visibility: visible !important
        }

        .widget.widget_nav_menu ul.menu li a {
            line-height: 24px;
            font-size: 12px;
            padding: 5px 10px;
            background-color: #fff;
            border: 1px solid #dedede;
            display: block;
            position: relative;
            width: 100%
        }

            .widget.widget_nav_menu ul.menu li a .description {
                display: none
            }

        .widget.widget_nav_menu ul.menu li > a:hover {
            color: #fff !important;
            border-color: transparent !important
        }

        .widget.widget_nav_menu ul.menu li a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f0da';
            margin-left: 7px;
            margin-right: 7px
        }

    .widget.widget_nav_menu ul.menu ul li a:before {
        content: '\f105'
    }

    .widget.widget_nav_menu ul.menu li .sub-menu li.menu-have-icon > a:before, .widget.widget_nav_menu ul.menu li.menu-have-icon a:before {
        display: none
    }

    .widget.widget_nav_menu ul.menu ul li:first-child {
        margin-top: 2px
    }

    .widget.widget_nav_menu ul.menu ul li {
        margin-left: 15px
    }

    .widget.widget_nav_menu ul.menu ul ul li {
        margin-left: 15px
    }

    .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
        border-bottom: 1px solid #dedede !important
    }

        .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a:hover {
            border-bottom-color: transparent !important
        }

    .widget.widget_nav_menu ul.menu li .sub-menu > li > a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f0da'
    }

.widget.widget_nav_menu .menu .better-custom-badge {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    color: #fff !important;
    font-family: "Open Sans";
    font-size: 10px;
    padding: 0 5px;
    margin-left: 13px;
    font-weight: 700;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    min-width: 19px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 8px
}

    .widget.widget_nav_menu .menu .better-custom-badge:after {
        border: solid 4px transparent;
        border-top-color: transparent !important;
        border-bottom-color: transparent !important;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        top: 50%;
        left: -8px;
        margin-top: -4px
    }

.ltr .widget.widget_nav_menu .menu .better-custom-badge:after {
    border-left-color: transparent !important
}

.widget.widget_nav_menu ul.menu li.current-menu-item > a {
    border-color: transparent;
    color: #fff
}

.widget.widget_nav_menu ul.menu > li > .mega-menu {
    display: none
}

.widget.widget_nav_menu ul.menu li.menu-item-has-children > a:after {
    display: none
}

.widget.widget_nav_menu ul.menu .mega-menu, .widget.widget_nav_menu ul.menu .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation-name: none !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background: 0 0 !important;
    width: 100%
}

.widget.widget_pages ul {
    list-style: none;
    padding-left: 0
}

    .widget.widget_pages ul li {
        border-bottom: 1px solid #f5f5f5;
        border-bottom: 1px solid rgba(0,0,0,.06);
        margin-bottom: 5px;
        padding-bottom: 5px
    }

        .widget.widget_pages ul li a {
            font-size: 13px
        }

        .widget.widget_pages ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0
        }

        .widget.widget_pages ul li a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f15b';
            margin-right: 10px
        }

.widget.widget_recent_comments a {
    border-bottom: 1px solid #e7e7e7;
    border-bottom: 1px solid rgba(0,0,0,.06)
}

.widget.widget_recent_comments ul {
    list-style: none;
    padding-left: 0
}

    .widget.widget_recent_comments ul li {
        margin-bottom: 5px;
        padding-bottom: 5px
    }

        .widget.widget_recent_comments ul li a {
            font-size: 13px
        }

        .widget.widget_recent_comments ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0
        }

        .widget.widget_recent_comments ul li:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f075';
            margin-right: 10px
        }

.widget.widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

    .widget.widget_recent_entries ul li {
        border-bottom: 1px solid #f5f5f5;
        border-bottom: 1px solid rgba(0,0,0,.06);
        margin-bottom: 8px;
        padding-bottom: 8px
    }

        .widget.widget_recent_entries ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0
        }

.widget.widget_recent_entries li a {
    font-size: 14px
}

.widget.widget_recent_entries li .post-date {
    font-style: italic;
    display: block;
    font-size: 12px
}

.widget.widget_rss li .rsswidget {
    font-size: 14px
}

.widget.widget_rss li .rss-date {
    display: block;
    font-style: italic
}

.widget.widget_rss li .rssSummary {
    font-size: 13px
}

.search-header .search-form, .widget.widget_display_search form[role=search], .widget.widget_product_search .woocommerce-product-search, .widget.widget_search .search-form {
    position: relative
}

    .search-header .search-form .search-field, .widget.widget_display_search form[role=search] input#bbp_search, .widget.widget_product_search .search-field, .widget.widget_search .search-form input[type=search] {
        width: 100%;
        padding-right: 20%;
        margin: 0;
        line-height: 36px;
        height: 36px
    }

    .search-header .search-form .search-submit, .widget.widget_display_search form[role=search] input#bbp_search_submit, .widget.widget_product_search input[type=submit], .widget.widget_search .search-form .search-submit {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 36px;
        height: 36px;
        padding: 0 16px
    }

.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    line-height: 16px;
    color: #444;
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 0 6px 6px 0;
    padding: 5px 7px;
    font-size: 12px !important;
    font-weight: 400
}

    .widget.widget_tag_cloud .tagcloud a:hover {
        color: #fff;
        border-color: transparent
    }

.bs-social-share .social-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.bs-social-share span.social-item {
    float: left;
    margin-right: 6px;
    padding: 0
}

    .bs-social-share span.social-item a {
        font-family: "Open Sans",sans-serif;
        border-radius: 2px
    }

    .bs-social-share span.social-item.bbm, .bs-social-share span.social-item.line, .bs-social-share span.social-item.whatsapp {
        display: none
    }

.widget_bs-theme-social-share .bs-social-share span.social-item {
    float: none;
    display: inline-block
}

@media only screen and (max-width:780px) {
    .bs-social-share span.social-item.bbm, .bs-social-share span.social-item.line, .bs-social-share span.social-item.whatsapp {
        display: block
    }
}

.bs-social-share.style-button span.social-item a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 13px;
    background-color: #8d8d8d;
    display: block;
    color: #fff !important;
    margin-bottom: 7px
}

    .bs-social-share.style-button span.social-item a:hover {
        background-color: #7c7c7c
    }

    .bs-social-share.style-button span.social-item a span {
        margin-left: 7px
    }

        .bs-social-share.style-button span.social-item a span:last-child:first-child {
            margin-right: 0;
            margin-left: 0
        }

.bs-social-share.style-button.no-title-style span.social-item a {
    width: 40px;
    text-align: center;
    padding: 0
}

    .bs-social-share.style-button.no-title-style span.social-item a .fa {
        margin-right: 0
    }

.bs-social-share.style-button.colored span.social-item.facebook a {
    background-color: #4a639f
}

    .bs-social-share.style-button.colored span.social-item.facebook a:hover {
        background-color: #5271b3
    }

.bs-social-share.style-button.colored span.social-item.twitter a {
    background-color: #59c8ff
}

    .bs-social-share.style-button.colored span.social-item.twitter a:hover {
        background-color: #58d1ff
    }

.bs-social-share.style-button.colored span.social-item.google_plus a {
    background-color: #d73d32
}

    .bs-social-share.style-button.colored span.social-item.google_plus a:hover {
        background-color: #e64035
    }

.bs-social-share.style-button.colored span.social-item.pinterest a {
    background-color: #cb2027
}

    .bs-social-share.style-button.colored span.social-item.pinterest a:hover {
        background-color: #e32229
    }

.bs-social-share.style-button.colored span.social-item.linkedin a {
    background-color: #0266a0
}

    .bs-social-share.style-button.colored span.social-item.linkedin a:hover {
        background-color: #027ec1
    }

.bs-social-share.style-button.colored span.social-item.tumblr a {
    background-color: #3e5a70
}

    .bs-social-share.style-button.colored span.social-item.tumblr a:hover {
        background-color: #426283
    }

.bs-social-share.style-button.colored span.social-item.email a {
    background-color: #0c151c
}

    .bs-social-share.style-button.colored span.social-item.email a:hover {
        background-color: #1a2a39
    }

.bs-social-share.style-button.colored span.social-item.telegram a {
    background-color: #179cde
}

    .bs-social-share.style-button.colored span.social-item.telegram a:hover {
        background-color: #0f8dde
    }

.bs-social-share.style-button.colored span.social-item.whatsapp a {
    background-color: #00e676
}

    .bs-social-share.style-button.colored span.social-item.whatsapp a:hover {
        background-color: #00ca65
    }

.bs-social-share.style-button.colored span.social-item.reddit a {
    background-color: #ff4500
}

    .bs-social-share.style-button.colored span.social-item.reddit a:hover {
        background-color: #dc3c01
    }

.bs-social-share.style-button.colored span.social-item.stumbleupon a {
    background-color: #ee4813
}

    .bs-social-share.style-button.colored span.social-item.stumbleupon a:hover {
        background-color: #ce3d0f
    }

.bs-social-share.style-button.colored span.social-item.vk a {
    background-color: #4c75a3
}

    .bs-social-share.style-button.colored span.social-item.vk a:hover {
        background-color: #3e5f84
    }

.bs-social-share.style-button.colored span.social-item.digg a {
    background-color: #000
}

    .bs-social-share.style-button.colored span.social-item.digg a:hover {
        background-color: #2f2f2f
    }

.bs-social-share.style-button.colored span.social-item.line a {
    background-color: #00b900
}

    .bs-social-share.style-button.colored span.social-item.line a:hover {
        background-color: #00b900
    }

.bs-social-share.style-button.colored span.social-item.line .fa.fa-line-it {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAxlBMVEX///8AuwAAtwAAvQD9//1O0kx23Xaa5Zly3HEryij7/vvw+/Ds+uzZ9tnR9NGM4YyK4IpJ0Ug6zDgdxhn3/ffl+OTX9te/77657bix67Gp6amk6KOC34Fr2mph1mBd1VxCzkBB0D8DwQD0/fTo+eff9t/K8srD8MO77rqu6q6d5ZyR45GH4IZ+331u2m1U1FI1yzIwyi0vyiwiyB4NxQMAvwDt+u3e9t7M8sy37LaT4pKP4Y963Xk+zTwmyCIYxBITwwsAtABqI5GFAAABAklEQVQY022RV5KDMBBEm5FENsE4kW3WOYf15nj/S60KKFym9v3paWY+uqH8S62poda1/Rbq+1uSn1j1gVJ2188osV4zRpUmtn1CAx+dpIe0Ee7ofJICUjSg5QMCiR7arOWRFXg8RC9aagPEQy3dd2B94acD09BhT/THSV/sg8vBATIcbZjHHSxfNVgq1LNQB0ACow+zq5pTX5fz1+QsPqRWcX0B7xa+J1JjsWG7i5E74D7IBZbudrSYh3YvdELXm8EpQMEMLXhGUOjw0NIaSa1QPr2zsQwLZYCr2wLXGNV5kzL2hn0Oia3L160GYkEEYD5uaqigXxeWVzSlNWxG9ajkD+0mEhtxMt1EAAAAAElFTkSuQmCC);
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: -5px
}

.bs-social-share.style-button.colored span.social-item.bbm a {
    background-color: #1f1f1f
}

    .bs-social-share.style-button.colored span.social-item.bbm a:hover {
        background-color: #3c3c3c
    }

.bs-social-share.style-button.colored span.social-item.bbm .fa.fa-bbm {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAkFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+WABnwAAAAL3RSTlMABezkG/XZhyYiCgOqO/Hb0sO+t7SejnluXVdAMh0SDuHe1UtHLSncyK6Zk4JyadjoMwwAAADLSURBVBjTtZBZrsIwDEVvmjRDWzrTuWXmjcD+d0cSWUjwicT5OfJV7MjGR0k45/kV6K2z34XSDb9ZZIz1zXGkeOWrGputc3qiuP+SMv/TOOdS7pMjWKeU6hEzxmLAm1mL0HVhEUJEACLr5TEUVRAE+wNwsd62DK1LQ6ROBVD6VxOGpmn+R/gqwexHBgaE7d2tNUZrXo+AnqZTBJy1Fu5HY8xsPe/CMP1e4YWBhhJtVdXKgE7QPV2mZFBFUf507OkyWQTamThwSzbgPe52ABZlYOfWsgAAAABJRU5ErkJggg==);
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: -3px
}

.bs-social-share.style-button.colored span.social-item.viber a {
    background-color: #5d54a4
}

.bs-social-share.style-button.colored span.social-item.viber .fa.fa-viber {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAtFBMVEVmXaxlW6taTqVeVKhjWadcUKb///9iWKZhVqnu7fZWS6P8/P5pX65iWKphWKSQisR9dLlrYq9YTaO2sdhyabNTR6Hw7/fm5fKsp9Kjnc6gmsyclsqIgb+BeLt5cLZ1bLNuZLD5+fzq6fTAu927t9uoo9CWkMf39vvRzufOy+Wwq9SalMlwZrFcUaP08/nf3e7IxOHFweCxrNSNhsKEfb3i4fDLx+O4s9mzrtZOQp/W1OnV0+nSxjEiAAABXUlEQVQY0z2Qh5LjIAxABQoEAz737tiOW3rPtrv//6/D8e6+GTTMk0bSCGYEo5RR85DAL8i8Mvvs+2BwamQ/CRbuk/XZMpzX8e2J9mxXCX8f3bABr3oEscpf9cJ7U478kghuSCU97njJjKYFz78gW9EwS4sG/WbzTxAgeLWA9fzS4GPYp0dBO1Uh2JC8S6/l/C7LILvntn/gDgNxtAIfA74pmFd8pEMoS1VQwDpOKdabFgRq55C5crXOvzXQT+5EgJKYbV5ahNbeRNjGz+joaEpYqQ4UbJ10FIB5F/Wx5dvKpuM0kuDuzbYBsOm5YYey5y4C0Ny0JcazcqfWRaTjCzFlomkt17c1ERKfbqRvfGTzqSwVeEJorb3V3uLpdCoChFbX1o2GJGnPavP3gGKSBoZD9dh2t+4+VoIuCJn1ArOgq6OT7/un5WICXvE0Xmt/sZzV0gDLiT8mM3+++Q/56h8tpySg5AAAAABJRU5ErkJggg==);
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: -5px
}

.bs-social-share.style-outline-button span.social-item a {
    height: 32px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 13px;
    display: block;
    color: #5e5e5e;
    border: 2px solid #a1a1a1;
    margin-bottom: 7px
}

    .bs-social-share.style-outline-button span.social-item a .fa {
        margin-right: 5px
    }

.bs-social-share.style-outline-button.no-title-style span.social-item a {
    width: 40px;
    text-align: center
}

    .bs-social-share.style-outline-button.no-title-style span.social-item a .fa {
        margin-right: 0
    }

.bs-social-share.style-outline-button.colored span.social-item.facebook a {
    border-color: #4a639f;
    color: #4a639f
}

    .bs-social-share.style-outline-button.colored span.social-item.facebook a:hover {
        border-color: #5271b3;
        color: #5271b3
    }

.bs-social-share.style-outline-button.colored span.social-item.twitter a {
    border-color: #59c8ff;
    color: #59c8ff
}

    .bs-social-share.style-outline-button.colored span.social-item.twitter a:hover {
        border-color: #58d1ff;
        color: #58d1ff
    }

.bs-social-share.style-outline-button.colored span.social-item.google_plus a {
    border-color: #d73d32;
    color: #d73d32
}

    .bs-social-share.style-outline-button.colored span.social-item.google_plus a:hover {
        border-color: #e64035;
        color: #e64035
    }

.bs-social-share.style-outline-button.colored span.social-item.pinterest a {
    border-color: #cb2027;
    color: #cb2027
}

    .bs-social-share.style-outline-button.colored span.social-item.pinterest a:hover {
        border-color: #e32229;
        color: #e32229
    }

.bs-social-share.style-outline-button.colored span.social-item.linkedin a {
    border-color: #0266a0;
    color: #0266a0
}

    .bs-social-share.style-outline-button.colored span.social-item.linkedin a:hover {
        border-color: #027ec1;
        color: #027ec1
    }

.bs-social-share.style-outline-button.colored span.social-item.tumblr a {
    border-color: #3e5a70;
    color: #3e5a70
}

    .bs-social-share.style-outline-button.colored span.social-item.tumblr a:hover {
        border-color: #426283;
        color: #426283
    }

.bs-social-share.style-outline-button.colored span.social-item.email a {
    border-color: #0c151c;
    color: #0c151c
}

    .bs-social-share.style-outline-button.colored span.social-item.email a:hover {
        border-color: #1a2a39;
        color: #1a2a39
    }

.bs-social-share.style-outline-button.colored span.social-item.telegram a {
    border-color: #179cde;
    color: #179cde
}

    .bs-social-share.style-outline-button.colored span.social-item.telegram a:hover {
        border-color: #179cde;
        color: #179cde
    }

.bs-social-share.style-outline-button.colored span.social-item.whatsapp a {
    border-color: #00e676;
    color: #00e676
}

    .bs-social-share.style-outline-button.colored span.social-item.whatsapp a:hover {
        border-color: #00ca65;
        color: #00ca65
    }

.bs-about .about-title {
    text-align: center;
    margin: 0 0 15px
}

.bs-about .about-text {
    text-align: center
}

.bs-about .about-link {
    text-align: center;
    margin-top: 10px
}

    .bs-about .about-link a {
        font-weight: 700;
        font-size: 14px
    }

.bs-about .about-icons-list {
    text-align: center;
    margin: 17px 0 0;
    padding: 0
}

    .bs-about .about-icons-list .about-icon-item {
        display: inline-block;
        margin: 0 5px 5px 0
    }

        .bs-about .about-icons-list .about-icon-item a {
            width: 28px;
            height: 28px;
            display: inline-block;
            color: #333;
            -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.22);
            -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.22);
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.22);
            text-align: center;
            line-height: 28px;
            font-size: 16px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

            .bs-about .about-icons-list .about-icon-item a:hover {
                color: #fff;
                box-shadow: none
            }

            .bs-about .about-icons-list .about-icon-item a .bsfi, .bs-about .about-icons-list .about-icon-item a .fa {
                vertical-align: top;
                line-height: 28px
            }

        .bs-about .about-icons-list .about-icon-item.facebook a:hover {
            background-color: #4a639f
        }

        .bs-about .about-icons-list .about-icon-item.twitter a:hover {
            background-color: #59c8ff
        }

        .bs-about .about-icons-list .about-icon-item.google-plus a:hover {
            background-color: #d73d32
        }

        .bs-about .about-icons-list .about-icon-item.instagram a:hover {
            background: #f77638;
            background: -webkit-radial-gradient(circle farthest-corner at 35% 90%,#fec564,rgba(0,0,0,0) 50%),-webkit-radial-gradient(circle farthest-corner at 0 140%,#fec564,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,rgba(0,0,0,0) 50%),-webkit-radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(0,0,0,0)),-webkit-linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
            background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(0,0,0,0)),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)
        }

        .bs-about .about-icons-list .about-icon-item.youtube a:hover {
            background-color: #cc181e
        }

        .bs-about .about-icons-list .about-icon-item.youtube a:hover {
            background-color: #cc181e
        }

        .bs-about .about-icons-list .about-icon-item.dribbble a:hover {
            background-color: #ea4c89
        }

        .bs-about .about-icons-list .about-icon-item.vimeo a:hover {
            background-color: #46a3e9
        }

        .bs-about .about-icons-list .about-icon-item.behance a:hover {
            background-color: #3b63fc
        }

        .bs-about .about-icons-list .about-icon-item.pinterest a:hover {
            background-color: #cb2027
        }

        .bs-about .about-icons-list .about-icon-item.github a:hover {
            background-color: #4c4c4c
        }

        .bs-about .about-icons-list .about-icon-item.email a:hover {
            background-color: #333
        }

        .bs-about .about-icons-list .about-icon-item.telegram a:hover {
            background-color: #179cde
        }

        .bs-about .about-icons-list .about-icon-item.vk a:hover {
            background-color: #4e729a
        }

.bs-popular-categories .bs-popular-terms-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-column-secondary .bs-popular-categories .bs-popular-terms-list, .vc_col-sm-2 .bs-popular-categories .bs-popular-terms-list {
    padding: 0
}

.bs-popular-categories .bs-popular-term-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    font-size: 13px;
    line-height: 24px
}

    .bs-popular-categories .bs-popular-term-item .term-count, .bs-popular-categories .bs-popular-term-item a {
        color: #333
    }

    .bs-popular-categories .bs-popular-term-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    .bs-popular-categories .bs-popular-term-item .term-count {
        float: right;
        display: inline-block;
        background: rgba(0,0,0,.08);
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        padding: 0 6px
    }

    .bs-popular-categories .bs-popular-term-item:hover .term-count {
        color: #fff
    }

    .bs-popular-categories .bs-popular-term-item:hover a {
        color: inherit
    }

.widget.widget_bs-subscribe-newsletter {
    background: #efefef;
    padding: 27px 23px !important
}

.bs-subscribe-newsletter .subscribe-image {
    margin-bottom: 15px;
    text-align: center;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px
}

.bs-subscribe-newsletter .subscribe-message {
    text-align: center;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

    .bs-subscribe-newsletter .subscribe-message p:last-child {
        margin-bottom: 0
    }

.bs-subscribe-newsletter form {
    width: 100%;
    position: relative;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto
}

.bs-subscribe-newsletter .newsletter-email {
    color: #5f6569;
    width: 100%;
    border-color: #cbd1d8;
    height: 34px;
    line-height: 34px;
    border-radius: 33px;
    padding: 0 12px;
    font-size: 12px
}

.bs-subscribe-newsletter .newsletter-subscribe {
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    border-radius: 0 33px 33px 0;
    text-transform: capitalize !important;
    cursor: pointer;
    font-size: 13px;
    padding: 0 13px
}

    .bs-subscribe-newsletter .newsletter-subscribe .fa {
        margin-right: 3px
    }

.bs-subscribe-newsletter .powered-by {
    font-size: 12px;
    margin: 5px auto 0;
    max-width: 311px;
    color: #b7b7b7;
    text-align: center;
    opacity: .6;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle
}

    .bs-subscribe-newsletter .powered-by:hover {
        opacity: 1
    }

.bs-flickr .bs-flickr-photo-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .bs-flickr .bs-flickr-photo-list.columns-2 {
        margin: 0
    }

        .bs-flickr .bs-flickr-photo-list.columns-2 li {
            float: left;
            width: 50%;
            margin-bottom: 10px;
            text-align: center
        }

            .bs-flickr .bs-flickr-photo-list.columns-2 li img {
                width: 100%
            }

            .bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(odd) {
                padding-right: 5px
            }

            .bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(even) {
                padding-left: 5px
            }

            .bs-flickr .bs-flickr-photo-list.columns-2 li:nth-child(n+3) {
                clear: right
            }

    .bs-flickr .bs-flickr-photo-list.columns-3 li {
        float: left;
        width: 33.333%;
        margin-bottom: 8px
    }

        .bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) {
            width: 66.66666%;
            padding-right: 3px !important
        }

            .bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(1) img {
                width: 100%
            }

        .bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(2) {
            padding: 0 0 0 6px !important;
            margin-bottom: 10px
        }

        .bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3) {
            padding: 0 0 0 6px !important
        }

        .bs-flickr .bs-flickr-photo-list.columns-3 li img {
            max-width: 100%
        }

        .bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-1) {
            padding: 0 3px
        }

        .bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n-2) {
            padding-right: 6px;
            clear: left
        }

        .bs-flickr .bs-flickr-photo-list.columns-3 li:nth-child(3n+3) {
            padding-left: 6px
        }

    .bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo {
        float: left;
        width: 12.5%
    }

        .bs-flickr .bs-flickr-photo-list.list-photos .bs-flickr-photo img {
            max-width: 100%
        }

    .bs-flickr .bs-flickr-photo-list.list-photos {
        margin: 0;
        padding: 0
    }

.bs-flickr-photo .img-holder {
    width: 100%
}

    .bs-flickr-photo .img-holder:before {
        padding-top: 100%
    }

.bs-dribbble .bs-dribbble-shot-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .bs-dribbble .bs-dribbble-shot-list li:before {
        display: none
    }

    .bs-dribbble .bs-dribbble-shot-list li {
        padding: 0;
        margin-bottom: 10px;
        text-align: center
    }

    .bs-dribbble .bs-dribbble-shot-list.columns-2 li {
        float: left;
        width: 50%;
        margin-bottom: 10px
    }

        .bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(odd) {
            padding-right: 5px
        }

        .bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(even) {
            padding-left: 5px
        }

        .bs-dribbble .bs-dribbble-shot-list.columns-2 li:nth-child(n+3) {
            clear: right
        }

    .bs-dribbble .bs-dribbble-shot-list.columns-3 li {
        float: left;
        width: 33.333%
    }

        .bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-1) {
            padding: 0 3px
        }

        .bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n-2) {
            padding-right: 6px;
            clear: left
        }

        .bs-dribbble .bs-dribbble-shot-list.columns-3 li:nth-child(3n+3) {
            padding-left: 6px
        }

.dribbble-shot .img-holder {
    width: 100%
}

.bs-google-plus > div {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important
}

.bs-embed .bs-embed-item iframe {
    max-width: 100%
}

.bs-embed .bs-embed-item {
    margin-bottom: 15px
}

    .bs-embed .bs-embed-item:last-child {
        margin-bottom: 0
    }

.bs-instagram .bs-instagram-photo-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.bs-instagram-photo {
    position: relative;
    z-index: 1;
    width: 100%
}

    .bs-instagram-photo a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        float: none;
        margin: 0
    }

        .bs-instagram-photo a, .bs-instagram-photo a:hover {
            color: #fff
        }

            .bs-instagram-photo a:before {
                padding-top: 100%
            }

    .bs-instagram-photo .img-holder {
        background-color: #e6e6e6
    }

        .bs-instagram-photo .img-holder.b-loaded, body.bs-ll-d .bs-instagram-photo .img-holder {
            background-size: cover;
            background-color: transparent
        }

    .bs-instagram-photo a .the-hover:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.35);
        display: block;
        -webkit-transition: all .45s ease;
        -moz-transition: all .45s ease;
        -o-transition: all .45s ease;
        transition: all .45s ease;
        opacity: 0
    }

    .bs-instagram-photo a .the-hover:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f16d";
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 50%;
        margin-left: -20px;
        font-size: 30px;
        opacity: 0;
        -webkit-transition: all .45s ease;
        -moz-transition: all .45s ease;
        -o-transition: all .45s ease;
        transition: all .45s ease
    }

    .bs-instagram-photo:hover a .the-hover:after, .bs-instagram-photo:hover a .the-hover:before {
        opacity: 1
    }

.bs-instagram .bs-instagram-photo-list li:before {
    display: none
}

.bs-dribbble .bs-instagram-photo-list li {
    padding: 0;
    margin-bottom: 8px;
    text-align: center
}

    .bs-dribbble .bs-instagram-photo-list li br {
        display: none
    }

.bs-instagram .bs-instagram-photo-list .bs-instagram-photo img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bs-instagram .bs-instagram-photo-list.columns-2 li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    max-height: 155px;
    overflow: hidden
}

    .bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(odd) {
        padding-right: 5px
    }

    .bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(even) {
        padding-left: 5px
    }

    .bs-instagram .bs-instagram-photo-list.columns-2 li:nth-child(n+3) {
        clear: right
    }

.bs-instagram .bs-instagram-photo-list.columns-2-1 li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    max-height: 155px;
    overflow: hidden
}

    .bs-instagram .bs-instagram-photo-list.columns-2-1 li:first-child {
        width: 100%;
        max-height: inherit;
        float: none;
        padding: 0 !important
    }

    .bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(even) {
        padding-right: 5px
    }

    .bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(odd) {
        padding-left: 5px
    }

    .bs-instagram .bs-instagram-photo-list.columns-2-1 li:nth-child(n+3) {
        clear: right
    }

.bs-instagram .bs-instagram-photo-list.columns-3 li {
    float: left;
    width: 33.333%;
    overflow: hidden;
    margin-bottom: 10px
}

    .bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-1) {
        padding: 0 3px
    }

    .bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n-2) {
        padding-right: 6px;
        clear: left
    }

    .bs-instagram .bs-instagram-photo-list.columns-3 li:nth-child(3n+3) {
        padding-left: 6px
    }

.bs-instagram .bs-instagram-photo-list.columns-3-1 li {
    float: left;
    width: 33.333%;
    margin-bottom: 8px
}

    .bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) {
        width: 66.66666%;
        padding-right: 3px !important
    }

        .bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(1) img {
            width: 100%
        }

    .bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(2) {
        padding: 0 0 0 6px !important;
        margin-bottom: 10px
    }

    .bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3) {
        padding: 0 0 0 6px !important
    }

    .bs-instagram .bs-instagram-photo-list.columns-3-1 li img {
        max-width: 100%
    }

    .bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-1) {
        padding: 0 3px
    }

    .bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n-2) {
        padding-right: 6px;
        clear: left
    }

    .bs-instagram .bs-instagram-photo-list.columns-3-1 li:nth-child(3n+3) {
        padding-left: 6px
    }

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo {
    float: left;
    width: 12.5%
}

    .bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo img {
        max-width: 100%
    }

.bs-instagram .bs-instagram-photo-list.list-photos .bs-instagram-photo-list {
    margin: 0;
    padding: 0
}

.bs-instagram .better-direction-nav .better-next, .bs-instagram .better-direction-nav .better-prev {
    margin-top: -26px
}

.better-newsticker {
    min-height: 24px;
    max-height: 24px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0
}

    .better-newsticker .heading {
        display: inline-block;
        width: 90px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 24px;
        font-size: 12px;
        padding: 0;
        text-transform: uppercase !important;
        margin: 0;
        color: #fff;
        text-align: center;
        border-radius: 3px
    }

        .better-newsticker .heading:after {
            content: '';
            display: inline-block;
            border-top: 6px solid transparent;
            border-left: 7px solid transparent;
            border-bottom: 6px solid transparent;
            position: absolute;
            right: -7px;
            top: 50%;
            margin-top: -6px
        }

    .better-newsticker ul.news-list {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .better-newsticker ul.news-list li {
            margin: 0;
            padding: 0 15px 0 0;
            height: 24px;
            line-height: 24px;
            font-size: 13px;
            width: 65%;
            -webkit-transition: all .45s ease;
            -moz-transition: all .45s ease;
            -o-transition: all .45s ease;
            transition: all .45s ease;
            z-index: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 140px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

            .better-newsticker ul.news-list li.active {
                margin: 0;
                z-index: 1;
                opacity: 1;
                left: 110px
            }

            .better-newsticker ul.news-list li a {
                color: #696969
            }

                .better-newsticker ul.news-list li a:hover {
                    color: #0080ce
                }

    .better-newsticker .control-nav {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        line-height: 24px;
        direction: ltr
    }

        .better-newsticker .control-nav span {
            display: inline-block;
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border: 1px solid #eaeaea;
            color: #ccc;
            background: #fff;
            -webkit-transition: all .45s ease;
            -moz-transition: all .45s ease;
            -o-transition: all .45s ease;
            transition: all .45s ease;
            cursor: pointer;
            vertical-align: top;
            border-radius: 3px
        }

            .better-newsticker .control-nav span:hover {
                border-color: transparent;
                color: #fff
            }

            .better-newsticker .control-nav span.prev {
                margin-right: 6px
            }

.newsticker-container {
    margin: 0 0 20px
}

.layout-1-col .newsticker-container {
    padding-right: 0;
    padding-left: 0
}

.better-newsticker.header-ticker {
    margin: 0
}

.wpb_wrapper .better-newsticker {
    margin-left: 20px;
    margin-right: 20px
}

.entry-content > .vc_row:first-child > .wpb_column > .vc_column-inner > .wpb_wrapper > .better-newsticker {
    margin-top: -5px
}

.better-newsticker .control-nav span .fa {
    line-height: 22px;
    position: relative
}

.better-social-counter.style-big-button .social-item, .better-social-counter.style-box .item-icon, .better-social-counter.style-button .item-icon, .better-social-counter.style-clean .item-icon, .better-social-counter.style-modern .item-icon, .better-social-counter.style-style-6 .item-icon {
    background-color: #434343
}

.better-social-counter.style-big-button .item-icon, .better-social-counter.style-box .item-count, .better-social-counter.style-box .item-title {
    background-color: #313131
}

.widget_better-social-counter .better-social-counter.style-button .social-list {
    text-align: center
}

.widget_better-social-counter .better-social-counter.style-button .social-item {
    display: inline-block;
    float: none
}

.widget_better-social-counter .better-social-counter.style-style-6 .social-item {
    border-bottom: none
}

.site-footer .better-studio-shortcode, .widget .better-studio-shortcode {
    margin-bottom: 0
}

.section-heading {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative
}

    .section-heading p {
        margin-bottom: 0 !important;
        display: inline-block
    }

    .section-heading .h-text .bf-icon {
        margin-right: 3px;
        vertical-align: top;
        line-height: inherit
    }

    .section-heading .h-text, .section-heading:after {
        display: inline-block;
        -webkit-transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
        -moz-transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
        -o-transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
        transition: .35s cubic-bezier(.39,.58,.57,1) 0s
    }

    .section-heading:after {
        background: rgba(0,0,0,.08);
        content: '';
        height: 4px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .section-heading .h-text {
        position: relative;
        z-index: 1
    }

    .section-heading .other-link {
        float: right;
        outline: 0
    }

        .section-heading .other-link .h-text {
            margin-left: 0;
            color: #484848;
            font-weight: 400;
            text-transform: capitalize;
            font-size: 82%;
            padding: 4px 0 4px 14px
        }

    .section-heading.sh-t1:after {
        top: 50%;
        left: 0;
        height: 5px;
        margin-top: -2.5px;
        width: 100%;
        background: rgba(0,0,0,.05)
    }

    .section-heading.sh-t1 .h-text {
        display: inline-block;
        padding: 4px 17px 4px 0;
        color: #444;
        background: #fff
    }

    .section-heading.sh-t1 .other-link .h-text {
        padding: 4px 4px 4px 17px !important;
        background: #fff
    }

    .section-heading.sh-t1 .bs-pretty-tabs-container {
        background: #fff
    }

    .section-heading.multi-tab.sh-t1 .bs-pretty-tabs-container {
        padding-left: 0
    }

    .section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-container:hover .bs-pretty-tabs-more.other-link .h-text {
        border: 1px solid #d8d8d8;
        border-bottom: none
    }

    .section-heading.sh-t1 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 2;
        display: none
    }

    .section-heading.sh-t1.sh-s2:after {
        opacity: .15
    }

    .section-heading.sh-t1.sh-s3:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;
        opacity: .2;
        height: 8px;
        margin-top: -4px;
        background-color: transparent !important
    }

    .section-heading.sh-t1.sh-s4:after {
        display: none
    }

    .section-heading.sh-t1.sh-s5 .h-text {
        line-height: 22px
    }

    .section-heading.sh-t1.sh-s5 {
        padding-bottom: 7px
    }

        .section-heading.sh-t1.sh-s5:after {
            top: inherit;
            left: 0;
            height: 1px;
            margin-top: -.5px;
            width: 100%;
            background: rgba(0,0,0,.05);
            bottom: 0
        }

        .section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child:after, .section-heading.sh-t1.sh-s5 > .main-link > .h-text:after, .section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text:after {
            display: inline-block;
            margin-left: 16px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            font-weight: 900
        }

        .section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child, .section-heading.sh-t1.sh-s5 > .main-link:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text {
            padding-right: 15px;
            color: #444 !important
        }

    .section-heading.sh-t1.sh-s6:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;
        opacity: .2;
        height: 8px;
        background-color: transparent !important
    }

    .section-heading.sh-t1.sh-s6 {
        text-align: center
    }

        .section-heading.sh-t1.sh-s6.multi-tab {
            text-align: inherit
        }

        .section-heading.sh-t1.sh-s6 > .h-text:last-child:first-child, .section-heading.sh-t1.sh-s6 > .main-link:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s6 > a:last-child:first-child > .h-text {
            padding: 4px 17px
        }

    .section-heading.sh-t1.sh-s7:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) repeat;
        opacity: .2;
        height: 8px;
        background-color: transparent !important;
        left: 0;
        right: 0;
        bottom: 0;
        top: initial;
        margin-top: 0
    }

    .section-heading.sh-t1.sh-s7 {
        text-align: center;
        padding-bottom: 26px
    }

        .section-heading.sh-t1.sh-s7.multi-tab {
            text-align: inherit
        }

        .section-heading.sh-t1.sh-s7 > .h-text:last-child:first-child, .section-heading.sh-t1.sh-s7 > .main-link:last-child:first-child > .h-text, .section-heading.sh-t1.sh-s7 > a:last-child:first-child > .h-text {
            padding: 4px 0
        }

    .section-heading.sh-t2 {
        line-height: 20px;
        padding: 4px 0 0
    }

        .section-heading.sh-t2:after {
            top: 0;
            height: 4px
        }

        .section-heading.sh-t2:before {
            content: '';
            display: inline-block;
            height: 1px;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #ededed;
            background: rgba(0,0,0,.07)
        }

        .section-heading.sh-t2 .h-text {
            padding: 4px 0;
            line-height: 34px
        }

        .section-heading.sh-t2 .other-link .h-text {
            padding: 4px 0 4px 12px;
            text-transform: capitalize
        }

        .section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
            border-color: #e6e6e6
        }

        .section-heading.sh-t2.sh-t2 .bs-pretty-tabs-elements .h-text {
            line-height: 24px;
            padding: 2px 3px
        }

        .section-heading.sh-t2.sh-s2 {
            background: #f5f5f5;
            background: rgba(0,0,0,.04);
            padding: 4px 15px 0
        }

            .section-heading.sh-t2.sh-s2 .bs-pretty-tabs-container {
                margin-right: -15px
            }

            .section-heading.sh-t2.sh-s2 .h-text {
                line-height: 38px;
                color: #444
            }

        .section-heading.sh-t2.sh-s3 {
            background: #f5f5f5;
            background: rgba(0,0,0,.04);
            padding: 0 15px 0 20px
        }

        .section-heading.sh-t2.sh-s4 {
            border: 1px solid rgba(0,0,0,.06);
            padding: 0 15px 0 20px
        }

            .section-heading.sh-t2.sh-s3 .bs-pretty-tabs-container, .section-heading.sh-t2.sh-s4 .bs-pretty-tabs-container {
                margin-right: -15px
            }

            .section-heading.sh-t2.sh-s3 .h-text, .section-heading.sh-t2.sh-s4 .h-text {
                line-height: 34px;
                color: #444
            }

            .section-heading.sh-t2.sh-s4 .h-text {
                line-height: 32px
            }

        .section-heading.sh-t2.sh-s3:after {
            top: 0;
            width: 5px;
            bottom: 0;
            height: 100%
        }

        .section-heading.sh-t2.sh-s4:after {
            top: -1px;
            bottom: -1px;
            left: -1px;
            height: auto;
            width: 5px
        }

        .section-heading.sh-t2.sh-s3:before, .section-heading.sh-t2.sh-s4:before {
            display: none
        }

    .section-heading.sh-t3 {
        line-height: 20px;
        padding: 0 0 4px
    }

        .section-heading.sh-t3:after {
            top: inherit;
            bottom: 0;
            height: 4px;
            background: #2d2d2d
        }

        .section-heading.sh-t3:before {
            display: none
        }

        .section-heading.sh-t3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3 > .h-text, .section-heading.sh-t3 > a > .h-text {
            padding: 4px 0;
            line-height: 26px;
            border: none
        }

.bs-light-scheme .section-heading.sh-t3 > .h-text {
    color: #fff
}

.bs-light-scheme .section-heading.sh-t3:after {
    background-color: #fff !important
}

.section-heading.sh-t3 > .other-link .h-text {
    padding: 4px 0 4px 17px
}

.section-heading.sh-t3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
    border-color: rgba(0,0,0,.09)
}

.section-heading.sh-t3.sh-s2 {
    padding: 0 15px
}

    .section-heading.sh-t3.sh-s2:after {
        height: 100%;
        opacity: .08
    }

    .section-heading.sh-t3.sh-s2.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s2 > .h-text, .section-heading.sh-t3.sh-s2 > a > .h-text {
        line-height: 36px
    }

.section-heading.sh-t3.sh-s3 {
    padding: 0 15px
}

    .section-heading.sh-t3.sh-s3:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #444
    }

    .section-heading.sh-t3.sh-s3.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .section-heading.sh-t3.sh-s3 > .h-text.h-text, .section-heading.sh-t3.sh-s3 > a.active > .h-text.h-text, .section-heading.sh-t3.sh-s3 > a > .h-text.h-text {
        line-height: 34px;
        color: #fff !important
    }

    .section-heading.sh-t3.sh-s3:after {
        height: 3px;
        background: #444
    }

    .section-heading.sh-t3.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        background: #444;
        right: -15px
    }

    .section-heading.sh-t3.sh-s3 .other-link .h-text {
        color: #fff
    }

    .section-heading.sh-t3.sh-s3 > .h-text:last-child:first-child, .section-heading.sh-t3.sh-s3 > .main-link > .h-text, .section-heading.sh-t3.sh-s3 > a:last-child:first-child > .h-text {
        text-transform: uppercase
    }

.section-heading.sh-t3.sh-s4 {
    padding: 0 15px
}

    .section-heading.sh-t3.sh-s4:after {
        height: 100%
    }

    .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text {
        line-height: 34px;
        border: none
    }

    .section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .h-text, .section-heading.sh-t3.sh-s4.sh-t3.sh-s4 .main-link:first-child:last-child .main-term-1171.h-text, .section-heading.sh-t3.sh-s4.sh-t3.sh-s4 a.active, .section-heading.sh-t3.sh-s4.sh-t3.sh-s4 > .other-link .h-text {
        color: #fff !important
    }

    .section-heading.sh-t3.sh-s4 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        right: -15px
    }

.section-heading.sh-t3.sh-s5 {
    border: 1px solid rgba(0,0,1,.07);
    padding: 2px 15px 0 15px
}

    .section-heading.sh-t3.sh-s5:before {
        display: none
    }

    .section-heading.sh-t3.sh-s5:after {
        top: -1px;
        height: 3px;
        left: -1px;
        right: -1px;
        width: auto
    }

    .section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
        padding-right: 0
    }

    .section-heading.sh-t3.sh-s5.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s5 > .h-text, .section-heading.sh-t3.sh-s5 > a > .h-text {
        line-height: 36px;
        border: none
    }

.section-heading.sh-t3.sh-s6 {
    padding: 0 15px 0 15px
}

    .section-heading.sh-t3.sh-s6:before {
        display: none
    }

    .section-heading.sh-t3.sh-s6:after {
        height: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=) !important;
        opacity: .13
    }

    .section-heading.sh-t3.sh-s6.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s6 > .h-text, .section-heading.sh-t3.sh-s6 > a > .h-text {
        line-height: 36px;
        border: none
    }

.section-heading.sh-t3.sh-s7 {
    padding: 0 15px;
    text-align: center
}

    .section-heading.sh-t3.sh-s7.multi-tab {
        text-align: inherit
    }

    .section-heading.sh-t3.sh-s7:before {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        height: 0;
        width: 0;
        margin-left: -10.5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #444
    }

    .section-heading.sh-t3.sh-s7.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text.h-text, .section-heading.sh-t3.sh-s7 > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s7 > a.active > .h-text.h-text.h-text, .section-heading.sh-t3.sh-s7 > a > .h-text.h-text.h-text {
        line-height: 32px;
        color: #fff !important
    }

    .section-heading.sh-t3.sh-s7:after {
        height: 100%;
        background: #444
    }

    .section-heading.sh-t3.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        background: #444;
        right: -15px
    }

    .section-heading.sh-t3.sh-s7 .other-link .h-text {
        color: #fff
    }

.section-heading.sh-t3.sh-s8 {
    padding: 0;
    text-align: center
}

    .section-heading.sh-t3.sh-s8.multi-tab {
        text-align: inherit
    }

    .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child, .section-heading.sh-t3.sh-s8 > .main-link > .h-text, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text {
        text-transform: uppercase;
        border: 2px solid #444;
        padding: 0 15px
    }

        .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:after, .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:before, .section-heading.sh-t3.sh-s8 > .main-link > .h-text:after, .section-heading.sh-t3.sh-s8 > .main-link > .h-text:before, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:after, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:before {
            display: inline-block;
            content: '';
            height: 100%;
            width: 17px;
            position: absolute;
            left: -19px;
            top: 0;
            background: #fff
        }

        .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:after, .section-heading.sh-t3.sh-s8 > .main-link > .h-text:after, .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:after {
            left: inherit;
            right: -19px
        }

    .section-heading.sh-t3.sh-s8.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t3.sh-s8 > .h-text, .section-heading.sh-t3.sh-s8 > a > .h-text {
        line-height: 34px;
        border: none;
        background: #fff
    }

    .section-heading.sh-t3.sh-s8:after {
        opacity: .13;
        height: 2px;
        margin-top: -1px;
        top: 50%;
        display: block
    }

    .section-heading.sh-t3.sh-s8.multi-tab .bs-pretty-tabs-container {
        background: #fff
    }

.section-heading.sh-t3.sh-s9 {
    text-align: center;
    padding: 0 16px 4px
}

    .section-heading.sh-t3.sh-s9:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: block
    }

    .section-heading.sh-t3.sh-s9:after {
        height: 3px
    }

    .section-heading.sh-t3.sh-s9.section-heading.sh-t3.sh-s9 .h-text {
        color: #fff !important;
        padding: 5px 0
    }

    .section-heading.sh-t3.sh-s9.bs-pretty-tabs {
        text-align: inherit !important
    }

.section-heading.multi-tab.sh-t4 .main-link.active .h-text, .section-heading.sh-t4 .main-link:first-child:last-child .h-text, .section-heading.sh-t4 > .h-text {
    color: #fff
}

.section-heading.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t4 > .h-text, .section-heading.sh-t4 > a > .h-text {
    line-height: 32px
}

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t4 .h-text {
    padding: 0 12px
}

.section-heading.multi-tab.sh-t4 .h-text, .section-heading.multi-tab.sh-t4 .main-link .h-text {
    border: 1px solid #e2e2e2;
    border-color: rgba(0,0,0,.15);
    margin-right: 12px
}

.section-heading.multi-tab.sh-t4 > .h-text, .section-heading.multi-tab.sh-t4 > a > .h-text {
    background: #fff
}

.section-heading.multi-tab.sh-t4 .other-link .h-text {
    margin-right: 0;
    margin-left: 12px
}

.section-heading.multi-tab.sh-t4 .main-link:hover .h-text, .section-heading.sh-t4 .main-link.active .h-text, .section-heading.sh-t4 a.active .h-text, .section-heading.sh-t4 a:hover .h-text {
    border-color: transparent !important;
    color: #fff
}

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text {
    border-color: #e2e2e2;
    border-color: rgba(0,0,0,.15);
    background: #fff
}

.section-heading.sh-t4 .bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:after {
    height: 50%;
    right: 0;
    left: initial;
    top: 90%;
    pointer-events: all
}

.section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text {
    margin: 0 0 1px;
    border: none;
    padding: 1px 10px
}

    .section-heading.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements .other-link .h-text:after {
        display: none
    }

.section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container {
    padding-left: 0
}

    .section-heading.multi-tab.sh-t4 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        top: 120%;
        border-color: #e2e2e2;
        border-color: rgba(0,0,0,.15)
    }

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text:before {
    content: '';
    position: absolute;
    height: 21%;
    display: inline-block;
    background: 0 0;
    right: -1px;
    left: -1px;
    top: 103%;
    top: calc(100% + 1px);
    pointer-events: visible
}

.section-heading.multi-tab.sh-t4.bs-pretty-tabs .bs-pretty-tabs-more.other-link:hover .h-text {
    background: #fff !important
}

.section-heading.sh-t4.sh-s1:after, .section-heading.sh-t4.sh-s3:after {
    height: 100%;
    top: 0;
    margin-top: 0;
    background: #f3f3f3;
    background: rgba(0,0,0,.04)
}

.section-heading.sh-t4.sh-s1 .h-text:after, .section-heading.sh-t4.sh-s3 .h-text:after {
    content: '';
    position: absolute;
    height: 110%;
    width: 12px;
    display: inline-block;
    background: #fff;
    right: -13px;
    top: -1px
}

.section-heading.sh-t4.sh-s1 .other-link .h-text:after, .section-heading.sh-t4.sh-s3 .other-link .h-text:after {
    right: initial;
    left: -13px
}

.section-heading.sh-t4.sh-s2:after {
    display: none
}

.section-heading.sh-t4.sh-s3:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVFNzg0NTFBNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVFNzg0NTFCNkM0MDExRTdCNkE5ODk3MjRCNzlCNkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUU3ODQ1MTg2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUU3ODQ1MTk2QzQwMTFFN0I2QTk4OTcyNEI3OUI2REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz461u9NAAAAEUlEQVR42mJgQAX/yeAABBgAgcID/UDOgL8AAAAASUVORK5CYII=);
    opacity: .13
}

.section-heading.sh-t4.sh-s4:after {
    height: 13px;
    top: 9px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ4NUVFODNGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ4NUVFODRGNzc1MTFFN0I4NTdCMTRBMzQ3RTIwNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDg1RUU4MUY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDg1RUU4MkY3NzUxMUU3Qjg1N0IxNEEzNDdFMjA1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk86A7EAAAASSURBVHjaYmBgYLBgIAgAAgwAB88AOccVbLsAAAAASUVORK5CYII=) repeat;
    opacity: 1
}

.section-heading.sh-t4.sh-s4 .h-text:before {
    content: '';
    position: absolute;
    display: inline-block;
    right: -11px;
    top: 0;
    width: 25px;
    height: 35px;
    transform: skew(29deg);
    z-index: -1
}

.section-heading.sh-t4.sh-s4 .h-text:after {
    content: '';
    position: absolute;
    height: 110%;
    display: inline-block;
    background: #fff;
    top: -1px;
    width: 42px;
    right: -42px;
    z-index: -2
}

.site-footer .light-text .section-heading.sh-t4.sh-s4 .h-text:after, .site-footer .light-text .section-heading.sh-t4.sh-s4:after {
    display: none
}

.section-heading.sh-t4.sh-s4 .h-text {
    line-height: 34px;
    height: 35px;
    padding-top: 2px
}

.section-heading.sh-t4.sh-s4 .main-link .h-text {
    border: none !important
}

.section-heading.sh-t4.sh-s4 .other-link.other-link .h-text {
    background-color: #fff !important;
    border: none !important;
    margin-top: -3px;
    color: #000 !important;
    margin-left: 0
}

    .section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:after, .section-heading.sh-t4.sh-s4 .other-link.other-link .h-text:before {
        display: none
    }

.section-heading.sh-t4.sh-s4 .main-link:hover .h-text, .section-heading.sh-t4.sh-s4.section-heading.sh-t4.sh-s4 .main-link .h-text {
    color: #fff !important
}

.section-heading.sh-t4.sh-s5:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkyNTA0MDQyNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkyNTA0MDQzNDg2MTExRThBMUYzQkY4RTIxQ0VCMDZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTI1MDQwNDA0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTI1MDQwNDE0ODYxMTFFOEExRjNCRjhFMjFDRUIwNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6f3F9TAAAAhklEQVR42myPSw7DIAxEJyp36BoQWy7ASRAC5WAIDpVVJBb87kEbFhVtY8kL+4014y2lJDnn+K2cM7TW2MYY8g4aYxBCAC7B2m8olVLyPM85k/Wy1gprLWKMEELM3UfQWoNzbsI1E1nh5ckY+8pDeu/Y931CSunfN4/jOJ7e+1tYSsFLgAEAJ2RFZ6uSCs8AAAAASUVORK5CYII=) repeat;
    opacity: .7
}

.have_bg.bs-light-scheme .section-heading.sh-t4.sh-s5:after {
    filter: invert(100%) brightness(12.7);
    opacity: .6;
    background-color: transparent
}

.bs-light-scheme .section-heading.sh-t4.sh-s5 > .h-text {
    color: #000 !important
}

.section-heading.sh-t4.sh-s5:after {
    height: 100%
}

.section-heading.sh-t4.sh-s5 .h-text:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: -1;
    border-left: 0 solid transparent;
    border-right: 17px solid transparent;
    border-top: 16px solid #fff
}

.section-heading.sh-t4.sh-s5 .h-text:after {
    content: '';
    position: absolute;
    height: 100%;
    display: inline-block;
    background: #fff;
    top: 0;
    width: 14px;
    right: -14px;
    z-index: -2
}

.site-footer .light-text .section-heading.sh-t4.sh-s5 .h-text:after, .site-footer .light-text .section-heading.sh-t4.sh-s5:after {
    display: none
}

.section-heading.sh-t4.sh-s5 .h-text {
    line-height: 40px;
    height: 42px;
    padding-top: 2px;
    padding-right: 17px;
    padding-left: 17px
}

.section-heading.sh-t4.sh-s5 .main-link .h-text {
    border: none !important
}

.section-heading.sh-t4.sh-s5 .other-link.other-link .h-text {
    background-color: #fff !important;
    border: none !important;
    color: #000 !important;
    margin-left: 0
}

    .section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:after, .section-heading.sh-t4.sh-s5 .other-link.other-link .h-text:before {
        display: none
    }

.section-heading.sh-t4.sh-s5 .main-link:hover .h-text, .section-heading.sh-t4.sh-s5.section-heading.sh-t4.sh-s5 .main-link .h-text {
    color: #fff !important
}

.section-heading.sh-t4.sh-s6 {
    background-color: #2d2f38
}

.bs-light-scheme .section-heading.sh-t4.sh-s6 {
    background-color: rgba(255,255,255,.07)
}

.section-heading.sh-t4.sh-s6 .h-text {
    line-height: 38px;
    color: #fff !important;
    border: none !important
}

    .section-heading.sh-t4.sh-s6 .h-text:before {
        content: '';
        position: absolute;
        right: -20px;
        top: 0;
        z-index: -1;
        border-left: 0 solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 38px solid transparent
    }

.section-heading.sh-t4.sh-s6 .other-link span {
    background-color: transparent !important;
    border: none;
    color: #fff;
    font-size: 11px
}

    .section-heading.sh-t4.sh-s6 .other-link span:before {
        display: none
    }

.section-heading.sh-t4.sh-s6 .other-link.active .h-text {
    background-color: transparent !important;
    border: none;
    color: #fff
}

.section-heading.multi-tab.sh-t4.sh-s6 .main-link .h-text:hover {
    color: #fff !important
}

.section-heading.sh-t4.sh-s6 .h-text:after, .section-heading.sh-t4.sh-s6:after {
    display: none
}

.section-heading.sh-t5 {
    padding: 0 0 3px
}

    .section-heading.sh-t5:after {
        display: none
    }

    .section-heading.sh-t5:before {
        content: '';
        display: inline-block;
        height: 3px;
        position: absolute;
        top: inherit;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ededed;
        background: rgba(0,0,0,.07)
    }

    .section-heading.sh-t5 > .h-text:last-child:first-child, .section-heading.sh-t5 > .main-link > .h-text, .section-heading.sh-t5 > a:last-child:first-child > .h-text {
        position: relative
    }

        .section-heading.sh-t5 > .h-text:last-child:first-child:before, .section-heading.sh-t5 > .main-link > .h-text:before, .section-heading.sh-t5 > a:last-child:first-child > .h-text:before {
            display: inline-block;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 3px;
            bottom: -3px;
            background: #000
        }

    .section-heading.sh-t5 .h-text {
        padding: 0;
        line-height: 36px
    }

    .section-heading.sh-t5 .other-link .h-text, .section-heading.sh-t5.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
        padding: 0 0 0 17px;
        text-transform: capitalize
    }

    .section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        border-color: #e6e6e6;
        padding: 8px 12px
    }

    .section-heading.sh-t5 .bs-pretty-tabs-elements .other-link .h-text {
        line-height: 30px;
        padding: 0
    }

    .section-heading.sh-t5.sh-s2 {
        padding: 3px 0 0
    }

        .section-heading.sh-t5.sh-s2 > .h-text:last-child:first-child:before, .section-heading.sh-t5.sh-s2 > .main-link > .h-text:before, .section-heading.sh-t5.sh-s2 > a:last-child:first-child > .h-text:before {
            bottom: inherit;
            top: -3px
        }

        .section-heading.sh-t5.sh-s2:before {
            top: 0;
            bottom: inherit
        }

    .section-heading.sh-t5.sh-2 .h-text {
        line-height: 40px
    }

.section-heading.sh-t6 {
    padding: 0
}

    .section-heading.sh-t6:after {
        display: none
    }

    .section-heading.sh-t6:before {
        content: '';
        display: inline-block;
        height: 3px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .section-heading.sh-t6 > .h-text:last-child:first-child, .section-heading.sh-t6 > .main-link > .h-text, .section-heading.sh-t6 > a:last-child:first-child > .h-text {
        position: relative;
        padding: 0 11px;
        color: #fff
    }

    .section-heading.sh-t6.sh-s13:before {
        top: auto;
        bottom: 0;
        background-color: rgba(0,0,0,.07) !important
    }

    .section-heading.sh-t6 .h-text {
        padding: 0;
        line-height: 32px
    }

    .section-heading.sh-t6 .other-link .h-text, .section-heading.sh-t6.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
        padding: 2px 0 0 17px;
        text-transform: capitalize
    }

    .section-heading.sh-t6 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        border-color: #e6e6e6;
        padding: 8px 12px
    }

    .section-heading.sh-t6 .bs-pretty-tabs-elements .other-link .h-text {
        line-height: 30px;
        padding: 0
    }

    .section-heading.sh-t6 > .other-link {
        margin-top: 2px
    }

    .section-heading.sh-t6 .bs-pretty-tabs-elements .other-link {
        margin-top: 0
    }

.section-heading.multi-tab.sh-t6 .bs-pretty-tabs-container {
    padding-left: 0
}

.section-heading.sh-t6.sh-s2:before {
    top: 50%;
    height: 3px;
    margin-top: -1.5px
}

.section-heading.sh-t6.sh-s2 > .other-link {
    margin-top: 0
}

.section-heading.sh-t6.sh-s2 .other-link .h-text, .section-heading.sh-t6.sh-s2.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
    padding: 0 0 0 17px;
    background: #fff
}

.section-heading.sh-t6.sh-s3:before {
    top: inherit;
    bottom: 0;
    height: 3px;
    margin-top: 0
}

.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s3 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s3 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #000;
    border-right: 20px solid transparent;
    z-index: 1;
    right: -20px;
    background-color: transparent !important
}

.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s3 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:before {
    background: #fff
}

.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s3 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text:after {
    border-bottom-color: rgba(255,255,255,.43);
    z-index: 2;
    -webkir-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    box-shadow: -2px 2px 2px rgba(0,0,0,.1)
}

.section-heading.sh-t6.sh-s3 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s3 > .main-link > .h-text, .section-heading.sh-t6.sh-s3 > a:last-child:first-child > .h-text {
    padding: 0 15px
}

.section-heading.sh-t6.sh-s3 > .other-link {
    margin-top: 0
}

.section-heading.sh-t6.bs-pretty-tabs.sh-s3 .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s3 .other-link .h-text {
    padding: 0 0 0 17px
}

.section-heading.sh-t6.sh-s3 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
    top: 96%;
    border-top-color: transparent
}

.section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s4 > .main-link > .h-text, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text {
    position: relative;
    padding: 0 24px 0 12px
}

.section-heading.sh-t6.sh-s4:before {
    display: none
}

.section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    border-left: 2px solid #fff;
    border-right: 3px solid rgba(255,255,255,.7)
}

.section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after {
    right: 5px;
    width: 2px;
    border-left: 3px solid #fff;
    border-right: 5px solid rgba(255,255,255,.45)
}

.section-heading.sh-t6.sh-s5:before {
    display: none
}

.section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s5 > .main-link > .h-text, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text {
    padding: 0 22px 0 25px;
    border-radius: 0 0 12px
}

    .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s5 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s5 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: 1;
        border-top: 20px solid #fff;
        border-right: 15px solid transparent
    }

    .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s5 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:after {
        border-right: none;
        border-top: none;
        border-bottom: 20px solid rgba(0,0,0,.3);
        border-left: 15px solid transparent;
        box-shadow: 2px 2px 2px rgba(0,0,0,.05)
    }

.section-heading.sh-t6.sh-s6, .section-heading.sh-t6.sh-s7 {
    padding: 0 25px 0 0
}

    .section-heading.sh-t6.sh-s6:before, .section-heading.sh-t6.sh-s7:before {
        height: 100%;
        width: auto;
        left: 5px;
        right: 5px;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        background: rgba(0,0,0,.05) !important
    }

    .section-heading.sh-t6.sh-s7:before {
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg)
    }

    .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s6 > .main-link > .h-text, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s7 > .main-link > .h-text, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text {
        padding: 0 26px 0 10px
    }

    .section-heading.sh-t6.sh-s6 .h-text, .section-heading.sh-t6.sh-s7 .h-text {
        line-height: 34px
    }

    .section-heading.sh-t6.bs-pretty-tabs.sh-s6 .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.bs-pretty-tabs.sh-s7 .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s6 .other-link .h-text, .section-heading.sh-t6.sh-s7 .other-link .h-text {
        padding: 0 0 0 17px;
        border: none
    }

    .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s6 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s7 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        right: -8px;
        width: 16px;
        height: 100%;
        z-index: 1;
        background: #fff;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg)
    }

    .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s7 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:after {
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg)
    }

    .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s7 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: 1;
        border-top: 44px solid #fff;
        border-right: 16px solid transparent
    }

    .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s6 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -7px;
        width: 15px;
        height: 100%;
        z-index: 1;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        border: none
    }

    .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s6 > .main-link > .h-text, .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text {
        margin-left: 11px
    }

    .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s7 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before {
        border-top: none;
        border-bottom: 44px solid #fff
    }

    .section-heading.sh-t6.sh-s6 > .other-link, .section-heading.sh-t6.sh-s7 > .other-link {
        margin-top: 0
    }

    .section-heading.sh-t6.sh-s6 .bs-pretty-tabs-container .bs-pretty-tabs-elements, .section-heading.sh-t6.sh-s7 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        right: -13px
    }

.section-heading.sh-t6.sh-s8:before {
    display: none
}

.section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s8 > .main-link > .h-text, .section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text {
    padding: 0 25px 0 12px
}

    .section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s8 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        z-index: 1;
        border-top: 16px solid transparent;
        border-right: 16px solid #fff;
        border-bottom: 16px solid transparent
    }

.section-heading.sh-t6.sh-s8 .other-link .h-text, .section-heading.sh-t6.sh-s8.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
    padding-top: 0
}

.section-heading.sh-t6.sh-s8 > .other-link {
    margin-top: 0
}

.section-heading.sh-t6.sh-s10, .section-heading.sh-t6.sh-s12, .section-heading.sh-t6.sh-s9 {
    padding: 0 15px 7px 0
}

    .section-heading.sh-t6.sh-s10 .h-text, .section-heading.sh-t6.sh-s12 .h-text, .section-heading.sh-t6.sh-s9 .h-text {
        line-height: 34px
    }

    .section-heading.sh-t6.sh-s10:before, .section-heading.sh-t6.sh-s9:before {
        height: auto;
        top: 7px;
        border-radius: 3px;
        bottom: 0
    }

    .section-heading.sh-t6.sh-s12:before {
        display: none
    }

    .section-heading.sh-t6.sh-s9:before {
        background: rgba(0,0,0,.05) !important
    }

    .section-heading.sh-t6.sh-s10:before {
        opacity: .13;
        background: #a2a2a2
    }

    .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s10 > .main-link > .h-text, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s9 > .main-link > .h-text, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text {
        border-radius: 3px 3px 3px 0
    }

    .section-heading.sh-t6.sh-s10 > .other-link, .section-heading.sh-t6.sh-s9 > .other-link {
        margin-top: 6px
    }

    .section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text, .section-heading.sh-t6.sh-s9.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
        border: none;
        padding-top: 0;
        line-height: 33px;
        margin-top: 8px
    }

    .section-heading.sh-t6.sh-s10.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
        border: none;
        padding-top: 0;
        line-height: 33px
    }

    .section-heading.sh-t6.sh-s10 > .other-link, .section-heading.sh-t6.sh-s9 > .other-link {
        margin-top: 6px
    }

    .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s10 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s10 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s12 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s12 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child:after, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s9 > .main-link > .h-text:after, .section-heading.sh-t6.sh-s9 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text:after, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text:before {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 10px solid rgba(0,0,0,.18);
        border-right: 10px solid transparent
    }

    .section-heading.sh-t6.sh-s10 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s10 > .main-link > .h-text, .section-heading.sh-t6.sh-s10 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s12 > .main-link > .h-text, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text, .section-heading.sh-t6.sh-s9 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s9 > .main-link > .h-text, .section-heading.sh-t6.sh-s9 > a:last-child:first-child > .h-text {
        padding: 0 19px
    }

    .section-heading.sh-t6.sh-s12 .other-link .h-text {
        padding-top: 0
    }

    .section-heading.sh-t6.sh-s12 > .other-link {
        margin-top: 0
    }

.section-heading.sh-t6.sh-s11 {
    text-align: center
}

    .section-heading.sh-t6.sh-s11.multi-tab {
        text-align: inherit
    }

    .section-heading.sh-t6.sh-s11:before {
        display: none
    }

    .section-heading.sh-t6.sh-s11 > .h-text:last-child:first-child, .section-heading.sh-t6.sh-s11 > .main-link > .h-text, .section-heading.sh-t6.sh-s11 > a:last-child:first-child > .h-text {
        background: 0 0 !important;
        padding: 0 62px;
        text-align: center;
        line-height: 31px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        text-transform: inherit
    }

        .section-heading.sh-t6.sh-s11 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s11 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s11 > a:last-child:first-child > .h-text:before {
            left: 47px;
            right: 47px;
            height: 100%;
            position: absolute;
            content: '';
            display: inline-block;
            z-index: -1;
            border-radius: 10px
        }

    .section-heading.sh-t6.sh-s11 .sh-svg-l {
        position: absolute;
        left: 0;
        z-index: -1;
        top: -1px
    }

    .section-heading.sh-t6.sh-s11 .sh-svg-r {
        position: absolute;
        right: 0;
        top: -1px
    }

.section-heading.sh-t6.sh-s12 > .h-text:last-child:first-child:before, .section-heading.sh-t6.sh-s12 > .main-link > .h-text:before, .section-heading.sh-t6.sh-s12 > a:last-child:first-child > .h-text:before {
    background-color: transparent !important
}

.section-heading.sh-t7 {
    padding: 0
}

    .section-heading.sh-t7:after {
        display: none
    }

    .section-heading.sh-t7:before {
        content: '';
        display: inline-block;
        height: 3px;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ededed;
        background: rgba(0,0,0,.07)
    }

    .section-heading.sh-t7 > .h-text:last-child:first-child, .section-heading.sh-t7 > .main-link > .h-text, .section-heading.sh-t7 > a:last-child:first-child > .h-text {
        position: relative;
        padding: 0 15px 0 24px;
        background: #fff
    }

        .section-heading.sh-t7 > .h-text:last-child:first-child:before, .section-heading.sh-t7 > .main-link > .h-text:before, .section-heading.sh-t7 > a:last-child:first-child > .h-text:before {
            display: inline-block;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 15px;
            width: 15px;
            background: #000;
            top: 50%;
            margin-top: -7.5px
        }

    .section-heading.sh-t7 .h-text {
        padding: 0
    }

    .section-heading.sh-t7 .other-link .h-text, .section-heading.sh-t7.bs-pretty-tabs .bs-pretty-tabs-more.other-link .h-text {
        padding: 0 0 0 17px;
        text-transform: capitalize;
        background: #fff
    }

    .section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements {
        border-color: #e6e6e6;
        padding: 8px 12px
    }

    .section-heading.sh-t7 .bs-pretty-tabs-elements .other-link .h-text {
        line-height: 30px;
        padding: 0
    }

.footer-widgets.light-text .section-heading.sh-t1 .main-link:first-child:last-child .h-text, .footer-widgets.light-text .section-heading.sh-t1 a.active .h-text, .footer-widgets.light-text .section-heading.sh-t1 a:hover .h-text, .footer-widgets.light-text .section-heading.sh-t1 > .h-text {
    color: #fff
}

.footer-widgets.light-text .section-heading.sh-t1:after {
    background: rgba(255,255,255,.1)
}

.footer-widgets.light-text .section-heading.sh-t1.sh-s2:after {
    opacity: .45
}

.footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .h-text:first-child:last-child:after, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .h-text:last-child:first-child, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .main-link > .h-text, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > .main-link > .h-text:after, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > a:first-child:last-child > .h-text:after, .footer-widgets.light-text .section-heading.sh-t1.sh-s5 > a:last-child:first-child > .h-text {
    color: #fff !important
}

.footer-widgets.light-text .section-heading.sh-t2:before {
    background: rgba(255,255,255,.14)
}

.footer-widgets.light-text .section-heading.sh-t2:after {
    background-color: #f9f9f9
}

.footer-widgets.light-text .section-heading.sh-t2 .main-link:first-child:last-child .h-text, .footer-widgets.light-text .section-heading.sh-t2 a.active, .footer-widgets.light-text .section-heading.sh-t2 > .h-text {
    color: #fff !important
}

.footer-widgets.light-text .listing-item-text-2 .item-inner {
    border-color: rgba(255,255,255,.11)
}

.footer-widgets.light-text .section-heading.sh-t2.sh-s2 {
    background: rgba(255,255,255,.04)
}

.footer-widgets.light-text .section-heading.sh-t2.sh-s3 {
    background: rgba(255,255,255,.04)
}

.footer-widgets.light-text .section-heading.sh-t2.sh-s4 {
    border: 1px solid rgba(255,255,255,.06)
}

.footer-widgets.light-text .section-heading.sh-t3:after {
    background: #fff
}

.footer-widgets.light-text .section-heading.sh-t3 {
    color: #fff
}

    .footer-widgets.light-text .section-heading.sh-t3.sh-s4.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text.h-text, .footer-widgets.light-text .section-heading.sh-t3.sh-s4 > .h-text.h-text.h-text, .footer-widgets.light-text .section-heading.sh-t3.sh-s4 > a.active > .h-text.h-text.h-text, .footer-widgets.light-text .section-heading.sh-t3.sh-s4 > a > .h-text.h-text.h-text {
        color: #000 !important
    }

    .footer-widgets.light-text .section-heading.sh-t3.sh-s5 {
        border: 1px solid rgba(255,255,255,.07)
    }

    .footer-widgets.light-text .section-heading.sh-t3.sh-s6 {
        border: 1px solid rgba(255,255,255,.08)
    }

    .footer-widgets.light-text .section-heading.sh-t3.sh-s7:after {
        background: #444
    }

    .footer-widgets.light-text .section-heading.sh-t3.sh-s7:before {
        border-top: 10px solid #444
    }

    .footer-widgets.light-text .section-heading.sh-t3.sh-s9:before {
        background-color: rgba(255,255,255,.07) !important
    }

    .footer-widgets.light-text .section-heading.sh-t3.sh-s9:after {
        background-color: rgba(255,255,255,.07) !important
    }

.footer-widgets.light-text .section-heading.sh-t4.sh-s1:after, .footer-widgets.light-text .section-heading.sh-t4.sh-s3:after {
    background: rgba(255,255,255,.05)
}

.footer-widgets.light-text .section-heading.sh-t4.sh-s6 {
    background-color: rgba(255,255,255,.07)
}

.footer-widgets.light-text .section-heading.sh-t4.sh-s5:after {
    display: block;
    filter: invert(100%) brightness(12.7);
    opacity: .6;
    background-color: transparent
}

.footer-widgets.light-text .section-heading.sh-t5:before {
    background: rgba(255,255,255,.06)
}

.footer-widgets.light-text .section-heading.sh-t5 > .h-text:last-child:first-child:before, .footer-widgets.light-text .section-heading.sh-t5 > .main-link > .h-text:before, .footer-widgets.light-text .section-heading.sh-t5 > a:last-child:first-child > .h-text:before {
    background: #fff
}

.footer-widgets.light-text .section-heading.sh-t5 {
    color: #fff
}

.footer-widgets .section-heading.sh-t4.sh-s5 .h-text:after {
    display: block !important
}

.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after {
    border-right-color: rgba(0,0,0,.2)
}

.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after {
    border-left-color: rgba(0,0,0,.2)
}

.ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .ltr .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before {
    border-right-color: rgba(0,0,0,.3)
}

.rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .rtl .footer-widgets.light-text .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before {
    border-left-color: rgba(0,0,0,.3)
}

.footer-widgets.light-text .section-heading.sh-t6.sh-s9:before {
    background: rgba(255,255,255,.05) !important
}

.site-footer .footer-widgets.light-text .section-heading.sh-t7.sh-s1 .h-text {
    color: #fff !important
}

.footer-widgets.light-text .section-heading.sh-t7:before {
    background: rgba(255,255,255,.1)
}

.single-featured-video {
    max-width: 100% !important
}

.post-meta.single-post-meta, .post-meta.single-post-meta a {
    color: #3a3a3a
}

    .post-meta.single-post-meta .comments, .post-meta.single-post-meta .post-author-avatar, .post-meta.single-post-meta .time, .post-meta.single-post-meta .views {
        float: none;
        margin: 0 12px 0 0;
        white-space: nowrap;
        line-height: 26px;
        display: inline-block
    }

    .post-meta.single-post-meta > a + span:before, .post-meta.single-post-meta > span + a:before, .post-meta.single-post-meta > span + span:before {
        content: ' ';
        display: inline-block;
        width: 9px;
        margin-right: 12px;
        height: 1px;
        background: rgba(0,0,0,.23);
        vertical-align: middle
    }

    .post-meta.single-post-meta b {
        color: #4d4d4d;
        margin-left: 2px
    }

    .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
        border-radius: 50%;
        margin: 0
    }

        .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar + .post-author-name {
            margin-left: 7px
        }

    .post-meta.single-post-meta .post-author-name {
        text-transform: capitalize !important;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle
    }

    .post-meta.single-post-meta .post-author-a, .post-meta.single-post-meta .time {
        color: rgba(0,0,0,.44)
    }

        .post-meta.single-post-meta .post-author-a:hover {
            color: #b7b7b7 !important
        }

.single-post-title {
    line-height: 1.3
}

.single-featured {
    text-align: center;
    display: block;
    margin: 0 0 20px;
    line-height: 0;
    position: relative
}

    .single-featured img {
        max-width: 100%;
        height: auto !important
    }

    .single-featured figure {
        line-height: 2;
        text-align: center
    }

    .single-featured iframe {
        max-width: 100%
    }

.image-credit a, .image-credit a:hover {
    color: #fff !important
}

.single-featured .image-credit {
    position: absolute;
    right: 0;
    font-size: 10px;
    display: inline-block;
    padding: 0 8px;
    bottom: -18px;
    color: #adadad;
    background: 0 0;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap
}

.post.format-standard .single-featured .image-credit {
    line-height: 20px;
    background: rgba(0,0,0,.26);
    bottom: 0;
    color: #fff
}

.single-post-excerpt {
    color: #6d6d6d
}

    .single-post-excerpt p:last-child {
        margin-bottom: 0
    }

    .single-post-excerpt.post-excerpt-bc {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #e2e2e2
    }

.single-post-share {
    list-style: none;
    padding: 0;
    font-size: 0
}

    .single-post-share.top-share {
        margin-bottom: 10px
    }

    .single-post-share .number {
        font-size: 13px;
        font-weight: 700;
        margin: 0;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        display: inline-block
    }

    .single-post-share .post-share-btn {
        background: #fff;
        border: 1px solid #e2e2e2;
        line-height: 30px;
        display: inline-block;
        padding: 0 5px;
        border-radius: 30px;
        font-size: 12px;
        color: #4d4d4d;
        margin-right: 8px;
        margin-bottom: 9px;
        vertical-align: top
    }

        .single-post-share .post-share-btn .bf-icon, .single-post-share .post-share-btn .number, .single-post-share .post-share-btn .text {
            line-height: 30px;
            vertical-align: top
        }

        .single-post-share .post-share-btn .text {
            font-size: 12px
        }

        .single-post-share .post-share-btn .bf-icon {
            font-size: 15px;
            margin: 0 3px
        }

    .single-post-share .share-handler {
        float: left;
        position: relative
    }

    .single-post-share .post-share-btn.post-share-btn-comments, .single-post-share .post-share-btn.post-share-btn-views {
        float: right;
        border-radius: 0
    }

    .single-post-share .post-share-btn.post-share-btn-views {
        font-weight: 700;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
    }

        .single-post-share .post-share-btn.post-share-btn-views.rank-0, .single-post-share .post-share-btn.post-share-btn-views.rank-default {
            font-weight: 400
        }

.share-handler-wrap {
    overflow: hidden;
    height: 33px
}

.post-share.style-2 .share-handler-wrap {
    height: 38px
}

.post-share.style-5 .share-handler-wrap, .post-share.style-8 .share-handler-wrap {
    height: 47px
}

.post-share.style-6 .share-handler-wrap, .post-share.style-7 .share-handler-wrap {
    height: 70px
}

.share-handler-wrap.bs-pretty-tabs-initialized {
    height: auto !important
}

.post-share .post-share-btn-group {
    overflow: hidden;
    float: right;
    margin-bottom: 10px
}

    .post-share .post-share-btn-group .post-share-btn {
        border-radius: 0;
        margin: 0;
        padding: 0 10px;
        border-left-width: 0;
        border-right-width: 0;
        position: relative
    }

        .post-share .post-share-btn-group .post-share-btn:before {
            display: inline-block;
            content: ' ';
            width: 1px;
            height: 66%;
            background: #e2e2e2;
            position: absolute;
            left: 0;
            top: 17%
        }

        .post-share .post-share-btn-group .post-share-btn:first-child {
            border-radius: 0 3px 3px 0;
            border-right-width: 1px
        }

        .post-share .post-share-btn-group .post-share-btn:last-child {
            border-radius: 3px 0 0 3px;
            border-left-width: 1px
        }

            .post-share .post-share-btn-group .post-share-btn:last-child:before {
                display: none
            }

.post-share .bs-pretty-tabs-container {
    float: left
}

.post-share .bs-pretty-tabs-elements {
    display: none !important
}

.single-post-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.single-post-share li {
    margin: 0 6px 6px;
    display: inline-block;
    text-align: center;
    list-style: none
}

    .single-post-share li li {
        display: none
    }

.single-post-share .social-item {
    margin: 0 6px 4px 0;
    float: left
}

    .single-post-share .social-item a {
        line-height: 30px;
        min-width: 30px;
        display: inline-block;
        padding: 0 0;
        border-radius: 30px;
        font-size: 14px;
        color: #fff;
        overflow: hidden;
        text-align: center
    }

    .single-post-share .social-item.has-count a {
        padding: 0 10px
    }

    .single-post-share .social-item a .bf-icon, .single-post-share .social-item a .item-title, .single-post-share .social-item a .number {
        line-height: 30px;
        vertical-align: top;
        color: #fff;
        display: inline-block
    }

    .single-post-share .social-item a .item-title, .single-post-share .social-item a .number {
        margin-left: 6px
    }

    .single-post-share .social-item a .bf-icon {
        font-size: 16px
    }

    .single-post-share .social-item.whatsapp .bf-icon {
        font-size: 16px;
        font-weight: 700
    }

.single-post-share .number:empty {
    display: none
}

.single-post-share .social-item.facebook a {
    background-color: #2d5f9a;
    color: #133d6d
}

    .single-post-share .social-item.facebook a:hover {
        background-color: #1b4a82
    }

.single-post-share .social-item.twitter a {
    background-color: #53c7ff;
    color: #2e86b1
}

    .single-post-share .social-item.twitter a:hover {
        background-color: #369ed0
    }

.single-post-share .social-item.google_plus a {
    background-color: #d93b2b;
    color: #9a2317
}

    .single-post-share .social-item.google_plus a:hover {
        background-color: #b7291a
    }

.single-post-share .social-item.pinterest a {
    background-color: #a41719;
    color: #670d0e
}

    .single-post-share .social-item.pinterest a:hover {
        background-color: #8c0a0c
    }

.single-post-share .social-item.linkedin a {
    background-color: #005182;
    color: #013c61
}

    .single-post-share .social-item.linkedin a:hover {
        background-color: #003b5f
    }

.single-post-share .social-item.email a, .single-post-share .social-item.print a {
    background-color: #444;
    color: #313131
}

    .single-post-share .social-item.email a:hover, .single-post-share .social-item.print a:hover {
        background-color: #2f2f2f
    }

.single-post-share .social-item.tumblr a {
    background-color: #3e5a70;
    color: #24384a
}

    .single-post-share .social-item.tumblr a:hover {
        background-color: #426283
    }

.single-post-share .social-item.telegram a {
    background-color: #179cde;
    color: #0a629a
}

    .single-post-share .social-item.telegram a:hover {
        background-color: #0f8dde
    }

.single-post-share .social-item.reddit a {
    background-color: #ff4500;
    color: #bb3200
}

    .single-post-share .social-item.reddit a:hover {
        background-color: #dc3c01
    }

.single-post-share .social-item.stumbleupon a {
    background-color: #ee4813;
    color: #982d0b
}

    .single-post-share .social-item.stumbleupon a:hover {
        background-color: #ce3d0f
    }

.single-post-share .social-item.vk a {
    background-color: #4c75a3;
    color: #223448
}

    .single-post-share .social-item.vk a:hover {
        background-color: #3e5f84
    }

.single-post-share .social-item.digg a {
    background-color: #000;
    color: #525252
}

    .single-post-share .social-item.digg a:hover {
        background-color: #2f2f2f
    }

.single-post-share .social-item.bs-custom-link a {
    background-color: #000;
    color: #525252
}

    .single-post-share .social-item.bs-custom-link a:hover {
        background-color: #2f2f2f
    }

.single-post-share .social-item.ok-ru a {
    background-color: #ee8208;
    color: #cb6e04
}

    .single-post-share .social-item.ok-ru a:hover {
        background-color: #d36c08
    }

.single-post-share .social-item.whatsapp a {
    background-color: #00e676;
    color: #02a252
}

    .single-post-share .social-item.whatsapp a:hover {
        background-color: #00c462
    }

.single-post-share .social-item.line a {
    background-color: #00b900;
    color: #018c01
}

    .single-post-share .social-item.line a:hover {
        background-color: #009a00
    }

.single-post-share .social-item.line .bf-icon {
    font-size: 20px
}

    .single-post-share .social-item.bbm .bf-icon:before, .single-post-share .social-item.line .bf-icon:before, .single-post-share .social-item.viber .bf-icon:before {
        vertical-align: top
    }

.single-post-share .social-item.viber a {
    background-color: #5d54a4;
    color: #1f1d3c
}

.single-post-share .social-item.viber:hover a {
    background-color: #494589
}

.single-post-share .social-item.viber .bf-icon {
    font-size: 18px
}

.single-post-share .social-item.bbm a {
    background-color: #1f1f1f;
    color: #505050
}

    .single-post-share .social-item.bbm a:hover {
        background-color: #3c3c3c
    }

.single-post-share .social-item.facebook-messenger a {
    background-color: #448aff;
    color: #2464ff
}

    .single-post-share .social-item.facebook-messenger a:hover {
        background-color: #448aff
    }

.single-post-share .social-item.bbm .bf-icon {
    font-size: 18px
}

.single-post-share .social-item.telegram .bf-icon {
    margin-left: -1px
}

.single-post-share .social-item.bbm .bsfi-bbm, .single-post-share .social-item.digg .bf-icon, .single-post-share .social-item.line .bsfi-line, .single-post-share .social-item.viber .bsfi-viber {
    font-size: 18px
}

.single-post-share .social-item .bf-icon {
    vertical-align: middle
}

.single-post-share .social-item.bbm, .single-post-share .social-item.line, .single-post-share .social-item.viber, .single-post-share .social-item.whatsapp {
    display: none
}

@media only screen and (max-width:780px) {
    .single-post-share .social-item.bbm, .single-post-share .social-item.line, .single-post-share .social-item.viber, .single-post-share .social-item.whatsapp {
        display: inline-block
    }
}

@media only screen and (max-width:540px) {
    .post-share .post-share-btn-group {
        float: left
    }

    .share-handler-wrap {
        clear: both
    }
}

@media only screen and (max-width:420px) {
    .single-post-share .social-share-list + .post-share-btn {
        float: left;
        clear: left;
        margin-left: 0;
        margin-top: 5px
    }

    .single-post-share .post-share-btn {
        margin-bottom: 4px !important
    }
}

.post-share.style-3 .share-handler, .post-share.style-4 .share-handler, .post-share.style-5 .share-handler, .post-share.style-8 .share-handler {
    margin: 0 12px 12px 0
}

.post-share .share-handler:after, .post-share .share-handler:before {
    border: solid 6px transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: -12px;
    border-left-color: #d7d7d7;
    margin-top: -6px
}

.post-share .share-handler:after {
    border: solid 5px transparent;
    border-left-color: #fff;
    right: -10px;
    margin-top: -5px
}

.post-share.style-1 .share-handler:after, .post-share.style-1 .share-handler:before, .post-share.style-2 .share-handler:after, .post-share.style-2 .share-handler:before {
    display: none
}

.post-share .post-share-btn, .post-share .social-item a {
    border-radius: 3px;
    padding: 0 5px
}

.post-share.style-3 .social-item a, .post-share.style-6 .social-item a, .post-share.style-7 .social-item a {
    -moz-box-shadow: 0 3px 0;
    -webkit-box-shadow: 0 3px 0;
    box-shadow: 0 3px 0
}

.post-share.style-6 .bf-icon, .post-share.style-6 .item-title, .post-share.style-6 .number, .post-share.style-6 .text, .post-share.style-7 .bf-icon, .post-share.style-7 .item-title, .post-share.style-7 .number, .post-share.style-7 .text {
    font-size: 15px;
    display: block;
    font-weight: 400
}

.post-share.style-5 .post-share-btn .bf-icon, .post-share.style-5 .post-share-btn .number, .post-share.style-5 .post-share-btn .text, .post-share.style-8 .post-share-btn .bf-icon, .post-share.style-8 .post-share-btn .number, .post-share.style-8 .post-share-btn .text {
    line-height: 43px
}

.post-share.style-5 .bf-icon {
    font-size: 22px !important
}

.post-share.style-5 .number {
    font-size: 18px
}

.post-share.style-5 .social-item .item-title, .post-share.style-8 .social-item .item-title {
    font-size: 16px
}

.post-share.style-5 .social-item a .bf-icon, .post-share.style-5 .social-item a .number, .post-share.style-8 .social-item a .bf-icon, .post-share.style-8 .social-item a .number {
    line-height: 44px;
    font-weight: 400
}

.post-share.style-5 .social-item, .post-share.style-8 .social-item {
    margin: 0 6px 6px 0
}

.post-share.style-5 .bs-pretty-tabs-more, .post-share.style-8 .bs-pretty-tabs-more {
    padding: 0 6px !important;
    transform: initial;
    top: 6px;
    min-width: 30px !important
}

    .post-share.style-5 .bs-pretty-tabs-more .bf-icon {
        line-height: 30px;
        font-size: 18px !important
    }

.post-share.style-10 .social-item, .post-share.style-9 .social-item {
    border: 1px solid #e2e2e2;
    border-radius: 3px
}

.post-share.style-10 .post-share-btn, .post-share.style-11 .post-share-btn, .post-share.style-9 .post-share-btn {
    line-height: 31px
}

.post-share.style-10 .share-handler, .post-share.style-9 .share-handler {
    padding: 0 10px;
    margin-right: 15px
}

.post-share.style-10 .social-item a .item-title, .post-share.style-10 .social-item a .number {
    color: inherit
}

.post-share.style-10 .social-item.has-count.has-title .number {
    border-left: none;
    padding-left: 0
}

.post-share.style-10 .social-item.has-count.has-title .item-title {
    border-right: none
}

.post-share.style-10 .post-share-btn, .post-share.style-11 .post-share-btn, .post-share.style-9 .post-share-btn {
    padding: 0 6px;
    line-height: 32px;
    border-radius: 3px;
    min-width: 32px;
    height: 32px
}

.post-share.style-10 .post-share-btn-group .post-share-btn:first-child, .post-share.style-11 .post-share-btn-group .post-share-btn:first-child, .post-share.style-9 .post-share-btn-group .post-share-btn:first-child {
    border-radius: 0 3px 3px 0
}

.post-share.style-10 .post-share-btn-group .post-share-btn:last-child, .post-share.style-11 .post-share-btn-group .post-share-btn:last-child, .post-share.style-9 .post-share-btn-group .post-share-btn:last-child {
    border-radius: 3px 0 0 3px
}

.post-share.style-10 .social-item a, .post-share.style-9 .social-item a {
    background: #fff !important;
    color: #4d4d4d
}

.post-share.style-10 .social-item.facebook a, .post-share.style-11 .social-item.facebook a, .post-share.style-9 .social-item.facebook a {
    color: #2d5f9a
}

.post-share.style-10 .social-item.facebook .icon, .post-share.style-11 .social-item.facebook .icon {
    background-color: #2d5f9a;
    border-color: #2d5f9a
}

.post-share.style-10 .social-item.facebook a:hover, .post-share.style-11 .social-item.facebook a:hover, .post-share.style-9 .social-item.facebook a:hover {
    color: #1b4a82
}

    .post-share.style-10 .social-item.facebook a:hover .icon, .post-share.style-11 .social-item.facebook a:hover .icon {
        background-color: #1b4a82;
        border-color: #1b4a82
    }

.post-share.style-10 .social-item.twitter a, .post-share.style-11 .social-item.twitter a, .post-share.style-9 .social-item.twitter a {
    color: #53c7ff
}

.post-share.style-10 .social-item.twitter .icon, .post-share.style-11 .social-item.twitter .icon {
    background-color: #53c7ff;
    border-color: #53c7ff
}

.post-share.style-10 .social-item.twitter a:hover, .post-share.style-11 .social-item.twitter a:hover, .post-share.style-9 .social-item.twitter a:hover {
    color: #369ed0
}

.post-share.style-10 .social-item.google_plus a, .post-share.style-11 .social-item.google_plus a, .post-share.style-9 .social-item.google_plus a {
    color: #d93b2b
}

.post-share.style-10 .social-item.google_plus .icon, .post-share.style-11 .social-item.google_plus .icon {
    background-color: #d93b2b;
    border-color: #d93b2b
}

.post-share.style-10 .social-item.google_plus a:hover, .post-share.style-11 .social-item.google_plus a:hover, .post-share.style-9 .social-item.google_plus a:hover {
    color: #b7291a
}

.post-share.style-10 .social-item.pinterest a, .post-share.style-11 .social-item.pinterest a, .post-share.style-9 .social-item.pinterest a {
    color: #a41719
}

.post-share.style-10 .social-item.pinterest .icon, .post-share.style-11 .social-item.pinterest .icon {
    background-color: #a41719;
    border-color: #a41719
}

.post-share.style-10 .social-item.pinterest a:hover, .post-share.style-11 .social-item.pinterest a:hover, .post-share.style-9 .social-item.pinterest a:hover {
    color: #8c0a0c
}

.post-share.style-10 .social-item.linkedin a, .post-share.style-11 .social-item.linkedin a, .post-share.style-9 .social-item.linkedin a {
    color: #005182
}

.post-share.style-10 .social-item.linkedin .icon, .post-share.style-11 .social-item.linkedin .icon {
    background-color: #005182;
    border-color: #005182
}

.post-share.style-10 .social-item.linkedin a:hover, .post-share.style-11 .social-item.linkedin a:hover, .post-share.style-9 .social-item.linkedin a:hover {
    color: #003b5f
}

.post-share.style-10 .social-item.email a, .post-share.style-10 .social-item.print a, .post-share.style-11 .social-item.email a, .post-share.style-11 .social-item.print a, .post-share.style-9 .social-item.email a, .post-share.style-9 .social-item.print a {
    color: #444
}

.post-share.style-10 .social-item.email .icon, .post-share.style-10 .social-item.print .icon, .post-share.style-11 .social-item.email .icon, .post-share.style-11 .social-item.print .icon {
    background-color: #444;
    border-color: #444
}

.post-share.style-10 .social-item.email a:hover, .post-share.style-10 .social-item.print a:hover, .post-share.style-11 .social-item.email a:hover, .post-share.style-11 .social-item.print a:hover, .post-share.style-9 .social-item.email a:hover, .post-share.style-9 .social-item.print a:hover {
    color: #2f2f2f
}

.post-share.style-10 .social-item.tumblr a, .post-share.style-11 .social-item.tumblr a, .post-share.style-9 .social-item.tumblr a {
    color: #3e5a70
}

.post-share.style-10 .social-item.tumblr .icon, .post-share.style-11 .social-item.tumblr .icon {
    background-color: #3e5a70;
    border-color: #3e5a70
}

.post-share.style-10 .social-item.tumblr a:hover, .post-share.style-11 .social-item.tumblr a:hover, .post-share.style-9 .social-item.tumblr a:hover {
    color: #426283
}

.post-share.style-10 .social-item.telegram a, .post-share.style-11 .social-item.telegram a, .post-share.style-9 .social-item.telegram a {
    color: #179cde
}

.post-share.style-10 .social-item.telegram .icon, .post-share.style-11 .social-item.telegram .icon {
    background-color: #179cde;
    border-color: #179cde
}

.post-share.style-10 .social-item.telegram a:hover, .post-share.style-11 .social-item.telegram a:hover, .post-share.style-9 .social-item.telegram a:hover {
    color: #0f8dde
}

.post-share.style-10 .social-item.reddit a, .post-share.style-11 .social-item.reddit a, .post-share.style-9 .social-item.reddit a {
    color: #ff4500
}

.post-share.style-10 .social-item.reddit .icon, .post-share.style-11 .social-item.reddit .icon {
    background-color: #ff4500;
    border-color: #ff4500
}

.post-share.style-10 .social-item.reddit a:hover, .post-share.style-11 .social-item.reddit a:hover, .post-share.style-9 .social-item.reddit a:hover {
    color: #dc3c01
}

.post-share.style-10 .social-item.stumbleupon a, .post-share.style-11 .social-item.stumbleupon a, .post-share.style-9 .social-item.stumbleupon a {
    color: #ee4813
}

.post-share.style-10 .social-item.stumbleupon .icon, .post-share.style-11 .social-item.stumbleupon .icon {
    background-color: #ee4813;
    border-color: #ee4813
}

.post-share.style-10 .social-item.stumbleupon a:hover, .post-share.style-11 .social-item.stumbleupon a:hover, .post-share.style-9 .social-item.stumbleupon a:hover {
    color: #ce3d0f
}

.post-share.style-10 .social-item.vk a, .post-share.style-11 .social-item.vk a, .post-share.style-9 .social-item.vk a {
    color: #4c75a3
}

.post-share.style-10 .social-item.vk .icon, .post-share.style-11 .social-item.vk .icon {
    background-color: #4c75a3;
    border-color: #4c75a3
}

.post-share.style-10 .social-item.vk a:hover, .post-share.style-11 .social-item.vk a:hover, .post-share.style-9 .social-item.vk a:hover {
    color: #3e5f84
}

.post-share.style-10 .social-item.digg a, .post-share.style-11 .social-item.digg a, .post-share.style-9 .social-item.digg a {
    color: #000
}

.post-share.style-10 .social-item.digg .icon, .post-share.style-11 .social-item.digg .icon {
    background-color: #000;
    border-color: #000
}

.post-share.style-10 .social-item.bs-custom-link a, .post-share.style-11 .social-item.bs-custom-link a, .post-share.style-9 .social-item.bs-custom-link a {
    color: #000
}

.post-share.style-10 .social-item.bs-custom-link .icon, .post-share.style-11 .social-item.bs-custom-link .icon {
    background-color: #000;
    border-color: #000
}

.post-share.style-10 .social-item.ok-ru a, .post-share.style-11 .social-item.ok-ru a, .post-share.style-9 .social-item.ok-ru a {
    color: #ee8208
}

.post-share.style-10 .social-item.ok-ru .icon, .post-share.style-11 .social-item.ok-ru .icon {
    background-color: #ee8208;
    border-color: #ee8208
}

.post-share.style-10 .social-item.digg a:hover, .post-share.style-11 .social-item.digg a:hover, .post-share.style-9 .social-item.digg a:hover {
    color: #2f2f2f
}

.post-share.style-10 .social-item.bs-custom-link a:hover, .post-share.style-11 .social-item.bs-custom-link a:hover, .post-share.style-9 .social-item.bs-custom-link a:hover {
    color: #2f2f2f
}

.post-share.style-10 .social-item.whatsapp a, .post-share.style-11 .social-item.whatsapp a, .post-share.style-9 .social-item.whatsapp a {
    color: #00e676
}

.post-share.style-10 .social-item.whatsapp .icon, .post-share.style-11 .social-item.whatsapp .icon {
    background-color: #00e676;
    border-color: #00e676
}

.post-share.style-10 .social-item.whatsapp a:hover, .post-share.style-11 .social-item.whatsapp a:hover, .post-share.style-9 .social-item.whatsapp a:hover {
    color: #00c462
}

.post-share.style-10 .social-item.line a, .post-share.style-11 .social-item.line a, .post-share.style-9 .social-item.line a {
    color: #00b900
}

.post-share.style-10 .social-item.line .icon, .post-share.style-11 .social-item.line .icon {
    background-color: #00b900;
    border-color: #00b900
}

.post-share.style-10 .social-item.line a:hover, .post-share.style-11 .social-item.line a:hover, .post-share.style-9 .social-item.line a:hover {
    color: #009a00
}

.post-share.style-10 .social-item.print a, .post-share.style-11 .social-item.print a, .post-share.style-9 .social-item.print a {
    color: #444
}

.post-share.style-10 .social-item.viber a .icon, .post-share.style-11 .social-item.viber a .icon {
    background-color: #5d54a4 !important;
    border-color: #5d54a4 !important
}

.post-share.style-10 .social-item.viber:hover a .icon, .post-share.style-11 .social-item.viber:hover a .icon {
    background-color: #494589 !important;
    border-color: #494589 !important
}

.post-share.style-10 .social-item.viber .icon, .post-share.style-11 .social-item.viber .icon {
    font-size: 18px
}

.post-share.style-10 .social-item.bbm a, .post-share.style-11 .social-item.bbm a, .post-share.style-9 .social-item.bbm a {
    color: #1f1f1f
}

.post-share.style-10 .social-item.bbm .icon, .post-share.style-11 .social-item.bbm .icon {
    background-color: #1f1f1f;
    border-color: #1f1f1f
}

.post-share.style-10 .social-item.bbm a:hover, .post-share.style-11 .social-item.bbm a:hover, .post-share.style-9 .social-item.bbm a:hover {
    color: #3c3c3c
}

.post-share.style-12 .post-share-btn, .post-share.style-12 a, .post-share.style-12 span, .post-share.style-13 .post-share-btn, .post-share.style-13 a, .post-share.style-13 span, .style-23.entry-terms .terms-label, .style-23.entry-terms a, .style-24.entry-terms .terms-label, .style-24.entry-terms a, .style-25.entry-terms .terms-label, .style-25.entry-terms a, .style-26.entry-terms .terms-label, .style-26.entry-terms a {
    border-radius: 0 !important
}

.post-share.style-13 .post-share-btn, .post-share.style-13 .social-item a {
    padding: 0 10px;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px !important
}

    .post-share.style-13 .post-share-btn > *, .post-share.style-13 .social-item .item-title, .post-share.style-13 .social-item i {
        line-height: 44px !important
    }

.post-share.style-13 .social-item .icon i {
    font-size: 22px
}

.post-share.style-13 .social-item .item-title {
    font-size: 19px
}

.post-share.style-13 .bs-pretty-tabs-more, .post-share.style-13 .post-share-btn {
    min-height: 42px;
    line-height: 42px !important
}

    .post-share.style-13 .bs-pretty-tabs-more i, .post-share.style-13 .post-share-btn > * {
        line-height: 42px !important
    }

.post-share .item-title {
    font-weight: 400;
    padding: 0
}

.post-share .item-title, .post-share .number {
    font-size: 12px
}

.post-share .post-share-btn-group .item-title, .post-share .post-share-btn-group .number {
    padding: 0
}

.post-share.style-1 .social-item.has-title a {
    padding: 0 11px
}

.post-share.style-1 .post-share-btn-group .post-share-btn:first-child, .post-share.style-2 .post-share-btn-group .post-share-btn:first-child {
    border-radius: 0 30px 30px 0
}

.post-share.style-1 .post-share-btn-group .post-share-btn:last-child, .post-share.style-2 .post-share-btn-group .post-share-btn:last-child {
    border-radius: 30px 0 0 30px
}

    .post-share.style-1 .post-share-btn-group .post-share-btn:last-child:first-child, .post-share.style-2 .post-share-btn-group .post-share-btn:last-child:first-child {
        border-radius: 30px
    }

.post-share.style-1 .bs-pretty-tabs-more, .post-share.style-1 .share-handler, .post-share.style-1 .social-item a, .post-share.style-2 .bs-pretty-tabs-more, .post-share.style-2 .share-handler, .post-share.style-2 .social-item a {
    border-radius: 30px
}

.post-share.style-1 .bs-pretty-tabs-more {
    min-width: 30px;
    height: 30px;
    line-height: 30px
}

.post-share.style-2 .bs-pretty-tabs-more {
    min-width: 38px;
    height: 38px;
    line-height: 38px
}

.post-share .bs-pretty-tabs-more {
    color: #afafaf
}

    .post-share .bs-pretty-tabs-more:hover {
        color: #383838
    }

.single-post-share.top-share.style-1 {
    margin-bottom: 7px
}

.single-post-share.bottom-share.style-1 {
    margin-bottom: -8px
}

.single-post-share.top-share.style-2 {
    margin-bottom: 9px
}

.single-post-share.bottom-share.style-2 {
    margin-bottom: -6px
}

.post-share.style-1 .share-handler, .post-share.style-2 .share-handler {
    padding: 0 10px
}

.post-share.style-2 .post-share-btn .bf-icon {
    font-size: 20px
}

.post-share.style-2 .item-title, .post-share.style-2 .number, .post-share.style-2 .text {
    font-size: 14px
}

.post-share.style-2 .number {
    margin: 0
}

.post-share.style-2 .bf-icon, .post-share.style-2 .item-title, .post-share.style-2 .number, .post-share.style-2 .text {
    line-height: 38px !important;
    height: 38px
}

.post-share.style-2 .item-title {
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 400
}

.post-share.style-2 .social-item a {
    padding: 0 8px;
    min-width: 38px;
    line-height: 38px
}

.post-share.style-2 .social-item.has-count a, .post-share.style-2 .social-item.has-title a {
    padding: 0 15px
}

.post-share.style-2 .social-item {
    margin: 0 6px 6px 0
}

.post-share.style-2 .bs-pretty-tabs-more .bf-icon, .post-share.style-2 .post-share-btn-group .bf-icon {
    font-size: 15px
}

.post-share.style-2 .social-item a .item-title + .number {
    margin-left: 0
}

.single-post-share.top-share.style-3 {
    margin-bottom: 7px
}

.single-post-share.bottom-share.style-3 {
    margin-bottom: -8px
}

.post-share.style-3 .bf-icon, .post-share.style-3 .item-title, .post-share.style-3 .number, .post-share.style-3 .text {
    line-height: 32px !important
}

.post-share.style-3 .post-share-btn, .post-share.style-3 .social-item a {
    line-height: 32px;
    height: 32px;
    min-width: 40px
}

.post-share.style-3 .post-share-btn {
    line-height: 35px;
    height: 35px;
    padding: 0 8px
}

    .post-share.style-3 .post-share-btn .bf-icon, .post-share.style-3 .post-share-btn .number, .post-share.style-3 .post-share-btn .text {
        line-height: 34px !important
    }

.post-share.style-3 .social-item a {
    padding: 0 8px
}

.post-share.style-3 .social-item.has-count a, .post-share.style-3 .social-item.has-title a {
    padding: 0 12px
}

.single-post-share.style-3 .social-item.line .bsfi-line {
    font-size: 20px
}

.single-post-share.style-3 .social-item.viber .bsfi-viber {
    font-size: 17px
}

.single-post-share .social-item {
    margin-bottom: 8px
}

.single-post-share.top-share.style-4 {
    margin-bottom: 7px
}

.single-post-share.bottom-share.style-4 {
    margin-bottom: -8px
}

.post-share.style-4 .share-handler.post-share-btn {
    padding: 0 8px 0 5px
}

.post-share.style-4 .social-item a {
    padding: 0
}

.post-share.style-4 .social-item .number {
    padding-right: 10px;
    margin-left: 10px
}

.post-share.style-4 .social-item .item-title {
    padding-right: 9px;
    margin-left: 8px
}

    .post-share.style-4 .social-item .item-title + .number {
        margin-left: -2px
    }

.post-share.style-4 .social-item .bf-icon {
    display: inline-block;
    height: 100%;
    background: rgba(0,0,0,.25);
    padding: 0 6px;
    min-width: 30px
}

.post-share.style-4 .social-item .icon:last-child:first-child .bf-icon {
    background: 0 0
}

.post-share.style-4 .share-handler .text {
    margin-left: 2px;
    font-size: 13px
}

.post-share.style-4 .bs-pretty-tabs-more.post-share-btn {
    height: 30px
}

.single-post-share.top-share.style-5 {
    margin-bottom: 9px
}

.single-post-share.bottom-share.style-5 {
    margin-bottom: -6px
}

.post-share.style-5 .post-share-btn, .post-share.style-5 .social-item a {
    padding: 0 10px;
    min-width: 44px
}

.post-share.style-5 .social-item.has-count a, .post-share.style-5 .social-item.has-title a {
    padding: 0 12px
}

.post-share.style-5 .social-item a .item-title, .post-share.style-5 .social-item a .number {
    margin: 0 5px 0 10px;
    line-height: 44px
}

    .post-share.style-5 .social-item a .item-title + .number {
        margin: 0 0 0 2px
    }

.post-share.style-5 .share-handler .text {
    font-size: 16px
}

.post-share.style-5 .post-share-btn-group .bf-icon, .post-share.style-5 .post-share-btn-group .number {
    font-size: 15px !important
}

.single-post-share.top-share.style-6, .single-post-share.top-share.style-7 {
    margin-bottom: 10px
}

.single-post-share.bottom-share.style-6, .single-post-share.bottom-share.style-7 {
    margin-bottom: -5px
}

.post-share.style-6 .social-item, .post-share.style-7 .social-item {
    text-align: center;
    margin: 0 10px 12px 0
}

    .post-share.style-6 .social-item a, .post-share.style-7 .social-item a {
        padding: 0 12px 0;
        line-height: 32px;
        height: 61px;
        min-width: 76px
    }

    .post-share.style-6 .post-share-btn .bf-icon, .post-share.style-6 .post-share-btn .item-title, .post-share.style-6 .post-share-btn .number, .post-share.style-6 .social-item .item-title, .post-share.style-6 .social-item .number, .post-share.style-7 .post-share-btn .bf-icon, .post-share.style-7 .post-share-btn .item-title, .post-share.style-7 .post-share-btn .number, .post-share.style-7 .social-item .item-title, .post-share.style-7 .social-item .number {
        line-height: 20px;
        margin: 0 3px;
        font-size: 13px
    }

.post-share.style-6 .post-share-btn .bf-icon, .post-share.style-7 .post-share-btn .bf-icon {
    line-height: 26px;
    margin-top: 7px
}

.post-share.style-6 .post-share-btn.bs-pretty-tabs-more .bf-icon, .post-share.style-7 .post-share-btn.bs-pretty-tabs-more .bf-icon {
    margin: 0
}

.post-share.style-6 .social-item .bf-icon, .post-share.style-7 .social-item .bf-icon {
    font-size: 20px;
    display: block;
    line-height: 32px;
    margin-top: 6px
}

.post-share.style-6 .social-item .icon:first-child:last-child .bf-icon, .post-share.style-7 .social-item .icon:first-child:last-child .bf-icon {
    line-height: 64px;
    margin: 0
}

.post-share.style-6 .share-handler .bf-icon, .post-share.style-7 .share-handler .bf-icon {
    font-size: 20px;
    line-height: 28px;
    margin-top: 6px
}

.post-share.style-6 .share-handler .number, .post-share.style-7 .share-handler .number {
    line-height: 26px;
    font-size: 15px
}

.post-share.style-6 .bs-pretty-tabs-more, .post-share.style-7 .bs-pretty-tabs-more {
    margin-top: 18px;
    min-width: 28px
}

.post-share.style-6 .share-handler, .post-share.style-7 .share-handler {
    text-align: center;
    padding: 0 14px;
    margin: 0 15px 11px 0;
    min-width: 84px;
    height: 64px
}

    .post-share.style-6 .share-handler .text, .post-share.style-7 .share-handler .text {
        font-weight: 700;
        line-height: 20px
    }

.post-share.style-6 .post-share-btn-group .post-share-btn, .post-share.style-7 .post-share-btn-group .post-share-btn {
    padding: 0 16px;
    text-align: center;
    height: 64px
}

.post-share.style-7 .social-item a {
    border-radius: 0
}

.post-share.style-7 .social-item.first a {
    border-radius: 3px 0 0 3px
}

.post-share.style-7 .social-item.last a, .post-share.style-7 .social-item:last-child a {
    border-radius: 0 3px 3px 0
}

.post-share.style-7 .social-item {
    margin: 0 0 12px 0
}

.post-share.style-7 .bs-pretty-tabs-container {
    margin-left: 10px
}

.single-post-share.top-share.style-8 {
    margin-bottom: 9px
}

.single-post-share.bottom-share.style-8 {
    margin-bottom: -6px
}

.post-share.style-8 .social-item .bf-icon {
    background: rgba(0,0,0,.25);
    border-radius: 90px;
    margin-top: 8px;
    line-height: 30px !important;
    font-size: 16px;
    width: 30px;
    height: 30px
}

.post-share.style-8 .social-item a {
    padding: 0 10px;
    line-height: 45px;
    min-width: 56px
}

    .post-share.style-8 .share-handler .text, .post-share.style-8 .social-item a .item-title, .post-share.style-8 .social-item a .number {
        margin: 0 6px 0;
        font-size: 14px;
        padding-right: 0;
        line-height: 45px
    }

.post-share.style-8 .social-item .item-title + .number {
    margin: 0 2px 0 -2px
}

.post-share.style-8 .share-handler .text {
    padding-left: 3px;
    margin: 0;
    line-height: 44px;
    display: inline-block;
    vertical-align: top
}

.post-share.style-8 .social-item .number {
    text-indent: 2px
}

.post-share.style-8 .post-share-btn {
    padding: 0 10px
}

.post-share.style-8 .share-handler {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 12px;
    height: 45px
}

.post-share.style-8 .number {
    font-size: 14px
}

.post-share.style-8 .bs-pretty-tabs-more .bf-icon {
    line-height: 30px;
    font-size: 16px !important
}

.post-share.style-9 .social-item.has-count a, .post-share.style-9 .social-item.has-title a {
    padding: 0 10px
}

.post-share.style-9 .social-item a {
    padding: 0 5px
}

.post-share.style-9 .social-item .number {
    margin-left: 5px !important
}

.post-share.style-9 .share-handler {
    margin-right: 12px;
    border-radius: 3px
}

.post-share.style-9 .social-item a .bf-icon, .post-share.style-9 .social-item a .item-title, .post-share.style-9 .social-item a .number {
    color: inherit !important
}

.post-share.style-9 .bs-pretty-tabs-more.post-share-btn {
    padding: 0 6px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    border-radius: 3px
}

.post-share.style-9 .social-item a .item-title, .post-share.style-9 .social-item a .number {
    margin-left: 8px
}

.single-post-share.top-share.style-10, .single-post-share.top-share.style-11 {
    margin-bottom: 7px
}

.single-post-share.bottom-share.style-10, .single-post-share.bottom-share.style-11 {
    margin-bottom: -8px
}

.post-share.style-10 .social-item a, .post-share.style-11 .social-item a {
    padding: 0 !important;
    height: 32px
}

    .post-share.style-10 .social-item .icon, .post-share.style-10 .social-item a > span, .post-share.style-11 .social-item .icon, .post-share.style-11 .social-item a > span {
        display: inline-block;
        border: 1px solid #e2e2e2;
        border-left-width: 0;
        margin: 0 !important;
        padding: 0 8px;
        text-align: center
    }

.post-share.style-10 .social-item {
    border: none;
    padding: 0 !important
}

    .post-share.style-10 .social-item .icon, .post-share.style-11 .social-item .icon {
        color: #fff;
        display: inline-block;
        border-color: transparent;
        position: relative;
        height: inherit;
        min-width: 32px
    }

        .post-share.style-10 .social-item .icon:after, .post-share.style-10 .social-item .icon:before {
            width: 0;
            height: 50%;
            border: 7px solid transparent;
            border-top-width: 0;
            border-right: 7px solid #fff;
            content: ' ';
            position: absolute;
            top: 0;
            right: -1px;
            box-shadow: 7px -15px 0 #e2e2e2;
            display: none
        }

        .post-share.style-10 .social-item .icon:before {
            bottom: 0;
            top: auto;
            border-top-width: 7px;
            border-bottom-width: 0;
            border-right: 7px solid #fff;
            box-shadow: 7px 15px 0 #e2e2e2
        }

    .post-share.style-10 .social-item.has-count .icon:after, .post-share.style-10 .social-item.has-count .icon:before, .post-share.style-10 .social-item.has-title .icon:after, .post-share.style-10 .social-item.has-title .icon:before {
        display: inline-block
    }

    .post-share.style-10 .social-item.has-count .icon, .post-share.style-10 .social-item.has-title .icon {
        padding: 0 16px 0 11px;
        min-width: 33px
    }

    .post-share.style-10 .social-item .item-title, .post-share.style-10 .social-item .number {
        height: 32px
    }

.post-share.style-11 .social-item .item-title, .post-share.style-11 .social-item .number {
    background: #fff;
    margin: 1px !important;
    height: 30px;
    border-radius: 0 3px 3px 0;
    color: inherit;
    border: none;
    line-height: 30px;
    min-width: 30px
}

.post-share.style-11 .social-item a .bf-icon {
    line-height: 30px
}

.post-share.style-11 .social-item .icon, .post-share.style-11 .social-item a > span {
    padding: 0 8px
}

.post-share.style-11 .post-share-btn {
    padding: 0 6px
}

.post-share.style-11 .share-handler.post-share-btn {
    margin-right: 14px
}

.post-share.style-11 .social-item.has-count.has-title .item-title {
    margin: 1px -1px 0 0 !important;
    border-radius: 0 !important
}

.post-share.style-11 .social-item.has-count.has-title .number {
    padding-left: 0;
    margin-left: -4px !important
}

.next-prev-post {
    padding: 25px 0 0;
    margin: 30px 0 0;
    position: relative;
    border-top: 1px solid #e8e8e8
}

.bs-newsletter-pack + .next-prev-post, .post-author + .next-prev-post {
    border-top: none;
    padding: 0 20px
}

.next-prev-post .prev-post {
    width: 50%;
    float: left;
    padding-right: 15px;
    text-align: left
}

    .next-prev-post .prev-post .pre-title .fa {
        margin-right: 10px
    }

.next-prev-post .next-post {
    width: 50%;
    float: right;
    padding-left: 15px;
    text-align: right
}

    .next-prev-post .next-post .pre-title .fa {
        margin-left: 10px
    }

.next-prev-post .pre-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 6px
}

.next-prev-post .title {
    font-size: 15px;
    margin: 0;
    line-height: 1.4
}

.post-tp-1-header .post-meta-wrap {
    margin: 15px 0 20px;
    padding: 0
}

    .post-tp-1-header .post-meta-wrap .post-meta {
        padding: 0
    }

    .post-tp-1-header .post-meta-wrap .term-badges + .post-meta .post-author-a:last-child .post-author:after {
        display: none
    }

.post-tp-1-header .term-badges {
    float: right;
    margin: 0;
    display: inline;
    line-height: 18px
}

    .post-tp-1-header .term-badges:first-child:last-child {
        float: none
    }

    .post-tp-1-header .term-badges a {
        background: #444;
        padding: 0 6px;
        display: inline-block;
        line-height: 18px;
        font-size: 10px;
        color: #fff;
        margin: 0 0 0 4px
    }

    .post-tp-1-header .term-badges .term-badge:first-child a {
        margin: 0
    }

.post-tp-1-header .single-post-title {
    margin: 0 0 15px
}

    .post-tp-1-header .single-post-title + .post-subtitle {
        margin-top: -5px
    }

.post-tp-1-header .single-post-excerpt {
    margin-top: -8px;
    padding-bottom: 10px
}

.post-tp-1-header .post-subtitle + .single-post-excerpt {
    padding: 10px 0;
    margin: 0
}

.post-tp-1-header .single-post-excerpt + .post-meta-wrap {
    margin-top: 2px
}

@media only screen and (max-width:420px) {
    .post-tp-1-header .term-badges {
        float: none;
        margin-bottom: 10px;
        display: block
    }

    .post-tp-1-header .post-meta-wrap {
        margin: 10px 0 12px;
        padding: 0
    }
}

.post-tp-2-header {
    position: relative;
    margin: 0 0 25px
}

    .post-tp-2-header.wfi {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #565656
    }

        .post-tp-2-header.wfi:before {
            background: rgba(0,0,0,.35);
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0
        }

    .post-tp-2-header .post-header-inner {
        padding: 30px 0 0;
        position: relative
    }

    .post-tp-2-header.wfi .post-header-inner {
        padding: 30px 30px;
        height: 560px;
        overflow: hidden
    }

    .post-tp-2-header.wfi .post-header-title {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0
    }

    .post-tp-2-header.nfi .post-header-title {
        margin-top: 20px
    }

    .post-tp-2-header.wfi .single-post-title {
        color: #fff
    }

    .post-tp-2-header.nfi .single-post-title {
        margin: 10px 0
    }

    .post-tp-2-header .single-post-title + .post-subtitle {
        margin: 0 0 15px
    }

    .post-tp-2-header.wfi .single-post-title + .post-subtitle {
        color: #fff
    }

    .post-tp-2-header .term-badges.floated {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 10px
    }

    .post-tp-2-header.wfi .post-meta, .post-tp-2-header.wfi .post-meta .post-author-a:hover, .post-tp-2-header.wfi .post-meta .views, .post-tp-2-header.wfi .post-meta a, .post-tp-2-header.wfi .post-meta a:hover, .post-tp-2-header.wfi .post-meta b {
        color: #fff !important
    }

        .post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a, .post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-2-header.wfi .post-meta.single-post-meta .time {
            color: rgba(255,255,255,.55) !important
        }

        .post-tp-2-header.wfi .post-meta.single-post-meta > a + span:before, .post-tp-2-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-2-header.wfi .post-meta.single-post-meta > span + span:before {
            background: rgba(255,255,255,.43)
        }

        .post-tp-2-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
            box-shadow: 0 2px 1px rgba(0,0,0,.13)
        }

    .post-tp-2-header .image-credit {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 9px
    }

    .post-tp-2-header.wfi .image-credit {
        color: rgba(255,255,255,.7)
    }

        .post-tp-2-header.wfi .image-credit:hover {
            color: #fff
        }

.post-template-2 .post-embed {
    margin-bottom: 20px
}

.post-tp-2-header .bf-breadcrumb {
    position: absolute;
    left: 0;
    top: 15px
}

.post-tp-2-header .single-post-excerpt {
    padding-bottom: 12px
}

.post-tp-2-header.wfi .single-post-excerpt {
    color: #fff
}

.post-tp-2-header .post-subtitle + .single-post-excerpt {
    margin-top: -5px
}

.post-tp-2-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end {
    display: none
}

@media only screen and (max-width:1080px) {
    .post-tp-2-header.wfi .post-header-inner {
        height: 450px
    }
}

@media only screen and (max-width:680px) {
    .post-tp-2-header.wfi .post-header-inner {
        height: 420px
    }
}

.post-tp-3-header {
    position: relative;
    margin-bottom: 25px
}

    .post-tp-3-header.wfi {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #565656
    }

        .post-tp-3-header.wfi:before {
            background: rgba(0,0,0,.35);
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0
        }

        .post-tp-3-header.wfi .post-header-inner {
            padding: 30px 30px;
            height: 560px;
            position: relative;
            overflow: hidden
        }

        .post-tp-3-header.wfi .post-header-title {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px
        }

        .post-tp-3-header.wfi .single-post-title {
            color: #fff
        }

    .post-tp-3-header.nfi .single-post-title {
        margin: 10px 0 12px
    }

    .post-tp-3-header .single-post-title + .post-subtitle {
        margin: 0 0 15px
    }

    .post-tp-3-header.wfi .single-post-title + .post-subtitle {
        color: #fff
    }

    .post-tp-3-header .term-badges.floated {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 10px
    }

    .post-tp-3-header.wfi .post-meta, .post-tp-3-header.wfi .post-meta .post-author-a:hover, .post-tp-3-header.wfi .post-meta .views, .post-tp-3-header.wfi .post-meta a, .post-tp-3-header.wfi .post-meta a:hover, .post-tp-3-header.wfi .post-meta b {
        color: #fff !important
    }

        .post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a, .post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-3-header.wfi .post-meta.single-post-meta .time {
            color: rgba(255,255,255,.55) !important
        }

        .post-tp-3-header.wfi .post-meta.single-post-meta > a + span:before, .post-tp-3-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-3-header.wfi .post-meta.single-post-meta > span + span:before {
            background: rgba(255,255,255,.43)
        }

        .post-tp-3-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
            box-shadow: 0 2px 1px rgba(0,0,0,.13)
        }

    .post-tp-3-header .image-credit {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 9px
    }

    .post-tp-3-header.wfi .image-credit {
        color: rgba(255,255,255,.7)
    }

        .post-tp-3-header.wfi .image-credit:hover {
            color: #fff
        }

.post-template-3 .post-embed {
    margin-bottom: 20px
}

.post-tp-3-header .single-post-excerpt {
    color: #fff;
    padding-bottom: 12px
}

.post-tp-3-header .post-subtitle + .single-post-excerpt {
    margin-top: -5px
}

.post-tp-3-header.nfi .bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end {
    display: none
}

@media only screen and (max-width:1080px) {
    .post-tp-3-header.wfi .post-header-inner {
        height: 450px
    }
}

@media only screen and (max-width:780px) {
    .post-tp-3-header.wfi .post-header-inner {
        padding: 20px
    }

    .post-tp-3-header.wfi .post-header-title {
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .post-tp-3-header .image-credit {
        bottom: 5px
    }

    .post-tp-3-header .bf-breadcrumb {
        margin-top: 0
    }
}

@media only screen and (max-width:680px) {
    .post-tp-3-header.wfi .post-header-inner {
        height: 420px
    }
}

.post-tp-4-header {
    position: relative;
    margin: 0 0 25px
}

    .post-tp-4-header.wfi {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #565656
    }

        .post-tp-4-header.wfi:before {
            background: rgba(0,0,0,.25);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

    .post-tp-4-header.nfi .post-header-inner {
        padding: 18px 10px 10px;
        position: relative
    }

    .post-tp-4-header.wfi .post-header-inner {
        padding: 18px 30px 30px;
        height: 580px;
        position: relative;
        overflow: hidden
    }

    .post-tp-4-header.wfi .post-header-title {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        text-shadow: 0 3px 3px rgba(0,0,0,.39)
    }

    .post-tp-4-header.nfi .post-header-title {
        margin-top: 60px;
        position: relative;
        opacity: 1 !important
    }

    .post-tp-4-header .single-post-title {
        text-align: center
    }

    .post-tp-4-header.wfi .single-post-title {
        color: #fff
    }

    .post-tp-4-header .single-post-title + .post-subtitle {
        margin: 0 0 15px;
        text-align: center
    }

    .post-tp-4-header.wfi .single-post-title + .post-subtitle {
        color: #fff
    }

    .post-tp-4-header .term-badges.floated {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        bottom: auto;
        text-align: center
    }

    .post-tp-4-header.wfi .term-badges.floated .term-badge a, .post-tp-4-header.wfi .term-badges.floated a {
        background: #fff !important;
        color: #444 !important
    }

    .post-tp-4-header .post-meta a, .post-tp-4-header.wfi .post-meta, .post-tp-4-header.wfi .post-meta .post-author-a:hover, .post-tp-4-header.wfi .post-meta .views, .post-tp-4-header.wfi .post-meta a:hover, .post-tp-4-header.wfi .post-meta b {
        color: #fff !important
    }

        .post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a, .post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-4-header.wfi .post-meta.single-post-meta .time {
            color: rgba(255,255,255,.55) !important
        }

        .post-tp-4-header.wfi .post-meta.single-post-meta > a + span:before, .post-tp-4-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-4-header.wfi .post-meta.single-post-meta > span + span:before {
            background: rgba(255,255,255,.43)
        }

        .post-tp-4-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
            box-shadow: 0 2px 1px rgba(0,0,0,.13)
        }

    .post-tp-4-header .post-meta {
        text-align: center
    }

    .post-tp-4-header .image-credit {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        font-size: 10px;
        line-height: 20px;
        background: rgba(0,0,0,.24);
        padding: 0 8px
    }

    .post-tp-4-header .move-to-content {
        display: block;
        text-align: center;
        font-size: 36px
    }

    .post-tp-4-header.wfi .move-to-content {
        color: #fff
    }

    .post-tp-4-header .move-to-content .fa {
        cursor: pointer
    }

.post-template-4 .post-embed {
    margin-bottom: 20px
}

.post-tp-4-header.show-cat-badges.show-breadcrumb .term-badges.floated {
    top: 55px
}

.post-tp-4-header .single-post-excerpt {
    color: #fff;
    padding-bottom: 12px;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.post-tp-4-header .post-subtitle + .single-post-excerpt {
    margin-top: -5px
}

.post-tp-4-header .bf-breadcrumb.bc-light-color .bf-breadcrumb-item.bf-breadcrumb-end {
    display: none
}

@media only screen and (max-width:1080px) {
    .post-tp-4-header.wfi .post-header-inner {
        height: 500px
    }
}

@media only screen and (max-width:680px) {
    .post-tp-4-header.wfi .post-header-inner {
        height: 430px
    }
}

.post-tp-5-header {
    position: relative;
    margin-bottom: 25px
}

    .post-tp-5-header.wfi {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #565656
    }

        .post-tp-5-header.wfi:before {
            background: rgba(0,0,0,.25);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0
        }

    .post-tp-5-header.nfi .post-header-inner {
        padding-top: 30px;
        position: relative;
        opacity: 1 !important;
        margin-top: 5px
    }

    .post-tp-5-header.wfi .post-header-inner {
        padding: 20px 30px 30px;
        height: 580px;
        position: relative;
        overflow: hidden
    }

    .post-tp-5-header.wfi .post-header-title {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        text-shadow: 0 3px 3px rgba(0,0,0,.39)
    }

    .post-tp-5-header.nfi .post-header-title {
        opacity: 1 !important;
        position: relative
    }

    .post-tp-5-header .single-post-title {
        text-align: center;
        padding: 0 25px
    }

    .post-tp-5-header.nfi .single-post-title {
        margin: 12px 0
    }

    .post-tp-5-header.wfi .single-post-title {
        color: #fff;
        text-align: center;
        text-shadow: 0 3px 3px rgba(0,0,0,.39);
        padding: 0 25px
    }

    .post-tp-5-header .single-post-title + .post-subtitle {
        margin: 0 0 15px
    }

    .post-tp-5-header.wfi .single-post-title + .post-subtitle {
        color: #fff;
        text-align: center
    }

    .post-tp-5-header .term-badges.floated {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        text-align: center
    }

    .post-tp-5-header.nfi .term-badges.floated {
        top: 0
    }

    .post-tp-5-header.wfi .term-badges.floated .term-badge a, .post-tp-5-header.wfi .term-badges.floated a {
        background: #fff !important;
        color: #444 !important
    }

    .post-tp-5-header.wfi .post-meta, .post-tp-5-header.wfi .post-meta .post-author-a:hover, .post-tp-5-header.wfi .post-meta .views, .post-tp-5-header.wfi .post-meta a, .post-tp-5-header.wfi .post-meta a:hover, .post-tp-5-header.wfi .post-meta b {
        color: #fff !important
    }

        .post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a, .post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-5-header.wfi .post-meta.single-post-meta .time {
            color: rgba(255,255,255,.55) !important
        }

        .post-tp-5-header.wfi .post-meta.single-post-meta > a + span:before, .post-tp-5-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-5-header.wfi .post-meta.single-post-meta > span + span:before {
            background: rgba(255,255,255,.43)
        }

        .post-tp-5-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
            box-shadow: 0 2px 1px rgba(0,0,0,.13)
        }

    .post-tp-5-header .post-meta {
        text-align: center
    }

    .post-tp-5-header .image-credit {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        font-size: 10px;
        line-height: 20px;
        background: rgba(0,0,0,.24);
        padding: 0 8px
    }

    .post-tp-5-header .move-to-content {
        display: block;
        text-align: center;
        font-size: 36px
    }

    .post-tp-5-header.wfi .move-to-content {
        color: #fff
    }

    .post-tp-5-header .move-to-content .fa {
        cursor: pointer
    }

.post-template-5 .post-embed {
    margin-bottom: 20px
}

.post-tp-5-header .single-post-excerpt {
    padding-bottom: 12px;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.post-tp-5-header.wfi .single-post-excerpt {
    color: #fff
}

.post-tp-5-header .post-subtitle + .single-post-excerpt {
    margin-top: -5px
}

@media only screen and (max-width:1080px) {
    .post-tp-5-header.wfi .post-header-inner {
        height: 450px
    }
}

@media only screen and (max-width:780px) {
    .post-tp-5-header.wfi .post-header-inner {
        padding: 20px 20px
    }

    .post-tp-5-header.wfi .post-header-title {
        bottom: 20px;
        left: 20px;
        right: 20px
    }
}

.post-tp-6-header {
    position: relative;
    margin-bottom: 25px
}

    .post-tp-6-header.wfi {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #565656;
        height: 550px
    }

.post-template-6 .post-header-inner {
    position: relative;
    overflow: hidden;
    padding: 10px 0 20px
}

.post-template-6.wfi .post-header-inner {
    padding: 20px 20px 20px 0;
    background: #fff;
    margin-top: -150px
}

.layout-2-col.layout-left-sidebar.post-template-6.wfi .post-header-inner, .layout-3-col.layout-3-col-3.post-template-6.wfi .post-header-inner, .layout-3-col.layout-3-col-4.post-template-6.wfi .post-header-inner, .layout-3-col.layout-3-col-5.post-template-6.wfi .post-header-inner, .layout-3-col.layout-3-col-6.post-template-6.wfi .post-header-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px
}

.post-template-6.post-template-6-no-term.wfi .post-header-inner {
    padding-top: 33px;
    padding-bottom: 30px
}

.post-template-6.post-template-6-no-meta.wfi .post-header-inner {
    padding-top: 25px;
    padding-bottom: 20px
}

.post-template-6.post-template-6-no-meta.post-template-6-no-term.wfi .post-header-inner {
    padding-top: 35px;
    padding-bottom: 20px;
    margin-top: -120px
}

.post-template-6 .single-post-title {
    margin: 0 0 15px
}

    .post-template-6 .single-post-title + .post-subtitle {
        margin: -5px 0 15px
    }

.post-template-6 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 11px
}

.post-tp-6-header.wfi .term-badges.floated .term-badge a, .post-tp-6-header.wfi .term-badges.floated a {
    background: #fff !important;
    color: #444 !important
}

.post-tp-6-header.wfi .post-meta, .post-tp-6-header.wfi .post-meta .post-author, .post-tp-6-header.wfi .post-meta a {
    color: #fff
}

.post-tp-6-header .post-meta {
    text-align: center
}

.post-tp-6-header .image-credit {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    background: rgba(0,0,0,.24);
    padding: 0 8px
}

.post-tp-6-header.wfi .image-credit:hover {
    background: rgba(0,0,0,.35)
}

.post-template-6 .post-embed {
    margin-bottom: 20px
}

.post-template-6 .post-header-inner .single-post-excerpt {
    margin-top: -8px;
    padding-bottom: 10px
}

.post-template-6 .post-header-inner .post-subtitle + .single-post-excerpt {
    padding: 0 0 10px;
    margin: -5px 0 0
}

.post-template-6 .post-header-inner .single-post-excerpt + .post-meta-wrap {
    margin-top: 2px
}

@media only screen and (max-width:1080px) {
    .post-tp-6-header.wfi {
        height: 450px
    }
}

@media only screen and (max-width:780px) {
    .post-tp-6-header.wfi {
        height: 350px
    }

    .post-template-6.wfi .post-header-inner {
        margin-top: 0;
        padding-top: 0
    }

    .post-tp-6-header.wfi .post-header-inner {
        padding: 20px 20px
    }

    .post-tp-6-header.wfi .post-header-title {
        bottom: 20px;
        left: 20px;
        right: 20px
    }
}

.post-tp-7-header {
    position: relative;
    margin: 0
}

    .post-tp-7-header.wfi {
        background-color: #565656;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

        .post-tp-7-header.wfi:before {
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.55)));
            background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 380px
        }

        .post-tp-7-header.wfi .post-header-inner {
            padding: 30px 30px 0;
            height: 580px;
            position: relative
        }

    .post-tp-7-header.nfi .post-header-inner {
        margin: 5px 0 0;
        position: relative
    }

    .post-tp-7-header.wfi .post-header-title {
        position: absolute;
        bottom: 0;
        left: -25px;
        right: -25px;
        background: #fff;
        padding: 25px 25px 0
    }

    .post-tp-7-header .post-header-title .single-post-title {
        margin-top: 0
    }

    .post-tp-7-header .single-post-title + .post-subtitle {
        margin: -2px 0 13px
    }

    .post-tp-7-header .term-badges.floated {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 15px
    }

    .post-tp-7-header .image-credit {
        position: absolute;
        right: 0;
        top: -21px;
        line-height: 20px;
        background: rgba(0,0,0,.24);
        padding: 0 8px;
        overflow: hidden;
        white-space: nowrap
    }

    .post-tp-7-header.wfi .image-credit {
        color: #fff
    }

    .post-tp-7-header.nfi .image-credit {
        display: none
    }

.post-template-7 .post-embed {
    margin-bottom: 20px
}

.post-tp-7-header .bf-breadcrumb {
    margin-bottom: 10px
}

.post-tp-7-header .single-post-excerpt {
    padding-bottom: 10px
}

.post-tp-7-header .post-subtitle + .single-post-excerpt {
    padding: 0 0 10px;
    margin: -5px 0 0
}

.post-tp-7-header .single-post-excerpt + .post-meta-wrap {
    margin-top: 2px
}

@media only screen and (max-width:1366px) {
    .post-tp-7-header.wfi .post-header-inner {
        height: 500px
    }
}

@media only screen and (max-width:1080px) {
    .post-tp-7-header.wfi .post-header-inner {
        height: 400px
    }
}

@media only screen and (max-width:980px) {
    .post-tp-7-header .post-header-title {
        left: 0;
        right: 0
    }
}

.post-tp-8-header {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    height: 350px;
    float: left;
    width: 40%;
    margin: 0 30px 25px 0
}

.post-template-8 .post-header-inner {
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.post-template-8 .single-post-title {
    margin: 0 0 13px
}

    .post-template-8 .single-post-title + .post-subtitle {
        margin: -7px 0 15px
    }

    .post-template-8 .single-post-title:last-child {
        margin-bottom: 0
    }

.post-template-8 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px
}

.post-tp-8-header .term-badges.floated .term-badge a, .post-tp-8-header .term-badges.floated a {
    background: #fff !important;
    color: #444 !important
}

.post-tp-8-header .post-meta, .post-tp-8-header .post-meta .post-author, .post-tp-8-header .post-meta a {
    color: #fff
}

.post-tp-8-header .post-meta {
    text-align: center
}

.post-tp-8-header .image-credit {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    line-height: 20px;
    background: rgba(0,0,0,.24);
    font-size: 10px;
    color: #fff
}

.post-template-8 .single-post-excerpt {
    margin-top: -5px;
    padding-bottom: 10px
}

.post-template-8 .post-subtitle + .single-post-excerpt {
    padding: 0 0 10px;
    margin: -5px 0 0
}

.post-template-8 .single-post-excerpt + .post-meta-wrap {
    margin-top: 2px
}

@media only screen and (max-width:780px) {
    .post-tp-8-header {
        width: 100%;
        margin-right: 0
    }

    .post-template-8 .post-header-inner {
        margin-top: 0;
        padding-top: 0
    }

    .post-tp-8-header .post-header-inner {
        padding: 20px 20px
    }

    .post-tp-8-header .post-header-title {
        bottom: 20px;
        left: 20px;
        right: 20px
    }
}

.post-template-9 .post-header-inner {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.post-template-9 .single-post-title {
    margin: 0 0 12px
}

    .post-template-9 .single-post-title + .post-subtitle {
        margin: -7px 0 15px
    }

    .post-template-9 .single-post-title:last-child {
        margin-bottom: 0
    }

.post-template-9 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px
}

.post-tp-9-header .term-badges.floated .term-badge a, .post-tp-9-header .term-badges.floated a {
    background: #fff !important;
    color: #444 !important
}

.post-tp-9-header .post-meta, .post-tp-9-header .post-meta .post-author, .post-tp-9-header .post-meta a {
    color: #fff
}

.post-template-9 .post-header-inner .single-post-excerpt {
    margin-top: -5px;
    padding-bottom: 10px
}

.post-template-9 .post-header-inner .post-subtitle + .single-post-excerpt {
    padding: 0 0 10px;
    margin: -5px 0 0
}

.post-template-9 .post-header-inner .single-post-excerpt + .post-meta-wrap {
    margin-top: 2px
}

.post-tp-10-header {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #565656;
    height: 350px;
    float: left;
    width: 40%;
    margin: 0 30px 25px 0
}

.post-template-10 .post-header-inner {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.post-template-10 .single-featured:empty {
    display: none
}

.post-template-10 .single-post-title {
    margin: 0 0 13px
}

    .post-template-10 .single-post-title + .post-subtitle {
        margin: -5px 0 13px
    }

    .post-template-10 .single-post-title:last-child {
        margin-bottom: 0
    }

.post-template-10 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 15px
}

.post-tp-10-header .term-badges.floated .term-badge a, .post-tp-10-header .term-badges.floated a {
    background: #fff !important;
    color: #444 !important
}

.post-tp-10-header .post-meta, .post-tp-10-header .post-meta .post-author, .post-tp-10-header .post-meta a {
    color: #fff
}

.post-tp-10-header .post-meta {
    text-align: center
}

.post-template-10 .post-header-inner .single-post-excerpt {
    margin-top: -5px;
    padding-bottom: 10px
}

    .post-template-10 .post-header-inner .single-post-excerpt:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

.post-template-10 .post-header-inner .post-subtitle + .single-post-excerpt {
    padding: 0 0 10px;
    margin: -5px 0 0
}

.post-template-10 .post-header-inner .single-post-excerpt + .post-meta-wrap {
    margin-top: 2px
}

@media only screen and (max-width:780px) {
    .post-tp-10-header {
        width: 100%;
        margin-right: 0
    }

    .post-template-10 .post-header-inner {
        margin-top: 0;
        padding-top: 0
    }

    .post-tp-10-header .post-header-inner {
        padding: 20px
    }

    .post-tp-10-header .post-header-title {
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .post-tp-10-header .image-credit {
        bottom: 5px
    }
}

.post-tp-11-header {
    position: relative;
    margin-bottom: 15px
}

    .post-tp-11-header.wfi {
        margin-bottom: 25px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #565656
    }

        .post-tp-11-header.wfi:before {
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.55)));
            background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.55) 100%);
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 380px
        }

        .post-tp-11-header.wfi .post-header-inner {
            height: 470px;
            position: relative;
            overflow: hidden
        }

        .post-tp-11-header.wfi .post-header-title {
            position: absolute;
            bottom: 25px;
            left: 25px;
            right: 25px
        }

    .post-tp-11-header .single-post-title {
        margin: 0 0 10px
    }

    .post-tp-11-header.wfi .single-post-title {
        color: #fff
    }

    .post-tp-11-header .single-post-title + .post-subtitle {
        margin: 0 0 13px
    }

    .post-tp-11-header.wfi .single-post-title + .post-subtitle {
        color: #fff
    }

    .post-tp-11-header .single-post-title:last-child {
        margin-bottom: 0
    }

    .post-tp-11-header .term-badges.floated {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 15px
    }

    .post-tp-11-header.wfi .post-meta, .post-tp-11-header.wfi .post-meta .post-author-a:hover, .post-tp-11-header.wfi .post-meta .views, .post-tp-11-header.wfi .post-meta a, .post-tp-11-header.wfi .post-meta a:hover, .post-tp-11-header.wfi .post-meta b {
        color: #fff !important
    }

        .post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a, .post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a:hover, .post-tp-11-header.wfi .post-meta.single-post-meta .time {
            color: rgba(255,255,255,.55) !important
        }

        .post-tp-11-header.wfi .post-meta.single-post-meta > a + span:before, .post-tp-11-header.wfi .post-meta.single-post-meta > span + a:before, .post-tp-11-header.wfi .post-meta.single-post-meta > span + span:before {
            background: rgba(255,255,255,.43)
        }

        .post-tp-11-header.wfi .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
            box-shadow: 0 2px 1px rgba(0,0,0,.13)
        }

    .post-tp-11-header .image-credit {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap
    }

    .post-tp-11-header.wfi .image-credit {
        color: rgba(255,255,255,.7)
    }

        .post-tp-11-header.wfi .image-credit:hover {
            color: #fff
        }

.post-template-11 .post-embed {
    margin-bottom: 20px
}

.post-template-11 .bf-breadcrumb {
    margin: -7px 0 9px
}

.post-tp-11-header .single-post-excerpt {
    color: #fff;
    padding-bottom: 12px
}

    .post-tp-11-header .single-post-excerpt:last-child {
        padding-bottom: 0 !important
    }

.post-tp-11-header .post-subtitle + .single-post-excerpt {
    margin-top: -5px
}

@media only screen and (max-width:1080px) {
    .post-tp-11-header.wfi .post-header-inner {
        height: 450px
    }
}

@media only screen and (max-width:780px) {
    .post-tp-11-header.wfi .post-header-inner {
        height: 380px
    }

    .post-tp-11-header.wfi .post-header-inner {
        padding: 20px 20px
    }

    .post-tp-11-header.wfi .post-header-title {
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .post-tp-11-header .image-credit {
        bottom: 5px
    }
}

.post-tp-12-header {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #3c3c3c;
    margin: 0 0 25px
}

    .post-tp-12-header .single-featured {
        margin: 20px auto 0;
        max-width: 900px;
        text-align: center
    }

        .post-tp-12-header .single-featured > * {
            margin-left: auto;
            margin-right: auto
        }

    .post-tp-12-header .post-header-inner {
        padding: 40px 25px 60px;
        position: relative
    }

    .post-tp-12-header .single-post-title {
        color: #fff;
        text-align: center;
        margin: 0 0 10px
    }

        .post-tp-12-header .single-post-title + .post-subtitle {
            margin: 0 0 13px;
            color: #c7c7c7;
            text-align: center
        }

        .post-tp-12-header .single-post-title:last-child {
            margin-bottom: 30px
        }

    .post-tp-12-header .term-badges.floated {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-bottom: 20px
    }

        .post-tp-12-header .term-badges.floated .term-badge a, .post-tp-12-header .term-badges.floated a {
            background: #fff !important;
            color: #444 !important
        }

    .post-tp-12-header .post-meta, .post-tp-12-header .post-meta .post-author-a:hover, .post-tp-12-header .post-meta .views, .post-tp-12-header .post-meta a, .post-tp-12-header .post-meta a:hover, .post-tp-12-header .post-meta b {
        color: #fff !important
    }

        .post-tp-12-header .post-meta.single-post-meta .post-author-a, .post-tp-12-header .post-meta.single-post-meta .post-author-a:hover, .post-tp-12-header .post-meta.single-post-meta .time {
            color: rgba(255,255,255,.55) !important
        }

        .post-tp-12-header .post-meta.single-post-meta > a + span:before, .post-tp-12-header .post-meta.single-post-meta > span + a:before, .post-tp-12-header .post-meta.single-post-meta > span + span:before {
            background: rgba(255,255,255,.43)
        }

    .post-tp-12-header .single-post-share {
        margin: 25px 0 -20px !important;
        text-align: center
    }

        .post-tp-12-header .single-post-share li {
            margin: 0 3px
        }

        .post-tp-12-header .single-post-share .share-handler-wrap {
            max-width: 260px;
            margin-left: auto !important;
            margin-right: auto !important
        }

        .post-tp-12-header .single-post-share .post-share-btn {
            background: #3c3c3c;
            border: 1px solid #5d5d5d;
            color: #e8e8e8
        }

        .post-tp-12-header .single-post-share .social-item.email a {
            background-color: #6b6b6b
        }

    .post-tp-12-header .post-share .share-handler:after, .post-tp-12-header .post-share .share-handler:before {
        border-left-color: #5d5d5d
    }

    .post-tp-12-header .post-share .share-handler:after {
        border-left-color: #3c3c3c
    }

    .post-tp-12-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
        box-shadow: 0 2px 1px rgba(0,0,0,.13)
    }

    .post-tp-12-header .post-meta {
        text-align: center
    }

    .post-tp-12-header .image-credit {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 10px;
        color: rgba(255,255,255,.7);
        font-size: 9px;
        text-align: center
    }

        .post-tp-12-header .image-credit:hover {
            color: #fff
        }

    .post-tp-12-header .bf-breadcrumb {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 10px;
        opacity: .6
    }

        .post-tp-12-header .bf-breadcrumb .bf-breadcrumb-item {
            font-size: 11px
        }

    .post-tp-12-header .single-post-excerpt {
        color: #fff;
        text-align: center
    }

@media only screen and (max-width:780px) {
    .post-tp-12-header .post-header-inner {
        padding-left: 0;
        padding-right: 0
    }
}

.post-template-13 .single-container {
    padding-right: 40px;
    padding-left: 40px
}

.post-tp-13-header {
    padding: 0
}

    .post-tp-13-header .post-meta-wrap {
        margin: 15px 0;
        padding: 0;
        text-align: center
    }

        .post-tp-13-header .post-meta-wrap .post-meta {
            padding: 0
        }

    .post-tp-13-header .single-featured {
        margin: 0 -40px 20px
    }

    .post-tp-13-header .term-badges {
        position: relative;
        text-align: center;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 15px
    }

    .post-tp-13-header .single-post-title {
        margin: 0 0 15px;
        text-align: center
    }

        .post-tp-13-header .single-post-title + .post-subtitle {
            margin: -1px 0 15px;
            text-align: center
        }

        .post-tp-13-header .single-post-title:first-child {
            margin-top: 15px
        }

        .post-tp-13-header .single-post-title + .post-share, .post-tp-13-header .single-post-title + .single-featured {
            margin-top: 25px
        }

    .post-tp-13-header .single-post-share {
        margin: 15px 0 10px;
        text-align: center
    }

        .post-tp-13-header .single-post-share .share-handler-wrap {
            display: inline-block
        }

.post-template-13 .comments-template, body.single .post-template-13 .content-column > .bs-newsletter-pack {
    margin-right: 40px;
    margin-left: 40px
}

.post-template-13 .ajax-post-content .comments-template.comments-template {
    margin-right: 0;
    margin-left: 0
}

.post-template-13 .post-related {
    margin-right: 40px;
    margin-left: 40px
}

.post-template-13 .post-embed {
    margin-bottom: 20px
}

.post-tp-13-header .bf-breadcrumb {
    margin: -5px 0 12px
}

.post-tp-13-header .single-post-excerpt {
    text-align: center;
    padding: 0 0 20px
}

.post-tp-13-header .post-subtitle + .single-post-excerpt {
    margin-top: -5px
}

.post-tp-13-header .single-post-excerpt + .post-meta-wrap {
    margin-top: -7px
}

@media only screen and (max-width:780px) {
    .post-template-13 .single-container {
        padding-right: 0;
        padding-left: 0
    }

    .post-tp-13-header .single-featured {
        margin: 0 0 20px
    }

    .post-template-13 .comments-template, .post-template-13 .post-related {
        margin-right: 0;
        margin-left: 0
    }
}

.post-tp-14-header {
    position: relative;
    margin-bottom: 25px
}

.post-template-14 .post-header-inner {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 25px
}

.post-template-14 .single-post-title {
    margin: 0 0 15px
}

    .post-template-14 .single-post-title + .post-subtitle {
        margin: -5px 0 15px
    }

.post-template-14 .post-header-inner .term-badges.floated {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 11px
}

.post-tp-14-header .image-credit {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    background: rgba(0,0,0,.24);
    padding: 0 8px
}

.post-tp-14-header.wfi .image-credit:hover {
    background: rgba(0,0,0,.35)
}

.post-template-14 .post-embed {
    margin-bottom: 20px
}

.post-template-14 .post-header-inner .single-post-excerpt {
    margin-top: -8px;
    padding-bottom: 10px
}

.post-template-14 .post-header-inner .post-subtitle + .single-post-excerpt {
    padding: 0 0 10px;
    margin: -5px 0 0
}

.post-template-14 .post-header-inner .single-post-excerpt + .post-meta-wrap {
    margin-top: 2px
}

.post-tp-15-header {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #3c3c3c;
    margin: 0 0 25px
}

    .post-tp-15-header .single-post-share {
        margin: 25px 0 -20px !important;
        text-align: center
    }

        .post-tp-15-header .single-post-share li {
            margin: 0 3px;
            float: none;
            display: inline-block
        }

    .post-tp-15-header .single-featured {
        margin: 20px auto 0;
        max-width: 900px;
        text-align: center
    }

        .post-tp-15-header .single-featured > * {
            margin-left: auto;
            margin-right: auto
        }

    .post-tp-15-header .post-header-inner {
        padding: 40px 25px 50px;
        position: relative
    }

    .post-tp-15-header .single-post-title {
        color: #fff;
        text-align: center;
        margin: 0 0 10px
    }

        .post-tp-15-header .single-post-title + .post-subtitle {
            margin: 0 0 13px;
            color: #c7c7c7;
            text-align: center
        }

        .post-tp-15-header .single-post-title:last-child {
            margin-bottom: 30px
        }

    .post-tp-15-header .term-badges.floated {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-bottom: 20px
    }

        .post-tp-15-header .term-badges.floated .term-badge a, .post-tp-15-header .term-badges.floated a {
            background: #fff !important;
            color: #444 !important
        }

    .post-tp-15-header .post-meta, .post-tp-15-header .post-meta .post-author-a:hover, .post-tp-15-header .post-meta .views, .post-tp-15-header .post-meta a, .post-tp-15-header .post-meta a:hover, .post-tp-15-header .post-meta b {
        color: #fff !important
    }

        .post-tp-15-header .post-meta.single-post-meta .post-author-a, .post-tp-15-header .post-meta.single-post-meta .post-author-a:hover, .post-tp-15-header .post-meta.single-post-meta .time {
            color: rgba(255,255,255,.55) !important
        }

        .post-tp-15-header .post-meta.single-post-meta > a + span:before, .post-tp-15-header .post-meta.single-post-meta > span + a:before, .post-tp-15-header .post-meta.single-post-meta > span + span:before {
            background: rgba(255,255,255,.43)
        }

    .post-tp-15-header .single-post-share .share-handler-wrap {
        display: inline-block
    }

    .post-tp-15-header .single-post-share .post-share-btn {
        background: #3c3c3c;
        border: 1px solid #5d5d5d;
        color: #e8e8e8
    }

    .post-tp-15-header .single-post-share .social-item.email a {
        background-color: #6b6b6b
    }

    .post-tp-15-header .post-meta.single-post-meta .post-author-a.post-author-avatar .avatar {
        box-shadow: 0 2px 1px rgba(0,0,0,.13)
    }

    .post-tp-15-header .post-meta {
        text-align: center
    }

    .post-tp-15-header .image-credit {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 10px;
        color: rgba(255,255,255,.7);
        font-size: 9px;
        text-align: center
    }

        .post-tp-15-header .image-credit:hover {
            color: #fff
        }

    .post-tp-15-header .bf-breadcrumb {
        margin: -15px 0 15px
    }

    .post-tp-15-header .single-post-excerpt {
        color: #fff;
        text-align: center
    }

    .post-tp-15-header .post-share .share-handler:after, .post-tp-15-header .post-share .share-handler:before {
        border-left-color: #5d5d5d
    }

    .post-tp-15-header .post-share .share-handler:after {
        border-left-color: #3c3c3c
    }

.site-footer {
    background-color: #434343
}

    .site-footer:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px
    }

    .footer-instagram.boxed, .site-footer.boxed {
        margin-left: auto;
        margin-right: auto
    }

    .footer-instagram.full-width.stretched .content-wrap, .site-footer.full-width.stretched .container, .site-footer.full-width.stretched .content-wrap {
        max-width: 100% !important
    }

.footer-widgets {
    padding: 45px 0 35px
}

    .footer-widgets .widget .btn-bs-pagination:hover {
        color: #fff !important
    }

    .footer-widgets.light-text .widget.widget_nav_menu ul.menu li a {
        background-color: rgba(0,0,0,.08)
    }

    .footer-widgets.light-text .bs-popular-categories .bs-popular-term-item .term-count, .footer-widgets.light-text .widget.widget_archive .post-count, .footer-widgets.light-text .widget.widget_calendar table caption, .footer-widgets.light-text .widget.widget_calendar table td.active-day, .footer-widgets.light-text .widget.widget_calendar table tfoot td, .footer-widgets.light-text .widget.widget_calendar table th, .footer-widgets.light-text .widget.widget_categories .post-count, .footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a {
        background: rgba(255,255,255,.26);
        color: #fff
    }

    .footer-widgets.light-text .bs-popular-categories .bs-popular-term-item, .footer-widgets.light-text .widget.widget_categories ul li, .footer-widgets.light-text .widget.widget_categories ul.children, .footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a, .footer-widgets.light-text .widget.widget_nav_menu ul.menu li a, .footer-widgets.light-text .widget.widget_pages ul li, .footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a {
        border-color: rgba(255,255,255,.04)
    }

    .footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
        border-color: rgba(255,255,255,.06) !important
    }

    .footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a:hover {
        color: rgba(255,255,255,.71) !important
    }

    .footer-widgets.light-text .widget, .footer-widgets.light-text .widget.widget_calendar table td, .footer-widgets.light-text .widget.widget_calendar table td:hover {
        color: rgba(255,255,255,.71)
    }

        .footer-widgets.light-text .post-meta .post-author, .footer-widgets.light-text .widget a, .footer-widgets.light-text .widget.widget_categories .post-count {
            color: #fff
        }

        .footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a {
            -webkit-box-shadow: inset 0 0 0 1px rgba(228,228,228,.21);
            -moz-box-shadow: inset 0 0 0 1px rgba(228,228,228,.21);
            box-shadow: inset 0 0 0 1px rgba(228,228,228,.21);
            color: #fff
        }

            .footer-widgets.light-text .widget .better-social-counter.style-clean .item-count, .footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
                color: #fff !important
            }

        .footer-widgets.light-text .better-control-nav li a, .footer-widgets.light-text .widget.widget_bs-subscribe-newsletter {
            background: rgba(0,0,0,.15)
        }

    .footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a {
        background-color: rgba(0,0,0,.08)
    }

    .footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item .term-count, .footer-widgets.dark-text .widget.widget_calendar table caption, .footer-widgets.dark-text .widget.widget_calendar table td.active-day, .footer-widgets.dark-text .widget.widget_calendar table tfoot td, .footer-widgets.dark-text .widget.widget_calendar table th, .footer-widgets.dark-text .widget.widget_categories .post-count {
        background: rgba(0,0,0,.15)
    }

    .footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item, .footer-widgets.dark-text .widget.widget_categories ul li, .footer-widgets.dark-text .widget.widget_categories ul.children, .footer-widgets.dark-text .widget.widget_pages ul li {
        border-color: rgba(0,0,0,.11)
    }

    .footer-widgets.dark-text .widget, .footer-widgets.dark-text .widget.widget_calendar table td, .footer-widgets.dark-text .widget.widget_calendar table td:hover {
        color: rgba(0,0,0,.69)
    }

    .footer-widgets.dark-text .post-meta .post-author {
        color: rgba(0,0,0,.6)
    }

    .footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.46);
        -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.46);
        box-shadow: inset 0 0 1px rgba(0,0,0,.46);
        color: rgba(0,0,0,.41)
    }

        .footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a:hover, .footer-widgets.dark-text .widget.widget_categories .post-count {
            color: #fff !important
        }

    .footer-widgets.dark-text .better-control-nav li a, .footer-widgets.dark-text .widget.widget_bs-subscribe-newsletter {
        background: rgba(0,0,0,.15)
    }

    .footer-widgets.dark-text .listing-item-text-1 .item-inner {
        border-bottom-color: rgba(0,0,0,.15)
    }

.site-footer .footer-social-icons {
    padding: 20px 0;
    background: #292929
}

    .site-footer .footer-social-icons .social-item {
        margin-bottom: 0
    }

.footer-social-icons .better-social-counter.style-big-button .social-list {
    text-align: center;
    font-size: 0
}

.footer-social-icons .better-social-counter.style-big-button .social-item {
    display: inline-block;
    float: none !important;
    text-align: left
}

.site-footer .copy-footer {
    padding: 22px 0 22px;
    background: #353535
}

    .site-footer .copy-footer .container {
        font-size: 12px
    }

.site-footer .copy-1, .site-footer .copy-2 {
    color: #b6b6b6;
    color: rgba(255,255,255,.57)
}

.site-footer .copy-2 {
    text-align: right
}

    .site-footer .copy-1 a, .site-footer .copy-2 a {
        color: #f3f3f3
    }

@media only screen and (max-width:780px) {
    .site-footer .copy-1, .site-footer .copy-2 {
        text-align: center !important
    }

    .site-footer .copy-1 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .site-footer ul.menu.footer-menu {
        text-align: center
    }

        .site-footer ul.menu.footer-menu > li {
            float: none;
            margin: 0 7px;
            display: inline-block
        }
}

.copy-footer .content-wrap {
    overflow-x: hidden
}

.footer-menu-container {
    border-bottom: 2px solid #646464;
    border-bottom: 2px solid rgba(0,0,0,.12);
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative
}

ul.menu.footer-menu > li {
    margin-right: 20px
}

ul.menu.footer-menu li > a {
    color: inherit;
    text-transform: inherit
}

ul.menu.footer-menu > li.menu-item-has-children > a:after {
    display: none
}

.site-footer .copy-footer .footer-menu-wrapper .footer-menu-container:before {
    content: '';
    position: absolute;
    width: 200vw;
    height: 100%;
    right: -100vw;
    padding-left: 200px;
    box-sizing: unset;
    top: 0
}

.site-footer.full-width .copy-footer {
    max-width: 100%;
    overflow: hidden
}

    .site-footer.full-width .copy-footer .content-wrap {
        overflow-x: visible
    }

.site-footer.full-width.stretched .copy-footer .content-wrap {
    overflow-x: hidden;
    overflow-y: hidden
}

.main-wrap .site-footer.full-width .copy-footer .content-wrap {
    overflow-x: hidden;
    overflow-y: hidden
}

.footer-instagram .footer-instagram-label {
    margin: 25px 0;
    text-align: center;
    font-size: 18px
}

.footer-instagram .bs-instagram-photo img {
    max-width: 100%
}

.footer-instagram-1 {
    padding: 0 2px 2px
}

    .footer-instagram-1 .bs-instagram-col {
        float: left;
        width: 16.666666667%;
        overflow: hidden
    }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(1) {
            max-width: 100%
        }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(2), .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(3) {
            max-width: 50%;
            float: left
        }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(3) {
            max-width: 100%;
            clear: left
        }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(1), .footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(2) {
            max-width: 50%;
            float: left
        }

        .footer-instagram-1 .bs-instagram-col .bs-instagram-photo {
            border: 1px solid transparent
        }

@media only screen and (max-width:1280px) {
    .footer-instagram-1 .bs-instagram-col {
        width: 20%
    }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-6 {
            display: none
        }
}

@media only screen and (max-width:980px) {
    .footer-instagram-1 .bs-instagram-col {
        width: 25%
    }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-5 {
            display: none
        }
}

@media only screen and (max-width:780px) {
    .footer-instagram-1 .bs-instagram-col {
        width: 33.33333%
    }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-4 {
            display: none
        }
}

@media only screen and (max-width:480px) {
    .footer-instagram-1 .bs-instagram-col {
        width: 50%
    }

        .footer-instagram-1 .bs-instagram-col.bs-instagram-col-3 {
            display: none
        }
}

.footer-instagram-2 {
    margin: 0
}

    .footer-instagram-2 .bs-instagram-photo {
        width: 12.5%;
        float: left
    }

@media only screen and (max-width:1280px) {
    .footer-instagram-2 .bs-instagram-photo {
        width: 14.285714286%
    }

    .footer-instagram-2 .bs-instagram-photo-7 {
        display: none
    }
}

@media only screen and (max-width:1100px) {
    .footer-instagram-2 .bs-instagram-photo {
        width: 16.666666667%
    }

    .footer-instagram-2 .bs-instagram-photo-6 {
        display: none
    }
}

@media only screen and (max-width:980px) {
    .footer-instagram-2 .bs-instagram-photo {
        width: 20%
    }

    .footer-instagram-2 .bs-instagram-photo-5 {
        display: none
    }
}

@media only screen and (max-width:780px) {
    .footer-instagram-2 .bs-instagram-photo {
        width: 25%
    }

    .footer-instagram-2 .bs-instagram-photo-4 {
        display: none
    }
}

@media only screen and (max-width:500px) {
    .footer-instagram-2 .bs-instagram-photo {
        width: 33.333%
    }

    .footer-instagram-2 .bs-instagram-photo-3 {
        display: none
    }
}

.footer-instagram-3 {
    margin: 0 0 30px
}

    .footer-instagram-3 .bs-instagram-photo {
        width: 200px;
        margin: 0 20px;
        float: left
    }

    .footer-instagram-3 .simply-scroll-container {
        position: relative
    }

    .footer-instagram-3 .simply-scroll-clip {
        position: relative;
        overflow: hidden
    }

    .footer-instagram-3 .simply-scroll-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none
    }

        .footer-instagram-3 .simply-scroll-list li {
            padding: 0;
            margin: 0 15px;
            list-style: none
        }

    .footer-instagram-3 .custom .simply-scroll-clip {
        width: 100%;
        height: 210px
    }

body {
    --menu-height: 30px
}

@media(min-width:768px) {
    body.active-sticky-sidebar .row.main-section {
        display: flex
    }
}

body.active-sticky-sidebar .sidebar-column .sidebar, body.active-sticky-sidebar .sticky-column {
    --top-gap: 0;
    --top-start: 0px;
    --top-gutter: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--top-start) + var(--top-gap) + var(--top-gutter));
    transition: top .2s ease
}

body.admin-bar.active-sticky-sidebar .sidebar-column .sidebar, body.admin-bar.active-sticky-sidebar .sticky-column {
    --top-gap: 32px
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .bs-vc-wrapper > .bs-vc-column {
    --top-start: 0;
    --top-gutter: -30px
}

body.menu-pined.active-sticky-sidebar .sidebar-column .sidebar, body.menu-pined.active-sticky-sidebar .sticky-column {
    --top-start: var(--menu-height)
}

.bs-sks.bs-sks-s1 .bs-sksin2 {
    --sks-top: 0;
    --sks-top-gap: 0px;
    position: sticky;
    top: calc(var(--sks-top) + var(--sks-top-gap));
    transition: top .2s ease
}

body.admin-bar .bs-sks.bs-sks-s1 .bs-sksin2, body.full-width .bs-sks.bs-sks-s1.bs-sks-pafter-header .bs-sksin2 {
    --sks-top: 30px
}

body.full-width.admin-bar .bs-sks.bs-sks-s1.bs-sks-pafter-header .bs-sksin2 {
    --sks-top: 60px
}

body.full-menu-pined .bs-sks.bs-sks-s1 .bs-sksin2 {
    --sks-top-gap: 30px
}

body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper, body.boxed .content-wrap {
    padding-left: 0;
    padding-right: 0
}

body.boxed .bf-breadcrumb > .bf-breadcrumb-container {
    margin-left: 0 !important;
    margin-right: 0 !important
}

body.boxed .mega-menu .content-wrap {
    padding-left: 0;
    padding-right: 0
}

body.boxed .slider-container .content-wrap {
    padding-left: 0;
    padding-right: 0
}

body.boxed .bs-sks .bs-sksitemr {
    padding-left: 0
}

body.boxed .bs-sks .bs-sksiteml {
    padding-right: 0
}

@media(max-width:980px) {
    body.boxed .bs-vc-content > .vc_row > .bs-vc-wrapper, body.boxed .content-wrap, body.boxed .mega-menu .content-wrap {
        padding-left: 0;
        padding-right: 0
    }

    body.boxed .bf-breadcrumb > .bf-breadcrumb-container {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.bs-vc-column > .bs-vc-wrapper > *, .bs-vc-column > .bs-vc-wrapper > .wpb_widgetised_column > .wpb_wrapper > *, .sidebar-column > aside > * {
    position: relative
}

.bs-vc-column > .bs-vc-wrapper > .wpb_widgetised_column > .wpb_wrapper > :after, .bs-vc-column > .bs-vc-wrapper > :after, .sidebar-column > aside > :after {
    content: '';
    height: 1px;
    position: absolute;
    left: -25px;
    right: -25px;
    background: #eaeaea;
    display: inline-block;
    bottom: 0
}

@media all and (max-width:768px) {
    .bs-vc-column > .bs-vc-wrapper > .wpb_widgetised_column > .wpb_wrapper > :after, .bs-vc-column > .bs-vc-wrapper > :after, .sidebar-column > aside > :after {
        left: 0;
        right: 0
    }
}

.bs-vc-column > .bs-vc-wrapper > .wpb_widgetised_column > .wpb_wrapper > :last-child:after, .bs-vc-column > .bs-vc-wrapper > :last-child:after, .sidebar-column > aside > :last-child:after {
    display: none
}

@media all and (min-width:780px) {
    .main-section > .content-column:after, .main-section > .sidebar-column:after, .vc_row.vc_inner > .wpb_column:after, .vc_row > .bs-vc-wrapper > .bs-vc-column:after {
        content: '';
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #eaeaea;
        display: inline-block;
        right: 0
    }

    .main-section > .content-column:last-child:after, .main-section > .sidebar-column:last-child:after, .vc_row.vc_inner > .wpb_column:last-child:after, .vc_row > .bs-vc-wrapper > .bs-vc-column:last-child:after {
        right: inherit;
        left: -1px
    }

    .main-section > .content-column:last-child:first-child:after, .main-section > .sidebar-column:last-child:first-child:after, .vc_row.vc_inner > .wpb_column:last-child:first-child:after, .vc_row > .bs-vc-wrapper > .bs-vc-column:last-child:first-child:after {
        display: none
    }

    .bs-vc-column:before {
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        background: #eaeaea;
        display: inline-block
    }

    .vc_row:first-child > .bs-vc-wrapper > .bs-vc-column:before {
        display: none
    }

    .bsp-wrapper, .content-column .better-studio-shortcode, .content-column .bs-listing, .content-column .bs-shortcode, .content-column .bsac, .entry-content .better-studio-shortcode, .order-customer-detail, .order-detail-wrap, .sidebar-column .better-studio-shortcode, .sidebar-column .bs-listing, .sidebar-column .bs-shortcode, .sidebar-column .bsac, .slider-container, .slider-style-16-container, .slider-style-18-container, .slider-style-2-container, .slider-style-4-container, .slider-style-8-container, .vc_row .vc_column-inner .wpb_content_element, .wc-account-content-wrap, .widget {
        margin-bottom: 0 !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .slider-container {
        border-bottom: 1px solid #eaeaea
    }

    .main-section {
        margin-bottom: 0 !important
    }

    .slider-container .bs-shortcode, .widget > .bs-listing, .widget > .bsac {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .widget:last-child {
        padding-bottom: 0 !important
    }

    .layout-1-col.layout-bc-before, .layout-2-col.layout-bc-before, .layout-3-col.layout-bc-before {
        padding-top: 25px;
        margin-top: 0 !important
    }

    .layout-2-col.layout-bc-before {
        padding-top: 0
    }

        .layout-2-col.layout-bc-before .content-column {
            padding: 25px
        }
}

.bf-breadcrumb-container {
    padding: 10px 0;
    border-bottom: solid 1px #eaeaea
}

.post-template-1 .single-container > .post, .post-template-10 .single-container > .post {
    border: none;
    padding: 0
}

.vc_row[data-vc-full-width=true] .bs-listing, .vc_row[data-vc-full-width=true] .bs-shortcode, .vc_row[data-vc-full-width=true] .bs-vc-block, .vc_row[data-vc-full-width=true] .entry-content .better-studio-shortcode {
    background: 0 0;
    padding: 0
}

.listing-item-blog, .listing-thumbnail.listing-thumbnail .listing-item-thumbnail {
    border-bottom: solid 1px rgba(0,0,0,.0784314) !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important
}

    .listing-item-blog:last-child, .listing-thumbnail .listing-item-thumbnail:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

.listing-thumbnail .listing-item-thumbnail:last-child {
    margin-bottom: 22px !important
}

.bs-vc-sidebar-column .listing-item-tb-1, .sidebar-column .listing-item-tb-1 {
    padding-bottom: 13px !important;
    margin-bottom: 13px !important
}

    .bs-vc-sidebar-column .listing-item-tb-1:last-child, .sidebar-column .listing-item-tb-1:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

.bs-light-scheme .listing-item-blog-5, .bs-light-scheme .listing-thumbnail .listing-item-thumbnail {
    border-bottom: solid 1px rgba(255,255,255,.188235) !important
}

    .bs-light-scheme .listing-item-blog-5:last-child, .bs-light-scheme .listing-thumbnail .listing-item-thumbnail:last-child {
        border-bottom: none !important
    }

.section-heading {
    margin-bottom: 26px !important
}

.listing-item .term-badges.floated {
    top: auto;
    bottom: 0
}

    .listing-item .term-badges.floated a {
        margin-bottom: 0;
        margin-top: 3px
    }

.listing-item-classic-3 .term-badges.floated a, .listing-item-text-1 .term-badges.floated {
    margin-top: 0;
    margin-bottom: 3px
}

.listing-mg-item .term-badges.floated {
    top: 0;
    bottom: auto
}

    .listing-mg-item .term-badges.floated a {
        margin-top: 0;
        margin-bottom: 3px
    }

.listing-item-text-1 .term-badges.floated {
    margin-bottom: 13px
}

.listing-item .post-edit-link, .listing-item-classic-3 .term-badges.floated, .listing-mg-4-item .term-badges.floated {
    top: 0;
    bottom: auto
}

.rtl .listing-item .post-edit-link {
    left: auto !important
}

.listing-item-classic-3 .post-edit-link {
    display: none !important
}

.listing-item .post-edit-link {
    bottom: auto;
    top: 0
}

.rtl .listing-item .term-badges.floated {
    right: 0
}

.topbar {
    height: 31px !important
}

    .topbar .topbar-inner {
        padding: 0 !important
    }

    .topbar.topbar-style-1 .section-menu {
        height: 31px !important;
        position: relative
    }

    .topbar .better-social-counter .social-list {
        line-height: 28px !important;
        height: 31px !important
    }

    .topbar .topbar-sign-in.topbar-sign-in.topbar-sign-in {
        height: 31px;
        line-height: 31px !important
    }

    .topbar .top-menu > li, .topbar ul.menu.top-menu li.menu-item-has-children > a:after {
        line-height: 31px !important
    }

    .topbar .topbar-date {
        height: 31px;
        line-height: 27px !important;
        top: 0
    }

.site-header.site-header.header-style-2 .main-menu.menu > li.current-menu-item > a:before, .site-header.site-header.header-style-2 .main-menu.menu > li.current-menu-parent > a:before, .site-header.site-header.header-style-2 .main-menu.menu > li:hover > a:before, .site-header.site-header.header-style-2 .main-menu.menu > li > a:before {
    display: none
}

.site-header.site-header.header-style-2 .main-menu.menu > li.current-menu-item > a, .site-header.site-header.header-style-2 .main-menu.menu > li.current-menu-parent > a, .site-header.site-header.header-style-2 .main-menu.menu > li:hover > a {
    background-color: rgba(0,0,0,.15) !important
}

.site-header.site-header.header-style-2 .main-menu > li > a {
    padding: 0 16px;
    z-index: 0
}

.site-header.site-header.header-style-2 .main-menu.menu > li:hover > a, body .site-header.site-header .main-menu.menu > li.current-menu-parent > a, body .site-header.site-header.site-header.site-header.header-style-2 .main-menu.menu > li.current-menu-parent:hover > a, body .site-header.site-header.site-header.site-header.header-style-2 .main-menu.menu > li.current-menu-parent > a {
    color: #fff !important
}

.site-header.header-style-2 .main-menu-wrapper .main-menu-inner {
    height: 49px !important
}

.site-header.header-style-2.header-style-2 .main-menu > li > a {
    line-height: 49px
}

.site-header.header-style-2 .search-container .search-box .search-form .search-field {
    height: 49px
}

.site-header.header-style-2 .main-menu.menu {
    height: 72px
}

.site-header.header-style-2 .off-canvas-menu-icon-container {
    line-height: 49px
}

.site-header.header-style-2.site-header .shop-cart-container .cart-handler .site-header.header-style-2 .search-container .search-handler {
    line-height: 29px
}

.site-header.header-style-2.header-style-2 .main-menu > li > a {
    line-height: 49px
}

.site-header.boxed .main-menu-wrapper .main-menu-container, .site-header.full-width .main-menu-wrapper {
    border-width: 0 !important
}

.site-header.header-style-2 .off-canvas-menu-icon-container {
    line-height: 46px
}

a, a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.content-main-wrap .content-wrap {
    z-index: 0
}

body, body.boxed {
    background-color: #000
}

@media(max-width:767px) {
    .main-wrap {
        background-color: #000
    }
}

@media all and (min-width:768px) {
    .layout-1-col {
        margin-top: 0 !important
    }
}

@media all and (min-width:1024px) {
    .bs-vc-content > .vc_row > .bs-vc-wrapper > .bs-vc-column.vc_col-sm-8.vc_col-has-fill .bs-vc-wrapper {
        padding-top: 0 !important
    }
}

.term-badges.floated a {
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.post-meta .post-author:after {
    margin-left: 5px
}

.site-header.header-style-2.full-width .main-menu-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: none !important
}

.site-header.full-width .main-menu-wrapper .content-wrap > .container {
    padding-left: 0
}

.rtl .main-menu-wrapper .content-wrap > .container {
    padding-right: 0
}

.site-header.site-header .main-menu > li > a {
    padding: 0 23px;
    letter-spacing: .3px
}

.site-header.full-width.header-style-2 .main-menu-wrapper {
    border-width: 0 !important
}

.main-menu > li {
    margin-right: 0 !important
}

.section-heading .h-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.section-heading.sh-t6.sh-s6 .h-text {
    line-height: 33px !important
}

.section-heading.sh-t6.sh-s6 .other-link .h-text {
    text-transform: uppercase;
    letter-spacing: 1px
}

.box-text .box-title, .listing-blog .box-title, .listing-item .title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bs-listing.bs-light-scheme .title {
    color: #d8d8d8ee
}

    .bs-listing.bs-light-scheme .listing-item:hover .title a, .bs-listing.bs-light-scheme .title:hover a {
        color: #fff !important
    }

.listing-mg-type-1 .post-meta .post-author, .listing-mg-type-1 .post-meta .post-author:after, .listing-mg-type-1 .post-meta .time {
    color: #a0a0a0
}

.bs-listing .post-meta, .listing-blog .post-meta {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.listing-mg-7-item .content-container, .listing-mg-7-item .title {
    line-height: 31px
}

.listing-mg-type-1 .content-container {
    bottom: 14px;
    padding-left: 4px
}

.mg-row-2 .listing-mg-7-item .content-container {
    bottom: 20px
}

.listing-modern-grid-7 .term-badges {
    margin-left: 25px
}

.rtl .term-badges.floated {
    right: 0 !important
}

@media all and (min-width:768px) {
    .ltr .listing-item-blog-1 .featured, .ltr .listing-item-blog-5 .featured {
        margin-right: 24px
    }
}

.listing-item-blog-1 > .item-inner > .title, .listing-item-blog-5 > .item-inner > .title {
    margin: -4px 0 11px
}

.listing-item-blog-1 .post-summary, .listing-item-blog-5 .post-summary {
    margin-top: 11px
}

.listing-thumbnail .listing-item-thumbnail {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important
}

.ltr .listing-item-tb-1 .featured {
    margin-right: 16px
}

.listing-item-tb-1 .title {
    margin: -5px 0
}

.listing-thumbnail .listing-item-thumbnail:last-child {
    margin-bottom: 0 !important
}

.ltr .listing-item-tb-1 .featured {
    margin-right: 17px
}

.listing-mg-3-item.bsw-100 .post-meta, .listing-mg-3-item.bsw-150 .post-meta, .listing-mg-3-item.bsw-200 .post-meta, .listing-mg-3-item.bsw-250 .post-meta, .listing-mg-3-item.bsw-300 .post-meta {
    display: block
}

.listing-mg-3-item .post-meta .comments, .listing-mg-3-item .post-meta .post-author {
    font-size: 13px;
    float: left;
    line-height: 21px
}

.listing-mg-3-item .post-meta .rating {
    float: right;
    margin-right: -3px;
    margin-top: 6px
}

.listing-mg-3-item .title {
    text-align: left !important
}

.listing-mg-3-item.bsw-100 .title, .listing-mg-3-item.bsw-300 .title {
    font-size: inherit
}

.listing-mg-3-item .content-container {
    bottom: 12px
}

.listing-mg-3-item .post-meta {
    margin-top: 2px
}

    .listing-mg-3-item .post-meta .post-author:after {
        display: none
    }

.vc_col-has-fill > .bs-vc-wrapper.wpb_wrapper {
    padding-top: 30px !important
}

.vc_col-has-fill .bs-vc-wrapper.wpb_wrapper > .bsac:last-child {
    margin-bottom: 22px !important
}

.vc_col-has-fill .bs-listing {
    padding-top: 0 !important
}

.listing-item-grid-1 {
    margin-bottom: 15px
}

.listing.listing-mix-3-1 .listing-grid-1 .post-meta {
    padding-top: 8px
}

.listing.listing-mix-3-1 .listing-grid-1 {
    border-bottom: solid 1px #eee !important;
    padding-bottom: 8px
}

.bs-light-scheme .listing.listing-mix-3-1 .listing-grid-1 {
    border-bottom: solid 1px rgba(255,255,255,.188235) !important
}

.listing.listing-mix-3-1 .listing-item-thumbnail .post-meta {
    padding-top: 12px
}

.listing.listing-mix-3-1 .listing-item-thumbnail:last-child {
    margin-bottom: 7px !important
}

.listing.listing-mix-3-1 .row-1 + .row-2 {
    margin-top: 19px
}

.bs-vc-sidebar-column .section-heading.sh-t6.sh-s6:before, .bs-vc-sidebar-column .section-heading.sh-t6.sh-s7:before, .widget .section-heading.sh-t6.sh-s6:before, .widget .section-heading.sh-t6.sh-s7:before {
    background: 0 0 !important
}

.bf-breadcrumb.bc-top-style {
    padding: 0
}

.pagination {
    margin: 13px 0 0
}

.bs-listing .bs-pagination .pagination.bs-numbered-pagination .current {
    color: #fff
}

.bs-listing .bs-pagination .pagination.bs-numbered-pagination a.page-numbers, .bs-listing .bs-pagination .pagination.bs-numbered-pagination span, .bs-listing .bs-pagination .pagination.bs-numbered-pagination span:hover {
    background: #f1f1f1;
    color: #8d8d8d
}

    .bs-listing .bs-pagination .pagination.bs-numbered-pagination span:hover, .pagination.bs-numbered-pagination .page-numbers, .pagination.bs-numbered-pagination span {
        line-height: 34px;
        height: 35px;
        min-width: 35px;
        font-size: 13px
    }

.bs-pagination.bs-ajax-pagination.more_btn .btn-bs-pagination {
    background: #f1f1f1;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 33px !important;
    font-weight: 500;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pagination:last-child {
    margin-bottom: 4px !important
}

.pagination.bs-numbered-pagination .current {
    color: #fff
}

.site-footer .bs-about {
    padding-top: 0 !important
}

.ltr .site-footer .bs-about .about-text {
    text-align: left;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 23px
}

.rtl footer .bs-about .about-text {
    text-align: right;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 23px
}

.site-footer .bs-about .about-text p {
    margin: 0 0 24px
}

.ltr .site-footer .bs-about .about-title {
    text-align: left;
    margin: 0 0 22px
}

.rtl .site-footer .bs-about .about-title {
    text-align: right;
    margin: 0 0 22px
}

.ltr .site-footer .bs-about .about-icons-list {
    text-align: left
}

.rtl .site-footer .bs-about .about-icons-list {
    text-align: right
}

.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-right: 2px
}

.bs-about .about-icons-list.about-icons-list .about-icon-item a i {
    line-height: 35px
}

.site-footer .footer-widgets .sidebar .section-heading.sh-t6:before {
    background: rgba(44,44,44,.8) !important
}

.site-footer .listing-thumbnail .listing-item-thumbnail {
    border-bottom-color: rgba(255,255,255,.1) !important
}

    .site-footer .listing-thumbnail .listing-item-thumbnail .post-meta {
        padding-top: 12px;
        color: rgba(160,160,160,.5)
    }

.site-footer {
    border-top-width: 3px;
    border-top-style: solid
}

    .site-footer .footer-widgets {
        padding: 24px 0 48px
    }

    .site-footer .footer-menu-container {
        text-align: center
    }

    .site-footer ul.menu.footer-menu > li {
        float: none;
        display: inline-block;
        margin: 0 23px !important
    }

    .site-footer .footer-copy-row {
        text-align: center;
        margin-bottom: 22px
    }

    .site-footer .footer-menu-container {
        border-bottom: transparent !important
    }

    .site-footer .footer-copy-row * {
        color: #565656 !important
    }

    .site-footer .copy-1, .site-footer .copy-2 {
        text-align: center;
        width: auto;
        padding: 0;
        float: none;
        display: inline-block
    }

.ajax-ajax-posts-list .listing-item-tb-1 .post-meta {
    padding-top: 10px !important
}

.ajax-ajax-posts-list .listing-item-tb-1 .title {
    line-height: 17px !important
}

.bs-slider-1-item .post-meta .rating-bar, .listing-mg-1-item .post-meta .rating-bar, .listing-mg-2-item .post-meta .rating-bar, .listing-mg-3-item .post-meta .rating-bar, .listing-mg-4-item .post-meta .rating-bar, .listing-mg-6-item .post-meta .rating-bar {
    background-color: #9c9c9c
}

.page-layout-1-col .container, .page-layout-1-col .content-wrap, body.page-layout-1-col .boxed.site-header .main-menu-wrapper, body.page-layout-1-col .boxed.site-header.header-style-5 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block, body.page-layout-1-col .boxed.site-header.header-style-6 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block, body.page-layout-1-col .boxed.site-header.header-style-8 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block, body.page-layout-1-col.boxed .main-wrap, .page-layout-2-col-right .container, .page-layout-2-col-right .content-wrap, body.page-layout-2-col-right.boxed .main-wrap, .page-layout-2-col-left .container, .page-layout-2-col-left .content-wrap, body.page-layout-2-col-left.boxed .main-wrap, .page-layout-1-col .bs-vc-content > .vc_row, .page-layout-1-col .bs-vc-content > .vc_vc_row, .page-layout-1-col .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .footer-instagram.boxed, .site-footer.boxed, .page-layout-1-col .bs-vc-content > .vc_row.vc_row-has-fill .upb-background-text.vc_row, .bs-injection.bs-injection-1-col > .vc_row, .bs-injection.bs-injection-1-col > .vc_vc_row, .bs-injection.bs-injection-1-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .bs-injection.bs-injection-2-col > .vc_row, .bs-injection.bs-injection-2-col > .vc_vc_row, .bs-injection.bs-injection-2-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper {
    max-width: 1200px;
    width: 100%
}

@media(min-width:768px) {
    .layout-2-col .content-column, .bf-2-main-column-size {
        width: 70%
    }
}

@media(min-width:768px) {
    .layout-2-col .sidebar-column, .bf-2-primary-column-size {
        width: 30%
    }
}

@media(min-width:768px) {
    .layout-2-col.layout-2-col-2 .content-column {
        left: 30%
    }
}

@media(min-width:768px) {
    .rtl .layout-2-col.layout-2-col-2 .content-column {
        left: inherit;
        right: 30%
    }
}

@media(min-width:768px) {
    .layout-2-col.layout-2-col-2 .sidebar-column {
        right: 70%
    }
}

@media(min-width:768px) {
    .rtl .layout-2-col.layout-2-col-2 .sidebar-column {
        right: inherit;
        left: 70%
    }
}

@media(max-width:1290px) {
    .page-layout-1-col .bs-sks .bs-sksitem, .page-layout-2-col-right .bs-sks .bs-sksitem, .page-layout-2-col-left .bs-sks .bs-sksitem {
        display: none !important
    }
}

.page-layout-3-col-0 .container, .page-layout-3-col-0 .content-wrap, body.page-layout-3-col-0.boxed .main-wrap, .page-layout-3-col-1 .container, .page-layout-3-col-1 .content-wrap, body.page-layout-3-col-1.boxed .main-wrap, .page-layout-3-col-2 .container, .page-layout-3-col-2 .content-wrap, body.page-layout-3-col-2.boxed .main-wrap, .page-layout-3-col-3 .container, .page-layout-3-col-3 .content-wrap, body.page-layout-3-col-3.boxed .main-wrap, .page-layout-3-col-4 .container, .page-layout-3-col-4 .content-wrap, body.page-layout-3-col-4.boxed .main-wrap, .page-layout-3-col-5 .container, .page-layout-3-col-5 .content-wrap, body.page-layout-3-col-5.boxed .main-wrap, .page-layout-3-col-6 .container, .page-layout-3-col-6 .content-wrap, body.page-layout-3-col-6.boxed .main-wrap, body.boxed.page-layout-3-col .site-header.header-style-5 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block, body.boxed.page-layout-3-col .site-header.header-style-6 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block, body.boxed.page-layout-3-col .site-header.header-style-8 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block, .layout-3-col-0 .bs-vc-content > .vc_row, .layout-3-col-0 .bs-vc-content > .vc_vc_row, .layout-3-col-0 .bs-vc-content .vc_row[data-vc-full-width=true] > .bs-vc-wrapper, .layout-3-col-0 .bs-vc-content > .vc_row.vc_row-has-fill .upb-background-text.vc_row, .bs-injection.bs-injection-3-col > .vc_row, .bs-injection.bs-injection-3-col > .vc_vc_row, .bs-injection.bs-injection-3-col > .vc_row[data-vc-full-width=true] > .bs-vc-wrapper {
    max-width: 1300px;
    width: 100%
}

@media(min-width:1000px) {
    .layout-3-col .content-column, .bf-3-main-column-size {
        width: 58%
    }
}

@media(min-width:1000px) {
    .layout-3-col .sidebar-column-primary, .bf-3-primary-column-size {
        width: 25%
    }
}

@media(min-width:1000px) {
    .layout-3-col .sidebar-column-secondary, .bf-3-secondary-column-size {
        width: 17%
    }
}

@media(max-width:1000px) and (min-width:768px) {
    .layout-3-col .content-column {
        width: 67%
    }
}

@media(max-width:1000px) and (min-width:768px) {
    .layout-3-col .sidebar-column-primary {
        width: 33%
    }
}

@media(max-width:767px) and (min-width:500px) {
    .layout-3-col .sidebar-column-primary {
        width: 54%
    }
}

@media(max-width:767px) and (min-width:500px) {
    .layout-3-col .sidebar-column-secondary {
        width: 46%
    }
}

@media(min-width:1000px) {
    .layout-3-col-2 .sidebar-column-primary {
        left: 17%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-2 .sidebar-column-primary {
        left: inherit;
        right: 17%
    }
}

@media(min-width:1000px) {
    .layout-3-col-2 .sidebar-column-secondary {
        right: 25%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-2 .sidebar-column-secondary {
        right: inherit;
        left: 25%
    }
}

@media(min-width:1000px) {
    .layout-3-col-3 .content-column {
        left: 25%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-3 .content-column {
        left: inherit;
        right: 25%
    }
}

@media(min-width:1000px) {
    .layout-3-col-3 .sidebar-column-primary {
        right: 58%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-3 .sidebar-column-primary {
        right: inherit;
        left: 58%
    }
}

@media(min-width:1000px) {
    .layout-3-col-4 .content-column {
        left: 17%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-4 .content-column {
        left: inherit;
        right: 17%
    }
}

@media(min-width:1000px) {
    .layout-3-col-4 .sidebar-column-primary {
        left: 17%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-4 .sidebar-column-primary {
        left: inherit;
        right: 17%
    }
}

@media(min-width:1000px) {
    .layout-3-col-4 .sidebar-column-secondary {
        right: 83%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-4 .sidebar-column-secondary {
        right: inherit;
        left: 83%
    }
}

@media(min-width:1000px) {
    .layout-3-col-5 .content-column {
        left: 42%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-5 .content-column {
        left: inherit;
        right: 42%
    }
}

@media(min-width:1000px) {
    .layout-3-col-5 .sidebar-column-primary {
        right: 58%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-5 .sidebar-column-primary {
        right: inherit;
        left: 58%
    }
}

@media(min-width:1000px) {
    .layout-3-col-5 .sidebar-column-secondary {
        right: 58%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-5 .sidebar-column-secondary {
        right: inherit;
        left: 58%
    }
}

@media(min-width:1000px) {
    .layout-3-col-6 .content-column {
        left: 42%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-6 .content-column {
        left: inherit;
        right: 42%
    }
}

@media(min-width:1000px) {
    .layout-3-col-6 .sidebar-column-primary {
        right: 41%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-6 .sidebar-column-primary {
        right: inherit;
        left: 41%
    }
}

@media(min-width:1000px) {
    .layout-3-col-6 .sidebar-column-secondary {
        right: 83%
    }
}

@media(min-width:1000px) {
    .rtl .layout-3-col-6 .sidebar-column-secondary {
        right: inherit;
        left: 83%
    }
}

@media(max-width:1000px) and (min-width:768px) {
    .layout-3-col-3 .content-column, .layout-3-col-5 .content-column, .layout-3-col-6 .content-column {
        left: 33%
    }
}

@media(max-width:1000px) and (min-width:768px) {
    .rtl .layout-3-col-3 .content-column, .rtl .layout-3-col-5 .content-column, .rtl .layout-3-col-6 .content-column {
        left: inherit;
        right: 33%
    }
}

@media(max-width:1000px) and (min-width:768px) {
    .layout-3-col-3 .sidebar-column-primary, .layout-3-col-5 .sidebar-column-primary, .layout-3-col-6 .sidebar-column-primary {
        right: 67%
    }
}

@media(max-width:1000px) and (min-width:768px) {
    .rtl .layout-3-col-3 .sidebar-column-primary, .rtl .layout-3-col-5 .sidebar-column-primary, .rtl .layout-3-col-6 .sidebar-column-primary {
        right: inherit;
        left: 67%
    }
}

@media(max-width:1390px) {
    .page-layout-3-col-0 .bs-sks .bs-sksitem, .page-layout-3-col-1 .bs-sks .bs-sksitem, .page-layout-3-col-2 .bs-sks .bs-sksitem, .page-layout-3-col-3 .bs-sks .bs-sksitem, .page-layout-3-col-4 .bs-sks .bs-sksitem, .page-layout-3-col-5 .bs-sks .bs-sksitem, .page-layout-3-col-6 .bs-sks .bs-sksitem {
        display: none !important
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .vc_row .vc_column_container > .vc_column-inner, .container, .vc_column_container.vc_column_container, .vc_row.vc_column-gap-35, .vc_row.vc_column-gap-30, .vc_row.vc_column-gap-25, .vc_row.vc_column-gap-20, .vc_row.vc_column-gap-15, .vc_row.vc_column-gap-10, .vc_row.vc_column-gap-5, .vc_row.vc_column-gap-4, .vc_row.vc_column-gap-3, .vc_row.vc_column-gap-2, .vc_row.vc_column-gap-1 {
    padding-left: 25px;
    padding-right: 25px
}

.vc_row.wpb_row, .row, .bs-vc-content .vc_row.vc_row-no-padding[data-vc-stretch-content="true"] {
    margin-left: -25px;
    margin-right: -25px
}

.vc_row.vc_inner {
    margin-left: -25px !important;
    margin-right: -25px !important
}

.widget, .entry-content .better-studio-shortcode, .better-studio-shortcode, .bs-shortcode, .bs-listing, .bsac, .content-column > div:last-child, .slider-style-18-container, .slider-style-16-container, .slider-style-8-container, .slider-style-2-container, .slider-style-4-container, .bsp-wrapper, .single-container, .content-column > div:last-child, .vc_row .vc_column-inner .wpb_content_element, .wc-account-content-wrap, .order-customer-detail, .order-detail-wrap, .slider-style-23-container {
    margin-bottom: 50px
}

.archive-title {
    margin-bottom: 33.3333333333px
}

.layout-1-col, .layout-2-col, .layout-3-col {
    margin-top: 35px
}

    .layout-1-col.layout-bc-before, .layout-2-col.layout-bc-before, .layout-3-col.layout-bc-before {
        margin-top: 25px
    }

.bs-vc-content > .vc_row.vc_row-fluid.vc_row-has-fill:first-child, .bs-listing.bs-listing-products .bs-slider-controls, .bs-listing.bs-listing-products .bs-pagination {
    margin-top: -35px !important
}

.vc_col-has-fill > .bs-vc-wrapper, .vc_row-has-fill + .vc_row-full-width + .vc_row > .bs-vc-wrapper > .wrapper-sticky > .bs-vc-column > .bs-vc-wrapper, .vc_row-has-fill + .vc_row-full-width + .vc_row > .bs-vc-wrapper > .bs-vc-column > .bs-vc-wrapper, .vc_row-has-fill + .vc_row > .bs-vc-wrapper > .bs-vc-column > .bs-vc-wrapper, .vc_row-has-fill + .vc_row > .bs-vc-wrapper > .wrapper-sticky > .bs-vc-column > .bs-vc-wrapper, .vc_row-has-fill + .vc_row > .wpb_column > .bs-vc-wrapper, .vc_row-has-fill > .bs-vc-wrapper > .vc_column_container > .bs-vc-wrapper, .vc_row-has-fill > .wpb_column > .bs-vc-wrapper {
    padding-top: 41.6666666667px !important
}

.vc_row-has-fill .wpb_wrapper > .bsp-wrapper:last-child, .vc_col-has-fill .wpb_wrapper > .bsp-wrapper:last-child, .vc_row-has-fill .wpb_wrapper > .bs-listing:last-child, .vc_col-has-fill .wpb_wrapper > .bs-listing:last-child, .main-section, #bbpress-forums #bbp-search-form, .vc_row-has-fill .wpb_wrapper > .bsac:last-child, .vc_col-has-fill .wpb_wrapper > .bsac:last-child, .vc_row-has-fill .wpb_wrapper > .bs-shortcode:last-child, .vc_col-has-fill .wpb_wrapper > .bs-shortcode:last-child, .vc_row-has-fill .wpb_wrapper > .better-studio-shortcode:last-child, .vc_col-has-fill .wpb_wrapper > .better-studio-shortcode:last-child {
    margin-bottom: 41.6666666667px
}

.bs-listing-modern-grid-listing-3.bs-listing {
    margin-bottom: 25px !important
}

.vc_row-has-fill .wpb_wrapper > .bs-listing-modern-grid-listing-3.bs-listing:last-child {
    margin-bottom: 21.6666666667px !important
}

.single-container > .post-author, .post-related, .post-related + .comments-template, .post-related + .single-container, .post-related + .ajax-post-content, .comments-template, .comment-respond.comments-template, .bsac.bsac-post-before-author, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .related.products, .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce-checkout-review-order-wrap, .woocommerce + .woocommerce, .woocommerce + .bs-shortcode, .up-sells.products, .single-container > .bs-newsletter-pack, body.single .content-column > .bs-newsletter-pack {
    margin-top: 50px
}

.better-gcs-wrapper {
    margin-top: -50px
}

.slider-style-21-container, .slider-style-20-container, .slider-style-19-container, .slider-style-17-container, .slider-style-15-container, .slider-style-13-container, .slider-style-11-container, .slider-style-9-container, .slider-style-7-container, .slider-style-4-container.slider-container-1col, .slider-style-3-container, .slider-style-5-container, .slider-style-2-container.slider-container-1col, .slider-style-1-container, .slider-container + .bs-sks, .slider-style-22-container {
    padding-top: 41.6666666667px;
    padding-bottom: 50px;
    margin-bottom: -41.6666666667px
}

    .slider-style-21-container.slider-bc-before, .slider-style-20-container.slider-bc-before, .slider-style-19-container.slider-bc-before, .slider-style-17-container.slider-bc-before, .slider-style-15-container.slider-bc-before, .slider-style-13-container.slider-bc-before, .slider-style-11-container.slider-bc-before, .slider-style-9-container.slider-bc-before, .slider-style-7-container.slider-bc-before, .slider-style-3-container.slider-bc-before, .slider-style-5-container.slider-bc-before, .slider-style-1-container.slider-bc-before, .slider-container.slider-bc-before + .bs-sks, .slider-style-22-container.slider-bc-before, .slider-style-23-container.slider-bc-before {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px
    }

.section-heading {
    margin-bottom: 28px
}

@media only screen and (max-width :678px) {
    .footer-widgets > .content-wrap > .container > .row > * {
        margin-bottom: 41.6666666667px
    }
}

.bs-injection.bs-injection-before_footer, .bs-injection.bs-injection-after_footer {
    margin-top: 41.6666666667px
}

.bs-injection.bs-injection-before_header, .bs-injection.bs-injection-after_header {
    padding-top: 41.6666666667px
}

.single-container > .bs-push-noti.post-bottom, .single-container > .bs-push-noti.post-bottom + .post-author {
    margin-top: 23px
}

.bs-push-noti.post-top {
    margin-bottom: 23px !important
}

.site-header.header-style-1 .header-inner, .site-header.header-style-2 .header-inner, .site-header.header-style-3 .header-inner, .site-header.header-style-4 .header-inner, .site-header.header-style-7 .header-inner, .site-header.header-style-1.h-a-ad .header-inner, .site-header.header-style-4.h-a-ad .header-inner, .site-header.header-style-7.h-a-ad .header-inner {
    padding-top: 20px
}

.site-header.header-style-1 .header-inner, .site-header.header-style-2 .header-inner, .site-header.header-style-3 .header-inner, .site-header.header-style-4 .header-inner, .site-header.header-style-7 .header-inner, .site-header.header-style-1.h-a-ad .header-inner, .site-header.header-style-4.h-a-ad .header-inner, .site-header.header-style-7.h-a-ad .header-inner {
    padding-bottom: 20px
}

.main-bg-color, .main-menu.menu .sub-menu li.current-menu-item:hover > a:hover, .main-menu.menu .better-custom-badge, .off-canvas-menu .menu .better-custom-badge, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li:hover > a, .widget.widget_nav_menu .menu .better-custom-badge, .widget.widget_nav_menu ul.menu li > a:hover, .widget.widget_nav_menu ul.menu li.current-menu-item > a, .rh-header .menu-container .resp-menu .better-custom-badge, .bs-popular-categories .bs-popular-term-item:hover .term-count, .widget.widget_tag_cloud .tagcloud a:hover, span.dropcap.dropcap-square, span.dropcap.dropcap-circle, .better-control-nav li a.better-active, .better-control-nav li:hover a, .main-menu.menu > li:hover > a:before, .main-menu.menu > li.current-menu-parent > a:before, .main-menu.menu > li.current-menu-item > a:before, .main-slider .better-control-nav li a.better-active, .main-slider .better-control-nav li:hover a, .site-footer.color-scheme-dark .footer-widgets .widget.widget_tag_cloud .tagcloud a:hover, .site-footer.color-scheme-dark .footer-widgets .widget.widget_nav_menu ul.menu li a:hover, .entry-terms.via a:hover, .entry-terms.source a:hover, .entry-terms.post-tags a:hover, .comment-respond #cancel-comment-reply-link, .better-newsticker .heading, .better-newsticker .control-nav span:hover, .listing-item-text-1:hover .term-badges.floated .term-badge a, .term-badges.floated a, .archive-title .term-badges span.term-badge a:hover, .post-tp-1-header .term-badges a:hover, .archive-title .term-badges a:hover, .listing-item-tb-2:hover .term-badges.floated .term-badge a, .btn-bs-pagination:hover, .btn-bs-pagination.hover, .btn-bs-pagination.bs-pagination-in-loading, .bs-slider-dots .bs-slider-active > .bts-bs-dots-btn, .listing-item-classic:hover a.read-more, .bs-loading > div, .pagination.bs-links-pagination a:hover, .footer-widgets .bs-popular-categories .bs-popular-term-item:hover .term-count, .footer-widgets .widget .better-control-nav li a:hover, .footer-widgets .widget .better-control-nav li a.better-active, .bs-slider-2-item .content-container a.read-more:hover, .bs-slider-3-item .content-container a.read-more:hover, .main-menu.menu .sub-menu li.current-menu-item:hover > a, .main-menu.menu .sub-menu > li:hover > a, .bs-slider-2-item .term-badges.floated .term-badge a, .bs-slider-3-item .term-badges.floated .term-badge a, .listing-item-blog:hover a.read-more, .back-top, .site-header .shop-cart-container .cart-handler .cart-count, .site-header .shop-cart-container .cart-box:after, .single-attachment-content .return-to:hover .fa, .topbar .topbar-date, .ajax-search-results:after, .better-gallery .gallery-title .prev:hover, .better-gallery .gallery-title .next:hover, .comments-template-multiple .nav-tabs .active a:after, .comments-template-multiple .active .comments-count, .off-canvas-inner:after, .more-stories:before, .bs-push-noti .bs-push-noti-wrapper-icon, .post-count-badge.pcb-t1.pcb-s1, .bs-fpe.bs-fpe-t2 thead, .post-tp-1-header .term-badges a, .pagination.bs-numbered-pagination .current, .entry-terms.post-tags .terms-label, .entry-terms.source .terms-label, .entry-terms.via .terms-label {
    background-color: #0066bf !important
}

.bs-theme button, .bs-theme .btn, .bs-theme html input[type="button"], .bs-theme input[type="reset"], .bs-theme input[type="submit"], .bs-theme input[type="button"], .bs-theme .btn:focus, .bs-theme .btn:hover, .bs-theme button:focus, .bs-theme button:hover, .bs-theme html input[type="button"]:focus, .bs-theme html input[type="button"]:hover, .bs-theme input[type="reset"]:focus, .bs-theme input[type="reset"]:hover, .bs-theme input[type="submit"]:focus, .bs-theme input[type="submit"]:hover, .bs-theme input[type="button"]:focus, .bs-theme input[type="button"]:hover {
    background-color: #0066bf
}

.main-color, .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus, .widget.widget_nav_menu .menu .better-custom-badge, .widget.widget_recent_comments a:hover, .bs-popular-categories .bs-popular-term-item, .main-menu.menu .sub-menu li.current-menu-item > a, .bs-about .about-link a, .comment-list .comment-footer .comment-reply-link:hover, .comment-list li.bypostauthor > article > .comment-meta .comment-author a, .comment-list li.bypostauthor > article > .comment-meta .comment-author, .comment-list .comment-footer .comment-edit-link:hover, .comment-respond #cancel-comment-reply-link, span.dropcap.dropcap-square-outline, span.dropcap.dropcap-circle-outline, ul.bs-shortcode-list li:before, a:hover, .post-meta a:hover, .site-header .top-menu.menu > li:hover > a, .site-header .top-menu.menu .sub-menu > li:hover > a, .mega-menu.mega-type-link-list .mega-links > li > a:hover, .mega-menu.mega-type-link-list .mega-links > li:hover > a, .listing-item .post-footer .post-share:hover .share-handler, .listing-item-classic .title a:hover, .single-post-content > .post-author .pre-head a:hover, .single-post-content a, .single-page-simple-content a, .site-header .search-container.open .search-handler, .site-header .search-container:hover .search-handler, .site-header .shop-cart-container.open .cart-handler, .site-header .shop-cart-container.open:hover .cart-handler, .site-footer .copy-2 a:hover, .site-footer .copy-1 a:hover, ul.menu.footer-menu li > a:hover, .rh-header .menu-container .resp-menu li:hover > a, .listing-item-thumbnail:hover .title a, .listing-item-grid:hover .title a, .listing-item-blog:hover .title a, .listing-item-classic:hover .title a, .post-meta a:hover, .pagination.bs-numbered-pagination > span, .pagination.bs-numbered-pagination .wp-pagenavi a:hover, .pagination.bs-numbered-pagination .page-numbers:hover, .pagination.bs-numbered-pagination .wp-pagenavi .current, .pagination.bs-numbered-pagination .current, .listing-item-text-1:hover .title a, .listing-item-text-2:hover .title a, .listing-item-text-3:hover .title a, .listing-item-text-4:hover .title a, .bs-popular-categories .bs-popular-term-item:hover, .main-menu.menu > li:hover > a, .listing-mg-5-item:hover .title, .listing-item-tall:hover > .title, .bs-text a, .wpb_text_column a, .bf-breadcrumb .bf-breadcrumb-item a:hover span, .off-canvas-menu li.current-menu-item > a, .entry-content.off_canvas_footer-info a, .comment-list .comment-content em.needs-approve, .better-newsticker ul.news-list li a:hover, .pagination.bs-numbered-pagination .current, .archive-title .rss-link {
    color: #0066bf
}

.footer-widgets .widget a:hover, .bs-listing-modern-grid-listing-5 .listing-mg-5-item:hover .title a:hover, .bs-listing-modern-grid-listing-5 .listing-mg-5-item:hover .title a, .tabbed-grid-posts .tabs-section .active a {
    color: #0066bf !important
}

.bs-theme textarea:focus, .bs-theme input[type="url"]:focus, .bs-theme input[type="search"]:focus, .bs-theme input[type="password"]:focus, .bs-theme input[type="email"]:focus, .bs-theme input[type="number"]:focus, .bs-theme input[type="week"]:focus, .bs-theme input[type="month"]:focus, .bs-theme input[type="time"]:focus, .bs-theme input[type="datetime-local"]:focus, .bs-theme input[type="date"]:focus, .bs-theme input[type="color"]:focus, .bs-theme input[type="text"]:focus, .widget.widget_nav_menu .menu .better-custom-badge:after, .better-gallery .fotorama__thumb-border, span.dropcap.dropcap-square-outline, span.dropcap.dropcap-circle-outline, .comment-respond textarea:focus, .archive-title .term-badges a:hover, .listing-item-text-2:hover .item-inner, .btn-bs-pagination:hover, .btn-bs-pagination.hover, .btn-bs-pagination.bs-pagination-in-loading, .bs-slider-2-item .content-container a.read-more, .bs-slider-3-item .content-container a.read-more, .pagination.bs-links-pagination a:hover, body.active-top-line, .pagination.bs-numbered-pagination .current, .pagination.bs-numbered-pagination .current:hover, .bs-listing .bs-pagination .pagination.bs-numbered-pagination a.page-numbers:hover, .entry-terms.post-tags .terms-label, .entry-terms.source .terms-label, .entry-terms.via .terms-label {
    border-color: #0066bf
}

.main-menu.menu .better-custom-badge:after, .off-canvas-menu .menu .better-custom-badge:after, .site-footer {
    border-top-color: #0066bf
}

.better-newsticker .heading:after {
    border-left-color: #0066bf
}

::selection {
    background: #0066bf
}

::-moz-selection {
    background: #0066bf
}

.term-badges.text-badges .term-badge a {
    color: #0066bf !important;
    background-color: transparent !important
}

.active-top-line .header-style-1.full-width .bs-pinning-block.pinned.main-menu-wrapper, .active-top-line .header-style-1.boxed .bs-pinning-block.pinned .main-menu-container, .active-top-line .header-style-2.full-width .bs-pinning-block.pinned.main-menu-wrapper, .active-top-line .header-style-2.boxed .bs-pinning-block.pinned .main-menu-container, .active-top-line .header-style-3.full-width .bs-pinning-block.pinned.main-menu-wrapper, .active-top-line .header-style-3.boxed .bs-pinning-block.pinned .main-menu-container, .active-top-line .header-style-4.full-width .bs-pinning-block.pinned.main-menu-wrapper, .active-top-line .header-style-4.boxed .bs-pinning-block.pinned .main-menu-container, .active-top-line .header-style-5.full-width .bspw-header-style-5 .bs-pinning-block.pinned, .active-top-line .header-style-5.boxed .bspw-header-style-5 .bs-pinning-block.pinned .header-inner, .active-top-line .header-style-6.full-width .bspw-header-style-6 .bs-pinning-block.pinned, .active-top-line .header-style-6.boxed .bspw-header-style-6 .bs-pinning-block.pinned .header-inner, .active-top-line .header-style-7.full-width .bs-pinning-block.pinned.main-menu-wrapper, .active-top-line .header-style-7.boxed .bs-pinning-block.pinned .main-menu-container, .active-top-line .header-style-8.full-width .bspw-header-style-8 .bs-pinning-block.pinned, .active-top-line .header-style-8.boxed .bspw-header-style-8 .bs-pinning-block.pinned .header-inner {
    border-top: 3px solid #0066bf
}

.better-gcs-wrapper .gsc-result .gs-title *, .better-gcs-wrapper .gsc-result .gs-title:hover *, .better-gcs-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page, .better-gcs-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #0066bf !important
}

.better-gcs-wrapper button.gsc-search-button-v2 {
    background-color: #0066bf !important
}

.betterstudio-review .verdict .overall, .rating-bar span {
    background-color: #0066bf
}

.rating-stars span:before, .betterstudio-review .verdict .page-heading {
    color: #0066bf
}

body, body.boxed {
    background-color: #4bb5c1
}

@media(max-width:767px) {
    .main-wrap {
        background-color: #4bb5c1
    }
}

body {
    background-image: url(Background-JPG-1080-min.jpg);
    background-repeat: repeat
}

@media(max-width:767px) {
    .main-wrap {
        background-color: url(Background-JPG-1080-min.jpg);
        background-repeat: repeat
    }
}

.site-header .top-menu.menu > li > a, .topbar .topbar-sign-in {
    color: #efefef
}

.site-header.full-width .topbar, .site-header.boxed .topbar .topbar-inner {
    background-color: #0b0b0b
}

.site-header.full-width .topbar, .site-header.boxed .topbar .topbar-inner {
    border-color: #1e1e1e
}

.topbar .better-social-counter.style-button .social-item .item-icon {
    color: #b0b0b0
}

.topbar .better-social-counter.style-button .social-item:hover .item-icon {
    color: #e59719
}

.site-header.boxed .main-menu-wrapper .main-menu-container, .site-header.full-width .main-menu-wrapper {
    border-top-color: #edb81a
}

.site-header.header-style-1.boxed .main-menu-wrapper .main-menu-container, .site-header.header-style-1.full-width .main-menu-wrapper, .site-header.header-style-1 .better-pinning-block.pinned.main-menu-wrapper .main-menu-container {
    border-bottom-color: #dedede !important
}

.site-header.header-style-2.boxed .main-menu-wrapper .main-menu-container, .site-header.header-style-2.full-width .main-menu-wrapper, .site-header.header-style-2 .better-pinning-block.pinned.main-menu-wrapper .main-menu-container {
    border-bottom-color: #dedede !important
}

.site-header.header-style-3.boxed .main-menu-container, .site-header.full-width.header-style-3 .main-menu-wrapper {
    border-bottom-color: #dedede !important
}

.site-header.header-style-4.boxed .main-menu-container, .site-header.full-width.header-style-4 .main-menu-wrapper {
    border-bottom-color: #dedede !important
}

.site-header.header-style-5.boxed .header-inner, .site-header.header-style-5.full-width, .site-header.header-style-5.full-width > .bs-pinning-wrapper > .content-wrap.pinned {
    border-bottom-color: #dedede
}

.site-header.header-style-6.boxed .header-inner, .site-header.header-style-6.full-width, .site-header.header-style-6.full-width > .bs-pinning-wrapper > .content-wrap.pinned {
    border-bottom-color: #dedede
}

.site-header.header-style-7.boxed .main-menu-container, .site-header.full-width.header-style-7 .main-menu-wrapper {
    border-bottom-color: #dedede !important
}

.site-header.header-style-8.boxed .header-inner, .site-header.header-style-8.full-width, .site-header.header-style-8.full-width > .bs-pinning-wrapper > .content-wrap.pinned {
    border-bottom-color: #dedede
}

.site-header .shop-cart-container .cart-handler, .site-header .search-container .search-handler, .site-header .main-menu > li > a, .site-header .search-container .search-box .search-form .search-field {
    color: #fff
}

.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el, .site-header .off-canvas-menu-icon .off-canvas-menu-icon-el:after, .site-header .off-canvas-menu-icon .off-canvas-menu-icon-el:before {
    background-color: #fff
}

.site-header .search-container .search-box .search-form .search-field::-webkit-input-placeholder {
    color: #fff
}

.site-header .search-container .search-box .search-form .search-field::-moz-placeholder {
    color: #fff
}

.site-header .search-container .search-box .search-form .search-field:-ms-input-placeholder {
    color: #fff
}

.site-header .search-container .search-box .search-form .search-field:-moz-placeholder {
    color: #fff
}

.site-header .shop-cart-container:hover .cart-handler, .site-header .search-container:hover .search-handler, .site-header .main-menu > li:hover > a, .site-header .main-menu > li > a:hover, .site-header .main-menu > li.current-menu-item > a {
    color: #fff
}

.main-menu.menu > li:hover > a:before, .main-menu.menu .sub-menu li.current-menu-item:hover > a, .main-menu.menu .sub-menu > li:hover > a {
    background-color: #fff
}

.site-header.boxed.header-style-1 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-1 .main-menu-wrapper, .bspw-header-style-1.boxed > .bs-pinning-block.pinned.main-menu-wrapper .main-menu-container, .site-header.boxed.header-style-2 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-2 .main-menu-wrapper, .bspw-header-style-2.boxed > .bs-pinning-block.pinned.main-menu-wrapper .main-menu-container, .site-header.boxed.header-style-3 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-3 .main-menu-wrapper, .bspw-header-style-3.boxed > .bs-pinning-block.pinned.main-menu-wrapper .main-menu-container, .site-header.boxed.header-style-4 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-4 .main-menu-wrapper, .bspw-header-style-4.boxed > .bs-pinning-block.pinned.main-menu-wrapper .main-menu-container, .site-header.header-style-5 .content-wrap > .bs-pinning-wrapper > .bs-pinning-block, .site-header.header-style-5.full-width .content-wrap.pinned, .site-header.boxed.header-style-7 .main-menu-wrapper .main-menu-container, .site-header.full-width.header-style-7 .main-menu-wrapper, .bspw-header-style-7.boxed > .bs-pinning-block.pinned.main-menu-wrapper .main-menu-container {
    background-color: #f9b31b
}

.site-header.header-style-5 .header-inner, .site-header.header-style-5.full-width.stretched > .bspw-header-style-5 > .content-wrap, .site-header.header-style-5.full-width.stretched > .content-wrap, .site-header.header-style-6 .header-inner, .site-header.header-style-6.full-width.stretched > .bspw-header-style-6 > .content-wrap, .site-header.header-style-6.full-width.stretched > .content-wrap, .site-header.header-style-8 .header-inner, .site-header.header-style-8.full-width.stretched > .bspw-header-style-8 > .content-wrap, .site-header.header-style-8.full-width.stretched > .content-wrap {
    background-color: #f9b31b
}

.site-header.header-style-1, .site-header.header-style-2, .site-header.header-style-3, .site-header.header-style-4, .site-header.header-style-5.full-width, .site-header.header-style-5.boxed > .content-wrap > .container, .site-header.header-style-5 .bs-pinning-wrapper.bspw-header-style-5 > .bs-pinning-block, .site-header.header-style-6.full-width, .site-header.header-style-6.boxed > .content-wrap > .container, .site-header.header-style-6 .bs-pinning-wrapper.bspw-header-style-6 > .bs-pinning-block, .site-header.header-style-7, .site-header.header-style-8.full-width, .site-header.header-style-8.boxed > .content-wrap > .container, .site-header.header-style-8 .bs-pinning-wrapper.bspw-header-style-8 > .bs-pinning-block {
    background-color: #0066bf
}

.site-header.header-style-1, .site-header.header-style-2, .site-header.header-style-3, .site-header.header-style-4, .site-header.header-style-5.full-width, .site-header.header-style-5.boxed > .content-wrap > .container, .site-header.header-style-5 .bs-pinning-wrapper.bspw-header-style-5 > .bs-pinning-block, .site-header.header-style-6.full-width, .site-header.header-style-6.boxed > .content-wrap > .container, .site-header.header-style-6 .bs-pinning-wrapper.bspw-header-style-6 > .bs-pinning-block, .site-header.header-style-7, .site-header.header-style-8.full-width, .site-header.header-style-8.boxed > .content-wrap > .container, .site-header.header-style-8 .bs-pinning-wrapper.bspw-header-style-8 > .bs-pinning-block {
    background-image: url(media/Header-Background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/Header-Background.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/Header-Background.jpg',sizingMethod='scale')"
}

.single-post-content .entry-content a, .single-page-simple-content .entry-content a, .bbp-reply-content a, .bs-text a, .wpb_text_column a {
    color: #0066bf !important
}

.slider-style-15-container .listing-mg-5-item-big .content-container, .slider-style-15-container, .slider-style-13-container, .slider-style-11-container, .slider-style-9-container, .slider-style-7-container, .slider-style-4-container.slider-container-1col, .slider-style-3-container, .slider-style-5-container, .slider-style-2-container.slider-container-1col, .slider-style-1-container, .slider-style-17-container, .slider-style-19-container, .slider-style-20-container, .slider-style-21-container, .slider-style-22-container {
    background-color: rgba(255,255,255,.25) !important;
    margin-bottom: 0
}

.bf-breadcrumb.bc-before-slider-style-1, .bf-breadcrumb.bc-before-slider-style-3, .bf-breadcrumb.bc-before-slider-style-5, .bf-breadcrumb.bc-before-slider-style-7, .bf-breadcrumb.bc-before-slider-style-9, .bf-breadcrumb.bc-before-slider-style-11, .bf-breadcrumb.bc-before-slider-style-13, .bf-breadcrumb.bc-before-slider-style-15, .bf-breadcrumb.bc-before-slider-style-17, .bf-breadcrumb.bc-before-slider-style-19, .bf-breadcrumb.bc-before-slider-style-20, .bf-breadcrumb.bc-before-slider-style-21, .bf-breadcrumb.bc-before-slider-style-22, .bf-breadcrumb.bc-before-slider-style-23 {
    background-color: rgba(255,255,255,.25) !important
}

.site-footer .footer-widgets, .footer-widgets .section-heading.sh-t4.sh-s5 .h-text:after {
    background-color: #0066bf !important
}

.site-footer .section-heading.sh-t4.sh-s5 .h-text:before {
    border-top-color: #0066bf !important
}

.site-footer .footer-widgets .section-heading.sh-t1 .h-text, .footer-widgets .section-heading.sh-t4.sh-s3 .h-text:after, .footer-widgets .section-heading.sh-t4.sh-s1 .h-text:after, .footer-widgets .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:after, .footer-widgets .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:after, .footer-widgets .section-heading.sh-t3.sh-s8 > .main-link > .h-text:after, .footer-widgets .section-heading.sh-t3.sh-s8 > .h-text:last-child:first-child:before, .footer-widgets .section-heading.sh-t3.sh-s8 > a:last-child:first-child > .h-text:before, .footer-widgets .section-heading.sh-t3.sh-s8 > .main-link > .h-text:before, .footer-widgets .section-heading.sh-t3.sh-s8.bs-pretty-tabs .bs-pretty-tabs-container .bs-pretty-tabs-more.other-link .h-text, .footer-widgets .section-heading.sh-t3.sh-s8 > a > .h-text, .footer-widgets .section-heading.sh-t3.sh-s8 > .h-text, .footer-widgets .section-heading.sh-t6.sh-s7 > .main-link > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:after, .footer-widgets .section-heading.sh-t6.sh-s6 > .main-link > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:after, .footer-widgets .section-heading.sh-t7.sh-s1 > .main-link > .h-text, .footer-widgets .section-heading.sh-t7.sh-s1 > a:last-child:first-child > .h-text, .footer-widgets .section-heading.sh-t7.sh-s1 .h-text {
    background-color: #0066bf
}

.footer-widgets .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
    border-left-color: #0066bf
}

.footer-widgets .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .main-link > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:after, .footer-widgets .section-heading.sh-t6.sh-s4 > .main-link > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s4 > a:last-child:first-child > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s4 > .h-text:last-child:first-child:before {
    border-left-color: #0066bf
}

.footer-widgets .section-heading.sh-t6.sh-s7 > .main-link > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before, .footer-widgets .section-heading.sh-t6.sh-s6 > .main-link > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s6 > a:last-child:first-child > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s6 > .h-text:last-child:first-child:before, .footer-widgets .section-heading.sh-t6.sh-s5 > .main-link > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s5 > a:last-child:first-child > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s5 > .h-text:last-child:first-child:before {
    border-top-color: #0066bf
}

.footer-widgets .section-heading.sh-t6.sh-s7 > .main-link > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s7 > a:last-child:first-child > .h-text:before, .footer-widgets .section-heading.sh-t6.sh-s7 > .h-text:last-child:first-child:before {
    border-bottom-color: #0066bf
}

.ltr .footer-widgets .section-heading.sh-t6.sh-s8 > .main-link > .h-text:after, .ltr .footer-widgets .section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text:after, .ltr .footer-widgets .section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child:after {
    border-right-color: #0066bf
}

.rtl .footer-widgets .section-heading.sh-t6.sh-s8 > .main-link > .h-text:after, .rtl .footer-widgets .section-heading.sh-t6.sh-s8 > a:last-child:first-child > .h-text:after, .rtl .footer-widgets .section-heading.sh-t6.sh-s8 > .h-text:last-child:first-child:after {
    border-left-color: #0066bf
}

.site-footer:before {
    display: none
}

.copy-footer .content-wrap {
    overflow-x: auto
}

.site-footer .copy-footer .footer-menu-wrapper .footer-menu-container:before {
    display: none
}

.site-footer .copy-footer {
    background-color: #0f0f0f
}

.site-footer .footer-social-icons {
    background-color: #292929
}

.site-footer, .footer-widgets .section-heading.sh-t4.sh-s5 .h-text:after {
    background-color: #434343
}

    .site-footer .section-heading.sh-t4.sh-s5 .h-text:before {
        border-top-color: #434343
    }

.sidebar-column > aside > *, .bs-vc-sidebar-column > .bs-vc-wrapper > *, .post-related {
    background: rgba(191,191,191,0);
    padding: 20px
}

.sidebar-column > aside > .bsac, .sidebar-column > aside > .widget_better-ads, .bs-vc-sidebar-column > .bs-vc-wrapper > .bsac, .bs-vc-sidebar-column > .bs-vc-wrapper > .widget_better-ads {
    background: transparent;
    padding: inherit
}

.section-heading.sh-t2:after {
    background-color: #0066bf
}

.section-heading.sh-t2 a.active, .section-heading.sh-t2 .main-link:first-child:last-child .h-text {
    color: #444
}

    .section-heading.sh-t2 > .h-text, .section-heading.sh-t2 a:hover .h-text, .section-heading.sh-t2 a.active .h-text {
        color: #444444 !important
    }

.term-badges.floated a {
    color: #fff
}

.entry-content a.read-more, a.read-more, .listing-item-classic:hover a.read-more, .listing-item-blog:hover a.read-more {
    background-color: #434343 !important
}

.bs-slider-2-item .content-container a.read-more, .bs-slider-3-item .content-container a.read-more {
    border-color: #434343
}

body.bs-theme, body.bs-theme .btn-bs-pagination, body.bs-theme .body-typo {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    text-align: inherit;
    text-transform: inherit;
    color: #7b7b7b
}

.post-meta, .post-meta a {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
    color: #a0a0a0
}

.listing-mg-item.listing-mg-5-item .post-meta.post-meta .views.views.views {
    font-family: 'Barlow';
    font-weight: 500 !important;
    font-size: 13px;
    text-transform: none;
    color: #a0a0a0 !important
}

.post-meta .post-author {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize
}

.term-badges .format-badge, .term-badges .term-badge, .main-menu .term-badges a {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4px
}

.heading-typo, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .header .site-branding .logo, .search-form input[type="submit"], .widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_nav_menu ul.menu, .widget.widget_pages ul li, .widget.widget_recent_entries li a, .widget .tagcloud a, .widget.widget_calendar table caption, .widget.widget_rss li .rsswidget, .listing-widget .listing-item .title, button, html input[type="button"], input[type="reset"], input[type="submit"], input[type="button"], .pagination, .site-footer .footer-social-icons .better-social-counter.style-name .social-item, .section-heading .h-text, .entry-terms a, .single-container .post-share a, .comment-list .comment-meta .comment-author, .comments-wrap .comments-nav, .main-slider .content-container .read-more, a.read-more, .single-page-content > .post-share li, .single-container > .post-share li, .better-newsticker .heading, .better-newsticker ul.news-list li {
    font-family: 'Barlow';
    font-weight: 600;
    text-transform: inherit
}

h1, .h1, .heading-1 {
    font-size: 34px
}

h2, .h2, .heading-2 {
    font-size: 26px
}

h2, .h2, .heading-2 {
    color: #0066bf
}

h3, .h3, .heading-3 {
    font-size: 21px
}

h3, .h3, .heading-3 {
    color: #0066bf
}

h4, .h4, .heading-4 {
    font-size: 20px
}

h4, .h4, .heading-4 {
    color: #0066bf
}

h5, .h5, .heading-5 {
    font-size: 18px
}

h5, .h5, .heading-5 {
    color: #0066bf
}

h6, .h6, .heading-6 {
    font-size: 15px
}

h6, .h6, .heading-6 {
    color: #0066bf
}

.single-post-title {
    font-family: 'Barlow';
    font-weight: 700;
    text-transform: none
}

.post-template-1 .single-post-title {
    font-size: 33px
}

.post-tp-2-header .single-post-title {
    font-size: 33px
}

.post-tp-3-header .single-post-title {
    font-size: 33px
}

.post-tp-4-header .single-post-title {
    font-size: 26px
}

.post-tp-5-header .single-post-title {
    font-size: 26px
}

.post-template-6 .single-post-title {
    font-size: 24px
}

.post-tp-7-header .single-post-title {
    font-size: 24px
}

.post-template-8 .single-post-title {
    font-size: 24px
}

.post-template-9 .single-post-title {
    font-size: 24px
}

.post-template-10 .single-post-title, .ajax-post-content .single-post-title.single-post-title {
    font-size: 33px
}

.post-tp-11-header .single-post-title {
    font-size: 25px
}

.post-tp-12-header .single-post-title {
    font-size: 22px
}

.post-template-13 .single-post-title {
    font-size: 22px
}

.post-template-14 .single-post-title {
    font-size: 24px
}

.post-subtitle {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    text-transform: inherit
}

.entry-content {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-align: inherit;
    text-transform: initial;
    color: #4a4a4a
}

.post-summary {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 23px;
    font-size: 15px;
    text-align: inherit;
    text-transform: initial;
    color: #4a4a4a
}

.single-post-excerpt {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    text-align: inherit;
    text-transform: initial
}

.main-menu li > a, .main-menu li, .off-canvas-menu > ul > li > a {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 17px;
    text-align: inherit;
    text-transform: uppercase
}

.main-menu.menu .sub-menu > li > a, .main-menu.menu .sub-menu > li, .rh-header .menu-container .resp-menu li > a, .rh-header .menu-container .resp-menu li, .mega-menu.mega-type-link-list .mega-links li > a, ul.sub-menu.bs-pretty-tabs-elements .mega-menu.mega-type-link .mega-links > li > a, .off-canvas-menu li > a {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 15px;
    text-align: inherit;
    text-transform: none
}

.top-menu.menu > li > a, .top-menu.menu > li > a:hover, .top-menu.menu > li, .topbar .topbar-sign-in {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 11px;
    text-align: inherit;
    text-transform: uppercase
}

.top-menu.menu .sub-menu > li > a, .top-menu.menu .sub-menu > li {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 11px;
    text-align: inherit;
    text-transform: none
}

.topbar .topbar-date {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize
}

.archive-title .pre-title {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 14px;
    text-align: inherit;
    text-transform: capitalize;
    letter-spacing: .5px
}

.archive-title .page-heading {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 36px;
    text-align: inherit;
    text-transform: capitalize;
    color: #383838
}

.listing-item .post-subtitle {
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 18px;
    text-align: inherit;
    text-transform: inherit;
    color: #565656
}

.listing-item-classic-1 .title {
    font-family: 'Barlow';
    font-weight: 600;
    line-height: 27px;
    font-size: 21px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-classic-1 .post-subtitle {
    font-size: 17px
}

.listing-item-classic-2 .title {
    font-family: 'Barlow';
    font-weight: 600;
    line-height: 27px;
    font-size: 21px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-classic-2 .post-subtitle {
    font-size: 17px
}

.listing-item-classic-3 .title {
    font-family: 'Barlow';
    font-weight: 600;
    line-height: 26px;
    font-size: 20px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-classic-3 .post-subtitle {
    font-size: 17px
}

.listing-mg-1-item .content-container, .listing-mg-1-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 22px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff
}

.listing-mg-1-item .post-subtitle {
    font-size: 15px
}

.listing-mg-2-item .content-container, .listing-mg-2-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 22px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff
}

.listing-mg-2-item .post-subtitle {
    font-size: 15px
}

.listing-mg-3-item .content-container, .listing-mg-3-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 17px;
    text-align: inherit;
    text-transform: none;
    color: #fff
}

.listing-mg-4-item .content-container, .listing-mg-4-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 18px;
    text-align: inherit;
    text-transform: capitalize
}

.listing-mg-4-item .post-subtitle {
    font-size: 16px
}

.listing-mg-5-item-big .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize
}

.listing-mg-5-item-small .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize
}

.listing-mg-5-item .post-subtitle {
    font-size: 15px
}

.listing-mg-6-item .content-container, .listing-mg-6-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 21px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff
}

.listing-mg-6-item .post-subtitle {
    font-size: 16px
}

.listing-mg-7-item .content-container, .listing-mg-7-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 26px;
    text-align: inherit;
    text-transform: none;
    color: #fff
}

.listing-mg-7-item .post-subtitle {
    font-size: 15px
}

.listing-mg-8-item .content-container, .listing-mg-8-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 22px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff
}

.listing-mg-8-item .post-subtitle {
    font-size: 15px
}

.listing-mg-9-item .content-container, .listing-mg-9-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 22px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff
}

.listing-mg-9-item .post-subtitle {
    font-size: 15px
}

.listing-mg-10-item .content-container, .listing-mg-10-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 24px;
    text-align: inherit;
    text-transform: capitalize;
    color: #fff
}

.listing-mg-10-item .post-subtitle {
    font-size: 16px
}

.listing-item-grid-1 .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 22px;
    font-size: 15px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-grid-1 .post-subtitle {
    font-size: 15px
}

.listing-item-grid-2 .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 22px;
    font-size: 17px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-grid-2 .post-subtitle {
    font-size: 15px
}

.listing-item-tall-1 .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-tall-1 .post-subtitle {
    font-size: 14px
}

.listing-item-tall-2 .title, .listing-item-tall-2 .title a {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    color: #161616
}

.listing-item-tall-2 .post-subtitle {
    font-size: 14px
}

.bs-slider-1-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 30px;
    font-size: 26px;
    text-align: inherit;
    text-transform: none
}

.bs-slider-1-item .post-subtitle {
    font-size: 15px
}

.bs-slider-2-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 28px;
    font-size: 21px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.bs-slider-2-item .post-subtitle {
    font-size: 15px
}

.bs-slider-3-item .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 28px;
    font-size: 21px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.bs-slider-3-item .post-subtitle {
    font-size: 15px
}

.bs-box-1 .box-title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 25px;
    font-size: 18px;
    text-align: inherit;
    text-transform: none
}

.bs-box-2 .box-title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
    text-align: inherit;
    text-transform: uppercase
}

.bs-box-3 .box-title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 20px;
    font-size: 17px;
    text-align: inherit;
    text-transform: uppercase
}

.bs-box-4 .box-title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 20px;
    font-size: 17px;
    text-align: inherit;
    text-transform: uppercase
}

.listing-item-blog-1 > .item-inner > .title, .listing-item-blog-2 > .item-inner > .title, .listing-item-blog-3 > .item-inner > .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 23px;
    font-size: 18px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-blog-1 > .item-inner > .post-subtitle, .listing-item-blog-2 > .item-inner > .post-subtitle, .listing-item-blog-3 > .item-inner > .post-subtitle {
    font-size: 15px
}

.listing-item-blog-5 > .item-inner > .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-blog-5 .post-subtitle {
    font-size: 15px
}

.listing-item-tb-3 .title, .listing-item-tb-1 .title {
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 19px;
    font-size: 14px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-tb-3 .post-subtitle, .listing-item-tb-1 .post-subtitle {
    font-size: 13px
}

.listing-item-tb-2 .title {
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 17px;
    font-size: 13px;
    text-align: inherit;
    text-transform: none;
    color: #161616
}

.listing-item-tb-2 .post-subtitle {
    font-size: 13px
}

.listing-item-text-1 .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #161616
}

.listing-item-text-1 .post-subtitle {
    font-size: 14px
}

.listing-item-text-2 .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 19px;
    font-size: 14px;
    text-align: inherit;
    text-transform: capitalize;
    color: #161616
}

.listing-item-text-2 .post-subtitle {
    font-size: 14px
}

.listing-item-text-3 .title, .listing-item-text-4 .title {
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    text-align: inherit;
    text-transform: inherit;
    color: #161616
}

.section-heading .h-text {
    font-family: 'Oswald';
    font-weight: 500;
    line-height: 32px;
    font-size: 15px;
    text-transform: uppercase
}

.site-footer .copy-footer .menu {
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 50px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff
}

.site-footer .copy-footer .container {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 19px;
    font-size: 13px
}

.post-meta .views.rank-default, .single-post-share .post-share-btn.post-share-btn-views.rank-default {
    color: !important
}

.post-meta .views.rank-500, .single-post-share .post-share-btn.post-share-btn-views.rank-500 {
    color: #edaa02 !important
}

.post-meta .views.rank-1000, .single-post-share .post-share-btn.post-share-btn-views.rank-1000 {
    color: #d88531 !important
}

.post-meta .views.rank-2000, .single-post-share .post-share-btn.post-share-btn-views.rank-2000 {
    color: #c44b2d !important
}

.post-meta .views.rank-3500, .single-post-share .post-share-btn.post-share-btn-views.rank-3500 {
    color: #d40808 !important
}

.post-meta .share.rank-50, .single-post-share .post-share-btn.rank-50 {
    color: #edaa02 !important
}

.post-meta .share.rank-100, .single-post-share .post-share-btn.rank-100 {
    color: #d88531 !important
}

.post-meta .share.rank-200, .single-post-share .post-share-btn.rank-200 {
    color: #c44b2d !important
}

.post-meta .share.rank-300, .single-post-share .post-share-btn.rank-300 {
    color: #d40808 !important
}

.site-header .sidebar .bsac {
    padding: 0 0 5px;
    margin: 0
}

    .site-header .sidebar .bsac:last-child {
        padding-bottom: 0
    }

    .site-header .sidebar .bsac .bsac-container {
        margin-bottom: 0
    }

    .site-header .sidebar .bsac .bsac-caption, .site-header .sidebar .bsac .bsac-empty-note {
        display: none
    }

.site-header .bsac {
    margin-bottom: 0
}

    .site-header .bsac .bsac-caption {
        display: none !important
    }

.mega-type-page-builder .bsac:last-child {
    margin-bottom: 0
}

.site-header.header-stype-2 .sidebar .bsac {
    text-align: right
}

.site-header.header-stype-3 .sidebar .bsac {
    text-align: right
}

.bsac .bsac-container:last-child {
    margin-bottom: 0
}

.widget .bsac {
    margin-bottom: 0
}

.single-post-content .bsac {
    margin-bottom: 12px
}

.bsac.bsac-after-related {
    margin-bottom: 0;
    margin-top: 35px
}

.bsac.bsac-after-header {
    margin-bottom: 0
}

    .bsac.bsac-after-header .bsac-caption {
        display: none
    }

    .bsac.bsac-after-header .bsac-container:first-child, .bsac.bsac-after-header.bsac-column-2 .bsac-container:nth-child(2), .bsac.bsac-after-header.bsac-column-3 .bsac-container:nth-child(2), .bsac.bsac-after-header.bsac-column-3 .bsac-container:nth-child(3) {
        margin-top: 20px
    }

.bf-breadcrumb.bc-top-style + .adcontainer .bsac.bsac-after-header .bsac-container:first-child, .bf-breadcrumb.bc-top-style + .adcontainer .bsac.bsac-after-header.bsac-column-2 .bsac-container:nth-child(2), .bf-breadcrumb.bc-top-style + .adcontainer .bsac.bsac-after-header.bsac-column-3 .bsac-container:nth-child(2), .bf-breadcrumb.bc-top-style + .adcontainer .bsac.bsac-after-header.bsac-column-3 .bsac-container:nth-child(3) {
    margin-top: 10px
}

.bsac.bsac-after-header .bsac-container:last-child, .bsac.bsac-after-header.bsac-column-2 .bsac-container:nth-last-child(2), .bsac.bsac-after-header.bsac-column-3 .bsac-container:nth-last-child(2), .bsac.bsac-after-header.bsac-column-3 .bsac-container:nth-last-child(3) {
    margin-bottom: -4px
}

.bsac.bsac-above-post-box {
    margin-bottom: 15px
}

    .bsac.bsac-above-post-box.bsac-above-post-box-tmargine {
        margin-top: 20px
    }

    .bsac.bsac-above-post-box.bsac-above-post-box-tmargine2 {
        margin-top: -15px;
        margin-bottom: 27px
    }

    .bsac.bsac-above-post-box.bsac-above-post-box-tmargine2 {
        margin-top: 0
    }

.bsac.bsac-between-thumbnail-title.bsac-between-thumbnail-title {
    margin-bottom: 20px
}

.post-tp-12-header .bsac.bsac-between-thumbnail-title.bsac-between-thumbnail-title {
    margin-top: 25px
}

.post-tp-15-header .bsac.bsac-between-thumbnail-title.bsac-between-thumbnail-title {
    margin-top: 25px
}

.main-wrap > .container.adcontainer + .content-container {
    margin-top: 20px
}

@media(min-width:1140px) {
    .bsac.bsac-after-header.bsac-show-desktop + .content-wrap .entry-content > .vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important
    }

    .bsac.bsac-after-header.bsac-show-desktop ~ .post-header.post-tp-12-header, .bsac.bsac-after-header.bsac-show-desktop ~ .post-header.post-tp-2-header, .bsac.bsac-after-header.bsac-show-desktop ~ .post-header.post-tp-4-header, .bsac.bsac-after-header.bsac-show-desktop ~ .post-header.post-tp-7-header {
        margin-top: 25px
    }
}

@media(min-width:1019px) and (max-width:1140px) {
    .bsac.bsac-after-header.bsac-show-tablet-landscape + .content-wrap .entry-content > .vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important
    }

    .bsac.bsac-after-header.bsac-show-tablet-landscape ~ .post-header.post-tp-12-header, .bsac.bsac-after-header.bsac-show-tablet-landscape ~ .post-header.post-tp-2-header, .bsac.bsac-after-header.bsac-show-tablet-landscape ~ .post-header.post-tp-4-header, .bsac.bsac-after-header.bsac-show-tablet-landscape ~ .post-header.post-tp-7-header {
        margin-top: 25px
    }
}

@media(min-width:768px) and (max-width:1018px) {
    .bsac.bsac-after-header.bsac-show-tablet-portrait + .content-wrap .entry-content > .vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important
    }

    .bsac.bsac-after-header.bsac-show-tablet-portrait ~ .post-header.post-tp-12-header, .bsac.bsac-after-header.bsac-show-tablet-portrait ~ .post-header.post-tp-2-header, .bsac.bsac-after-header.bsac-show-tablet-portrait ~ .post-header.post-tp-4-header, .bsac.bsac-after-header.bsac-show-tablet-portrait ~ .post-header.post-tp-7-header {
        margin-top: 25px
    }
}

@media(max-width:767px) {
    .bsac.bsac-after-header.bsac-show-phone + .content-wrap .entry-content > .vc_row.vc_row-has-fill:first-child {
        margin-top: 0 !important
    }

    .bsac.bsac-after-header.bsac-show-phone ~ .post-header.post-tp-12-header, .bsac.bsac-after-header.bsac-show-phone ~ .post-header.post-tp-2-header, .bsac.bsac-after-header.bsac-show-phone ~ .post-header.post-tp-4-header, .bsac.bsac-after-header.bsac-show-phone ~ .post-header.post-tp-7-header {
        margin-top: 25px
    }

    .bsac.bsac-above-post-box.bsac-above-post-box-tmargine {
        margin-top: 20px
    }
}

.bsac.bsac-before-footer {
    margin-bottom: 0
}

    .bsac.bsac-before-footer .bsac-caption {
        display: none
    }

    .bsac.bsac-before-footer .bsac-container:first-child, .bsac.bsac-before-footer.bsac-column-2 .bsac-container:nth-child(2), .bsac.bsac-before-footer.bsac-column-3 .bsac-container:nth-child(2), .bsac.bsac-before-footer.bsac-column-3 .bsac-container:nth-child(3) {
        margin-top: 20px
    }

    .bsac.bsac-before-footer .bsac-container:last-child, .bsac.bsac-before-footer.bsac-column-2 .bsac-container:nth-last-child(2), .bsac.bsac-before-footer.bsac-column-3 .bsac-container:nth-last-child(2), .bsac.bsac-before-footer.bsac-column-3 .bsac-container:nth-last-child(3) {
        margin-bottom: 20px
    }

    .bsac.bsac-before-footer.bsac-column-1 .bsac-container.bsac-type-code:last-child, .bsac.bsac-before-footer.bsac-column-2 .bsac-container.bsac-type-code:nth-last-child(2), .bsac.bsac-before-footer.bsac-column-3 .bsac-container.bsac-type-code:nth-last-child(2), .bsac.bsac-before-footer.bsac-column-3 .bsac-container.bsac-type-code:nth-last-child(3) {
        margin-bottom: 14px
    }

.bsac.bsac-ajaxed-related {
    padding: 20px 0;
    margin-bottom: -15px
}

.bsac.bsac-post-before-author {
    margin-bottom: 0
}

.bsac.bsac-before-header {
    margin-bottom: 0 !important;
    padding: 20px 0;
    position: relative
}

    .bsac.bsac-before-header:before {
        content: '';
        display: inline-block;
        position: fixed;
        height: 400px;
        top: -400px;
        left: 0;
        right: 0;
        width: 100%
    }

.bsac.bsac-after-footer {
    margin-bottom: 0 !important;
    padding: 20px 0;
    position: relative
}

    .bsac.bsac-after-footer:after {
        content: '';
        display: inline-block;
        position: fixed;
        height: 400px;
        bottom: -400px;
        left: 0;
        right: 0;
        width: 100%
    }

.ltr .bs-sks .bs-sksiteml .bsac, .rtl .bs-sks .bs-sksitemr .bsac {
    float: right
}

.ltr .bs-sks .bs-sksitemr .bsac, .rtl .bs-sks .bs-sksiteml .bsac {
    float: left
}

.bs-sks .bsac:last-child {
    margin-bottom: 0
}

.listing-item > .bsac {
    margin-bottom: 0
}

@media print {
    .bsac {
        display: none !important
    }
}

.mobileview-top {
    margin-top: 5px !important
}

.spins-amount {
    font-size: 25px !important;
    color: #0065BF !important
}

.spins-text {
    font-size: small;
    color: #000000 !important
}

p.spins-text {
    color: #000 !important
}

.bonus-amount {
    font-size: 25px !important;
    color: #0066bf !important
}

.rtp-amount {
    font-size: 25px !important;
    color: #67213a !important
}

.li a.showfatcs.quickftc.quick-facts-btn {
    background: #FFF
}

.bonus-text {
    font-size: small;
    margin-bottom: 0 !important
}

.play-now-btn {
    font-weight: 600;
    background-color: #CC0E37 !important;
    letter-spacing: 1px
}

.play-now-btn-mobile {
    width: 300px !important;
    border: 6px solid #CC0E37;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700
}

.quick-facts-btn {
    color: #fff !important
}

.review-btn {
    color: #fff !important
}

.svg-inline--fa {
    margin-right: 10px !important
}

.icon-check-color {
    color: #0066bf
}

.icon-star-color {
    color: #FFA500
}

.row {
    display: flex;
    flex-wrap: wrap
}

.filter {
    border-radius: 5px
}

    .filter input {
        background: #fff
    }

.tablistcontainer .bonus {
    text-align: center
}

    .tablistcontainer .bonus ul {
        display: inline-block;
        text-align: left;
        width: 100%;
        margin: 0 auto
    }

.bonus ul li {
    position: relative
}

.h_features p {
    padding-right: 65px
}

.qinfotext, .qinfoanswer, .qtoptitle {
    font-size: 14px
}

.casino_field_2.ribbon {
    border: 1px solid #ccc;
    border-radius: 40px;
    display: table;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
    position: absolute;
    bottom: 0;
    left: 248px;
    width: auto;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:400px) {
    .tabheading {
        display: none
    }

    .quickfacts ul.visitlink {
        display: block !important
    }

    .filter a {
        font-size: 13px !important
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:992px) {
    .col-lg-1 {
        flex: 0 0 10%;
        max-width: 10%;
        display: inline-block
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        display: inline-block
    }

    .col-lg-22 {
        flex: 0 0 22%;
        max-width: 22%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        display: inline-block;
        max-width: 33.333333%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width:991px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: inline-block;
        max-width: 100%
    }

    .col-md-3 {
        display: inline-block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:1099px) and (min-width:768px) {
    .wrap, .main-content.fullwidth {
        width: 100% !important
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
}

@media(max-width:767px) {
    .col-sm-6 {
        display: inline-block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

a {
    text-decoration: none !important
}

.quickfacts {
    margin: 0
}

.termstext.mobileview {
    width: 100%
}

.termstext {
    width: 100%;
    margin-top: 10px
}

.toplistrow {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    position: relative
}

.tabmobile .fa-chevron-right {
    display: none
}

.rotate90 {
    transform: rotate(90deg)
}

.showdefault {
    display: block
}

.hidedefault {
    display: none
}

.disptabcontent, .disptabcontentadd {
    display: block
}

.tablist {
    padding: 0 0
}

.tab.row {
    align-items: center;
    width: 100%;
    margin: 0
}

    .tab.row [class*='col-'] {
        padding: 0
    }

.brand {
    text-align: center
}

    .brand a {
        display: inline-block
    }

.termstext {
    background: #f4f8fb;
    padding: 10px 25px;
    font-size: 10px;
    color: #737070
}

.qtoptitle i {
    color: #fddb3a;
    padding-right: 10px
}

.factor {
    text-align: center
}

    .factor p {
        font-weight: 600
    }

.bonus ul li {
    list-style: none
}

.bonus ul {
    padding-left: 0;
    margin: 0;
    padding: 0
}

.rating {
    text-align: center
}

    .rating ul li {
        list-style: none
    }

        .rating ul li:first-child {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px
        }

        .rating ul li.points {
            margin-top: 5px;
            font-weight: 600;
            background: #0066bf;
            display: inline-block;
            padding: 2px 6px;
            border-radius: 25px;
            color: #fff;
            margin-top: 9px
        }

            .rating ul li.points i {
                font-size: 14px;
                border-radius: 50%;
                padding: 5px 0;
                color: #fddb3a;
                margin-right: 4px
            }

ul.visitlink li a {
    background-color: #0066bf;
    color: #fff;
    margin: 2px;
    padding: 8px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    width: 90%
}

a#facts {
    background: #0066bfb8
}

    a#facts:hover {
        background: #003754;
        color: #fff
    }

.rating ul {
    padding: 0;
    margin: 0
}

ul.visitlink li {
    list-style: none
}

ul.visitlink {
    margin: 0;
    padding: 0
}

.bonus ul li:before {
    content: "\f058";
    position: absolute;
    left: -21px;
    line-height: 1.8;
    font-family: fontawesome;
    font-display: swap;
    color: #0066bf
}

.cashback p {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0 !important;
    text-align: center;
    font-weight: 600
}

.filter input {
    padding: 15px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    width: 100%;
    height: 40px
}

    .filter input:focus {
        outline: none
    }

.filter a {
    display: inline-block;
    background: #ffffff26;
    padding: 6px;
    line-height: 30px;
    border-radius: 50px;
    color: #fff;
    height: 40px;
    width: 100%;
    margin: 0;
    background: #0066bf;
    text-align: center
}

    .filter a:hover, .filter a.active {
        background: #013e6b;
        color: #fff
    }

.filter {
    padding: 10px 0;
    background: linear-gradient(45deg,#2A5C8C 0%,#701A3A 100%)
}

.qfactsbottom ul.visitlink li {
    display: inline-block;
    margin: 0 5px
}

    .qfactsbottom ul.visitlink li a {
        width: 100%;
        color: #FFFFFF !important
    }

.quickfacts {
    display: none
}

.qtoptitle {
    color: #003761;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 0
}

.summary_info_inner {
    font-size: 13px
}

.qinfo {
    display: flex;
    padding: 7px
}

.list_gameprovider li:nth-child(odd), .list_paymentprovider li:nth-child(odd) {
    background: #2678b40d
}

.list_gameprovider li, .list_paymentprovider li {
    margin: 0 !important;
    padding: 7px;
    font-size: 13px
}

.list_gameprovider, .list_paymentprovider {
    margin: 0 !important;
    padding: 0 !important
}

.qinfotext {
    display: inline-block;
    width: auto;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    font-size: 13px
}

.qinfoanswer {
    display: inline-block;
    width: 100%;
    word-break: break-all;
    font-weight: 700;
    text-align: right;
    font-size: 13px
}

.qinfo:nth-child(odd) {
    background: #2678b40d
}

.qfactsbottom {
    background: #f4f8fb;
    padding: 10px 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    clear: both
}

.qbottomleft {
    width: 60%;
    display: inline-block
}

.qbottomright {
    width: 40%;
    display: inline-block;
    text-align: right
}

.qwebsite {
    color: #003761;
    font-weight: 700;
    margin-bottom: 3px
}

.quickfacts.showdiv {
    display: flex;
    width: 100%;
    margin: 0
}

.mobileview {
    display: none
}

.filter .row {
    width: 100%;
    margin: 0
}

.quickfacts.show {
    display: inline-flex;
    width: 100%;
    margin: 0
}

.tabheading .row p {
    margin: 0;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 600
}

.tabheading .row {
    background: #f4f8fb;
    width: 100%;
    margin: 20px 0 0;
    align-items: center;
    border-top-left-radius: 5px;
    padding: 15px 0;
    border-top-right-radius: 5px
}

@media(min-width:768px) and (max-width:1024px) {
    .shortdiv {
        max-width: 33.666667% !important
    }
}

@media(max-width:767px) {
    .tabheading {
        display: none
    }
}

@media(max-width:1199px) {
    .casino_field_1 {
        left: 1em !important
    }

    .filter a {
        width: 136px;
        margin: 0 11px;
        display: block
    }
}

@media(max-width:1100px) {
    .rating ul li:first-child {
        font-size: 12px
    }

    ul.visitlink li a {
        padding: 7px 10px;
        margin: 3px 5px
    }

    .bonus ul li {
        font-size: 13px
    }
}

@media(max-width:991px) {
    .casino_field_1 {
        left: -10px !important
    }

    .brand {
        display: inline-block;
        left: 31px
    }

    .bonus, .rating, .desktop {
        display: none
    }

    .qbottomleft {
        width: 50%
    }

    .qbottomright {
        width: 50%
    }

    .termstext {
        display: none
    }

        .termstext.mobileview {
            display: block;
            border-top: 1px solid #e6e6e6
        }

    .filter a {
        margin: 10px 0;
        width: 100%
    }

    .tabheading .row p {
        font-size: 15px
    }

    .h_features, .h_ratings {
        display: none
    }
}

@media(min-width:991px) {
    .tabletview {
        display: none
    }
}

@media(max-width:767px) {
    .tabletview {
        display: none
    }
}

@media(min-width:767px) {
    .desktopview {
        display: none
    }
}

@media(min-width:991px) {
    .desktopview {
        display: flex
    }
}

@media(max-width:991px) {
    .h_freespin {
        display: none
    }

    .h_bonus {
        display: none
    }
}

@media(max-width:767px) {
    .brand {
        display: block;
        left: auto
    }

    .qfactsbottom {
        padding: 10px 15px
    }

    ul.visitlink li a {
        margin: 15px auto 10px;
        width: 250px;
        display: table
    }

    .bonus, .rating, .desktop {
        display: block
    }

    .qbottomright, .qbottomleft {
        width: 100%;
        margin: 0
    }

    .qfactsbottom ul.visitlink li {
        width: 100%;
        margin: 0 1px
    }

    .rating ul {
        text-align: left
    }

    .mobileview {
        display: inline-flex;
        width: 100%;
        margin: 0 auto
    }

    .desktopview {
        display: none
    }

    .tab.row {
        align-items: flex-end;
        border-bottom: 1px solid #f4f4f4
    }

    ul.visitlink {
        padding-bottom: 10px
    }

    .rating ul li:first-child, .factor, .cashback {
        text-align: left
    }

        .cashback p {
            width: 100%;
            text-align: left
        }

    .brandinfo ul.visitlink {
        text-align: center
    }

    .rating ul li.points {
        margin-left: 5px
    }

    .col-5.brandinfo {
        border-right: 1px solid #f4f4f4
    }

    li.casino_name {
        border-bottom: 1px solid #f4f4f4;
        padding: 6px;
        font-size: 15px !important;
        font-weight: 700 !important
    }

    .factor p {
        margin: 0
    }

    .rightlist {
        padding: 6px 6px 0
    }

    .cashback {
        min-height: 50px
    }

    .quickfacts ul.visitlink {
        padding: 0;
        width: 100%;
        display: flex
    }

    .rightlist ul.visitlink a {
        background: #0062ad !important;
        color: #fff !important;
        border-color: #0062ad !important
    }

        .rightlist ul.visitlink a:hover {
            background: #0062ad !important;
            color: #fff !important;
            border-color: #0062ad !important
        }

    .filter a {
        padding: 6px;
        height: 40px;
        width: 98%;
        margin: 7px 0;
        display: block
    }

    .rating ul li:first-child, .factor, .cashback {
        min-height: 42px !important
    }

    ul.visitlink {
        width: 100%
    }

    .filter input {
        margin-bottom: 4px
    }

    .tabheading .row p {
        text-align: left
    }

    .brand img {
        max-width: 100% !important;
        height: auto !important;
        padding: 10px
    }

    .brand {
        height: 140px
    }

    .rating ul li {
        float: left;
        border: none
    }

        .rating ul li.points, .rating ul li.points i {
            font-size: 10px
        }

    .rightlist {
        float: left;
        display: block;
        width: 100%
    }

    .brand {
        background-color: #0C2629;
        position: relative;
        border-top-left-radius: 5px
    }

    .rating ul li.points {
        margin-top: 5px !important;
        float: right;
        margin-right: 10px;
        padding: 0 10px;
        border-radius: 20px
    }

    .rating .casino_name {
        font-size: 14px !important;
        font-family: 'Titillium Web';
        font-weight: 600 !important;
        font-display: swap
    }

    .tablistcontainer {
        margin-top: 10px
    }

    .rating {
        float: left;
        clear: both
    }

    .tabmobile .fa-chevron-right {
        display: block;
        -webkit-backface-visibility: hidden
    }

    .disptabcontent, .disptabcontentadd {
        display: none
    }
}

@media(max-width:550px) {
    .qbottomleft, .qbottomright {
        width: 100%
    }

    .quickfacts ul.visitlink li a {
        width: 100%;
        margin: 5px 0
    }

    .qfactsbottom ul.visitlink li {
        font-size: 15px
    }

    .quickfacts ul {
        margin-top: 10px
    }

    li.casino_name {
        font-size: 3vw !important
    }

    .filter [class*='col-'] {
        padding: 0 5px
    }
}

.sortingbtn {
    color: white !important
}

p {
    margin: 0
}

@charset "UTF-8";

:root {
    --star-size: 20px;
    --star-color: #fff;
    --star-background: #fc0;
    --star-border: 1px solid #525252
}

.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1
}

    .stars::before {
        content: "★★★★★";
        letter-spacing: 3px;
        background: linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
