﻿:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
    display: none
}

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

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

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    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: #fff
}

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

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

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

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

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

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

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

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

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

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

}

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

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

.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

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

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

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

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

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

.wp-block-columns.has-background {
    padding: 20px 38px
}

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

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

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

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

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

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

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

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

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

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

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

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

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

.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    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: #fff
}

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

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

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

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

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

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

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

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

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

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

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type^=core-embed], .wp-block[data-align=right] > [data-type^=core-embed] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type^=core-embed] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type^=core-embed] .wp-block-embed__wrapper {
    min-width: 280px
}

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

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

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 12px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 12.8px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 13.33333px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 13.71429px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 14px);
        margin-right: 16px
    }

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

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

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

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

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

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

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

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

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

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

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

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 20px 38px
}

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

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

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

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

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

.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: .5em 1em .5em 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

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

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

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

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

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

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

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

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

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

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

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

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

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

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px
}

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

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

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

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

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

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

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

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

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

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

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

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

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

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

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

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

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color), .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e
}

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

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

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

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

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
    padding-right: 8px
}

@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 24px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 8px;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px
}

.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

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

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: 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
}

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

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

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 16px
}

.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

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

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

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

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

}

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

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

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

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-spacer {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-text-columns .wp-block-column {
    margin: 0 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%
}

.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] {
        object-fit: cover
    }
}

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

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

:root .editor-styles-wrapper .has-pale-pink-background-color, :root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-background-color, :root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color, :root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color, :root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color, :root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color, :root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color, :root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color, :root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-background-color, :root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .editor-styles-wrapper .has-white-background-color, :root .has-white-background-color {
    background-color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-background-color, :root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color, :root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color, :root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .editor-styles-wrapper .has-black-background-color, :root .has-black-background-color {
    background-color: #000
}

:root .editor-styles-wrapper .has-pale-pink-color, :root .has-pale-pink-color {
    color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-color, :root .has-vivid-red-color {
    color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color, :root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color, :root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-color, :root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color, :root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color, :root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color, :root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-color, :root .has-vivid-purple-color {
    color: #9b51e0
}

:root .editor-styles-wrapper .has-white-color, :root .has-white-color {
    color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-color, :root .has-very-light-gray-color {
    color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color, :root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-color, :root .has-very-dark-gray-color {
    color: #313131
}

:root .editor-styles-wrapper .has-black-color, :root .has-black-color {
    color: #000
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background, :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

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

:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background, :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background, :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background, :root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background, :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background, :root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .editor-styles-wrapper .has-blush-light-purple-gradient-background, :root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background, :root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

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

:root .editor-styles-wrapper .has-luminous-dusk-gradient-background, :root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

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

:root .editor-styles-wrapper .has-pale-ocean-gradient-background, :root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .editor-styles-wrapper .has-electric-grass-gradient-background, :root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .editor-styles-wrapper .has-subdued-olive-gradient-background, :root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background, :root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .editor-styles-wrapper .has-nightshade-gradient-background, :root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .editor-styles-wrapper .has-midnight-gradient-background, :root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .editor-styles-wrapper .has-link-color a, :root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.editor-styles-wrapper .has-small-font-size, .has-small-font-size {
    font-size: 13px
}

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

.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
    font-size: 20px
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-size: 36px
}

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

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

html {
    
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]: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
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    max-width: 100%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {

}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 0
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=70);
    opacity: .7
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 4px 8px 3px;
    color: #eee;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 2px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.label, .badge {
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #999
}

.badge {
    padding: 1px 4px 0
}

.label:empty, .badge:empty {
    display: none
}

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-arrow {
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: top;
    content: ""
}

.label .label-arrow {
    top: 7px;
    right: -4px;
    border-left: 4px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.label-important, .badge-important {
    background-color: #ff5e52;
    opacity: .9
}

.label-important .label-arrow, .badge-important .label-arrow {
    border-left-color: #ff5e52;
    opacity: .9
}

.label-warning, .badge-warning {
    background-color: #f89406
}

.label-warning .label-arrow, .badge-warning .label-arrow {
    border-left-color: #f89406
}

.label-success, .badge-success {
    background-color: #56af45
}

.label-success .label-arrow, .badge-success .label-arrow {
    border-left-color: #56af45
}

.label-info, .badge-info {
    background-color: #3a87ad
}

.label-info .label-arrow, .badge-info .label-arrow {
    border-left-color: #3a87ad
}

.label-inverse, .badge-inverse {
    background-color: #4a4a4a
}

.label-inverse .label-arrow, .badge-inverse .label-arrow {
    border-left-color: #4a4a4a
}

a.label-important:hover, a.badge-important:hover {
    opacity: 1
}

a.label-important:hover .label-arrow, a.badge-important:hover .label-arrow {
    opacity: 1
}

a.label-warning:hover, a.badge-warning:hover {
    background-color: #d57f05
}

a.label-warning:hover .label-arrow, a.badge-warning:hover .label-arrow {
    border-left-color: #d57f05
}

a.label-success:hover, a.badge-success:hover {
    background-color: #49953b
}

a.label-success:hover .label-arrow, a.badge-success:hover .label-arrow {
    border-left-color: #49953b
}

a.label-info:hover, a.badge-info:hover {
    background-color: #317292
}

a.label-info:hover .label-arrow, a.badge-info:hover .label-arrow {
    border-left-color: #317292
}

a.label-inverse:hover, a.badge-inverse:hover {
    background-color: #383838
}

a.label-inverse:hover .label-arrow, a.badge-inverse:hover .label-arrow {
    border-left-color: #383838
}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

a {
    color: #444;
    text-decoration: none
}

a:hover, a:focus {
    color: #ff5e52;
    text-decoration: none
}

::selection {
    background: #72d0eb;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #72d0eb;
    color: #fff;
    text-shadow: none
}

.text-muted a {
    color: #999;
    text-decoration: underline
}

.text-muted a:hover {
    color: #ff5e52
}

.wp-video, .mejs-video, audio, canvas, progress, video, embed, iframe, .iframe {
    max-width: 100%
}

.wp-video {
    margin-bottom: 16px
}

body, button, input, select, textarea {

}

body {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    overflow-x: hidden;
    background-color: #eee
}

.header {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 190px;
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;
    z-index: 99
}

.container {
    max-width: 1280px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    position: relative;
    *zoom: 1
}

.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

.content-wrap {
    width: 100%;
    float: left
}

.content {
    margin-right: 320px;
  /*  margin-left: 190px;*/
    padding: 20px 25px 0;
    min-height: 800px;
    overflow: hidden
}

.sidebar {
    float: left;
    margin-left: -320px;
    width: 300px;
    position: relative;
    padding-top: 20px
}

.error404 {
    background-color: #fff
}

.logo {
    margin: 0;
    font-size: 0
}

.logo a {
    display: block;
    height: 120px;
    overflow: hidden;
    background-color: #ff5e52;
    color: #fff
}

.logo-img-m {
    display: none
}

.feeds {
    padding: 15px 0 15px 15px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    line-height: 28px
}

.feeds-title {
    margin: 0 0 7px -15px;
    padding: 0;
    color: #999;
    text-align: center
}

.feed {
    opacity: .8;
    color: #666;
    font-size: 12px;
    display: inline-block;
    width: 48%
}

.feed i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.feed:hover, .feed:active {
    opacity: 1
}

.feed-weibo i {
    background-color: #ff5e52
}

.feed-tqq i {
    background-color: #1faeff
}

.feed-facebook i {
    background-color: #2365da
}

.feed-twitter i {
    background-color: #00d5e7
}

.feed-weixin i {
    background-color: #4bc916
}

.feed-rss i {
    background-color: #f1b305
}

.feed-weibo:hover {
    color: #ff5e52
}

.feed-tqq:hover {
    color: #1faeff
}

.feed-facebook:hover {
    color: #2365da
}

.feed-twitter:hover {
    color: #00d5e7
}

.feed-weixin:hover {
    color: #4bc916
}

.feed-rss:hover {
    color: #f1b305
}

.feed-weixin-hide {
    display: none !important
}

.deliver {
    text-align: center;
    padding: 0 15px
}

.deliver .btn {
    padding: 10px;
    border-width: 2px;
    border-color: #ddd;
    color: #777
}

.deliver .btn:hover {
    border-color: #ccc;
    color: #444;
    background-color: #f6f6f6
}

.deliver .glyphicon {
    top: 2px;
    margin-right: 3px
}

.slinks {
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 25px
}

.slinks a {
    color: #999;
    margin: 0 5px
}

.slinks a:hover {
    color: #666;
    text-decoration: underline
}

.user-welcome {
    padding: 8px 8px 7px 58px;
    font-size: 12px;
    margin: 20px 15px;
    background-color: #eee;
    border-radius: 2px;
    box-shadow: -1px -1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .03)
}

.user-welcome .avatar {
    float: left;
    margin-left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    top: -1px
}

.user-welcome strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #ff5e52
}

.user-logout {
    font-size: 12px;
    text-align: center;
    margin-top: -15px;
    color: #999
}

.user-logout a {
    color: #999;
    text-decoration: underline
}

.nav {
    position: relative;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.nav li {
    position: relative
}

.nav li a {
    padding: 12px 25px;
    color: #666;
    display: block
}

.nav li a:focus, .nav li a:hover {
    color: #444;
    background-color: #fff
}

.nav li.current-menu-item > a, .nav li.current-menu-parent > a, .nav li.current_page_item > a, .nav li.current-post-ancestor > a {
    color: #ff5e52;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.nav li ul {
    position: absolute;
    top: -2px;
    left: 100%;
    min-width: 160px;
    z-index: 10;
    font-size: 14px;
    border: 2px solid #eee;
    border-left: none;
    background-color: #fff;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    display: none
}

.nav li:hover > ul {
    display: block
}

.nav li ul > li > a {
    padding: 8px 10px 8px 25px;
    color: #999
}

.nav li ul > li > a:hover {
    background-color: #f6f6f6;
    color: #555
}

.nav .glyphicon {
    margin-right: 10px;
    top: 2px
}

.btn-navbar {
    display: none;
    float: right;
    padding: 5px 8px 6px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 11px;
    background-color: #404040
}

.btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f9f9f9
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px
}

.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -5px;
    left: 9px
}

.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    position: absolute;
    top: -4px;
    left: 10px
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px
}

.menu {
    margin-right: 20px;
    margin-top: 11px
}

.search-suggest.dropdown-menu > li > a {
    padding: 4px 7px 3px
}

.search-suggest span {
    float: right;
    color: #999
}

.search-suggest .active span {
    color: #fff
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.pagination {
    padding: 20px;
    background-color: #fff;
    text-align: center
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a, .pagination ul > li > span {
    margin: 0 5px;
    float: left;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #ddd;
    color: #666;
    opacity: .88
}

.pagination-multi ul > li > a, .pagination-multi ul > li > span {
    padding: 5px 14px;
    margin: 0 1px;
    font-size: 12px
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus {
    opacity: 1
}

.pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #ff5e52;
    color: #fff
}

.pagination ul > .active > a, .pagination ul > .active > span {
    cursor: default
}

.pagination ul > li > span, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul > li.next-page > a {
    background-color: #ff5e52;
    color: #fff
}

.ias_trigger {
    margin: 20px 0
}

.ias_trigger a {
    background-color: #eee;
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #999
}

.ias_trigger a:hover {
    background-color: #ddd;
    color: #666
}

.pagination-loading {
    font-size: 16px;
    text-align: center;
    color: #999;
    padding: 30px 0 40px
}

.pagination-loading .glyphicon {
    top: 2px
}

.pagenav {
    overflow: hidden;
    text-align: center;
    padding: 20px
}

.pagenav a, .pagenav .current, .pagenav .page-numbers {
    padding: 4px 12px 3px;
    color: #666;
    display: inline-block;
    background-color: #eee;
    margin: 0 1px
}

.pagenav .current {
    background-color: #ff5e52;
    color: #fff
}

.pagenav a:hover {
    background-color: #ccc;
    color: #444
}

.article-nav {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px;
    color: #bbb;
    clear: both
}

.article-nav-prev, .article-nav-next {
    float: left;
    position: relative;
    width: 50%
}

.article-nav-next {
    float: right;
    text-align: right
}

.article-nav-prev:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #eee
}

.article-nav-next:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #eee
}

.article-nav-prev span, .article-nav-next span {
    display: block
}

.article-nav a {
    color: #999;
    margin-right: 20px;
    display: inline-block
}

.article-nav a:hover {
    color: #ff5e52
}

.article-nav-next a {
    margin-right: 0;
    margin-left: 20px
}

.title {
    position: relative;
    margin: 0;
    line-height: 32px;
    font-size: 20px;
    border-bottom: 2px solid #eee
}

.title strong {
    border-bottom: 2px solid #ff5e52;
    display: inline-block;
    position: relative;
    bottom: -2px;
    font-weight: 400
}

.title .pull-right {
    float: right;
    line-height: 32px
}

.sticky {
    overflow: hidden;
    margin-bottom: 0
}

.sticky ul {
    list-style: none;
    padding: 0;
    padding-top: 15px;
    overflow: hidden;
    margin-right: -10px
}

.sticky li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    height: 178px;
    overflow: hidden
}

.sticky li a {
    display: block;
    margin-right: 10px;
    position: relative;
    color: #666
}

.sticky a:hover {
    color: #ff5e52
}

.sticky img {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    height: 132px
}

.focusmo {
    overflow: hidden;
    margin-bottom: 10px
}

.focusmo ul {
    list-style: none;
    margin: 0;
    padding-left: 50%
}

.focusmo li {
    width: 50%;
    float: left;
    margin-bottom: 10px
}

.focusmo a {
    margin-left: 10px;
    display: block;
    overflow: hidden;
    height: 128px;
    position: relative
}

.focusmo img {
    width: 100%;
    height: 100%
}

.focusmo li.large {
    width: 100%;
    float: left;
    margin-left: -100%
}

.focusmo li.large a {
    height: 266px;
    margin-left: 0
}

.focusmo h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 10px 0;
    height: 41px;
    overflow: hidden;
    background-color: #656565;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 17px
}

.focusmo .large h4 {
    font-size: 16px;
    line-height: 34px
}

.focusmo a:hover h4 {
    background-color: #ff5e52;
    opacity: .9
}

.relates {
    overflow: hidden
}

.relates ul {
    list-style: none;
    padding: 15px 0 0;
    overflow: hidden;
    margin-right: -10px
}

.relates-model-thumb li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 20px
}

.relates-model-thumb a {
    margin-right: 10px;
    display: block
}

.relates-model-thumb a img {
    width: 100%;
    margin-bottom: 5px;
    height: 132px
}

.relates-model-text ul {
    margin-right: 0;
    list-style: disc;
    margin-left: 20px;
    color: #666;
    margin-bottom: 20px
}

.relates-model-text li {
    margin-bottom: 8px;
    margin-left: 20px
}

.relates a {
    color: #666
}

.relates a:hover {
    color: #ff5e52
}

.excerpt {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden
}

.excerpt header {
    margin: 0 0 10px
}

.excerpt .focus {
    position: relative;
    margin: 10px -6px 0 0;
    overflow: hidden
}

.thumbnail .item {
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 6px
}

.thumbnail .thumb {
    max-width: 240px;
    width: 100%;
    max-height: 132px
}

.focus .thumbnail .thumb {
    height: 132px
}

.thumb-span {
    margin-right: 6px;
    display: block
}

.thumb-span {
    position: relative;
    
    overflow: hidden
}

.thumb-span:before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.thumb-span:hover:before {
    background-color: rgba(0, 0, 0, .4)
}

.excerpt-one {
    position: relative
}

.excerpt-one .focus {
    float: right;
    width: 25.3%;
    margin-top: 0;
    margin-right: 0
}

.excerpt-one .focus .item {
    width: 100%
}

.excerpt-one .note {
    margin-top: 6px;
    padding-right: 15px
}

.excerpt-one .note {
    margin-right: 25.3%
}

.excerpt header .label {
    margin-right: 5px;
    position: relative;
    top: -2px
}

.excerpt header small {
    margin-left: 10px
}

.excerpt header small .glyphicon {
    margin-right: 2px;
    font-size: 13px
}

.post-views .glyphicon {
    font-size: 13px;
    margin-right: 2px;
    top: 2px
}

.excerpt h2 {
    display: inline;
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    position: relative;
    top: 1px;
    line-height: 25px
}

.excerpt h2 strong {
    color: #8cac52;
    margin-right: 10px
}

.excerpt h2 a {
    color: #444
}

.excerpt h2 a span {
    color: #ff5e52
}

.excerpt h2 a:hover {
    color: #ff5e52
}

.excerpt p {
    margin-bottom: 0
}

.excerpt .note {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

.excerpt .itag a {
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2 #ddd #ddd #e2e2e2;
    display: inline-block;
    margin-right: 3px;
    border-radius: 1px;
    padding: 0 5px;
    line-height: 18px
}

.excerpt .text-muted {
    font-size: 12px
}

.excerpt .views > span, .excerpt .views > a {
    margin-right: 20px
}

.post-like {
    text-decoration: none
}

.post-like i {
    margin-right: 5px;
    font-size: 13px;
    top: 2px;
    width: 13px
}

.post-like.actived {
    color: #ff5e52
}

a.post-linkto {
    background-color: #51cc87;
    color: #fff;
    opacity: .85;
    filter: alpha(opacity=85)
}

.excerpt a.post-linkto {
    float: right;
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    text-decoration: none
}

a.post-linkto:hover, .text-muted a.post-linkto:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff
}

.excerpt-multi .views > a.post-linkto {
    margin-right: 0
}

.breadcrumbs {
    padding: 5px 0 10px;
    font-size: 12px;
    text-align: left
}

.breadcrumbs small {
    font-size: 12px;
    
    color: #bbb;
    margin: 0 2px;
    font-weight: 700
}

.share {
    overflow: hidden;
    margin-bottom: 20px
}

.share h5 {
    float: left;
    margin-right: 5px
}

.share > div {
    float: left
}

.share a {
    text-decoration: none
}

.article-sidebar {
    width: 230px;
    float: right;
    position: relative
}

.article-meta {
    overflow: hidden;
    color: #999;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.article-meta li {
    float: left;
    margin-right: 20px
}

.article-meta a {
    color: #888;
    text-decoration: underline
}

.article-meta a:hover {
    color: #ff5e52
}

.article-header {
    padding: 0 0 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.article-header .text-muted {
    font-size: 12px;
    margin-bottom: 0
}

.article-title {
    font-size: 26px;
    margin-top: 5px;
    line-height: 1.2
}

.article-title a {
    color: #444
}

.article-title a span {
    color: #ff5e52
}

.article-title a:hover {
    color: #ff5e52;
    text-decoration: underline
}

.article-content {
    font-size: 16px;
    line-height: 1.8;
    word-wrap: break-word
}

.article-content img {
    margin: 5px 0;
    display: block;
    max-width: 100%;
    height: auto
}

.article-content h3, .article-content h4， .article-content h5 {
    border-bottom: #eee 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #444
}

.article-content h2 {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    padding: 10px 0;
    line-height: 18px;
    border-bottom: 1px solid #eee
}

.article-content h3 {
    font-size: 16px;
    padding-bottom: 0
}

.article-content h4 {
    font-size: 15px
}

.article-content h5 {
    font-size: 14px
}

.article-content ul, .article-content ol {
    margin: 0 0 20px
}

.article-content p {
    margin-bottom: 20px
}

.article-content pre {
    word-wrap: break-word
}

.article-content table {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 100%;
    margin-bottom: 20px
}

.article-content table th {
    background-color: #f9f9f9;
    text-align: center
}

.article-content table td, .article-content table th {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 5px 10px
}

.article-content .alignnone {
    margin: 0 auto
}

.article-content .alignleft {
    float: left;
    text-align: left;
    margin-right: 10px
}

.article-content .aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block
}

.article-content .alignright {
    float: right;
    text-align: right;
    margin-left: 10px
}

.article-content .wp-caption {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 10px 10px 1px;
    max-width: 100%
}

.article-content .wp-caption img {
    margin: 0 0 5px
}

.article-content .wp-caption p {
    margin-bottom: 10px
}

.article-content .wp-caption.alignnone {
    text-align: center
}

.article-content .wp-caption:hover .wp-caption-text {
    color: #ff5e52
}

.article-content a {
    color: #428bca;
    text-decoration: underline
}

.article-content a:hover {
    color: #ff5e52
}

.post-copyright {
    clear: both;
    background-color: #f2f2f2;
    font-size: 12px;
    color: #999;
    padding: 6px 15px 5px;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px
}

.post-copyright a {
    color: #999;
    text-decoration: none
}

.post_p_indent .article-content p {
    text-indent: 30px
}

.article-tags {
    margin-bottom: 30px;
    text-align: center
}

.article-tags a {
    display: inline-block;
    padding: 3px 8px 2px;
    margin: 0 4px 4px 0;
    color: #fff;
    font-size: 12px;
    background-color: #ff5e52;
    opacity: .85;
    filter: alpha(opacity=85);
    text-decoration: none
}

.article-tags a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff
}

.tag-clouds {
    overflow: hidden
}

.tag-clouds li {
    float: left;
    width: 25%;
    margin-bottom: 12px;
    padding-bottom: 2px;
    height: 76px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden
}

.tag-clouds strong {
    color: #666;
    margin-left: 2px;
    margin-bottom: 10px;
    display: inline-block
}

.article-info-text {
    margin-top: 15px;
    font-size: 14px
}

.article-content pre, .comment pre {
    margin: 20px 0;
    font: 12px/20px 'courier new';
    background: #4a4a4a;
    padding: 10px 20px;
    color: #f8f8d4;
    border: none
}

.article-content blockquote {
    margin: 15px auto;
    border: 1px solid #e6e6e6;
    border-left-width: 3px;
    padding: 15px 27px 10px;
    background-color: #fbfbfb;
    font-size: 14px;
    line-height: 20px;
    clear: both
}

.article-content blockquote p {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-indent: 0
}

.article-paging {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    line-height: 1
}

.article-paging span {
    display: inline-block;
    padding: 8px 12px;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666
}

.article-paging a span {
    background-color: #fff;
    color: #666
}

.article-paging a:hover span {
    border-color: #bbb
}

.article-author {
    clear: both;
    overflow: hidden;
    padding: 30px 0 45px 70px
}

.article-author .avatar {
    float: left;
    width: 50px;
    height: 50px;
    margin-left: -70px;
    border-radius: 50%
}

.article-author h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.article-author-desc {
    color: #999
}

.article-author-desc a {
    color: #999
}

.article-author-desc a:hover {
    color: #444
}

.uimo .article-author {
    background-color: #fff;
    padding: 20px 30px 20px 100px
}

.page-title {
    font-size: 16px;
    margin: 0;
    padding: 0
}

.page-title strong {
    font: bold 12px/18px arial;
    font-style: normal;
    color: #999;
    margin: 0 10px
}

.page-title em {
    font-style: normal;
    font-weight: 400;
    color: #080;
    font-size: 12px
}

.page-title .btn {
    font-weight: 400;
    margin-left: 20px
}

.page-title .btn:active {
    border-bottom-color: #fff
}

.widget {
    clear: both;
    margin-bottom: 20px;
    position: relative
}

.widget.affix {
    width: 300px
}

.widget .title {
    border-bottom: 2px solid #eee;
    padding-top: 2px
}

.widget .title .btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: 400;
    padding: 2px 7px 1px
}

.widget ul {
    *zoom: 1;
    list-style: none;
    padding: 0
}

.widget ul:before, .widget ul:after {
    display: table;
    content: "";
    line-height: 0
}

.widget ul:after {
    clear: both
}

.widget_ssr img {
    display: block;
    max-width: 100%
}

.widget_ssr_inner {
    position: relative;
    overflow: hidden
}

.widget_ssr .sell {
    display: block;
    border: solid 1px #d6d6d6;
    color: #999;
    text-align: center;
    height: 123px;
    line-height: 123px;
    font-weight: 700
}

.widget_ssr .sell:hover {
    border-color: #bbb;
    color: #777
}

.widget ul.widget_tags_inner {
    overflow: hidden;
    padding-top: 5px;
    font-size: 12px;
    margin-right: -6px
}

.widget_tags_inner li {
    float: left;
    width: 33.33333%;
    margin-top: 2px
}

.widget_tags_inner a {
    color: #777;
    display: block;
    margin-right: 6px;
    background-color: #fafafa;
    padding: 4px 8px;
    height: 28px;
    border-left: 1px solid #ededed;
    overflow: hidden
}

.widget_tags_inner a:hover {
    color: #fff;
    background-color: #ff5e52;
    border-left-color: #fed426;
    border-left-width: 4px
}

.widget_postlist .items-01 li a {
    border-bottom: solid 1px #eee;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 8px 0
}

.widget_postlist .items-01 li.has-thumb a {
    padding-right: 90px;
    min-height: 76px
}

.widget_postlist .items-01 li a:hover {
    background-color: #f8fcfe
}

.widget_postlist .items-01 .text {
    margin-top: 1px;
    display: block
}

.widget_postlist .items-01 .text span {
    color: #ff5e52
}

.widget_postlist .items-01 .thumbnail {
    position: absolute;
    right: 0;
    top: 8px
}

.widget_postlist .items-01 .thumbnail img {
    width: 80px;
    height: 60px
}

.widget_postlist .items-01 .text-muted {
    margin-right: 20px;
    font-size: 12px
}

.widget_postlist {
    overflow: hidden
}

.widget_postlist .items-02 {
    margin-right: -3%;
    overflow: hidden
}

.widget_postlist .items-02 li {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-top: 3%
}

.widget_postlist .items-02 a {
    position: relative;
    display: block
}

.widget_postlist .items-02 .thumb {
    height: 108px
}

.widget_postlist .items-02 .post-views {
    display: none
}

.widget_postlist .items-02 .text {
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    padding: 4px 10px;
    background-color: #555;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 12px;
    line-height: 16px
}

.widget_postlist .items-02 a:hover .text {
    top: auto;
    bottom: 0
}

.widget_postlist .items-03 li a {
    border-bottom: solid 1px #eee;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 8px 0
}

.widget_postlist .items-03 li a:hover {
    background-color: #f8fcfe
}

.widget_postlist .items-03 .text {
    margin-top: 1px;
    display: block
}

.widget_postlist .items-03 .text-muted {
    margin-right: 20px;
    font-size: 12px
}

.widget_links ul {
    padding: 5px 0 0;
    font-size: 12px
}

.widget_links li {
    width: 50%;
    float: left;
    line-height: 32px
}

.widget_comments a {
    display: block;
    padding: 10px 0 10px 46px;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #eee
}

.widget_comments a:hover {
    border-bottom-color: #ddd;
    background-color: #fbfbfb;
    color: #444
}

.widget_comments .avatar {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: -46px;
    position: relative;
    bottom: -2px
}

.header .search-form {
    width: 160px;
    padding-right: 48px;
    margin: 15px 0 0 15px;
    overflow: hidden
}

.header .search-form .btn {
    width: 48px
}

.header .search-form .form-control {
    border-width: 1px
}

.search-form {
    padding: 10px 70px 0 0;
    position: relative
}

.search-form .form-control {
    color: #666;
    border: solid 2px #ddd;
    box-shadow: none;
    border-radius: 0;
    border-right: none;
    padding: 5px 5px 5px 10px
}

.search-form .form-control:focus {
    border-color: #ccc
}

.search-form .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: none;
    width: 70px;
    padding: 6px;
    border-radius: 0;
    background-color: #ff5e52;
    color: #fff;
    opacity: .85
}

.search-form .btn:hover, .search-form .btn:focus {
    opacity: 1
}

.header #bdcs {
    float: left;
    width: 220px;
    padding-right: 54px;
    margin: 12px 0 0 30px
}

.header #bdcs .bdcs-search-form-submit {
    width: 54px
}

.header #bdcs .bdcs-search-form-input {
    border-width: 1px
}

#bdcs {
    padding: 10px 70px 0 0;
    position: relative
}

#bdcs .bdcs-search-form-input {
    color: #666;
    border: solid 2px #ddd;
    box-shadow: none;
    border-radius: 0;
    border-right: none;
    padding: 5px 5px 5px 10px;
    height: 34px;
    display: block;
    width: 100%
}

#bdcs .bdcs-search-form-input:focus {
    border-color: #ccc;
    outline: none
}

#bdcs .bdcs-search-form-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: none;
    width: 70px;
    border-radius: 0;
    background-color: #ff5e52;
    color: #fff;
    opacity: .85;
    border: none;
    height: 34px;
    display: block
}

#bdcs .bdcs-search-form-submit :hover, #bdcs .bdcs-search-form-submit :focus {
    opacity: 1
}

.widget_categories ul {
    list-style: disc;
    margin-left: 18px;
    color: #999
}

.widget_categories li {
    margin-top: 7px
}

.widget_categories .children {
    margin-left: 20px;
    font-size: 12px;
    margin-bottom: 10px
}

.widget_categories .children li {
    margin-top: 5px
}

.widget_categories .postform {
    margin-top: 10px;
    width: 100%;
    height: 38px;
    font-size: 14px;
    border: 2px solid #ddd;
    padding: 0 5px
}

.widget_rss .rsswidget img {
    display: none
}

.widget_rss li {
    border-bottom: solid 1px #eee;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 10px 0
}

.widget_rss li:hover {
    background-color: #f8fcfe
}

.widget_rss .rss-date {
    display: block;
    font-size: 12px;
    color: #bbb
}

.widget_rss .rssSummary {
    font-size: 12px;
    color: #999
}

.widget_rss cite {
    font-size: 12px
}

.widget_meta ul {
    list-style: disc;
    margin-left: 18px;
    color: #999
}

.widget_meta li {
    margin-top: 7px
}

.widget_text .textwidget {
    margin-top: 10px
}

.widget_archive .screen-reader-text {
    display: none
}

.widget_archive ul {
    list-style: disc;
    margin-left: 18px;
    color: #999;
    margin-top: 10px
}

.widget_archive li {
    margin-top: 7px
}

.widget_archive select {
    margin-top: 10px;
    width: 100%;
    height: 38px;
    font-size: 14px;
    border: 2px solid #ddd;
    padding: 0 5px
}

.widget_calendar {
    overflow: hidden
}

.widget_calendar table {
    width: 100%;
    text-align: center
}

.widget_calendar table caption {
    padding: 10px 0 5px;
    font-size: 15px
}

.widget_calendar table #prev a, .widget_calendar table #next a {
    display: block;
    padding: 0 10px
}

.widget_calendar table #prev {
    text-align: left
}

.widget_calendar table #next {
    text-align: right
}

.widget_calendar table tbody td, .widget_calendar table tfoot td, .widget_calendar table thead th {
    padding: 5px 3px;
    border: 1px solid #eee
}

.widget_calendar table thead th {
    background-color: #fbfbfb
}

.widget_calendar table tbody td a {
    display: block;
    margin: 0 3px;
    background-color: #428bca;
    color: #fff
}

.widget_calendar table tbody td a:hover {
    background-color: #357ebd
}

.tagcloud {
    margin-top: 5px
}

.tagcloud a {
    display: inline-block;
    margin: 5px 5px 0 0
}

.widget_nav_menu ul {
    list-style: disc;
    margin-left: 18px;
    color: #999
}

.widget_nav_menu li {
    margin-top: 7px
}

.widget_nav_menu ul ul {
    margin-left: 20px;
    font-size: 12px;
    margin-bottom: 10px
}

.widget_nav_menu ul ul li {
    margin-top: 5px
}

.widget_nav_menu .glyphicon {
    margin-right: 5px;
    color: #999
}

.widget_recent_entries li {
    border-bottom: solid 1px #eee;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 10px 0
}

.widget_recent_entries li:hover {
    background-color: #f8fcfe
}

.widget_recent_entries li .post-date {
    display: block;
    font-size: 12px;
    color: #999
}

.widget_pages ul {
    list-style: disc;
    margin-left: 18px;
    color: #999
}

.widget_pages li {
    margin-top: 7px
}

.widget_textssr {
    border: none
}

.widget_textssr a {
    display: block;
    padding: 0 15px 15px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    font-size: 12px
}

.widget_textssr a h2 {
    font-size: 20px;
    font-weight: 400
}

.widget_textssr a p {
    color: #999;
    margin-bottom: 0
}

.widget_textssr a strong {
    margin: -1px 0 0;
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.widget_textssr a.style01 {
    color: #428bca
}

.widget_textssr a.style01:hover {
    border-color: #428bca
}

.widget_textssr a.style01 strong {
    background-color: #428bca
}

.widget_textssr a.style02 {
    color: #ff5e52
}

.widget_textssr a.style02:hover {
    border-color: #ff5e52
}

.widget_textssr a.style02 strong {
    background-color: #ff5e52
}

.widget_textssr a.style03 {
    color: #5cb85c
}

.widget_textssr a.style03:hover {
    border-color: #5cb85c
}

.widget_textssr a.style03 strong {
    background-color: #5cb85c
}

.widget_textssr a.style04 {
    color: #c35bff
}

.widget_textssr a.style04:hover {
    border-color: #c35bff
}

.widget_textssr a.style04 strong {
    background-color: #c35bff
}

.widget_textssr a.style05 {
    color: #61b3e6
}

.widget_textssr a.style05:hover {
    border-color: #61b3e6
}

.widget_textssr a.style05 strong {
    background-color: #61b3e6
}

.footer {
    clear: both;
    color: #aaa;
    position: relative;
    z-index: 1;
    margin-left: 215px;
    margin-right: 20px;
    padding: 20px 0 30px;
    border-top: 2px solid #eee;
    font-size: 12px;
    background-color: #fff
}

.footer a {
    color: #aaa
}

.footer a:hover {
    color: #999
}

.rollto {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none
}

.rollto a {
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/backtop.png) no-repeat 0 0;
    text-indent: -999px
}

.rollto a:hover {
    background-position: 0 -52px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.ssr-your {
    display: block;
    background-color: #fbfbfb;
    border: 2px dashed #bbb;
    text-align: center;
    color: #aaa;
    line-height: 20px;
    font-size: 22px
}

.ssr-your:hover {
    border-color: #aaa;
    color: #888
}

.ssr-your:active {
    border-color: #ff5e52;
    color: #ff5e52
}

.ssr {
    overflow: hidden;
    clear: both;
    text-align: center
}

.ssr-content {
    margin-bottom: 20px
}

.banner-post {
    padding-top: 10px
}

.banner-navbar, .banner-site {
    margin-bottom: 10px;
    background: 0 0
}

.banner-sticky {
    margin-bottom: 1px
}

.banner-contenttop {
    margin-bottom: 1px
}

.ssr img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

#respond, #postcomments {
    position: relative;
    background-color: #fff
}

#respond .base-tit {
    display: none
}

.comment #respond {
    padding: 10px 0 10px 36px
}

.comment #commentform {
    margin-bottom: 0
}

.commentlist.commentnew {
    padding: 20px;
    background-color: #fff
}

.commentnew .c-main {
    margin-bottom: 5px
}

.comment {
    padding: 10px 0
}

.commentlist {
    padding: 0;
    list-style: none;
    margin: 0
}

.c-avatar {
    width: 25px;
    height: 25px;
    background-color: #fff;
    float: left;
    display: inline;
    position: relative
}

.c-avatar .avatar {
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.c-main {
    margin-left: 35px;
    color: #888;
    line-height: 25px;
    position: relative;
    padding-right: 100px
}

.c-main p {
    margin-bottom: 0
}

.c-meta {
    color: #bbb;
    font-size: 12px
}

.c-author {
    margin-right: 10px
}

.c-author .url {
    color: #60c4fd
}

.c-author .url:hover {
    color: #1faeff;
    text-decoration: underline
}

.c-time {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 12px;
    color: #bbb
}

.comment-reply-link {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 12px;
    color: #bbb;
    display: none
}

.comment:hover > .c-main > .c-time {
    display: none
}

.comment:hover > .c-main > .comment-reply-link {
    display: block
}

.comment pre {
    margin: 3px 0 5px;
    padding: 7px 10px;
    border-radius: 1px
}

.depth-1 {
    border-bottom: #f2f2f2 1px solid
}

.depth-1.odd {
    background-color: #fefefe
}

.depth-2 {
    margin-right: 48px
}

.depth-2, .depth-4, .depth-6, .depth-8 {
    background-color: #fdfdfd
}

.depth-3, .depth-5, .depth-7, .depth-9 {
    background-color: #fff
}

.comment .children {
    list-style: none;
    padding: 0;
    margin-bottom: -10px
}

.comment .children .comment {
    padding: 10px 0;
    margin: 10px 0 0 36px;
    border-top: 1px solid #f2f2f2
}

.comment .children .c-main p {
    font-size: 12px;
    margin-right: 0
}

.comment .children .c-meta {
    padding-top: 1px
}

.c-floor {
    float: right;
    font-size: 18px;
    color: #ddd
}

.comment:hover .c-floor {
    color: #999
}

.c-approved {
    border-radius: 2px;
    font-size: 12px;
    background-color: #eee;
    color: #999;
    display: inline-block;
    padding: 1px 5px 0;
    margin-top: 4px;
    line-height: 20px;
    margin-left: 5px
}

.wp-smiley {
    margin-bottom: 2px
}

#comments {
    margin-bottom: 20px
}

#comments b {
    font-weight: 400;
    color: #ff5e52
}

#comments .pull-right {
    font-size: 12px;
    position: relative;
    top: 5px
}

#commentform {
    margin-bottom: 20px;
    padding-left: 60px
}

.comt-title {
    width: 50px;
    float: left;
    margin-left: -60px
}

.comt-count {
    float: right;
    color: #999;
    margin-bottom: 5px
}

.comt {
    position: relative
}

.comt-avatar {
    height: 50px;
    width: 50px
}

.comt-avatar img {
    border-radius: 2px;
    width: 50px;
    height: 50px
}

.comt-author {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.comt-box {
    border: 2px solid #ccd4d9;
    border-radius: 2px;
    padding: 4px
}

.comt-ctrl {
    position: relative;
    height: 34px;
    background-color: #fafafa;
    border-top: 1px solid #e6eaed;
    margin: 0 -4px -4px
}

#submit {
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: #ff655a;
    border: none;
    border-right: 2px solid #ff5e52;
    border-bottom: 2px solid #ff5e52;
    padding: 0 20px;
    height: 36px;
    color: #fff;
    outline: 0;
    border-radius: 0 0 2px
}

#comment {
    width: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    line-height: 22px;
    font-size: 14px;
    outline: 0;
    margin-bottom: 2px;
    height: 48px
}

.hide {
    display: none
}

.comt-tips {
    text-align: right;
    margin-right: 110px;
    line-height: 32px;
    font-size: 12px;
    color: #999
}

.comt-error {
    color: #d9534f
}

.comt-comterinfo {
    padding: 20px 0 0;
    color: #444;
    text-align: center
}

.comt-comterinfo ul {
    padding: 0;
    margin: 0 auto;
    width: 320px;
    list-style: none;
    text-align: left
}

.comt-comterinfo li {
    margin-bottom: 10px
}

.comt-comterinfo input {
    margin-right: 10px;
    position: relative;
    *bottom: -3px;
    border: 2px solid #ccd4d9;
    border-radius: 2px;
    height: 34px;
    padding: 3px 5px;
    outline: none;
    width: 220px;
    box-shadow: none
}

#cancel-comment-reply-link {
    display: none;
    font-size: 12px;
    text-align: center;
    margin-top: 7px;
    color: #999
}

#cancel-comment-reply-link:hover {
    color: #ff5e52
}

.comment #cancel-comment-reply-link {
    display: block
}

.comment-signarea {
    background-color: #f6f6f6;
    border-radius: 7px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px
}

.comment-signarea h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px
}

.comment-signarea .auth {
    margin: 0 5px
}

.auth {
    background: url(../images/oauth-24.png) no-repeat 0 0;
    line-height: 100px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    width: 126px;
    opacity: .72
}

.auth-weibo {
    background-position: 0 -34px
}

.auth:hover {
    opacity: 1
}

.article-social {
    padding: 30px 0;
    text-align: center;
    font-size: 0
}

.article-social .action {
    margin: 0 5px
}

.action {
    position: relative;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12);
    font-size: 14px
}

.action:hover, .action:focus {
    color: #fff
}

.action i {
    margin-right: 5px;
    top: 2px;
    width: 14px;
    display: inline-block
}

.action .action-popover {
    position: absolute;
    width: 198px;
    padding: 5px 0 2px;
    top: -45px;
    left: 50%;
    margin-left: -98px;
    display: none;
    height: 46px
}

.action .popover-content {
    padding: 7px 3px 5px 8px
}

.action:hover .action-popover {
    display: block
}

.action .popover {
    display: block;
    border-radius: 4px
}

.action-like {
    background-color: #ff5e52;
    opacity: .9;
    filter: alpha(opacity=90)
}

.action-like.actived, .action-like:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.action-comment {
    background-color: #60c4fd;
    opacity: .9
}

.action-comment.actived, .action-comment:hover {
    opacity: 1
}

.action-share {
    color: #666;
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.bdsharebuttonbox.bdshare-button-style0-24 a {
    float: none;
    display: inline-block;
    margin: 0 2px;
    position: relative;
    top: 6px
}

.bdsharebuttonbox.bdshare-button-style0-24 .bds_count {
    margin: 0;
    color: #666;
    top: 2px
}

.bdsharebuttonbox.bdshare-button-style0-24 a.bds_more {
    top: -1px;
    color: #666;
    font-size: 14px
}

.action:active {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1)
}

.most-comment-posts ul {
    margin: 0 0 20px;
    padding: 20px 0 0;
    list-style: none;
    overflow: hidden
}

.most-comment-posts li {
    overflow: hidden;
    clear: both
}

.most-comment-posts li > a span {
    color: #ff5e52
}

.most-comment-posts p {
    float: right;
    font-size: 12px
}

.most-comment-posts .label {
    margin-right: 8px;
    padding: 2px 7px;
    top: -1px
}

.label-1 {
    background-color: #fd8c84
}

.label-2 {
    background-color: #7fd75a
}

.label-3 {
    background-color: #60c4fd
}

.most-comment-posts .post-like {
    width: 80px;
    text-align: right;
    display: inline-block;
    margin-left: 5px
}

.page-likes {
    overflow: hidden
}

.likepage {
    margin: 0;
    padding: 5px 0 20px;
    list-style: none;
    overflow: hidden
}

.likepage li {
    width: 240px;
    margin: 15px 25px 10px 0;
    float: left;
    position: relative;
    height: 180px
}

.likepage li img {
    width: 240px;
    height: 180px;
    display: block
}

.likepage li:hover img {
    opacity: .8
}

.likepage a {
    position: relative;
    display: block
}

.likepage h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 29px;
    line-height: 29px;
    overflow: hidden
}

.likepage .post-like {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 20px;
    padding: 2px 6px 1px;
    color: #fff;
    z-index: 2
}

.likepage .post-like.actived {
    color: #fff;
    background-color: rgba(255, 94, 82, .8)
}

.likepage .img-count {
    position: absolute;
    bottom: 29px;
    left: 0;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    padding: 3px 10px 1px
}

.likepage .img-count span {
    margin-right: 5px
}

.plinks {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

.plinks ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.linkcat {
    margin-bottom: 40px
}

.linkcat h2 {
    font-size: 18px;
    color: #ff5e52;
    border-bottom: 2px solid #eee;
    padding-bottom: 7px
}

.linkcat li {
    float: left;
    width: 25%;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.archives .item {
    padding: 20px 0 12px 100px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.archives h3 {
    font-size: 18px;
    margin: 4px 0 0 -100px;
    float: left
}

.archives-list {
    list-style: none
}

.archives-list li {
    padding: 5px 0;
    overflow: hidden
}

.archives-list time {
    margin-right: 5px;
    color: #999
}

.archives-list .text-muted {
    float: right;
    font-size: 12px
}

.archives-list a span {
    color: #ff5e52
}

.archives .item:hover h3 {
    color: #ff5e52
}

.readers {
    overflow: hidden;
    padding: 20px 0
}

.readers a {
    width: 36px;
    height: 36px;
    float: left;
    margin: 0 5px 5px 0
}

.readers .avatar {
    width: 36px;
    height: 36px;
    display: block
}

.tagslist {
    overflow: hidden;
    list-style: none;
    padding: 20px 0;
    margin: 0
}

.tagslist li {
    float: left;
   /* width: 25%;*/
    font-size: 12px;
   /* height: 106px;*/
    overflow: hidden;
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin:0 10px;
}

.tagslist .tagname {
    display: inline-block;
    margin-right: 5px;
    background-color: #e6e6e6;
    color: #666;
    padding: 2px 7px;
    margin-bottom: 4px
}

.tagslist strong {
    font-weight: 400;
    color: #999
}

.tagslist a {
    color: #666;
    margin-right: 10px;
    display: inline-block
}

.tagslist .tagname:hover {
    color: #fff;
    background-color: #ff5e52
}

.tagslist + .pagination {
    display: block !important
}

.no-sidebar {
    margin-right: 0
}

.affix {
    position: fixed
}

.ui-c2 .content {
    margin-right: 0
}

.e404 {
    text-align: center;
    padding: 40px 0 60px;
    font-size: 16px
}

.e404 img {
    max-width: 100%
}

.e404 h1 {
    font-size: 60px;
    margin: 50px 0 20px
}

.user-signin {
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin-top: 20px
}

.user-signin a {
    color: #999
}

.user-signin a:hover {
    color: #666;
    text-decoration: underline
}

body .bd_weixin_popup {
    padding: 30px 20px;
    width: 420px
}

body .bd_weixin_popup .bd_weixin_popup_main {
    padding: 15px 0
}

body .bd_weixin_popup .bd_weixin_popup_foot {
    display: none
}

.ui-navtop.page-template-pagehasmenu section.container {
    padding-left: 215px;
    background: 0 0;
    border-bottom: none
}

.ui-navtop.page-template-pagehasmenu section.container .content {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    border-radius: 5px
}

.ui-navtop.page-template-pagehasmenu section.container {
    border-bottom: none
}

.ui-navtop.page-template-pagehasmenu .pageside {
    left: 0;
    top: 0;
    border-radius: 5px
}

.ui-navtop.page-template-pagehasmenu .pagemenu {
    border-radius: 5px
}

.ui-navtop.uimo.page-template-pagehasmenu section.container {
    padding-right: 20px
}

.ui-navtop.uimo.page-template-pagehasmenu .pageside {
    margin-left: 20px;
    width: 180px
}

.ui-c2.page-template-pagehasmenu .content, .ui-c3.page-template-pagehasmenu .content {
    margin-left: 405px
}

.pageside {
    position: absolute;
    left: 215px;
    top: 20px;
    width: 200px;
    overflow: hidden
}

.pagemenu {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
    overflow: hidden
}

.pagemenu li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #eee;
    background-color: #fff
}

.pagemenu li a:hover {
    color: #666
}

.pagemenu li.active a {
    color: #fff;
    background-color: #45b6f7;
    margin: 0 -1px
}

.pagemenu li:last-child a {
    border-bottom: none
}

.pagemenu li .glyphicon {
    font-size: 14px
}

.pagemenu li.on a {
    background-color: #f9f9f9;
    font-weight: 700;
    color: #444
}

.pagemenu h4 {
    margin: 0
}

.pagemenu h4 a {
    color: #666;
    background-color: #f9f9f9;
    padding-top: 15px;
    cursor: default;
    border-bottom-color: #e6e6e6
}

@media (max-width: 879px) {
    .ui-navtop.page-template-pagehasmenu section.container {
        padding-left: 215px
    }

    .pageside {
        left: 180px
    }

    .ui-c2.page-template-pagehasmenu .content, .ui-c3.page-template-pagehasmenu .content {
        margin-left: 370px
    }
}

@media (max-width: 720px) {
    .ui-navtop.page-template-pagehasmenu section.container {
        padding-left: 20px
    }

    .pageside {
        display: none !important
    }

    .ui-c2.page-template-pagehasmenu .content, .ui-c3.page-template-pagehasmenu .content {
        margin-left: 0
    }
}

@media (max-width: 544px) {
    .ui-navtop.page-template-pagehasmenu section.container {
        padding: 0 !important
    }

    .ui-navtop.page-template-pagehasmenu section.container .content {
        border-radius: 0;
        padding: 20px
    }
}

.flinks {
    overflow: hidden
}

.flinks strong {
    margin-right: 5px
}

.flinks ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.flinks ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px
}

.excerpt_thumb_left .excerpt-one .focus {
    float: left;
    margin-top: 10px
}

.excerpt_thumb_left .excerpt-one .note {
    margin-left: 25.3%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 15px
}

.excerpt_thumb_left .excerpt-one .views {
    margin-left: 25.3%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 15px
}

.ui-navtop {
    margin-top: 93px
}

.ui-navtop .header {
    bottom: auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .08)
}

.ui-navtop .logo {
    float: left;
    width: 160px
}

.ui-navtop .logo a {
    height: 78px;
    background-position: 50% 50%
}

.ui-navtop .nav {
    float: left;
    border-bottom: none
}

.ui-navtop .nav ul {
    top: 100%;
    left: 0;
    border: 2px solid #ddd;
    text-align: left
}

.ui-navtop .nav ul ul {
    left: 100%;
    top: -7px;
    border-left: none;
    margin-left: 2px
}

.ui-navtop .nav ul a {
    padding: 10px 20px
}

.ui-navtop .nav > li {
    float: left;
    text-align: center
}

.ui-navtop .nav > li > a {
    height: 78px;
    padding: 30px 20px 0
}

.ui-navtop .nav > li > a > .glyphicon {
    margin-right: 0;
    display: block;
    top: 0;
    margin-bottom: 6px;
    margin-top: -8px
}

.ui-navtop .feeds {
    position: absolute;
    top: 35px;
    right: 55px;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
    background-color: transparent
}

.ui-navtop .feed {
    width: auto;
    margin-left: 5px
}

.ui-navtop .feed i {
    margin-right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 0
}

.ui-navtop .slinks {
    position: absolute;
    top: 20px;
    right: 50px;
    margin: 0;
    line-height: 12px;
    height: 12px;
    overflow: hidden
}

.ui-navtop .user-welcome {
    position: absolute;
    top: 16px;
    right: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 8px
}

.ui-navtop .user-welcome .avatar {
    float: none;
    margin-left: 0;
    top: 0
}

.ui-navtop .user-welcome strong {
    display: none
}

.ui-navtop .user-welcome span {
    display: none
}

.ui-navtop .user-logout {
    display: none
}

.ui-navtop .content {
    margin-left: 0;
    padding: 20px;
    margin-right: 380px
}

.ui-navtop .content.no-sidebar {
    margin-right: 0
}

.ui-navtop.error404 .content {
    margin-right: 0
}

.ui-navtop section.container {
    margin-bottom: 15px
}

.ui-navtop .footer {
    background-color: #444;
    margin: 0;
    text-align: center;
    padding: 30px
}

.ui-navtop .sidebar {
    margin-left: -380px;
    width: 360px
}

.ui-navtop .widget.affix {
    width: 360px
}

.ui-navtop .focusmo a {
    height: 153px
}

.ui-navtop .focusmo li.large a {
    height: 316px
}

.ui-navtop .focus .thumbnail .thumb {
    height: 163px
}

.ui-navtop .thumbnail .thumb {
    max-height: 163px
}

.ui-navtop .excerpt .note {
    margin-top: 15px;
    margin-bottom: 15px
}

.ui-navtop .article-header {
    text-align: center;
    border-bottom-width: 1px
}

.ui-navtop .article-meta li {
    float: none;
    display: inline-block
}

.ui-navtop .relates a img {
    height: 156px
}

.ui-navtop .user-signin {
    position: absolute;
    top: 16px;
    right: 20px;
    margin-top: 0
}

.ui-navtop .widget_postlist .items-02 .thumb {
    height: 130px
}

.ui-navtop .header .search-form {
    margin-left: 30px;
    width: 220px;
    float: left;
    margin-top: 12px
}

.uimo .container {
    background-color: transparent;
    max-width: 1320px
}

.ui-navtop.uimo .container {
    max-width: 1280px
}

.ui-navtop.uimo .header .container {
    padding: 0 20px
}

.ui-navtop.uimo .content {
    padding-top: 5px
}

.ui-navtop.uimo .sidebar {
    padding-top: 5px
}

.ui-navtop.uimo .user-welcome {
    right: 20px
}

.ui-navtop.uimo .slinks {
    right: 70px
}

.ui-navtop.uimo .feeds {
    right: 75px
}

.uimo .pagination {
    background-color: transparent
}

.uimo .header {
    background-color: #fff
}

.uimo .title {
    background-color: #fff;
    border-bottom: none;
    padding: 20px 20px 0
}

.uimo .title strong {
    bottom: 0
}

.uimo .most-comment-posts ul {
    background-color: #fff;
    padding: 15px 20px
}

.uimo .sticky {
    margin-bottom: 20px
}

.uimo .sticky ul {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 0
}

.uimo .excerpt {
    background-color: #fff;
    padding: 20px;
    border-bottom: none;
    margin-bottom: 1px
}

.uimo .widget {
    background-color: #fff;
    padding: 15px 20px
}

.uimo .widget .title {
    padding: 0
}

.uimo .widget_textssr {
    padding: 0
}

.uimo .widget_textssr a {
    border-color: #fff
}

.uimo .widget_ssr {
    padding: 0
}

.uimo .ssr-post {
    margin-bottom: 0;
    background-color: #fff;
    padding-top: 10px
}

.uimo .article-header {
    background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 1px;
    border-bottom: none
}

.uimo .article-content {
    background-color: #fff;
    padding: 20px 30px
}

.uimo .article-social {
    background-color: #fff;
    padding: 20px 30px
}

.uimo .action-share {
    background-color: #fff;
    padding: 0 30px;
    margin-bottom: 0
}

.uimo .article-tags {
    background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 0
}

.uimo .article-nav {
    background-color: #fff;
    padding: 20px 30px 30px;
    margin-bottom: 20px
}

.uimo .relates ul {
    background-color: #fff;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    margin-left: 0
}

.uimo #comments {
    margin-bottom: 0
}

.uimo .commentlist.commentnew {
    background: 0 0;
    padding: 0
}

.uimo #commentform {
    margin-bottom: 0
}

.uimo #respond, .uimo #postcomments {
    padding: 20px
}

.uimo .readers {
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 20px
}

.uimo .plinks {
    background-color: #fff;
    padding: 0 20px 0;
    margin-bottom: 20px
}

.uimo .tagslist {
    background-color: #fff;
    padding: 20px
}

.uimo .archives {
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 20px
}

.uimo .likepage {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.uimo .likepage li {
    margin: 15px 20px 10px 0
}

.uimo.ui-c2 .footer, .uimo.ui-c3 .footer {
    border-top-width: 15px;
    padding: 30px 20px
}

@media (max-width: 1200px) {
    .ui-navtop.uimo .content {
        padding-top: 20px
    }

    .ui-navtop.uimo .sidebar {
        padding-top: 20px
    }
}

@media (max-width: 480px) {
    .uimo .container {
        background-color: #fff
    }

    .uimo .excerpt {
        padding: 10px 0;
        border-bottom: 1px solid #eee
    }

    .uimo .title {
        padding: 0;
        border-bottom: 2px solid #eee
    }

    .uimo .title strong {
        bottom: -2px
    }

    .uimo .article-header {
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee
    }

    .uimo .article-content {
        padding: 0
    }

    .uimo .relates ul {
        padding: 10px 0
    }

    .uimo #respond, .uimo #postcomments {
        padding: 10px 0
    }

    .uimo .readers {
        padding: 10px 0
    }

    .uimo .plinks {
        padding: 0
    }

    .uimo .tagslist {
        padding: 0
    }

    .uimo .likepage {
        padding: 0
    }

    .uimo .article-author {
        padding-left: 55px;
        padding-right: 0
    }
}

.widget_tags_inner a, .excerpt h2 a, .action, .likepage li img, .likepage h2, .focusmo a:hover h4, .likepage .img-count, .thumb-span:before, .thumb-span:after, .auth {
    -webkit-transition: all linear .218s;
    -moz-transition: all linear .218s;
    transition: all linear .218s
}

.navmore {
    display: none
}

.search_not .header .search-form {
    display: none
}

.m-search {
    display: none
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 1200px) {
    .ui-navtop {
        margin-top: 78px
    }

    .ui-navtop section.container {
        margin-bottom: 0;
        border-bottom: none;
        border-radius: 0
    }

    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 116px
    }
}

@media (max-width: 1100px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 100px
    }
}

@media (max-width: 1024px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .focus .thumbnail .thumb {
        height: 140px
    }

    .ui-navtop .sticky img, .ui-navtop .relates a img {
        height: 160px
    }

    .sidebar {
        display: none
    }

    .content, .ui-navtop .content {
        margin-right: 0
    }

    .tagslist {
        padding: 10px 0
    }

    .tagslist li {
        /*width: 50%*/
        margin: 0 1%;
    }

    .ui-navtop .feeds {
        display: none
    }

    .ui-navtop .slinks {
        display: none
    }

    .ui-navtop .user-welcome {
        display: none
    }

    .ui-navtop .user-signin {
        display: none
    }
}

@media (max-width: 879px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 120px
    }

    .content {
        margin-left: 160px
    }

    .header {
        width: 160px
    }

    .logo {
        height: 101px
    }

    .logo a {
        height: 101px
    }

    .ui-navtop .logo {
        height: 78px
    }

    .nav li a {
        padding: 10px 0 10px 15px
    }

    .feeds {
        padding-left: 4px
    }

    .feeds a {
        margin-right: 2px
    }

    .footer {
        margin-left: 185px
    }

    .post-tags {
        display: none
    }

    .excerpt .post-linkto {
        display: none
    }

    .header .search-form {
        margin-left: 5px;
        width: 150px
    }
}

@media (max-width: 820px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img, .ui-navtop .focusmo a {
        height: 130px
    }

    .ui-navtop .focusmo li.large a {
        height: 270px
    }
}

@media (max-width: 767px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 106px
    }

    .content {
        padding: 15px 20px
    }

    .pagination-multi ul > li {
        display: none
    }

    .pagination-multi .prev-page, .pagination-multi .next-page {
        display: inline-block
    }

    .pagination-multi ul > li > a {
        padding: 8px 20px
    }
}

@media (max-width: 720px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img, .ui-navtop .focusmo a {
        height: 120px
    }

    .ui-navtop .focusmo li.large a {
        height: 250px
    }

    .header .search-form, .ui-navtop .header .search-form {
        display: none;
        float: none;
        width: 94%;
        margin: 0 3% 10px;
        height: 44px;
        overflow: hidden
    }

    .ui-navtop.uimo .header .container {
        padding: 0
    }

    .ui-navtop .header {
        box-shadow: none
    }

    .breadcrumbs {
        display: none
    }

    .flinks {
        display: none
    }

    .flinks-m .flinks {
        display: block
    }

    .header {
        position: relative;
        width: auto
    }

    .ui-navtop .logo, .logo {
        height: 42px;
        line-height: 43px;
        text-align: center;
        background-color: #ff5e52;
        font-size: 18px;
        overflow: hidden
    }

    .logo a {
        display: inline-block;
        height: 42px;
        overflow: hidden
    }

    .logo a:hover, .logo a:active {
        color: #fff
    }

    .logo-img-pc {
        display: none
    }

    .logo-img-m {
        display: block;
        max-height: 42px;
        margin: 0 auto 100px
    }

    .nav {
        height: 42px;
        margin-bottom: 0;
        background-color: #fff;
        font-size: 14px;
        overflow: hidden;
        border-bottom: none;
        padding-left: 10px
    }

    .nav:after {
        height: 1px;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #eee;
        overflow: hidden
    }

    .nav li {
        display: inline-block;
        position: relative;
        z-index: 2
    }

    .nav li a {
        padding: 0 10px !important;
        line-height: 42px;
        font-weight: 700;
        position: relative;
        color: #444
    }

    .nav li ul {
        display: none
    }

    .nav li:hover > ul {
        display: none
    }

    .nav .glyphicon {
        margin-right: 2px;
        display: none
    }

    .nav li.current-menu-item > a, .nav li.current-menu-parent > a, .nav li.current_page_item > a, .nav li.current-post-ancestor > a, .nav li a:hover {
        background-color: transparent !important
    }

    .nav li.current-menu-item > a:after, .nav li.current-menu-parent > a:after, .nav li.current_page_item > a:after, .nav li.current-post-ancestor > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -8px;
        width: 16px;
        height: 2px;
        background-color: #ff5e52;
        border-radius: 10px
    }

    .nav li.navmore {
        width: 50px;
        height: 42px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        z-index: 9
    }

    .nav li.navmore .glyphicon {
        display: block !important;
        font-size: 12px;
        top: 0;
        margin-right: 0;
        line-height: 42px;
        color: #444
    }

    .navshows {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%
    }

    .ui-navtop.navshows .nav, .navshows .nav {
        position: fixed;
        left: 0;
        top: 42px;
        right: 0;
        bottom: 0;
        height: 100%;
        padding: 0 10px 42px;
        overflow-y: auto
    }

    .ui-navtop.navshows .nav > li, .navshows .nav > li {
        display: block;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        float: none;
        text-align: left
    }

    .ui-navtop.navshows .nav li a, .navshows .nav li a {
        font-size: 14px;
        padding: 0;
        line-height: 30px
    }

    .ui-navtop.navshows .nav li ul, .navshows .nav li ul {
        display: block;
        position: relative;
        left: 0;
        border: none;
        min-width: 0
    }

    .ui-navtop.navshows .nav li ul li, .navshows .nav li ul li {
        margin: 5px 0 5px 28px;
        display: block
    }

    .ui-navtop.navshows .nav li ul a, .navshows .nav li ul a {
        padding: 0;
        font-weight: 400
    }

    .navshows .nav li.current-menu-item > a:after, .navshows .nav li.current-menu-parent > a:after, .navshows .nav li.current_page_item > a:after, .navshows .nav li.current-post-ancestor > a:after {
        display: none
    }

    .ui-navtop.navshows .nav li.current-menu-item > a, .navshows .nav li.current-menu-item > a, .ui-navtop.navshows .nav li.current-menu-parent > a, .navshows .nav li.current-menu-parent > a, .ui-navtop.navshows .nav li.current_page_item > a, .navshows .nav li.current_page_item > a, .ui-navtop.navshows .nav li.current-post-ancestor > a, .navshows .nav li.current-post-ancestor > a {
        height: auto;
        border-bottom: none
    }

    .navshows .nav li.navmore {
        border-bottom: none;
        line-height: 20px
    }

    .navshows .nav li.navmore .glyphicon {
        line-height: 32px;
        margin-left: 19px
    }

    .feeds {
        display: none
    }

    .slinks {
        display: none
    }

    .content {
        margin-left: 0
    }

    .footer {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 20px;
        text-align: center;
        background-color: #444
    }

    .ui-navtop {
        margin-top: 0
    }

    .ui-navtop .logo {
        float: none;
        width: auto
    }

    .ui-navtop .nav .glyphicon {
        display: none !important
    }

    .ui-navtop .nav {
        float: none;
        margin-top: 0
    }

    .ui-navtop .nav > li > a {
        height: 42px
    }

    .user-welcome, .user-logout {
        display: none
    }

    .linkcat h2 {
        font-size: 14px;
        font-weight: 700
    }

    .archives .item {
        padding-left: 0
    }

    .archives h3 {
        margin-left: 0;
        float: none;
        margin-bottom: 10px
    }

    .m-search {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 20px;
        line-height: 42px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        z-index: 9
    }
}

@media (max-width: 670px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 105px
    }
}

@media (max-width: 640px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 100px
    }
}

@media (max-width: 590px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 90px
    }
}

@media (max-width: 560px) {
    .m-sidebar-on .sidebar {
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
        clear: both;
        padding: 10px 12px
    }

    .widget.affix {
        position: relative;
        width: auto;
        top: 0 !important
    }

    .uimo .widget {
        padding: 0
    }

    .uimo .widget_textssr a {
        border-color: inherit
    }

    .widget {
        margin-bottom: 15px
    }

    .widget_ssr img {
        width: 100%
    }

    .most-comment-posts {
        display: none
    }

    .m-home-most .most-comment-posts {
        display: block
    }

    .m-home-most .most-comment-posts p {
        display: none
    }

    .m-home-most .most-comment-posts li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 10px;
        position: relative;
        padding-left: 25px
    }

    .m-home-most .most-comment-posts .label {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        padding: 0;
        text-align: center;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px
    }

    .m-home-most.uimo .most-comment-posts ul {
        padding: 5px 0 0
    }

    .focusmo, .sticky, .user-welcome, .user-logout {
        display: none
    }

    .sticky-m .sticky {
        display: block
    }

    .content, .ui-navtop .content {
        padding: 10px
    }

    .article-social {
        padding: 20px 0
    }

    .uimo .article-social {
        padding: 20px 0
    }

    .action {
        font-size: 12px;
        padding: 8px 15px
    }

    .article-social .action {
        margin: 0 3px
    }

    .action .action-popover {
        margin-left: -72px;
        top: -37px
    }

    .rollto {
        right: -100px
    }

    .e404 h1 {
        font-size: 40px
    }

    .nav {
        padding-right: 40px;
        padding-left: 2px
    }

    .nav li.navmore {
        width: 34px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0
    }

    .navshows .nav li.navmore .glyphicon {
        line-height: 32px;
        margin-left: 11px
    }

    .m-search {
        padding: 0 10px
    }

    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 84px
    }

    .sticky {
        margin-bottom: 20px !important
    }

    .sticky li {
        width: 50%;
        margin-bottom: 0;
        margin-top: 10px;
        float: none;
        vertical-align: top;
        display: inline-block;
        height: auto !important;
        line-height: 1.4
    }

    .sticky img {
        width: 100%;
        height: auto !important
    }

    .relates ul {
        line-height: 16px
    }

    .relates li {
        margin-bottom: 15px
    }

    .relates a {
        display: inline-block;
        font-size: 12px
    }

    .relates-model-thumb li {
        float: none;
        width: 100%;
        padding-left: 90px;
        margin: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }

    .relates-model-thumb li a {
        font-size: 14px
    }

    .relates-model-thumb li .thumb {
        float: left;
        width: 80px;
        max-width: 80px;
        height: 60px;
        margin-left: -90px;
        margin-bottom: 0
    }

    .likepage {
        margin-right: -2%
    }

    .likepage li {
        width: 48%;
        height: auto;
        margin-right: 2% !important;
        margin-bottom: 0 !important;
        margin-top: 2% !important
    }

    .likepage li img {
        height: auto
    }

    .article-nav {
        padding: 0
    }

    .excerpt .views {
        font-size: 11px
    }

    .post-like i {
        font-size: 11px;
        width: 11px
    }

    .article-nav-prev, .article-nav-next {
        float: none;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
        display: block
    }

    .article-nav-prev:before, .article-nav-next:before {
        display: none
    }

    .article-nav-prev span, .article-nav-next span {
        display: inline-block;
        margin-right: 10px
    }

    .article-nav a {
        margin-left: 0;
        display: inline;
        margin-right: 0
    }

    .article-nav-next a {
        margin-left: 0
    }
}

@media (max-width: 520px) {
    .sticky img, .focus .thumbnail .thumb, .relates a img, .ui-navtop .sticky img, .ui-navtop .focus .thumbnail .thumb, .ui-navtop .relates a img {
        height: 78px
    }
}

@media (max-width: 480px) {
    .sticky ul {
        padding: 0 !important
    }

    .article-nav {
        margin-bottom: 10px;
        font-size: 12px
    }

    .uimo .article-nav {
        padding: 0;
        margin-bottom: 10px
    }

    .relates-model-text ul {
        margin-left: 0
    }

    .relates a img, .ui-navtop .relates a img {
        height: 70px
    }

    .article-header {
        padding-bottom: 8px
    }

    .focus .thumbnail .thumb, .ui-navtop .focus .thumbnail .thumb {
        height: 80px
    }

    .comt-author {
        text-align: left;
        position: relative;
        top: 6px
    }

    #comments .pull-right {
        top: 0
    }

    .title {
        font-size: 14px;
        line-height: 14px
    }

    .title strong {
        font-weight: 700;
        padding-bottom: 2px
    }

    .title .pull-right {
        margin-top: 2px;
        line-height: 14px;
        font-size: 12px
    }

    .content {
        padding: 10px 12px 0
    }

    .excerpt {
        padding: 12px 0;
        width: 100%
    }

    .excerpt .note {
        display: none
    }

    .excerpt .time {
        display: none
    }

    .excerpt .views {
        padding-top: 7px
    }

    .excerpt h2 {
        font-size: 16px;
        font-weight: 700
    }

    .excerpt .focus {
        margin-right: -3px
    }

    .thumbnail .item {
        margin-bottom: 3px
    }

    .thumb-span {
        margin-right: 3px
    }

    .excerpt header .label-important {
        padding: 3px 5px 2px
    }

    .excerpt header small {
        margin-left: 2px
    }

    .excerpt .text-muted a {
        text-decoration: none
    }

    .excerpt-one {
        min-height: 110px
    }

    .excerpt-one header {
        margin-right: 26%;
        margin-bottom: 0
    }

    .excerpt-one .views {
        margin-right: 26%
    }

    .excerpt-one .focus {
        float: none;
        position: absolute;
        right: 0;
        top: 12px;
        margin-top: 0
    }

    .article-title {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
        margin-bottom: 5px
    }

    .article-content {
        line-height: 1.7
    }

    .excerpt_thumb_left .excerpt-one .focus {
        margin-top: 4px
    }

    .excerpt_thumb_left .excerpt-one .views {
        margin-left: 0;
        padding-left: 0
    }

    #commentform {
        padding-left: 0
    }

    #respond {
        overflow: hidden
    }

    .comt-title {
        width: auto;
        float: none;
        margin-left: 0;
        overflow: hidden;
        margin-bottom: 10px
    }

    .comt-avatar {
        width: 36px;
        height: 36px;
        float: left;
        margin-right: 5px
    }

    .comt-avatar .avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%
    }

    .comt-comterinfo {
        width: 100%
    }

    .comt-comterinfo .text-muted {
        display: none
    }

    .comt-comterinfo input {
        width: 94%;
        margin-right: 0
    }

    .comment:hover > .c-main > .comment-reply-link {
        display: inline-block
    }

    .comment-reply-link, .c-time {
        position: relative;
        top: 0;
        display: inline-block;
        margin-left: 10px
    }

    .c-main {
        padding-right: 0
    }

    .comment .children .comment {
        margin-left: 0
    }

    .comment.depth-1 > .children > .comment {
        margin-left: 36px
    }

    .user-welcome, .user-signin {
        display: none
    }

    .e404 {
        padding: 20px 0
    }

    .e404 h1 {
        font-size: 32px
    }

    .article-author {
        font-size: 12px;
        padding: 0 0 20px 55px
    }

    .article-author .avatar {
        width: 40px;
        height: 40px;
        margin-left: -55px
    }

    .article-author h4 {
        font-size: 12px
    }
}

@media (max-width: 450px) {
    .focus .thumbnail .thumb, .ui-navtop .focus .thumbnail .thumb {
        height: 75px
    }
}

@media (max-width: 420px) {
    .focus .thumbnail .thumb, .ui-navtop .focus .thumbnail .thumb {
        height: 70px
    }

    .relates a img, .ui-navtop .relates a img {
        height: 64px
    }
}

@media (max-width: 380px) {
    .focus .thumbnail .thumb, .ui-navtop .focus .thumbnail .thumb {
        height: 60px
    }

    .relates a img, .ui-navtop .relates a img {
        height: 58px
    }

    .content {
        padding: 10px 10px 0
    }

    .excerpt {
        padding: 8px 0
    }

    .excerpt header {
        margin-bottom: 5px
    }

    .excerpt header .label-important {
        display: none
    }

    .excerpt h2 {
        font-size: 14px;
        line-height: 18px
    }

    .excerpt .focus {
        margin-right: -2px;
        margin-top: 4px
    }

    .thumbnail .item {
        margin-bottom: 2px
    }

    .thumb-span {
        margin-right: 2px
    }

    .excerpt header small {
        display: none
    }

    .excerpt-one {
        min-height: 90px
    }

    .excerpt-one h2 {
        height: 40px;
        overflow: hidden;
        display: block;
        margin-top: 4px
    }

    .excerpt-one .views {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 25%;
        margin-right: 0
    }
}

@media (max-width: 320px) {
    .focus .thumbnail .thumb, .ui-navtop .focus .thumbnail .thumb {
        height: 54px
    }
}

.cat-leader {
    overflow: hidden;
    clear: both;
    background-color: #f9f9f9;
    text-align: center;
    padding: 30px 20px;
    border-bottom: 1px solid #eee
}

.cat-leader h1 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative
}

.cat-leader h1:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 2px;
    background-color: #444
}

.cat-leader h1 small {
    display: none
}

.cat-leader-desc {
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    color: #999;
    font-size: 14px
}

@media (max-width: 560px) {
    .cat-leader {
        padding: 20px 15px;
        margin: 0 -10px
    }

    .cat-leader h1 {
        font-size: 16px;
        font-weight: 700
    }

    .cat-leader h1:after {
        width: 16px;
        margin-left: -8px;
        bottom: -5px
    }

    .cat-leader-desc {
        font-size: 12px;
        line-height: 1.4
    }
}

.action-rewards {
    background-color: #f7b10d;
    opacity: .8
}

.action-rewards:hover {
    opacity: 1
}

.rewards-popover-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none
}

.rewards-popover {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -275px;
    width: 550px;
    background-color: #fff;
    padding: 40px 20px 50px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    z-index: 9999;
    display: none;
    text-align: center
}

.rewards-popover h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 15px 30px
}

.rewards-popover-item {
    display: inline-block;
    width: 200px;
    margin: 0 20px
}

.rewards-popover-item h4 {
    margin: 0 20px 10px;
    font-size: 15px
}

.rewards-popover-item img {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border-radius: 2px;
    padding: 5px
}

.rewards-popover-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    color: #999;
    cursor: pointer
}

.rewards-popover-close& :hover {
    color: #666
}

@media (max-width: 560px) {
    .rewards-popover {
        width: 300px;
        margin-left: -150px;
        margin-top: -125px;
        padding: 30px 10px
    }

    .rewards-popover h3 {
        font-size: 16px;
        margin: 0 5px 15px
    }

    .rewards-popover-item {
        width: 125px;
        margin: 0 5px
    }

    .rewards-popover-item h4 {
        font-size: 12px;
        margin: 0 0 10px
    }

    .rewards-popover-item img {
        width: 125px;
        height: 125px
    }
}

.xzh-render-head {
    padding: 0 15px;
    background-color: #fff
}

.xzh-render-body {
    margin-bottom: 15px
}

.uimo .xzh-render-body {
    padding: 20px 30px;
    margin-bottom: 0
}

.xzh-render-tail {
    margin-bottom: 15px
}

.uimo .xzh-render-tail {
    padding: 20px 30px;
    margin-bottom: 0
}

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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    font-size: 28px;
    text-align: center;
    color: #fff;
    outline: none;
    opacity: .9
}

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

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

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

.swiper-container:hover .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px
}

.swiper-container:hover .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px
}

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

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

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

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

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

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-fixed {
    overflow: hidden
}

.article-swiper-no-transition {
    transition-duration: 0ms !important
}

.article-swiper-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: 30px;
    color: #eee
}

#focusslide {
    margin-bottom: 20px
}

#focusslide.swiper-container-horizontal > .swiper-pagination-bullets, #focusslide.swiper-pagination-custom, #focusslide.swiper-pagination-fraction {
    left: auto;
    right: 0;
    width: 200px
}

#focusslide .swiper-pagination {
    text-align: right;
    padding-right: 10px
}

#focusslide .swiper-pagination-bullet {
    background: #fff;
    outline: none
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: left;
    padding: 10px;
    margin-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px
}

.carousel-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    z-index: 9;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: .7
}

@media (max-width: 640px) {
    .carousel-caption {
        font-size: 14px;
        padding: 0 10px;
        line-height: 30px
    }

    .carousel-bg {
        height: 30px
    }

    #focusslide.swiper-container-horizontal > .swiper-pagination-bullets, #focusslide.swiper-pagination-custom, #focusslide.swiper-pagination-fraction {
        bottom: 6px
    }

    #focusslide .swiper-button-next, #focusslide .swiper-button-prev {
        display: none
    }

    #focusslide {
        display: none;
        margin-bottom: 10px
    }

    .focusslide_s_m #focusslide {
        display: block
    }
}

.single-attachment .content {
    margin-right: 0
}

.single-attachment .image-attachment {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 15px
}

.single-attachment .entry-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    word-break: break-all
}

.single-attachment .entry-meta {
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px
}

.single-attachment .entry-attachment {
    text-align: center
}

.single-attachment .entry-attachment img {
    height: auto
}

.single-attachment .entry-caption {
    margin-top: 10px
}

@media (max-width: 640px) {
    .single-attachment .image-attachment {
        padding: 10px 0
    }
}

.woocommerce .content, .woocommerce-cart .content, .woocommerce-checkout .content {
    margin-right: 0
}

.woomain {
    padding: 30px;
    position: relative
}

.woomain .page-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.uimo .woomain {
    background-color: #fff
}

.woocommerce-result-count {
    font-size: 14px;
    margin: 0;
    color: #999
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 20px
}

.woocommerce ul.products {
    margin-top: 20px
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 7px 10px;
    font-size: 12px
}

.woocommerce ul.products li.product .button {
    margin-top: 5px
}

.woocommerce ul.products li.product .price del {
    margin-right: 10px
}

.woocommerce ul.products a.added_to_cart {
    font-size: 12px;
    margin-left: 10px
}

.woocommerce .star-rating span {
    color: #ed7902
}

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

.woocommerce .quantity .qty {
    border: 1px solid #ccc;
    width: 50px;
    height: 28px
}

.woocommerce div.product form.cart .button {
    float: none;
    font-size: 15px;
    padding: 16px 32px;
    font-weight: 400
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-bottom: 20px
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    margin-right: 15px
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none
}

.woocommerce div.product p.price ins .woocommerce-Price-currencySymbol, .woocommerce div.product span.price ins .woocommerce-Price-currencySymbol {
    margin-right: 5px
}

.woocommerce .product_meta {
    color: #999
}

.woomain .woocommerce-tabs h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px
}

.woomain .products h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #ccc
}

.woocommerce #respond input#submit {
    padding: 10px 30px
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    font-size: 12px;
    padding: 1px 6px
}

.woocommerce-checkout button.button {
    font-size: 15px;
    padding: 16px 32px
}

.woocommerce-tabs .wp-caption {
    max-width: 100%
}

@media (max-width: 560px) {
    .woomain {
        padding: 0
    }
}

.wp-block-gallery {
    margin-left: 0 !important
}

.wp-block-image {
    margin-bottom: 20px
}

.wp-block-image figcaption {
    font-size: inherit
}

.wp-block-quote cite {
    font-size: 12px;
    color: #bbb
}

.wp-block-file {
    background-color: #f6f6f6;
    padding: 2em;
    text-align: center
}

.wp-block-file .wp-block-file__button {
    font-size: inherit;
    padding: .5em 2em
}

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

.wp-block-button__link {
    font-size: inherit;
    text-decoration: none !important;
    color: #fff !important;
    padding: .5em 2em
}

.wp-block-button__link:hover {
    background-color: #505559
}

.wp-block-image {
    overflow: hidden
}

.aligncenter img {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image .aligncenter > figcaption {
    display: block
}

.widget .gallery {
    padding-top: 15px !important;
    margin-right: -8px !important
}

.widget .gallery .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    padding-right: 5px !important
}

.widget .gallery .gallery-item img {
    height: auto !important;
    border: none !important
}

.article-content .gallery-columns-3 .gallery-item {
    width: 33.333333333333333% !important
}

.article-content .gallery-columns-6 .gallery-item {
    width: 16.666666666666666% !important
}

.article-content .gallery-columns-7 .gallery-item {
    width: 14.285714285714286% !important
}

.article-content .gallery-columns-8 .gallery-item {
    width: 12.5% !important
}

.article-content .gallery-columns-9 .gallery-item {
    width: 11.111111111111111% !important
}

.article-content .gallery {
    margin: 25px -10px 15px 0 !important;
    overflow: hidden
}

.article-content .gallery .gallery-item {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding-right: 10px !important
}

.article-content .gallery .gallery-icon {
    margin: 0 !important
}

.article-content .gallery .gallery-item img {
    height: auto !important;
    border: none !important;
    margin: 0 auto !important
}

.article-content .gallery .wp-caption-text {
    font-size: 14px;
    margin-top: 5px !important
}

@charset "UTF-8";


[class^=um-icon-]:before, [class*=" um-icon-"]:before {
    
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.um-icon-alert:before {
    content: "\f101"
}

.um-icon-alert-circled:before {
    content: "\f100"
}

.um-icon-android-add:before {
    content: "\f2c7"
}

.um-icon-android-add-circle:before {
    content: "\f359"
}

.um-icon-android-alarm-clock:before {
    content: "\f35a"
}

.um-icon-android-alert:before {
    content: "\f35b"
}

.um-icon-android-apps:before {
    content: "\f35c"
}

.um-icon-android-archive:before {
    content: "\f2c9"
}

.um-icon-android-arrow-back:before {
    content: "\f2ca"
}

.um-icon-android-arrow-down:before {
    content: "\f35d"
}

.um-icon-android-arrow-dropdown:before {
    content: "\f35f"
}

.um-icon-android-arrow-dropdown-circle:before {
    content: "\f35e"
}

.um-icon-android-arrow-dropleft:before {
    content: "\f361"
}

.um-icon-android-arrow-dropleft-circle:before {
    content: "\f360"
}

.um-icon-android-arrow-dropright:before {
    content: "\f363"
}

.um-icon-android-arrow-dropright-circle:before {
    content: "\f362"
}

.um-icon-android-arrow-dropup:before {
    content: "\f365"
}

.um-icon-android-arrow-dropup-circle:before {
    content: "\f364"
}

.um-icon-android-arrow-forward:before {
    content: "\f30f"
}

.um-icon-android-arrow-up:before {
    content: "\f366"
}

.um-icon-android-attach:before {
    content: "\f367"
}

.um-icon-android-bar:before {
    content: "\f368"
}

.um-icon-android-bicycle:before {
    content: "\f369"
}

.um-icon-android-boat:before {
    content: "\f36a"
}

.um-icon-android-bookmark:before {
    content: "\f36b"
}

.um-icon-android-bulb:before {
    content: "\f36c"
}

.um-icon-android-bus:before {
    content: "\f36d"
}

.um-icon-android-calendar:before {
    content: "\f2d1"
}

.um-icon-android-call:before {
    content: "\f2d2"
}

.um-icon-android-camera:before {
    content: "\f2d3"
}

.um-icon-android-cancel:before {
    content: "\f36e"
}

.um-icon-android-car:before {
    content: "\f36f"
}

.um-icon-android-cart:before {
    content: "\f370"
}

.um-icon-android-chat:before {
    content: "\f2d4"
}

.um-icon-android-checkbox:before {
    content: "\f374"
}

.um-icon-android-checkbox-blank:before {
    content: "\f371"
}

.um-icon-android-checkbox-outline:before {
    content: "\f373"
}

.um-icon-android-checkbox-outline-blank:before {
    content: "\f372"
}

.um-icon-android-checkmark-circle:before {
    content: "\f375"
}

.um-icon-android-clipboard:before {
    content: "\f376"
}

.um-icon-android-close:before {
    content: "\f2d7"
}

.um-icon-android-cloud:before {
    content: "\f37a"
}

.um-icon-android-cloud-circle:before {
    content: "\f377"
}

.um-icon-android-cloud-done:before {
    content: "\f378"
}

.um-icon-android-cloud-outline:before {
    content: "\f379"
}

.um-icon-android-color-palette:before {
    content: "\f37b"
}

.um-icon-android-compass:before {
    content: "\f37c"
}

.um-icon-android-contact:before {
    content: "\f2d8"
}

.um-icon-android-contacts:before {
    content: "\f2d9"
}

.um-icon-android-contract:before {
    content: "\f37d"
}

.um-icon-android-create:before {
    content: "\f37e"
}

.um-icon-android-delete:before {
    content: "\f37f"
}

.um-icon-android-desktop:before {
    content: "\f380"
}

.um-icon-android-document:before {
    content: "\f381"
}

.um-icon-android-done:before {
    content: "\f383"
}

.um-icon-android-done-all:before {
    content: "\f382"
}

.um-icon-android-download:before {
    content: "\f2dd"
}

.um-icon-android-drafts:before {
    content: "\f384"
}

.um-icon-android-exit:before {
    content: "\f385"
}

.um-icon-android-expand:before {
    content: "\f386"
}

.um-icon-android-favorite:before {
    content: "\f388"
}

.um-icon-android-favorite-outline:before {
    content: "\f387"
}

.um-icon-android-film:before {
    content: "\f389"
}

.um-icon-android-folder:before {
    content: "\f2e0"
}

.um-icon-android-folder-open:before {
    content: "\f38a"
}

.um-icon-android-funnel:before {
    content: "\f38b"
}

.um-icon-android-globe:before {
    content: "\f38c"
}

.um-icon-android-hand:before {
    content: "\f2e3"
}

.um-icon-android-hangout:before {
    content: "\f38d"
}

.um-icon-android-happy:before {
    content: "\f38e"
}

.um-icon-android-home:before {
    content: "\f38f"
}

.um-icon-android-image:before {
    content: "\f2e4"
}

.um-icon-android-laptop:before {
    content: "\f390"
}

.um-icon-android-list:before {
    content: "\f391"
}

.um-icon-android-locate:before {
    content: "\f2e9"
}

.um-icon-android-lock:before {
    content: "\f392"
}

.um-icon-android-mail:before {
    content: "\f2eb"
}

.um-icon-android-map:before {
    content: "\f393"
}

.um-icon-android-menu:before {
    content: "\f394"
}

.um-icon-android-microphone:before {
    content: "\f2ec"
}

.um-icon-android-microphone-off:before {
    content: "\f395"
}

.um-icon-android-more-horizontal:before {
    content: "\f396"
}

.um-icon-android-more-vertical:before {
    content: "\f397"
}

.um-icon-android-navigate:before {
    content: "\f398"
}

.um-icon-android-notifications:before {
    content: "\f39b"
}

.um-icon-android-notifications-none:before {
    content: "\f399"
}

.um-icon-android-notifications-off:before {
    content: "\f39a"
}

.um-icon-android-open:before {
    content: "\f39c"
}

.um-icon-android-options:before {
    content: "\f39d"
}

.um-icon-android-people:before {
    content: "\f39e"
}

.um-icon-android-person:before {
    content: "\f3a0"
}

.um-icon-android-person-add:before {
    content: "\f39f"
}

.um-icon-android-phone-landscape:before {
    content: "\f3a1"
}

.um-icon-android-phone-portrait:before {
    content: "\f3a2"
}

.um-icon-android-pin:before {
    content: "\f3a3"
}

.um-icon-android-plane:before {
    content: "\f3a4"
}

.um-icon-android-playstore:before {
    content: "\f2f0"
}

.um-icon-android-print:before {
    content: "\f3a5"
}

.um-icon-android-radio-button-off:before {
    content: "\f3a6"
}

.um-icon-android-radio-button-on:before {
    content: "\f3a7"
}

.um-icon-android-refresh:before {
    content: "\f3a8"
}

.um-icon-android-remove:before {
    content: "\f2f4"
}

.um-icon-android-remove-circle:before {
    content: "\f3a9"
}

.um-icon-android-restaurant:before {
    content: "\f3aa"
}

.um-icon-android-sad:before {
    content: "\f3ab"
}

.um-icon-android-search:before {
    content: "\f2f5"
}

.um-icon-android-send:before {
    content: "\f2f6"
}

.um-icon-android-settings:before {
    content: "\f2f7"
}

.um-icon-android-share:before {
    content: "\f2f8"
}

.um-icon-android-share-alt:before {
    content: "\f3ac"
}

.um-icon-android-star:before {
    content: "\f2fc"
}

.um-icon-android-star-half:before {
    content: "\f3ad"
}

.um-icon-android-star-outline:before {
    content: "\f3ae"
}

.um-icon-android-stopwatch:before {
    content: "\f2fd"
}

.um-icon-android-subway:before {
    content: "\f3af"
}

.um-icon-android-sunny:before {
    content: "\f3b0"
}

.um-icon-android-sync:before {
    content: "\f3b1"
}

.um-icon-android-textsms:before {
    content: "\f3b2"
}

.um-icon-android-time:before {
    content: "\f3b3"
}

.um-icon-android-train:before {
    content: "\f3b4"
}

.um-icon-android-unlock:before {
    content: "\f3b5"
}

.um-icon-android-upload:before {
    content: "\f3b6"
}

.um-icon-android-volume-down:before {
    content: "\f3b7"
}

.um-icon-android-volume-mute:before {
    content: "\f3b8"
}

.um-icon-android-volume-off:before {
    content: "\f3b9"
}

.um-icon-android-volume-up:before {
    content: "\f3ba"
}

.um-icon-android-walk:before {
    content: "\f3bb"
}

.um-icon-android-warning:before {
    content: "\f3bc"
}

.um-icon-android-watch:before {
    content: "\f3bd"
}

.um-icon-android-wifi:before {
    content: "\f305"
}

.um-icon-aperture:before {
    content: "\f313"
}

.um-icon-archive:before {
    content: "\f102"
}

.um-icon-arrow-down-a:before {
    content: "\f103"
}

.um-icon-arrow-down-b:before {
    content: "\f104"
}

.um-icon-arrow-down-c:before {
    content: "\f105"
}

.um-icon-arrow-expand:before {
    content: "\f25e"
}

.um-icon-arrow-graph-down-left:before {
    content: "\f25f"
}

.um-icon-arrow-graph-down-right:before {
    content: "\f260"
}

.um-icon-arrow-graph-up-left:before {
    content: "\f261"
}

.um-icon-arrow-graph-up-right:before {
    content: "\f262"
}

.um-icon-arrow-left-a:before {
    content: "\f106"
}

.um-icon-arrow-left-b:before {
    content: "\f107"
}

.um-icon-arrow-left-c:before {
    content: "\f108"
}

.um-icon-arrow-move:before {
    content: "\f263"
}

.um-icon-arrow-resize:before {
    content: "\f264"
}

.um-icon-arrow-return-left:before {
    content: "\f265"
}

.um-icon-arrow-return-right:before {
    content: "\f266"
}

.um-icon-arrow-right-a:before {
    content: "\f109"
}

.um-icon-arrow-right-b:before {
    content: "\f10a"
}

.um-icon-arrow-right-c:before {
    content: "\f10b"
}

.um-icon-arrow-shrink:before {
    content: "\f267"
}

.um-icon-arrow-swap:before {
    content: "\f268"
}

.um-icon-arrow-up-a:before {
    content: "\f10c"
}

.um-icon-arrow-up-b:before {
    content: "\f10d"
}

.um-icon-arrow-up-c:before {
    content: "\f10e"
}

.um-icon-asterisk:before {
    content: "\f314"
}

.um-icon-at:before {
    content: "\f10f"
}

.um-icon-backspace:before {
    content: "\f3bf"
}

.um-icon-backspace-outline:before {
    content: "\f3be"
}

.um-icon-bag:before {
    content: "\f110"
}

.um-icon-battery-charging:before {
    content: "\f111"
}

.um-icon-battery-empty:before {
    content: "\f112"
}

.um-icon-battery-full:before {
    content: "\f113"
}

.um-icon-battery-half:before {
    content: "\f114"
}

.um-icon-battery-low:before {
    content: "\f115"
}

.um-icon-beaker:before {
    content: "\f269"
}

.um-icon-beer:before {
    content: "\f26a"
}

.um-icon-bluetooth:before {
    content: "\f116"
}

.um-icon-bonfire:before {
    content: "\f315"
}

.um-icon-bookmark:before {
    content: "\f26b"
}

.um-icon-bowtie:before {
    content: "\f3c0"
}

.um-icon-briefcase:before {
    content: "\f26c"
}

.um-icon-bug:before {
    content: "\f2be"
}

.um-icon-calculator:before {
    content: "\f26d"
}

.um-icon-calendar:before {
    content: "\f117"
}

.um-icon-camera:before {
    content: "\f118"
}

.um-icon-card:before {
    content: "\f119"
}

.um-icon-cash:before {
    content: "\f316"
}

.um-icon-chatbox:before {
    content: "\f11b"
}

.um-icon-chatbox-working:before {
    content: "\f11a"
}

.um-icon-chatboxes:before {
    content: "\f11c"
}

.um-icon-chatbubble:before {
    content: "\f11e"
}

.um-icon-chatbubble-working:before {
    content: "\f11d"
}

.um-icon-chatbubbles:before {
    content: "\f11f"
}

.um-icon-checkmark:before {
    content: "\f122"
}

.um-icon-checkmark-circled:before {
    content: "\f120"
}

.um-icon-checkmark-round:before {
    content: "\f121"
}

.um-icon-chevron-down:before {
    content: "\f123"
}

.um-icon-chevron-left:before {
    content: "\f124"
}

.um-icon-chevron-right:before {
    content: "\f125"
}

.um-icon-chevron-up:before {
    content: "\f126"
}

.um-icon-clipboard:before {
    content: "\f127"
}

.um-icon-clock:before {
    content: "\f26e"
}

.um-icon-close:before {
    content: "\f12a"
}

.um-icon-close-circled:before {
    content: "\f128"
}

.um-icon-close-round:before {
    content: "\f129"
}

.um-icon-closed-captioning:before {
    content: "\f317"
}

.um-icon-cloud:before {
    content: "\f12b"
}

.um-icon-code:before {
    content: "\f271"
}

.um-icon-code-download:before {
    content: "\f26f"
}

.um-icon-code-working:before {
    content: "\f270"
}

.um-icon-coffee:before {
    content: "\f272"
}

.um-icon-compass:before {
    content: "\f273"
}

.um-icon-compose:before {
    content: "\f12c"
}

.um-icon-connection-bars:before {
    content: "\f274"
}

.um-icon-contrast:before {
    content: "\f275"
}

.um-icon-crop:before {
    content: "\f3c1"
}

.um-icon-cube:before {
    content: "\f318"
}

.um-icon-disc:before {
    content: "\f12d"
}

.um-icon-document:before {
    content: "\f12f"
}

.um-icon-document-text:before {
    content: "\f12e"
}

.um-icon-drag:before {
    content: "\f130"
}

.um-icon-earth:before {
    content: "\f276"
}

.um-icon-easel:before {
    content: "\f3c2"
}

.um-icon-edit:before {
    content: "\f2bf"
}

.um-icon-egg:before {
    content: "\f277"
}

.um-icon-eject:before {
    content: "\f131"
}

.um-icon-email:before {
    content: "\f132"
}

.um-icon-email-unread:before {
    content: "\f3c3"
}

.um-icon-erlenmeyer-flask:before {
    content: "\f3c5"
}

.um-icon-erlenmeyer-flask-bubbles:before {
    content: "\f3c4"
}

.um-icon-eye:before {
    content: "\f133"
}

.um-icon-eye-disabled:before {
    content: "\f306"
}

.um-icon-female:before {
    content: "\f278"
}

.um-icon-filing:before {
    content: "\f134"
}

.um-icon-film-marker:before {
    content: "\f135"
}

.um-icon-fireball:before {
    content: "\f319"
}

.um-icon-flag:before {
    content: "\f279"
}

.um-icon-flame:before {
    content: "\f31a"
}

.um-icon-flash:before {
    content: "\f137"
}

.um-icon-flash-off:before {
    content: "\f136"
}

.um-icon-folder:before {
    content: "\f139"
}

.um-icon-fork:before {
    content: "\f27a"
}

.um-icon-fork-repo:before {
    content: "\f2c0"
}

.um-icon-forward:before {
    content: "\f13a"
}

.um-icon-funnel:before {
    content: "\f31b"
}

.um-icon-gear-a:before {
    content: "\f13d"
}

.um-icon-gear-b:before {
    content: "\f13e"
}

.um-icon-grid:before {
    content: "\f13f"
}

.um-icon-hammer:before {
    content: "\f27b"
}

.um-icon-happy:before {
    content: "\f31c"
}

.um-icon-happy-outline:before {
    content: "\f3c6"
}

.um-icon-headphone:before {
    content: "\f140"
}

.um-icon-heart:before {
    content: "\f141"
}

.um-icon-heart-broken:before {
    content: "\f31d"
}

.um-icon-help:before {
    content: "\f143"
}

.um-icon-help-buoy:before {
    content: "\f27c"
}

.um-icon-help-circled:before {
    content: "\f142"
}

.um-icon-home:before {
    content: "\f144"
}

.um-icon-icecream:before {
    content: "\f27d"
}

.um-icon-image:before {
    content: "\f147"
}

.um-icon-images:before {
    content: "\f148"
}

.um-icon-information:before {
    content: "\f14a"
}

.um-icon-information-circled:before {
    content: "\f149"
}

.um-icon-ionic:before {
    content: "\f14b"
}

.um-icon-ios-alarm:before {
    content: "\f3c8"
}

.um-icon-ios-alarm-outline:before {
    content: "\f3c7"
}

.um-icon-ios-albums:before {
    content: "\f3ca"
}

.um-icon-ios-albums-outline:before {
    content: "\f3c9"
}

.um-icon-ios-americanfootball:before {
    content: "\f3cc"
}

.um-icon-ios-americanfootball-outline:before {
    content: "\f3cb"
}

.um-icon-ios-analytics:before {
    content: "\f3ce"
}

.um-icon-ios-analytics-outline:before {
    content: "\f3cd"
}

.um-icon-ios-arrow-back:before {
    content: "\f3cf"
}

.um-icon-ios-arrow-down:before {
    content: "\f3d0"
}

.um-icon-ios-arrow-forward:before {
    content: "\f3d1"
}

.um-icon-ios-arrow-left:before {
    content: "\f3d2"
}

.um-icon-ios-arrow-right:before {
    content: "\f3d3"
}

.um-icon-ios-arrow-thin-down:before {
    content: "\f3d4"
}

.um-icon-ios-arrow-thin-left:before {
    content: "\f3d5"
}

.um-icon-ios-arrow-thin-right:before {
    content: "\f3d6"
}

.um-icon-ios-arrow-thin-up:before {
    content: "\f3d7"
}

.um-icon-ios-arrow-up:before {
    content: "\f3d8"
}

.um-icon-ios-at:before {
    content: "\f3da"
}

.um-icon-ios-at-outline:before {
    content: "\f3d9"
}

.um-icon-ios-barcode:before {
    content: "\f3dc"
}

.um-icon-ios-barcode-outline:before {
    content: "\f3db"
}

.um-icon-ios-baseball:before {
    content: "\f3de"
}

.um-icon-ios-baseball-outline:before {
    content: "\f3dd"
}

.um-icon-ios-basketball:before {
    content: "\f3e0"
}

.um-icon-ios-basketball-outline:before {
    content: "\f3df"
}

.um-icon-ios-bell:before {
    content: "\f3e2"
}

.um-icon-ios-bell-outline:before {
    content: "\f3e1"
}

.um-icon-ios-body:before {
    content: "\f3e4"
}

.um-icon-ios-body-outline:before {
    content: "\f3e3"
}

.um-icon-ios-bolt:before {
    content: "\f3e6"
}

.um-icon-ios-bolt-outline:before {
    content: "\f3e5"
}

.um-icon-ios-book:before {
    content: "\f3e8"
}

.um-icon-ios-book-outline:before {
    content: "\f3e7"
}

.um-icon-ios-bookmarks:before {
    content: "\f3ea"
}

.um-icon-ios-bookmarks-outline:before {
    content: "\f3e9"
}

.um-icon-ios-box:before {
    content: "\f3ec"
}

.um-icon-ios-box-outline:before {
    content: "\f3eb"
}

.um-icon-ios-briefcase:before {
    content: "\f3ee"
}

.um-icon-ios-briefcase-outline:before {
    content: "\f3ed"
}

.um-icon-ios-browsers:before {
    content: "\f3f0"
}

.um-icon-ios-browsers-outline:before {
    content: "\f3ef"
}

.um-icon-ios-calculator:before {
    content: "\f3f2"
}

.um-icon-ios-calculator-outline:before {
    content: "\f3f1"
}

.um-icon-ios-calendar:before {
    content: "\f3f4"
}

.um-icon-ios-calendar-outline:before {
    content: "\f3f3"
}

.um-icon-ios-camera:before {
    content: "\f3f6"
}

.um-icon-ios-camera-outline:before {
    content: "\f3f5"
}

.um-icon-ios-cart:before {
    content: "\f3f8"
}

.um-icon-ios-cart-outline:before {
    content: "\f3f7"
}

.um-icon-ios-chatboxes:before {
    content: "\f3fa"
}

.um-icon-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.um-icon-ios-chatbubble:before {
    content: "\f3fc"
}

.um-icon-ios-chatbubble-outline:before {
    content: "\f3fb"
}

.um-icon-ios-checkmark:before {
    content: "\f3ff"
}

.um-icon-ios-checkmark-empty:before {
    content: "\f3fd"
}

.um-icon-ios-checkmark-outline:before {
    content: "\f3fe"
}

.um-icon-ios-circle-filled:before {
    content: "\f400"
}

.um-icon-ios-circle-outline:before {
    content: "\f401"
}

.um-icon-ios-clock:before {
    content: "\f403"
}

.um-icon-ios-clock-outline:before {
    content: "\f402"
}

.um-icon-ios-close:before {
    content: "\f406"
}

.um-icon-ios-close-empty:before {
    content: "\f404"
}

.um-icon-ios-close-outline:before {
    content: "\f405"
}

.um-icon-ios-cloud:before {
    content: "\f40c"
}

.um-icon-ios-cloud-download:before {
    content: "\f408"
}

.um-icon-ios-cloud-download-outline:before {
    content: "\f407"
}

.um-icon-ios-cloud-outline:before {
    content: "\f409"
}

.um-icon-ios-cloud-upload:before {
    content: "\f40b"
}

.um-icon-ios-cloud-upload-outline:before {
    content: "\f40a"
}

.um-icon-ios-cloudy:before {
    content: "\f410"
}

.um-icon-ios-cloudy-night:before {
    content: "\f40e"
}

.um-icon-ios-cloudy-night-outline:before {
    content: "\f40d"
}

.um-icon-ios-cloudy-outline:before {
    content: "\f40f"
}

.um-icon-ios-cog:before {
    content: "\f412"
}

.um-icon-ios-cog-outline:before {
    content: "\f411"
}

.um-icon-ios-color-filter:before {
    content: "\f414"
}

.um-icon-ios-color-filter-outline:before {
    content: "\f413"
}

.um-icon-ios-color-wand:before {
    content: "\f416"
}

.um-icon-ios-color-wand-outline:before {
    content: "\f415"
}

.um-icon-ios-compose:before {
    content: "\f418"
}

.um-icon-ios-compose-outline:before {
    content: "\f417"
}

.um-icon-ios-contact:before {
    content: "\f41a"
}

.um-icon-ios-contact-outline:before {
    content: "\f419"
}

.um-icon-ios-copy:before {
    content: "\f41c"
}

.um-icon-ios-copy-outline:before {
    content: "\f41b"
}

.um-icon-ios-crop:before {
    content: "\f41e"
}

.um-icon-ios-crop-strong:before {
    content: "\f41d"
}

.um-icon-ios-download:before {
    content: "\f420"
}

.um-icon-ios-download-outline:before {
    content: "\f41f"
}

.um-icon-ios-drag:before {
    content: "\f421"
}

.um-icon-ios-email:before {
    content: "\f423"
}

.um-icon-ios-email-outline:before {
    content: "\f422"
}

.um-icon-ios-eye:before {
    content: "\f425"
}

.um-icon-ios-eye-outline:before {
    content: "\f424"
}

.um-icon-ios-fastforward:before {
    content: "\f427"
}

.um-icon-ios-fastforward-outline:before {
    content: "\f426"
}

.um-icon-ios-filing:before {
    content: "\f429"
}

.um-icon-ios-filing-outline:before {
    content: "\f428"
}

.um-icon-ios-film:before {
    content: "\f42b"
}

.um-icon-ios-film-outline:before {
    content: "\f42a"
}

.um-icon-ios-flag:before {
    content: "\f42d"
}

.um-icon-ios-flag-outline:before {
    content: "\f42c"
}

.um-icon-ios-flame:before {
    content: "\f42f"
}

.um-icon-ios-flame-outline:before {
    content: "\f42e"
}

.um-icon-ios-flask:before {
    content: "\f431"
}

.um-icon-ios-flask-outline:before {
    content: "\f430"
}

.um-icon-ios-flower:before {
    content: "\f433"
}

.um-icon-ios-flower-outline:before {
    content: "\f432"
}

.um-icon-ios-folder:before {
    content: "\f435"
}

.um-icon-ios-folder-outline:before {
    content: "\f434"
}

.um-icon-ios-football:before {
    content: "\f437"
}

.um-icon-ios-football-outline:before {
    content: "\f436"
}

.um-icon-ios-game-controller-a:before {
    content: "\f439"
}

.um-icon-ios-game-controller-a-outline:before {
    content: "\f438"
}

.um-icon-ios-game-controller-b:before {
    content: "\f43b"
}

.um-icon-ios-game-controller-b-outline:before {
    content: "\f43a"
}

.um-icon-ios-gear:before {
    content: "\f43d"
}

.um-icon-ios-gear-outline:before {
    content: "\f43c"
}

.um-icon-ios-glasses:before {
    content: "\f43f"
}

.um-icon-ios-glasses-outline:before {
    content: "\f43e"
}

.um-icon-ios-grid-view:before {
    content: "\f441"
}

.um-icon-ios-grid-view-outline:before {
    content: "\f440"
}

.um-icon-ios-heart:before {
    content: "\f443"
}

.um-icon-ios-heart-outline:before {
    content: "\f442"
}

.um-icon-ios-help:before {
    content: "\f446"
}

.um-icon-ios-help-empty:before {
    content: "\f444"
}

.um-icon-ios-help-outline:before {
    content: "\f445"
}

.um-icon-ios-home:before {
    content: "\f448"
}

.um-icon-ios-home-outline:before {
    content: "\f447"
}

.um-icon-ios-infinite:before {
    content: "\f44a"
}

.um-icon-ios-infinite-outline:before {
    content: "\f449"
}

.um-icon-ios-information:before {
    content: "\f44d"
}

.um-icon-ios-information-empty:before {
    content: "\f44b"
}

.um-icon-ios-information-outline:before {
    content: "\f44c"
}

.um-icon-ios-ionic-outline:before {
    content: "\f44e"
}

.um-icon-ios-keypad:before {
    content: "\f450"
}

.um-icon-ios-keypad-outline:before {
    content: "\f44f"
}

.um-icon-ios-lightbulb:before {
    content: "\f452"
}

.um-icon-ios-lightbulb-outline:before {
    content: "\f451"
}

.um-icon-ios-list:before {
    content: "\f454"
}

.um-icon-ios-list-outline:before {
    content: "\f453"
}

.um-icon-ios-location:before {
    content: "\f456"
}

.um-icon-ios-location-outline:before {
    content: "\f455"
}

.um-icon-ios-locked:before {
    content: "\f458"
}

.um-icon-ios-locked-outline:before {
    content: "\f457"
}

.um-icon-ios-loop:before {
    content: "\f45a"
}

.um-icon-ios-loop-strong:before {
    content: "\f459"
}

.um-icon-ios-medical:before {
    content: "\f45c"
}

.um-icon-ios-medical-outline:before {
    content: "\f45b"
}

.um-icon-ios-medkit:before {
    content: "\f45e"
}

.um-icon-ios-medkit-outline:before {
    content: "\f45d"
}

.um-icon-ios-mic:before {
    content: "\f461"
}

.um-icon-ios-mic-off:before {
    content: "\f45f"
}

.um-icon-ios-mic-outline:before {
    content: "\f460"
}

.um-icon-ios-minus:before {
    content: "\f464"
}

.um-icon-ios-minus-empty:before {
    content: "\f462"
}

.um-icon-ios-minus-outline:before {
    content: "\f463"
}

.um-icon-ios-monitor:before {
    content: "\f466"
}

.um-icon-ios-monitor-outline:before {
    content: "\f465"
}

.um-icon-ios-moon:before {
    content: "\f468"
}

.um-icon-ios-moon-outline:before {
    content: "\f467"
}

.um-icon-ios-more:before {
    content: "\f46a"
}

.um-icon-ios-more-outline:before {
    content: "\f469"
}

.um-icon-ios-musical-note:before {
    content: "\f46b"
}

.um-icon-ios-musical-notes:before {
    content: "\f46c"
}

.um-icon-ios-navigate:before {
    content: "\f46e"
}

.um-icon-ios-navigate-outline:before {
    content: "\f46d"
}

.um-icon-ios-nutrition:before {
    content: "\f470"
}

.um-icon-ios-nutrition-outline:before {
    content: "\f46f"
}

.um-icon-ios-paper:before {
    content: "\f472"
}

.um-icon-ios-paper-outline:before {
    content: "\f471"
}

.um-icon-ios-paperplane:before {
    content: "\f474"
}

.um-icon-ios-paperplane-outline:before {
    content: "\f473"
}

.um-icon-ios-partlysunny:before {
    content: "\f476"
}

.um-icon-ios-partlysunny-outline:before {
    content: "\f475"
}

.um-icon-ios-pause:before {
    content: "\f478"
}

.um-icon-ios-pause-outline:before {
    content: "\f477"
}

.um-icon-ios-paw:before {
    content: "\f47a"
}

.um-icon-ios-paw-outline:before {
    content: "\f479"
}

.um-icon-ios-people:before {
    content: "\f47c"
}

.um-icon-ios-people-outline:before {
    content: "\f47b"
}

.um-icon-ios-person:before {
    content: "\f47e"
}

.um-icon-ios-person-outline:before {
    content: "\f47d"
}

.um-icon-ios-personadd:before {
    content: "\f480"
}

.um-icon-ios-personadd-outline:before {
    content: "\f47f"
}

.um-icon-ios-photos:before {
    content: "\f482"
}

.um-icon-ios-photos-outline:before {
    content: "\f481"
}

.um-icon-ios-pie:before {
    content: "\f484"
}

.um-icon-ios-pie-outline:before {
    content: "\f483"
}

.um-icon-ios-pint:before {
    content: "\f486"
}

.um-icon-ios-pint-outline:before {
    content: "\f485"
}

.um-icon-ios-play:before {
    content: "\f488"
}

.um-icon-ios-play-outline:before {
    content: "\f487"
}

.um-icon-ios-plus:before {
    content: "\f48b"
}

.um-icon-ios-plus-empty:before {
    content: "\f489"
}

.um-icon-ios-plus-outline:before {
    content: "\f48a"
}

.um-icon-ios-pricetag:before {
    content: "\f48d"
}

.um-icon-ios-pricetag-outline:before {
    content: "\f48c"
}

.um-icon-ios-pricetags:before {
    content: "\f48f"
}

.um-icon-ios-pricetags-outline:before {
    content: "\f48e"
}

.um-icon-ios-printer:before {
    content: "\f491"
}

.um-icon-ios-printer-outline:before {
    content: "\f490"
}

.um-icon-ios-pulse:before {
    content: "\f493"
}

.um-icon-ios-pulse-strong:before {
    content: "\f492"
}

.um-icon-ios-rainy:before {
    content: "\f495"
}

.um-icon-ios-rainy-outline:before {
    content: "\f494"
}

.um-icon-ios-recording:before {
    content: "\f497"
}

.um-icon-ios-recording-outline:before {
    content: "\f496"
}

.um-icon-ios-redo:before {
    content: "\f499"
}

.um-icon-ios-redo-outline:before {
    content: "\f498"
}

.um-icon-ios-refresh:before {
    content: "\f49c"
}

.um-icon-ios-refresh-empty:before {
    content: "\f49a"
}

.um-icon-ios-refresh-outline:before {
    content: "\f49b"
}

.um-icon-ios-reload:before {
    content: "\f49d"
}

.um-icon-ios-reverse-camera:before {
    content: "\f49f"
}

.um-icon-ios-reverse-camera-outline:before {
    content: "\f49e"
}

.um-icon-ios-rewind:before {
    content: "\f4a1"
}

.um-icon-ios-rewind-outline:before {
    content: "\f4a0"
}

.um-icon-ios-rose:before {
    content: "\f4a3"
}

.um-icon-ios-rose-outline:before {
    content: "\f4a2"
}

.um-icon-ios-search:before {
    content: "\f4a5"
}

.um-icon-ios-search-strong:before {
    content: "\f4a4"
}

.um-icon-ios-settings:before {
    content: "\f4a7"
}

.um-icon-ios-settings-strong:before {
    content: "\f4a6"
}

.um-icon-ios-shuffle:before {
    content: "\f4a9"
}

.um-icon-ios-shuffle-strong:before {
    content: "\f4a8"
}

.um-icon-ios-skipbackward:before {
    content: "\f4ab"
}

.um-icon-ios-skipbackward-outline:before {
    content: "\f4aa"
}

.um-icon-ios-skipforward:before {
    content: "\f4ad"
}

.um-icon-ios-skipforward-outline:before {
    content: "\f4ac"
}

.um-icon-ios-snowy:before {
    content: "\f4ae"
}

.um-icon-ios-speedometer:before {
    content: "\f4b0"
}

.um-icon-ios-speedometer-outline:before {
    content: "\f4af"
}

.um-icon-ios-star:before {
    content: "\f4b3"
}

.um-icon-ios-star-half:before {
    content: "\f4b1"
}

.um-icon-ios-star-outline:before {
    content: "\f4b2"
}

.um-icon-ios-stopwatch:before {
    content: "\f4b5"
}

.um-icon-ios-stopwatch-outline:before {
    content: "\f4b4"
}

.um-icon-ios-sunny:before {
    content: "\f4b7"
}

.um-icon-ios-sunny-outline:before {
    content: "\f4b6"
}

.um-icon-ios-telephone:before {
    content: "\f4b9"
}

.um-icon-ios-telephone-outline:before {
    content: "\f4b8"
}

.um-icon-ios-tennisball:before {
    content: "\f4bb"
}

.um-icon-ios-tennisball-outline:before {
    content: "\f4ba"
}

.um-icon-ios-thunderstorm:before {
    content: "\f4bd"
}

.um-icon-ios-thunderstorm-outline:before {
    content: "\f4bc"
}

.um-icon-ios-time:before {
    content: "\f4bf"
}

.um-icon-ios-time-outline:before {
    content: "\f4be"
}

.um-icon-ios-timer:before {
    content: "\f4c1"
}

.um-icon-ios-timer-outline:before {
    content: "\f4c0"
}

.um-icon-ios-toggle:before {
    content: "\f4c3"
}

.um-icon-ios-toggle-outline:before {
    content: "\f4c2"
}

.um-icon-ios-trash:before {
    content: "\f4c5"
}

.um-icon-ios-trash-outline:before {
    content: "\f4c4"
}

.um-icon-ios-undo:before {
    content: "\f4c7"
}

.um-icon-ios-undo-outline:before {
    content: "\f4c6"
}

.um-icon-ios-unlocked:before {
    content: "\f4c9"
}

.um-icon-ios-unlocked-outline:before {
    content: "\f4c8"
}

.um-icon-ios-upload:before {
    content: "\f4cb"
}

.um-icon-ios-upload-outline:before {
    content: "\f4ca"
}

.um-icon-ios-videocam:before {
    content: "\f4cd"
}

.um-icon-ios-videocam-outline:before {
    content: "\f4cc"
}

.um-icon-ios-volume-high:before {
    content: "\f4ce"
}

.um-icon-ios-volume-low:before {
    content: "\f4cf"
}

.um-icon-ios-wineglass:before {
    content: "\f4d1"
}

.um-icon-ios-wineglass-outline:before {
    content: "\f4d0"
}

.um-icon-ios-world:before {
    content: "\f4d3"
}

.um-icon-ios-world-outline:before {
    content: "\f4d2"
}

.um-icon-ipad:before {
    content: "\f1f9"
}

.um-icon-iphone:before {
    content: "\f1fa"
}

.um-icon-ipod:before {
    content: "\f1fb"
}

.um-icon-jet:before {
    content: "\f295"
}

.um-icon-key:before {
    content: "\f296"
}

.um-icon-knife:before {
    content: "\f297"
}

.um-icon-laptop:before {
    content: "\f1fc"
}

.um-icon-leaf:before {
    content: "\f1fd"
}

.um-icon-levels:before {
    content: "\f298"
}

.um-icon-lightbulb:before {
    content: "\f299"
}

.um-icon-link:before {
    content: "\f1fe"
}

.um-icon-load-a:before {
    content: "\f29a"
}

.um-icon-load-b:before {
    content: "\f29b"
}

.um-icon-load-c:before {
    content: "\f29c"
}

.um-icon-load-d:before {
    content: "\f29d"
}

.um-icon-location:before {
    content: "\f1ff"
}

.um-icon-lock-combination:before {
    content: "\f4d4"
}

.um-icon-locked:before {
    content: "\f200"
}

.um-icon-log-in:before {
    content: "\f29e"
}

.um-icon-log-out:before {
    content: "\f29f"
}

.um-icon-loop:before {
    content: "\f201"
}

.um-icon-magnet:before {
    content: "\f2a0"
}

.um-icon-male:before {
    content: "\f2a1"
}

.um-icon-man:before {
    content: "\f202"
}

.um-icon-map:before {
    content: "\f203"
}

.um-icon-medkit:before {
    content: "\f2a2"
}

.um-icon-merge:before {
    content: "\f33f"
}

.um-icon-mic-a:before {
    content: "\f204"
}

.um-icon-mic-b:before {
    content: "\f205"
}

.um-icon-mic-c:before {
    content: "\f206"
}

.um-icon-minus:before {
    content: "\f209"
}

.um-icon-minus-circled:before {
    content: "\f207"
}

.um-icon-minus-round:before {
    content: "\f208"
}

.um-icon-model-s:before {
    content: "\f2c1"
}

.um-icon-monitor:before {
    content: "\f20a"
}

.um-icon-more:before {
    content: "\f20b"
}

.um-icon-mouse:before {
    content: "\f340"
}

.um-icon-music-note:before {
    content: "\f20c"
}

.um-icon-navicon:before {
    content: "\f20e"
}

.um-icon-navicon-round:before {
    content: "\f20d"
}

.um-icon-navigate:before {
    content: "\f2a3"
}

.um-icon-network:before {
    content: "\f341"
}

.um-icon-no-smoking:before {
    content: "\f2c2"
}

.um-icon-nuclear:before {
    content: "\f2a4"
}

.um-icon-outlet:before {
    content: "\f342"
}

.um-icon-paintbrush:before {
    content: "\f4d5"
}

.um-icon-paintbucket:before {
    content: "\f4d6"
}

.um-icon-paper-airplane:before {
    content: "\f2c3"
}

.um-icon-paperclip:before {
    content: "\f20f"
}

.um-icon-pause:before {
    content: "\f210"
}

.um-icon-person:before {
    content: "\f213"
}

.um-icon-person-add:before {
    content: "\f211"
}

.um-icon-person-stalker:before {
    content: "\f212"
}

.um-icon-pie-graph:before {
    content: "\f2a5"
}

.um-icon-pin:before {
    content: "\f2a6"
}

.um-icon-pinpoint:before {
    content: "\f2a7"
}

.um-icon-pizza:before {
    content: "\f2a8"
}

.um-icon-plane:before {
    content: "\f214"
}

.um-icon-planet:before {
    content: "\f343"
}

.um-icon-play:before {
    content: "\f215"
}

.um-icon-playstation:before {
    content: "\f30a"
}

.um-icon-plus:before {
    content: "\f218"
}

.um-icon-plus-circled:before {
    content: "\f216"
}

.um-icon-plus-round:before {
    content: "\f217"
}

.um-icon-podium:before {
    content: "\f344"
}

.um-icon-pound:before {
    content: "\f219"
}

.um-icon-power:before {
    content: "\f2a9"
}

.um-icon-pricetag:before {
    content: "\f2aa"
}

.um-icon-pricetags:before {
    content: "\f2ab"
}

.um-icon-printer:before {
    content: "\f21a"
}

.um-icon-pull-request:before {
    content: "\f345"
}

.um-icon-qr-scanner:before {
    content: "\f346"
}

.um-icon-quote:before {
    content: "\f347"
}

.um-icon-radio-waves:before {
    content: "\f2ac"
}

.um-icon-record:before {
    content: "\f21b"
}

.um-icon-refresh:before {
    content: "\f21c"
}

.um-icon-reply:before {
    content: "\f21e"
}

.um-icon-reply-all:before {
    content: "\f21d"
}

.um-icon-ribbon-a:before {
    content: "\f348"
}

.um-icon-ribbon-b:before {
    content: "\f349"
}

.um-icon-sad:before {
    content: "\f34a"
}

.um-icon-sad-outline:before {
    content: "\f4d7"
}

.um-icon-scissors:before {
    content: "\f34b"
}

.um-icon-search:before {
    content: "\f21f"
}

.um-icon-settings:before {
    content: "\f2ad"
}

.um-icon-share:before {
    content: "\f220"
}

.um-icon-shuffle:before {
    content: "\f221"
}

.um-icon-skip-backward:before {
    content: "\f222"
}

.um-icon-skip-forward:before {
    content: "\f223"
}

.um-icon-social-android:before {
    content: "\f225"
}

.um-icon-social-android-outline:before {
    content: "\f224"
}

.um-icon-social-angular:before {
    content: "\f4d9"
}

.um-icon-social-angular-outline:before {
    content: "\f4d8"
}

.um-icon-social-apple:before {
    content: "\f227"
}

.um-icon-social-apple-outline:before {
    content: "\f226"
}

.um-icon-social-bitcoin:before {
    content: "\f2af"
}

.um-icon-social-bitcoin-outline:before {
    content: "\f2ae"
}

.um-icon-social-buffer:before {
    content: "\f229"
}

.um-icon-social-buffer-outline:before {
    content: "\f228"
}

.um-icon-social-chrome:before {
    content: "\f4db"
}

.um-icon-social-chrome-outline:before {
    content: "\f4da"
}

.um-icon-social-codepen:before {
    content: "\f4dd"
}

.um-icon-social-codepen-outline:before {
    content: "\f4dc"
}

.um-icon-social-css3:before {
    content: "\f4df"
}

.um-icon-social-css3-outline:before {
    content: "\f4de"
}

.um-icon-social-designernews:before {
    content: "\f22b"
}

.um-icon-social-designernews-outline:before {
    content: "\f22a"
}

.um-icon-social-dribbble:before {
    content: "\f22d"
}

.um-icon-social-dribbble-outline:before {
    content: "\f22c"
}

.um-icon-social-dropbox:before {
    content: "\f22f"
}

.um-icon-social-dropbox-outline:before {
    content: "\f22e"
}

.um-icon-social-euro:before {
    content: "\f4e1"
}

.um-icon-social-euro-outline:before {
    content: "\f4e0"
}

.um-icon-social-facebook:before {
    content: "\f231"
}

.um-icon-social-facebook-outline:before {
    content: "\f230"
}

.um-icon-social-foursquare:before {
    content: "\f34d"
}

.um-icon-social-foursquare-outline:before {
    content: "\f34c"
}

.um-icon-social-freebsd-devil:before {
    content: "\f2c4"
}

.um-icon-social-github:before {
    content: "\f233"
}

.um-icon-social-github-outline:before {
    content: "\f232"
}

.um-icon-social-google:before {
    content: "\f34f"
}

.um-icon-social-google-outline:before {
    content: "\f34e"
}

.um-icon-social-googleplus:before {
    content: "\f235"
}

.um-icon-social-googleplus-outline:before {
    content: "\f234"
}

.um-icon-social-hackernews:before {
    content: "\f237"
}

.um-icon-social-hackernews-outline:before {
    content: "\f236"
}

.um-icon-social-html5:before {
    content: "\f4e3"
}

.um-icon-social-html5-outline:before {
    content: "\f4e2"
}

.um-icon-social-instagram:before {
    content: "\f351"
}

.um-icon-social-instagram-outline:before {
    content: "\f350"
}

.um-icon-social-javascript:before {
    content: "\f4e5"
}

.um-icon-social-javascript-outline:before {
    content: "\f4e4"
}

.um-icon-social-linkedin:before {
    content: "\f239"
}

.um-icon-social-linkedin-outline:before {
    content: "\f238"
}

.um-icon-social-markdown:before {
    content: "\f4e6"
}

.um-icon-social-nodejs:before {
    content: "\f4e7"
}

.um-icon-social-octocat:before {
    content: "\f4e8"
}

.um-icon-social-pinterest:before {
    content: "\f2b1"
}

.um-icon-social-pinterest-outline:before {
    content: "\f2b0"
}

.um-icon-social-python:before {
    content: "\f4e9"
}

.um-icon-social-reddit:before {
    content: "\f23b"
}

.um-icon-social-reddit-outline:before {
    content: "\f23a"
}

.um-icon-social-rss:before {
    content: "\f23d"
}

.um-icon-social-rss-outline:before {
    content: "\f23c"
}

.um-icon-social-sass:before {
    content: "\f4ea"
}

.um-icon-social-skype:before {
    content: "\f23f"
}

.um-icon-social-skype-outline:before {
    content: "\f23e"
}

.um-icon-social-snapchat:before {
    content: "\f4ec"
}

.um-icon-social-snapchat-outline:before {
    content: "\f4eb"
}

.um-icon-social-tumblr:before {
    content: "\f241"
}

.um-icon-social-tumblr-outline:before {
    content: "\f240"
}

.um-icon-social-tux:before {
    content: "\f2c5"
}

.um-icon-social-twitch:before {
    content: "\f4ee"
}

.um-icon-social-twitch-outline:before {
    content: "\f4ed"
}

.um-icon-social-twitter:before {
    content: "\f243"
}

.um-icon-social-twitter-outline:before {
    content: "\f242"
}

.um-icon-social-usd:before {
    content: "\f353"
}

.um-icon-social-usd-outline:before {
    content: "\f352"
}

.um-icon-social-vimeo:before {
    content: "\f245"
}

.um-icon-social-vimeo-outline:before {
    content: "\f244"
}

.um-icon-social-whatsapp:before {
    content: "\f4f0"
}

.um-icon-social-whatsapp-outline:before {
    content: "\f4ef"
}

.um-icon-social-windows:before {
    content: "\f247"
}

.um-icon-social-windows-outline:before {
    content: "\f246"
}

.um-icon-social-wordpress:before {
    content: "\f249"
}

.um-icon-social-wordpress-outline:before {
    content: "\f248"
}

.um-icon-social-yahoo:before {
    content: "\f24b"
}

.um-icon-social-yahoo-outline:before {
    content: "\f24a"
}

.um-icon-social-yen:before {
    content: "\f4f2"
}

.um-icon-social-yen-outline:before {
    content: "\f4f1"
}

.um-icon-social-youtube:before {
    content: "\f24d"
}

.um-icon-social-youtube-outline:before {
    content: "\f24c"
}

.um-icon-soup-can:before {
    content: "\f4f4"
}

.um-icon-soup-can-outline:before {
    content: "\f4f3"
}

.um-icon-speakerphone:before {
    content: "\f2b2"
}

.um-icon-speedometer:before {
    content: "\f2b3"
}

.um-icon-spoon:before {
    content: "\f2b4"
}

.um-icon-star:before {
    content: "\f24e"
}

.um-icon-stats-bars:before {
    content: "\f2b5"
}

.um-icon-steam:before {
    content: "\f30b"
}

.um-icon-stop:before {
    content: "\f24f"
}

.um-icon-thermometer:before {
    content: "\f2b6"
}

.um-icon-thumbsdown:before {
    content: "\f250"
}

.um-icon-thumbsup:before {
    content: "\f251"
}

.um-icon-toggle:before {
    content: "\f355"
}

.um-icon-toggle-filled:before {
    content: "\f354"
}

.um-icon-transgender:before {
    content: "\f4f5"
}

.um-icon-trash-a:before {
    content: "\f252"
}

.um-icon-trash-b:before {
    content: "\f253"
}

.um-icon-trophy:before {
    content: "\f356"
}

.um-icon-tshirt:before {
    content: "\f4f7"
}

.um-icon-tshirt-outline:before {
    content: "\f4f6"
}

.um-icon-umbrella:before {
    content: "\f2b7"
}

.um-icon-university:before {
    content: "\f357"
}

.um-icon-unlocked:before {
    content: "\f254"
}

.um-icon-upload:before {
    content: "\f255"
}

.um-icon-usb:before {
    content: "\f2b8"
}

.um-icon-videocamera:before {
    content: "\f256"
}

.um-icon-volume-high:before {
    content: "\f257"
}

.um-icon-volume-low:before {
    content: "\f258"
}

.um-icon-volume-medium:before {
    content: "\f259"
}

.um-icon-volume-mute:before {
    content: "\f25a"
}

.um-icon-wand:before {
    content: "\f358"
}

.um-icon-waterdrop:before {
    content: "\f25b"
}

.um-icon-wifi:before {
    content: "\f25c"
}

.um-icon-wineglass:before {
    content: "\f2b9"
}

.um-icon-woman:before {
    content: "\f25d"
}

.um-icon-wrench:before {
    content: "\f2ba"
}

.um-icon-xbox:before {
    content: "\f30c"
}

@charset "UTF-8";


[class^=um-faicon-]:before, [class*=" um-faicon-"]:before {
    
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.um-faicon-sticky-note:before {
    content: "\f249"
}

.um-faicon-glass:before {
    content: "\f000"
}

.um-faicon-music:before {
    content: "\f001"
}

.um-faicon-search:before {
    content: "\f002"
}

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

.um-faicon-heart:before {
    content: "\f004"
}

.um-faicon-star:before {
    content: "\f005"
}

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

.um-faicon-user:before {
    content: "\f007"
}

.um-faicon-film:before {
    content: "\f008"
}

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

.um-faicon-th:before {
    content: "\f00a"
}

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

.um-faicon-check:before {
    content: "\f00c"
}

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

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

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

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

.um-faicon-signal:before {
    content: "\f012"
}

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

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

.um-faicon-home:before {
    content: "\f015"
}

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

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

.um-faicon-road:before {
    content: "\f018"
}

.um-faicon-download:before {
    content: "\f019"
}

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

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

.um-faicon-inbox:before {
    content: "\f01c"
}

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

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

.um-faicon-refresh:before {
    content: "\f021"
}

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

.um-faicon-lock:before {
    content: "\f023"
}

.um-faicon-flag:before {
    content: "\f024"
}

.um-faicon-headphones:before {
    content: "\f025"
}

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

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

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

.um-faicon-qrcode:before {
    content: "\f029"
}

.um-faicon-barcode:before {
    content: "\f02a"
}

.um-faicon-tag:before {
    content: "\f02b"
}

.um-faicon-tags:before {
    content: "\f02c"
}

.um-faicon-book:before {
    content: "\f02d"
}

.um-faicon-bookmark:before {
    content: "\f02e"
}

.um-faicon-print:before {
    content: "\f02f"
}

.um-faicon-camera:before {
    content: "\f030"
}

.um-faicon-font:before {
    content: "\f031"
}

.um-faicon-bold:before {
    content: "\f032"
}

.um-faicon-italic:before {
    content: "\f033"
}

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

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

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

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

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

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

.um-faicon-list:before {
    content: "\f03a"
}

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

.um-faicon-indent:before {
    content: "\f03c"
}

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

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

.um-faicon-pencil:before {
    content: "\f040"
}

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

.um-faicon-adjust:before {
    content: "\f042"
}

.um-faicon-tint:before {
    content: "\f043"
}

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

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

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

.um-faicon-arrows:before {
    content: "\f047"
}

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

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

.um-faicon-backward:before {
    content: "\f04a"
}

.um-faicon-play:before {
    content: "\f04b"
}

.um-faicon-pause:before {
    content: "\f04c"
}

.um-faicon-stop:before {
    content: "\f04d"
}

.um-faicon-forward:before {
    content: "\f04e"
}

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

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

.um-faicon-eject:before {
    content: "\f052"
}

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

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

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

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

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

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

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

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

.um-faicon-crosshairs:before {
    content: "\f05b"
}

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

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

.um-faicon-ban:before {
    content: "\f05e"
}

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

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

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

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

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

.um-faicon-expand:before {
    content: "\f065"
}

.um-faicon-compress:before {
    content: "\f066"
}

.um-faicon-plus:before {
    content: "\f067"
}

.um-faicon-minus:before {
    content: "\f068"
}

.um-faicon-asterisk:before {
    content: "\f069"
}

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

.um-faicon-gift:before {
    content: "\f06b"
}

.um-faicon-leaf:before {
    content: "\f06c"
}

.um-faicon-fire:before {
    content: "\f06d"
}

.um-faicon-eye:before {
    content: "\f06e"
}

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

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

.um-faicon-plane:before {
    content: "\f072"
}

.um-faicon-calendar:before {
    content: "\f073"
}

.um-faicon-random:before {
    content: "\f074"
}

.um-faicon-comment:before {
    content: "\f075"
}

.um-faicon-magnet:before {
    content: "\f076"
}

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

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

.um-faicon-retweet:before {
    content: "\f079"
}

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

.um-faicon-folder:before {
    content: "\f07b"
}

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

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

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

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

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

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

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

.um-faicon-key:before {
    content: "\f084"
}

.um-faicon-gears:before, .um-faicon-cogs:before {
    content: "\f085"
}

.um-faicon-comments:before {
    content: "\f086"
}

.um-faicon-thumbs-o-up:before {
    content: "\f087"
}

.um-faicon-thumbs-o-down:before {
    content: "\f088"
}

.um-faicon-star-half:before {
    content: "\f089"
}

.um-faicon-heart-o:before {
    content: "\f08a"
}

.um-faicon-sign-out:before {
    content: "\f08b"
}

.um-faicon-linkedin-square:before {
    content: "\f08c"
}

.um-faicon-thumb-tack:before {
    content: "\f08d"
}

.um-faicon-external-link:before {
    content: "\f08e"
}

.um-faicon-sign-in:before {
    content: "\f090"
}

.um-faicon-trophy:before {
    content: "\f091"
}

.um-faicon-github-square:before {
    content: "\f092"
}

.um-faicon-upload:before {
    content: "\f093"
}

.um-faicon-lemon-o:before {
    content: "\f094"
}

.um-faicon-phone:before {
    content: "\f095"
}

.um-faicon-square-o:before {
    content: "\f096"
}

.um-faicon-bookmark-o:before {
    content: "\f097"
}

.um-faicon-phone-square:before {
    content: "\f098"
}

.um-faicon-twitter:before {
    content: "\f099"
}

.um-faicon-facebook:before {
    content: "\f09a"
}

.um-faicon-github:before {
    content: "\f09b"
}

.um-faicon-unlock:before {
    content: "\f09c"
}

.um-faicon-credit-card:before {
    content: "\f09d"
}

.um-faicon-rss:before {
    content: "\f09e"
}

.um-faicon-hdd-o:before {
    content: "\f0a0"
}

.um-faicon-bullhorn:before {
    content: "\f0a1"
}

.um-faicon-bell:before {
    content: "\f0f3"
}

.um-faicon-certificate:before {
    content: "\f0a3"
}

.um-faicon-hand-o-right:before {
    content: "\f0a4"
}

.um-faicon-hand-o-left:before {
    content: "\f0a5"
}

.um-faicon-hand-o-up:before {
    content: "\f0a6"
}

.um-faicon-hand-o-down:before {
    content: "\f0a7"
}

.um-faicon-arrow-circle-left:before {
    content: "\f0a8"
}

.um-faicon-arrow-circle-right:before {
    content: "\f0a9"
}

.um-faicon-arrow-circle-up:before {
    content: "\f0aa"
}

.um-faicon-arrow-circle-down:before {
    content: "\f0ab"
}

.um-faicon-globe:before {
    content: "\f0ac"
}

.um-faicon-wrench:before {
    content: "\f0ad"
}

.um-faicon-tasks:before {
    content: "\f0ae"
}

.um-faicon-filter:before {
    content: "\f0b0"
}

.um-faicon-briefcase:before {
    content: "\f0b1"
}

.um-faicon-arrows-alt:before {
    content: "\f0b2"
}

.um-faicon-group:before, .um-faicon-users:before {
    content: "\f0c0"
}

.um-faicon-chain:before, .um-faicon-link:before {
    content: "\f0c1"
}

.um-faicon-cloud:before {
    content: "\f0c2"
}

.um-faicon-flask:before {
    content: "\f0c3"
}

.um-faicon-cut:before, .um-faicon-scissors:before {
    content: "\f0c4"
}

.um-faicon-copy:before, .um-faicon-files-o:before {
    content: "\f0c5"
}

.um-faicon-paperclip:before {
    content: "\f0c6"
}

.um-faicon-save:before, .um-faicon-floppy-o:before {
    content: "\f0c7"
}

.um-faicon-square:before {
    content: "\f0c8"
}

.um-faicon-navicon:before, .um-faicon-reorder:before, .um-faicon-bars:before {
    content: "\f0c9"
}

.um-faicon-list-ul:before {
    content: "\f0ca"
}

.um-faicon-list-ol:before {
    content: "\f0cb"
}

.um-faicon-strikethrough:before {
    content: "\f0cc"
}

.um-faicon-underline:before {
    content: "\f0cd"
}

.um-faicon-table:before {
    content: "\f0ce"
}

.um-faicon-magic:before {
    content: "\f0d0"
}

.um-faicon-truck:before {
    content: "\f0d1"
}

.um-faicon-pinterest:before {
    content: "\f0d2"
}

.um-faicon-pinterest-square:before {
    content: "\f0d3"
}

.um-faicon-google-plus-square:before {
    content: "\f0d4"
}

.um-faicon-google-plus:before {
    content: "\f0d5"
}

.um-faicon-money:before {
    content: "\f0d6"
}

.um-faicon-caret-down:before {
    content: "\f0d7"
}

.um-faicon-caret-up:before {
    content: "\f0d8"
}

.um-faicon-caret-left:before {
    content: "\f0d9"
}

.um-faicon-caret-right:before {
    content: "\f0da"
}

.um-faicon-columns:before {
    content: "\f0db"
}

.um-faicon-unsorted:before, .um-faicon-sort:before {
    content: "\f0dc"
}

.um-faicon-sort-down:before, .um-faicon-sort-desc:before {
    content: "\f0dd"
}

.um-faicon-sort-up:before, .um-faicon-sort-asc:before {
    content: "\f0de"
}

.um-faicon-envelope:before {
    content: "\f0e0"
}

.um-faicon-linkedin:before {
    content: "\f0e1"
}

.um-faicon-rotate-left:before, .um-faicon-undo:before {
    content: "\f0e2"
}

.um-faicon-legal:before, .um-faicon-gavel:before {
    content: "\f0e3"
}

.um-faicon-dashboard:before, .um-faicon-tachometer:before {
    content: "\f0e4"
}

.um-faicon-comment-o:before {
    content: "\f0e5"
}

.um-faicon-comments-o:before {
    content: "\f0e6"
}

.um-faicon-flash:before, .um-faicon-bolt:before {
    content: "\f0e7"
}

.um-faicon-sitemap:before {
    content: "\f0e8"
}

.um-faicon-umbrella:before {
    content: "\f0e9"
}

.um-faicon-paste:before, .um-faicon-clipboard:before {
    content: "\f0ea"
}

.um-faicon-lightbulb-o:before {
    content: "\f0eb"
}

.um-faicon-exchange:before {
    content: "\f0ec"
}

.um-faicon-cloud-download:before {
    content: "\f0ed"
}

.um-faicon-cloud-upload:before {
    content: "\f0ee"
}

.um-faicon-user-md:before {
    content: "\f0f0"
}

.um-faicon-stethoscope:before {
    content: "\f0f1"
}

.um-faicon-suitcase:before {
    content: "\f0f2"
}

.um-faicon-bell-o:before {
    content: "\f0a2"
}

.um-faicon-coffee:before {
    content: "\f0f4"
}

.um-faicon-cutlery:before {
    content: "\f0f5"
}

.um-faicon-file-text-o:before {
    content: "\f0f6"
}

.um-faicon-building-o:before {
    content: "\f0f7"
}

.um-faicon-hospital-o:before {
    content: "\f0f8"
}

.um-faicon-ambulance:before {
    content: "\f0f9"
}

.um-faicon-medkit:before {
    content: "\f0fa"
}

.um-faicon-fighter-jet:before {
    content: "\f0fb"
}

.um-faicon-beer:before {
    content: "\f0fc"
}

.um-faicon-h-square:before {
    content: "\f0fd"
}

.um-faicon-plus-square:before {
    content: "\f0fe"
}

.um-faicon-angle-double-left:before {
    content: "\f100"
}

.um-faicon-angle-double-right:before {
    content: "\f101"
}

.um-faicon-angle-double-up:before {
    content: "\f102"
}

.um-faicon-angle-double-down:before {
    content: "\f103"
}

.um-faicon-angle-left:before {
    content: "\f104"
}

.um-faicon-angle-right:before {
    content: "\f105"
}

.um-faicon-angle-up:before {
    content: "\f106"
}

.um-faicon-angle-down:before {
    content: "\f107"
}

.um-faicon-desktop:before {
    content: "\f108"
}

.um-faicon-laptop:before {
    content: "\f109"
}

.um-faicon-tablet:before {
    content: "\f10a"
}

.um-faicon-mobile-phone:before, .um-faicon-mobile:before {
    content: "\f10b"
}

.um-faicon-circle-o:before {
    content: "\f10c"
}

.um-faicon-quote-left:before {
    content: "\f10d"
}

.um-faicon-quote-right:before {
    content: "\f10e"
}

.um-faicon-spinner:before {
    content: "\f110"
}

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

.um-faicon-circle:before {
    content: "\f111"
}

.um-faicon-mail-reply:before, .um-faicon-reply:before {
    content: "\f112"
}

.um-faicon-github-alt:before {
    content: "\f113"
}

.um-faicon-folder-o:before {
    content: "\f114"
}

.um-faicon-folder-open-o:before {
    content: "\f115"
}

.um-faicon-smile-o:before {
    content: "\f118"
}

.um-faicon-frown-o:before {
    content: "\f119"
}

.um-faicon-meh-o:before {
    content: "\f11a"
}

.um-faicon-gamepad:before {
    content: "\f11b"
}

.um-faicon-keyboard-o:before {
    content: "\f11c"
}

.um-faicon-flag-o:before {
    content: "\f11d"
}

.um-faicon-flag-checkered:before {
    content: "\f11e"
}

.um-faicon-terminal:before {
    content: "\f120"
}

.um-faicon-code:before {
    content: "\f121"
}

.um-faicon-mail-reply-all:before, .um-faicon-reply-all:before {
    content: "\f122"
}

.um-faicon-star-half-empty:before, .um-faicon-star-half-full:before, .um-faicon-star-half-o:before {
    content: "\f123"
}

.um-faicon-location-arrow:before {
    content: "\f124"
}

.um-faicon-crop:before {
    content: "\f125"
}

.um-faicon-code-fork:before {
    content: "\f126"
}

.um-faicon-unlink:before, .um-faicon-chain-broken:before {
    content: "\f127"
}

.um-faicon-question:before {
    content: "\f128"
}

.um-faicon-info:before {
    content: "\f129"
}

.um-faicon-exclamation:before {
    content: "\f12a"
}

.um-faicon-superscript:before {
    content: "\f12b"
}

.um-faicon-subscript:before {
    content: "\f12c"
}

.um-faicon-eraser:before {
    content: "\f12d"
}

.um-faicon-puzzle-piece:before {
    content: "\f12e"
}

.um-faicon-microphone:before {
    content: "\f130"
}

.um-faicon-microphone-slash:before {
    content: "\f131"
}

.um-faicon-shield:before {
    content: "\f132"
}

.um-faicon-calendar-o:before {
    content: "\f133"
}

.um-faicon-fire-extinguisher:before {
    content: "\f134"
}

.um-faicon-rocket:before {
    content: "\f135"
}

.um-faicon-maxcdn:before {
    content: "\f136"
}

.um-faicon-chevron-circle-left:before {
    content: "\f137"
}

.um-faicon-chevron-circle-right:before {
    content: "\f138"
}

.um-faicon-chevron-circle-up:before {
    content: "\f139"
}

.um-faicon-chevron-circle-down:before {
    content: "\f13a"
}

.um-faicon-html5:before {
    content: "\f13b"
}

.um-faicon-css3:before {
    content: "\f13c"
}

.um-faicon-anchor:before {
    content: "\f13d"
}

.um-faicon-unlock-alt:before {
    content: "\f13e"
}

.um-faicon-bullseye:before {
    content: "\f140"
}

.um-faicon-ellipsis-h:before {
    content: "\f141"
}

.um-faicon-ellipsis-v:before {
    content: "\f142"
}

.um-faicon-rss-square:before {
    content: "\f143"
}

.um-faicon-play-circle:before {
    content: "\f144"
}

.um-faicon-ticket:before {
    content: "\f145"
}

.um-faicon-minus-square:before {
    content: "\f146"
}

.um-faicon-minus-square-o:before {
    content: "\f147"
}

.um-faicon-level-up:before {
    content: "\f148"
}

.um-faicon-level-down:before {
    content: "\f149"
}

.um-faicon-check-square:before {
    content: "\f14a"
}

.um-faicon-pencil-square:before {
    content: "\f14b"
}

.um-faicon-external-link-square:before {
    content: "\f14c"
}

.um-faicon-share-square:before {
    content: "\f14d"
}

.um-faicon-compass:before {
    content: "\f14e"
}

.um-faicon-toggle-down:before, .um-faicon-caret-square-o-down:before {
    content: "\f150"
}

.um-faicon-toggle-up:before, .um-faicon-caret-square-o-up:before {
    content: "\f151"
}

.um-faicon-toggle-right:before, .um-faicon-caret-square-o-right:before {
    content: "\f152"
}

.um-faicon-euro:before, .um-faicon-eur:before {
    content: "\f153"
}

.um-faicon-gbp:before {
    content: "\f154"
}

.um-faicon-dollar:before, .um-faicon-usd:before {
    content: "\f155"
}

.um-faicon-rupee:before, .um-faicon-inr:before {
    content: "\f156"
}

.um-faicon-cny:before, .um-faicon-rmb:before, .um-faicon-yen:before, .um-faicon-jpy:before {
    content: "\f157"
}

.um-faicon-ruble:before, .um-faicon-rouble:before, .um-faicon-rub:before {
    content: "\f158"
}

.um-faicon-won:before, .um-faicon-krw:before {
    content: "\f159"
}

.um-faicon-bitcoin:before, .um-faicon-btc:before {
    content: "\f15a"
}

.um-faicon-file:before {
    content: "\f15b"
}

.um-faicon-file-text:before {
    content: "\f15c"
}

.um-faicon-sort-alpha-asc:before {
    content: "\f15d"
}

.um-faicon-sort-alpha-desc:before {
    content: "\f15e"
}

.um-faicon-sort-amount-asc:before {
    content: "\f160"
}

.um-faicon-sort-amount-desc:before {
    content: "\f161"
}

.um-faicon-sort-numeric-asc:before {
    content: "\f162"
}

.um-faicon-sort-numeric-desc:before {
    content: "\f163"
}

.um-faicon-thumbs-up:before {
    content: "\f164"
}

.um-faicon-thumbs-down:before {
    content: "\f165"
}

.um-faicon-youtube-square:before {
    content: "\f166"
}

.um-faicon-youtube:before {
    content: "\f167"
}

.um-faicon-xing:before {
    content: "\f168"
}

.um-faicon-xing-square:before {
    content: "\f169"
}

.um-faicon-youtube-play:before {
    content: "\f16a"
}

.um-faicon-dropbox:before {
    content: "\f16b"
}

.um-faicon-stack-overflow:before {
    content: "\f16c"
}

.um-faicon-instagram:before {
    content: "\f16d"
}

.um-faicon-flickr:before {
    content: "\f16e"
}

.um-faicon-adn:before {
    content: "\f170"
}

.um-faicon-bitbucket:before {
    content: "\f171"
}

.um-faicon-bitbucket-square:before {
    content: "\f172"
}

.um-faicon-tumblr:before {
    content: "\f173"
}

.um-faicon-tumblr-square:before {
    content: "\f174"
}

.um-faicon-long-arrow-down:before {
    content: "\f175"
}

.um-faicon-long-arrow-up:before {
    content: "\f176"
}

.um-faicon-long-arrow-left:before {
    content: "\f177"
}

.um-faicon-long-arrow-right:before {
    content: "\f178"
}

.um-faicon-apple:before {
    content: "\f179"
}

.um-faicon-windows:before {
    content: "\f17a"
}

.um-faicon-android:before {
    content: "\f17b"
}

.um-faicon-linux:before {
    content: "\f17c"
}

.um-faicon-dribbble:before {
    content: "\f17d"
}

.um-faicon-skype:before {
    content: "\f17e"
}

.um-faicon-foursquare:before {
    content: "\f180"
}

.um-faicon-trello:before {
    content: "\f181"
}

.um-faicon-female:before {
    content: "\f182"
}

.um-faicon-male:before {
    content: "\f183"
}

.um-faicon-gittip:before {
    content: "\f184"
}

.um-faicon-sun-o:before {
    content: "\f185"
}

.um-faicon-moon-o:before {
    content: "\f186"
}

.um-faicon-archive:before {
    content: "\f187"
}

.um-faicon-bug:before {
    content: "\f188"
}

.um-faicon-vk:before {
    content: "\f189"
}

.um-faicon-weibo:before {
    content: "\f18a"
}

.um-faicon-renren:before {
    content: "\f18b"
}

.um-faicon-pagelines:before {
    content: "\f18c"
}

.um-faicon-stack-exchange:before {
    content: "\f18d"
}

.um-faicon-arrow-circle-o-right:before {
    content: "\f18e"
}

.um-faicon-arrow-circle-o-left:before {
    content: "\f190"
}

.um-faicon-toggle-left:before, .um-faicon-caret-square-o-left:before {
    content: "\f191"
}

.um-faicon-dot-circle-o:before {
    content: "\f192"
}

.um-faicon-wheelchair:before {
    content: "\f193"
}

.um-faicon-vimeo-square:before {
    content: "\f194"
}

.um-faicon-turkish-lira:before, .um-faicon-try:before {
    content: "\f195"
}

.um-faicon-plus-square-o:before {
    content: "\f196"
}

.um-faicon-space-shuttle:before {
    content: "\f197"
}

.um-faicon-slack:before {
    content: "\f198"
}

.um-faicon-envelope-square:before {
    content: "\f199"
}

.um-faicon-wordpress:before {
    content: "\f19a"
}

.um-faicon-openid:before {
    content: "\f19b"
}

.um-faicon-institution:before, .um-faicon-bank:before, .um-faicon-university:before {
    content: "\f19c"
}

.um-faicon-mortar-board:before, .um-faicon-graduation-cap:before {
    content: "\f19d"
}

.um-faicon-yahoo:before {
    content: "\f19e"
}

.um-faicon-google:before {
    content: "\f1a0"
}

.um-faicon-reddit:before {
    content: "\f1a1"
}

.um-faicon-reddit-square:before {
    content: "\f1a2"
}

.um-faicon-stumbleupon-circle:before {
    content: "\f1a3"
}

.um-faicon-stumbleupon:before {
    content: "\f1a4"
}

.um-faicon-delicious:before {
    content: "\f1a5"
}

.um-faicon-digg:before {
    content: "\f1a6"
}

.um-faicon-pied-piper:before {
    content: "\f1a7"
}

.um-faicon-pied-piper-alt:before {
    content: "\f1a8"
}

.um-faicon-drupal:before {
    content: "\f1a9"
}

.um-faicon-joomla:before {
    content: "\f1aa"
}

.um-faicon-language:before {
    content: "\f1ab"
}

.um-faicon-fax:before {
    content: "\f1ac"
}

.um-faicon-building:before {
    content: "\f1ad"
}

.um-faicon-child:before {
    content: "\f1ae"
}

.um-faicon-paw:before {
    content: "\f1b0"
}

.um-faicon-spoon:before {
    content: "\f1b1"
}

.um-faicon-cube:before {
    content: "\f1b2"
}

.um-faicon-cubes:before {
    content: "\f1b3"
}

.um-faicon-behance:before {
    content: "\f1b4"
}

.um-faicon-behance-square:before {
    content: "\f1b5"
}

.um-faicon-steam:before {
    content: "\f1b6"
}

.um-faicon-steam-square:before {
    content: "\f1b7"
}

.um-faicon-recycle:before {
    content: "\f1b8"
}

.um-faicon-automobile:before, .um-faicon-car:before {
    content: "\f1b9"
}

.um-faicon-cab:before, .um-faicon-taxi:before {
    content: "\f1ba"
}

.um-faicon-tree:before {
    content: "\f1bb"
}

.um-faicon-spotify:before {
    content: "\f1bc"
}

.um-faicon-deviantart:before {
    content: "\f1bd"
}

.um-faicon-soundcloud:before {
    content: "\f1be"
}

.um-faicon-database:before {
    content: "\f1c0"
}

.um-faicon-file-pdf-o:before {
    content: "\f1c1"
}

.um-faicon-file-word-o:before {
    content: "\f1c2"
}

.um-faicon-file-excel-o:before {
    content: "\f1c3"
}

.um-faicon-file-powerpoint-o:before {
    content: "\f1c4"
}

.um-faicon-file-photo-o:before, .um-faicon-file-picture-o:before, .um-faicon-file-image-o:before {
    content: "\f1c5"
}

.um-faicon-file-zip-o:before, .um-faicon-file-archive-o:before {
    content: "\f1c6"
}

.um-faicon-file-sound-o:before, .um-faicon-file-audio-o:before {
    content: "\f1c7"
}

.um-faicon-file-movie-o:before, .um-faicon-file-video-o:before {
    content: "\f1c8"
}

.um-faicon-file-code-o:before {
    content: "\f1c9"
}

.um-faicon-vine:before {
    content: "\f1ca"
}

.um-faicon-codepen:before {
    content: "\f1cb"
}

.um-faicon-jsfiddle:before {
    content: "\f1cc"
}

.um-faicon-life-bouy:before, .um-faicon-life-buoy:before, .um-faicon-life-saver:before, .um-faicon-support:before, .um-faicon-life-ring:before {
    content: "\f1cd"
}

.um-faicon-circle-o-notch:before {
    content: "\f1ce"
}

.um-faicon-ra:before, .um-faicon-rebel:before {
    content: "\f1d0"
}

.um-faicon-ge:before, .um-faicon-empire:before {
    content: "\f1d1"
}

.um-faicon-git-square:before {
    content: "\f1d2"
}

.um-faicon-git:before {
    content: "\f1d3"
}

.um-faicon-hacker-news:before {
    content: "\f1d4"
}

.um-faicon-tencent-weibo:before {
    content: "\f1d5"
}

.um-faicon-qq:before {
    content: "\f1d6"
}

.um-faicon-wechat:before, .um-faicon-weixin:before {
    content: "\f1d7"
}

.um-faicon-send:before, .um-faicon-paper-plane:before {
    content: "\f1d8"
}

.um-faicon-send-o:before, .um-faicon-paper-plane-o:before {
    content: "\f1d9"
}

.um-faicon-history:before {
    content: "\f1da"
}

.um-faicon-circle-thin:before {
    content: "\f1db"
}

.um-faicon-header:before {
    content: "\f1dc"
}

.um-faicon-paragraph:before {
    content: "\f1dd"
}

.um-faicon-sliders:before {
    content: "\f1de"
}

.um-faicon-share-alt:before {
    content: "\f1e0"
}

.um-faicon-share-alt-square:before {
    content: "\f1e1"
}

.um-faicon-bomb:before {
    content: "\f1e2"
}

.um-faicon-soccer-ball-o:before, .um-faicon-futbol-o:before {
    content: "\f1e3"
}

.um-faicon-tty:before {
    content: "\f1e4"
}

.um-faicon-binoculars:before {
    content: "\f1e5"
}

.um-faicon-plug:before {
    content: "\f1e6"
}

.um-faicon-slideshare:before {
    content: "\f1e7"
}

.um-faicon-twitch:before {
    content: "\f1e8"
}

.um-faicon-yelp:before {
    content: "\f1e9"
}

.um-faicon-newspaper-o:before {
    content: "\f1ea"
}

.um-faicon-wifi:before {
    content: "\f1eb"
}

.um-faicon-calculator:before {
    content: "\f1ec"
}

.um-faicon-paypal:before {
    content: "\f1ed"
}

.um-faicon-google-wallet:before {
    content: "\f1ee"
}

.um-faicon-cc-visa:before {
    content: "\f1f0"
}

.um-faicon-cc-mastercard:before {
    content: "\f1f1"
}

.um-faicon-cc-discover:before {
    content: "\f1f2"
}

.um-faicon-cc-amex:before {
    content: "\f1f3"
}

.um-faicon-cc-paypal:before {
    content: "\f1f4"
}

.um-faicon-cc-stripe:before {
    content: "\f1f5"
}

.um-faicon-bell-slash:before {
    content: "\f1f6"
}

.um-faicon-bell-slash-o:before {
    content: "\f1f7"
}

.um-faicon-trash:before {
    content: "\f1f8"
}

.um-faicon-copyright:before {
    content: "\f1f9"
}

.um-faicon-at:before {
    content: "\f1fa"
}

.um-faicon-eyedropper:before {
    content: "\f1fb"
}

.um-faicon-paint-brush:before {
    content: "\f1fc"
}

.um-faicon-birthday-cake:before {
    content: "\f1fd"
}

.um-faicon-area-chart:before {
    content: "\f1fe"
}

.um-faicon-pie-chart:before {
    content: "\f200"
}

.um-faicon-line-chart:before {
    content: "\f201"
}

.um-faicon-lastfm:before {
    content: "\f202"
}

.um-faicon-lastfm-square:before {
    content: "\f203"
}

.um-faicon-toggle-off:before {
    content: "\f204"
}

.um-faicon-toggle-on:before {
    content: "\f205"
}

.um-faicon-bicycle:before {
    content: "\f206"
}

.um-faicon-bus:before {
    content: "\f207"
}

.um-faicon-ioxhost:before {
    content: "\f208"
}

.um-faicon-angellist:before {
    content: "\f209"
}

.um-faicon-cc:before {
    content: "\f20a"
}

.um-faicon-shekel:before, .um-faicon-sheqel:before, .um-faicon-ils:before {
    content: "\f20b"
}

.um-faicon-meanpath:before {
    content: "\f20c"
}

@-moz-keyframes um-faicon-spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

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

@-o-keyframes um-faicon-spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes um-faicon-spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes um-faicon-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.cropper-container img {
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important
}

.cropper-modal, .cropper-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-canvas {
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.cropper-modal {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.cropper-dragger {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%
}

.cropper-viewer {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #69f;
    outline-color: rgba(51, 102, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    border: 0 dashed #fff;
    opacity: .5;
    filter: alpha(opacity=50)
}

.cropper-dashed.dashed-h {
    top: 33.3%;
    left: 0;
    width: 100%;
    height: 33.3%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.3%;
    width: 33.3%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
    filter: alpha(opacity=10)
}

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff
}

.cropper-line {
    background-color: #69f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    background-color: #69f;
    opacity: .75;
    filter: alpha(opacity=75)
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1;
    filter: alpha(opacity=100)
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    background-color: #69f;
    opacity: 0;
    filter: alpha(opacity=0)
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
        filter: alpha(opacity=75)
    }
}

.cropper-hidden {
    display: none !important
}

.cropper-invisible {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    opacity: 0;
    filter: alpha(opacity=0)
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-canvas, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}

.um-popup-overlay {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999992
}

.um-popup * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

.um-popup {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    left: 50%;
    top: 10%;
    margin-left: -250px;
    width: 500px;
    background: #fff;
    box-shadow: 0 1px 3px #111;
    z-index: 1999993;
    box-sizing: border-box;
    overflow: auto;
    color: #888;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

.um-popup.loading {
    background: #fff url(../images/loading.gif) no-repeat center;
    min-height: 100px
}

.um-popup a {
    outline: none !important
}

.um-modal-overlay {
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

.um-modal * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

.um-modal-hidden-content {
    display: none
}

.um-modal-close {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    font-size: 24px;
    text-decoration: none !important;
    color: #fff !important;
    padding: 0 10px
}

.um-modal {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    left: 50%;
    display: none;
    z-index: 1999993;
    box-sizing: border-box;
    bottom: -50px
}

.um-modal.normal {
    width: 500px;
    margin-left: -250px
}

.um-modal.large {
    width: 730px;
    margin-left: -365px
}

.um-modal.small {
    width: 400px;
    margin-left: -200px
}

.um-modal-body {
    min-height: 3px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.um-modal-body.photo {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1), 0px 0px 0px 1px rgba(255, 255, 255, .12) inset;
    background: #888;
    padding: 0
}

.um-modal-body.photo img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    opacity: 0
}

.um-modal.loading .um-modal-body {
    background: #fff url(../images/loading.gif) no-repeat center;
    min-height: 150px
}

.um-modal div.um {
    margin-bottom: 20px !important
}

.um-modal-header {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 44px;
    line-height: 44px;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 17px
}

.um-modal-footer {
    margin-top: 20px
}

.um-modal-left {
    float: left
}

.um-modal-right {
    float: right
}

.um-modal-btn.disabled, .um-modal-btn.disabled:hover {
    opacity: .5;
    cursor: default !important
}

.um-modal-btn {
    cursor: pointer !important;
    line-height: 34px !important;
    height: 34px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    transition: .2s;
    text-decoration: none !important
}

a.um-modal-btn:visited {
    color: #fff
}

.um-modal-btn:hover {
    background: #44b0ec;
    color: #fff
}

.um-modal-btn.alt {
    color: #666;
    background: #eee
}

.um-modal-btn.alt:hover {
    background: #e5e5e5
}

.um-modal .um-single-image-preview.crop img {
    float: left
}

.um {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    color: #666;
    font-size: 15px;
    margin-bottom: 30px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    opacity: 0
}

.um-s1, .um-s2 {
    display: none
}

.um *, .um *:before, .um *:after {
    box-sizing: content-box
}

.um-header a, .um-cover a, .um-member-photo a, .um-member-name a, .um-member-more a, .um-member-less a, .um-members a, .um-account-side li a, .um-members-pagi span, .um-members-pagi a, .um-field-value a {
    border-bottom: 0 !important
}

.um a:focus, .um-modal a:focus {
    outline: 0 !important
}

.um a .image-overlay, .um a:hover .image-overlay, .um a:hover .image-overlay * {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    position: static !important
}

.um.um-in-admin {
    padding-top: 0
}

.um.um-in-admin .um-tip {
    display: none !important
}

.um:not(.um-directory) input, .um:not(.um-directory) select, .um:not(.um-directory) textarea {
    font-size: 15px
}

.um * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

.um-left {
    float: left
}

.um-right {
    float: right
}

.um-clear {
    clear: both
}

.um-center {
    text-align: center
}

.um-center .um-button {
    display: inline-block !important;
    width: auto !important;
    min-width: 250px !important
}

.um-half {
    width: 48%
}

.um-field-half {
    width: 48%;
    float: left
}

.um-field-half.right {
    float: right
}

.um-field-tri {
    width: 30%;
    float: left;
    margin-right: 3%
}

.um img {
    box-shadow: none !important
}

.um-col {
    padding-bottom: 20px
}

.um-col-alt {
    margin: 15px 0 5px
}

.um-col-alt-s {
    padding-top: 10px
}

.um-col-alt-b {
    padding-top: 20px
}

.um-col-121 {
    float: left;
    width: 48%
}

.um-col-122 {
    float: right;
    width: 48%
}

.um-col-131 {
    float: left;
    width: 30%
}

.um-col-132 {
    float: left;
    width: 30%;
    margin: 0 5%
}

.um-col-133 {
    float: left;
    width: 30%
}

.um-raty i {
    font-size: 26px
}

.um-field-half .um-raty i {
    font-size: 21px
}

.um-field-tri .um-raty i {
    font-size: 21px
}

.um-button i {
    font-size: 22px;
    width: 22px;
    height: 12px !important;
    display: inline-block;
    line-height: 12px !important;
    vertical-align: middle !important;
    position: relative;
    top: -6px;
    margin-right: 8px
}

.um-row-heading {
    padding: 5px 0;
    font-size: 16px
}

.um-row-heading i {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 12px 0 0;
    display: inline-block;
    width: 30px;
    text-align: center
}

.um-row-heading i:before {
    vertical-align: middle !important
}

p.um-notice {
    width: auto;
    color: #fff;
    box-sizing: border-box;
    font-size: 15px;
    padding: 12px !important;
    margin: 12px 0 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative
}

p.um-notice a {
    color: #fff;
    text-decoration: underline
}

p.um-notice i {
    position: absolute;
    right: 14px;
    font-size: 36px;
    cursor: pointer;
    top: 7px;
    display: block;
    height: 30px;
    line-height: 30px
}

p.um-notice.success {
    background: #7acf58
}

p.um-notice.err {
    background: #c74a4a
}

p.um-notice.warning {
    background: #f9f9d1;
    color: #666;
    border: 1px solid #efe4a2;
    padding: 8px 15px !important
}

p.um-notice.warning a {
    color: #666;
    text-decoration: underline
}

.um-field-error {
    width: auto;
    max-width: 100%;
    background: #c74a4a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 20px !important;
    margin: 12px 0 0
}

.um-field-error a {
    color: #fff !important;
    text-decoration: underline !important
}

.um-field-arrow {
    top: -17px;
    left: 10px;
    position: absolute;
    z-index: 1;
    color: #c74a4a;
    font-size: 28px;
    line-height: 1em !important
}

.um-error-block {
    width: auto;
    max-width: 100%;
    background: #c74a4a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 1em !important;
    margin: 12px 0 0
}

.um-field-notice {
    width: auto;
    max-width: 100%;
    background: #497bc7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 20px !important;
    margin: 5px 0 0
}

.um-field-notice a {
    color: #fff !important;
    text-decoration: underline !important
}

.um-field-notice .um-field-arrow {
    top: -17px;
    left: 10px;
    position: absolute;
    z-index: 1;
    color: #497bc7 !important;
    font-size: 28px;
    line-height: 1em !important
}

.um-notice-block {
    width: auto;
    max-width: 100%;
    background: #497bc7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 1em !important;
    margin: 12px 0 0
}

.um-tip {
    margin: 0 0 0 8px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 3px
}

.um-tip i {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    display: block;
    position: relative
}

.um-tip-text {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #999
}

.um-form button::-moz-focus-inner, .um-form input::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important
}

.um-field {
    position: relative;
    padding: 15px 0 0
}

.um-field-b, .um-field-c {
    padding-top: 0 !important
}

.um-field-label {
    display: block;
    margin: 0 0 8px
}

.um-field-label .um-field-label-icon {
    float: left;
    margin: 0 8px 0 0;
    height: 22px;
    line-height: 18px;
    display: inline-block;
    width: 24px;
    text-align: center
}

.um-field-label .um-field-label-icon i {
    font-size: 22px;
    position: relative;
    top: 1px
}

.um-field-label label {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 700;
    font-weight: 600
}

.um-field-area {
    position: relative;
    word-wrap: break-word
}

.um-field-value p {
    margin: 0 0 6px !important;
    padding: 0
}

.um-field-block {
    color: #777;
    font-size: 17px
}

.um-field-spacing {
    width: 100%
}

.um-field-divider {
    width: 100%;
    margin: 0 0 12px;
    height: 24px;
    position: relative
}

.um-field-divider-text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -24px;
    left: 0;
    font-size: 16px;
    padding: 10px 0
}

.um-field-divider-text span {
    background: #fff;
    color: #555;
    display: inline-block;
    padding: 0 15px
}

.um-field-icon {
    position: absolute;
    cursor: default;
    text-align: center !important;
    top: 2px;
    left: 0;
    width: 44px;
    font-size: 22px;
    line-height: 1.7em
}

.um-form input[type=text], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=number], .um-form input[type=password] {
    padding: 0 12px !important;
    width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
    outline: none !important
}

.um-form input[type=number] {
    width: auto;
    padding: 0 0 0 5px !important;
    height: 30px !important
}

.um-form input[type=text]:focus, .um-form input[type=search]:focus, .um-form input[type=tel]:focus, .um-form input[type=number]:focus, .um-form input[type=password]:focus, .um-form textarea:focus {
    box-shadow: none !important;
    outline: none !important
}

.um-form input[type=text].um-iconed, .um-form input[type=tel].um-iconed, .um-form input[type=password].um-iconed {
    padding-left: 44px !important
}

.um-form input[type=text].um-error, .um-form input[type=tel].um-error, .um-form input[type=password].um-error {
    border-color: #c74a4a !important
}

.um-form textarea {
    width: 100%;
    padding: 8px 12px !important;
    display: block;
    font-size: 15px !important;
    line-height: 22px !important;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    min-height: 80px !important;
    box-shadow: none;
    outline: none !important
}

.um-form .um-meta-text textarea {
    max-width: 100%
}

.um-form .wp-editor-container {
    border: 1px solid #ddd
}

.um-form .wp-editor-container textarea {
    background: #ddd !important;
    color: #222 !important;
    border-radius: 0
}

.um-field-c .um-field-checkbox {
    margin-bottom: 14px;
    margin-top: 0 !important;
    position: relative
}

.um-field-checkbox:not(.um-field), .um-field-radio:not(.um-field) {
    display: block;
    margin: 8px 0;
    position: relative
}

.um-profile.um-editing .um-field-checkbox, .um-profile.um-editing .um-field-radio {
    cursor: pointer !important
}

.um-field-checkbox:hover i, .um-field-radio:hover i {
    color: #666
}

.um-field-checkbox input, .um-field-radio input {
    opacity: 0 !important;
    display: inline !important;
    width: 0 !important;
    float: left
}

.um-field-checkbox-state, .um-field-radio-state {
    position: absolute;
    top: 0;
    left: 1px;
    width: 24px;
    height: 24px
}

.um-field-checkbox-state i, .um-field-radio-state i {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    color: #aaa;
    transition: all .2s linear
}

.um-field-checkbox-option, .um-field-radio-option {
    margin: 0 0 0 36px;
    line-height: 24px;
    color: #888 !important;
    display: block
}

.um-field-group {
    margin-top: 20px
}

.um-field-group-head {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    border-top: 1px solid rgba(0, 0, 0, .0) !important;
    border-bottom: 2px solid rgba(0, 0, 0, .1) !important
}

.um-field-group-head i {
    font-size: 20px;
    margin: 0 8px 0 0
}

.um-field-group-head i:before {
    vertical-align: middle !important
}

.um-field-group-body {
    display: none;
    margin: 15px 0 0;
    padding: 15px 20px 5px;
    background: #f9f9f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
    width: 100%
}

.um-field-group-body div.um-field {
    padding: 0 0 15px
}

.um-field-group-cancel {
    font-size: 18px;
    position: absolute;
    z-index: 800;
    right: 8px;
    top: 8px;
    color: #ccc !important;
    text-decoration: none !important
}

.um-field-group-cancel:hover {
    color: #777 !important
}

.um div.disabled, .um-disabled, .um input[type=submit]:disabled, .um input[type=text]:disabled, .um input[type=number]:disabled {
    opacity: .6 !important;
    cursor: no-drop !important
}

input[type=submit].um-button, input[type=submit].um-button:focus {
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    
    outline: none !important;
    margin: 0;
    opacity: 1;
    -webkit-appearance: none
}

input[type=submit].um-button:hover {
    opacity: 1
}

.um-button {
    font-size: 15px;
    border: none !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    opacity: 1
}

a.um-button {
    font-size: 15px;
    border: none !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    opacity: 1
}

a.um-button:hover {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.um-button.um-btn-auto-width {
    width: auto;
    display: inline-block;
    padding: 14px 20px !important;
    min-width: 200px;
    max-width: 450px
}

a.um-link-alt {
    line-height: 22px;
    color: #888 !important;
    display: block !important;
    text-decoration: none !important;
    font-weight: 400;
    text-align: center;
    border-bottom: none !important
}

a.um-link-alt:hover {
    text-decoration: underline !important
}

.um-dropdown {
    position: absolute;
    height: auto;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    display: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.um-dropdown ul, .um-dropdown li {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.um-dropdown ul {
    background: #fff;
    position: relative;
    z-index: 16
}

.um-dropdown li a {
    display: block;
    padding: 8px 12px;
    color: #666;
    font-size: 14px;
    line-height: 18px
}

.um-dropdown li:last-child a {
    border-top: 1px solid #e5e5e5;
    padding: 12px
}

.um-dropdown-b {
    position: relative
}

.um-dropdown-arr {
    position: absolute;
    font-size: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 15;
    color: #eee
}

.um-dropdown-arr * {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    vertical-align: bottom !important;
    overflow: hidden !important;
    line-height: 24px !important
}

div.um-photo {
    margin: 20px auto 0 auto;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%
}

div.um-photo, div.um-photo a, div.um-photo img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

div.um-photo a {
    border: 1px solid #e5e5e5;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 1px 1px #eee;
    margin: 0 auto;
    max-width: 100%
}

div.um-photo img {
    max-height: 300px;
    max-width: 100%
}

span.um-req {
    margin: 0 0 0 8px;
    font-size: 14px;
    display: inline-block
}

small.um-max-filesize {
    display: block;
    color: #999;
    padding-top: 5px
}

small.um-max-filesize span {
    font-size: 12px
}

.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched, .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus, .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists, .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
    border-color: #db2929 !important
}

.um-form .um-field .um-field-area input.um-searching-username {
    background-image: url(../images/loading.gif);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 24px
}

.um-search-area {
    position: relative;
    max-width: 300px
}

.um-search-area .um-search-field {
    width: 100%
}

.um-search-area .um-search-icon {
    position: absolute;
    top: 7px;
    right: 10px
}

.select2-container.select2-container--open {
    z-index: 9999999
}

.select2.select2-container .select2-selection {
    display: block !important;
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    color: #666 !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    display: inline-block !important;
    width: 34px !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    -moz-border-radius: 0 2px 2px 0 !important;
    -webkit-border-radius: 0 2px 2px 0 !important;
    border-radius: 0 2px 2px 0 !important;
    background-clip: padding-box !important;
    text-align: center !important;
    background: 0 0 !important;
    border-left: 0 !important
}

.select2.select2-container .select2-selection .select2-selection__arrow:before {
    content: "\f3d0" !important;
    font-size: 27px !important;
    
    width: 100% !important;
    display: block;
    height: 100%;
    line-height: 35px;
    color: #aaa
}

.select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation] {
    display: none
}

.select2-container.select2-container--open .select2-dropdown {
    border: 1px solid #ddd !important;
    border-radius: 0
}

.select2-container.select2-container--open .select2-dropdown .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-size: 15px;
    margin: 5px !important;
    color: #666 !important;
    padding: 3px 7px 4px !important;
    cursor: pointer;
    min-height: 1em !important
}

.select2.select2-container .select2-selection.select2-selection--multiple {
    height: auto !important;
    line-height: .8 !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 37px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 37px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 30px;
    width: 100%;
    font-size: 13px
}

.select2-results li.select2-results__option.select2-results__option--highlighted {
    background: 0 0 !important;
    background: #f4f4f4 !important;
    color: #666 !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 10px;
    font-size: 30px;
    color: #aaa !important;
    margin: 0 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 3px 3px 5px
}

.um .um-form .select2-container .select2-search.select2-search--inline > input {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important
}

.um .um-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box
}

.um-field-select .um-field-area .um-field-icon, .um-field-multiselect .um-field-area .um-field-icon {
    z-index: 99999999
}

.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
    text-indent: 20px
}

.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
    margin-left: 30px !important
}

.um-profile {
    box-sizing: border-box
}

.um-profile .um-cover-overlay {
    display: none
}

.um-profile.um-editing .um-cover.has-cover .um-cover-overlay {
    display: block
}

.um-profile.um-viewing .um-profile-photo-overlay {
    display: none
}

.um-profile img {
    display: block;
    overflow: hidden;
    border-radius: 0;
    margin: 0 !important
}

.um-profile a, .um-profile a:hover {
    text-decoration: none !important
}

.um-profile .um-profile-body {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 600px;
    margin: auto
}

.um-profile.um-editing {
    padding-bottom: 15px
}

.um-profile.um-viewing {
    padding-bottom: 1px
}

.um-profile.um-viewing .um-field-label {
    display: block;
    margin: 0 0 8px;
    border-bottom: solid 2px #eee;
    padding-bottom: 4px
}

.um-cover {
    background-color: #eee;
    box-sizing: border-box;
    position: relative
}

.um-cover-add {
    color: #aaa;
    font-size: 36px;
    width: 100%;
    display: table
}

.um-cover-add i {
    font-size: 36px
}

.um-cover-add span {
    display: table-cell;
    vertical-align: middle
}

.um-cover-e {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden
}

.um-cover-e img {
    width: 100% !important
}

.um-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    box-sizing: border-box;
    padding: 0 40px;
    color: #fff;
    text-shadow: 0 1px #666;
    cursor: pointer !important;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%
}

.um-cover-overlay:hover {
    background: rgba(0, 0, 0, .55)
}

.um-cover-overlay span.um-cover-overlay-s {
    display: table;
    height: 100%;
    width: 100%
}

.um-cover-overlay ins {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-decoration: none !important;
    background: 0 0 !important;
    color: #fff !important;
    border-bottom: none !important
}

.um-cover-overlay i {
    font-size: 46px;
    display: block;
    margin-bottom: 6px
}

.um-header {
    position: relative;
    padding: 0 0 25px;
    border-bottom: solid 2px #eee;
    min-height: 85px;
    box-sizing: content-box !important
}

.um-profile-edit {
    position: absolute;
    top: 15px;
    right: 0;
    vertical-align: middle;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 66;
    margin-right: 10px
}

.um-profile-edit i {
    font-size: 30px
}

.um-header.no-cover .um-profile-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important
}

.um-header.no-cover .um-name {
    float: none !important;
    margin-right: 0 !important
}

.um-header.no-cover .um-profile-photo {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important
}

.um-header.no-cover a.um-profile-photo-img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
    display: inline-block !important;
    text-align: center !important
}

.um-header.no-cover .um-main-meta {
    padding: 0
}

.um-profile .gravatar {
    position: static
}

.um-profile-photo {
    float: left;
    position: relative;
    width: 200px;
    margin: 0 0 0 30px;
    box-sizing: border-box
}

.um-profile-photo a.um-profile-photo-img {
    float: left;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    border: 5px solid #fff;
    border-bottom: 5px solid #fff !important;
    overflow: hidden;
    left: 0
}

.um-profile-photo a.um-profile-photo-img img {
    width: 100%;
    height: auto
}

.um-profile-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px #666;
    cursor: pointer !important;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%
}

.um-profile-photo-overlay:hover {
    background: rgba(0, 0, 0, .55)
}

.um-profile-photo-overlay span.um-profile-photo-overlay-s {
    display: table;
    height: 100%;
    width: 100%
}

.um-profile-photo-overlay ins {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-decoration: none !important;
    background: 0 0 !important;
    color: #fff !important;
    border-bottom: none !important
}

.um-profile-photo-overlay i {
    font-size: 46px;
    display: block
}

.um-profile-meta {
    padding-right: 30px;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word
}

.um-main-meta {
    padding: 10px 0 0
}

.um-name {
    float: left;
    font-size: 24px;
    font-weight: 700;
    margin-right: 30px;
    line-height: 1.7em
}

.um-name a {
    font-size: 24px
}

.um-meta {
    font-size: 15px
}

.um-meta span a {
    font-weight: 400
}

.um-meta span:first-child {
    margin: 0 5px 0 0
}

.um-meta span {
    margin: 0 5px;
    font-size: 14px;
    display: inline-block
}

.um-meta span i {
    font-size: 16px;
    margin: 0 5px 0 0
}

.um-meta-text {
    margin: 6px 0 0;
    color: #666;
    line-height: 1.4em;
    font-size: 13px
}

.um-meta-text p {
    margin: 0 0 6px !important;
    padding: 0 !important
}

.um-profile-status {
    display: none
}

.um-profile-status.awaiting_admin_review, .um-profile-status.inactive, .um-profile-status.rejected {
    display: inline-block;
    margin: 6px 0 0;
    border-left: 3px solid #c74a4a;
    padding-left: 10px;
    font-size: 14px;
    color: #777
}

.um-profile-note {
    display: none;
    text-align: center !important;
    padding-top: 20px;
    color: #666
}

.um-profile-note i {
    display: inline-block;
    font-size: 70px;
    height: 70px;
    line-height: 70px
}

.um-profile-note i.um-faicon-lock {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 24px;
    height: auto;
    line-height: 24px;
    margin-right: 10px
}

.um-profile-note span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #888
}

.um-profile-note a {
    border: none !important
}

.um-profile-note a:hover {
    text-decoration: underline !important
}

.um-profile-nav {
    padding: 10px;
    background: #444;
    text-align: center
}

.um-profile-nav-item.active a, .um-profile-nav-item.active a:hover {
    color: #FFF !important
}

.um-profile-nav-item.active a span.count {
    background: 0 0;
    padding: 4px 0;
    color: #fff
}

.um-profile-nav-item a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px 6px 28px;
    display: block;
    float: left;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    border-bottom: 0 !important
}

.um-profile-nav-item.without-icon a {
    padding-left: 10px
}

.um-profile-nav-item.without-icon span.title {
    padding-left: 0
}

.um-profile-nav-item.without-icon i {
    display: none
}

.um-profile-nav-item a:hover {
    background: #555
}

.um-profile-nav-item i {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    display: block;
    top: 8px;
    left: 10px
}

.um-profile-nav-item span.title {
    padding-left: 5px
}

.um-profile-nav-item span.count {
    font-size: 12px;
    font-weight: 300;
    background: #ddd;
    color: #666;
    border-radius: 3px;
    padding: 4px 8px;
    margin-left: 3px
}

.um-profile-subnav {
    background: #eee;
    padding: 15px;
    text-align: center
}

.um-profile-subnav a {
    display: inline-block;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    margin: 0 20px;
    border-bottom: none !important
}

.um-profile-subnav a:hover {
    color: #333
}

.um-profile-subnav span {
    display: inline-block;
    margin: 0 0 0 8px;
    background: #ddd;
    padding: 1px 8px;
    color: #aaa !important;
    border-radius: 2px
}

.um-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative
}

.um-item-action {
    position: absolute;
    right: 0;
    top: 16px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center
}

.um-item-action a {
    color: #ccc
}

.um-item-action a:hover {
    color: #999
}

.um-item-link {
    padding-right: 40px
}

.um-item-link a {
    color: #333;
    font-size: 16px;
    line-height: 20px
}

.um-item-link a:hover {
    text-decoration: underline !important
}

.um-item-link i {
    font-size: 24px;
    color: #666;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.um-item-img {
    padding: 10px 0 0
}

.um-item-img a {
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ddd
}

.um-item-img a:hover {
    border-color: #bbb
}

.um-item-img img {
    max-width: 100%;
    border-radius: 3px
}

.um-item-meta {
    color: #888
}

.um-item-meta span {
    font-size: 13px;
    font-weight: 400;
    font-style: italic
}

.um-item-meta span:not(:last-child):after {
    position: relative;
    padding: 0 4px 0 7px;
    content: "•"
}

.um-item-meta a {
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0
}

.um-item-meta a:hover {
    border-bottom-color: #bbb
}

.um-load-items {
    text-align: center;
    margin-top: 12px;
    padding-top: 30px
}

.um-load-items.loading {
    background: url(../images/loading-dots.gif) no-repeat top center
}

.um-load-items a {
    max-width: 250px;
    display: inline-block;
    margin: 0 auto
}

.um-tab-notifier {
    position: absolute;
    background: none repeat scroll 0% 0% #c65151;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    line-height: 18px;
    top: -3px;
    right: -7px;
    font-size: 11px;
    font-weight: 400
}

.um-tab-notifier.uimob800-show.uimob500-show.uimob340-show {
    top: 2px;
    right: 8px
}

.um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio {
    cursor: default !important
}

.um-account i {
    vertical-align: baseline !important
}

.um-account p.um-notice {
    margin: 0 0 20px !important;
    padding: 12px 15px !important
}

.um-account a:focus {
    outline: 0 !important
}

.um-account-side {
    float: left;
    width: 30%;
    padding: 0;
    box-sizing: border-box
}

.um-account-main {
    float: left;
    width: 70%;
    padding: 0 0 0 1.5em;
    box-sizing: border-box
}

.um-account-main a {
    border-bottom: none !important
}

.um-account-tab {
    display: none
}

.um-account-main div.um-account-heading {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #555
}

.um-account-main div.um-account-heading i {
    margin-right: 10px;
    font-size: 26px;
    position: relative;
    top: 2px
}

.um-account-main p {
    margin: 20px 0 0 0 !important;
    padding: 0 !important
}

.um-account-main label {
    font-size: 15px
}

.um-account-meta {
    text-align: center;
    margin-bottom: 20px
}

.um-account-meta img {
    margin: 0 !important;
    position: static !important;
    float: none !important;
    display: inline-block
}

.um-account-meta.radius-1 img {
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px
}

.um-account-meta.radius-2 img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.um-account-meta.radius-3 img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.um-account-name {
    padding-top: 12px
}

.um-account-name a {
    font-weight: 700;
    color: #555;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.4em
}

.um-account-profile-link a {
    font-size: 13px;
    font-weight: 400
}

.um-account-nav a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #666 !important;
    text-decoration: none !important;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #eee !important;
    transition: all .2s linear;
    font-size: 14px
}

.um-account-nav a.current {
    font-weight: 700
}

.um-account-nav span.arr {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 28px
}

.um-account-nav span.ico {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
    width: 21px;
    text-align: center
}

.um-account-side ul, .um-account-side li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important
}

.um-account-side li {
    margin-bottom: 1px !important;
    background: #eee
}

.um-account-side li a {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    color: #999;
    position: relative
}

.um-account-side li a span.um-account-arrow {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 26px;
    opacity: .6
}

.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon {
    text-align: center;
    font-size: 20px;
    width: 20px;
    height: 30px;
    border-right: 1px solid #ccc;
    color: #444;
    float: left;
    padding: 0 15px;
    font-weight: 400 !important
}

.um-account-side li a span.um-account-icon i {
    display: block;
    height: 30px;
    line-height: 30px
}

.um-account-side li a span.um-account-title {
    padding-left: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #555
}

.um-account-side li a:hover {
    color: #444;
    background: #ddd
}

.um-account-side li a.current, .um-account-side li a.current:hover {
    color: #444;
    font-weight: 700;
    text-decoration: none !important
}

.um-field-export_data .um-field-error {
    display: none
}

.um-field-export_data .um-field-area-response {
    display: none;
    line-height: 1.5;
    padding: 10px 0
}

.um-request-button {
    display: inline-block;
    background-color: #3ba1da;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0 0;
    padding: 5px 10px;
    text-decoration: none
}

.um-request-button:hover {
    background-color: #44b0ec;
    color: #fff;
    text-decoration: none
}

.um-login.um-logout {
    max-width: 300px !important
}

.um-misc-with-img {
    position: relative;
    font-size: 15px;
    border-bottom: 3px solid #eee;
    text-align: center;
    margin-bottom: 14px;
    padding-top: 4px;
    padding-bottom: 14px
}

.um-misc-img {
    text-align: center
}

.um-misc-img img {
    border-radius: 999px;
    height: auto !important;
    display: inline-block !important
}

.um-misc-ul, .um-misc-ul li {
    font-size: 14px
}

.um-youtube, .um-vimeo, .um-googlemap {
    position: relative;
    height: 0;
    overflow: hidden
}

.um-youtube {
    padding-bottom: 56.25%
}

.um-vimeo {
    padding-bottom: 56.25%
}

.um-googlemap {
    padding-bottom: 75%
}

.um-youtube iframe, .um-vimeo iframe, .um-googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.um-profile-connect.um-member-connect {
    padding: 5px 0 10px
}

.um-profile-connect.um-member-connect a {
    text-align: center;
    width: 36px;
    line-height: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 999px;
    color: #fff !important;
    opacity: .85;
    margin: 0 1px;
    transition: .25s;
    display: inline-block
}

.um-profile-connect.um-member-connect a:hover {
    opacity: 1
}

@-webkit-keyframes um-effect-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes um-effect-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.um-effect-pop {
    -webkit-animation-name: um-effect-pop;
    animation-name: um-effect-pop;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.um-locked-content {
    width: 100%;
    box-sizing: border-box;
    border: 2px dotted #cc3000;
    color: #333;
    background: #fff;
    font-size: 14px;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px
}

.um-locked-content a {
    border: none !important
}

.um .um-single-image-preview, .um .um-single-file-preview {
    margin-bottom: 20px
}

.um .um-single-image-preview > img {
    max-height: 300px;
    display: inline-block;
    overflow: hidden;
    margin: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.um-single-image-preview, .um-single-file-preview {
    display: none;
    text-align: center;
    position: relative
}

.um-single-image-preview.show, .um-single-file-preview.show {
    display: block
}

.um-single-image-preview > img {
    max-width: 100%;
    max-height: inherit
}

.um-single-image-preview a.cancel, .um-single-file-preview a.cancel {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background: #ddd;
    cursor: pointer;
    text-decoration: none !important;
    z-index: 666;
    opacity: .75
}

.um-single-image-preview a.cancel i, .um-single-file-preview a.cancel i {
    font-size: 16px;
    color: #888;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    overflow: hidden
}

.um-single-image-preview a.cancel i:before, .um-single-file-preview a.cancel i:before {
    line-height: inherit
}

.um-single-fileinfo {
    padding: 26px 0 20px;
    display: inline-block;
    max-width: 100%
}

.um-single-fileinfo span.icon {
    font-size: 40px;
    display: inline-block;
    width: 100px;
    height: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #666;
    color: #fff !important
}

.um-single-fileinfo span.icon i {
    display: block;
    height: 70px;
    line-height: 70px;
    overflow: hidden
}

.um-single-fileinfo span.icon i:before {
    line-height: inherit
}

.um-single-fileinfo span.filename {
    display: block;
    font-size: 16px;
    color: #888;
    padding-top: 5px
}

.um-single-fileinfo a {
    text-decoration: none !important;
    opacity: .9
}

.um-single-fileinfo a:hover {
    opacity: 1
}

div.um-modal .upload-statusbar {
    margin: 20px 0 0
}

div.um-modal .upload-filename {
    display: none !important
}

div.um-modal .upload-progress {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

div.um-modal .upload-bar {
    width: 0;
    height: 10px;
    color: #666;
    background: #7acf58;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

div.um-modal .ajax-upload-dragdrop {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
    border: 2px dashed #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1em
}

div.um-modal .ajax-upload-dragdrop span.str {
    display: block;
    margin: 0 0 15px
}

div.um-modal .ajax-upload-dragdrop span.icon {
    display: block;
    font-size: 80px;
    line-height: 80px;
    vertical-align: middle;
    margin-bottom: 10px
}

div.um-modal .ajax-upload-dragdrop span.help {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin: 0 0 12px
}

div.um-modal .upload {
    cursor: pointer !important;
    line-height: 34px !important;
    height: 34px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    transition: .2s
}

div.um-modal .upload:hover {
    background: #44b0ec
}

.um-modal input[type=file]::-webkit-file-upload-button {
    cursor: pointer
}

.um .picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.um .picker__box ul li[role=presentation] {
    margin: 10px 0 0
}

.um .picker__input {
    cursor: default
}

.um .picker__input.picker__input--active {
    border-color: #0089ec
}

.um .picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.um .picker__holder, .um .picker__frame {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%
}

.um .picker__holder {
    position: fixed;
    -webkit-transition: background .15s ease-out, top 0s .15s;
    -moz-transition: background .15s ease-out, top 0s .15s;
    transition: background .15s ease-out, top 0s .15s
}

.um .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 400px;
    width: 100%;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (min-height: 33.875em) {
    .um .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%
    }
}

@media (min-height: 40.125em) {
    .um .picker__frame {
        margin-bottom: 15% !important
    }
}

.um .picker__wrap {
    display: table;
    width: 100%;
    height: 100%
}

@media (min-height: 33.875em) {
    .um .picker__wrap {
        display: block
    }
}

.um .picker__box {
    display: table-cell;
    vertical-align: middle
}

@media (min-height: 33.875em) {
    .um .picker__box {
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }
}

@media (min-height: 40.125em) {
    .um .picker__box {
        border-bottom-width: 1px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }
}

.um .picker--opened .picker__holder {
    top: 0;
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    transition: background .15s ease-out
}

.um .picker--opened .picker__frame {
    top: 0;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

@media (min-height: 33.875em) {
    .um .picker--opened .picker__frame {
        top: auto;
        bottom: 0
    }
}

.um .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
    border-radius: 2px 2px 0 0;
    padding: 15px 0;
    font-size: 18px
}

.um .picker__month, .um .picker__year {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.um .picker__select--month, .um .picker__select--year {
    margin-left: .25em;
    margin-right: .25em;
    font-size: 16px;
    color: #999;
    background: #fff !important;
    outline: 0 !important;
    border: 0 !important
}

@media (min-width: 24.5em) {
    .um .picker__select--month, .um .picker__select--year {
        margin-top: -.5em
    }
}

.um .picker__select--month {
    width: 35%
}

.um .picker__select--year {
    width: 22.5%
}

.um .picker__nav--prev, .um .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box !important;
    top: 8px;
    color: #fff
}

.um-popup .picker__nav--prev, .um-popup .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box !important;
    top: 8px;
    color: #fff
}

.um .picker__nav--prev {
    left: 0;
    padding-right: 1.25em
}

.um-popup .picker__nav--prev {
    left: 0;
    padding-right: 1.25em
}

@media (min-width: 24.5em) {
    .um .picker__nav--prev {
        padding-right: 1.5em
    }

    .um-popup .picker__nav--prev {
        padding-right: 1.5em
    }
}

.um .picker__nav--next {
    right: 0;
    padding-left: 1.25em
}

.um-popup .picker__nav--next {
    right: 0;
    padding-left: 1.25em
}

@media (min-width: 24.5em) {
    .um .picker__nav--next {
        padding-left: 1.5em
    }

    .um-popup .picker__nav--next {
        padding-left: 1.5em
    }
}

.um .picker__nav--prev:before, .um .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .5em solid #fff;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.um-popup .picker__nav--prev:before, .um-popup .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .5em solid #fff;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.um .picker__nav--next:before {
    border-right: 0;
    border-left: .5em solid #fff
}

.um-popup .picker__nav--next:before {
    border-right: 0;
    border-left: .5em solid #fff
}

.um .picker__nav--prev:hover, .um .picker__nav--next:hover {
    cursor: pointer;
    color: #fff
}

.um-popup .picker__nav--prev:hover, .um-popup .picker__nav--next:hover {
    cursor: pointer;
    color: #fff
}

.um .picker__nav--disabled, .um .picker__nav--disabled:hover, .um .picker__nav--disabled:before, .um .picker__nav--disabled:before:hover {
    cursor: default;
    background: 0 0
}

.um-popup .picker__nav--disabled, .um-popup .picker__nav--disabled:hover, .um-popup .picker__nav--disabled:before, .um-popup .picker__nav--disabled:before:hover {
    cursor: default;
    background: 0 0
}

.um .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: 5px;
    border: none;
    margin-bottom: 0
}

.um .picker__table td {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    border: 0
}

.um .picker__weekday {
    width: 14.285714286%;
    color: #fff;
    text-align: center;
    padding: 5px 0 !important
}

.um .picker__day {
    padding: 10px 0;
    line-height: 1em !important
}

.um .picker__day--today {
    position: relative
}

.um .picker__day--outfocus {
    opacity: .75
}

.um .picker__day--infocus:hover, .um .picker__day--outfocus:hover {
    border-radius: 2px;
    cursor: pointer
}

.um .picker__day--highlighted:hover, .um .picker--focused .picker__day--highlighted {
    border-radius: 2px
}

.um .picker__day--disabled, .um .picker__day--disabled:hover {
    cursor: default;
    background: 0 0 !important;
    opacity: .3
}

.um .picker__footer {
    text-align: center;
    height: 50px !important;
    line-height: 50px !important;
    margin-top: 5px;
    border-radius: 0 0 2px 2px
}

.um .picker__button--today, .um .picker__button--clear {
    margin: 0 !important;
    width: 50%;
    display: inline-block;
    background: 0 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    box-sizing: border-box !important
}

.um .picker__button--today:hover, .um .picker__button--clear:hover, .um .picker__button--today:focus, .um .picker__button--clear:focus {
    cursor: pointer
}

.um .picker__list {
    list-style: none;
    list-style: none !important;
    padding: 5px !important;
    margin: 0 !important
}

.um .picker__list-item {
    position: relative;
    border-radius: 2px;
    display: inline-block;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 !important;
    margin: 5px 0 !important
}

.um .picker__list-item:hover {
    cursor: pointer;
    z-index: 10
}

.um .picker__list-item--highlighted {
    z-index: 10
}

.um .picker__list-item--highlighted:hover, .um .picker--focused .picker__list-item--highlighted {
    cursor: pointer;
    font-weight: 700
}

.um .picker__list-item--selected, .um .picker__list-item--selected:hover, .um .picker--focused .picker__list-item--selected {
    z-index: 10
}

.um .picker__list-item--disabled, .um .picker__list-item--disabled:hover, .um .picker--focused .picker__list-item--disabled {
    color: #a9e792;
    cursor: default;
    background: 0 0;
    z-index: auto
}

.um .picker--time .picker__button--clear {
    width: 100%;
    display: inline-block;
    background: 0 0;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    background: 0 0 !important;
    border-radius: 0 0 2px 2px;
    color: #fff !important
}

.um .picker--time .picker__button--clear:hover, .um .picker--time .picker__button--clear:focus {
    cursor: pointer
}

.um .picker--time .picker__frame {
    min-width: 256px;
    max-width: 400px
}

.um .picker--time .picker__box {
    font-size: 15px;
    padding: 0;
    border-radius: 2px !important
}

.um .picker__box ul li[role=presentation] {
    margin: 10px 0 0
}

@media (min-height: 40.125em) {
    .um .picker--time .picker__frame {
        margin-bottom: 10% !important
    }
}

@font-face {
    
    font-style: normal;
    font-weight: 400;
    src: url(//www.dggjqw.com/wp-content/plugins/ultimate-member/assets/css/../font/raty.eot);
    src: url(//www.dggjqw.com/wp-content/plugins/ultimate-member/assets/css/../font/raty.eot?#iefix) format("embedded-opentype");
    src: url(//www.dggjqw.com/wp-content/plugins/ultimate-member/assets/css/../font/raty.svg#raty) format("svg");
    src: url(//www.dggjqw.com/wp-content/plugins/ultimate-member/assets/css/../font/raty.ttf) format("truetype");
    src: url(//www.dggjqw.com/wp-content/plugins/ultimate-member/assets/css/../font/raty.woff) format("woff");
    font-display: swap
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: .2em;
    color: #ccc
}

.star-on-png, .star-half-png {
    color: #ffbe32
}

.cancel-on-png:before {
    content: "\e600"
}

.cancel-off-png:before {
    content: "\e601"
}

.star-on-png:before {
    content: "\f005"
}

.star-off-png:before {
    content: "\f006"
}

.star-half-png:before {
    content: "\f123"
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%
}

.simplebar-content:before, .simplebar-content:after {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.tipsy {
    padding: 5px;
    position: absolute;
    z-index: 9999999999 !important
}

.tipsy-inner {
    font-size: 13px !important;
    line-height: 17px !important;
    background-color: #333 !important;
    color: #fff !important;
    max-width: 250px !important;
    padding: 6px 10px !important;
    text-align: left !important;
    word-wrap: break-word !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    border: 5px dashed #333
}

.tipsy-arrow-n {
    border-bottom-color: #333 !important
}

.tipsy-arrow-s {
    border-top-color: #333 !important
}

.tipsy-arrow-e {
    border-left-color: #333 !important
}

.tipsy-arrow-w {
    border-right-color: #333 !important
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.uimob340-show, .uimob500-show, .uimob800-show, .uimob960-show {
    display: none
}

.um-profile-nav-item a.uimob340-show, .um-profile-nav-item a.uimob500-show, .um-profile-nav-item a.uimob800-show, .um-profile-nav-item a.uimob960-show {
    display: none
}

div.uimob340 .uimob340-show, div.uimob500 .uimob500-show, div.uimob800 .uimob800-show, div.uimob960 .uimob960-show {
    display: block
}

div.uimob340 .uimob340-hide, div.uimob500 .uimob500-hide, div.uimob800 .uimob800-hide, div.uimob960 .uimob960-hide {
    display: none
}

div.uimob340 .um-item-link a {
    font-size: 14px
}

div.uimob340 .um-item-meta span {
    font-size: 13px
}

div.uimob340 .um-load-items a {
    width: 100% !important;
    max-width: 100% !important
}

div.uimob340 .um-profile-nav {
    padding: 0
}

div.uimob340 .um-profile-nav-item a {
    padding: 10px 16px;
    margin-left: 0;
    border-radius: 0
}

div.uimob340 .um-profile-nav-item i {
    display: block;
    position: static;
    top: auto;
    left: auto
}

div.uimob340 .um-profile-subnav {
    padding: 8px 15px
}

div.uimob340 .um-profile-subnav a {
    display: block;
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 6px 0
}

div.uimob340 .um-profile-subnav span {
    font-size: 12px;
    padding: 1px 6px
}

div.uimob340 .um-cover-overlay span.um-cover-overlay-t {
    display: none !important
}

div.uimob340 .um-cover-overlay {
    padding: 0
}

div.uimob340 .um-cover-overlay i, div.uimob340 .um-profile-photo-overlay i {
    margin-bottom: 0;
    font-size: 30px
}

.um-modal.uimob340 {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    height: 100%;
    background: #fff
}

.um-modal.uimob340, .um-modal.uimob340 .um-modal-body, .um-modal.uimob340 .um-modal-header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.um-modal.uimob340 .um-modal-header {
    text-align: center
}

.um-modal.uimob340 .um-modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #ddd
}

.um-modal.uimob340 .um-modal-right {
    width: 100%;
    float: none
}

.um-modal.uimob340 .um-modal-footer a.um-modal-btn {
    width: 48%;
    margin: 0 1%;
    float: left;
    display: block;
    line-height: 44px !important;
    height: 44px
}

.um-modal.uimob340 .ajax-upload-dragdrop span.icon {
    font-size: 40px;
    line-height: 40px
}

div.uimob340 .um-profile-body {
    padding-left: 0;
    padding-right: 0
}

div.uimob340 .um-profile-photo {
    width: 100% !important;
    text-align: center !important;
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0
}

div.uimob340 .um-header.no-cover .um-profile-photo {
    position: static;
    top: auto;
    left: auto
}

div.uimob340 .um-profile-photo a.um-profile-photo-img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important
}

div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    width: 120px !important;
    height: 120px !important
}

div.uimob340 .um-header .um-profile-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    padding-top: 60px !important
}

div.uimob340 .um-header.no-cover .um-profile-meta {
    padding-top: 0 !important
}

div.uimob340 .um-header .um-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 18px
}

div.uimob340 .um-header .um-meta-text {
    padding: 0 20px
}

div.uimob340 .um-header .um-meta {
    padding: 0 10px;
    display: inline-block
}

div.uimob340 .um-col-121, div.uimob340 .um-col-122, div.uimob340 .um-col-131, div.uimob340 .um-col-132, div.uimob340 .um-col-133 {
    float: none;
    width: 100%;
    margin: 0
}

div.uimob340 .um-field-half {
    float: none;
    width: 100%
}

div.uimob340 .um-account-main {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

div.uimob340 .um-account-tab {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

div.uimob340 .um-account-meta {
    margin-bottom: 0
}

.uimob340 .um-half {
    float: none;
    width: 100%;
    margin: 0 0 10px
}

.uimob340 .um-button.um-btn-auto-width {
    min-width: auto;
    max-width: auto;
    width: 100%
}

.uimob340 .um-col-alt-s {
    padding-top: 0
}

div.uimob500 .um-profile-nav {
    padding: 0
}

div.uimob500 .um-profile-nav-item a {
    padding: 10px 16px;
    margin-left: 0;
    border-radius: 0
}

div.uimob500 .um-profile-nav-item i {
    display: block;
    position: static;
    top: auto;
    left: auto;
    font-size: 22px;
    height: 22px;
    line-height: 22px
}

div.uimob500 .um-profile-subnav {
    padding: 8px 15px
}

div.uimob500 .um-profile-subnav a {
    display: block;
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 6px 0
}

div.uimob500 .um-profile-subnav span {
    font-size: 12px;
    padding: 1px 6px
}

div.uimob500 .um-cover-overlay span.um-cover-overlay-t {
    display: none !important
}

div.uimob500 .um-cover-overlay {
    padding: 0
}

div.uimob500 .um-cover-overlay i, div.uimob500 .um-profile-photo-overlay i {
    margin-bottom: 0;
    font-size: 30px
}

.um-modal.uimob500 {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    height: 100%;
    background: #fff
}

.um-modal.uimob500, .um-modal.uimob500 .um-modal-body, .um-modal.uimob500 .um-modal-header {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.um-modal.uimob500 .um-modal-header {
    text-align: center
}

.um-modal.uimob500 .um-modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #ddd
}

.um-modal.uimob500 .um-modal-right {
    width: 100%;
    float: none
}

.um-modal.uimob500 .um-modal-footer a.um-modal-btn {
    width: 48%;
    margin: 0 1%;
    float: left;
    display: block;
    line-height: 44px !important;
    height: 44px
}

.um-modal.uimob500 .ajax-upload-dragdrop span.icon {
    font-size: 40px;
    line-height: 40px
}

div.uimob500 .um-profile-body {
    padding-left: 0;
    padding-right: 0
}

div.uimob500 .um-profile-photo {
    width: 100% !important;
    text-align: center !important;
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0
}

div.uimob500 .um-header.no-cover .um-profile-photo {
    position: static;
    top: auto;
    left: auto
}

div.uimob500 .um-profile-photo a.um-profile-photo-img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important
}

div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    width: 120px !important;
    height: 120px !important
}

div.uimob500 .um-header .um-profile-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    padding-top: 60px !important
}

div.uimob500 .um-header.no-cover .um-profile-meta {
    padding-top: 0 !important
}

div.uimob500 .um-header .um-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 21px
}

div.uimob500 .um-header .um-meta-text {
    padding: 0 20px
}

div.uimob500 .um-header .um-meta {
    padding: 0 20px;
    display: block
}

div.uimob500 .um-col-121, div.uimob500 .um-col-122, div.uimob500 .um-col-131, div.uimob500 .um-col-132, div.uimob500 .um-col-133 {
    float: none;
    width: 100%;
    margin: 0
}

div.uimob500 .um-field-half {
    float: none;
    width: 100%
}

div.uimob500 .um-account-main {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

div.uimob500 .um-account-tab {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

div.uimob500 .um-account-meta {
    margin-bottom: 0
}

div.uimob800 .um-profile-nav {
    padding: 0
}

div.uimob800 .um-profile-nav-item a {
    padding: 10px 20px;
    margin-left: 0;
    border-radius: 0
}

div.uimob800 .um-profile-nav-item i {
    display: block;
    position: static;
    top: auto;
    left: auto;
    font-size: 26px;
    height: 26px;
    line-height: 26px
}

div.uimob800 .um-profile-subnav {
    padding: 8px 15px
}

div.uimob800 .um-profile-subnav a {
    display: block;
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding: 6px 0
}

div.uimob800 .um-profile-subnav span {
    font-size: 12px;
    padding: 2px 8px
}

div.uimob800 .um-account-main {
    width: 90%;
    max-width: 450px
}

div.uimob800 .um-account-side {
    padding: 0;
    width: 10%
}

div.uimob800 .um-account-side ul {
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

div.uimob800 .um-account-side li {
    margin-bottom: 0 !important;
    background: 0 0
}

div.uimob800 .um-account-side li a {
    display: block;
    padding: 0 !important;
    height: 44px;
    line-height: 44px;
    color: #666 !important;
    text-align: center;
    text-decoration: none !important;
    background: 0 0;
    transition: all .2s linear
}

div.uimob800 .um-account-side li:first-child a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

div.uimob800 .um-account-side li:last-child a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

div.uimob800 .um-account-side li a span.um-account-icontip {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 44px
}

div.uimob800 .um-account-side li a span.um-account-icontip i {
    position: relative;
    text-align: center;
    width: 100%
}

div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
    color: #fff !important
}

div.uimob800 .um-account-meta a {
    border: 1px solid #ddd
}

div.uimob800 .um-account-meta a, div.uimob800 .um-account-meta img {
    display: block;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    height: auto
}

div.uimob800 .um-account-meta img {
    width: 100%
}

div.uimob800 .um-profile-photo {
    width: 150px !important
}

div.uimob800 .um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important
}

div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
    top: auto !important
}

div.uimob800 .um-header .um-profile-meta {
    padding-left: 200px
}

div.uimob800 .um-cover-overlay {
    padding: 0
}

div.uimob960 .um-profile-photo {
    width: 200px !important
}

div.uimob960 .um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important
}

@media screen and (max-height: 400px) {
    .ajax-upload-dragdrop span.icon {
        display: none
    }

    .um-modal.no-photo {
        width: 100% !important;
        margin: 0 !important;
        left: 0 !important;
        height: 100%;
        background: #fff
    }

    .um-modal.no-photo, .um-modal.no-photo .um-modal-body, .um-modal.no-photo .um-modal-header {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .um-modal.no-photo .um-modal-header {
        text-align: center;
        font-size: 14px
    }

    .um-modal.no-photo .um-modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        border-top: 1px solid #ddd
    }

    .um-modal.no-photo .um-modal-right {
        width: 100%;
        float: none
    }

    .um-modal.no-photo .um-modal-footer a.um-modal-btn {
        width: 48%;
        margin: 0 1%;
        float: left;
        display: block;
        line-height: 44px !important;
        height: 44px
    }
}

@media screen and (max-height: 300px) {
    .um-modal.no-photo .um-modal-header {
        display: none
    }

    .ajax-upload-dragdrop span.icon, .ajax-upload-dragdrop span.str {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .um-popup {
        width: 96%;
        margin-left: 2%;
        left: 0;
        top: 15px
    }
}

.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #3ba1da
}

.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
    background: #3ba1da
}

.um .um-field-group-head:hover, .picker__footer, .picker__header, .picker__day--infocus:hover, .picker__day--outfocus:hover, .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted, .picker__list-item:hover, .picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted, .picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected {
    background: #44b0ec
}

.um {
    margin-left: auto !important;
    margin-right: auto !important
}

.um input[type=submit]:disabled:hover {
    background: #3ba1da
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #3ba1da
}

.um a.um-link {
    color: #3ba1da
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #44b0ec
}

.um a.um-link:hover, .um a.um-link-hvr:hover {
    color: #44b0ec
}

.um .um-button {
    color: #fff
}

.um .um-button:before {
    color: #fff
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background: #eee
}

.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    color: #666
}

.um .um-button.um-alt:before, .um input[type=submit].um-button.um-alt:before {
    color: #666
}

.um .um-tip {
    color: #ccc
}

.um .um-field-label {
    color: #555
}

.um .um-row.um-customized-row .um-field-label {
    color: inherit
}

.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above {
    border: 1px solid #ddd !important
}

.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
    border: none !important
}

.um .um-form input[type=text]:focus, .um .um-form input[type=search]:focus, .um .um-form input[type=tel]:focus, .um .um-form input[type=number]:focus, .um .um-form input[type=password]:focus, .um .um-form .um-datepicker.picker__input.picker__input--active, .um .um-form .um-datepicker.picker__input.picker__input--target, .um .um-form textarea:focus {
    border: 1px solid #bbb !important
}

.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .select2-container .select2-choice, .select2-container-multi .select2-choices {
    background-color: #fff
}

.um .um-form input[type=text]:focus, .um .um-form input[type=search]:focus, .um .um-form input[type=tel]:focus, .um .um-form input[type=number]:focus, .um .um-form input[type=password]:focus, .um .um-form textarea:focus {
    background-color: #fff
}

.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=password], .um .um-form textarea {
    color: #666
}

.um .um-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #666
}

.um .um-form input:-webkit-autofill:focus {
    -webkit-box-shadow: none, 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #666
}

.um .um-form ::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1 !important
}

.um .um-form ::-moz-placeholder {
    color: #aaa;
    opacity: 1 !important
}

.um .um-form ::-moz-placeholder {
    color: #aaa;
    opacity: 1 !important
}

.um .um-form ::-ms-input-placeholder {
    color: #aaa;
    opacity: 1 !important
}

.select2-default, .select2-default *, .select2-container-multi .select2-choices .select2-search-field input {
    color: #aaa
}

.um .um-field-icon i, .select2-container .select2-choice .select2-arrow:before, .select2-search:before, .select2-search-choice-close:before {
    color: #aaa
}

.um span.um-req {
    color: #aaa
}

.um .um-profile-photo a.um-profile-photo-img, .um .um-profile-photo img, .um .um-profile-photo span.um-profile-photo-overlay {
    -moz-border-radius: 999px !important;
    -webkit-border-radius: 999px !important;
    border-radius: 999px !important
}

.um-profile.um .um-profile-meta {
    color: #999
}

.um-profile.um .um-name a {
    color: #555
}

.um-profile.um .um-name a:hover {
    color: #444
}

.um-profile.um .um-profile-headericon a {
    color: #aaa
}

.um-profile.um .um-profile-headericon a:hover, .um-profile.um .um-profile-edit-a.active {
    color: #3ba1da
}
/*分页*/

 .pages{
     text-align: center;
     padding: 20px 0;
     background-color: gainsboro;
 }
.pages a{
    background-color: #808080;
    padding: 10px;
    color: #fff;
}
.pages .active{
    background-color: #ff5e52;
}
