/*
Theme Name: Tube Inside
Theme URI: https://forobeta.com/members/zarat.83293/
Author: Zarat
Author URI: https://forobeta.com/members/zarat.83293/
Description: Tube Inside, diseño para contenido multimedia.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, clon :B;
*/
.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145,151,162,.25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width: 960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap:nowrap
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap:nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width: 600px) {
    .wp-block-column {
        flex-basis:calc(50% - 16px);
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left:32px
    }
}

.wp-block-cover,.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
        display:flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
        width:auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
        height:100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
        width:calc((100% - 32px)/3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width:calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width:calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table.has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table.has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table.has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit:cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,.has-larger-font-size {
    font-size: 42px
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors,div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before,span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(//www.puritanas.com/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

#cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center
}

.cn-top {
    top: 0
}

.cn-bottom {
    bottom: 0
}

.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cookie-notice-revoke-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cn-top .cookie-notice-revoke-container {
    top: 0;
    bottom: auto
}

#cookie-notice .cn-revoke-cookie {
    margin: 0
}

.cn-button.wp-default,.cn-button.wp-default:hover,.cn-button.bootstrap,.cn-button.bootstrap:hover {
    box-shadow: none;
    text-decoration: none
}

#cookie-notice .cn-button {
    margin-left: 10px
}

.cn-button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none
}

.cn-button.wp-default:hover {
    background: linear-gradient(to bottom,#FFFFFF,#F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999;
    color: #222
}

.cn-button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: .3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top,#0088cc,#0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
    background-image: -webkit-linear-gradient(top,#0088cc,#0044cc);
    background-image: -o-linear-gradient(top,#0088cc,#0044cc);
    background-image: linear-gradient(to bottom,#0088cc,#0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none
}

.cn-button.bootstrap:hover {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}

@media all and (max-width: 900px) {
    .cookie-notice-container #cn-notice-text {
        display:block;
        margin-bottom: 5px
    }

    #cookie-notice .cn-button {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (min-width: 1024px) {
    .wabtn_container {
        display:none
    }
}

.wabtn_container {
    margin-bottom: 10px
}

.wabtn {
    /*background-image: url(//www.puritanas.com/wp-content/plugins/whatsapp/images/whatsapp.png);*/
    border: 1px solid rgba(0,0,0,.1);
    display: inline-block!important;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    background-color: #5cbe4a;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 3px 3px 3px 22px;
    background-size: 16px;
    font-family: Arial,sans-serif;
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: #fff!important;
    line-height: 1.2;
    text-decoration: none;
    text-align: left;
    font-size: 12px
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'),local('Oswald-Light'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Tvs9CE5Q.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'),local('Oswald-Light'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Ttc9CE5Q.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'),local('Oswald-Light'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0TtM9CE5Q.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'),local('Oswald-Light'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Tus9C.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'),local('Oswald-Regular'),url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'),local('Oswald-Regular'),url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'),local('Oswald-Regular'),url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'),local('Oswald-Regular'),url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'),local('Oswald-Bold'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTvs9CE5Q.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'),local('Oswald-Bold'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTtc9CE5Q.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'),local('Oswald-Bold'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTtM9CE5Q.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Oswald';
    font-display:swap;font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'),local('Oswald-Bold'),url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTus9C.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}














































/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';font-display:swap;src:url(assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(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}





































































.tooltipster-fall,.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,1);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -moz-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -ms-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -o-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    transition-timing-function: cubic-bezier(.23,.635,.495,2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #ededed
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    color: #666
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ededed;
    top: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ededed;
    left: -1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ededed;
    left: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ededed;
    top: -1px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,figure {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary,picture {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,[hidden] {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,a:hover,:focus {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong,em {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2rem;
    margin: .67rem 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25rem
}

sup {
    top: -.5rem
}

img,video {
    border: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1rem
}

figure img {
    vertical-align: top
}

hr {
    background-color: #f1f1f1;
    border: 0;
    height: 1px;
    overflow: visible
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

caption {
    margin-bottom: -1px
}

caption,td,th {
    border: 1px solid #eee;
    padding: .937rem;
    text-align: left
}

thead th {
    background-color: #fafafa
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline: 0
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-selection {
    background: rgba(255,66,85,.24);
    text-shadow: none
}

::selection {
    background: rgba(255,66,85,.24);
    text-shadow: none
}

.Video iframe {
    border: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

.Dvr-300 iframe {
    height: 250px
}

@media print {
    *,*:before,*:after,*:first-letter ,*:first-line {
        background: transparent!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: ''
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

a[class*=fa-],span[class*=fa-],strong[class*=fa-],i[class*=fa-] {
    display: inline-block
}

[class*=fa-]:before,.wp-pagenavi a.previouspostslink:before,.wp-pagenavi a.nextpostslink:before,.nice-select:after {
    display: inline-block;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    font-family: FontAwesome
}

body {
    font-size: .875rem;
    line-height: 1.5625em;
    font-family: 'Open Sans',sans-serif
}

[class*=Title-],.Fosw {
    font-family: 'Oswald',sans-serif
}

dl dt {
    font-weight: 700
}

p,h1,h2,h3,h4,h5,h6 {
    font-size: inherit
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.Title a {
    color: inherit
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.187rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.0625rem
}

h6 {
    font-size: 1rem
}

*,:before,:after {
    box-sizing: inherit
}

html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

.Container {
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%
}

ul,ol,dl,dl dt,dl dd,h1,h2,h3,h4,h5,h6,p,blockquote,table,input,textarea,button,select,[class*=Form-],.SelectBox {
    margin-bottom: .937rem
}

hr {
    margin: 1.87rem 0
}

ul,ol,dl {
    list-style-position: outside
}

ul ul {
    list-style-type: inherit
}

ul ul,ul ol,ol ol,ol ul {
    margin-left: .937rem;
    margin-bottom: 0
}

ul,ol {
    margin-left: .937rem
}

nav ul,[class*=Menu],[class*=List],[class*=Row] {
    margin: 0;
    padding: 0;
    list-style-type: none
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

[class*=Row] {
    margin-left: -.625rem;
    margin-right: -.625rem
}

[class*=Row]>* {
    padding-left: .625rem;
    padding-right: .625rem;
    min-width: 0
}

.RowCn>.Row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

[class*=Form-] input,[class*=Form-] button,[class*=Form-] textarea,[class*=Form-] select,[class*=Form-] .Form-Select {
    margin-bottom: 0
}

[class*=Form-] [class*=Form-] {
    margin-bottom: 0
}

.Column {
    margin-left: auto;
    margin-right: auto
}

[class*=Row] .Column {
    margin-left: 0;
    margin-right: 0
}

.AF.Rows>* {
    float: left
}

.AX[class*=Row] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.AX.Rows>*,.AX.Row.AFluid>.AFixed {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%
}

.AX.Row.AFluid>* {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.Column.A01,.Rows.A01>* {
    width: 8.33333333%
}

.Column.A02,.Rows.A02>* {
    width: 16.66666667%
}

.Column.A20,.Rows.A20>* {
    width: 20%
}

.Column.A03,.Rows.A03>* {
    width: 25%
}

.Column.A04,.Rows.A04>* {
    width: 33.33333333%
}

.Column.A05,.Rows.A05>* {
    width: 41.66666667%
}

.Column.A06,.Rows.A06>* {
    width: 50%
}

.Column.A07,.Rows.A07>* {
    width: 58.33333333%
}

.Column.A08,.Rows.A08>* {
    width: 66.66666667%
}

.Column.A09,.Rows.A09>* {
    width: 75%
}

.Column.A10,.Rows.A10>* {
    width: 83.33333333%
}

.Column.A11,.Rows.A11>* {
    width: 91.66666667%
}

.Column.A12,.Rows.A12>* {
    width: 100%
}

@media screen and (min-width: 34em) {
    .Container {
        max-width:510px
    }

    .BF.Rows>* {
        float: left
    }

    .BX[class*=Row] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .BX.Rows>*,.BX.Row.BFluid>.BFixed {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: 100%
    }

    .BX.Row.BFluid>* {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .Column.B01,.Rows.B01>* {
        width: 8.33333333%
    }

    .Column.B02,.Rows.B02>* {
        width: 16.66666667%
    }

    .Column.B20,.Rows.B20>* {
        width: 20%
    }

    .Column.B03,.Rows.B03>* {
        width: 25%
    }

    .Column.B04,.Rows.B04>* {
        width: 33.33333333%
    }

    .Column.B05,.Rows.B05>* {
        width: 41.66666667%
    }

    .Column.B06,.Rows.B06>* {
        width: 50%
    }

    .Column.B07,.Rows.B07>* {
        width: 58.33333333%
    }

    .Column.B08,.Rows.B08>* {
        width: 66.66666667%
    }

    .Column.B09,.Rows.B09>* {
        width: 75%
    }

    .Column.B10,.Rows.B10>* {
        width: 83.33333333%
    }

    .Column.B11,.Rows.B11>* {
        width: 91.66666667%
    }

    .Column.B12,.Rows.B12>* {
        width: 100%
    }
}

@media screen and (min-width: 48em) {
    .Container {
        max-width:730px
    }

    .CF.Rows>* {
        float: left
    }

    .CX[class*=Row] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .CX.Rows>*,.CX.Row.CFluid>.CFixed {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: 100%
    }

    .CX.Row.CFluid>* {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .Column.C01,.Rows.C01>* {
        width: 8.33333333%
    }

    .Column.C02,.Rows.C02>* {
        width: 16.66666667%
    }

    .Column.C20,.Rows.C20>* {
        width: 20%
    }

    .Column.C03,.Rows.C03>* {
        width: 25%
    }

    .Column.C04,.Rows.C04>* {
        width: 33.33333333%
    }

    .Column.C05,.Rows.C05>* {
        width: 41.66666667%
    }

    .Column.C06,.Rows.C06>* {
        width: 50%
    }

    .Column.C07,.Rows.C07>* {
        width: 58.33333333%
    }

    .Column.C08,.Rows.C08>* {
        width: 66.66666667%
    }

    .Column.C09,.Rows.C09>* {
        width: 75%
    }

    .Column.C10,.Rows.C10>* {
        width: 83.33333333%
    }

    .Column.C11,.Rows.C11>* {
        width: 91.66666667%
    }

    .Column.C12,.Rows.C12>* {
        width: 100%
    }
}

@media screen and (min-width: 62em) {
    .Container {
        max-width:990px
    }

    .DF.Rows>* {
        float: left
    }

    .DX[class*=Row] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .DX.Rows>*,.DX.Row.DFluid>.DFixed {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: 100%
    }

    .DX.Row.DFluid>* {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .Column.D01,.Rows.D01>* {
        width: 8.33333333%
    }

    .Column.D02,.Rows.D02>* {
        width: 16.66666667%
    }

    .Column.D20,.Rows.D20>* {
        width: 20%
    }

    .Column.D03,.Rows.D03>* {
        width: 25%
    }

    .Column.D04,.Rows.D04>* {
        width: 33.33333333%
    }

    .Column.D05,.Rows.D05>* {
        width: 41.66666667%
    }

    .Column.D06,.Rows.D06>* {
        width: 50%
    }

    .Column.D07,.Rows.D07>* {
        width: 58.33333333%
    }

    .Column.D08,.Rows.D08>* {
        width: 66.66666667%
    }

    .Column.D09,.Rows.D09>* {
        width: 75%
    }

    .Column.D10,.Rows.D10>* {
        width: 83.33333333%
    }

    .Column.D11,.Rows.D11>* {
        width: 91.66666667%
    }

    .Column.D12,.Rows.D12>* {
        width: 100%
    }
}

@media screen and (min-width: 70em) {
    .Container {
        max-width:1170px
    }

    .EF.Rows>* {
        float: left
    }

    .EX[class*=Row] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .EX.Rows>*,.EX.Row.EFluid>.EFixed {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: 100%
    }

    .EX.Row.EFluid>* {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .Column.E01,.Rows.E01>* {
        width: 8.33333333%
    }

    .Column.E02,.Rows.E02>* {
        width: 16.66666667%
    }

    .Column.E20,.Rows.E20>* {
        width: 25%
    }

    .Column.E03,.Rows.E03>* {
        width: 25%
    }

    .Column.E04,.Rows.E04>* {
        width: 33.33333333%
    }

    .Column.E05,.Rows.E05>* {
        width: 41.66666667%
    }

    .Column.E06,.Rows.E06>* {
        width: 50%
    }

    .Column.E07,.Rows.E07>* {
        width: 58.33333333%
    }

    .Column.E08,.Rows.E08>* {
        width: 66.66666667%
    }

    .Column.E09,.Rows.E09>* {
        width: 75%
    }

    .Column.E10,.Rows.E10>* {
        width: 83.33333333%
    }

    .Column.E11,.Rows.E11>* {
        width: 91.66666667%
    }

    .Column.E12,.Rows.E12>* {
        width: 100%
    }
}

@media screen and (min-width: 62em) {
    .page-template-template-registro .Content .D05 {
        float:right
    }
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .AX.Rows>* {
    float: left
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .AX.Row {
    display: table;
    table-layout: fixed;
    width: 100%
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .AX.Row.Wa {
    table-layout: auto
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .AX.Row>* {
    display: table-cell;
    vertical-align: top
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .AX.Row.AFluid>*:not([class*=AFixed]) {
    width: 100%
}

.no-flexbox.flexboxlegacy.no-flexboxtweener .AX.Row {
    display: -webkit-box;
    display: -moz-box
}

.no-flexbox.flexboxlegacy.no-flexboxtweener .AX.Row.AFluid>* {
    -webkit-box-flex: 1;
    -moz-box-flex: 1
}

.no-flexbox.flexboxlegacy.no-flexboxtweener .AX.Row.AFluid>.AFixed {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.no-flexbox.flexboxlegacy.no-flexboxtweener .AX.Rows>* {
    float: left
}

@media screen and (min-width: 34em) {
    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .BX.Rows>* {
        float:left
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .BX.Row {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .BX.Row.Wa {
        table-layout: auto
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .BX.Row>* {
        display: table-cell;
        vertical-align: top
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .BX.Row.BFluid>*:not([class*=BFixed]) {
        width: 100%
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .BX.Row {
        display: -webkit-box;
        display: -moz-box
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .BX.Row.BFluid>.BFixed {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .BX.Row.BFluid>* {
        -webkit-box-flex: 1;
        -moz-box-flex: 1
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .BX.Rows>* {
        float: left
    }
}

@media screen and (min-width: 48em) {
    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .CX.Rows>* {
        float:left
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .CX.Row {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .CX.Row.Wa {
        table-layout: auto
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .CX.Row>* {
        display: table-cell;
        vertical-align: top
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .CX.Row.CFluid>*:not([class*=CFixed]) {
        width: 100%
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .CX.Row {
        display: -webkit-box;
        display: -moz-box
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .CX.Row.CFluid>.CFixed {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .CX.Row.CFluid>* {
        -webkit-box-flex: 1;
        -moz-box-flex: 1
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .CX.Rows>* {
        float: left
    }
}

@media screen and (min-width: 62em) {
    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .DX.Rows>* {
        float:left
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .DX.Row {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .DX.Row.Wa {
        table-layout: auto
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .DX.Row>* {
        display: table-cell;
        vertical-align: top
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .DX.Row.DFluid>*:not([class*=DFixed]) {
        width: 100%
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .DX.Row {
        display: -webkit-box;
        display: -moz-box
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .DX.Row.DFluid>.DFixed {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .DX.Row.DFluid>* {
        -webkit-box-flex: 1;
        -moz-box-flex: 1
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .DX.Rows>* {
        float: left
    }
}

@media screen and (min-width: 70em) {
    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .EX.Rows>* {
        float:left
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .EX.Row {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .EX.Row.Wa {
        table-layout: auto
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .EX.Row>* {
        display: table-cell;
        vertical-align: top
    }

    .no-flexbox.no-flexboxlegacy.no-flexboxtweener .EX.Row.EFluid>*:not([class*=EFixed]) {
        width: 100%
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .EX.Row {
        display: -webkit-box;
        display: -moz-box
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .EX.Row.EFluid>.EFixed {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .EX.Row.EFluid>* {
        -webkit-box-flex: 1;
        -moz-box-flex: 1
    }

    .no-flexbox.flexboxlegacy.no-flexboxtweener .EX.Rows>* {
        float: left
    }
}

button,input,select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    font: inherit;
    width: 100%;
    vertical-align: middle;
    line-height: normal
}

fieldset {
    border: 1px solid silver;
    padding: .937rem
}

legend {
    border: 0
}

label {
    display: inline-block;
    padding-top: .625rem;
    padding-bottom: .625rem;
    line-height: normal;
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

[class*=Form-] label {
    display: block
}

input,textarea,select,.Form-Select label {
    border: 0;
    color: inherit;
    border-radius: 20px
}

input,textarea,select,.Form-Select label {
    display: block;
    padding: .5rem 1rem;
    width: 100%
}

input,select {
    height: 2.5rem;
    line-height: normal
}

textarea {
    overflow: auto;
    max-width: 100%;
    height: auto;
    resize: vertical;
    padding: 1rem;
    max-height: 300px
}

.Form-Icon {
    position: relative;
    display: block;
    padding: 0
}

.Form-Icon.Right input,.Form-Icon.Right textarea {
    padding-left: .937rem;
    padding-right: 2.5rem
}

.Form-Icon.Right input+i,.Form-Icon.Right textarea+i {
    left: auto;
    right: 0
}

.Form-Icon input,.Form-Icon textarea {
    padding-left: 2.5rem;
    font-weight: 400
}

.Form-Icon input+i,.Form-Icon textarea+i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: inherit
}

.Form-Icon input+i,.Form-Icon textarea+i,.Form-Icon input+i:before,.Form-Icon textarea+i:before {
    width: 2.5rem;
    height: 2.5em
}

.Form-Icon input+i,.Form-Icon textarea+i {
    display: table
}

.Form-Icon input+i:before,.Form-Icon textarea+i:before {
    display: table-cell;
    vertical-align: middle
}

.Form-Select {
    position: relative;
    overflow: hidden
}

.Form-Select label {
    display: block;
    padding: 2.37em 0 0;
    position: relative;
    font-weight: 400
}

.Form-Select label:before {
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    margin-right: 0
}

.Form-Select select:disabled {
    z-index: 1
}

.Form-Select select {
    background-color: transparent!important;
    padding: .3125rem .937rem;
    position: absolute;
    margin-bottom: 0;
    z-index: 3;
    border: 0;
    left: 0;
    top: 0;
    width: 100%
}

.ie .Form-Select select {
    width: 120%
}

.Form-Select select::-ms-expand {
    display: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    transition: none
}

optgroup {
    font-weight: 700
}

.Form-Checkbox,.Form-Radio {
    margin-bottom: .5rem
}

.Form-Checkbox input,.Form-Radio input {
    position: absolute;
    visibility: hidden
}

.Form-Checkbox label,.Form-Radio label {
    line-height: 20px;
    padding: 0;
    display: inline-block
}

.Form-Checkbox i:before,.Form-Radio i:before {
    content: '';
    font-size: 1.125rem;
    width: 30px;
    text-align: left;
    color: currentColor
}

.Form-Checkbox input+i.fa-:before {
    content: '\f204'
}

.Form-Checkbox input:checked+i.fa-:before {
    content: '\f205'
}

.Form-Radio input+i.fa-:before {
    content: '\f204'
}

.Form-Radio input:checked+i.fa-:before {
    content: '\f205'
}

[type=checkbox],[type=radio] {
    width: auto;
    height: auto;
    display: inline;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio
}

[type=checkbox]+label,[type=radio]+label {
    margin-left: 5px;
    margin-right: .625rem;
    vertical-align: baseline;
    display: inline-block
}

[type=checkbox][hidden]+label,[type=radio][hidden]+label {
    margin-left: 0;
    margin-right: 0
}

.Button,button,input[type=button],input[type=reset],input[type=submit] {
    border: 0;
    cursor: pointer;
    padding: 0 1rem;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 1.875rem;
    border-radius: 20px
}

.Button>span,button>span {
    white-space: nowrap
}

button[disabled],input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner,select::-moz-focus-inner {
    border: 0;
    padding: 0
}

.Form-Inline .Button,.Form-Inline button,.Form-Inline input,.Form-Inline select,.Form-Inline textarea,.Form-Inline .Form-Select,.Form-Inline [class*=Form-] {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: auto
}

[class*=Btn] {
    cursor: pointer
}

.ClFx:before,.ClFx:after,.Rows:before,.Rows:after,.Container:before,.Container:after {
    content: '';
    display: block;
    overflow: hidden
}

.ClFx:after,.Rows:after,.Container:after {
    clear: both
}

button,input,textarea,select,label,label i:before,a,[class*=Btn] {
    transition: .2s
}

@media screen and (max-width: 34em) {
    .AXHdMx {
        display:none!important
    }
}

@media screen and (min-width: 48em) {
    .BXHd {
        display:none!important
    }
}

@media screen and (max-width: 48em) {
    .BXHdMx {
        display:none!important
    }
}

@media screen and (min-width: 62em) {
    .CXHd {
        display:none!important
    }
}

@media screen and (max-width: 62em) {
    .CXHdMx {
        display:none!important
    }
}

@media screen and (min-width: 70em) {
    .DXHd {
        display:none!important
    }
}

@media screen and (max-width: 70em) {
    .DXHdMx {
        display:none!important
    }
}

body {
    background-color: #efefef
}

body {
    color: #404040
}

a {
    color: #911e4d
}

a:hover {
    color: #ff4255
}

input,textarea,select,.Form-Select label {
    border-color: #e8e7f0
}

input:focus,textarea:focus,select:focus,.Form-Select select:focus+label {
    border-color: #ff4255
}

input,textarea,select,.Form-Select label {
    background-color: #fff
}

.Form-Icon input+i,.Form-Icon textarea+i {
    color: #e8e7f0
}

.Form-Icon input:focus+i,.Form-Icon textarea:focus+i,.Form-Select select:focus+label:before,.Form-Checkbox input:checked+i:before,.Form-Radio input:checked+i:before {
    color: #ff4255
}

.Button,a.Button,button,input[type=button],input[type=reset],input[type=submit] {
    background-color: #c9c9c9
}

.Button:hover,.Button:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    background-color: #ff4255
}

.Button,a.Button,button,input[type=button],input[type=reset],input[type=submit] {
    color: #fff
}

.Header {
    background-color: #c23e73;
    margin-bottom: 1.25rem
}

.Header .Dsk {
    transition: .4s
}

.Header .Dsk .Logo {
    margin-bottom: 1rem
}

.Header .Dsk .Logo .LgIm {
    margin-right: 5px
}

.Header .Dsk .Logo .LgTx {
    margin-bottom: .5rem
}

.Header .Dsk .Logo .Title {
    color: #45021b;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    margin-bottom: 0
}

.Menu a {
    display: block;
    color: #fff;
    padding: 10px 1rem;
    line-height: 20px
}

.Menu>ul>li>a:hover {
    color: #ffe500
}

.Menu .sub-menu {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: .2s
}

.Menu .sub-menu>li {
    float: left;
    width: 50%
}

.Menu .sub-menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px
}

.Menu .sub-menu>li[class*=fa-] {
    position: relative
}

.Menu .sub-menu>li[class*=fa-]>a {
    padding-left: 2.3rem
}

.Menu .sub-menu>li[class*=fa-]:before {
    color: #911e4d;
    position: absolute;
    left: 1rem;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    line-height: 30px;
    transition: .2s
}

.Menu .sub-menu>li[class*=fa-]:hover:before {
    color: #ffe500
}

.Menu .sub-menu>li[class*=fa-]>a:hover {
    color: #ff4255
}

.Search {
    position: relative;
    margin-bottom: 1rem
}

.Search input {
    border: 0;
    color: #7d7d7d;
    padding-right: 50px;
    border-radius: 20px;
    margin-bottom: 0
}

.Search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 40px;
    padding: 0 0 4px;
    font-size: 1.5rem;
    color: #560929;
    background-color: transparent;
    margin-bottom: 0
}

.Search button:hover {
    opacity: .5
}

.Header .Mob {
    /* background: url(assets/images/bghd.png) 20% 0 repeat; */
    padding: 20px 0
}

.Header .Mob .Container {
    position: relative
}

.Header .Mob .Logo {
    margin-right: 110px
}

.Mob .Button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 40px;
    border-radius: 5px;
    font-size: 1.2rem;
    height: 40px;
    background-color: rgba(0,0,0,.2);
    line-height: 40px
}

.Mob .Button.SearchBtn {
    right: 70px
}

.SearchBtn:before {
    padding-top: 5px
}

.AA-Wp.show .Button.MenuBtn:before,.SearchBtn.on:before {
    content: '\f00d'
}

.UserPanel,.UserPanel .Signup:after {
    color: #c23e73
}

.UserPanel {
    position: relative;
    padding-right: 52px
}

.UserPanel p {
    background-color: #911e4d;
    text-align: center;
    border-radius: 20px;
    margin: 0;
    line-height: 20px;
    padding: 10px
}

.UserPanel span,.UserPanel strong {
    display: inline-block;
    vertical-align: top
}

.UserPanel .Signup:after {
    content: '\00B7';
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 8px;
    font-weight: 700
}

.UserPanel .Avatar {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    width: 40px;
    height: 40px
}

.UserPanel>p>a {
    font-weight: 700
}

.UserPanel a {
    color: #fff
}

.UserPanel a:hover {
    opacity: .7
}

.UserPanel a>span {
    color: #ffe500
}

.Social {
    text-align: center;
    font-size: 0
}

.Social>li {
    display: inline-block;
    vertical-align: top;
    padding: 5px
}

.Social>li>div {
    margin-top: 3px !important
}

.Social>li>a {
    background-color: #c23e73;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    color: #911e4d;
    border-radius: 20px;
    vertical-align: top
}

.Social>li>a:hover {
    background-color: #ff4255
}

.Button.fa-search:before {
    line-height: 28px
}

.Button[class*=fa-] {
    padding: 0 12px
}

.Button[class*=fa-]:before,.Button>i {
    margin-right: 7px
}

.Button[class*=Styl]:hover {
    box-shadow: inset 0 40px 0 rgba(0,0,0,.1)
}

.Button.StylA {
    background-color: #ff4255
}

.Button.StylB {
    background-color: #85b800
}

.Button.StylC {
    background-color: #4c4c4c
}

.Button.StylD {
    background-color: #ccc;
    color: #4c4c4c
}

.Button.StylE {
    background-color: #b7b7b7
}

.Button.StylF {
    background-color: #45021b
}

.Title-Hd.CXHd {
    margin-bottom: 1rem
}

.Body {
    margin-bottom: 1.25rem
}

.Dvr {
    height: 320px;
    position: relative
}

.Dvr iframe,.Dvr img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.Dvr img {
    object-fit: cover
}

.ListPost>li.DvrCn {
    width: 100%;
    margin-bottom: 20px
}

.ListPost .Post {
        background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 0 10px 10px;
    height: 290px;
}

.Post>.Image {
    margin: 0 -10px 10px;
    position: relative
}

.Post>.Image figure {
    position: relative;
    height: 160px
}

.Post>.Image figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0
}

.Post>.Image .Hot {
    position: absolute;
    background: #ff7031;
    background: linear-gradient(to bottom,#ff7031 0%,#ff3d5e 100%);
    color: #fff;
    right: 15px;
    top: 0;
    line-height: 50px;
    width: 33px;
    font-size: 1.875rem;
    text-align: center;
    border-radius: 0 0 20px 20px;
    pointer-events: none
}

.Post>.Image .Time {
    position: absolute;
    background-color: #ff4255;
    line-height: 22px;
    padding: 0 9px;
    border-radius: 11px 0 0 11px;
    color: #fff;
    font-size: 12px;
    right: 0;
    bottom: 12px;
    pointer-events: none
}

.Post>.Title,.Post>.Description {
    font-size: .875rem;
    line-height: 18px
}

.Post>.Title {
    margin-bottom: 5px;
     height: 38px; 
    overflow: hidden;
    color: #f60062;
    font-size: 18px;
    /* text-align: justify; */
}

.Post>.Description {
    margin-bottom: 10px;
    height: 71px;
    overflow: hidden;
    text-align: justify;
    line-height: 17px;
}

.Description {
    margin-bottom: .5rem
}

.Description>*:last-child {
    margin-bottom: 0
}

.Post>footer {
    position: relative;
    padding-left: 55px;
    min-height: 35px;
    line-height: 15px;
    color: #b1b1b1
}

.Post>footer .Type {
    position: absolute;
    left: 0;
    top: 0
}

.Post>footer>span[class*=fa-] {
    padding-right: 10px;
    line-height: 15px;
    height: 15px
}

.Post>footer>span[class*=fa-]:last-of-type {
    padding-right: 0
}

.Post>footer>span[class*=fa-]:before {
    color: #ccc;
    font-size: 1rem;
    margin-right: 7px
}

.Type {
    text-align: center;
    width: 42px;
    padding-top: 22px;
    position: relative
}

.Type:before {
    font-size: 2rem;
    line-height: 30px;
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1
}

.Type>span {
    display: block;
    height: 13px;
    line-height: 12px;
    font-size: 8px;
    color: #fff;
    background-color: #ccc;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    z-index: 2;
    border-radius: 15px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.Votes {
    padding-top: 5px;
    color: #cbcaca;
    position: relative;
    unicode-bidi: bidi-override;
    direction: rtl;
    line-height: 15px;
    vertical-align: top;
    font-size: 0;
    display: block;
    text-align: left;
    margin-left: -1px;
    margin-right: -1px
}

.Votes a,.Votes span {
    color: inherit;
    display: inline-block;
    vertical-align: top;
    font-size: .875rem;
    padding: 0 2px
}

.Votes .on {
    color: #ffc100
}

.PstOpt .Votes a:hover,.PstOpt .Votes a:hover~a {
    color: #ffc100
}

.Votes .hf:before {
    content: '\f123'
}

.Votes .on:before {
    content: '\f005'
}

.PstOpt .Votes a:hover,.PstOpt .Votes a:hover~a {
    opacity: .8
}

.PstOpt .Votes a:hover:before,.PstOpt .Votes a:hover~a:before {
    content: '\f005'
}

.Title-Section {
    font-size: 1.125rem;
    line-height: 1.5;
    /* text-transform: uppercase; */
    color: #4b4b4b;
    padding: .5rem 1rem;
    background-color: #ffa6a6;
    border-radius: 6px;
    font-weight: 400;
    margin-bottom: 0.8rem
}

.msgbox {
    font-size: .875em;
    text-transform: none
}

.msgbox ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.succes {
    background-color: #85b800
}

.Post.Single, .PstCol {
    /* margin-bottom: 1.25rem */
}

.Post.Single .Title-Section .Title {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0
}

.Post.Single .Title-Section .User {
    margin-bottom: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: .875rem;
    text-transform: none;
    line-height: 20px;
    padding: 5px 0
}

.Post.Single .Title-Section .User span,.Post.Single .Title-Section .User span a {
    color: #b51726;
    font-weight: 700
}

.Post.Single .Title-Section .User:before {
    color: #b51726;
    font-size: 1.125rem;
    margin-right: 10px;
    margin-top: 1px
}

.VideoPlayer {
    position: relative;
    margin-bottom: 1.25rem
}

.VideoPlayer .Options {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(194,62,115,.8);
    padding: 0 .5rem;
    z-index: 3
}

.VideoPlayer .Options>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.VideoPlayer .Options li {
    width: 65px;
    display: table-cell;
    vertical-align: middle
}

.VideoPlayer .Options li button {
    width: 65px;
    height: 55px;
    line-height: 55px;
    background-color: transparent;
    font-size: 1.875rem;
    margin-bottom: 0;
    padding: 0
}

.VideoPlayer .Options li button:hover {
    text-shadow: 0 0 20px rgba(0,0,0,.6);
    opacity: .8
}

.VideoPlayer .Options li.Progress {
    width: 100%;
    padding: 0 1rem
}

.VideoPlayer .Progress div {
    border-radius: 20px
}

.VideoPlayer .Progress>div {
    height: 18px;
    background-color: #45021b;
    padding: 2px
}

.VideoPlayer .Progress>div>div {
    height: 14px;
    background-color: #ff4255
}

.VideoPlayer .Options li.Time {
    width: 120px;
    color: #fff;
    text-align: center
}

.Video {
    position: relative;
    min-height: 250px;
    overflow: hidden
}

.Video:before {
    content: '';
    padding-top: 60%;
    display: block
}

.Video video,.Video iframe,.Video embed,.Video object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media screen and (max-width: 48em) {
    .VideoPlayer .Options li.Progress {
        display:block;
        position: absolute;
        left: 0;
        top: -5px;
        width: 100%;
        padding: 0
    }

    .VideoPlayer .Options li.Progress div {
        height: 5px;
        border-radius: 0;
        padding: 0
    }
}

@media screen and (max-width: 34em) {
    .VideoPlayer .Options {
        padding-left:0
    }

    .VideoPlayer .Options li {
        width: 100%!important
    }

    .VideoPlayer .Options li.Time {
        text-align: right;
        padding-right: .5rem;
        width: 100px!important
    }

    .VideoPlayer .Options li button {
        width: 100% !important
    }
}

@media screen and (min-width: 62em) {
    .Video:before {
        padding-top:510px
    }
}

.Dvr-300 {
    max-width: 300px;
    overflow: auto;
    margin: 0 auto .625rem
}

.Dvr-300:last-child {
    margin-bottom: 0
}

.PstOpt {
    background-color: #e3e3e3;
    border-radius: 10px;
    padding: 11px;
    text-align: center
}

.PstOpt .Share {
    /*margin: 0 -5px 11px;*/
    font-size: 0
}

.PstOpt .Share>li {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top
}

.PstOpt .Share>li>a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.35rem;
    display: block
}

.PstOpt .Share>li>a:hover {
    opacity: .8
}

.PstOpt .Share>li>a.fa-heart {
    background-color: #ccc
}

.PstOpt .Share>li>a.fa-heart.on {
    background-color: #ff4355
}

.PstOpt .Share>li>a.fa-twitter {
    background-color: #00abf1
}

.PstOpt .Share>li>a.fa-facebook {
    background-color: #3b5998
}

.PstOpt .Share>li>a.fa-google-plus {
    background-color: #d0422a;
    font-size: 1.1rem
}

.PstOpt .Share>li>a.fa-whatsapp {
    background-color: #d0422a;
    font-size: 1.1rem
}

.PstOpt .Votes {
    line-height: 30px;
    padding-top: 0;
    text-align: center
}

.PstOpt .Votes .Star {
    font-size: 1.875rem
}

.VotesCn {
    line-height: 45px
}

.VotesCn span {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    padding-right: 5px
}

.VotesCn a {
    font-size: 2rem;
    color: #c9c9c9;
    margin-left: 5px;
    vertical-align: top
}

.VotesCn a:hover {
    color: #c24a6f
}

.Title-Post {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    line-height: 1.2
}

.PstInf {
    color: #979797
}

.PstInf p[class*=fa-] {
    position: relative;
    padding-left: 20px
}

.PstInf p[class*=fa-]:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #4b4b4b
}

.PstInf p[class*=fa-] span {
    font-weight: 700
}

.PstInf .Views {
    margin-bottom: 0
}

.PstInf .Cates {
    margin-bottom: .5rem
}

.PstInf .Cates a {
    color: inherit
}

.PstInf .Cates a:hover {
    font-weight: 700;
    color: #ff4255
}

.PstInf .tagcloud span {
    display: block;
    font-size: .875rem;
    color: #979797;
    margin-bottom: .5rem
}

.PstInf .tagcloud a {
    min-width: 0
}

.Comments {
    margin-bottom: 1.25rem
}

.Comments .List {
    margin-bottom: 1rem
}

.Comments .List>li {
    padding: .8rem
}

.Comments .List>li:first-child {
    padding-top: 0
}

.Comments .List>li:nth-child(even) {
    background-color: rgba(223,223,223,.66)
}

.Comment {
    position: relative;
    padding-left: 80px;
    min-height: 60px
}

.Comment>figure {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 60px
}

.Comment>figure>img {
    border-radius: 50%;
    max-width: 60px
}

.Comment p:first-of-type {
    color: #3f3f3f
}

.Comment p:first-of-type>span {
    color: #4b4b4b;
    font-weight: 700
}

.Comment p:first-of-type>span.User {
    color: #ff4255;
    font-weight: 700
}

.Comment p a {
    color: #4b4b4b
}

.Comment p:first-of-type>i {
    padding: 0 5px
}

.Comment p:first-of-type,.Comment p:last-of-type {
    margin-bottom: 0
}

.Comment p:last-of-type {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.Comment.Rply {
    text-align: right;
    padding-left: 0;
    padding-right: 80px
}

.Comment.Rply figure {
    left: auto;
    right: 0
}

.Button.LoadMore {
    display: block;
    margin: 0 auto;
    max-width: 155px;
    background-color: #c23e73
}

.Button.LoadMore:hover {
    background-color: #ff4255
}

.Title-Write {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.7rem
}

.Title-Write strong {
    color: #ff4255
}

.Button.Signup {
    display: block;
    margin-bottom: 1rem
}

.Button.Signup span {
    font-weight: 700
}

.Write p span {
    color: #ff4255;
    font-weight: 700
}

.Write textarea {
    border-radius: 6px;
    height: 195px;
    max-height: 300px;
    border: 0;
    margin-bottom: .5rem
}

.Count {
    display: block;
    text-align: right
}

.Captcha {
    margin-bottom: 1rem
}

.Note {
    font-size: .75rem;
    color: #949494;
    clear: both;
    display: block
}

.Gallery {
    margin-bottom: 1.25rem
}

.Gal-Top {
    background-color: #484848;
    text-align: center
}

.Gal-Bot {
    background-color: #ff4255;
    padding: 10px
}

.Gal-ThmCn {
    position: relative;
    padding: 0 35px;
    margin: auto;
    width: 260px
}

@media screen and (min-width: 440px) {
    .Gal-ThmCn {
        width:370px
    }
}

@media screen and (min-width: 768px) {
    .Gal-ThmCn {
        width:670px
    }
}

@media screen and (min-width: 992px) {
    .Gal-ThmCn {
        width:610px
    }
}

@media screen and (min-width: 1120px) {
    .Gal-ThmCn {
        width:510px;
        float: left
    }

    .Gal-Bot .Gal-Opt {
        float: right;
        text-align: right;
        padding-top: 5px
    }

    .Gal-Bot .Gal-Opt .Title-Gal {
        padding-right: 5px
    }

    .Gal-Bot .Gal-Opt .List {
        margin-right: -5px
    }
}

@media screen and (min-width: 1300px) {
    .Gal-ThmCn {
        width:670px
    }
}

.Gal-Thm .item {
    background-color: #c32e3c;
    margin: 0 5px;
    cursor: pointer
}

.Gal-Thm .item:hover img {
    opacity: .8
}

.Gal-Thm img {
    opacity: .5;
    width: 100%;
    height: 90px;
    padding: 3px;
    object-fit: cover;
    transition: .2s
}

.Gal-Thm .synced .item {
    background-color: #ffe500
}

.Gal-Thm .synced img,.Gal-Thm .synced:hover img {
    opacity: 1
}

.Gal-prev,.Gal-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    left: 0;
    color: #fff;
    background-color: #911e4d;
    cursor: pointer
}

.Gal-prev:hover,.Gal-next:hover {
    opacity: .8
}

.Gal-next {
    right: 0;
    left: auto
}

.Gal-Opt {
    padding-top: 15px;
    text-align: center;
    color: #fff
}

.Gal-Opt .Title-Gal {
    font-size: 1.375rem;
    line-height: 30px
}

.Gal-Opt .List {
    font-size: 0;
    color: #911e4d
}

.Gal-Opt .List>li>span:hover {
    color: #ffe500;
    cursor: pointer
}

.Gal-Opt .List>li,.Gal-Opt .List>li>span {
    display: inline-block;
    vertical-align: top
}

.Gal-Opt .List>li>span {
    font-size: 2.1875rem;
    width: 50px;
    line-height: 55px;
    text-align: center;
    transition: .2s
}

.Title-Section.Alt {
    background-color: #c23e73
}

.Title-Section.Alt>span,.Wdgt .Title-Section.Alt>span {
    color: #911e4d
}

.Title-Section.Usr {
    background-color: #84b800
}

.Title-Section.Usr>span,.Wdgt .Title-Section.Usr>span {
    color: #460
}

.Profile {
    background-color: #d9d9d9
}

.Profile [class*=Title-] {
    text-transform: none
}

.Profile .Title-Section span {
    font-weight: 700;
    color: #45021b
}

.Profile-Top,.Profile .Title-Section {
    background-color: #ff4255
}

.Profile-Top {
    padding: .15rem 0
}

.Profile-Top .Title-Section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 1.375rem
}

.Profile-Bot {
    padding: 1.25rem;
    color: #595959
}

.Profile-Bot .Title-Section {
    position: relative;
    padding-right: 50px;
    cursor: pointer
}

.Profile-Bot .Title-Section:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    margin: auto;
    bottom: 0;
    text-align: center;
    transition: .2s
}

.Profile-Bot .open .Title-Section:before {
    transform: rotate(180deg)
}

.Profile-Info {
    position: relative
}

.Profile-Info .Avatar,.Profile-Info .Avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%
}

.Profile-Info .Avatar {
    background-color: #fff;
    margin: 0 auto .5rem
}

.Profile-Info .Avatar img {
    padding: 5px
}

.Profile-Info .Top {
    margin-bottom: .5rem
}

.Profile-Info .Top p {
    margin-bottom: 0
}

.Profile-Info .Top p span {
    font-weight: 700
}

.Profile-Info .Top .Age {
    position: relative;
    padding-left: 42px;
    min-height: 42px;
    line-height: 17px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: top
}

.Profile-Info .Top .Age span.Fosw {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    text-align: right;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 42px
}

.Profile-Info .Description {
    margin-bottom: 0;
    line-height: 18px
}

.Title-Hd {
    font-size: 1rem;
    margin-bottom: .5rem
}

.Stats {
    margin-bottom: .25rem
}

.Stats>li {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    padding: .5rem 1rem .5rem 0
}

.Stats>li:last-child {
    padding-right: 0
}

.Stats>li:last-child>span.Fosw {
    color: #84b800
}

.Stats>li>span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px
}

.Stats>li>span.Fosw {
    line-height: 1;
    color: #c23e73;
    font-weight: 700;
    font-size: 1.875rem;
    padding-right: .5rem
}

.Title-Section.Alt>.Button {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    padding: 0 1rem;
    margin-top: .3rem;
    display: block;
    width: 100%;
    margin-bottom: 0
}

.ListPost>li.Ups {
    width: 100%;
    margin-bottom: 1.25rem;
    text-align: center
}

.Title-Ups,.SubTitle-Ups {
    font-size: 3rem;
    line-height: 1.3
}

.SubTitle-Ups {
    font-weight: 300;
    color: #595959;
    margin-bottom: 1rem
}

.Title-Profile {
    margin-bottom: .5rem;
    position: relative;
    padding-right: 4.5rem;
    font-size: 1rem
}

.Title-Profile .MsgNum {
    position: absolute;
    right: 0;
    top: 0
}

.Title-Profile .MsgNum span {
    color: #ff4255
}

.Messages {
    max-height: 110px;
    overflow: auto;
    padding-right: 5px
}

.Messages>li {
    position: relative;
    line-height: 20px;
    padding-right: 25px;
    margin-bottom: 3px
}

.Messages>li:last-child {
    margin-bottom: 0
}

.Messages>li>a {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 24px;
    color: #595959
}

.Messages>li>a>span {
    font-weight: 700;
    color: #434343
}

.Messages>li>a:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #b7b7b7
}

.Messages>li>a:hover {
    text-decoration: underline
}

.Messages>li>.Delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-left: 0;
    color: #b7b7b7;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    line-height: 20px
}

.Messages>li>.Delete:hover {
    text-decoration: none;
    color: #ff0026
}

.Messages .Admin {
    color: #ff4255
}

.Messages .Admin.B {
    color: #84b800
}

.Post.User .Title,.Post.User p {
    margin-bottom: 3px;
    line-height: 20px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto
}

.Post.User .Title {
    font-weight: 400;
    color: #595959
}

.Post.User .Title a {
    color: #c23e73;
    font-weight: 700
}

.Post.User .Title a:hover {
    color: #ff4255
}

.Post.User p a,.Post.User p span {
    font-weight: 700
}

.Post.User footer {
    padding-left: 40px;
    min-height: 48px;
    padding-top: 4px
}

.Post.User footer .Type {
    width: 35px;
    top: 5px;
    padding-top: 42px;
    margin-bottom: 10px;
    text-align: left
}

.Post.User footer .Type:before {
    font-size: 2.625rem;
    line-height: 42px
}

.Post.User footer>span {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px
}

.Post.User footer span {
    font-size: .75rem
}

.Post.User footer span>span {
    font-weight: 700
}

.User-Search .Button {
    margin-bottom: 0
}

.User-Search>.Rows {
    margin-left: -5px;
    margin-right: -5px
}

.User-Search>.Rows>div {
    padding-left: 5px;
    padding-right: 5px
}

.Rules {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.Title-Cont {
    font-size: 1rem;
    margin-bottom: 1rem
}

.Rules>li {
    margin-bottom: .8rem;
    line-height: 18px
}

.Rules>li>span {
    font-weight: 700
}

.Rules>li:last-child {
    margin-bottom: 0
}

.Content {
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.25rem
}

.Content:last-child {
    margin-bottom: 0
}

.FormAlt input,.FormAlt textarea {
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6
}

.FormAlt input:focus,.FormAlt textarea:focus {
    background-color: #fff
}

.FormAlt textarea {
    border-radius: 10px;
    height: 170px
}

.UploadBox {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 2rem;
    cursor: pointer
}

.UploadBox span {
    font-weight: 400
}

.LstPsw {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #222
}

.LstPsw:before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    text-align: center;
    font-size: 1.125rem;
    color: #787878
}

.LstPsw:hover:before {
    color: inherit
}

.Login .Form-Input {
    max-width: 270px
}

.Login .Button {
    min-width: 175px;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 2px
}

.Form-Checkbox i {
    cursor: pointer
}

.Sign-up .Form-Checkbox {
    padding-top: 5px;
    margin-bottom: 1rem
}

.Sign-up .Form-Checkbox a {
    color: currentColor;
    text-decoration: underline
}

.Sign-up .Form-Checkbox a:hover {
    color: #ff4255
}

.Sign-up .Button {
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 175px;
    font-weight: 700
}

.TxFrm span {
    color: #ff4255;
    font-weight: 700
}

.UserFrm {
    min-height: 120px;
    margin-bottom: 1.25rem
}

.UserFrm .Avatar {
    margin: 0 auto 1rem;
    width: 120px;
    position: relative
}

.UserFrm .Avatar img {
    width: 120px;
    height: 120px
}

.UserFrm .Rows {
    margin-left: -6px;
    margin-right: -6px
}

.UserFrm .Rows>div {
    padding-left: 6px;
    padding-right: 6px
}

.UserFrm .nice-select {
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6
}

.UserFrm .nice-select:active,.UserFrm .nice-select.open,.UserFrm .nice-select:focus {
    background-color: #fff;
    border-color: #e6e6e6
}

.Subirgal .nice-select {
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6
}

.Subirgal .nice-select:active,.UserFrm .nice-select.open,.UserFrm .nice-select:focus {
    background-color: #fff;
    border-color: #e6e6e6
}

.Success input,.Success textarea,.Success .nice-select {
    border-color: #8ce000;
    background-color: #fff
}

.Error input,.Error textarea,.Error .nice-select {
    border-color: #ff4255;
    background-color: #fff
}

.UserFrm .SelectBox {
    margin-bottom: 0
}

.Title-Section.Alt>strong {
    color: #45021b
}

.Profile-Opt {
    margin-bottom: 2.25rem
}

.Button.UnsCrb {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    max-width: 270px;
    margin-top: 1.25rem
}

.BtnInfo {
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(0,0,0,.1);
    border-radius: 20px
}

.BtnInfo:hover,.BtnInfo.on {
    background-color: rgba(255,255,255,.4)
}

.BtnInfo span.B {
    display: none
}

.Footer {
    background-color: #dcdcdc;
    padding: 17px 0;
    text-align: center;
    color: #868686;
    line-height: 24px
}

.Footer p {
    margin-bottom: 0
}

.MenuFt {
    font-size: 0;
    margin-bottom: 2px
}

.MenuFt li,.MenuFt li a {
    display: inline-block;
    vertical-align: top;
    font-size: .875rem
}

.MenuFt li {
    margin-bottom: 5px
}

.MenuFt li a {
    color: #393939
}

.MenuFt li:after {
    content: '\00B7';
    padding: 0 10px
}

.MenuFt li:last-child:after {
    display: none
}

.MenuFt li a:hover {
    color: #ff4255;
    font-weight: 700
}

.MenuFt li.Signup a {
    font-weight: 700;
    color: #fff;
    background-color: #ff4255;
    border-radius: 8px;
    padding: 0 10px
}

.ModalCn {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    z-index: 30;
    display: none;
    text-align: center
}

.ModalCn:before {
    width: 1px;
    height: 100%;
    margin-left: -10px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    pointer-events: none
}

.Modal {
    background-color: #fff;
    border: 6px solid #e5e5e5;
    border-radius: 20px;
    padding: 1.25rem;
    max-width: 545px;
    width: 100%;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    font-size: .875rem;
    white-space: normal;
    display: inline-block;
    text-align: left
}

.Modal .Button {
    margin-bottom: 5px
}

.ModalCn.show {
    display: block
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.alignleft,.aligncenter,.alignright {
    margin-bottom: 1.87rem
}

.alignleft {
    float: left;
    margin-right: .937rem
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    margin-left: .937rem
}

.Wdgt {
    margin-bottom: 1.25rem
}

.Wdgt:last-child {
    margin-bottom: 0
}

/*.Wdgt .Title-Section {
    background-color: #c23e73
}*/

.Wdgt .Title-Section>span {
    color: #911e4d
}

.Wdgt.widget_tag_cloud {
    margin-bottom: .625rem
}

.tagcloud {
    margin-right: -12px;
    font-size: 0
}

.tagcloud a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 8px;
    color: #4b4b4b;
    background-color: #c9c9c9;
    padding: .2rem .5rem;
    line-height: 20px;
    border-radius: 15px;
    font-size: .875rem !important;
    text-align: center
}

.tagcloud a:hover {
    color: #fff;
    background-color: #ff4255
}

.widget_text .Title-Section {
    background-color: #ffa6a6
}

.SText,.Puritanas {
    position: relative
}

.Puritanas {
    overflow: hidden;
    width: 250px;
    height: 225px;
    padding: 160px 10px 0;
    margin: auto
}

.Puritanas img {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 2
}

.Puritanas a {
    float: left;
    width: 50%;
    padding: 0 1rem;
    font-size: 1.5rem;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1
}

.Puritanas a.fa-facebook {
    background-color: #004fa8;
    left: 0
}

.Puritanas a.fa-facebook:hover {
    left: -10px
}

.Puritanas a.fa-twitter {
    text-align: right;
    background-color: #34d0ff;
    right: 0
}

.Puritanas a.fa-twitter:hover {
    right: -10px
}

.wp-pagenavi {
    text-align: center;
    font-size: 0;
    margin-bottom: 1rem
}

.wp-pagenavi a,.wp-pagenavi span {
    display: inline-block;
    vertical-align: top;
    min-width: 4rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 .5rem;
    border-radius: 50%;
    color: #686868;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 .4rem .4rem;
    box-shadow: inset 0 0 0 5px #a5a5a5
}

.wp-pagenavi a:hover,.wp-pagenavi .current {
    background-color: #ff4255;
    color: #fff;
    box-shadow: none
}

.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink {
    font-size: 0;
    position: relative;
    background-color: transparent;
    padding: 0;
    box-shadow: none
}

.wp-pagenavi a.previouspostslink:before,.wp-pagenavi a.nextpostslink:before {
    font-size: 4.5rem
}

.wp-pagenavi a.previouspostslink:before {
    content: '\f137'
}

.wp-pagenavi a.nextpostslink:before {
    content: '\f138'
}

.wp-pagenavi a.previouspostslink:hover,.wp-pagenavi a.nextpostslink:hover {
    color: #ff4255
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
    cursor: url(assets/images/grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-item.loading {
    min-height: 150px;
    background: url(assets/images/AjaxLoader.gif) no-repeat center center
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0,0,0,0)
    }

    .featherlight:last-of-type {
        background: rgba(0,0,0,.8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

    .featherlight .featherlight-content {
        box-sizing: content-box;
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial,sans-serif;
        background: #fff;
        background: rgba(255,255,255,.3);
        color: #000
    }

    .featherlight .featherlight-image {
        width: 100%;
        max-height: 600px !important
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }

    .featherlight iframe {
        border: none
    }

    .featherlight * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.featherlight-next,.featherlight-previous {
    cursor: pointer
}

.gallery img {
    max-height: 450px
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left:10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

.lgtbx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    cursor: pointer
}

.lgtbx-on .lgtbx {
    visibility: visible;
    opacity: .8;
    z-index: 998
}

.lgtbx-on .Gallery {
    z-index: 999;
    position: relative
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,.nice-select.open,.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    content: '\f078';
    transition: .2s;
    right: 11px;
    position: absolute;
    top: 0;
    line-height: 36px
}

.nice-select.open:after {
    transform: rotate(180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-left: 0;
    background-color: #e6e6e6;
    border-radius: 16px;
    margin-top: 4px;
    opacity: 0;
    overflow: auto;
    max-height: 160px;
    padding: 5px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9
}

.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus {
    background-color: rgba(255,255,255,.4)
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.selected {
    font-weight: 700;
    color: #ff4255
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.SelectBox select {
    display: none
}

.UploadBox ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.filelist li {
    margin: 10px 0;
    position: relative;
    font-size: 1rem
}

.filelist.complete li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    position: relative
}

.filelist.queue .preview,.filelist.queue .file {
    display: none
}

.target {
    margin-bottom: 15px;
    position: relative
}

.fs-upload {
    overflow: hidden
}

.fs-upload,.fs-upload:after,.fs-upload:before,.fs-upload *,.fs-upload *:after,.fs-upload *:before {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-upload-input {
    position: absolute;
    opacity: 0
}

.no-opacity .fs-upload-input {
    left: -999px
}

.fs-upload-target {
    cursor: pointer
}

.fs-upload.dropping .fs-upload-target,.no-touch .fs-upload:hover .fs-upload-target {
    background: #eee;
    border-color: #999;
    color: #333
}

.file {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    background-color: rgba(0,0,0,.3);
    border-radius: 0;
    padding: 8px 10px;
    color: #fff;
    display: block;
    width: 95%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box
}

.progress {
    display: inline-block;
    vertical-align: middle;
    background-color: #c23e73;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    max-width: 100%;
    font-size: 14px
}

a.del_uploadimg {
    color: #ff4255;
    font-size: 15px;
    float: right
}

.filelist li span:not(.progress) {
    display: block;
    width: 95%;
    margin: 0 2.5%
}

.filelist li span.preview img {
    height: 140px;
    width: auto !important;
    max-width: 100%
}

.filelist li span.preview {
    background-color: #efefef
}

@media screen and (max-width: 62em) {
    .Header .Dsk .Top>.Container {
        padding:1rem 1rem 0
    }

    .Header .Dsk .Bot>.Container {
        padding: 1rem 0
    }

    .Header .Dsk {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        min-width: 250px;
        max-width: 370px;
        width: 75%;
        background-color: #c23e73;
        overflow: auto;
        opacity: 0;
        z-index: 20;
        background: linear-gradient(to bottom,#f0702a 0%,#c23e73 15%)
    }

    .Header .Dsk .Logo {
        text-align: center
    }

    .Menu {
        margin-bottom: 1rem;
        background-color: #6f1439
    }

    .Menu>ul>li.menu-item-has-children {
        position: relative
    }

    .Menu>ul>li.menu-item-has-children>i {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,.2)
    }

    .Menu>ul>li.menu-item-has-children>i:before {
        display: block;
        transition: .2s
    }

    .Menu>ul>li>a {
        font-weight: 700
    }

    .Menu>ul>li>.on:before {
        transform: rotate(180deg)
    }

    .Menu>ul>li>.on+a,.Menu .sub-menu {
        background-color: rgba(0,0,0,.2)
    }

    .Menu .sub-menu.show {
        max-height: 999em;
        opacity: 1;
        padding-bottom: 5px
    }

    .MenuBtnClose {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        transition: .2s;
        visibility: hidden;
        opacity: 0;
        z-index: 19
    }

    .Social {
        margin-bottom: 1rem
    }

    .Social>li>a {
        background-color: rgba(255,255,255,.2)
    }

    .Social>li>a:hover {
        background-color: #911e4d;
        color: #ffe500
    }

    .AA-Wp.show .Header .Dsk {
        left: 0;
        opacity: 1;
        box-shadow: 0 0 20px rgba(0,0,0,.4)
    }

    .AA-Wp.show .MenuBtnClose {
        visibility: visible;
        opacity: .8
    }

    .SearchUser.Button,.OnlineUser.Button {
        padding: 5px
    }

    .WriteCn .wrapper-sticky,.WriteCn .Write {
        position: relative!important;
        height: auto !important;
        width: auto !important
    }

    .WriteCn .wrapper-sticky+.Write {
        display: none!important
    }

    .Profile-Bot {
        padding: 1rem 0
    }

    .Profile-Bot .D07 {
        margin-bottom: 1.25rem
    }

    .Profile-Bot .AADrpdwn-cnt {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: .2s
    }

    .Profile-Bot .open .AADrpdwn-cnt {
        max-height: 999em;
        opacity: 1;
        padding: 1rem 0 .5rem;
        overflow: inherit
    }

    .Profile .Title-Section {
        margin-bottom: 0
    }

    .User-Search .Button {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .BtnInfo.on span.A {
        display: none
    }

    .BtnInfo.on span.B {
        display: inline-block
    }

    .Profile-Info .BtnInfo span {
        font-weight: 700
    }

    .Profile-Info .BtnInfo span:before {
        float: right;
        margin-top: 2px;
        margin-left: 5px;
        opacity: .5
    }

    .Profile-Info .Description {
        max-height: 59px;
        overflow: hidden;
        padding-bottom: 5px;
        transition: .2s;
        position: relative
    }

    .Profile-Info .Description:before {
        background: linear-gradient(to bottom,rgba(217,217,217,0) 0%,rgba(217,217,217,1) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 30px;
        content: '';
        opacity: .8;
        transition: .2s
    }

    .Profile-Info .Description.show {
        max-height: 999em;
        padding-bottom: 10px
    }

    .Profile-Info .Description.show:before {
        bottom: -30px
    }

    .SearchCn {
        background-color: #911e4d;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: .2s
    }

    .SearchCn.show {
        opacity: 1;
        max-height: 999em;
        padding: 1rem 0
    }

    .MnOpLnk {
        margin: 0 -5px;
        overflow: hidden
    }

    .MnOpLnk>li {
        float: left;
        width: 50%;
        padding: 0 5px
    }

    .MnOpLnk>li>a {
        display: block;
        padding: 5px
    }
}

@media screen and (max-width: 34em) {
    .UserPanel {
        padding-right:0;
        padding-top: 52px
    }

    .UserPanel .Avatar {
        left: 0;
        margin: auto
    }

    .Menu .sub-menu>li {
        width: 100%
    }

    .Post>footer {
        padding-left: 0
    }

    .Post>footer .Type {
        position: relative;
        margin-bottom: 5px
    }

    .Post.User>footer {
        padding-left: 0;
        padding-top: 0
    }

    .Post.User .Title {
        white-space: nowrap;
        margin-bottom: 10px
    }

    .Post.User p {
        white-space: normal;
        margin-bottom: 10px
    }

    .Post.User p span {
        display: block;
        font-size: 12px;
        line-height: 1
    }

    .Modal .Button {
        display: block
    }

    .Profile-Info .Top {
        text-align: center
    }

    .Profile-Info .Top .Age span+span {
        text-align: left;
        display: inline-block;
        vertical-align: top
    }

    .Profile-Bot .OptnA,.Profile-Bot .OptnB {
        display: block;
        padding: .3rem
    }

    .Profile-Bot .OptnA {
        margin-bottom: .5rem
    }

    .Profile-Info .Top {
        position: relative;
        text-align: left
    }

    .Profile-Info .Top .Age {
        position: absolute;
        right: 0;
        top: 0
    }

    .MnOpLnk>li {
        width: 100%;
        margin-bottom: 10px
    }

    .MnOpLnk>li:last-child {
        margin-bottom: 0
    }

    .Dvr {
        height: auto
    }

    .Social>li>div {
        max-width: 50px !important
    }
}

@media screen and (max-width: 23em) {
    .Post>.Title,.Post>.Description {
        /*height:auto*/
    }

    .ListPost.Rows>li {
        width: 100%
    }

    .Stats>li {
        display: block
    }

    .Profile-Info .Top {
        text-align: center
    }

    .Profile-Info .Top .Age {
        position: relative
    }
}

@media screen and (min-width: 34em) {
    .PstOpt {
        text-align:right
    }

    .Profile-Info .Top {
        padding-left: 160px;
        min-height: 140px;
        padding-top: 30px
    }

    .Profile-Info.Open .Avatar {
        position: absolute;
        left: 0;
        top: 0
    }

    .Profile-Bot .OptnA {
        margin-right: .3rem
    }

    .Modal .Button {
        margin-right: 5px
    }
}

@media screen and (min-width: 34em) and (max-width:62em) {
    .PstOpt {
        overflow:hidden
    }

    .PstOpt .Share {
        float: left;
        margin-bottom: 0;
        margin-top: 6px
    }

    .PstOpt .VotesCn,.PstOpt .Votes {
        float: right
    }

    .PstOpt .Votes {
        padding-top: 3px
    }
}

@media screen and (min-width: 48em) {
    .ListPost>li.DvrCn {
        width:66.66666666%;
        float: right
    }

    .Profile-Info {
        padding-left: 160px;
        min-height: 140px
    }

    .Profile-Info .Top {
        min-height: 42px;
        padding-left: 0;
        padding-top: 0
    }

    .Profile-Info .Top .Age {
        position: absolute;
        right: 0;
        top: 0
    }

    .Title-Section.Alt {
        position: relative
    }

    .Title-Section.Alt>.Button {
        position: absolute;
        margin: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 43px;
        border-radius: 0 6px 6px 0;
        line-height: 43px
    }

    .Profile-Info .Avatar {
        position: absolute;
        left: 0;
        top: 0
    }
}

@media screen and (min-width: 48em) and (max-width:62em) {
    .DvrCol {
        text-align:center;
        font-size: 0
    }

    .DvrCol .Dvr-300 {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        margin-right: 5px
    }
}


.bg_dee {
    position: absolute;
    width: 50%;
    height: 90px;
    background: radial-gradient(circle, #ff552a 0%, rgba(255,70,70,0) 100%);
}


@media screen and (min-width: 62em) {
    ::-webkit-scrollbar {
        width:9px;
        height: 9px;
        background-color: #734255
    }

    ::-webkit-scrollbar-thumb {
        background-color: #ff4255
    }

    .Header .Dsk .Top {
        /* background: url(assets/images/bghd.png) 50% 0 no-repeat */

    }
    /* .Top {
        position: relative;
    } */
    

    .Header .Dsk .Logo {
        float: left;
        margin-left: 135px;
        position: relative;
        padding-top: 52px;
        height: 90px;
        margin-bottom: 0;
        width: 200px;
    }

    .Header .Dsk .Logo .LgIm {
        position: absolute;
        left: -125px;
        top: 10px;
        z-index: 1
    }

    .Header .Dsk .Logo .LgTx {
        position: absolute;
        left: 0;
        top: 17px
    }

    .Header .Dsk .Logo .Title {
        line-height: 22px
    }

    .Search {
        float: right;
        margin-top: 25px;
        margin-bottom: 0;
        margin-left: 30px;
        width: 240px
    }

    .UserPanel {
        float: right;
        margin-top: 25px;
        width: 260px
    }

    .Header .Dsk .Bot {
        background-color: #911e4d
    }

    .Header .Dsk .Bot .Container {
        text-align: right;
        position: relative
    }

    .Menu {
        margin-left: 135px
    }

    .Menu .sub-menu {
        position: absolute;
        left: 1.25rem;
        right: 1.25rem;
        top: 100%;
        background-color: #45021b;
        padding: 0 5px;
        z-index: 3
    }

    .Menu .sub-menu>li {
        width: 20%
    }

    .Menu,.Menu>ul,.Menu>ul>li {
        float: left;
        text-align: left
    }

    .Menu>ul {
        margin-left: -1rem
    }

    .Menu>ul>li>i {
        display: none
    }

    .Menu>ul>li>a {
        font-family: 'Oswald',sans-serif;
        line-height: 50px;
        padding: 0 1rem;
        text-transform: uppercase;
        font-size: 1rem
    }

    .Menu>ul>li.current-menu-item>a,.Menu>ul>li.current-menu-ancestor>a {
        font-weight: 700;
        color: #ffe500
    }

    .Menu>ul>li.menu-item-has-children:hover>a {
        box-shadow: inset 0 -7px 0 #45021b
    }

    .Menu>ul>li.menu-item-has-children:hover>.sub-menu {
        max-height: 999em;
        opacity: 1;
        padding: 10px 5px
    }

    .Social {
        display: inline-block;
        vertical-align: top;
        padding: 5px 0
    }

    .Social>li>a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.1rem
    }

    .SearchUser.Button,.OnlineUser.Button {
        margin-top: 10px;
        margin-left: 5px
    }

    .ListPost>li.DvrCn {
        width: 50%
    }

    .SText {
        padding-right: 260px;
        min-height: 225px
    }

    .Puritanas {
        position: absolute;
        right: -10px;
        bottom: 0;
        top: 0
    }

    .Modal {
        vertical-align: top;
        margin-top: 140px
    }

    .PstCnt {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .PstCnt>.PstCol,.PstCnt>.DvrCol {
        display: table-cell;
        vertical-align: top
    }

    .PstCnt>.PstCol {
        padding-right: 20px
    }

    .PstCnt>.DvrCol {
        width: 300px
    }

    .Post.Single .Title-Section {
        position: relative
    }

    .Post.Single .Title-Section .Title {
        padding-right: 210px
    }

    .Post.Single .Title-Section .User {
        position: absolute;
        right: .8rem;
        top: .4rem
    }

    .Post.Single footer {
        position: relative;
        /* padding-right: 116px; */
        /* min-height: 100px */
    }

    .PstOpt {
        position: absolute;
        right: 0;
        top: 0;
        /*width: 180px*/
    }

    .Write form button {
        float: right
    }

    .Note {
        text-align: right
    }

    .CmtCls {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .CmtCls>.Comments,.CmtCls>.WriteCn {
        display: table-cell;
        vertical-align: top
    }

    .CmtCls>.Comments {
        padding-right: 30px
    }

    .CmtCls>.WriteCn {
        width: 475px
    }

    .Gal-Bot {
        overflow: hidden
    }

    .Profile-Info .Description {
        max-height: 90px;
        overflow: auto;
        padding-right: 10px
    }

    .Profile-Info .Description::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #949494
    }

    .Profile-Info .Description::-webkit-scrollbar-thumb {
        background-color: #c23e73
    }

    .ListPost>li.Ups {
        width: 50%;
        text-align: left
    }

    .Messages::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #949494
    }

    .Messages::-webkit-scrollbar-thumb {
        background-color: #c23e73
    }

    .nice-select .list::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: transparent;
        padding-right: 10px
    }

    .nice-select .list::-webkit-scrollbar-thumb {
        background-color: #595959
    }

    .Content .D07 {
        padding-right: 30px
    }

    .Content .D05 {
        padding-left: 60px
    }

    .Frm-Rw {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: .9rem
    }

    .Frm-Rw>.Frm-Cl {
        display: table-cell;
        vertical-align: top
    }

    .Frm-Rw.A>.Frm-Cl.A,.Frm-Rw.A>.Frm-Cl.B,.Frm-Rw.B>.Frm-Cl.A,.Frm-Rw.B>.Frm-Cl.B {
        padding-right: 13px
    }

    .Frm-Rw.A>.Frm-Cl.C {
        width: 120px
    }

    .Frm-Rw.B>.Frm-Cl.A {
        width: 130px
    }

    .Frm-Rw.C>.Frm-Cl {
        width: 50%
    }

    .Frm-Rw.C>.Frm-Cl.A {
        padding-right: 7px
    }

    .Frm-Rw.C>.Frm-Cl.B {
        padding-left: 7px
    }

    .UserFrm .nice-select {
        height: 30px;
        line-height: 30px
    }

    .UserFrm .nice-select:after {
        line-height: 26px
    }

    .UserFrm input {
        height: 30px;
        padding-left: .9rem;
        padding-right: .9rem
    }

    .FrmTags .Form-Input {
        display: inline-block;
        vertical-align: top;
        margin-right: .5rem;
        width: 124px
    }

    .FrmTags .Form-Input:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 70em) {
    .Container {
        max-width:1270px
    }

    .Search {
        width: 350px;
        /*margin-left: 40px*/
        float: right;
    }

    .Menu .sub-menu>li {
        width: 16.66666666666667%
    }

    .Menu>ul>li>a {
        font-size: 1.25rem
    }

    .ListPost>li.DvrCn {
        width: 40%
    }

    .Profile-Bot .D07 {
        padding-right: 30px
    }

    .ListPost>li.Ups {
        width: 60%
    }

    .FrmBot {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .FrmBot>div {
        display: table-cell;
        vertical-align: top
    }

    .FrmBot>div:first-child {
        width: 325px;
        padding-right: 20px
    }

    .UserFrm {
        margin-bottom: 1rem;
        position: relative;
        padding-left: 145px
    }

    .UserFrm .Avatar {
        position: absolute;
        left: 0;
        top: 0
    }

    .Frm-Rw.C {
        display: block
    }

    .Frm-Rw.C>.Frm-Cl {
        display: inline-block;
        margin-bottom: 0
    }

    .Frm-Rw.C>.Frm-Cl.A,.Frm-Rw.C>.Frm-Cl.B {
        width: 180px;
        padding: 0
    }

    .Frm-Rw.C>.Frm-Cl.B {
        padding-left: 7px
    }
}

@media screen and (min-width: 75em) {
    .Search {
        width:440px;
        float: right;
    }
}

.ProfileAvatar img,.ProfileAvatar canvas {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.ProfileAvatar img,.ProfileAvatar canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    min-height: 120px
}

.ProfileAvatar .ChangePhoto {
    text-align: center;
    height: 100%;
    left: -9999em;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    width: 100%
}

.ProfileAvatar:hover .ChangePhoto {
    left: 0
}

.ChangePhoto {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    background-color: transparent;
    font-size: 24px;
    line-height: 24px;
    opacity: .4
}

.ProfileAvatar canvas {
    margin: 0
}

.ChangePhoto label {
    display: block;
    width: 100%;
    height: 120px;
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0;
    background-color: transparent;
    border: 0
}

.FormAlt .ChangePhoto input {
    background-color: transparent;
    border: 0
}

.errorvoto {
    line-height: 100%;
    color: #c23e73 !important;
    display: block !important;
    direction: ltr
}

@media screen and (max-width: 48em) {
    .Frm-Rw.A {
        padding-top:140px
    }
}

.filtros {
    float: right
}

.filtros .Form-Checkbox {
    display: inline-block;
    margin-bottom: 0
}

.filtros .Form-Checkbox input:checked+i:before {
    color: #911e4d
}

.filtros .Form-Checkbox:first-child {
    margin-right: 1rem
}

@media screen and (max-width: 48em) {
    .filtros {
        float:none;
        display: block;
        text-align: center
    }
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 100%;
    height: auto;
    font-size: .75em
}

.ui-datepicker-year {
    -webkit-appearance: menulist;
    -moz-appearance: menulist
}

.publimob {
    text-align: center;
    margin-bottom: 20px;
    width: 100% !important
}

.bready {
    font-size: .8em
}

.bready p {
    margin-bottom: 0
}

#breadcrumbs {
    margin-top: .3rem;
    margin-bottom: .3rem;
    line-height: 1
}

@media only screen and (min-width : 1024px) {
    .div_mobile {
        display:none
    }

    .div_desktop {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1000
    }
}

@media only screen and (max-width : 1024px) {
    .div_mobile {
        position:fixed;
        bottom: 0;
        right: 0;
        z-index: 1000
    }

    .div_desktop {
        display: none
    }
}

.container-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000
}

.close {
    cursor: pointer;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    transition: all .1s ease-out
}

.close:hover {
    transform: scale(1.5)
}


.categories_items, .tags_items {
    margin-bottom: 15px;
    width: 42%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.categories_items span, .tags_items span {
    /* display: block; */
    font-weight: 700;
    margin-bottom: 7px;
}
.categories_items a, .tags_items a {
    /* background: #c9c9c9;
    padding: 4px 8px;
    border-radius: 13px;
    color: #333;
    margin-bottom: 5px;
    display: inline-block; */
}
.categories_items a:hover, .tags_items a:hover {
    color: #ff4255;
    /* color: #fff;
    background-color: #ff4255; */
}
.categories_items [class*=fa-]:before, .tags_items [class*=fa-]:before {
    margin-right: 7px;
}
.tags_items a {
    margin-right: 5px;
}
.Wdgt .Title-Section h2 {
    font-size: 1.125rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 400;
    margin-bottom: 0;
}


.Menu .sub-menu>li {
    position: relative;
}
.Menu .sub-menu>li>a {
    padding-left: 2.3rem;
}
.Menu .sub-menu>li:before {
    content: "\f18e";

    display: inline-block;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    font-family: FontAwesome;

    color: #911e4d;
    position: absolute;
    left: 1rem;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    line-height: 30px;
    transition: .2s;
}
.Menu .sub-menu>li:hover:before {
    color: #ffe500;
}
.Menu .sub-menu>li>a:hover {
    color: #ff4255;
}
.post_empty {
    text-align: center;
    padding: 10px;
    background: #ffa6a6;
    border-radius: 5px;
    font-weight: bold;
}
.meta_sin {
    margin-bottom: 20px;
}

footer.zv {
    background: #c23e73;
    padding-top: 1.5rem!important;
    /* padding: 10px; */
}
.container-footer a {
    color: #eee;
}
.container-footer ul {
    margin: 0;
    padding-left: 20px;
}
.container-footer h5 {
    color: #ffe500;
}
.footer-copyright {
    background: #911e4d;
    text-align: center;
    color: #ffe500;
    padding: 13px 0;
}
.footer-copyright p {
    padding: 0;
    margin: 0;
    color: #ffe500;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.widget {
    /* margin-bottom: 30px; */
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 1em;
}








.container-footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center!important;
}
.container-footer > * {
    color: #fff;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.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;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .text-md-left {
        text-align: left!important;
    }
}
@media (min-width: 576px) {
    .container-footer {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-footer {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-footer {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-footer {
        max-width: 1200px;
    }
}
.selv_noicon {
    margin-left: 0!important;
}
.ti_shortcode .tube_inside_text {
    /* height: 105px; */
    /* overflow: hidden;
    margin-bottom: 20px;
    position: relative; */
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 30px;
    position: relative;
}
.ti_shortcode .tube_inside_text:after, .tube_inside_wdt .ti_wdt_txt:after {
    content: "";
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#efefef));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #efefef);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #efefef);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #efefef);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #efefef);
    position: absolute;
    bottom: 0;
    height: 30px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}
.ti_shortcode .tube_inside_text_control {
    text-align: center;
    display: block;
}
.ti_shortcode .tube_inside_text_control button {
    background: none;
    border: none;
    padding: 0;
    color: #555;
    font-weight: bold;
    cursor: pointer;
    display: none;
}
.tube_inside_text_control button.more:after, .term_action button.more:after, .widget_action button.more:after {
    content: "\f0dd";
}
.tube_inside_text_control button.less:after, .term_action button.less:after, .widget_action button.less:after {
    content: "\f0de";
    padding: 5px 0 0 0;
}
.tube_inside_text_control button:after, .term_action button:after, .widget_action button:after {
    display: inline-block;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    font-family: FontAwesome;
    margin: -2px 7px;
}
.term_action {
    /* text-align: center;*/
    float: right;
}
.term_action button {
    background: none;
    border: none;
    padding: 0;
    color: #555;
    font-weight: bold;
    cursor: pointer;
    /* display: none; */
}
.zetacont .term_action button {
    margin-top: -5px;
    
}
.tube_inside_terms .term_action button {
    display: none;
}
.tube_inside_terms.full .categories_items, .tube_inside_terms.full .tags_items {
    max-width: none;
    text-overflow: clip;
    white-space: normal;
    width: 100%;
}

.tube_inside_wdt {
    overflow: hidden;
    position: relative;
}
.tube_inside_wdt .ti_wdt_txt {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    width: calc(100% - 85px);
}
.widget_action button {
    display: none;
    background: none;
    border: none;
    padding: 0;
    color: #555;
    font-weight: bold;
    cursor: pointer;
}
.widget_action {
    top: 0;
    right: 0;
    position: absolute;
}
@media (max-width: 576px) {
    .categories_items, .tags_items {
        width: 100%;
    }
    footer.zetacont.tube_inside_terms {
        overflow: hidden;
    }
    /* .widget_action {
        position: relative;
        float: right;
    } */
    .tube_inside_wdt .ti_wdt_txt {
        width: 100%;
    }
    .widget_action {
        display: none;
    }
}