img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important
    }
: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: 0.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;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
    }
.wp-block-calendar table th {
    font-weight: 400;
    background: #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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.85;
    text-decoration: none
    }
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.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, 0.7), rgba(0, 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: 0.5em 1em 0.5em 0
    }
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em
    }
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
    }
.wp-block-image figcaption {
    margin-top: 0.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 {
    direction: ltr;
    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 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
    }
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
    }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
    }
.wp-block-media-text__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, 0.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.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 {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    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: 0.68;
    font-weight: 100;
    margin: 0.05em 0.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: 0.5em
    }
.wp-block-post-author__avatar {
    margin-right: 16px
    }
.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: 0.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: "···";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
    }
.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
    }
.wp-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 0.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 0.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: 0.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: 0.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
    }
: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 {
    color: #555d66;
    font-size: 13px;
    text-align: center
    }
.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 15px;
    color: #1e1e1e;
    padding: 0.8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
    }
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
    }
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    margin-bottom: 28px;
    color: #40464d
    }
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal
    }
.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none
    }
.wp-block-navigation-link.wp-block-navigation-link {
    margin: 0
    }
.wp-block-quote {
    border-left: 4px solid #000;
    margin: 0 0 28px;
    padding-left: 1em
    }
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal
    }
.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: 4px solid #000;
    padding-left: 0;
    padding-right: 1em
    }
.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
    }
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    border: none
    }
.wp-block-search .wp-block-search__label {
    font-weight: 700
    }
.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0
    }
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto
    }
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
    }
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
    }
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
    }
.wp-block-table {
    border-collapse: collapse
    }
.wp-block-table thead {
    border-bottom: 3px solid
    }
.wp-block-table tfoot {
    border-top: 3px solid
    }
.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
    border: 1px solid;
    word-break: normal
    }
.wp-block-table figcaption, .wp-block-video figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
    }
#end-resizable-editor-section {
    display: none
    }
a.taq-button {
    border: none;
    cursor: pointer;
    padding: 0 15px 0 60px;
    display: inline-block;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #c7c7c7;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    opacity: 0.9;
    overflow: hidden
    }
a.taq-button.without-icon {
    padding: 0 15px !important
    }
a.taq-button:hover {
    opacity: 1
    }
a.taq-button i {
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 45px;
    width: 45px;
    text-align: center
    }
a.taq-gradient {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%)
    }
a.taq-button.taq-large {
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    padding: 0 20px 0 80px
    }
a.taq-button.taq-large.without-icon {
    padding: 0 20px !important
    }
a.taq-button.taq-large i {
    line-height: 65px;
    width: 65px
    }
a.taq-button.taq-small {
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 35px
    }
a.taq-button.taq-small.without-icon {
    padding: 0 10px !important
    }
a.taq-button.taq-small i {
    line-height: 25px;
    width: 25px
    }
a.taq-round {
    -webkit-border-radius: 5px;
    border-radius: 5px
    }
a.taq-pill {
    -webkit-border-radius: 200px;
    border-radius: 200px
    }
body.rtl a.taq-button i {
    left: auto;
    right: 0
    }
body.rtl a.taq-button {
    padding: 0 60px 0 15px
    }
body.rtl a.taq-button.taq-large {
    padding: 0 80px 0 20px
    }
body.rtl a.taq-button.taq-small {
    padding: 0 35px 0 10px
    }
#taq-button-wrapper {
    display: none
    }
#taq-button-colour {
    margin: 0;
    display: table
    }
#taq-button-colour li {
    margin: 0 3px 3px 0;
    float: left
    }
#taq-button-colour li input {
    display: none
    }
#taq-button-colour a {
    text-decoration: none;
    color: #fff
    }
#taq-button-colour a span {
    padding: 0 8px;
    display: block;
    height: 25px;
    line-height: 25px
    }
#taq-button-preview {
    text-align: center;
    margin: 10px 0
    }
#taq-button-icons {
    height: 250px;
    overflow-y: scroll;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 10px;
    clear: both;
    margin-top: 10px
    }
#taq-button-icons li {
    margin: 0;
    list-style: none;
    display: inline
    }
#taq-button-icons li a {
    font-size: 0;
    background: #fff;
    margin: 2px;
    float: left;
    width: 4%;
    padding: 5px 5px 0;
    text-align: center;
    line-height: 4%;
    display: block;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    color: #888
    }
#taq-button-icons li a.active {
    color: #0074a2 !important;
    box-shadow: inset 0 0 0 3px #0074a2
    }
#taq-button-icons li a:hover {
    color: #333
    }
#taq-button-icons li a i {
    font-size: 16px;
    line-height: 2
    }
#taq-button-icons li a i.none:before {
    content: ".";
    color: #fff
    }
body.rtl #taq-button-colour li {
    margin: 0 0 3px 3px;
    float: right
    }
body.rtl #taq-button-icons li a {
    float: right
    }
.essb_links.essb_button_animation_legacy1 a, .essb_links.essb_button_animation_legacy2 a, .essb_links.essb_button_animation_legacy3 a, .essb_links.essb_button_animation_legacy4 a, .essb_links.essb_button_animation_legacy5 a, .essb_links.essb_button_animation_legacy6 a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
    }
.essb_links.essb_button_animation_legacy1 a:hover {
    transform: translatey(-5px);
    -webkit-transform: translatey(-5px);
    -moz-transform: translatey(-5px);
    -o-transform: translatey(-5px)
    }
.essb_links.essb_button_animation_legacy2 a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2)
    }
.essb_links.essb_button_animation_legacy3 a:hover {
    transform: rotatez(360deg);
    -webkit-transform: rotatez(360deg);
    -moz-transform: rotatez(360deg);
    -o-transform: rotatez(360deg)
    }
.essb_links.essb_button_animation_legacy4 a:hover {
    padding-left: 30px !important
    }
.essb_links.essb_button_animation_legacy5 a:hover {
    padding-right: 30px !important
    }
.essb_links.essb_button_animation_legacy6 a:hover {
    padding-left: 30px !important;
    padding-right: 30px !important
    }
@-webkit-keyframes essb_animate_fadeIn {
    0% {
        opacity: 0
        } 100% {
        opacity: 1
        }
    }
@-moz-keyframes essb_animate_fadeIn {
    0% {
        opacity: 0
        } 100% {
        opacity: 1
        }
    }
@-o-keyframes essb_animate_fadeIn {
    0% {
        opacity: 0
        } 100% {
        opacity: 1
        }
    }
@keyframes essb_animate_fadeIn {
    0% {
        opacity: 0
        } 100% {
        opacity: 1
        }
    }
@-webkit-keyframes essb_animate_fadeOut {
    0% {
        opacity: 1
        } 100% {
        opacity: 0
        }
    }
@-moz-keyframes essb_animate_fadeOut {
    0% {
        opacity: 1
        } 100% {
        opacity: 0
        }
    }
@-o-keyframes essb_animate_fadeOut {
    0% {
        opacity: 1
        } 100% {
        opacity: 0
        }
    }
@keyframes essb_animate_fadeOut {
    0% {
        opacity: 1
        } 100% {
        opacity: 0
        }
    }
@-webkit-keyframes essb_animate_fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%)
        } 100% {
        opacity: 1;
        -webkit-transform: translateX(0)
        }
    }
@-moz-keyframes essb_animate_fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(30%)
        } 100% {
        opacity: 1;
        -moz-transform: translateX(0)
        }
    }
@-o-keyframes essb_animate_fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(30%)
        } 100% {
        opacity: 1;
        -o-transform: translateX(0)
        }
    }
@keyframes essb_animate_fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(30%)
        } to {
        opacity: 1;
        transform: translateX(0)
        }
    }
@-webkit-keyframes essb_animate_fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30%)
        } 100% {
        opacity: 1;
        -webkit-transform: translateX(0)
        }
    }
@-moz-keyframes essb_animate_fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30%)
        } 100% {
        opacity: 1;
        -moz-transform: translateX(0)
        }
    }
@-o-keyframes essb_animate_fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(-30%)
        } 100% {
        opacity: 1;
        -o-transform: translateX(0)
        }
    }
@keyframes essb_animate_fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30%)
        } to {
        opacity: 1;
        transform: translateX(0)
        }
    }
@-webkit-keyframes essb_animate_fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30%)
        } 100% {
        opacity: 1;
        -webkit-transform: translateY(0)
        }
    }
@-moz-keyframes essb_animate_fadeInBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30%)
        } 100% {
        opacity: 1;
        -moz-transform: translateY(0)
        }
    }
@-o-keyframes essb_animate_fadeInBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(-30%)
        } 100% {
        opacity: 1;
        -o-transform: translateY(0)
        }
    }
@keyframes essb_animate_fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(-30%)
        } 100% {
        opacity: 1;
        transform: translateY(0)
        }
    }
@-webkit-keyframes essb_animate_fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%)
        } 100% {
        opacity: 1;
        -webkit-transform: translateY(0)
        }
    }
@-moz-keyframes essb_animate_fadeInTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(30%)
        } 100% {
        opacity: 1;
        -moz-transform: translateY(0)
        }
    }
@-o-keyframes essb_animate_fadeInTop {
    0% {
        opacity: 0;
        -o-transform: translateY(30%)
        } 100% {
        opacity: 1;
        -o-transform: translateY(0)
        }
    }
@keyframes essb_animate_fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(30%)
        } 100% {
        opacity: 1;
        transform: translateY(0)
        }
    }
@-webkit-keyframes essb_animate_slideTop {
    0%, 100% {
        -webkit-transform: translateY(0)
        }
    }
@-moz-keyframes essb_animate_slideTop {
    0%, 100% {
        -moz-transform: translateY(0)
        }
    }
@-o-keyframes essb_animate_slideTop {
    0%, 100% {
        -o-transform: translateY(0)
        }
    }
@keyframes essb_animate_slideTop {
    0%, 100% {
        transform: translateY(0)
        }
    }
@-webkit-keyframes essb_animate_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
        } 40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
        } 60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
        } 80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
        } 100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
        }
    }
@keyframes essb_animate_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
        } 40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
        } 60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
        } 80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
        } 100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
        }
    }
@-webkit-keyframes essb_animate_tada {
    0%, 100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
        } 10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        } 30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        } 40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }
@keyframes essb_animate_tada {
    0%, 100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
        } 10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        } 30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        } 40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }
@-webkit-keyframes essb_animate_bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
        } 40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
        } 70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
        } 90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
        }
    }
@keyframes essb_animate_bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
        } 40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
        } 70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
        } 90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
        }
    }
@-webkit-keyframes essb_animate_flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
        } 40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
        } 60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
        } 80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
        } 100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
        }
    }
@keyframes essb_animate_flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
        } 40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
        } 60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
        } 80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
        } 100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
        }
    }
@-webkit-keyframes essb_animate_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
        } 50% {
        opacity: 1
        }
    }
@keyframes essb_animate_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
        } 50% {
        opacity: 1
        }
    }
@-webkit-keyframes essb_animate_lightSpeedIn {
    0% {
        -webkit-transform: translate3d(30%, 0, 0) skewX(-10deg);
        transform: translate3d(30%, 0, 0) skewX(-10deg);
        opacity: 0
        } 60% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
        opacity: 1
        } 80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
        } 100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
        }
    }
@keyframes essb_animate_lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
        } 60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
        } 80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
        } 100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
        }
    }
@-webkit-keyframes essb_animate_flash {
    50%, from, to {
        opacity: 1
        } 25%, 75% {
        opacity: 0
        }
    }
@keyframes essb_animate_flash {
    50%, from, to {
        opacity: 1
        } 25%, 75% {
        opacity: 0
        }
    }
@-webkit-keyframes essb_animate_shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
        } 10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
        } 20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
        }
    }
@keyframes essb_animate_shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
        } 10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
        } 20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
        }
    }
@-webkit-keyframes essb_animate_rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
        } 30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
        } 40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
        } 50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
        } 65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
        } 75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
        }
    }
@keyframes essb_animate_rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
        } 30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
        } 40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
        } 50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
        } 65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
        } 75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
        }
    }
@-webkit-keyframes essb_animation_wobble {
    from, to {
        -webkit-transform: none;
        transform: none
        } 15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
        } 30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
        } 45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
        } 60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
        } 75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
        }
    }
@keyframes essb_animation_wobble {
    from, to {
        -webkit-transform: none;
        transform: none
        } 15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
        } 30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
        } 45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
        } 60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
        } 75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
        }
    }
.essb_links.essb_icon_animation1 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_lightSpeedIn 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_lightSpeedIn 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
    }
.essb_links.essb_icon_animation2 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_zoomIn 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_zoomIn 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_animation3 a:hover .essb_icon {
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: essb_animate_flipInX 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_flipInX 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_animation4 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_bounce 0.4s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_bounce 0.4s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
    }
.essb_links.essb_icon_animation5 a:hover .essb_icon {
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: essb_animate_swing 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_swing 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_animation6 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_tada 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_tada 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_animation7 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInLeft 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInLeft 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInLeft 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInLeft 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_animation8 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInRight 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInRight 0.35s 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInRight 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInRight 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_animation9 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInBottom 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInBottom 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInBottom 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInBottom 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_aimation10 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInTop 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInTop 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInTop 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInTop 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_icon_animation11 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation-name: essb_animate_flash;
    animation-name: essb_animate_flash;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.essb_links.essb_icon_animation12 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation-name: essb_animate_shake;
    animation-name: essb_animate_shake;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.essb_links.essb_icon_animation13 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation-name: essb_animate_rubberBand;
    animation-name: essb_animate_rubberBand;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.essb_links.essb_icon_animation14 a:hover .essb_icon {
    opacity: 1;
    -webkit-animation-name: essb_animation_wobble;
    animation-name: essb_animation_wobble;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.essb_links.essb_button_animation1 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_lightSpeedIn 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_lightSpeedIn 0.25s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
    }
.essb_links.essb_button_animation2 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_zoomIn 0.4s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_zoomIn 0.4s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation3 li:hover a {
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: essb_animate_flipInX 0.8s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_flipInX 0.8s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation4 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_bounce 0.4s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_bounce 0.4s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
    }
.essb_links.essb_button_animation5 li:hover a {
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: essb_animate_swing 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_swing 0.35s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation6 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_tada 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_tada 0.7s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation7 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInLeft 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInLeft 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInLeft 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInLeft 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation8 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInRight 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInRight 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInRight 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInRight 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation9 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInBottom 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInBottom 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInBottom 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInBottom 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation10 li:hover a {
    opacity: 1;
    -webkit-animation: essb_animate_fadeInTop 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: essb_animate_fadeInTop 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: essb_animate_fadeInTop 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: essb_animate_fadeInTop 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1)
    }
.essb_links.essb_button_animation11 li:hover a {
    opacity: 1;
    -webkit-animation-name: essb_animate_flash;
    animation-name: essb_animate_flash;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.essb_links.essb_button_animation12 li:hover a {
    opacity: 1;
    -webkit-animation-name: essb_animate_shake;
    animation-name: essb_animate_shake;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.essb_links.essb_button_animation13 li:hover a {
    opacity: 1;
    -webkit-animation-name: essb_animate_rubberBand;
    animation-name: essb_animate_rubberBand;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
.essb_links.essb_button_animation14 li:hover a {
    opacity: 1;
    -webkit-animation-name: essb_animation_wobble;
    animation-name: essb_animation_wobble;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
    }
@font-face {
    font-family: essb;
    src: url(/wp-content/plugins/easy-social-share-buttons3/assets/css/../fonts/essb.eot);
    src: url(/wp-content/plugins/easy-social-share-buttons3/assets/css/../fonts/essb.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/easy-social-share-buttons3/assets/css/../fonts/essb.woff) format("woff"), url(/wp-content/plugins/easy-social-share-buttons3/assets/css/../fonts/essb.ttf) format("truetype"), url(/wp-content/plugins/easy-social-share-buttons3/assets/css/../fonts/essb.svg#essb) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
    }
[class*=" essb_icon_"]:before, [class^=essb_icon_]:before {
    font-family: essb !important;
    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
    }
.essb_icon_facebook:before {
    content: "a"
    }
.essb_icon_facebook-official:before {
    content: "b"
    }
.essb_icon_facebook-square:before {
    content: "c"
    }
.essb_icon_twitter:before {
    content: "d"
    }
.essb_icon_twitter-square:before {
    content: "e"
    }
.essb_icon_pinterest-alt:before {
    content: "g"
    }
.essb_icon_pinterest:before {
    content: "h"
    }
.essb_icon_pinterest-square:before {
    content: "i"
    }
.essb_icon_linkedin-square:before {
    content: "j"
    }
.essb_icon_linkedin:before {
    content: "k"
    }
.essb_icon_digg:before {
    content: "l"
    }
.essb_icon_del:before {
    content: "m"
    }
.essb_icon_tumblr:before {
    content: "o"
    }
.essb_icon_tumblr-square:before {
    content: "p"
    }
.essb_icon_vk:before {
    content: "q"
    }
.essb_icon_vkontakte:before {
    content: "r"
    }
.essb_icon_print:before {
    content: "s"
    }
.essb_icon_envelope:before {
    content: "t"
    }
.essb_icon_subscribe:before {
    content: "t"
    }
.essb_icon_envelope-o:before {
    content: "u"
    }
.essb_icon_mail:before {
    content: "v"
    }
.essb_icon_flattr:before {
    content: "w"
    }
.essb_icon_social-reddit:before {
    content: "x"
    }
.essb_icon_reddit:before {
    content: "y"
    }
.essb_icon_buffer:before {
    content: "z"
    }
.essb_icon_love:before {
    content: "A"
    }
.essb_icon_heart-o:before {
    content: "B"
    }
.essb_icon_weibo:before {
    content: "C"
    }
.essb_icon_pocket:before {
    content: "D"
    }
.essb_icon_xing:before {
    content: "E"
    }
.essb_icon_xing-square:before {
    content: "F"
    }
.essb_icon_ok:before {
    content: "G"
    }
.essb_icon_odnoklassniki-square:before {
    content: "H"
    }
.essb_icon_whatsapp:before {
    content: "J"
    }
.essb_icon_meneame:before {
    content: "K"
    }
.essb_icon_blogger:before {
    content: "L"
    }
.essb_icon_amazon:before {
    content: "M"
    }
.essb_icon_gmail:before {
    content: "N"
    }
.essb_icon_aol:before {
    content: "O"
    }
.essb_icon_newsvine:before {
    content: "P"
    }
.essb_icon_hackernews:before {
    content: "Q"
    }
.essb_icon_evernote:before {
    content: "R"
    }
.essb_icon_myspace:before {
    content: "S"
    }
.essb_icon_mailru:before {
    content: "T"
    }
.essb_icon_viadeo:before {
    content: "U"
    }
.essb_icon_line:before {
    content: "V"
    }
.essb_icon_flipboard:before {
    content: "W"
    }
.essb_icon_comments:before {
    content: "X"
    }
.essb_icon_comment-o:before {
    content: "Y"
    }
.essb_icon_yummly:before {
    content: "Z"
    }
.essb_icon_sms:before {
    content: "0"
    }
.essb_icon_plus:before {
    content: "1"
    }
.essb_icon_plus-square:before {
    content: "2"
    }
.essb_icon_minus:before {
    content: "3"
    }
.essb_icon_minus-square:before {
    content: "4"
    }
.essb_icon_close:before {
    content: "5"
    }
.essb_icon_share:before {
    content: "6"
    }
.essb_icon_share-alt-square:before {
    content: "7"
    }
.essb_icon_share-alt:before {
    content: "8"
    }
.essb_icon_ellipsis-h:before {
    content: "9"
    }
.essb_icon_yahoomail:before {
    content: "v"
    }
.essb_icon_viber:before {
    content: "!"
    }
.essb_icon_telegram:before {
    content: "\""
    }
.essb_icon_more:before {
    content: "1"
    }
.essb_icon_less:before {
    content: "3"
    }
.essb_icon_more_dots:before {
    content: "#"
    }
.essb_icon_dots:before {
    content: "#"
    }
.essb_icon_prev:before {
    content: "$"
    }
.essb_icon_next:before {
    content: "%"
    }
.essb_icon_clock:before {
    content: "&"
    }
.essb_icon_youtube-play:before {
    content: "'"
    }
.essb_icon_youtube:before {
    content: "("
    }
.essb_icon_skype:before {
    content: ")"
    }
.essb_icon_messenger:before {
    content: "*"
    }
.essb_icon_kakaotalk:before {
    content: "-"
    }
.essb_icon_close2:before {
    content: ","
    }
.essb_icon_share-tiny:before {
    content: "."
    }
.essb_icon_share-outline:before {
    content: "/"
    }
.essb_icon_livejournal:before {
    content: ":"
    }
.essb_icon_yammer:before {
    content: ";"
    }
.essb_icon_meetedgar-alternate:before {
    content: "<"
    }
.essb_icon_meetedgar:before {
    content: "="
    }
.essb_icon_fintel:before {
    content: "["
    }
.essb_icon_mix:before {
    content: "]"
    }
.essb_icon_instapaper:before {
    content: "^"
    }
.essb_icon_copy:before {
    content: "_"
    }
.essb_icon_link:before {
    content: "`"
    }
.essb_clear {
    clear: both !important
    }
.essb_links {
    word-wrap: normal !important;
    clear: both;
    margin: 1em 0
    }
.essb_links li, .essb_links li a, .essb_links li a .essb_icon, .essb_links li a .essb_network_name, .essb_links ul {
    font-size: 100%;
    background-image: none;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased
    }
.essb_links li, .essb_links ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
    }
.essb_links li, .essb_links li a, .essb_links li a .essb_icon, .essb_links li a .essb_network_name {
    display: inline-block;
    vertical-align: middle
    }
.essb_links li a {
    margin: 2px 5px 2px 0;
    color: #fff !important;
    text-decoration: none;
    font-size: 100%;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
    }
.essb_links .essb_icon {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat
    }
.essb_links .essb_vertical_name li a {
    text-align: center
    }
.essb_links .essb_vertical_name li a .essb_network_name {
    display: block;
    margin: 0 10px 8px 10px
    }
.essb_links .essb_force_hide_name .essb_network_name, .essb_links .essb_hide_icon .essb_icon {
    display: none
    }
.essb_links .essb_force_hide_name .essb_icon {
    margin-right: 0 !important
    }
.essb_links .essb_hide_icon .essb_network_name {
    padding: 10px 15px;
    margin-right: 0 !important
    }
.essb_links .essb_hide_name a .essb_network_name {
    max-width: 0;
    white-space: nowrap !important;
    overflow: hidden;
    -webkit-transition: max-width 0.2s;
    transition: max-width 0.2s;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 0
    }
.essb_links .essb_hide_name a .essb_icon {
    margin-right: 0
    }
.essb_links.essb_sharebtn_button .essb_hide_name .essb_link_sharebtn a .essb_network_name, .essb_links.essb_sharebtn_text .essb_hide_name .essb_link_sharebtn a .essb_network_name {
    max-width: 420px;
    margin-right: 10px
    }
.essb_links.essb_sharebtn_button .essb_force_hide_name .essb_link_sharebtn .essb_network_name, .essb_links.essb_sharebtn_text .essb_force_hide_name .essb_link_sharebtn .essb_network_name {
    display: inline-block
    }
.essb_links.essb_sharebtn_counter_bottom .essb_link_sharebtn .essb_network_name {
    display: block !important;
    text-align: center;
    margin-right: 0 !important;
    font-size: 10px;
    margin-bottom: 5px
    }
.essb_links.essb_sharebtn_text .essb_link_sharebtn .essb_icon {
    visibility: hidden;
    width: 10px
    }
.essb_links.essb_sharebtn_icon .essb_hide_icon .essb_link_sharebtn .essb_icon {
    display: inline-block;
    margin-right: 0
    }
.essb_links.essb_sharebtn_icon .essb_hide_icon .essb_link_sharebtn .essb_network_name {
    padding: 0
    }
.essb_links .essb_hide_name a:hover .essb_network_name {
    max-width: 420px;
    margin-right: 10px
    }
.essb_links .essb_icon:before {
    font-size: 18px !important;
    text-align: center;
    position: absolute;
    top: 9px;
    left: 9px
    }
.essb_links li a .essb_network_name {
    margin-right: 15px;
    font-size: 14px
    }
.essb_links li a .essb_network_name.essb_noname {
    margin-right: 0
    }
.essb_links.essb_links_center, .essb_links.essb_links_center li, .essb_links.essb_links_center li a, .essb_links.essb_network_align_center {
    text-align: center
    }
.essb_links.essb_network_align_right .essb_network_name {
    float: right;
    margin-top: 10px
    }
.essb_links.essb_links_right {
    text-align: right
    }
.essb_links.essb_width_columns_4 li {
    width: 25%
    }
.essb_links.essb_width_columns_5 li {
    width: 20%
    }
.essb_links.essb_width_columns_6 li {
    width: 16.6666%
    }
.essb_links.essb_width_columns_7 li {
    width: 14.285%
    }
.essb_links.essb_width_columns_8 li {
    width: 12.5%
    }
.essb_links.essb_width_columns_9 li {
    width: 11.1111%
    }
.essb_links.essb_width_columns_10 li {
    width: 10%
    }
.essb_links.essb_width_columns_3 li {
    width: 33.3333%
    }
.essb_links.essb_width_columns_2 li {
    width: 50%
    }
.essb_links.essb_width_columns_1 li {
    width: 100%
    }
.essb_links.essb_width_columns_1 li a, .essb_links.essb_width_columns_2 li a, .essb_links.essb_width_columns_3 li a, .essb_links.essb_width_columns_4 li a, .essb_links.essb_width_columns_5 li a {
    width: 98%
    }
.essb_links.essb_width_columns_10 li a, .essb_links.essb_width_columns_6 li a, .essb_links.essb_width_columns_7 li a, .essb_links.essb_width_columns_8 li a, .essb_links.essb_width_columns_9 li a {
    width: 96%
    }
.essb_nospace li a {
    margin-right: 0 !important;
    margin-bottom: 0 !important
    }
.essb_links.essb_nospace.essb_width_columns_1 li a, .essb_links.essb_nospace.essb_width_columns_10 li a, .essb_links.essb_nospace.essb_width_columns_2 li a, .essb_links.essb_nospace.essb_width_columns_3 li a, .essb_links.essb_nospace.essb_width_columns_4 li a, .essb_links.essb_nospace.essb_width_columns_5 li a, .essb_links.essb_nospace.essb_width_columns_6 li a, .essb_links.essb_nospace.essb_width_columns_7 li a, .essb_links.essb_nospace.essb_width_columns_8 li a, .essb_links.essb_nospace.essb_width_columns_9 li a {
    width: 100%
    }
.essb_links.essb_width_flex ul {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch
    }
.essb_links.essb_width_flex li {
    flex: 1;
    -webkit-flex: 1;
    transition: flex 0.1s ease-in-out
    }
.essb_links.essb_width_flex li:not(.essb_totalcount_item):hover {
    flex: 1.3;
    -webkit-flex: 1.3
    }
.essb_links.essb_width_flex li:not(.essb_totalcount_item) {
    margin-right: 8px !important
    }
.essb_links.essb_width_flex li:last-of-type {
    margin-right: 0 !important
    }
.essb_links.essb_width_flex li a {
    width: 100%;
    white-space: nowrap !important
    }
.essb_links.essb_width_flex.essb_nospace li a {
    width: 100% !important
    }
.essb_links.essb_width_flex li.essb_link_less, .essb_links.essb_width_flex li.essb_link_more, .essb_links.essb_width_flex li.essb_link_more_dots, .essb_links.essb_width_flex li.essb_totalcount_item {
    width: inherit
    }
.essb_links.essb_width_flex li.essb_link_less, .essb_links.essb_width_flex li.essb_totalcount_item {
    margin: auto 0 !important;
    flex: none !important;
    -webkit-flex: none !important
    }
.essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big, .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_r_big {
    margin-right: 0;
    margin-left: 0;
    padding: 0 10px
    }
.essb_links.essb_fixed {
    position: fixed;
    top: 0;
    background: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    z-index: 2000
    }
.essb_links .essb_after_more, .essb_links .essb_link_less a .essb_network_name, .essb_links .essb_link_more a .essb_network_name, .essb_links .essb_link_more_dots a .essb_network_name {
    display: none
    }
.essb_links .essb_link_less a, .essb_links .essb_link_less a:focus, .essb_links .essb_link_less a:hover, .essb_links .essb_link_more a, .essb_links .essb_link_more a:focus, .essb_links .essb_link_more a:hover, .essb_links .essb_link_more_dots a, .essb_links .essb_link_more_dots a:focus, .essb_links .essb_link_more_dots a:hover {
    background-color: #c5c5c5 !important
    }
.essb_links .essb_hide_name .essb_link_less a:focus .essb_icon, .essb_links .essb_hide_name .essb_link_less a:hover .essb_icon, .essb_links .essb_hide_name .essb_link_more a:focus .essb_icon, .essb_links .essb_hide_name .essb_link_more a:hover .essb_icon, .essb_links .essb_hide_name .essb_link_more_dots a:focus .essb_icon, .essb_links .essb_hide_name .essb_link_more_dots a:hover .essb_icon, .essb_links .essb_link_less a .essb_icon, .essb_links .essb_link_more a .essb_icon, .essb_links .essb_link_more_dots a .essb_icon {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0
    }
.essb_links .essb_link_meneame a, .essb_links .essb_link_meneame a:focus, .essb_links .essb_link_meneame a:hover, .essb_links.essb_template_clear-retina .essb_link_meneame a .essb_icon {
    background-color: #ff7d12 !important
    }
.essb_links .essb_link_whatsapp a, .essb_links .essb_link_whatsapp a:focus, .essb_links .essb_link_whatsapp a:hover, .essb_links.essb_template_clear-retina .essb_link_whatsapp a .essb_icon {
    background-color: #1d9e11 !important
    }
.essb_links .essb_link_flattr a, .essb_links .essb_link_flattr a:focus, .essb_links .essb_link_flattr a:hover, .essb_links.essb_template_clear-retina .essb_link_flattr a .essb_icon {
    background-color: #8cb55b !important
    }
.essb_links .essb_link_ok a, .essb_links .essb_link_ok a:focus, .essb_links .essb_link_ok a:hover, .essb_links.essb_template_clear-retina .essb_link_ok a .essb_icon {
    background-color: #f4731c !important
    }
.essb_links .essb_link_xing a, .essb_links .essb_link_xing a:focus, .essb_links .essb_link_xing a:hover, .essb_links.essb_template_clear-retina .essb_link_xing a .essb_icon {
    background-color: #135a5b !important
    }
.essb_links .essb_link_weibo a, .essb_links .essb_link_weibo a:focus, .essb_links .essb_link_weibo a:hover, .essb_links.essb_template_clear-retina .essb_link_weibo a .essb_icon {
    background-color: #ed1c24 !important
    }
.essb_links .essb_link_pocket a, .essb_links .essb_link_pocket a:focus, .essb_links .essb_link_pocket a:hover, .essb_links.essb_template_clear-retina .essb_link_pocket a .essb_icon {
    background-color: #ee4055 !important
    }
.essb_links .essb_link_tumblr a, .essb_links .essb_link_tumblr a:focus, .essb_links .essb_link_tumblr a:hover, .essb_links.essb_template_clear-retina .essb_link_tumblr a .essb_icon {
    background-color: #2c4762 !important
    }
.essb_links .essb_link_copy a, .essb_links .essb_link_copy a:focus, .essb_links .essb_link_copy a:hover, .essb_links .essb_link_mail a, .essb_links .essb_link_mail a:focus, .essb_links .essb_link_mail a:hover, .essb_links .essb_link_print a, .essb_links .essb_link_print a:focus, .essb_links .essb_link_print a:hover, .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon, .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon, .essb_links.essb_template_clear-retina .essb_link_print a .essb_icon {
    background-color: #404040 !important
    }
.essb_links .essb_link_del a, .essb_links .essb_link_del a:focus, .essb_links .essb_link_del a:hover, .essb_links.essb_template_clear-retina .essb_link_del a .essb_icon {
    background-color: #3398fc !important
    }
.essb_links .essb_link_buffer a, .essb_links .essb_link_buffer a:focus, .essb_links .essb_link_buffer a:hover, .essb_links.essb_template_clear-retina .essb_link_buffer a .essb_icon {
    background-color: #111 !important
    }
.essb_links .essb_link_love a, .essb_links .essb_link_love a:focus, .essb_links .essb_link_love a:hover, .essb_links.essb_template_clear-retina .essb_link_love a .essb_icon {
    background-color: #ed1c24 !important
    }
.essb_links .essb_link_twitter a, .essb_links .essb_link_twitter a:focus, .essb_links .essb_link_twitter a:hover, .essb_links.essb_template_clear-retina .essb_link_twitter a .essb_icon {
    background-color: #00abf0 !important
    }
.essb_links .essb_link_facebook a, .essb_links .essb_link_facebook a:focus, .essb_links .essb_link_facebook a:hover, .essb_links.essb_template_clear-retina .essb_link_facebook a .essb_icon {
    background-color: #3a579a !important
    }
.essb_links .essb_link_pinterest a, .essb_links .essb_link_pinterest a:focus, .essb_links .essb_link_pinterest a:hover, .essb_links.essb_template_clear-retina .essb_link_pinterest a .essb_icon {
    background-color: #cd1c1f !important
    }
.essb_links .essb_link_digg a, .essb_links .essb_link_digg a:focus, .essb_links .essb_link_digg a:hover, .essb_links.essb_template_clear-retina .essb_link_digg a .essb_icon {
    background-color: #1b5791 !important
    }
.essb_links .essb_link_linkedin a, .essb_links .essb_link_linkedin a:focus, .essb_links .essb_link_linkedin a:hover, .essb_links.essb_template_clear-retina .essb_link_linkedin a .essb_icon {
    background-color: #127bb6 !important
    }
.essb_links .essb_link_vk a, .essb_links .essb_link_vk a:focus, .essb_links .essb_link_vk a:hover, .essb_links.essb_template_clear-retina .essb_link_vk a .essb_icon {
    background-color: #4c75a3 !important
    }
.essb_links .essb_link_reddit a, .essb_links .essb_link_reddit a:focus, .essb_links .essb_link_reddit a:hover, .essb_links.essb_template_clear-retina .essb_link_reddit a .essb_icon {
    background-color: #333 !important
    }
.essb_links .essb_link_blogger a, .essb_links .essb_link_blogger a:focus, .essb_links .essb_link_blogger a:hover, .essb_links.essb_template_clear-retina .essb_link_blogger a .essb_icon {
    background-color: #f59038 !important
    }
.essb_links .essb_link_amazon a, .essb_links .essb_link_amazon a:focus, .essb_links .essb_link_amazon a:hover, .essb_links.essb_template_clear-retina .essb_link_amazon a .essb_icon {
    background-color: #111 !important
    }
.essb_links .essb_link_yahoomail a, .essb_links .essb_link_yahoomail a:focus, .essb_links .essb_link_yahoomail a:hover, .essb_links.essb_template_clear-retina .essb_link_yahoomail a .essb_icon {
    background-color: #511295 !important
    }
.essb_links .essb_link_gmail a, .essb_links .essb_link_gmail a:focus, .essb_links .essb_link_gmail a:hover, .essb_links.essb_template_clear-retina .essb_link_gmail a .essb_icon {
    background-color: #dd4b39 !important
    }
.essb_links .essb_link_newsvine a, .essb_links .essb_link_newsvine a:focus, .essb_links .essb_link_newsvine a:hover, .essb_links.essb_template_clear-retina .essb_link_newsvine a .essb_icon {
    background-color: #0d642e !important
    }
.essb_links .essb_link_hackernews a, .essb_links .essb_link_hackernews a:focus, .essb_links .essb_link_hackernews a:hover, .essb_links.essb_template_clear-retina .essb_link_hackernews a .essb_icon {
    background-color: #f08641 !important
    }
.essb_links .essb_link_evernote a, .essb_links .essb_link_evernote a:focus, .essb_links .essb_link_evernote a:hover, .essb_links.essb_template_clear-retina .essb_link_evernote a .essb_icon {
    background-color: #7cbf4b !important
    }
.essb_links .essb_link_aol a, .essb_links .essb_link_aol a:focus, .essb_links .essb_link_aol a:hover, .essb_links.essb_template_clear-retina .essb_link_aol a .essb_icon {
    background-color: #111 !important
    }
.essb_links .essb_link_myspace a, .essb_links .essb_link_myspace a:focus, .essb_links .essb_link_myspace a:hover, .essb_links.essb_template_clear-retina .essb_link_myspace a .essb_icon {
    background-color: #3a5998 !important
    }
.essb_links .essb_link_mailru a, .essb_links .essb_link_mailru a:focus, .essb_links .essb_link_mailru a:hover, .essb_links.essb_template_clear-retina .essb_link_mailru a .essb_icon {
    background-color: #faa519 !important
    }
.essb_links .essb_link_viadeo a, .essb_links .essb_link_viadeo a:focus, .essb_links .essb_link_viadeo a:hover, .essb_links.essb_template_clear-retina .essb_link_viadeo a .essb_icon {
    background-color: #222 !important
    }
.essb_links .essb_link_line a, .essb_links .essb_link_line a:focus, .essb_links .essb_link_line a:hover, .essb_links.essb_template_clear-retina .essb_link_line a .essb_icon {
    background-color: #2cbf13 !important
    }
.essb_links .essb_link_flipboard a, .essb_links .essb_link_flipboard a:focus, .essb_links .essb_link_flipboard a:hover, .essb_links.essb_template_clear-retina .essb_link_flipboard a .essb_icon {
    background-color: #b31f17 !important
    }
.essb_links .essb_link_comments a, .essb_links .essb_link_comments a:focus, .essb_links .essb_link_comments a:hover, .essb_links.essb_template_clear-retina .essb_link_comments a .essb_icon {
    background-color: #444 !important
    }
.essb_links .essb_link_yummly a, .essb_links .essb_link_yummly a:focus, .essb_links .essb_link_yummly a:hover, .essb_links.essb_template_clear-retina .essb_link_yummly a .essb_icon {
    background-color: #e26326 !important
    }
.essb_links .essb_link_sms a, .essb_links .essb_link_sms a:focus, .essb_links .essb_link_sms a:hover, .essb_links.essb_template_clear-retina .essb_link_sms a .essb_icon {
    background-color: #4ea546 !important
    }
.essb_links .essb_link_viber a, .essb_links .essb_link_viber a:focus, .essb_links .essb_link_viber a:hover, .essb_links.essb_template_clear-retina .essb_link_viber a .essb_icon {
    background-color: #7d539d !important
    }
.essb_links .essb_link_telegram a, .essb_links .essb_link_telegram a:focus, .essb_links .essb_link_telegram a:hover, .essb_links.essb_template_clear-retina .essb_link_telegram a .essb_icon {
    background-color: #08c !important
    }
.essb_links .essb_link_subscribe a, .essb_links .essb_link_subscribe a:focus, .essb_links .essb_link_subscribe a:hover, .essb_links.essb_template_clear-retina .essb_link_subscribe a .essb_icon {
    background-color: #f47555 !important
    }
.essb_links .essb_link_skype a, .essb_links .essb_link_skype a:focus, .essb_links .essb_link_skype a:hover, .essb_links.essb_template_clear-retina .essb_link_skype a .essb_icon {
    background-color: #00aff0 !important
    }
.essb_links .essb_link_messenger a, .essb_links .essb_link_messenger a:focus, .essb_links .essb_link_messenger a:hover, .essb_links.essb_template_clear-retina .essb_link_messenger a .essb_icon {
    background-color: #0d87ff !important
    }
.essb_links .essb_link_kakaotalk a, .essb_links .essb_link_kakaotalk a:focus, .essb_links .essb_link_kakaotalk a:hover, .essb_links.essb_template_clear-retina .essb_link_kakaotalk a .essb_icon {
    background-color: #fbe600 !important;
    color: #000 !important
    }
.essb_links .essb_link_sharebtn a, .essb_links .essb_link_sharebtn a:focus, .essb_links .essb_link_sharebtn a:hover, .essb_links.essb_template_clear-retina .essb_link_sharebtn a .essb_icon {
    background-color: #2b6a94 !important
    }
.essb_links .essb_link_livejournal a, .essb_links .essb_link_livejournal a:focus, .essb_links .essb_link_livejournal a:hover, .essb_links.essb_template_clear-retina .essb_link_livejournal a .essb_icon {
    background-color: #0ca8ec !important
    }
.essb_links .essb_link_yammer a, .essb_links .essb_link_yammer a:focus, .essb_links .essb_link_yammer a:hover, .essb_links.essb_template_clear-retina .essb_link_yammer a .essb_icon {
    background-color: #3469ba !important
    }
.essb_links .essb_link_meetedgar a, .essb_links .essb_link_meetedgar a:focus, .essb_links .essb_link_meetedgar a:hover, .essb_links.essb_template_clear-retina .essb_link_meetedgar a .essb_icon {
    background-color: #6cbdc5 !important
    }
.essb_links .essb_link_fintel a, .essb_links .essb_link_fintel a:focus, .essb_links .essb_link_fintel a:hover, .essb_links .essb_link_instapaper a, .essb_links .essb_link_instapaper a:focus .essb_links.essb_template_clear-retina .essb_link_fintel a .essb_icon, .essb_links .essb_link_instapaper a:hover, .essb_links.essb_template_clear-retina .essb_link_instapaper a .essb_icon {
    background-color: #404040 !important
    }
.essb_links .essb_link_mix a, .essb_links .essb_link_mix a:focus, .essb_links .essb_link_mix a:hover, .essb_links.essb_template_clear-retina .essb_link_mix a .essb_icon {
    background-color: #ff8226 !important
    }
.essb_links .essb_counter_insidename {
    margin-left: 5px;
    font-weight: 700
    }
.essb_links .essb_counter, .essb_links .essb_counter_right {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    vertical-align: 0;
    font-size: 11px;
    color: #999;
    background: #fff;
    border-radius: 4px;
    z-index: 2;
    min-width: 10px;
    padding: 0 5px;
    line-height: 24px;
    text-align: center
    }
.essb_links .essb_counter:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -4px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent
    }
.essb_links .essb_counter_right {
    right: 5px
    }
.essb_links .essb_counter_right:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent
    }
.essb_links.essb_counter_modern_left .essb_counter {
    right: -5px;
    margin-right: 10px !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 24px;
    text-align: center;
    background: #e6e7e9;
    color: #666;
    border: 0
    }
.essb_links.essb_counter_modern_right .essb_counter_right {
    right: 0;
    margin-left: 5px;
    margin-right: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 24px;
    text-align: center;
    background: #e6e7e9;
    color: #666;
    border: 0
    }
.essb_links.essb_counter_modern_right .essb_counter_right:before {
    border-right: 6px solid #e6e7e9
    }
.essb_links.essb_counter_modern_left .essb_counter:after {
    border-left: 6px solid #e6e7e9
    }
.essb_links.essb_counter_modern_top .essb_counter {
    right: 0;
    margin-bottom: 7px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 30px;
    text-align: center;
    background: #e6e7e9;
    color: #666;
    border: 0;
    display: block
    }
.essb_links.essb_counter_modern_top .essb_counter:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e6e7e9;
    top: 100%;
    left: 50%;
    right: 6px;
    margin-top: -2px;
    margin-left: -6px;
    margin-right: 6px
    }
.essb_links.essb_counter_modern_top_mini .essb_counter {
    position: absolute;
    top: -5px;
    right: 10px;
    line-height: 1;
    padding: 4px;
    border-radius: 0;
    font-size: 10px;
    background: #000638;
    color: #fff;
    border-radius: 4px;
    border: 0
    }
.essb_links.essb_counter_modern_top_mini .essb_counter:after {
    border-left: 0 solid #e6e7e9
    }
.essb_links .essb_counter_topn {
    display: block;
    font-weight: 700;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px
    }
.essb_links.essb_counter_modern_bottom.essb_counters .essb_icon {
    text-align: center
    }
.essb_links.essb_counter_modern_bottom.essb_counters .essb_network_name {
    display: block;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 8px
    }
.essb_links .essb_counter_insidebeforename {
    margin-right: 5px;
    font-weight: 700
    }
.essb_links .essb_vertical_name .essb_counter_insidebeforename {
    margin-right: 0;
    font-size: 12px;
    display: block
    }
.essb_links.essb_counter_inside_mini .essb_counter_inside, .essb_links.essb_counter_inside_mini .essb_counter_insidebeforename, .essb_links.essb_counter_inside_mini .essb_counter_insidename {
    background: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    padding: 0 6px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px
    }
.essb_links.essb_counter_inside_mini .essb_counter_insidename {
    margin-left: 10px
    }
.essb_totalcount_item.essb_totalcount_item_before {
    font-weight: 700;
    display: block
    }
.essb_links .essb_totalcount_item .essb_t_l, .essb_links .essb_totalcount_item .essb_t_l_big {
    margin-right: 10px
    }
.essb_links .essb_totalcount_item .essb_t_r, .essb_links .essb_totalcount_item .essb_t_r_big {
    margin-left: 5px
    }
.essb_links .essb_totalcount_item .essb_t_l_big, .essb_links .essb_totalcount_item .essb_t_r_big {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    display: block
    }
.essb_links .essb_totalcount_item .essb_t_l_big.essb_total_icon .essb_t_nb, .essb_links .essb_totalcount_item .essb_t_r_big.essb_total_icon .essb_t_nb {
    display: block;
    float: left
    }
.essb_links .essb_totalcount_item .essb_t_l_big.essb_total_icon:before, .essb_links .essb_totalcount_item .essb_t_r_big.essb_total_icon:before {
    font-size: 18px;
    line-height: 30px;
    float: left;
    display: block;
    margin-right: 8px
    }
.essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_l_big.essb_total_icon .essb_t_nb, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_l_big.essb_total_icon:before, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_r_big.essb_total_icon .essb_t_nb, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_r_big.essb_total_icon:before {
    float: none;
    margin-right: 0
    }
.essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_l_big.essb_total_icon .essb_t_nb, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_r_big.essb_total_icon .essb_t_nb {
    margin-bottom: 5px
    }
.essb_links .essb_totalcount_item .essb_t_l_big .essb_t_nb_after, .essb_links .essb_totalcount_item .essb_t_r_big .essb_t_nb_after {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #444;
    display: block;
    line-height: 10px;
    text-align: center;
    margin-top: 2px
    }
.essb_links .essb_counter_insidehover {
    display: none;
    font-size: 14px;
    font-weight: 700
    }
.essb_links li a:hover .essb_counter_insidehover {
    display: inline-block
    }
.essb_links .essb_counter_insidehover {
    margin-right: 10px
    }
.essb_links.essb_template_bold-retina li a {
    border-radius: 4px;
    -webkit-border-radius: 4px
    }
.essb_links.essb_template_bold-retina li a:focus, .essb_links.essb_template_bold-retina li a:hover, .essb_links.essb_template_copy-retina a:focus, .essb_links.essb_template_copy-retina a:hover, .essb_links.essb_template_default-retina a:focus, .essb_links.essb_template_default-retina a:hover, .essb_links.essb_template_deluxe-retina a:focus, .essb_links.essb_template_deluxe-retina a:hover, .essb_links.essb_template_fancy-bold-retina li a:focus, .essb_links.essb_template_fancy-bold-retina li a:hover, .essb_links.essb_template_fancy-retina a:focus, .essb_links.essb_template_fancy-retina a:hover, .essb_links.essb_template_flat-retina a:focus, .essb_links.essb_template_flat-retina a:hover, .essb_links.essb_template_jumbo-retina a:focus, .essb_links.essb_template_jumbo-retina a:hover, .essb_links.essb_template_metro-bold-retina li a:focus, .essb_links.essb_template_metro-bold-retina li a:hover, .essb_links.essb_template_tiny-retina a:focus, .essb_links.essb_template_tiny-retina a:hover {
    color: #fff !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.3) 100%);
    background-clip: padding-box;
    -webkit-transition: background 50ms linear;
    -moz-transition: background 50ms linear;
    -ms-transition: background 50ms linear;
    -o-transition: background 50ms linear;
    transition: background 50ms linear
    }
.essb_links.essb_template_bold-retina .essb_icon {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.essb_links.essb_template_bold-retina .essb_network_name {
    font-weight: 700
    }
.essb_links.essb_template_bold-retina .essb_hide_name a:hover .essb_icon, .essb_links.essb_template_bold-retina li a .essb_icon {
    margin-right: 8px
    }
.essb_links.essb_template_default-retina li a {
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2)
    }
.essb_links.essb_template_default-retina .essb_links_list:hover li a {
    opacity: 0.5
    }
.essb_links.essb_template_default-retina .essb_links_list:hover li a:hover {
    opacity: 1
    }
.essb_links.essb_template_dark-retina a {
    background-color: #111 !important
    }
.essb_links.essb_template_dark-retina .essb_link_kakaotalk a {
    color: #fff !important
    }
.essb_links.essb_template_metro-retina a:focus, .essb_links.essb_template_metro-retina a:hover {
    color: #fff !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 100%);
    background-clip: padding-box
    }
.essb_links.essb_template_big-retina li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.26)));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.26) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.26) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.26) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.26) 100%)
    }
.essb_links.essb_template_big-retina a:focus, .essb_links.essb_template_big-retina a:hover {
    color: #fff !important;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(155, 155, 155, 0)), to(rgba(155, 155, 155, 0.46)));
    background-image: -webkit-linear-gradient(bottom, rgba(155, 155, 155, 0) 0, rgba(155, 155, 155, 0.46) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(155, 155, 155, 0) 0, rgba(155, 155, 155, 0.46) 100%);
    background-image: -o-linear-gradient(bottom, rgba(155, 155, 155, 0) 0, rgba(155, 155, 155, 0.46) 100%);
    background-image: linear-gradient(to top, rgba(155, 155, 155, 0) 0, rgba(155, 155, 155, 0.46) 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19), inset 0 0 5px rgba(155, 155, 155, 0.38);
    background-clip: padding-box
    }
.essb_links.essb_template_light-retina a, .essb_links.essb_template_light-retina a:focus, .essb_links.essb_template_light-retina a:hover {
    background-color: transparent !important
    }
.essb_links.essb_template_light-retina li a:focus, .essb_links.essb_template_light-retina li a:hover {
    color: #212121 !important
    }
.essb_links.essb_template_light-retina li.essb_link_less a, .essb_links.essb_template_light-retina li.essb_link_more a, .essb_links.essb_template_light-retina li.essb_link_more_dots a {
    color: #212121 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_meneame a, .essb_links.essb_template_light-retina .essb_link_meneame a, .essb_links.essb_template_modern-retina .essb_link_meneame a, .essb_links.essb_template_round-retina .essb_link_meneame a {
    color: #ff7d12 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_whatsapp a, .essb_links.essb_template_light-retina .essb_link_whatsapp a, .essb_links.essb_template_modern-retina .essb_link_whatsapp a, .essb_links.essb_template_round-retina .essb_link_whatsapp a {
    color: #1d9e11 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_flattr a, .essb_links.essb_template_light-retina .essb_link_flattr a, .essb_links.essb_template_modern-retina .essb_link_flattr a, .essb_links.essb_template_round-retina .essb_link_flattr a {
    color: #8cb55b !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_ok a, .essb_links.essb_template_light-retina .essb_link_ok a, .essb_links.essb_template_modern-retina .essb_link_ok a, .essb_links.essb_template_round-retina .essb_link_ok a {
    color: #f4731c !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_xing a, .essb_links.essb_template_light-retina .essb_link_xing a, .essb_links.essb_template_modern-retina .essb_link_xing a, .essb_links.essb_template_round-retina .essb_link_xing a {
    color: #135a5b !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_weibo a, .essb_links.essb_template_light-retina .essb_link_weibo a, .essb_links.essb_template_modern-retina .essb_link_weibo a, .essb_links.essb_template_round-retina .essb_link_weibo a {
    color: #ed1c24 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_pocket a, .essb_links.essb_template_light-retina .essb_link_pocket a, .essb_links.essb_template_modern-retina .essb_link_pocket a, .essb_links.essb_template_round-retina .essb_link_pocket a {
    color: #ee4055 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_tumblr a, .essb_links.essb_template_light-retina .essb_link_tumblr a, .essb_links.essb_template_modern-retina .essb_link_tumblr a, .essb_links.essb_template_round-retina .essb_link_tumblr a {
    color: #2c4762 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_copy a, .essb_links.essb_template_dimmed-retina .essb_link_mail a, .essb_links.essb_template_dimmed-retina .essb_link_print a, .essb_links.essb_template_light-retina .essb_link_copy a, .essb_links.essb_template_light-retina .essb_link_mail a, .essb_links.essb_template_light-retina .essb_link_print a, .essb_links.essb_template_modern-retina .essb_link_copy a, .essb_links.essb_template_modern-retina .essb_link_mail a, .essb_links.essb_template_modern-retina .essb_link_print a, .essb_links.essb_template_round-retina .essb_link_copy a, .essb_links.essb_template_round-retina .essb_link_mail a, .essb_links.essb_template_round-retina .essb_link_print a {
    color: #404040 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_del a, .essb_links.essb_template_light-retina .essb_link_del a, .essb_links.essb_template_modern-retina .essb_link_del a, .essb_links.essb_template_round-retina .essb_link_del a {
    color: #3398fc !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_buffer a, .essb_links.essb_template_light-retina .essb_link_buffer a, .essb_links.essb_template_modern-retina .essb_link_buffer a, .essb_links.essb_template_round-retina .essb_link_buffer a {
    color: #111 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_love a, .essb_links.essb_template_light-retina .essb_link_love a, .essb_links.essb_template_modern-retina .essb_link_love a, .essb_links.essb_template_round-retina .essb_link_love a {
    color: #ed1c24 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_twitter a, .essb_links.essb_template_light-retina .essb_link_twitter a, .essb_links.essb_template_modern-retina .essb_link_twitter a, .essb_links.essb_template_round-retina .essb_link_twitter a {
    color: #00abf0 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_facebook a, .essb_links.essb_template_light-retina .essb_link_facebook a, .essb_links.essb_template_modern-retina .essb_link_facebook a, .essb_links.essb_template_round-retina .essb_link_facebook a {
    color: #3a579a !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_pinterest a, .essb_links.essb_template_light-retina .essb_link_pinterest a, .essb_links.essb_template_modern-retina .essb_link_pinterest a, .essb_links.essb_template_round-retina .essb_link_pinterest a {
    color: #cd1c1f !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_digg a, .essb_links.essb_template_light-retina .essb_link_digg a, .essb_links.essb_template_modern-retina .essb_link_digg a, .essb_links.essb_template_round-retina .essb_link_digg a {
    color: #1b5791 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_linkedin a, .essb_links.essb_template_light-retina .essb_link_linkedin a, .essb_links.essb_template_modern-retina .essb_link_linkedin a, .essb_links.essb_template_round-retina .essb_link_linkedin a {
    color: #127bb6 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_vk a, .essb_links.essb_template_light-retina .essb_link_vk a, .essb_links.essb_template_modern-retina .essb_link_vk a, .essb_links.essb_template_round-retina .essb_link_vk a {
    color: #4c75a3 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_reddit a, .essb_links.essb_template_light-retina .essb_link_reddit a, .essb_links.essb_template_modern-retina .essb_link_reddit a, .essb_links.essb_template_round-retina .essb_link_reddit a {
    color: #333 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_blogger a, .essb_links.essb_template_light-retina .essb_link_blogger a, .essb_links.essb_template_modern-retina .essb_link_blogger a, .essb_links.essb_template_round-retina .essb_link_blogger a {
    color: #f59038 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_amazon a, .essb_links.essb_template_light-retina .essb_link_amazon a, .essb_links.essb_template_modern-retina .essb_link_amazon a, .essb_links.essb_template_round-retina .essb_link_amazon a {
    color: #111 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_yahoomail a, .essb_links.essb_template_light-retina .essb_link_yahoomail a, .essb_links.essb_template_modern-retina .essb_link_yahoomail a, .essb_links.essb_template_round-retina .essb_link_yahoomail a {
    color: #511295 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_gmail a, .essb_links.essb_template_light-retina .essb_link_gmail a, .essb_links.essb_template_modern-retina .essb_link_gmail a, .essb_links.essb_template_round-retina .essb_link_gmail a {
    color: #dd4b39 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_newsvine a, .essb_links.essb_template_light-retina .essb_link_newsvine a, .essb_links.essb_template_modern-retina .essb_link_newsvine a, .essb_links.essb_template_round-retina .essb_link_newsvine a {
    color: #0d642e !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_hackernews a, .essb_links.essb_template_light-retina .essb_link_hackernews a, .essb_links.essb_template_modern-retina .essb_link_hackernews a, .essb_links.essb_template_round-retina .essb_link_hackernews a {
    color: #f08641 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_evernote a, .essb_links.essb_template_light-retina .essb_link_evernote a, .essb_links.essb_template_modern-retina .essb_link_evernote a, .essb_links.essb_template_round-retina .essb_link_evernote a {
    color: #7cbf4b !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_aol a, .essb_links.essb_template_light-retina .essb_link_aol a, .essb_links.essb_template_modern-retina .essb_link_aol a, .essb_links.essb_template_round-retina .essb_link_aol a {
    color: #111 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_myspace a, .essb_links.essb_template_light-retina .essb_link_myspace a, .essb_links.essb_template_modern-retina .essb_link_myspace a, .essb_links.essb_template_round-retina .essb_link_myspace a {
    color: #3a5998 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_mailru a, .essb_links.essb_template_light-retina .essb_link_mailru a, .essb_links.essb_template_modern-retina .essb_link_mailru a, .essb_links.essb_template_round-retina .essb_link_mailru a {
    color: #faa519 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_viadeo a, .essb_links.essb_template_light-retina .essb_link_viadeo a, .essb_links.essb_template_modern-retina .essb_link_viadeo a, .essb_links.essb_template_round-retina .essb_link_viadeo a {
    color: #222 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_line a, .essb_links.essb_template_light-retina .essb_link_line a, .essb_links.essb_template_modern-retina .essb_link_line a, .essb_links.essb_template_round-retina .essb_link_line a {
    color: #2cbf13 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_flipboard a, .essb_links.essb_template_light-retina .essb_link_flipboard a, .essb_links.essb_template_modern-retina .essb_link_flipboard a, .essb_links.essb_template_round-retina .essb_link_flipboard a {
    color: #b31f17 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_comments a, .essb_links.essb_template_light-retina .essb_link_comments a, .essb_links.essb_template_modern-retina .essb_link_comments a, .essb_links.essb_template_round-retina .essb_link_comments a {
    color: #444 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_yummly a, .essb_links.essb_template_light-retina .essb_link_yummly a, .essb_links.essb_template_modern-retina .essb_link_yummly a, .essb_links.essb_template_round-retina .essb_link_yummly a {
    color: #e26326 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_sms a, .essb_links.essb_template_light-retina .essb_link_sms a, .essb_links.essb_template_modern-retina .essb_link_sms a, .essb_links.essb_template_round-retina .essb_link_sms a {
    color: #4ea546 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_viber a, .essb_links.essb_template_light-retina .essb_link_viber a, .essb_links.essb_template_modern-retina .essb_link_viber a, .essb_links.essb_template_round-retina .essb_link_viber a {
    color: #7d539d !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_telegram a, .essb_links.essb_template_light-retina .essb_link_telegram a, .essb_links.essb_template_modern-retina .essb_link_telegram a, .essb_links.essb_template_round-retina .essb_link_telegram a {
    color: #08c !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_subscribe a, .essb_links.essb_template_light-retina .essb_link_subscribe a, .essb_links.essb_template_modern-retina .essb_link_subscribe a, .essb_links.essb_template_round-retina .essb_link_subscribe a {
    color: #f47555 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_skype a, .essb_links.essb_template_light-retina .essb_link_skype a, .essb_links.essb_template_modern-retina .essb_link_skype a, .essb_links.essb_template_round-retina .essb_link_skype a {
    color: #00aff0 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_messenger a, .essb_links.essb_template_light-retina .essb_link_messenger a, .essb_links.essb_template_modern-retina .essb_link_messenger a, .essb_links.essb_template_round-retina .essb_link_messenger a {
    color: #0d87ff !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_sharebtn a, .essb_links.essb_template_light-retina .essb_link_sharebtn a, .essb_links.essb_template_modern-retina .essb_link_sharebtn a, .essb_links.essb_template_round-retina .essb_link_sharebtn a {
    color: #2b6a94 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_livejournal a, .essb_links.essb_template_light-retina .essb_link_livejournal a, .essb_links.essb_template_modern-retina .essb_link_livejournal a, .essb_links.essb_template_round-retina .essb_link_livejournal a {
    color: #0ca8ec !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_yammer a, .essb_links.essb_template_light-retina .essb_link_yammer a, .essb_links.essb_template_modern-retina .essb_link_yammer a, .essb_links.essb_template_round-retina .essb_link_yammer a {
    color: #3469ba !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_meetedgar a, .essb_links.essb_template_light-retina .essb_link_meetedgar a, .essb_links.essb_template_modern-retina .essb_link_meetedgar a, .essb_links.essb_template_round-retina .essb_link_meetedgar a {
    color: #6cbdc5 !important
    }
.essb_links.essb_template_dimmed-retina .essb_link_fintel a, .essb_links.essb_template_dimmed-retina .essb_link_instapaper a, .essb_links.essb_template_light-retina .essb_link_fintel a, .essb_links.essb_template_light-retina .essb_link_instapaper a, .essb_links.essb_template_modern-retina .essb_link_fintel a, .essb_links.essb_template_modern-retina .essb_link_instapaper a, .essb_links.essb_template_round-retina .essb_link_fintel a, .essb_links.essb_template_round-retina .essb_link_instapaper a {
    color: #404040 !important
    }
.essb_links.essb_template_light-retina .essb_link_mix a, .essb_links.essb_template_modern-retina .essb_link_mix a, .essb_links.essb_template_round-retina .essb_link_mix a {
    color: #ff8226 !important
    }
.essb_links.essb_template_flat-retina li a {
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2)
    }
.essb_links.essb_template_tiny-retina .essb_icon {
    width: 28px;
    height: 28px
    }
.essb_links.essb_template_tiny-retina .essb_icon:before {
    font-size: 14px !important;
    top: 7px;
    left: 7px
    }
.essb_links.essb_template_tiny-retina li a .essb_network_name {
    font-size: 13px
    }
.essb_links.essb_template_round-retina li a {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2)
    }
.essb_links.essb_template_round-retina a {
    background-color: transparent !important
    }
.essb_links.essb_template_round-retina li.essb_link_less a, .essb_links.essb_template_round-retina li.essb_link_more a, .essb_links.essb_template_round-retina li.essb_link_more_dots a {
    color: #212121 !important
    }
.essb_links.essb_template_round-retina li a:focus, .essb_links.essb_template_round-retina li a:hover {
    color: #fff !important
    }
.essb_links.essb_template_modern-retina li a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2)
    }
.essb_links.essb_template_modern-retina a {
    background-color: transparent !important
    }
.essb_links.essb_template_modern-retina li.essb_link_less a, .essb_links.essb_template_modern-retina li.essb_link_more a, .essb_links.essb_template_modern-retina li.essb_link_more_dots a {
    color: #212121 !important;
    border-bottom: 3px inset #212121
    }
.essb_links.essb_template_modern-retina li a:focus, .essb_links.essb_template_modern-retina li a:hover {
    color: #fff !important
    }
.essb_links.essb_template_modern-retina .essb_link_meneame a {
    color: #ff7d12 !important;
    border-bottom: 3px inset #ff7d12
    }
.essb_links.essb_template_modern-retina .essb_link_whatsapp a {
    border-bottom: 3px inset #1d9e11
    }
.essb_links.essb_template_modern-retina .essb_link_flattr a {
    border-bottom: 3px inset #8cb55b
    }
.essb_links.essb_template_modern-retina .essb_link_ok a {
    border-bottom: 3px inset #f4731c
    }
.essb_links.essb_template_modern-retina .essb_link_xing a {
    border-bottom: 3px inset #135a5b
    }
.essb_links.essb_template_modern-retina .essb_link_weibo a {
    border-bottom: 3px inset #ed1c24
    }
.essb_links.essb_template_modern-retina .essb_link_pocket a {
    border-bottom: 3px inset #ee4055
    }
.essb_links.essb_template_modern-retina .essb_link_tumblr a {
    border-bottom: 3px inset #2c4762
    }
.essb_links.essb_template_modern-retina .essb_link_copy a, .essb_links.essb_template_modern-retina .essb_link_mail a, .essb_links.essb_template_modern-retina .essb_link_print a {
    border-bottom: 3px inset #404040
    }
.essb_links.essb_template_modern-retina .essb_link_del a {
    border-bottom: 3px inset #3398fc
    }
.essb_links.essb_template_modern-retina .essb_link_buffer a {
    border-bottom: 3px inset #111
    }
.essb_links.essb_template_modern-retina .essb_link_love a {
    border-bottom: 3px inset #ed1c24
    }
.essb_links.essb_template_modern-retina .essb_link_twitter a {
    border-bottom: 3px inset #00abf0
    }
.essb_links.essb_template_modern-retina .essb_link_facebook a {
    border-bottom: 3px inset #3a579a
    }
.essb_links.essb_template_modern-retina .essb_link_pinterest a {
    border-bottom: 3px inset #cd1c1f
    }
.essb_links.essb_template_modern-retina .essb_link_digg a {
    border-bottom: 3px inset #1b5791
    }
.essb_links.essb_template_modern-retina .essb_link_linkedin a {
    border-bottom: 3px inset #127bb6
    }
.essb_links.essb_template_modern-retina .essb_link_vk a {
    border-bottom: 3px inset #4c75a3
    }
.essb_links.essb_template_modern-retina .essb_link_reddit a {
    border-bottom: 3px inset #333
    }
.essb_links.essb_template_modern-retina .essb_link_blogger a {
    border-bottom: 3px inset #f59038
    }
.essb_links.essb_template_modern-retina .essb_link_amazon a {
    border-bottom: 3px inset #111
    }
.essb_links.essb_template_modern-retina .essb_link_yahoomail a {
    border-bottom: 3px inset #511295
    }
.essb_links.essb_template_modern-retina .essb_link_gmail a {
    border-bottom: 3px inset #dd4b39
    }
.essb_links.essb_template_modern-retina .essb_link_newsvine a {
    border-bottom: 3px inset #0d642e
    }
.essb_links.essb_template_modern-retina .essb_link_hackernews a {
    border-bottom: 3px inset #f08641
    }
.essb_links.essb_template_modern-retina .essb_link_evernote a {
    border-bottom: 3px inset #7cbf4b
    }
.essb_links.essb_template_modern-retina .essb_link_aol a {
    border-bottom: 3px inset #111
    }
.essb_links.essb_template_modern-retina .essb_link_myspace a {
    border-bottom: 3px inset #3a5998
    }
.essb_links.essb_template_modern-retina .essb_link_mailru a {
    border-bottom: 3px inset #faa519
    }
.essb_links.essb_template_modern-retina .essb_link_viadeo a {
    border-bottom: 3px inset #222
    }
.essb_links.essb_template_modern-retina .essb_link_line a {
    border-bottom: 3px inset #2cbf13
    }
.essb_links.essb_template_modern-retina .essb_link_flipboard a {
    border-bottom: 3px inset #b31f17
    }
.essb_links.essb_template_modern-retina .essb_link_comments a {
    border-bottom: 3px inset #444
    }
.essb_links.essb_template_modern-retina .essb_link_yummly a {
    border-bottom: 3px inset #e26326
    }
.essb_links.essb_template_modern-retina .essb_link_sms a {
    border-bottom: 3px inset #4ea546
    }
.essb_links.essb_template_modern-retina .essb_link_viber a {
    border-bottom: 3px inset #7d539d
    }
.essb_links.essb_template_modern-retina .essb_link_telegram a {
    border-bottom: 3px inset #08c
    }
.essb_links.essb_template_modern-retina .essb_link_subscribe a {
    border-bottom: 3px inset #f47555
    }
.essb_links.essb_template_modern-retina .essb_link_skype a {
    border-bottom: 3px inset #00aff0
    }
.essb_links.essb_template_modern-retina .essb_link_messenger a {
    border-bottom: 3px inset #0d87ff
    }
.essb_links.essb_template_modern-retina .essb_link_kakaotalk a {
    border-bottom: 3px inset #fbe600
    }
.essb_links.essb_template_modern-retina .essb_link_sharebtn a {
    border-bottom: 3px inset #2b6a94
    }
.essb_links.essb_template_modern-retina .essb_link_livejournal a {
    border-bottom: 3px inset #0ca8ec
    }
.essb_links.essb_template_modern-retina .essb_link_yammer a {
    border-bottom: 3px inset #3469ba
    }
.essb_links.essb_template_modern-retina .essb_link_meetedgar a {
    border-bottom: 3px inset #6cbdc5
    }
.essb_links.essb_template_modern-retina .essb_link_fintel a, .essb_links.essb_template_modern-retina .essb_link_instapaper a {
    border-bottom: 3px inset #404040
    }
.essb_links.essb_template_modern-retina .essb_link_mix a {
    border-bottom: 3px inset #ff8226
    }
.essb_links.essb_template_circles-retina li a {
    border-radius: 18px;
    -webkit-border-radius: 18px
    }
.essb_links.essb_template_circles-retina a {
    background-color: transparent !important
    }
.essb_links.essb_template_circles-retina li.essb_link_less a, .essb_links.essb_template_circles-retina li.essb_link_more a, .essb_links.essb_template_circles-retina li.essb_link_more_dots a {
    color: #212121 !important;
    border: 2px solid #212121
    }
.essb_links.essb_template_circles-retina li a:focus, .essb_links.essb_template_circles-retina li a:hover {
    color: #fff !important
    }
.essb_links.essb_template_circles-retina .essb_link_meneame a {
    color: #ff7d12 !important;
    border: 2px solid #ff7d12
    }
.essb_links.essb_template_circles-retina .essb_link_whatsapp a {
    color: #1d9e11 !important;
    border: 2px solid #1d9e11
    }
.essb_links.essb_template_circles-retina .essb_link_flattr a {
    color: #8cb55b !important;
    border: 2px solid #8cb55b
    }
.essb_links.essb_template_circles-retina .essb_link_ok a {
    color: #f4731c !important;
    border: 2px solid #f4731c
    }
.essb_links.essb_template_circles-retina .essb_link_xing a {
    color: #135a5b !important;
    border: 2px solid #135a5b
    }
.essb_links.essb_template_circles-retina .essb_link_weibo a {
    color: #ed1c24 !important;
    border: 2px solid #ed1c24
    }
.essb_links.essb_template_circles-retina .essb_link_pocket a {
    color: #ee4055 !important;
    border: 2px solid #ee4055
    }
.essb_links.essb_template_circles-retina .essb_link_tumblr a {
    color: #2c4762 !important;
    border: 2px solid #2c4762
    }
.essb_links.essb_template_circles-retina .essb_link_copy a, .essb_links.essb_template_circles-retina .essb_link_mail a, .essb_links.essb_template_circles-retina .essb_link_print a {
    color: #404040 !important;
    border: 2px solid #404040
    }
.essb_links.essb_template_circles-retina .essb_link_del a {
    color: #3398fc !important;
    border: 2px solid #3398fc
    }
.essb_links.essb_template_circles-retina .essb_link_buffer a {
    color: #111 !important;
    border: 2px solid #111
    }
.essb_links.essb_template_circles-retina .essb_link_love a {
    color: #ed1c24 !important;
    border: 2px solid #ed1c24
    }
.essb_links.essb_template_circles-retina .essb_link_twitter a {
    color: #00abf0 !important;
    border: 2px solid #00abf0
    }
.essb_links.essb_template_circles-retina .essb_link_facebook a {
    color: #3a579a !important;
    border: 2px solid #3a579a
    }
.essb_links.essb_template_circles-retina .essb_link_pinterest a {
    color: #cd1c1f !important;
    border: 2px solid #cd1c1f
    }
.essb_links.essb_template_circles-retina .essb_link_digg a {
    color: #1b5791 !important;
    border: 2px solid #1b5791
    }
.essb_links.essb_template_circles-retina .essb_link_linkedin a {
    color: #127bb6 !important;
    border: 2px solid #127bb6
    }
.essb_links.essb_template_circles-retina .essb_link_vk a {
    color: #4c75a3 !important;
    border: 2px solid #4c75a3
    }
.essb_links.essb_template_circles-retina .essb_link_reddit a {
    color: #333 !important;
    border: 2px solid #333
    }
.essb_links.essb_template_circles-retina .essb_link_blogger a {
    color: #f59038 !important;
    border: 2px solid #f59038
    }
.essb_links.essb_template_circles-retina .essb_link_amazon a {
    color: #111 !important;
    border: 2px solid #111
    }
.essb_links.essb_template_circles-retina .essb_link_yahoomail a {
    color: #511295 !important;
    border: 2px solid #511295
    }
.essb_links.essb_template_circles-retina .essb_link_gmail a {
    color: #dd4b39 !important;
    border: 2px solid #dd4b39
    }
.essb_links.essb_template_circles-retina .essb_link_newsvine a {
    color: #0d642e !important;
    border: 2px solid #0d642e
    }
.essb_links.essb_template_circles-retina .essb_link_hackernews a {
    color: #f08641 !important;
    border: 2px solid #f08641
    }
.essb_links.essb_template_circles-retina .essb_link_evernote a {
    color: #7cbf4b !important;
    border: 2px solid #7cbf4b
    }
.essb_links.essb_template_circles-retina .essb_link_aol a {
    color: #111 !important;
    border: 2px solid #111
    }
.essb_links.essb_template_circles-retina .essb_link_myspace a {
    color: #3a5998 !important;
    border: 2px solid #3a5998
    }
.essb_links.essb_template_circles-retina .essb_link_mailru a {
    color: #faa519 !important;
    border: 2px solid #faa519
    }
.essb_links.essb_template_circles-retina .essb_link_viadeo a {
    color: #222 !important;
    border: 2px solid #222
    }
.essb_links.essb_template_circles-retina .essb_link_line a {
    color: #2cbf13 !important;
    border: 2px solid #2cbf13
    }
.essb_links.essb_template_circles-retina .essb_link_flipboard a {
    color: #b31f17 !important;
    border: 2px solid #b31f17
    }
.essb_links.essb_template_circles-retina .essb_link_comments a {
    color: #444 !important;
    border: 2px solid #444
    }
.essb_links.essb_template_circles-retina .essb_link_yummly a {
    color: #e26326 !important;
    border: 2px solid #e26326
    }
.essb_links.essb_template_circles-retina .essb_link_sms a {
    color: #4ea546 !important;
    border: 2px solid #4ea546
    }
.essb_links.essb_template_circles-retina .essb_link_viber a {
    color: #7d539d !important;
    border: 2px solid #7d539d
    }
.essb_links.essb_template_circles-retina .essb_link_telegram a {
    color: #08c !important;
    border: 2px solid #08c
    }
.essb_links.essb_template_circles-retina .essb_link_subscribe a {
    color: #f47555 !important;
    border: 2px solid #f47555
    }
.essb_links.essb_template_circles-retina .essb_link_skype a {
    color: #00aff0 !important;
    border: 2px solid #00aff0
    }
.essb_links.essb_template_circles-retina .essb_link_messenger a {
    color: #0d87ff !important;
    border: 2px solid #0d87ff
    }
.essb_links.essb_template_circles-retina .essb_link_kakaotalk a {
    border: 2px solid #fbe600
    }
.essb_links.essb_template_circles-retina .essb_link_sharebtn a {
    color: #2b6a94 !important;
    border: 2px solid #2b6a94
    }
.essb_links.essb_template_circles-retina .essb_link_livejournal a {
    color: #0ca8ec !important;
    border: 2px solid #0ca8ec
    }
.essb_links.essb_template_circles-retina .essb_link_yammer a {
    color: #3469ba !important;
    border: 2px solid #3469ba
    }
.essb_links.essb_template_circles-retina .essb_link_meetedgar a {
    color: #6cbdc5 !important;
    border: 2px solid #6cbdc5
    }
.essb_links.essb_template_circles-retina .essb_link_fintel a, .essb_links.essb_template_circles-retina .essb_link_instapaper a {
    color: #404040 !important;
    border: 2px solid #404040
    }
.essb_links.essb_template_circles-retina .essb_link_mix a {
    color: #ff8226 !important;
    border: 2px solid #ff8226
    }
.essb_links.essb_template_blocks-retina li a {
    border-radius: 0;
    -webkit-border-radius: 0
    }
.essb_links.essb_template_grey-circles-retina li a {
    border: 1px solid #bfbfbf;
    color: #666 !important;
    background-color: transparent !important;
    border-radius: 18px;
    -webkit-border-radius: 18px
    }
.essb_links.essb_template_grey-circles-retina li a:focus, .essb_links.essb_template_grey-circles-retina li a:hover {
    color: #fff !important;
    border: 1px solid transparent
    }
.essb_links.essb_template_grey-blocks-retina li a {
    border: 1px solid #bfbfbf;
    color: #666 !important;
    background-color: transparent !important
    }
.essb_links.essb_template_grey-blocks-retina li a:focus, .essb_links.essb_template_grey-blocks-retina li a:hover {
    color: #fff !important;
    border: 1px solid transparent
    }
.essb_links.essb_template_clear-retina li a {
    color: #343434 !important;
    background-color: transparent !important;
    font-weight: 700
    }
.essb_links.essb_template_clear-retina li a:focus, .essb_links.essb_template_clear-retina li a:hover {
    background-color: transparent !important
    }
.essb_links.essb_template_clear-retina a, .essb_links.essb_template_clear-retina a:focus, .essb_links.essb_template_clear-retina a:hover {
    background-color: transparent !important
    }
.essb_links.essb_template_clear-retina li a:focus, .essb_links.essb_template_clear-retina li a:hover {
    color: #212121 !important
    }
.essb_links.essb_template_clear-retina a .essb_network_name {
    margin-left: 5px
    }
.essb_links.essb_template_clear-retina a .essb_icon {
    color: #fff !important;
    border-radius: 18px;
    -webkit-border-radius: 18px
    }
.essb_links.essb_template_clear-retina li a:focus .essb_icon, .essb_links.essb_template_clear-retina li a:hover .essb_icon {
    background-color: #212121 !important
    }
.essb_links.essb_template_copy-retina a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
    }
.essb_links.essb_template_copy-retina .essb_icon {
    width: 28px;
    height: 28px
    }
.essb_links.essb_template_copy-retina .essb_icon:before {
    font-size: 14px !important;
    top: 7px;
    left: 7px
    }
.essb_links.essb_template_copy-retina li a .essb_network_name {
    font-size: 13px
    }
.essb_links.essb_template_copy-retina .essb_counter_right {
    position: relative;
    right: 6px;
    top: 0;
    display: inline-block;
    padding: 6px 7px 6px;
    border: 2px solid #ddd;
    border-left-width: 0;
    vertical-align: 0;
    font-size: 11px;
    color: #999;
    background: #fff;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
    }
.essb_links.essb_template_copy-retina .essb_counter_right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
    border-right: 0 solid #fff;
    border-bottom: 0 solid transparent;
    border-top: 0 solid transparent
    }
.essb_links.essb_template_dimmed-retina a {
    background-color: transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.7
    }
.essb_links.essb_template_dimmed-retina li a:focus, .essb_links.essb_template_dimmed-retina li a:hover {
    color: #fff !important;
    opacity: 1
    }
.essb_links.essb_template_grey-retina a {
    background-color: transparent !important;
    color: #454545 !important;
    opacity: 0.5
    }
.essb_links.essb_template_grey-retina li a:focus, .essb_links.essb_template_grey-retina li a:hover {
    background-color: transparent !important;
    color: #323232 !important;
    opacity: 1
    }
.essb_links.essb_template_jumbo-retina .essb_icon {
    width: 48px;
    height: 48px
    }
.essb_links.essb_template_jumbo-retina .essb_icon:before {
    font-size: 24px !important;
    top: 12px;
    left: 12px
    }
.essb_links.essb_template_jumbo-retina li a .essb_network_name {
    font-size: 15px
    }
.essb_links.essb_template_jumbo-round-retina a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
    }
.essb_links.essb_template_fancy-retina a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.essb_links.essb_template_fancy-retina a .essb_icon {
    background-color: rgba(0, 0, 0, 0.2);
    width: 28px;
    height: 28px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    margin: 5px
    }
.essb_links.essb_template_fancy-retina a:focus .essb_icon, .essb_links.essb_template_fancy-retina a:hover .essb_icon {
    background-color: rgba(0, 0, 0, 0.4)
    }
.essb_links.essb_template_fancy-retina .essb_icon:before {
    font-size: 14px !important;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 7px
    }
.essb_links.essb_template_deluxe-retina a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.essb_links.essb_template_deluxe-retina a .essb_icon {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 32px;
    height: 32px
    }
.essb_links.essb_template_deluxe-retina a:focus .essb_icon, .essb_links.essb_template_deluxe-retina a:hover .essb_icon {
    background-color: rgba(0, 0, 0, 0.4)
    }
.essb_links.essb_template_deluxe-retina .essb_icon:before {
    font-size: 16px !important;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 8px
    }
.essb_links.essb_template_deluxe-retina .essb_network_name {
    margin-left: 5px
    }
.essb_links.essb_template_fancy-bold-retina li a {
    border-radius: 4px;
    -webkit-border-radius: 4px
    }
.essb_links.essb_template_fancy-bold-retina a .essb_icon {
    background-color: rgba(0, 0, 0, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    margin: 5px
    }
.essb_links.essb_template_fancy-bold-retina a:hover .essb_icon {
    background-color: rgba(0, 0, 0, 0.4)
    }
.essb_links.essb_template_fancy-bold-retina .essb_icon:before {
    font-size: 16px !important;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 8px
    }
.essb_links.essb_template_fancy-bold-retina .essb_network_name {
    font-weight: 700
    }
.essb_links.essb_template_fancy-bold-retina .essb_hide_name a:hover .essb_icon {
    margin-right: 8px
    }
.essb_links.essb_template_fancy-bold-retina li a .essb_icon {
    margin-right: 8px
    }
.essb_links.essb_template_metro-bold-retina .essb_network_name {
    font-weight: 700
    }
.essb_links.essb_template_retro-retina {
    font-family: Oswald, helvetica, arial, sans-serif
    }
.essb_links.essb_template_retro-retina li a {
    -webkit-box-shadow: 1px 1px 2px 0 rgba(94, 65, 47, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(94, 65, 47, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(94, 65, 47, 0.2);
    background-color: #fdefc6 !important;
    opacity: 0.8
    }
.essb_links.essb_template_retro-retina li a {
    color: #363636 !important
    }
.essb_links.essb_template_retro-retina a:focus, .essb_links.essb_template_retro-retina a:hover {
    background-clip: padding-box;
    opacity: 1;
    background-color: #fef8e7 !important;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(94, 65, 47, 0.2);
    -moz-box-shadow: inset 1px 1px 2px 0 rgba(94, 65, 47, 0.2);
    box-shadow: inset 1px 1px 2px 0 rgba(94, 65, 47, 0.2)
    }
.essb_links.essb_template_default4-retina a {
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
    font-weight: 700
    }
.essb_links.essb_template_default4-retina a:focus, .essb_links.essb_template_default4-retina a:hover {
    background-color: #363636 !important
    }
.essb_links.essb_template_clear-rounded-retina a .essb_icon {
    color: #fff !important;
    border-radius: 4px;
    -webkit-border-radius: 4px
    }
.essb_links.essb_template_grey-fill-retina a {
    background-color: #454545 !important
    }
.essb_links.essb_template_grey-fill-retina .essb_link_kakaotalk a {
    color: #fff !important
    }
.essb_links.essb_template_grey-fill-retina a:focus, .essb_links.essb_template_grey-fill-retina a:hover {
    background-color: #717171 !important
    }
.essb_links.essb_template_white-fill-retina a {
    background-color: #fff !important;
    color: #656565 !important
    }
.essb_links.essb_template_white-fill-retina a:focus, .essb_links.essb_template_white-fill-retina a:hover {
    background-color: #fff !important;
    color: #121212 !important
    }
.essb_links.essb_template_white-retina a {
    background-color: transparent !important;
    color: #f3f4f5 !important
    }
.essb_links.essb_template_white-retina a:focus, .essb_links.essb_template_white-retina a:hover {
    background-color: transparent !important;
    color: #e3e4e5 !important
    }
.essb_links.essb_template_grey-round-retina li a {
    background-color: #616161 !important;
    border-radius: 18px;
    -webkit-border-radius: 18px
    }
.essb_links.essb_template_grey-round-retina li a:focus, .essb_links.essb_template_grey-round-retina li a:hover {
    background-color: #212121 !important
    }
.essb_links.essb_template_grey-round-retina .essb_link_kakaotalk a {
    color: #fff !important
    }
.essb_links.essb_template_modern-slim-retina li a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    box-shadow: none !important;
    border-bottom-width: 2px !important
    }
.essb_links.essb_template_color-leafs li a {
    border-radius: 14px 0
    }
.essb_links.essb_template_color-leafs li a:focus, .essb_links.essb_template_color-leafs li a:hover {
    background-color: #353535 !important
    }
.essb_links.essb_template_color-leafs .essb_link_kakaotalk a:focus, .essb_links.essb_template_color-leafs .essb_link_kakaotalk a:hover {
    color: #fff !important
    }
.essb_links.essb_template_grey-leafs li a {
    border-radius: 14px 0;
    background-color: #353535 !important
    }
.essb_links.essb_template_grey-leafs .essb_link_kakaotalk a {
    color: #fff !important
    }
.essb_links.essb_tempate_color-blocks-outline-retina li a:focus, .essb_links.essb_tempate_color-blocks-outline-retina li a:hover, .essb_links.essb_tempate_color-circles-outline-retina li a:focus, .essb_links.essb_tempate_color-circles-outline-retina li a:hover {
    background-color: transparent !important;
    color: #515151 !important;
    border-color: #515151 !important
    }
.essb_links.essb_template_grey-circles-outline-retina li a {
    background-color: transparent !important;
    color: #969696 !important;
    border: 2px solid #969696 !important;
    border-radius: 18px;
    -webkit-border-radius: 18px
    }
.essb_links.essb_template_grey-circles-outline-retina li a:focus, .essb_links.essb_template_grey-circles-outline-retina li a:hover {
    background-color: transparent !important
    }
.essb_links.essb_template_grey-circles-outline-retina li.essb_link_less a:hover, .essb_links.essb_template_grey-circles-outline-retina li.essb_link_more a:hover, .essb_links.essb_template_grey-circles-outline-retina li.essb_link_more_dots a:hover {
    color: #212121 !important;
    border-color: #212121 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_meneame a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_meneame a:hover {
    color: #ff7d12 !important;
    border-color: #ff7d12 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_whatsapp a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_whatsapp a:hover {
    color: #1d9e11 !important;
    border-color: #1d9e11 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_flattr a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_flattr a:hover {
    color: #8cb55b !important;
    border-color: #8cb55b !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_ok a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_ok a:hover {
    color: #f4731c !important;
    border-color: #f4731c !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_xing a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_xing a:hover {
    color: #135a5b !important;
    border-color: #135a5b !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_weibo a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_weibo a:hover {
    color: #ed1c24 !important;
    border-color: #ed1c24 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_pocket a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_pocket a:hover {
    color: #ee4055 !important;
    border-color: #ee4055 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_tumblr a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_tumblr a:hover {
    color: #2c4762 !important;
    border-color: #2c4762 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_copy a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_copy a:hover, .essb_links.essb_template_grey-circles-outline-retina .essb_link_mail a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_mail a:hover, .essb_links.essb_template_grey-circles-outline-retina .essb_link_print a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_print a:hover {
    color: #404040 !important;
    border-color: #404040 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_del a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_del a:hover {
    color: #3398fc !important;
    border-color: #3398fc !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_buffer a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_buffer a:hover {
    color: #111 !important;
    border-color: #111 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_love a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_love a:hover {
    color: #ed1c24 !important;
    border-color: #ed1c24 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_twitter a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_twitter a:hover {
    color: #00abf0 !important;
    border-color: #00abf0 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_facebook a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_facebook a:hover {
    color: #3a579a !important;
    border-color: #3a579a !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_pinterest a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_pinterest a:hover {
    color: #cd1c1f !important;
    border-color: #cd1c1f !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_digg a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_digg a:hover {
    color: #1b5791 !important;
    border-color: #1b5791 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_linkedin a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_linkedin a:hover {
    color: #127bb6 !important;
    border-color: #127bb6 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_vk a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_vk a:hover {
    color: #4c75a3 !important;
    border-color: #4c75a3 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_reddit a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_reddit a:hover {
    color: #333 !important;
    border-color: #333 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_blogger a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_blogger a:hover {
    color: #f59038 !important;
    border-color: #f59038 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_amazon a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_amazon a:hover {
    color: #111 !important;
    border-color: #111 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_yahoomail a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_yahoomail a:hover {
    color: #511295 !important;
    border-color: #511295 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_gmail a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_gmail a:hover {
    color: #dd4b39 !important;
    border-color: #dd4b39 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_newsvine a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_newsvine a:hover {
    color: #0d642e !important;
    border-color: #0d642e !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_hackernews a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_hackernews a:hover {
    color: #f08641 !important;
    border-color: #f08641 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_evernote a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_evernote a:hover {
    color: #7cbf4b !important;
    border-color: #7cbf4b !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_aol a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_aol a:hover {
    color: #111 !important;
    border-color: #111 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_myspace a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_myspace a:hover {
    color: #3a5998 !important;
    border-color: #3a5998 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_mailru a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_mailru a:hover {
    color: #faa519 !important;
    border-color: #faa519 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_viadeo a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_viadeo a:hover {
    color: #222 !important;
    border-color: #222 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_line a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_line a:hover {
    color: #2cbf13 !important;
    border-color: #2cbf13 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_flipboard a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_flipboard a:hover {
    color: #b31f17 !important;
    border-color: #b31f17 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_comments a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_comments a:hover {
    color: #444 !important;
    border-color: #444 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_yummly a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_yummly a:hover {
    color: #e26326 !important;
    border-color: #e26326 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_sms a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_sms a:hover {
    color: #4ea546 !important;
    border-color: #4ea546 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_viber a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_viber a:hover {
    color: #7d539d !important;
    border-color: #7d539d !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_telegram a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_telegram a:hover {
    color: #08c !important;
    border-color: #08c !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_subscribe a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_subscribe a:hover {
    color: #f47555 !important;
    border-color: #f47555 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_meetedgar a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_meetedgar a:hover {
    color: #404040 !important;
    border-color: #404040 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_fintel a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_fintel a:hover, .essb_links.essb_template_grey-circles-outline-retina .essb_link_instapaper a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_instapaper a:hover {
    color: #ff8226 !important;
    border-color: #ff8226 !important
    }
.essb_links.essb_template_grey-circles-outline-retina .essb_link_mix a:focus, .essb_links.essb_template_grey-circles-outline-retina .essb_link_mix a:hover {
    color: #6cbdc5 !important;
    border-color: #6cbdc5 !important
    }
.essb_links.essb_template_grey-blocks-outline-retina li a {
    border-radius: 0;
    -webkit-border-radius: 0
    }
.essb_links.essb_template_dark-outline-retina li a {
    background-color: transparent !important;
    opacity: 0.5;
    color: #454545 !important;
    border: 2px solid #454545 !important
    }
.essb_links.essb_template_dark-outline-retina li a:focus, .essb_links.essb_template_dark-outline-retina li a:hover {
    background-color: transparent !important;
    opacity: 1;
    color: #454545 !important;
    border: 2px solid #454545 !important
    }
.essb_links.essb_template_dark-round-outline-retina li a {
    border-radius: 18px;
    -webkit-border-radius: 18px
    }
.essb_links.essb_template_classic-retina li a {
    background: #fafbfc;
    background: -moz-linear-gradient(top, #fafbfc 0, #efefee 100%);
    background: -webkit-linear-gradient(top, #fafbfc 0, #efefee 100%);
    background: linear-gradient(to bottom, #fafbfc 0, #efefee 100%);
    border: 1px solid #e1e1e1
    }
.essb_links.essb_template_classic-round-retina li a {
    border-radius: 4px;
    -webkit-border-radius: 4px
    }
.essb_links.essb_template_classic-fancy-retina li a {
    background-color: #fafafa !important;
    box-shadow: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px
    }
.essb_links.essb_template_classic-fancy-retina li a:focus, .essb_links.essb_template_classic-fancy-retina li a:hover {
    -webkit-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2) !important
    }
.essb_links.essb_template_color-circles-retina li a {
    border-radius: 24px;
    -webkit-border-radius: 24px
    }
.essb_links.essb_template_color-circles-retina .essb_icon {
    width: 48px;
    height: 48px
    }
.essb_links.essb_template_color-circles-retina .essb_icon:before {
    font-size: 22px !important;
    top: 13px;
    left: 13px
    }
.essb_links.essb_template_massive-retina .essb_icon {
    width: 55px;
    height: 55px
    }
.essb_links.essb_template_massive-retina .essb_icon:before {
    font-size: 35px !important;
    top: 10px;
    left: 10px
    }
.essb_links.essb_template_massive-retina .essb_network_name {
    font-size: 11px
    }
.essb_links.essb_template_massive-retina .essb_vertical_name li a .essb_network_name {
    margin: 0 10px 12px 10px
    }
.essb_links.essb_template_cutoff-retina {
    overflow: hidden
    }
.essb_links.essb_template_cutoff-retina li a .essb_icon:before {
    font-size: 24px !important
    }
.essb_links.essb_template_cutoff-retina li a .essb_icon {
    width: 40px !important;
    height: 40px !important;
    top: 8px !important;
    left: 8px !important
    }
.essb_links.essb_template_cutoff-retina li a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    top: 16px;
    position: relative
    }
.essb_links.essb_template_cutoff-retina li a:hover {
    top: 0
    }
.essb_links.essb_template_cutoff-fill-retina {
    overflow: hidden
    }
.essb_links.essb_template_cutoff-fill-retina li a .essb_icon:before {
    font-size: 24px !important
    }
.essb_links.essb_template_cutoff-fill-retina li a .essb_icon {
    width: 40px !important;
    height: 40px !important;
    top: 8px !important;
    left: 8px !important
    }
.essb_links.essb_template_cutoff-fill-retina li a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    top: 16px;
    position: relative
    }
.essb_links.essb_template_cutoff-fill-retina li a:hover {
    top: 0
    }
.essb_links.essb_template_modern-light-retina li a {
    background-color: #fff !important
    }
.essb_links.essb_template_modern-light-retina li a .essb_icon {
    width: 36px !important;
    height: 36px !important;
    top: 8px !important;
    left: 8px !important
    }
.essb_links.essb_template_modern-light-retina li a .essb_icon:before {
    font-size: 20px !important
    }
.essb_links.essb_template_modern-light-retina li a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear
    }
.essb_links.essb_template_modern-light-retina li a .essb_network_name {
    font-size: 13px;
    text-transform: uppercase
    }
.essb_links.essb_template_tiny-color-circles-retina li a {
    border-radius: 16px;
    -webkit-border-radius: 16px
    }
.essb_links.essb_template_tiny-color-circles-retina .essb_icon {
    width: 32px;
    height: 32px
    }
.essb_links.essb_template_tiny-color-circles-retina .essb_icon:before {
    font-size: 16px !important;
    top: 8px;
    left: 8px
    }
.essb_links.essb_template_tiny-color-circles-retina li a .essb_network_name {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
    }
.essb_links.essb_template_lollipop-retina li a {
    color: #565656 !important;
    background-color: transparent !important;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase
    }
.essb_links.essb_template_lollipop-retina li a .essb_network_name {
    text-transform: uppercase;
    font-size: 11px
    }
.essb_links.essb_template_lollipop-retina li a:focus, .essb_links.essb_template_lollipop-retina li a:hover {
    color: #d8335b !important
    }
.essb_links.essb_template_lollipop-retina a .essb_network_name {
    margin-left: 5px
    }
.essb_links.essb_template_lollipop-retina a .essb_icon {
    color: #fff !important;
    border-radius: 18px;
    -webkit-border-radius: 18px
    }
.essb_links.essb_template_lollipop-retina li a:focus .essb_icon, .essb_links.essb_template_lollipop-retina li a:hover .essb_icon {
    background-color: #eb97ab !important
    }
.essb_links.essb_template_lollipop-retina li.essb_link_less a .essb_icon, .essb_links.essb_template_lollipop-retina li.essb_link_more a .essb_icon, .essb_links.essb_template_lollipop-retina li.essb_link_more_dots a .essb_icon {
    background-color: #c2cfcd !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_meneame a .essb_icon {
    background-color: #ffbe89 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_whatsapp a .essb_icon {
    background-color: #83f179 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_flattr a .essb_icon {
    background-color: #c5daad !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_ok a .essb_icon {
    background-color: #f9b98d !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_xing a .essb_icon {
    background-color: #4fd8da !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_weibo a .essb_icon {
    background-color: #f68a8e !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_pocket a .essb_icon {
    background-color: #f8adb6 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_tumblr a .essb_icon {
    background-color: #82a4c7 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_copy a .essb_icon, .essb_links.essb_template_lollipop-retina .essb_link_mail a .essb_icon, .essb_links.essb_template_lollipop-retina .essb_link_print a .essb_icon {
    background-color: #91ced7 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_del a .essb_icon {
    background-color: #a8d3fe !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_buffer a .essb_icon {
    background-color: #5a5a5a !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_love a .essb_icon {
    background-color: #f7a3a2 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_twitter a .essb_icon {
    background-color: #95e7ed !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_facebook a .essb_icon {
    background-color: #849fbb !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_pinterest a .essb_icon {
    background-color: #ed939d !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_digg a .essb_icon {
    background-color: #80b4e7 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_linkedin a .essb_icon {
    background-color: #8bb7d9 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_vk a .essb_icon {
    background-color: #97b1cf !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_reddit a .essb_icon {
    background-color: #d8e2ec !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_blogger a .essb_icon {
    background-color: #fbcfa9 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_amazon a .essb_icon {
    background-color: #aa8c91 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_yahoomail a .essb_icon {
    background-color: #af74ee !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_gmail a .essb_icon {
    background-color: #eea79e !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_newsvine a .essb_icon {
    background-color: #45e782 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_hackernews a .essb_icon {
    background-color: #f9ccaf !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_evernote a .essb_icon {
    background-color: #bcdea3 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_aol a .essb_icon {
    background-color: #999 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_myspace a .essb_icon {
    background-color: #94aad6 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_mailru a .essb_icon {
    background-color: #fdd38d !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_viadeo a .essb_icon {
    background-color: #999 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_line a .essb_icon {
    background-color: #8bf279 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_flipboard a .essb_icon {
    background-color: #eb6d66 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_comments a .essb_icon {
    background-color: #989898 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_yummly a .essb_icon {
    background-color: #f0ae8f !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_sms a .essb_icon {
    background-color: #97d091 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_viber a .essb_icon {
    background-color: #b79ccb !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_telegram a .essb_icon {
    background-color: #55c6ff !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_subscribe a .essb_icon {
    background-color: #fac3b5 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_skype a .essb_icon {
    background-color: #79dbff !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_messenger a .essb_icon {
    background-color: #95caff !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_kakaotalk a .essb_icon {
    background-color: #fff584 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_sharebtn a .essb_icon {
    background-color: #e2999f !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_livejournal a .essb_icon {
    background-color: #77d1f8 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_yammer a .essb_icon {
    background-color: #3469ba !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_meetedgar a .essb_icon {
    background-color: #6cbdc5 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_fintel a .essb_icon, .essb_links.essb_template_lollipop-retina .essb_link_instapaper a .essb_icon {
    background-color: #404040 !important
    }
.essb_links.essb_template_lollipop-retina .essb_link_mix a .essb_icon {
    background-color: #ff8226 !important
    }
.essb_links.essb_template_rainbow-retina li a {
    color: #fff !important;
    background: #e12f67;
    background: -webkit-gradient(linear, 333 0, 0 337, from(#8043af), color-stop(0.029, #8442aa), color-stop(0.029, #8740a9), color-stop(0.042, #8842a8), color-stop(0.059, #8d3fa7), color-stop(0.067, #8d41a4), color-stop(0.164, #9d3d9c), color-stop(0.164, #9f3c9a), color-stop(0.202, #a63b96), color-stop(0.202, #a73a97), color-stop(0.23, #a83b96), color-stop(0.23, #aa3a92), color-stop(0.253, #ac3990), color-stop(0.312, #b63a8b), color-stop(0.35, #b93a88), color-stop(0.35, #bb3986), color-stop(0.374, #bc3986), color-stop(0.374, #be3884), color-stop(0.397, #c03a83), color-stop(0.403, #c13c83), color-stop(0.412, #c4397f), color-stop(0.443, #c63b7a), color-stop(0.469, #ca3d75), color-stop(0.475, #cb3c75), color-stop(0.494, #ca3e74), color-stop(0.494, #cc3d74), color-stop(0.503, #ce3e75), color-stop(0.503, #cf3d74), color-stop(0.591, #d84466), color-stop(0.591, #d94367), color-stop(0.904, #ef6744), color-stop(0.951, #f26a43), color-stop(0.951, #f26c42), color-stop(0.978, #f3703f), color-stop(0.978, #f46f40), color-stop(0.997, #f57041), color-stop(0.997, #f47141), to(#f47141));
    background: -webkit-linear-gradient(225.34206deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
    background: -moz-linear-gradient(225.34206deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
    background: -o-linear-gradient(225.34206deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
    background: linear-gradient(224.65794deg, #8043af, #8442aa 2.9%, #8740a9 2.9%, #8842a8 4.2%, #8d3fa7 5.9%, #8d41a4 6.7%, #9d3d9c 16.4%, #9f3c9a 16.4%, #a63b96 20.2%, #a73a97 20.2%, #a83b96 23%, #aa3a92 23%, #ac3990 25.3%, #b63a8b 31.2%, #b93a88 35%, #bb3986 35%, #bc3986 37.4%, #be3884 37.4%, #c03a83 39.7%, #c13c83 40.3%, #c4397f 41.2%, #c63b7a 44.3%, #ca3d75 46.9%, #cb3c75 47.5%, #ca3e74 49.4%, #cc3d74 49.4%, #ce3e75 50.3%, #cf3d74 50.3%, #d84466 59.1%, #d94367 59.1%, #ef6744 90.4%, #f26a43 95.1%, #f26c42 95.1%, #f3703f 97.8%, #f46f40 97.8%, #f57041 99.7%, #f47141 99.7%, #f47141);
    font-size: 11px;
    text-transform: uppercase
    }
.essb_links.essb_template_rainbow-retina li a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16) !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16) !important;
    transform: translatey(-5px) !important;
    -webkit-transform: translatey(-5px) !important
    }
.essb_links.essb_template_flow-retina li a .essb_icon {
    width: 18px !important;
    height: 42px !important
    }
.essb_links.essb_template_flow-retina li a .essb_icon:before {
    font-size: 36px !important;
    top: 3px !important;
    left: 9px !important;
    opacity: 0.1
    }
.essb_links.essb_template_flow-jump-retina li a:hover .essb_icon {
    width: 36px !important
    }
.essb_links.essb_template_flow-retina li a:focus .essb_icon:before, .essb_links.essb_template_flow-retina li a:hover .essb_icon:before {
    opacity: 1;
    font-size: 24px !important;
    top: 9px !important
    }
.essb_links.essb_template_flow-retina li a:focus .essb_network_name, .essb_links.essb_template_flow-retina li a:hover .essb_network_name {
    opacity: 0.25
    }
.essb_links.essb_template_flow-jump-retina li a:focus .essb_network_name, .essb_links.essb_template_flow-jump-retina li a:hover .essb_network_name {
    opacity: 1
    }
.essb_links.essb_template_glow-retina li a:focus, .essb_links.essb_template_glow-retina li a:hover {
    transform: translatey(-3px);
    -webkit-transform: translatey(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25) !important
    }
.essb_links.essb_template_glow-retina a {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 600;
    margin: 5px 5px 5px 0
    }
.essb_links.essb_template_glow-retina .essb_icon {
    height: 42px;
    width: 38px
    }
.essb_links.essb_template_glow-retina .essb_icon:before {
    font-size: 20px !important;
    top: 11px !important
    }
.essb-adholder-bottom, .essb-mobile-sharebottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100001
    }
.essb-mobile-sharebottom.essb-mobile-sharetop {
    bottom: auto;
    top: 0
    }
.essb-mobile-sharebottom.essb-mobile-break {
    display: none
    }
.essb-adholder-bottom.essb-mobile-break {
    display: none
    }
.essb-mobile-sharebottom .essb_displayed_sharebottom {
    z-index: 100001
    }
.essb-mobile-sharebottom .essb_links .essb_icon {
    width: 36px !important;
    height: 36px !important;
    background-size: 30px !important
    }
.essb-mobile-sharebottom .essb_links.essb_template_fancy-retina .essb_icon {
    background-size: 18px !important
    }
.essb-mobile-sharebottom .essb_links li a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0 !important;
    margin-bottom: 0 !important
    }
.essb-mobile-sharebottom .essb_links {
    background-color: #fff
    }
.essb-mobile-sharebottom .essb_links .essb_t_l_big {
    font-size: 18px !important;
    margin-right: 0 !important
    }
.essb-mobile-sharebottom .essb_links_list li.essb_totalcount_item .essb_t_l_big .essb_t_nb:after {
    margin-top: 0 !important;
    font-size: 12px !important
    }
.essb-mobile-sharebottom .essb_links {
    margin: 0 !important;
    text-align: center
    }
.essb-mobile-sharebottom .essb_width_columns_4 li {
    width: 25%
    }
.essb-mobile-sharebottom .essb_width_columns_5 li {
    width: 20%
    }
.essb-mobile-sharebottom .essb_width_columns_6 li {
    width: 16.6666%
    }
.essb-mobile-sharebottom .essb_width_columns_7 li {
    width: 14.285%
    }
.essb-mobile-sharebottom .essb_width_columns_8 li {
    width: 12.5%
    }
.essb-mobile-sharebottom .essb_width_columns_3 li {
    width: 33.3%
    }
.essb-mobile-sharebottom .essb_width_columns_2 li {
    width: 50%
    }
.essb-mobile-sharebottom .essb_width_columns_2 li a, .essb-mobile-sharebottom .essb_width_columns_3 li a, .essb-mobile-sharebottom .essb_width_columns_4 li a, .essb-mobile-sharebottom .essb_width_columns_5 li a, .essb-mobile-sharebottom .essb_width_columns_6 li a, .essb-mobile-sharebottom .essb_width_columns_7 li a, .essb-mobile-sharebottom .essb_width_columns_8 li a {
    width: 100%
    }
.essb-mobile-sharebottom .essb_width_columns .essb_links_list {
    display: flex
    }
.essb-mobile-sharebottom .essb_width_columns .essb_links_list li {
    flex: 1;
    align-self: center;
    align-content: center
    }
.essb-mobile-sharebottom .essb_links li {
    margin-bottom: 0 !important
    }
.essb-mobile-sharepoint {
    background-color: #111;
    color: #fafafa;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 42px;
    height: 42px;
    opacity: 0.8
    }
.essb-mobile-sharepoint-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 7px;
    opacity: 0.9
    }
.essb-mobile-sharepoint-icon i {
    font-size: 20px
    }
.essb-mobile-sharebar {
    background-color: #111;
    color: #fafafa;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    opacity: 0.85;
    line-height: 18px;
    cursor: pointer;
    z-index: 1000
    }
.essb-mobile-sharebar-icon {
    height: 18px;
    display: inline-block;
    vertical-align: middle
    }
.essb-mobile-sharebar-text {
    font-size: 12pt;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
    vertical-align: middle
    }
.essb-mobile-sharebar-window {
    position: fixed;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.85);
    color: #111;
    display: none;
    top: 0;
    left: 0
    }
.essb-mobile-sharebar-window-content {
    padding: 15px;
    margin: 0;
    text-align: center;
    padding-top: 0;
    overflow-y: auto;
    margin-top: 10px
    }
.essb-mobile-sharebar-window-content .essb_links {
    margin-top: 0
    }
.essb-mobile-sharebar-window-content li a {
    text-align: left
    }
.essb-mobile-sharebar-window-shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.85);
    z-index: 9999;
    display: none
    }
.essb-mobile-sharebar-window-close-title {
    background-color: #dadada;
    width: 100%;
    height: 32px
    }
.essb-mobile-sharebar-window-close {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 14px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.75s;
    font-weight: 700;
    text-decoration: none;
    color: #111;
    line-height: 160%;
    font-size: 21px;
    z-index: 1001
    }
.essb_morepopup_shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.65);
    z-index: 1100;
    display: none
    }
.essb_morepopup_shadow.essb_morepopup_shadow_modern {
    background-color: rgba(0, 0, 0, 0.9)
    }
.essb_morepopup {
    background-color: #fff;
    z-index: 1101;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    display: none;
    color: #111;
    -webkit-border-radius: 4px;
    border-radius: 4px
    }
.essb_morepopup .essb_morepopup_header, .essbasc-popup .essbasc-popup-header {
    line-height: 48px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2)
    }
.essb_morepopup.essb_morepopup_inline .essb_morepopup_header {
    display: none
    }
.essb_morepopup.essb_morepopup_modern {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #fff;
    overflow: hidden
    }
.essb_morepopup.essb_morepopup_modern .essb_network_name {
    color: #fff
    }
.essb_morepopup.essb_morepopup_modern .essb_icon {
    width: 52px;
    height: 52px;
    margin-bottom: 10px
    }
.essb_morepopup.essb_morepopup_modern .essb_icon:before {
    font-size: 32px !important;
    left: 10px;
    top: 10px
    }
.essb_morepopup.essb_morepopup_modern .essb_morepopup_close {
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%
    }
.essb_morepopup.essb_morepopup_modern .essb_morepopup_close i:before {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 18px
    }
.essb_morepopup.essb_morepopup_modern .essb_links.essb_width_columns_4 li a {
    width: 95% !important;
    margin-bottom: 10px !important
    }
.essb-morepopup-modern-link a, .essb-morepopup-modern-link a:focus, .essb-morepopup-modern-link a:hover, .essb-morepopup-modern-link a:visited, .essb-morepopup-modern-title {
    color: #fff;
    text-decoration: none;
    font-size: 13px
    }
.essb_morepopup.essb_morepopup_modern .essb_morepopup_content {
    width: 100%;
    padding-right: 18px
    }
.essb_morepopup_content {
    padding: 20px;
    margin: 0;
    text-align: center
    }
.essb_morepopup_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5
    }
.essb_morepopup_content::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
    }
.essb_morepopup_content::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent))
    }
.essb_morepopup_content .essb_links.essb_width_columns_3 {
    margin: 0 !important
    }
.essb_morepopup_content .essb_links a {
    text-align: left
    }
.essb_morepopup_close {
    display: inline-block;
    position: absolute;
    right: 8px;
    font-weight: 700;
    text-decoration: none;
    color: #111 !important;
    line-height: 48px;
    font-size: 18px;
    z-index: 1001
    }
.essb_morepopup_inline {
    padding: 10px !important;
    -webkit-box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.09);
    -o-box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.09);
    box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.09);
    border: 1px solid #b3b3b3;
    max-width: 330px
    }
.essb_morepopup_inline .essb_morepopup_close {
    display: none
    }
.essb_morepopup_inline .essb_links {
    margin: 0 !important
    }
.essb_morepopup_inline .essb_morepopup_content {
    padding: 0 !important;
    text-align: left
    }
.essb_morepopup_inline .modal-pointer-down-left, .essb_morepopup_inline .modal-pointer-up-left {
    left: 10px;
    right: auto
    }
.essb_morepopup_inline .modal-pointer-down-right, .essb_morepopup_inline .modal-pointer-up-right {
    right: 10px;
    left: auto
    }
.essb_morepopup_inline .modal-pointer-up, .essb_morepopup_inline .modal-pointer-up-left, .essb_morepopup_inline .modal-pointer-up-right {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 14px inset transparent;
    border-right: 14px inset transparent;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-bottom: 14px solid #b3b3b3;
    top: -28px
    }
.essb_morepopup_inline .modal-pointer-down, .essb_morepopup_inline .modal-pointer-down-left, .essb_morepopup_inline .modal-pointer-down-right {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 14px inset transparent;
    border-right: 14px inset transparent;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-top: 14px solid #b3b3b3;
    bottom: -28px
    }
.modal, .modal-container, .modal-pointer, .modal-pointer-conceal {
    position: absolute
    }
.essb_morepopup_inline .modal-pointer-up .modal-pointer-conceal, .essb_morepopup_inline .modal-pointer-up-left .modal-pointer-conceal, .essb_morepopup_inline .modal-pointer-up-right .modal-pointer-conceal {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 14px inset transparent;
    border-right: 14px inset transparent;
    border-top: 14px inset transparent;
    border-bottom: 14px solid #fff;
    left: -14px;
    top: -13px
    }
.essb_morepopup_inline .modal-pointer-down .modal-pointer-conceal, .essb_morepopup_inline .modal-pointer-down-left .modal-pointer-conceal, .essb_morepopup_inline .modal-pointer-down-right .modal-pointer-conceal {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 14px inset transparent;
    border-right: 14px inset transparent;
    border-top: 14px inset transparent;
    border-top: 14px solid #fff;
    left: -14px;
    bottom: 1px
    }
.essb_mailform_shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1100;
    display: none
    }
.essb_mailform {
    background-color: #fff;
    z-index: 1101;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: none;
    color: #111;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 300px
    }
.essb_mailform_header {
    background: #3b5897;
    color: #fff;
    line-height: 60px
    }
.essb_mailform_header div {
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px
    }
.essb_mailform_content {
    padding: 20px;
    margin: 0
    }
.essb_mailform_content p {
    margin-bottom: 20px
    }
.essb_mailform_content .essb_mailform_content_label {
    font-size: 14px;
    line-height: 20px;
    display: block
    }
.essb_mailform_content .essb_mailform_content_input {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
    margin-bottom: 15px;
    width: 100%;
    display: block
    }
.essb_mailform_content .essb_mailform_content_input:focus {
    border: 1px solid #2980b9
    }
.essb_mailform_content .essb_mailform_content_button {
    font-weight: 700;
    padding: 8px 20px;
    text-align: center;
    background-color: #3b5897;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    border: 0;
    box-shadow: none;
    border-radius: 16px
    }
.essb_mailform_content .essb_mailform_content_button:nth-child(1) {
    margin-right: 10px
    }
.essb_mailform_content .essb_mailform_content_buttons {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    text-align: center
    }
.essb_mailform_content .essb_mailform_content_button:focus, .essb_mailform_content .essb_mailform_content_button:hover {
    background: #34495e !important
    }
.essb_mailform_preview {
    font-size: 12px;
    margin-bottom: 10px
    }
.essb_native_buttons.essb_native_after_share {
    margin-top: 5px
    }
.essb_links .essb_native_item {
    height: 24px;
    margin-right: 5px !important
    }
.essb-followme {
    z-index: 1000;
    background-color: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
    }
.essb-followme.essb-followme-full .essb_links {
    text-align: center
    }
.essb-followme .essb_links {
    margin: 10px 0 !important
    }
.essb-followme.essb-followme-nospace .essb_links {
    margin: 0 !important
    }
.essb-followme.essb-followme-bottom {
    bottom: 0;
    margin-bottom: -200px
    }
.essb-followme.essb-followme-top {
    top: 0;
    margin-top: -200px
    }
.essb-followme.essb-followme-bottom.active {
    margin-bottom: 0
    }
.essb-followme.essb-followme-top.active {
    margin-top: 0
    }
.essb-followme.essb-followme-left {
    bottom: 10px;
    left: 10px;
    margin-left: -200px;
    max-width: 80px
    }
.essb-followme.essb-followme-left.active {
    margin-left: 0
    }
.essb-followme.essb-followme-left .essb_links .essb_totalcount_item .essb_t_l_big {
    margin-right: 0
    }
.essb-cornerbar .essb_links {
    margin: 0 !important
    }
.essb-cornerbar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 640px
    }
.essb-cornerbar-bottom-left {
    right: auto;
    left: 20px
    }
.essb-cornerbar-top-right {
    bottom: auto;
    top: 20px
    }
.essb-cornerbar-top-left {
    bottom: auto;
    top: 20px;
    right: auto;
    left: 20px
    }
.essb-cornerbar-light {
    background-color: #fff;
    color: #000;
    padding: 15px
    }
.essb-cornerbar-dark {
    background-color: #252525;
    color: #f9f9f9;
    padding: 15px
    }
.essb-cornerbar-glow {
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 15px
    }
.essb-cornerbar-bottom-left.essb-cornerbar-hidden, .essb-cornerbar-bottom-left.essb-cornerbar-hiddenend, .essb-cornerbar-top-left.essb-cornerbar-hidden, .essb-cornerbar-top-left.essb-cornerbar-hiddenend {
    margin-left: -2000px
    }
.essb-cornerbar-bottom-right.essb-cornerbar-hidden, .essb-cornerbar-bottom-right.essb-cornerbar-hiddenend, .essb-cornerbar-top-right.essb-cornerbar-hidden, .essb-cornerbar-top-right.essb-cornerbar-hiddenend {
    margin-right: -2000px
    }
.essb-cornerbar .essb_message_before {
    margin-right: 10px !important
    }
.essb_links.essb_displayed_sidebar {
    margin: 0 !important
    }
.essb_displayed_sidebar_right .essb_links_list li.essb_totalcount_item .essb_t_l_big, .essb_displayed_sidebar_right .essb_links_list li.essb_totalcount_item .essb_t_r_big, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_l, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_l_big, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_r, .essb_links.essb_displayed_sidebar .essb_totalcount_item .essb_t_r_big, .essb_links.essb_width_flex.essb_displayed_sidebar li:not(.essb_totalcount_item) {
    margin-right: 0 !important
    }
.essb_links.essb_displayed_sidebar.essb_nospace li a {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important
    }
.essb_links.essb_width_flex.essb_displayed_sidebar li a {
    width: auto !important;
    margin: 0 !important
    }
.essb_displayed_sidebar .essb_item, .essb_displayed_sidebar ul {
    display: block !important
    }
.essb_displayed_sidebar {
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 2000
    }
.essb_displayed_sidebar li, .essb_displayed_sidebar ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: left
    }
.essb_displayed_sidebar .essb_links_list li.essb_totalcount_item .essb_t_l_big, .essb_displayed_sidebar .essb_links_list li.essb_totalcount_item .essb_t_r_big {
    padding-left: 2px !important
    }
.essb_displayed_sidebar .essb-sidebar-closed-clicked .essb_network_name, .essb_displayed_sidebar:hover .essb_link_sidebar-close .essb_network_name {
    display: none !important
    }
.essb_displayed_sidebar.essb_sidebar_transition, .essb_displayed_sidebar_right.essb_sidebar_transition, .essb_links.essb_displayed_sidebar li {
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease
    }
.essb_displayed_sidebar:hover .essb_link_sidebar-close a:hover, .essb_displayed_sidebar_right:hover .essb_link_sidebar-close a:hover {
    background: 0 0 !important
    }
.essb_displayed_sidebar .essb_item.essb_after_more, .essb_displayed_sidebar_right .essb_item.essb_after_more {
    display: none !important
    }
.essb_displayed_sidebar .essb_link_less {
    display: none !important
    }
.essb_displayed_sidebar_right {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 2000;
    left: auto
    }
.essb_displayed_sidebar.essb_sidebar_location_top {
    top: 0
    }
.essb_displayed_sidebar.essb_sidebar_location_middle {
    opacity: 0
    }
.essb_displayed_sidebar.essb_sidebar_location_bottom {
    top: auto;
    bottom: 0
    }
.essb_displayed_sidebar_right li {
    text-align: right !important
    }
.essb_displayed_sidebar_right li:last-child a {
    margin-right: 5px
    }
.essb_displayed_sidebar .essb_counter_right:after {
    border-right: 0 solid #fff !important;
    border-bottom: 0 solid transparent !important;
    border-top: 0 solid transparent !important
    }
.essb_displayed_sidebar_right .essb_hide_name a:focus .essb_icon, .essb_displayed_sidebar_right .essb_hide_name a:hover .essb_icon {
    margin-right: 0 !important;
    margin-left: 0 !important
    }
.essb_displayed_sidebar.essb_sidebar_transition_slide {
    margin-left: -500px !important
    }
.essb_displayed_sidebar_right.essb_sidebar_transition_slide {
    margin-right: -500px !important
    }
.essb_displayed_sidebar.essb_sidebar_transition_fade, .essb_displayed_sidebar_right.essb_sidebar_transition_fade {
    opacity: 0
    }
.essb_links.essb_sidebar_icon_medium .essb_icon {
    width: 42px;
    height: 42px
    }
.essb_links.essb_sidebar_icon_medium .essb_icon:before {
    top: 12px !important;
    left: 12px !important
    }
.essb_links.essb_sidebar_icon_large .essb_icon {
    width: 52px;
    height: 52px
    }
.essb_links.essb_sidebar_icon_large .essb_icon:before {
    top: 17px !important;
    left: 17px !important
    }
.essb_links.essb_sidebar_icon_xlarge .essb_icon {
    width: 62px;
    height: 62px
    }
.essb_links.essb_sidebar_icon_xlarge .essb_icon:before {
    top: 22px !important;
    left: 22px !important
    }
.essb_links.essb_displayed_sidebar li.essb-sidebar-closed-item {
    margin-left: -200px !important
    }
.essb_links.essb_displayed_sidebar_right li.essb-sidebar-closed-item {
    margin-right: -200px !important
    }
.essb_displayed_sidebar .essb_link_sidebar-close a {
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    opacity: 0
    }
.essb_displayed_sidebar .essb-sidebar-closed-clicked.essb_link_sidebar-close a, .essb_displayed_sidebar:hover .essb_link_sidebar-close a {
    opacity: 1
    }
.essb_displayed_sidebar .essb_link_sidebar-close a .essb_icon_sidebar-close:before {
    color: #333;
    content: "$" !important
    }
.essb_displayed_sidebar .essb-sidebar-closed-clicked.essb_link_sidebar-close a .essb_icon_sidebar-close:before, .essb_displayed_sidebar_right .essb_link_sidebar-close a .essb_icon_sidebar-close:before {
    color: #333;
    content: "%" !important
    }
.essb_displayed_sidebar_right .essb-sidebar-closed-clicked.essb_link_sidebar-close a .essb_icon_sidebar-close:before {
    color: #333;
    content: "$" !important
    }
.essb-click2chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00b0ff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 4px;
    z-index: 100010
    }
.essb-click2chat-window.essb-click2chat-left, .essb-click2chat.essb-click2chat-left {
    right: auto;
    left: 20px
    }
.essb-click2chat i {
    margin-right: 5px
    }
.essb-click2chat span {
    font-size: 14px
    }
.essb-click2chat-window {
    display: none;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 20px;
    bottom: 70px;
    background-color: #fff;
    width: 340px;
    z-index: 10002
    }
.essb-click2chat-window.active {
    display: block
    }
.essb-click2chat-inline {
    position: static;
    bottom: auto;
    right: auto;
    display: inline-block;
    width: auto
    }
.essb-click2chat-button {
    margin: 1em 0
    }
.essb-click2chat-button.position-center {
    text-align: center
    }
.essb-click2chat-button.position-right {
    text-align: right
    }
.essb-click2chat-window .window-header {
    background-color: #00b0ff;
    color: #fff;
    font-size: 14px;
    min-height: 24px
    }
.essb-click2chat-window .window-header .chat-close {
    float: right;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer
    }
.essb-click2chat-window .window-header .welcome-text {
    padding: 10px
    }
.essb-click2chat-window .operator-list {
    padding: 10px
    }
.essb-click2chat-window .operator-list .operator {
    padding: 10px;
    cursor: pointer;
    line-height: 1
    }
.essb-click2chat-window .operator-list .operator:hover {
    background: #f1f3f5
    }
.essb-click2chat-window .operator-list .operator .image {
    width: 50px;
    display: inline-block;
    vertical-align: top
    }
.essb-click2chat-window .operator-list .operator .data {
    width: calc(100% - 60px);
    padding-left: 10px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.3
    }
.essb-click2chat-window .operator-list .operator .data .title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    display: block
    }
.essb-click2chat-window .operator-list .operator .data .name {
    font-weight: 700;
    color: #000;
    line-height: 1.5em
    }
.essb-click2chat-window .operator-list .operator-app-whatsapp .data .title.app span {
    background: #1d9e11;
    color: #fff;
    padding: 3px 5px;
    font-size: 10px;
    text-transform: uppercase
    }
.essb-click2chat-window .operator-list .operator-app-viber .data .title.app span {
    background: #7d539d;
    color: #fff;
    padding: 3px 5px;
    font-size: 10px;
    text-transform: uppercase
    }
.essb-click2chat-window .operator-list .operator-app-email .data .title.app span {
    background: #2651aa;
    color: #fff;
    padding: 3px 5px;
    font-size: 10px;
    text-transform: uppercase
    }
.essb-click2chat-window .operator-list .operator-app-phone .data .title.app span {
    background: #10cda7;
    color: #fff;
    padding: 3px 5px;
    font-size: 10px;
    text-transform: uppercase
    }
.essb_links.essb_size_xs .essb_icon {
    width: 24px !important;
    height: 24px !important
    }
.essb_links.essb_size_xs .essb_icon:before {
    font-size: 14px !important;
    top: 5px !important;
    left: 5px !important
    }
.essb_links.essb_size_xs li a .essb_network_name {
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    line-height: 12px !important
    }
.essb_links.essb_size_xs .essb_totalcount_item .essb_t_l_big, .essb_links.essb_size_xs .essb_totalcount_item .essb_t_r_big {
    font-size: 14px !important;
    line-height: 14px !important
    }
.essb_links.essb_size_xs .essb_totalcount_item .essb_t_l_big .essb_t_nb_after, .essb_links.essb_size_xs .essb_totalcount_item .essb_t_r_big .essb_t_nb_after {
    font-size: 10px !important;
    line-height: 10px !important;
    margin-top: 1px !important
    }
.essb_links.essb_size_xs .essb_totalcount_item .essb_t_l_big.essb_total_icon:before, .essb_links.essb_size_xs .essb_totalcount_item .essb_t_r_big.essb_total_icon:before {
    font-size: 14px !important;
    line-height: 25px !important
    }
.essb_links.essb_size_s .essb_icon {
    width: 30px !important;
    height: 30px !important
    }
.essb_links.essb_size_s .essb_icon:before {
    font-size: 16px !important;
    top: 7px !important;
    left: 7px !important
    }
.essb_links.essb_size_s li a .essb_network_name {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 12px !important
    }
.essb_links.essb_size_s .essb_totalcount_item .essb_t_l_big, .essb_links.essb_size_s .essb_totalcount_item .essb_t_r_big {
    font-size: 16px !important;
    line-height: 16px !important
    }
.essb_links.essb_size_s .essb_totalcount_item .essb_t_l_big .essb_t_nb_after, .essb_links.essb_size_s .essb_totalcount_item .essb_t_r_big .essb_t_nb_after {
    font-size: 9px !important;
    line-height: 9px !important;
    margin-top: 1px !important
    }
.essb_links.essb_size_s .essb_totalcount_item .essb_t_l_big.essb_total_icon:before, .essb_links.essb_size_s .essb_totalcount_item .essb_t_r_big.essb_total_icon:before {
    font-size: 16px !important;
    line-height: 26px !important
    }
.essb_links.essb_size_m .essb_icon {
    width: 36px !important;
    height: 36px !important
    }
.essb_links.essb_size_m .essb_icon:before {
    font-size: 18px !important;
    top: 9px !important;
    left: 9px !important
    }
.essb_links.essb_size_m li a .essb_network_name {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 12px !important
    }
.essb_links.essb_size_l .essb_icon {
    width: 42px !important;
    height: 42px !important
    }
.essb_links.essb_size_l .essb_icon:before {
    font-size: 20px !important;
    top: 11px !important;
    left: 11px !important
    }
.essb_links.essb_size_l li a .essb_network_name {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 12px !important
    }
.essb_links.essb_size_xl .essb_icon {
    width: 46px !important;
    height: 46px !important
    }
.essb_links.essb_size_xl .essb_icon:before {
    font-size: 24px !important;
    top: 11px !important;
    left: 11px !important
    }
.essb_links.essb_size_xl li a .essb_network_name {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 12px !important
    }
.essb_links.essb_size_xl .essb_totalcount_item .essb_t_l_big, .essb_links.essb_size_xl .essb_totalcount_item .essb_t_r_big {
    font-size: 21px !important;
    line-height: 21px !important
    }
.essb_links.essb_size_xl .essb_totalcount_item .essb_t_l_big .essb_t_nb_after, .essb_links.essb_size_xl .essb_totalcount_item .essb_t_r_big .essb_t_nb_after {
    font-size: 11px !important;
    line-height: 11px !important;
    margin-top: 2px !important
    }
.essb_links.essb_size_xl .essb_totalcount_item .essb_t_l_big.essb_total_icon:before, .essb_links.essb_size_xl .essb_totalcount_item .essb_t_r_big.essb_total_icon:before {
    font-size: 21px !important;
    line-height: 34px !important
    }
.essb_links.essb_size_xxl .essb_icon {
    width: 50px !important;
    height: 50px !important
    }
.essb_links.essb_size_xxl .essb_icon:before {
    font-size: 28px !important;
    top: 11px !important;
    left: 11px !important
    }
.essb_links.essb_size_xxl li a .essb_network_name {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 12px !important
    }
.essb_links.essb_size_xxl .essb_totalcount_item .essb_t_l_big, .essb_links.essb_size_xxl .essb_totalcount_item .essb_t_r_big {
    font-size: 24px !important;
    line-height: 24px !important
    }
.essb_links.essb_size_xxl .essb_totalcount_item .essb_t_l_big .essb_t_nb_after, .essb_links.essb_size_xxl .essb_totalcount_item .essb_t_r_big .essb_t_nb_after {
    font-size: 12px !important;
    line-height: 12px !important;
    margin-top: 2px !important
    }
.essb_links.essb_size_xxl .essb_totalcount_item .essb_t_l_big.essb_total_icon:before, .essb_links.essb_size_xxl .essb_totalcount_item .essb_t_r_big.essb_total_icon:before {
    font-size: 24px !important;
    line-height: 38px !important
    }
.essb-pin {
    position: relative !important;
    display: block !important;
    line-height: 0 !important;
    cursor: pointer
    }
.essb-pin.aligncenter img {
    display: block;
    margin: 0 auto 20px
    }
.essb-pin .essb_links {
    margin: 0 !important;
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99
    }
.essb-pin .essb_links.essb_always_visible, .essb-pin:hover .essb_links {
    display: block
    }
.woocommerce-product-gallery__image .essb-pin .essb_links {
    display: block
    }
.essb-pin .essb_links.essb_pos_top-right {
    left: auto;
    right: 20px
    }
.essb-pin .essb_links.essb_pos_top-middle {
    left: 50%;
    margin-left: -40px !important
    }
.essb-pin .essb_links.essb_pos_middle-right {
    left: auto;
    right: 20px;
    top: 50%;
    margin-top: -20px !important
    }
.essb-pin .essb_links.essb_pos_middle-middle {
    left: 50%;
    margin-left: -40px !important;
    top: 50%;
    margin-top: -20px !important
    }
.essb-pin .essb_links.essb_pos_middle-left {
    top: 50%;
    margin-top: -20px !important
    }
.essb-pin .essb_links.essb_pos_bottom-left {
    top: auto;
    bottom: 20px
    }
.essb-pin .essb_links.essb_pos_bottom-right {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px
    }
.essb-pin .essb_links.essb_pos_bottom-middle {
    left: 50%;
    top: auto;
    bottom: 20px
    }
.essb-pin .essb_links .essb-location-customize {
    display: none !important
    }
.envira-lazy .essb-pin.envira-gallery-image img {
    opacity: 1 !important
    }
@media screen and (max-width: 1100px) {
    .essb-pin .essb_links {
        display: block
        }
    .essb-pin .essb_links.essb_mobilepos_below {
        position: static
        }
    .essb-pin .essb_links.essb_mobilepos_hidden {
        display: none
        }
    }
@media (max-width: 600px) {
    .essb_morepopup.essb_morepopup_modern .essb_morepopup_content {
        padding: 0;
        padding-right: 18px
        }
    }
@media (max-width: 768px) {
    .essb_mobile_hidden {
        display: none !important
        }
    .essb_responsive_adaptive .essb_network_name {
        display: none !important
        }
    }
@media (min-width: 769px) and (max-width: 1100px) {
    .essb_tablet_hidden {
        display: none !important
        }
    .essb_responsive_adaptive li .essb_network_name {
        display: none !important
        }
    .essb_responsive_adaptive li a:hover .essb_network_name {
        display: inline-block !important
        }
    }
@media (min-width: 1101px) {
    .essb_desktop_hidden {
        display: none !important
        }
    }
.essb-forced-hidden {
    display: none
    }
.essb-forced-hidden-always {
    display: none !important
    }
.essb-ctt {
    display: block;
    position: relative;
    background-color: #60a8dc;
    border-radius: 4px;
    padding: 25px 20px 10px 20px;
    margin: 1em auto;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
    }
.essb-ctt.essb-ctt-light {
    background-color: #fff;
    border-left: 5px solid #888;
    border-radius: 0;
    color: #555
    }
.essb-ctt.essb-ctt-light:hover {
    background-color: rgba(88, 88, 88, 0.05);
    border-left: 5px solid #555
    }
.essb-ctt.essb-ctt-dark {
    background-color: #333;
    border-left: 5px solid #999;
    border-radius: 0;
    color: #fff
    }
.essb-ctt.essb-ctt-dark:hover {
    background-color: #111;
    border-left: 5px solid #cdcdcd
    }
.essb-ctt.essb-ctt-qlite {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #333;
    font-style: italic
    }
.essb-ctt.essb-ctt-qlite:hover {
    background-color: rgba(88, 88, 88, 0.02);
    border: 1px solid #e1e1e1;
    color: #60a8dc
    }
.essb-ctt.essb-ctt-modern {
    background-color: #fff;
    border: 0;
    color: #666;
    font-style: italic
    }
.essb-ctt.essb-ctt-modern:hover {
    border: 0;
    background: #fafafa;
    color: #557ceb;
    font-style: italic
    }
.essb-ctt:hover {
    background-color: #2a7fbd;
    border-left: 5px solid #4499d6
    }
.essb-ctt .essb-ctt-quote {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    width: 100%
    }
.essb-ctt .essb-ctt-button {
    text-align: right;
    display: block;
    margin-top: 10px;
    font-size: 12px
    }
.essb-ctt .essb-ctt-button span {
    opacity: 0.7
    }
.essb-ctt .essb-ctt-button i {
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px
    }
.essb-ctt-modern .essb-ctt-quote {
    border-left: 3px solid #557ceb;
    color: #333;
    padding: 5px 15px
    }
.essb-ctt-modern .essb-ctt-button {
    text-align: center
    }
.essb-ctt-qlite .essb-ctt-button span {
    color: #555
    }
.essb-ctt-qlite .essb-ctt-button i {
    color: #60a8dc
    }
.essbasc-popup {
    background-color: #fff;
    z-index: 100001;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: none;
    color: #111;
    -webkit-border-radius: 3px;
    border-radius: 3px
    }
.essbasc-popup-shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.7);
    z-index: 100000;
    display: none
    }
.essbasc-popup-content {
    padding: 20px 15px 15px;
    margin: 0;
    text-align: center
    }
.essbasc-text-before {
    margin-bottom: 15px
    }
.essbasc-text-after {
    margin-top: 15px
    }
.essbasc-fans {
    padding: 0;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 1
    }
.essbasc-fans-single {
    width: 31%;
    display: block;
    position: relative;
    float: left;
    margin: 5px;
    text-align: center;
    height: 80px;
    border-radius: 4px;
    -webkit-border-radius: 4px
    }
.essbasc-fans-single .essbasc-fans-icon {
    text-align: center;
    padding: 10px;
    font-size: 21px
    }
.essbasc-fans-single .essbasc-fans-text div {
    margin: 0 auto;
    text-align: center
    }
.essbasc-fans-single.essbasc-fans-facebook {
    background-color: #3b5998;
    background: #3b5998;
    background: -webkit-linear-gradient(top, #3b5998 0, #283c67 100%);
    background: linear-gradient(to bottom, #3b5998 0, #283c67 100%);
    color: #fff
    }
.essbasc-fans-single .essbasc-fans-text {
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8)
    }
.essbasc-fans-single.essbasc-fans-facebook .essbasc-fans-text {
    padding-top: 4px
    }
.essbasc-fans-single.essbasc-fans-facebook .essbasc-fans-text .fb-like, .essbasc-fans-single.essbasc-fans-facebook .essbasc-fans-text .fb-like iframe, .essbasc-fans-single.essbasc-fans-facebook .essbasc-fans-text .fb-like span {
    min-width: 100px
    }
.essbasc-fans-single.essbasc-fans-twitter {
    background-color: #00abf0;
    background: #00abf0;
    background: -webkit-linear-gradient(top, #00abf0 0, #007bac 100%);
    background: linear-gradient(to bottom, #00abf0 0, #007bac 100%);
    color: #fff
    }
.essbasc-fans-single.essbasc-fans-pinterest {
    background-color: #ae181f;
    background: #ae181f;
    background: -webkit-linear-gradient(top, #ae181f 0, #721014 100%);
    background: linear-gradient(to bottom, #ae181f 0, #721014 100%);
    color: #fff
    }
.essbasc-fans-single.essbasc-fans-youtube {
    background-color: #cc181e;
    background: #cc181e;
    background: -webkit-linear-gradient(top, #cc181e 0, #721014 100%);
    background: linear-gradient(to bottom, #cc181e 0, #721014 100%);
    color: #fff
    }
.essbasc-fans-single.essbasc-fans-linkedin {
    background-color: #007bb6;
    background: #007bb6;
    background: -webkit-linear-gradient(top, #007bb6 0, #004d72 100%);
    background: linear-gradient(to bottom, #007bb6 0, #004d72 100%);
    color: #fff
    }
.essbasc-fans-single.essbasc-fans-vk {
    background-color: #5e81a8;
    background: #5e81a8;
    background: -webkit-linear-gradient(top, #5e81a8 0, #004d72 100%);
    background: linear-gradient(to bottom, #5e81a8 0, #004d72 100%);
    color: #fff
    }
.essbasc-fans.onecol .essbasc-fans-single {
    width: 98%
    }
.essbasc-fans.twocols .essbasc-fans-single {
    width: 47%
    }
.essbasc-popup-close, .essbasc-popup-close:active, .essbasc-popup-close:hover {
    text-decoration: none;
    color: #111
    }
.essbasc-popup-close {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: 5px;
    top: 5px
    }
.essbasc-popup .essbasc-popup-header .essbasc-popup-close {
    line-height: 48px;
    top: 3px;
    right: 8px
    }
@media (max-width: 960px) {
    .essb_links.essb_content_responsive .essb_counter_left, .essb_links.essb_content_responsive .essb_counter_right, .essb_links.essb_content_responsive li a .essb_network_name {
        display: none
        }
    }
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
    }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
    }
audio, canvas, progress, video {
    display: inline-block
    }
audio:not([controls]) {
    display: none;
    height: 0
    }
progress {
    vertical-align: baseline
    }
template, [hidden] {
    display: none
    }
a {
    background-color: transparent
    }
a:active, a:hover {
    outline-width: 0
    }
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
    }
b, strong {
    font-weight: inherit
    }
b, strong {
    font-weight: 600
    }
dfn {
    font-style: italic
    }
mark {
    background-color: #ff0;
    color: #000
    }
small {
    font-size: 80%
    }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
    }
sub {
    bottom: -0.25em
    }
sup {
    top: -0.5em
    }
img {
    border-style: none
    }
svg:not(:root) {
    overflow: hidden
    }
figure {
    margin: 1em 0
    }
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
    }
button, input, select, textarea {
    font: inherit
    }
optgroup {
    font-weight: bold
    }
button, input, select {
    overflow: visible
    }
button, input, select, textarea {
    margin: 0
    }
button, select {
    text-transform: none
    }
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer
    }
[disabled] {
    cursor: default
    }
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
    }
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
    }
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText
    }
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
    }
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
    }
textarea {
    overflow: auto
    }
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
    }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
    }
[type="search"] {
    -webkit-appearance: textfield
    }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
    }
* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    outline: none;
    box-sizing: border-box
    }
*:before, *:after {
    box-sizing: border-box
    }
body {
    background: #F7F7F7;
    color: #2c2f34;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 21px
    }
h1, h2, h3, h4, h5, h6, .the-subtitle {
    line-height: 1.3;
    font-weight: 600
    }
h1 {
    font-size: 41px;
    font-weight: 700
    }
h2 {
    font-size: 27px
    }
h3 {
    font-size: 23px
    }
h4, .the-subtitle {
    font-size: 17px
    }
h5 {
    font-size: 13px
    }
h6 {
    font-size: 12px
    }
a {
    color: #333;
    text-decoration: none;
    transition: 0.15s
    }
a:hover {
    color: #08f
    }
img, object, embed {
    max-width: 100%;
    height: auto
    }
iframe {
    max-width: 100%
    }
p {
    line-height: 21px
    }
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
    }
.stream-title {
    margin-bottom: 3px;
    font-size: 85%;
    line-height: 20px;
    color: #a5a5a5;
    display: block
    }
.stream-item {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 20px 0;
    padding: 0
    }
.stream-item iframe {
    margin: 0 auto
    }
.stream-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
    }
.stream-item.stream-item-above-header {
    margin: 0
    }
.post-layout-8.is-header-layout-1.has-header-ad .entry-header-outer, body.post-layout-8.has-header-below-ad .entry-header-outer {
    padding-top: 0
    }
.stream-item-top-wrapper ~ .stream-item-below-header, .is-header-layout-1.has-header-ad.post-layout-6 .featured-area, .has-header-below-ad.post-layout-6 .featured-area {
    margin-top: 0
    }
.has-header-below-ad .fullwidth-entry-title.container-wrapper, .is-header-layout-1.has-header-ad .fullwidth-entry-title, .is-header-layout-1.has-header-ad .is-first-section, .has-header-below-ad .is-first-section {
    padding-top: 0;
    margin-top: 0
    }
@media (max-width: 991px) {
    body:not(.is-header-layout-1).has-header-below-ad.has-header-ad .top-nav-below .has-breaking-news {
        margin-bottom: 20px
        }
    .has-header-ad .fullwidth-entry-title.container-wrapper, .has-header-ad.has-header-below-ad .stream-item-below-header, .single.has-header-ad:not(.has-header-below-ad) #content, .page.has-header-ad:not(.has-header-below-ad) #content {
        margin-top: 0
        }
    .has-header-ad .is-first-section {
        padding-top: 0
        }
    .has-header-ad:not(.has-header-below-ad) .buddypress-header-outer {
        margin-bottom: 15px
        }
    }
.header-layout-2 .stream-item-top-wrapper {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both
    }
@media (min-width: 992px) {
    .header-layout-3 .stream-item-top img {
        float: right
        }
    }
@media (max-width: 991px) {
    .header-layout-3 .stream-item-top {
        clear: both
        }
    }
#background-ad-cover {
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed
    }
@media (max-width: 768px) {
    .hide_banner_header .stream-item-above-header, .hide_banner_top .stream-item-top-wrapper, .hide_banner_below_header .stream-item-below-header, .hide_banner_bottom .stream-item-above-footer, .hide_breaking_news #top-nav, .hide_sidebars .sidebar, .hide_footer #footer-widgets-container, .hide_copyright #site-info, .hide_breadcrumbs #breadcrumb, .hide_share_post_top .post-footer-on-top, .hide_share_post_bottom .post-footer-on-bottom, .hide_post_newsletter #post-newsletter, .hide_related #related-posts, .hide_read_next #read-next-block, .hide_post_authorbio .post-components .about-author, .hide_post_nav .prev-next-post-nav, .hide_back_top_button #go-to-top, .hide_read_more_buttons .more-link {
        display: none !important
        }
    }
body.tie-no-js a.remove, body.tie-no-js .fa, body.tie-no-js .weather-icon, body.tie-no-js [class^="tie-icon-"], body.tie-no-js [class*=" tie-icon-"], body.tie-no-js .tooltip, body.tie-no-js .woocommerce-message, body.tie-no-js .woocommerce-error, body.tie-no-js .woocommerce-info, body.tie-no-js .bbp-template-notice, body.tie-no-js .indicator-hint, body.tie-no-js .menu-counter-bubble-outer, body.tie-no-js .notifications-total-outer, body.tie-no-js .comp-sub-menu, body.tie-no-js .menu-sub-content {
    display: none !important
    }
body.tie-no-js .weather-icon {
    visibility: hidden !important
    }
.tie-popup, .autocomplete-suggestions {
    display: none
    }
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
    }
.container:after {
    content: "";
    display: table;
    clear: both
    }
@media (min-width: 768px) {
    .container {
        width: 100%
        }
    }
@media (min-width: 1200px) {
    .container {
        max-width: 1200px
        }
    }
.tie-row {
    margin-left: -15px;
    margin-right: -15px
    }
.tie-row:after {
    content: "";
    display: table;
    clear: both
    }
.tie-col-xs-1, .tie-col-sm-1, .tie-col-md-1, .tie-col-xs-2, .tie-col-sm-2, .tie-col-md-2, .tie-col-xs-3, .tie-col-sm-3, .tie-col-md-3, .tie-col-xs-4, .tie-col-sm-4, .tie-col-md-4, .tie-col-xs-5, .tie-col-sm-5, .tie-col-md-5, .tie-col-xs-6, .tie-col-sm-6, .tie-col-md-6, .tie-col-xs-7, .tie-col-sm-7, .tie-col-md-7, .tie-col-xs-8, .tie-col-sm-8, .tie-col-md-8, .tie-col-xs-9, .tie-col-sm-9, .tie-col-md-9, .tie-col-xs-10, .tie-col-sm-10, .tie-col-md-10, .tie-col-xs-11, .tie-col-sm-11, .tie-col-md-11, .tie-col-xs-12, .tie-col-sm-12, .tie-col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
    }
.tie-col-xs-1, .tie-col-xs-2, .tie-col-xs-3, .tie-col-xs-4, .tie-col-xs-5, .tie-col-xs-6, .tie-col-xs-7, .tie-col-xs-8, .tie-col-xs-9, .tie-col-xs-10, .tie-col-xs-11, .tie-col-xs-12 {
    float: left
    }
.tie-col-xs-1 {
    width: 8.33333%
    }
.tie-col-xs-2 {
    width: 16.66667%
    }
.tie-col-xs-3 {
    width: 25%
    }
.tie-col-xs-4 {
    width: 33.33333%
    }
.tie-col-xs-5 {
    width: 41.66667%
    }
.tie-col-xs-6 {
    width: 50%
    }
.tie-col-xs-7 {
    width: 58.33333%
    }
.tie-col-xs-8 {
    width: 66.66667%
    }
.tie-col-xs-9 {
    width: 75%
    }
.tie-col-xs-10 {
    width: 83.33333%
    }
.tie-col-xs-11 {
    width: 91.66667%
    }
.tie-col-xs-12 {
    width: 100%
    }
@media (min-width: 768px) {
    .tie-col-sm-1, .tie-col-sm-2, .tie-col-sm-3, .tie-col-sm-4, .tie-col-sm-5, .tie-col-sm-6, .tie-col-sm-7, .tie-col-sm-8, .tie-col-sm-9, .tie-col-sm-10, .tie-col-sm-11, .tie-col-sm-12 {
        float: left
        }
    .tie-col-sm-1 {
        width: 8.33333%
        }
    .tie-col-sm-2 {
        width: 16.66667%
        }
    .tie-col-sm-3 {
        width: 25%
        }
    .tie-col-sm-4 {
        width: 33.33333%
        }
    .tie-col-sm-5 {
        width: 41.66667%
        }
    .tie-col-sm-6 {
        width: 50%
        }
    .tie-col-sm-7 {
        width: 58.33333%
        }
    .tie-col-sm-8 {
        width: 66.66667%
        }
    .tie-col-sm-9 {
        width: 75%
        }
    .tie-col-sm-10 {
        width: 83.33333%
        }
    .tie-col-sm-11 {
        width: 91.66667%
        }
    .tie-col-sm-12 {
        width: 100%
        }
    }
@media (min-width: 992px) {
    .tie-col-md-1, .tie-col-md-2, .tie-col-md-3, .tie-col-md-4, .tie-col-md-5, .tie-col-md-6, .tie-col-md-7, .tie-col-md-8, .tie-col-md-9, .tie-col-md-10, .tie-col-md-11, .tie-col-md-12 {
        float: left
        }
    .tie-col-md-1 {
        width: 8.33333%
        }
    .tie-col-md-2 {
        width: 16.66667%
        }
    .tie-col-md-3 {
        width: 25%
        }
    .tie-col-md-4 {
        width: 33.33333%
        }
    .tie-col-md-5 {
        width: 41.66667%
        }
    .tie-col-md-6 {
        width: 50%
        }
    .tie-col-md-7 {
        width: 58.33333%
        }
    .tie-col-md-8 {
        width: 66.66667%
        }
    .tie-col-md-9 {
        width: 75%
        }
    .tie-col-md-10 {
        width: 83.33333%
        }
    .tie-col-md-11 {
        width: 91.66667%
        }
    .tie-col-md-12 {
        width: 100%
        }
    }
.tie-alignleft {
    float: left
    }
.tie-alignright {
    float: right
    }
.tie-aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto
    }
.fullwidth {
    width: 100% !important
    }
.alignleft {
    float: left;
    margin: 0.375em 1.75em 1em 0
    }
.alignright {
    float: right;
    margin: 0.375em 0 1em 1.75em
    }
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px
    }
@media (max-width: 767px) {
    .entry .alignright, .entry .alignright img, .entry .alignleft, .entry .alignleft img {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto 1.75em
        }
    }
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden
    }
.clearfix:after {
    clear: both
    }
.clearfix {
    zoom: 1
    }
.tie-container, #tie-wrapper {
    height: 100%;
    min-height: 650px
    }
.tie-container {
    position: relative;
    overflow: hidden
    }
#tie-wrapper {
    background: #fff;
    position: relative;
    z-index: 108;
    height: 100%;
    margin: 0 auto
    }
.container-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 30px
    }
#content {
    margin-top: 30px
    }
@media (max-width: 991px) {
    #content {
        margin-top: 15px
        }
    }
.site-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word
    }
.boxed-layout #tie-wrapper, .boxed-layout .fixed-nav {
    max-width: 1230px
    }
.boxed-layout.wrapper-has-shadow #tie-wrapper {
    box-shadow: 0 1px 7px rgba(171, 171, 171, 0.5)
    }
@media (min-width: 992px) {
    .boxed-layout #main-nav.fixed-nav, .boxed-layout #tie-wrapper {
        width: 95%
        }
    }
@media (min-width: 992px) {
    .framed-layout #tie-wrapper {
        margin-top: 25px;
        margin-bottom: 25px
        }
    }
@media (min-width: 992px) {
    .border-layout #tie-container {
        margin: 25px
        }
    .border-layout:after, .border-layout:before {
        background: inherit;
        content: "";
        display: block;
        height: 25px;
        left: 0;
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 110
        }
    .border-layout:before {
        top: 0;
        bottom: auto
        }
    .border-layout.admin-bar:before {
        top: 32px
        }
    .border-layout #main-nav.fixed-nav {
        left: 25px;
        right: 25px;
        width: calc(100% - 50px)
        }
    }
.theme-header {
    background: #fff;
    position: relative;
    z-index: 999
    }
.theme-header:after {
    content: "";
    display: table;
    clear: both
    }
.theme-header.has-shadow {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1)
    }
.theme-header.top-nav-below .top-nav {
    z-index: 8
    }
.logo-row {
    position: relative
    }
.logo-container {
    overflow: hidden
    }
#logo {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    float: left
    }
#logo img {
    vertical-align: middle
    }
#logo img[src*=".svg"] {
    width: 100% !important
    }
@-moz-document url-prefix() {
    #logo img [src *= ".svg"] {
        height: 100px
        }
    }
#logo a {
    display: inline-block
    }
#logo .h1-off {
    position: absolute;
    top: -9000px;
    left: -9000px
    }
#logo.text-logo a {
    color: #08f
    }
#logo.text-logo a:hover {
    color: #006dcc;
    opacity: 0.8
    }
.logo-text {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold
    }
@media (max-width: 670px) {
    .logo-text {
        font-size: 30px
        }
    }
.logo_2x {
    display: none
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .logo_normal {
        display: none
        }
    .logo_2x {
        display: inline-block
        }
    }
.header-layout-2 #logo {
    float: none;
    text-align: center
    }
.header-layout-2 #logo img {
    margin-right: auto;
    margin-left: auto
    }
.header-layout-2 .logo-container {
    width: 100%
    }
@media (max-width: 991px) {
    #theme-header #logo {
        margin: 10px 0 !important;
        text-align: left;
        line-height: 1
        }
    #theme-header #logo img {
        width: auto;
        max-width: 190px
        }
    }
@media (max-width: 479px) {
    #theme-header #logo img {
        max-width: 140px;
        max-height: 60px !important
        }
    }
@media (max-width: 991px) {
    #theme-header.mobile-header-centered #logo {
        float: none;
        text-align: center
        }
    }
.components {
    float: right
    }
.components > li {
    position: relative;
    float: right;
    list-style: none
    }
.components > li.social-icons-item {
    margin: 0
    }
.components > li > a {
    display: block;
    position: relative;
    width: 30px;
    text-align: center;
    line-height: inherit;
    font-size: 14px;
    color: #777
    }
.components > li > a:hover, .components > li:hover > a {
    color: #08f;
    z-index: 2
    }
.components .avatar {
    border-radius: 100%;
    position: relative;
    top: 4px;
    max-width: 20px
    }
.components a.follow-btn {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
    }
.components .follow-btn [class*=fa-] {
    font-size: 13px
    }
.components .follow-btn .follow-text {
    font-size: 12px;
    margin-left: 8px;
    display: block;
    float: right
    }
.components .search-bar {
    width: auto;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 0 1px
    }
.components #search {
    position: relative;
    background: transparent
    }
.components #search-input {
    border: 0;
    margin-bottom: 0;
    line-height: inherit;
    width: 100%;
    background: transparent;
    padding: 0 35px 0 13px;
    border-radius: 0;
    box-sizing: border-box;
    font-size: inherit
    }
.components #search-input:hover {
    background: rgba(0, 0, 0, 0.03)
    }
.components #search-input:focus {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: none
    }
.components #search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: inherit;
    color: #777;
    background: transparent;
    font-size: 15px;
    padding: 0;
    transition: color 0.15s
    }
.components #search-submit:hover {
    color: #08f
    }
#search-submit .fa-spinner {
    color: #555;
    cursor: default
    }
.top-nav-boxed .components li:first-child.weather-menu-item, .main-nav-boxed .components li:first-child.weather-menu-item, .components .search-bar + .weather-menu-item {
    padding-right: 10px
    }
.weather-menu-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
    overflow: hidden
    }
.weather-menu-item:after {
    content: "t";
    visibility: hidden;
    width: 0
    }
.weather-menu-item .weather-wrap {
    padding: 0;
    overflow: inherit;
    line-height: 23px
    }
.weather-menu-item .weather-forecast-day {
    display: block;
    float: left;
    width: auto;
    padding: 0 10px;
    line-height: initial
    }
.weather-menu-item .weather-forecast-day .weather-icon {
    font-size: 26px;
    margin-bottom: 0
    }
.weather-menu-item .city-data {
    float: left;
    display: block;
    font-size: 12px
    }
.weather-menu-item .weather-current-temp {
    font-size: 16px;
    font-weight: 400
    }
.weather-menu-item .weather-current-temp sup {
    font-size: 9px;
    top: -2px
    }
.weather-menu-item .theme-notice {
    padding: 0 10px
    }
.components .tie-weather-widget {
    color: #2c2f34
    }
.main-nav-dark .main-nav .tie-weather-widget {
    color: #fff
    }
.top-nav-dark .top-nav .tie-weather-widget {
    color: #aaa
    }
.components .icon-basecloud-bg:after {
    color: #fff
    }
.main-nav-dark .main-nav .icon-basecloud-bg:after {
    color: #1f2024
    }
.top-nav-dark .top-nav .icon-basecloud-bg:after {
    color: #27292d
    }
.header-layout-1 #menu-components-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
    }
@media (max-width: 991px) {
    .header-layout-1 #main-nav [class*="tie-col-md"] {
        float: left;
        width: auto
        }
    }
.header-layout-1 .main-menu-wrapper {
    display: table;
    width: 100%
    }
.header-layout-1 #logo {
    line-height: 1;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
    }
.header-layout-1 .header-layout-1-logo {
    display: table-cell;
    vertical-align: middle;
    float: none
    }
.header-layout-1 #mobile-menu-icon {
    right: 0
    }
.header-layout-2 #menu-components-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.is-header-bg-extended #theme-header, .is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav) {
    background: transparent !important;
    display: inline-block !important;
    width: 100% !important;
    box-shadow: none !important;
    transition: background 0.3s
    }
.is-header-bg-extended #theme-header:before, .is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav):before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background-image: linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.5))
    }
@media (max-width: 991px) {
    .is-header-bg-extended #tie-wrapper #theme-header .logo-container:not(.fixed-nav) {
        background: transparent;
        box-shadow: none;
        transition: background 0.3s
        }
    }
.is-header-bg-extended .has-background .is-first-section {
    margin-top: -350px !important
    }
.is-header-bg-extended .has-background .is-first-section > * {
    padding-top: 350px !important
    }
.rainbow-line {
    height: 3px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%)
    }
.top-nav {
    background-color: #fff;
    position: relative;
    z-index: 10;
    line-height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    color: #2c2f34
    }
.main-nav-below.top-nav-above .top-nav {
    border-top-width: 0
    }
.top-nav a:not(.button):not(:hover) {
    color: #2c2f34
    }
.top-nav .components > li:hover > a {
    color: #08f
    }
.topbar-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px
    }
.top-nav.has-menu .topbar-wrapper, .top-nav.has-components .topbar-wrapper {
    display: block
    }
.top-nav .tie-alignleft, .top-nav .tie-alignright {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
    }
.top-nav.has-breaking-news .tie-alignleft {
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px
    }
.top-nav.has-breaking-news .tie-alignright {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    z-index: 1
    }
.top-nav.has-date-components .tie-alignleft .components > li:first-child:not(.search-bar), .top-nav.has-date-components-menu .components > li:first-child:not(.search-bar), .top-nav-boxed .top-nav.has-components .components > li:first-child:not(.search-bar) {
    border-width: 0
    }
@media (min-width: 992px) {
    .header-layout-1.top-nav-below:not(.has-shadow) .top-nav {
        border-width: 0 0 1px
        }
    }
.topbar-today-date {
    float: left;
    padding-right: 15px;
    font-size: 11px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
    }
.topbar-today-date:before {
    content: ""
    }
.top-menu .menu a {
    padding: 0 10px
    }
.top-menu .menu li:hover > a {
    color: #08f
    }
.top-menu .menu ul {
    display: none;
    position: absolute;
    background: #fff
    }
.top-menu .menu li:hover > ul {
    display: block
    }
.top-menu .menu li {
    position: relative
    }
.top-menu .menu ul.sub-menu a {
    width: 180px;
    line-height: 20px;
    padding: 7px 15px
    }
.tie-alignright .top-menu {
    float: right;
    border-width: 0 1px
    }
.top-menu .menu .tie-current-menu > a {
    color: #08f
    }
@media (min-width: 992px) {
    .top-nav-boxed .top-nav {
        background: transparent !important;
        border-width: 0
        }
    .top-nav-boxed .topbar-today-date {
        padding: 0 15px
        }
    .top-nav-boxed .top-nav {
        background: transparent;
        border-width: 0
        }
    .top-nav-boxed .topbar-wrapper {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-width: 0 1px 1px;
        width: 100%
        }
    .top-nav-boxed.main-nav-above.top-nav-below:not(.header-layout-1) .topbar-wrapper {
        border-width: 1px
        }
    .top-nav-boxed.has-shadow.top-nav-below .topbar-wrapper, .top-nav-boxed.has-shadow.top-nav-below-main-nav .topbar-wrapper {
        border-width: 1px 1px 0 !important
        }
    .top-nav-boxed.main-nav-below.top-nav-below-main-nav .has-breaking-news .topbar-wrapper {
        border-left-width: 0 !important
        }
    .top-nav-boxed .has-menu .topbar-wrapper, .top-nav-boxed .has-components .topbar-wrapper {
        border-width: 0 1px 1px
        }
    .top-nav-boxed .tie-alignright .search-bar {
        border-right-width: 0
        }
    .top-nav-boxed .tie-alignleft .search-bar {
        border-left-width: 0
        }
    .top-nav-boxed .has-date-components .tie-alignleft .search-bar, .top-nav-boxed .has-date-components-menu .tie-alignleft .search-bar {
        border-left-width: 1px
        }
    }
.top-nav .tie-alignleft .components, .top-nav .tie-alignleft .components > li {
    float: left
    }
.top-nav .tie-alignleft .comp-sub-menu {
    right: auto;
    left: -1px
    }
.top-nav-dark .top-nav {
    background-color: #2c2e32;
    color: #aaa
    }
.top-nav-dark #top-nav, .top-nav-dark #top-nav .topbar-wrapper {
    border-width: 0
    }
.top-nav-dark .top-nav * {
    border-color: rgba(255, 255, 255, 0.1)
    }
.top-nav-dark .top-nav .breaking a {
    color: #aaa
    }
.top-nav-dark .top-nav .breaking a:hover {
    color: #fff
    }
.top-nav-dark .top-nav .components > li > a, .top-nav-dark .top-nav .components > li.social-icons-item .social-link:not(:hover) span {
    color: #aaa
    }
.top-nav-dark .top-nav .components > li:hover > a {
    color: #fff
    }
.top-nav-dark .top-nav .top-menu li a {
    color: #aaa;
    border-color: rgba(255, 255, 255, 0.04)
    }
.top-nav-dark .top-menu ul {
    background: #2c2e32
    }
.top-nav-dark .top-menu li:hover > a {
    background: rgba(0, 0, 0, 0.1);
    color: #08f
    }
.top-nav-dark.top-nav-boxed .top-nav {
    background-color: transparent
    }
.top-nav-dark.top-nav-boxed .topbar-wrapper {
    background-color: #2c2e32
    }
.top-nav-dark.top-nav-boxed.top-nav-above.main-nav-below .topbar-wrapper {
    border-width: 0
    }
@media (max-width: 991px) {
    .top-nav:not(.has-breaking-news), .topbar-today-date, .top-menu, .theme-header .components {
        display: none
        }
    .is-header-layout-1 .top-nav-below .top-nav.has-breaking-news {
        border-top-width: 0
        }
    }
.breaking {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px
    }
.breaking-title {
    padding: 0 10px;
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    position: relative
    }
.breaking-title span {
    position: relative;
    z-index: 1
    }
.breaking-title span.fa {
    display: none
    }
@media (max-width: 600px) {
    .breaking-title span.fa {
        display: inline-block
        }
    .breaking-title .breaking-title-text {
        display: none
        }
    }
.breaking-title:before {
    content: "";
    background: #f05555;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
    }
.breaking-news {
    display: none
    }
.ticker-wrapper.has-js {
    margin: 0;
    padding: 0;
    height: 35px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 20px
    }
@media (min-width: 480px) {
    .controls-is-active .ticker-wrapper.has-js {
        padding-right: 70px
        }
    }
.ticker {
    width: 100%;
    height: 35px;
    display: block;
    position: relative;
    overflow: hidden
    }
.ticker-content {
    display: none;
    left: 10px;
    line-height: 35px;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
    width: auto
    }
.top-nav-dark .ticker-content {
    background-color: #2c2e32
    }
.ticker-content:focus {
    outline: none
    }
.ticker-content.is-paused {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
    }
.ticker-swipe {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: calc(100% - 10px);
    height: 35px
    }
.ticker-swipe span {
    margin-left: 1px;
    height: 35px;
    width: 7px;
    display: block
    }
.ticker-swipe span:after {
    content: "_"
    }
.ticker-content, .ticker-swipe {
    background-color: #fff
    }
.top-nav-dark .ticker-content, .top-nav-dark .ticker-swipe, .box-dark-skin .ticker-content, .box-dark-skin .ticker-swipe {
    background-color: #2c2e32
    }
.breaking-news-nav {
    position: absolute;
    right: 0;
    padding-right: 8px;
    list-style-type: none;
    height: 35px
    }
header:not(.top-nav-boxed) .has-breaking .breaking-news-nav {
    padding: 0
    }
@media (max-width: 479px) {
    .breaking-news-nav {
        display: none
        }
    }
.breaking-news-nav li {
    padding: 0;
    margin: 6px 0 6px 7px;
    float: left;
    cursor: pointer;
    height: 21px;
    width: 21px;
    display: block;
    line-height: 19px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s
    }
.box-dark-skin .breaking-news-nav li, .top-nav-dark .breaking-news-nav li {
    border-color: rgba(255, 255, 255, 0.1)
    }
.breaking-news-nav li:after {
    opacity: 0.8;
    display: inline-block;
    content: "";
    font-family: "Fontawesome"
    }
.breaking-news-nav li:hover {
    background-color: #f05555;
    border-color: #f05555;
    color: #fff
    }
.breaking-news-nav li:hover:after {
    opacity: 1
    }
.breaking-news-nav li.jnt-prev:after {
    content: ""
    }
.breaking-news-nav li.jnt-next:after {
    content: ""
    }
.up-down-controls .breaking-news-nav li:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
    }
.ticker-dir-left .ticker-content, .ticker-dir-left .ticker {
    float: left
    }
.ticker-dir-right .ticker-content, .ticker-dir-right .ticker {
    float: right
    }
.main-nav-wrapper {
    position: relative;
    z-index: 4
    }
.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
    z-index: 9
    }
.main-nav-above.top-nav-below .main-nav-wrapper {
    z-index: 10
    }
.main-nav {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0
    }
.main-menu-wrapper {
    border: 0 solid rgba(0, 0, 0, 0.1);
    position: relative
    }
@media (min-width: 992px) {
    .header-menu {
        float: left
        }
    .header-menu .menu li {
        display: block;
        float: left
        }
    .header-menu .menu a {
        display: block;
        position: relative
        }
    .header-menu .menu .sub-menu a {
        padding: 8px 10px
        }
    .header-menu .menu a:hover, .header-menu .menu li:hover > a {
        z-index: 2
        }
    .header-menu .menu ul {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
        }
    .header-menu .menu ul li {
        position: relative
        }
    .header-menu .menu ul a {
        border-width: 0 0 1px;
        transition: 0.15s
        }
    .header-menu .menu ul ul {
        padding-top: 0;
        top: 0;
        left: 100%
        }
    #main-nav {
        z-index: 9;
        line-height: 60px
        }
    .top-nav-below-main-nav #main-nav .main-menu > ul > li, .header-layout-1.top-nav-below #main-nav .main-menu > ul > li {
        border-bottom: 0;
        margin-bottom: 0
        }
    .main-menu .menu a {
        transition: 0.15s
        }
    .main-menu .menu > li > a {
        padding: 0 14px;
        font-size: 13px;
        font-weight: 600
        }
    .main-menu .menu > li > .menu-sub-content {
        border-top: 2px solid #08f
        }
    .main-menu .menu > li.tie-current-menu {
        border-bottom: 5px solid #08f;
        margin-bottom: -5px
        }
    .main-menu .menu > li.tie-current-menu > a:after {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        margin-top: 17px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translatex(-50%) translatey(-50%);
        -ms-transform: translatex(-50%) translatey(-50%);
        transform: translatex(-50%) translatey(-50%);
        background: #2c2f34;
        transition: 0.3s
        }
    .main-menu .menu > li.is-icon-only > a {
        padding: 0 20px;
        line-height: inherit
        }
    .main-menu .menu > li.is-icon-only > a:after, .main-menu .menu > li.is-icon-only > a:before {
        display: none
        }
    .main-menu .menu > li.is-icon-only > a .fa {
        font-size: 160%;
        -webkit-transform: translatey(15%);
        -ms-transform: translatey(15%);
        transform: translatey(15%)
        }
    .main-menu .menu ul {
        line-height: 20px;
        z-index: 1
        }
    .main-menu .menu .sub-menu .fa, .main-menu .menu .mega-recent-featured-list .fa, .main-menu .menu .mega-link-column .fa, .main-menu .menu .mega-cat-more-links .fa {
        width: 20px
        }
    .main-menu .menu-sub-content {
        display: none;
        padding: 0;
        width: 200px;
        position: absolute;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)
        }
    .main-menu .menu-sub-content a {
        width: 200px
        }
    .main-menu ul li:hover > .menu-sub-content, .main-menu ul li[aria-expanded="true"] > ul, .main-menu ul li[aria-expanded="true"] > .mega-menu-block {
        display: block;
        z-index: 1
        }
    nav.main-nav .menu > li.tie-current-menu > a, nav.main-nav .menu > li:hover > a {
        background-color: #08f;
        color: #fff
        }
    .header-layout-1 .main-menu-wrap .menu > li:only-child:not(.mega-menu) {
        position: relative
        }
    .header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content {
        right: 0;
        left: auto
        }
    .header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content ul {
        left: auto;
        right: 100%
        }
    nav.main-nav .components > li > a:not(.follow-btn) {
        width: 35px
        }
    nav.main-nav .components > li:hover > a {
        color: #08f
        }
    .main-nav-dark .main-nav {
        background: #1f2024;
        border-width: 0
        }
    .main-nav-dark .main-nav .search-bar {
        border-color: rgba(255, 255, 255, 0.07)
        }
    .main-nav-dark .main-nav .components > li > a {
        color: #fff
        }
    .main-nav-dark .main-nav .components > li.social-icons-item .social-link:not(:hover) span {
        color: #fff
        }
    .main-nav-dark .main-nav.fixed-nav {
        background-color: rgba(31, 32, 36, 0.95)
        }
    .main-nav-dark .main-menu .menu > li a {
        color: #fff
        }
    .main-nav-dark .main-menu .menu ul li:hover > a, .main-nav-dark .main-menu .menu ul li.current-menu-item:not(.mega-link-column) > a {
        color: #08f
        }
    .main-nav-dark .main-menu .menu-sub-content {
        background: #1f2024;
        color: #fff
        }
    .main-nav-dark .main-menu .menu ul a, .main-nav-dark .main-menu .mega-cat-wrapper, .main-nav-dark .mega-cat-more-links > li a {
        border-color: rgba(255, 255, 255, 0.04)
        }
    .main-nav-dark .mega-recent-featured-list:after {
        background: rgba(0, 0, 0, 0.08)
        }
    .main-nav-dark.main-nav-boxed .main-nav .main-menu-wrapper {
        background-color: #1f2024
        }
    .main-nav-dark .cats-vertical, .main-nav-dark ul.cats-horizontal li a {
        background: rgba(0, 0, 0, 0.2)
        }
    .main-nav-dark ul.cats-horizontal li a {
        border: none
        }
    .main-nav-dark ul.cats-vertical li a.is-active, .main-nav-dark ul.cats-vertical li a:hover {
        background: #1f2024
        }
    .main-nav-light .main-nav {
        background-color: #fff;
        color: #2c2f34
        }
    .main-nav-light .main-nav .menu-sub-content {
        background: #fff
        }
    .main-nav-light .main-nav .menu ul li:hover > a, .main-nav-light .main-nav .components li a:hover, .main-nav-light .main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a {
        color: #08f
        }
    .main-nav-light .main-nav .menu a, .main-nav-light .main-nav .components li a {
        color: #2c2f34
        }
    .main-nav-light .main-nav .components li a.button:hover, .main-nav-light .main-nav .components li a.checkout-button {
        color: #fff
        }
    .main-nav-light .main-nav.fixed-nav {
        background-color: rgba(255, 255, 255, 0.95)
        }
    .main-nav-light .cats-vertical {
        background: rgba(0, 0, 0, 0.03)
        }
    .main-nav-light ul.cats-vertical li a.is-active, .main-nav-light ul.cats-vertical li a:hover {
        background: #fff
        }
    .main-nav-light .mega-menu .post-meta, .main-nav-light .mega-menu .post-meta a:not(:hover) {
        color: rgba(0, 0, 0, 0.5)
        }
    #sticky-logo {
        overflow: hidden;
        float: left;
        vertical-align: middle
        }
    #sticky-logo a {
        line-height: 1;
        display: inline-block
        }
    #sticky-logo img {
        position: relative;
        vertical-align: middle;
        padding: 8px 10px;
        top: -1px;
        max-height: 50px
        }
    .just-before-sticky #sticky-logo img, .header-layout-1 #sticky-logo img {
        padding: 0
        }
    .header-layout-1:not(.has-custom-sticky-logo) #sticky-logo {
        display: none
        }
    .theme-header #sticky-logo img {
        opacity: 0;
        visibility: hidden;
        width: 0 !important;
        -webkit-transform: translatey(75%);
        -ms-transform: translatey(75%);
        transform: translatey(75%);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1)
        }
    .theme-header.header-layout-1:not(.has-custom-sticky-logo) #sticky-logo img {
        transition: none
        }
    .theme-header:not(.header-layout-1) #main-nav:not(.fixed-nav) #sticky-logo img {
        margin-left: -20px
        }
    .header-layout-1 .flex-placeholder {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
        }
    }
@media (max-width: 991px) {
    #sticky-logo {
        display: none
        }
    }
.theme-header .fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: auto !important;
    z-index: 100;
    will-change: transform;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.95)
    }
.theme-header .fixed-nav:not(.just-before-sticky) {
    line-height: 60px !important
    }
@media (min-width: 992px) {
    .theme-header .fixed-nav:not(.just-before-sticky) .header-layout-1-logo {
        display: none
        }
    }
.theme-header .fixed-nav:not(.just-before-sticky) #sticky-logo img {
    opacity: 1;
    visibility: visible;
    width: auto !important;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0)
    }
@media (min-width: 992px) {
    .header-layout-1:not(.just-before-sticky):not(.has-custom-sticky-logo) .fixed-nav #sticky-logo {
        display: block
        }
    }
.admin-bar .theme-header .fixed-nav {
    top: 32px
    }
@media (max-width: 782px) {
    .admin-bar .theme-header .fixed-nav {
        top: 46px
        }
    }
@media (max-width: 600px) {
    .admin-bar .theme-header .fixed-nav {
        top: 0
        }
    }
@media (min-width: 992px) {
    .border-layout .theme-header .fixed-nav {
        top: 25px
        }
    .border-layout.admin-bar .theme-header .fixed-nav {
        top: 57px
        }
    }
.theme-header .fixed-nav .container {
    opacity: 0.95
    }
.theme-header .fixed-nav .main-menu-wrapper, .theme-header .fixed-nav .main-menu {
    border-top: 0
    }
.theme-header .fixed-nav.fixed-unpinned:not(.default-behavior-mode) .main-menu .menu > li.tie-current-menu {
    border-bottom-width: 0;
    margin-bottom: 0
    }
.theme-header .fixed-nav.unpinned-no-transition {
    transition: none
    }
.theme-header .fixed-pinned, .theme-header .default-behavior-mode.fixed-unpinned {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
@media (max-width: 991px) {
    .theme-header .fixed-nav {
        transition: none
        }
    .fixed-nav.logo-container.sticky-up, .fixed-nav.logo-container.sticky-nav-slide.sticky-down, .fixed-nav#main-nav.sticky-up, .fixed-nav#main-nav.sticky-nav-slide.sticky-down {
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease
        }
    .sticky-type-slide .fixed-nav.logo-container.sticky-nav-slide-visible, .sticky-type-slide .fixed-nav#main-nav.sticky-nav-slide-visible {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0)
        }
    .fixed-nav.default-behavior-mode {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
        }
    }
@media (min-width: 992px) {
    .main-nav-boxed .main-nav {
        border-width: 0
        }
    .main-nav-boxed .main-menu-wrapper {
        float: left;
        width: 100%
        }
    .main-nav-boxed .main-menu-wrapper .search-bar {
        border-right-width: 0
        }
    .main-nav-boxed.main-nav-light .main-menu-wrapper {
        border-width: 1px;
        background-color: #fff
        }
    .dark-skin .main-nav-boxed.main-nav-light .main-menu-wrapper {
        border-width: 0
        }
    .main-nav-boxed.main-nav-light .fixed-nav .main-menu-wrapper {
        border-color: transparent
        }
    .main-nav-above.top-nav-above #main-nav:not(.fixed-nav) {
        top: -1px
        }
    .main-nav-below.top-nav-below #main-nav:not(.fixed-nav) {
        bottom: -1px
        }
    .dark-skin .main-nav-below.top-nav-above #main-nav {
        border-width: 0
        }
    .dark-skin .main-nav-below.top-nav-below-main-nav #main-nav {
        border-top-width: 0
        }
    }
.main-nav-boxed .main-nav:not(.fixed-nav), .main-nav-boxed .fixed-nav .main-menu-wrapper, .theme-header:not(.main-nav-boxed) .fixed-nav .main-menu-wrapper {
    background-color: transparent !important
    }
@media (min-width: 992px) {
    .header-layout-1.main-nav-below.top-nav-above .main-nav {
        margin-top: -1px
        }
    .header-layout-1.main-nav-below.top-nav-above .top-nav {
        border-top-width: 0
        }
    .header-layout-1.main-nav-below.top-nav-above .breaking-title {
        top: 0;
        margin-bottom: -1px
        }
    }
.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
    z-index: 9
    }
.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
    margin-bottom: -1px;
    bottom: 0;
    border-top-width: 0
    }
@media (min-width: 992px) {
    .header-layout-1.main-nav-below.top-nav-below-main-nav .top-nav {
        margin-top: -1px
        }
    }
.header-layout-1.has-shadow:not(.top-nav-below) .main-nav {
    border-bottom: 0 !important
    }
#theme-header.header-layout-1 > div:only-child nav {
    border-width: 0 !important
    }
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .main-nav .menu > li:not(.is-icon-only) > a {
        padding-left: 7px;
        padding-right: 7px
        }
    .main-nav .menu > li:not(.is-icon-only) > a:before {
        display: none
        }
    .main-nav .menu > li.is-icon-only > a {
        padding-left: 15px;
        padding-right: 15px
        }
    }
.menu-tiny-label {
    font-size: 10px;
    border-radius: 10px;
    padding: 2px 7px 3px;
    margin-left: 3px;
    line-height: 1;
    position: relative;
    top: -1px
    }
.menu-tiny-label.menu-tiny-circle {
    border-radius: 100%
    }
@media (max-width: 991px) {
    #tie-wrapper header#theme-header {
        box-shadow: none;
        background: transparent !important
        }
    .logo-container, .header-layout-1 .main-nav {
        border-width: 0;
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1)
        }
    .header-layout-1.top-nav-below .main-nav:not(.fixed-nav) {
        box-shadow: none
        }
    .is-header-layout-1.has-header-ad .top-nav-below .main-nav {
        border-bottom-width: 1px
        }
    .logo-container, .header-layout-1 .main-nav {
        background-color: #fff
        }
    .dark-skin .logo-container, .main-nav-dark.header-layout-1 .main-nav {
        background-color: #1f2024
        }
    .dark-skin #theme-header .logo-container.fixed-nav {
        background-color: rgba(31, 32, 36, 0.95)
        }
    .header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
        margin-bottom: 0
        }
    #sticky-nav-mask, .header-layout-1 #menu-components-wrap, .header-layout-3 .main-nav-wrapper, .header-layout-2 .main-nav-wrapper {
        display: none
        }
    .main-menu-wrapper .tie-alignleft {
        width: 100%
        }
    }
.magazine2 .container-wrapper, .magazine2.woocommerce div.product .woocommerce-tabs, .magazine2.woocommerce div.product .related.products {
    border-width: 0;
    padding: 0;
    background-color: transparent;
    opacity: 0.99
    }
@media (min-width: 992px) {
    .magazine2.sidebar-left .sidebar, .magazine2 .sidebar-left .sidebar {
        padding-right: 40px
        }
    .magazine2.sidebar-right .sidebar, .magazine2 .sidebar-right .sidebar {
        padding-left: 40px
        }
    }
.magazine2 .tie-popup-container .container-wrapper {
    padding: 30px
    }
.magazine2.page .entry-content, .magazine2.archive .wide-post-box .container-wrapper {
    padding-top: 0
    }
.magazine2 .mag-box, .magazine2 .sidebar .container-wrapper, .magazine2 .widget-content-only {
    margin-bottom: 50px
    }
@media (max-width: 991px) {
    .magazine2 .mag-box, .magazine2 .sidebar .container-wrapper, .magazine2 .widget-content-only {
        margin-bottom: 30px
        }
    }
.magazine2 .has-background .slider-area, .magazine2 .mag-box.breaking-news-outer {
    margin-bottom: 30px
    }
@media (max-width: 991px) {
    .magazine2 .has-background .slider-area, .magazine2 .mag-box.breaking-news-outer {
        margin-bottom: 15px
        }
    }
html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin > .container-wrapper {
    padding: 30px
    }
@media (max-width: 767px) {
    html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin > .container-wrapper {
        padding: 15px
        }
    }
.dark-skin .magazine2 .container-wrapper {
    background-color: transparent
    }
.dark-skin .magazine2 .mag-box.timeline-box .posts-items:last-of-type:after, .magazine2 .box-dark-skin.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #404146 0%, #27292d 80%)
    }
.dark-skin .magazine2 .mag-box .day-month:before, .magazine2 .box-dark-skin .day-month:before {
    border-color: #27292d
    }
@media (min-width: 768px) {
    .dark-skin .magazine2 .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        background: #27292d
        }
    }
.magazine2.post-layout-1 .entry-header-outer, .magazine2.post-layout-2 .entry-header-outer, .magazine2.post-layout-6 .entry-header-outer {
    padding: 0 0 20px
    }
.magazine2.post-layout-2 .featured-area, .magazine2.archive:not(.bbpress) .entry-header-outer, .magazine2.search .entry-header-outer {
    margin-bottom: 30px
    }
@media (max-width: 991px) {
    .magazine2.post-layout-2 .featured-area, .magazine2.archive:not(.bbpress) .entry-header-outer, .magazine2.search .entry-header-outer {
        margin-bottom: 20px
        }
    }
@media (min-width: 992px) {
    .magazine2.post-layout-8.one-column-no-sidebar .main-content {
        padding: 30px;
        background: #fff
        }
    .dark-skin .magazine2 .post-layout-8.one-column-no-sidebar .main-content {
        background-color: #1f2024
        }
    }
.magazine2 .post-footer-on-bottom {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px
    }
.magazine2 .post-footer-on-top {
    padding-right: 0;
    padding-left: 0
    }
.magazine2 .post-footer-on-top:first-child {
    padding-top: 0
    }
.magazine2 .post-components > div, .magazine2 .post-components #add-comment-block {
    margin-top: 50px
    }
@media (max-width: 991px) {
    .magazine2 .post-components > div, .magazine2 .post-components #add-comment-block {
        margin-top: 30px
        }
    }
.magazine2 #post-newsletter {
    padding: 30px;
    border-width: 1px;
    background: #fafafa
    }
@media (max-width: 670px) {
    .magazine2 #post-newsletter {
        padding: 15px
        }
    }
.dark-skin .magazine2 #post-newsletter {
    background-color: #18191c
    }
.magazine2 .entry-content {
    padding: 0 0 30px
    }
@media (max-width: 670px) {
    .magazine2 .entry-content {
        padding: 0 0 15px
        }
    }
.magazine2:not(.post-layout-8):not(.one-column-no-sidebar) .tie-full-width-img img, .magazine2:not(.post-layout-8):not(.one-column-no-sidebar):not(.full-width) .entry .alignwide, .magazine2:not(.post-layout-8):not(.one-column-no-sidebar):not(.full-width) .entry .alignfull {
    margin-right: 0;
    margin-left: 0;
    width: 100%
    }
.magazine2 .post-element .entry-archives-header {
    padding: 0
    }
.magazine2 .post-element .entry-content {
    padding: 15px 0 0
    }
@media (min-width: 768px) {
    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .post-element {
        width: calc(92% / 3);
        margin-bottom: 4%
        }
    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .grid-sizer {
        width: calc(92% / 3)
        }
    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .gutter-sizer {
        width: 4%
        }
    }
.magazine2.full-width .masonry-with-spaces:not(.media-page-layout) #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 4%;
    margin-left: 0
    }
.magazine2.full-width .masonry-with-spaces:not(.media-page-layout) #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0
    }
.magazine2 .entry .authors-wrap {
    margin-top: 60px
    }
.magazine2 .entry .authors-wrap > li {
    margin-bottom: 50px
    }
.menu-counter-bubble-outer, .notifications-total-outer {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 4px
    }
.menu-counter-bubble {
    position: relative;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    background: #e74c3c;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    -webkit-transform: translatey(-55%);
    -ms-transform: translatey(-55%);
    transform: translatey(-55%);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    padding: 0 4px;
    margin-right: -2px
    }
#main-nav .menu-counter-bubble {
    min-width: 16px;
    height: 16px;
    line-height: 16px
    }
.comp-sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 250px;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    cursor: default;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-sizing: content-box
    }
li.custom-menu-link:hover .comp-sub-menu {
    display: block
    }
.comp-sub-menu li {
    position: relative;
    border: solid rgba(0, 0, 0, 0.08);
    border-width: 1px 0 0;
    width: 100%
    }
.comp-sub-menu li:last-child {
    margin-bottom: 0;
    border-bottom-width: 0
    }
.shopping-cart-icon .comp-sub-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.08)
    }
.comp-sub-menu .cart-list {
    max-height: 275px;
    overflow-y: auto;
    overflow-x: hidden
    }
.comp-sub-menu .cart-list .remove {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
    }
.comp-sub-menu .cart-list li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 0 0 1px
    }
.comp-sub-menu .cart-list li:last-child {
    border-bottom-width: 1px;
    margin-bottom: 0
    }
.comp-sub-menu .cart-list li:hover .remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
    }
.comp-sub-menu .product-thumb {
    float: left;
    margin-right: 15px;
    width: 50px
    }
.comp-sub-menu .product-thumb img {
    display: block
    }
.comp-sub-menu .product-thumb a {
    padding: 0;
    line-height: 0
    }
.comp-sub-menu .product-title {
    line-height: 10px;
    padding-right: 30px
    }
.comp-sub-menu .product-title a {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    width: 100%;
    border: 0;
    padding: 0
    }
.comp-sub-menu .product-title a, .comp-sub-menu .notifications-item a {
    background-color: transparent
    }
.comp-sub-menu .product-meta {
    display: block;
    line-height: 18px;
    font-size: 12px
    }
.comp-sub-menu .shopping-subtotal {
    line-height: 30px;
    margin: 5px 0;
    font-size: 14px;
    text-align: center
    }
.comp-sub-menu .shopping-subtotal span {
    font-weight: bold
    }
.comp-sub-menu .button {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    height: 35px
    }
.comp-sub-menu .cart-empty-message {
    text-align: center;
    line-height: 1.5
    }
.comp-sub-menu.bp-notifications-menu {
    padding: 0
    }
.comp-sub-menu.bp-notifications-menu li {
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 90%
    }
.comp-sub-menu.bp-notifications-menu li a {
    padding: 10px 10px 10px 35px;
    display: block
    }
.comp-sub-menu.bp-notifications-menu li a span {
    margin-left: -22px;
    margin-right: 5px
    }
.comp-sub-menu #no-notifications {
    text-align: center
    }
.grid-social-icons .comp-sub-menu.dropdown-social-icons {
    width: 120px
    }
.comp-sub-menu.dropdown-social-icons {
    width: 150px;
    padding: 0;
    margin: 0;
    line-height: 35px
    }
.comp-sub-menu.dropdown-social-icons a {
    display: block;
    font-size: 13px
    }
.comp-sub-menu.dropdown-social-icons a span {
    color: #2c2f34
    }
.comp-sub-menu.dropdown-social-icons a .fa {
    width: 50px;
    text-align: center
    }
.comp-sub-menu.dropdown-social-icons li:last-child {
    border-bottom: 0
    }
.grid-social-icons .comp-sub-menu.dropdown-social-icons li {
    width: 40px;
    float: left;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 1px 1px 0
    }
.grid-social-icons .comp-sub-menu.dropdown-social-icons li .fa {
    width: 40px
    }
.grid-social-icons .comp-sub-menu.dropdown-social-icons li:nth-child(-n+3) {
    border-top-width: 1px
    }
.grid-social-icons .comp-sub-menu.dropdown-social-icons li:nth-child(3n+3) {
    border-right: 0
    }
.components-user-profile {
    width: 180px
    }
.components-user-profile .author-avatar {
    display: none
    }
.components-user-profile .welcome-text {
    margin-bottom: 10px;
    font-size: 14px
    }
.components-user-profile li {
    line-height: 32px;
    border: none
    }
.components-user-profile li a {
    display: block
    }
.cart-list::-webkit-scrollbar {
    width: 3px;
    opacity: 0
    }
.cart-list::-webkit-scrollbar-track {
    -webkit-box-shadow: none
    }
.cart-list:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2)
    }
.main-nav-dark .main-nav .cart-list:hover::-webkit-scrollbar-track, .top-nav-dark .top-nav .cart-list:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2)
    }
.cart-list::-webkit-scrollbar-thumb {
    background-color: transparent
    }
.cart-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    outline: 1px solid slategrey
    }
.main-nav-dark .main-nav .cart-list:hover::-webkit-scrollbar-thumb, .top-nav-dark .top-nav .cart-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2)
    }
.main-nav-dark .main-nav .comp-sub-menu, .top-nav-dark .top-nav .comp-sub-menu {
    background: #1f2024;
    color: #aaa
    }
.main-nav-dark .main-nav .dropdown-social-icons li a span, .top-nav-dark .top-nav .dropdown-social-icons li a span {
    color: #aaa
    }
.main-nav-dark .main-nav .shopping-cart-icon .comp-sub-menu, .main-nav-dark .main-nav .comp-sub-menu li, .top-nav-dark .top-nav .shopping-cart-icon .comp-sub-menu, .top-nav-dark .top-nav .comp-sub-menu li {
    border-color: rgba(255, 255, 255, 0.05)
    }
.main-nav-dark .main-nav .comp-sub-menu a:not(:hover), .top-nav-dark .top-nav .comp-sub-menu a:not(:hover) {
    color: #fff
    }
.main-nav-dark .main-nav .comp-sub-menu a.checkout-button:not(:hover), .top-nav-dark .top-nav .comp-sub-menu a.checkout-button:not(:hover) {
    color: #fff
    }
.main-nav-dark .main-nav .comp-sub-menu a.button.guest-btn, .top-nav-dark .top-nav .comp-sub-menu a.button.guest-btn {
    background: #23262a;
    border-color: #23262a
    }
.main-nav-dark .main-nav .comp-sub-menu a.button.guest-btn:hover, .top-nav-dark .top-nav .comp-sub-menu a.button.guest-btn:hover {
    background-color: #08f;
    color: #fff
    }
.main-nav-dark .main-nav input, .top-nav-dark .top-nav input {
    color: #aaa
    }
.top-nav-dark .top-nav .comp-sub-menu {
    background: #2c2e32
    }
.top-nav-dark .top-nav .comp-sub-menu .button.guest-btn:not(:hover) {
    background: #1f2024;
    border-color: #1f2024
    }
.top-nav-dark .top-nav input {
    color: #aaa
    }
@media (min-width: 992px) {
    .menu-item-has-children > a:before, .mega-menu > a:before {
        content: "";
        position: absolute;
        right: 12px;
        margin-top: 2px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top: 4px solid #fff;
        transition: border 0.15s
        }
    .menu-item-has-children .menu-item-has-children > a:before, .mega-menu .menu-item-has-children > a:before {
        border: 4px solid transparent;
        border-left-color: #fff
        }
    .menu > .menu-item-has-children:not(.is-icon-only) > a, .menu .mega-menu:not(.is-icon-only) > a {
        padding-right: 25px
        }
    .main-menu .menu > li.tie-current-menu > a:before, .main-menu .menu > li:hover > a:before {
        border-top-color: #fff
        }
    .main-nav-light .main-nav .menu-item-has-children > a:before, .main-nav-light .mega-menu > a:before {
        border-top-color: #2c2f34
        }
    .main-nav-light .main-nav .menu-item-has-children .menu-item-has-children > a:before, .main-nav-light .mega-menu .menu-item-has-children > a:before {
        border-top-color: transparent;
        border-left-color: #2c2f34
        }
    .main-nav-light .main-nav .menu-item-has-children li:hover > a:before, .main-nav-light .mega-menu li:hover > a:before {
        border-left-color: #08f
        }
    .top-nav-dark .top-menu .menu-item-has-children > a:before {
        border-top-color: #aaa
        }
    .top-nav-dark .top-menu .menu-item-has-children .menu-item-has-children > a:before {
        border-left-color: #aaa;
        border-top-color: transparent
        }
    .theme-header .top-menu li > a:before {
        border-top-color: #2c2f34
        }
    .theme-header .top-menu li.tie-current-menu > a:before, .theme-header .top-menu li:hover > a[href]:before {
        border-top-color: #08f
        }
    .theme-header .top-menu li .menu-item-has-children > a:before {
        border-left-color: #2c2f34;
        border-top-color: transparent !important
        }
    .theme-header .top-menu li .current-menu-item > a:before, .theme-header .top-menu li li:hover > a[href]:before {
        border-left-color: #08f
        }
    .mega-menu .mega-menu-block {
        left: 0;
        width: 100%;
        padding: 30px
        }
    .mega-menu .mega-menu-block a {
        width: auto
        }
    .sub-menu-columns {
        margin: 0 -15px
        }
    .mega-links .mega-menu-block {
        padding-bottom: 15px
        }
    .main-menu .mega-links-head {
        width: 100%;
        font-weight: 600;
        background: transparent !important;
        border-bottom: 2px solid rgba(0, 0, 0, 0.08);
        border-top: 0;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 10px
        }
    .main-menu .mega-links-head:before {
        display: none
        }
    .main-menu .mega-links-head:after {
        display: block;
        content: "";
        width: 50px;
        height: 2px;
        background: #08f;
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: width 0.2s
        }
    .mega-link-column {
        margin-bottom: 10px;
        padding: 0 15px;
        width: 50%
        }
    .mega-link-column li {
        width: 100%
        }
    .mega-link-column li a {
        padding: 8px 0
        }
    .mega-link-column:hover .mega-links-head:after {
        width: 65px
        }
    .mega-link-column .menu-sub-content {
        width: 100%;
        max-width: 200px
        }
    .hide-mega-headings {
        margin-top: 20px;
        margin-bottom: 0
        }
    .hide-mega-headings > a {
        display: none !important
        }
    .mega-links-3col .mega-link-column {
        width: 33.333%
        }
    .mega-links-3col .mega-link-column:nth-child(3n+4) {
        clear: left
        }
    .mega-links-4col .mega-link-column {
        width: 25%
        }
    .mega-links-4col .mega-link-column:nth-child(4n+5) {
        clear: left
        }
    .mega-links-5col .mega-link-column {
        width: 20%
        }
    .mega-links-5col .mega-link-column:nth-child(5n+6) {
        clear: left
        }
    .main-menu .is-loading li {
        opacity: 0.5 !important;
        transition: opacity 0.3s
        }
    .main-menu .mega-cat-wrapper {
        overflow: hidden;
        height: auto;
        clear: both
        }
    .main-menu .mega-ajax-content {
        min-height: 190px;
        position: relative
        }
    .main-menu .mega-cat .mega-menu-content {
        clear: both
        }
    .main-menu .mega-cat .mega-menu-block {
        padding: 0
        }
    .main-menu .mega-cat-content {
        padding: 30px
        }
    .main-menu .mega-cat-sub-exists {
        width: 80%;
        float: left
        }
    .main-menu .horizontal-posts {
        width: 100%
        }
    .main-menu .mega-cat-posts-container ul {
        margin-left: -10px;
        margin-right: -10px
        }
    .main-menu .mega-cat .mega-menu-post {
        width: 20%;
        opacity: 0;
        padding: 0 10px
        }
    .main-menu .mega-cat .mega-menu-post:nth-child(5n+1) {
        clear: both
        }
    .main-menu .mega-menu .post-box-title {
        line-height: 1.4
        }
    .main-menu .mega-menu a.mega-menu-link {
        font-size: 15px;
        border: 0;
        display: block
        }
    .main-menu .mega-menu a.mega-menu-link:hover {
        color: #08f;
        background: transparent !important
        }
    .main-menu .mega-menu .post-thumb {
        margin-bottom: 10px
        }
    .main-menu .mega-menu .post-meta {
        margin: 5px 0 0;
        line-height: 20px
        }
    .main-menu .mega-menu .post-meta a:not(:hover) {
        color: #777
        }
    .main-menu .mega-menu .post-meta a {
        padding: 0;
        background-color: transparent
        }
    .main-menu .vertical-posts .mega-menu-post {
        width: 25%
        }
    .main-menu .menu-item-has-children .mega-cat-wrapper {
        border-top: 1px solid rgba(0, 0, 0, 0.08)
        }
    .main-menu .menu-item-has-children .cats-vertical, .main-menu .menu-item-has-children .cats-vertical + .mega-cat-content {
        padding-top: 30px
        }
    .main-menu ul.mega-cat-more-links {
        opacity: 1 !important;
        box-shadow: none
        }
    .main-menu .mega-cat-more-links {
        padding: 20px 30px;
        margin: 0 -10px
        }
    .main-menu .mega-cat-more-links > li {
        float: left;
        width: 25%;
        padding: 0 10px
        }
    .main-menu .mega-cat-more-links > li > a {
        border-bottom-width: 0
        }
    .main-menu .mega-cat-more-links > li:nth-child(n+5) > a {
        border: solid rgba(0, 0, 0, 0.05);
        border-width: 1px 0 0
        }
    .main-menu .mega-cat-more-links > li ul {
        left: calc(100% - 10px)
        }
    .main-menu .mega-cat-more-links > li li {
        width: 100%
        }
    .main-menu ul.mega-cat-sub-categories {
        overflow: hidden;
        box-shadow: none
        }
    .main-menu .cats-horizontal {
        margin: 30px 30px -10px
        }
    .main-menu .cats-horizontal li {
        line-height: 20px;
        margin-right: 7px
        }
    .main-menu .cats-horizontal li a {
        border: 1px solid rgba(0, 0, 0, 0.08);
        background-color: rgba(0, 0, 0, 0.02);
        border-radius: 2px;
        padding: 1px 10px;
        width: auto
        }
    .main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active, .main-nav .mega-menu.mega-cat .cats-horizontal li a:hover {
        color: #fff;
        background: #08f;
        border-color: #08f
        }
    .main-menu .cats-vertical {
        width: 20%;
        float: left;
        padding: 30px 0 0 20px;
        padding-bottom: 1500px;
        margin-bottom: -1500px
        }
    .main-menu .cats-vertical li {
        width: 100%
        }
    .main-menu .cats-vertical li:last-child {
        margin-bottom: 50px
        }
    .main-menu .cats-vertical li a {
        display: block;
        border-top: 0;
        width: 100%;
        padding: 8px 10px
        }
    .main-menu .mega-recent-post {
        float: left;
        width: 37%;
        padding-right: 30px
        }
    .main-menu .mega-recent-post .post-box-title a {
        font-size: 22px;
        margin-top: 7px;
        line-height: 30px
        }
    .main-menu .mega-check-also {
        float: left;
        width: 63%
        }
    .main-menu .mega-check-also ul {
        overflow: hidden;
        margin: 0 -15px -20px;
        box-shadow: none
        }
    .main-menu .mega-check-also li {
        width: 50%;
        padding: 0 15px 20px;
        overflow: hidden
        }
    .main-menu .mega-check-also li:nth-child(2n+1) {
        clear: left
        }
    .main-menu .mega-check-also .post-thumbnail {
        margin-right: 20px;
        float: left
        }
    .main-menu .mega-check-also .post-thumb {
        overflow: hidden;
        margin-bottom: 0
        }
    .main-menu .mega-check-also .post-thumb img {
        width: 110px
        }
    .main-menu .mega-check-also .post-details {
        padding-left: 130px
        }
    .main-menu .mega-recent-featured > .menu-sub-content {
        overflow: hidden
        }
    .main-menu .mega-recent-featured .mega-menu-content {
        float: right;
        position: relative;
        min-height: 30px;
        width: 100%
        }
    .main-menu .mega-recent-featured.menu-item-has-children .mega-menu-content {
        width: 75%
        }
    .main-menu .mega-recent-featured.menu-item-has-children .mega-recent-post {
        width: 52%;
        padding-left: 30px
        }
    .main-menu .mega-recent-featured.menu-item-has-children .mega-check-also {
        width: 48%
        }
    .main-menu .mega-recent-featured.menu-item-has-children .mega-check-also li {
        width: 100%
        }
    .main-menu ul.mega-recent-featured-list {
        width: 25%;
        padding-right: 30px;
        float: left;
        position: relative;
        box-shadow: none
        }
    .main-menu .mega-recent-featured-list li {
        width: 100%;
        z-index: 2
        }
    .main-menu .mega-recent-featured-list a {
        display: block;
        border-top: 0;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
        }
    .main-menu .mega-recent-featured-list:after {
        content: "";
        width: 1500px;
        height: 1500px;
        background: rgba(0, 0, 0, 0.03);
        position: absolute;
        z-index: 1;
        right: 0;
        top: -100px
        }
    .ajax-no-more-posts {
        text-align: center;
        position: absolute;
        width: calc(100% - 40px)
        }
    }
@media (min-width: 992px) {
    .two-columns-submenu > ul {
        width: 320px !important
        }
    .two-columns-submenu > ul > li {
        width: 50% !important;
        float: left
        }
    .two-columns-submenu > ul > li a {
        width: 100% !important
        }
    .two-columns-submenu.odd > ul > li:last-child {
        width: 100% !important
        }
    }
@media (min-width: 992px) {
    .theme-header .logo-row > div {
        height: auto !important
        }
    .logo-container.fixed-nav.fixed-nav {
        position: static !important;
        line-height: initial !important;
        box-shadow: none !important;
        background-color: transparent !important
        }
    .header-layout-3 .logo-container.fixed-nav.fixed-nav {
        width: auto
        }
    .header-layout-3 .stream-item-top-wrapper {
        float: right
        }
    }
@media (max-width: 767px) {
    .magazine1:not(.has-builder) .main-content, .magazine1:not(.has-builder) .related-posts-full-width .tie-col-md-12, .magazine1:not(.has-builder) .sidebar {
        padding-left: 0;
        padding-right: 0
        }
    .magazine1:not(.has-builder) .social-icons-widget.widget-content-only {
        padding: 0 20px
        }
    }
textarea, input, select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2c2f34;
    font-size: 12px;
    outline: none;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background 0.3s, border 0.3s;
    max-width: 100%;
    background-color: transparent
    }
textarea:hover, input:hover, select:hover, textarea:focus, input[type="text"]:focus, select:focus {
    background-color: rgba(0, 0, 0, 0.03)
    }
textarea, input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
    }
textarea {
    width: 100%
    }
select {
    padding: 5px;
    height: 30px
    }
select[multiple] {
    height: auto
    }
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
    }
.button, [type="submit"], .generic-button a, .generic-button button {
    width: auto;
    position: relative;
    background-color: #08f;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
    }
.button:hover, [type="submit"]:hover, .generic-button a:hover, .generic-button button:hover {
    background-color: #006dcc;
    text-decoration: none;
    color: #fff
    }
.button.guest-btn {
    border: 1px solid rgba(0, 0, 0, 0.1)
    }
.button.guest-btn:not(:hover) {
    color: #2c2f34;
    background: #fff
    }
.button.dark-btn {
    background: #2c2f34;
    color: #fff;
    border: 0
    }
.button.dark-btn:hover {
    background: #23262a
    }
code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, Monaco, "MonacoRegular", monospace;
    font-size: 13px;
    line-height: 1.6
    }
pre {
    overflow: auto;
    margin: 20px 0;
    padding: 1.43em;
    color: #3f3b36;
    border: 1px solid #08f;
    border-left: 10px solid #08f;
    background: url(/wp-content/themes/jannah/assets/css/../images/code-bg.png) repeat top;
    background-size: 1px 40px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 2;
    tab-size: 2
    }
code {
    background-color: #d1d1d1;
    color: #1a1a1a;
    padding: 0.125em 0.25em
    }
kbd {
    font-family: Consolas, "Lucida Console", monospace;
    display: inline-block;
    border-radius: 3px;
    padding: 0 4px;
    box-shadow: 1px 1px 1px #777;
    margin: 2px;
    font-size: small;
    vertical-align: text-bottom;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    font-variant: small-caps;
    font-weight: 600;
    background: black;
    color: #ddd;
    letter-spacing: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
::-moz-selection {
    background: #08f;
    color: #fff;
    text-shadow: none
    }
::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
    }
.more-link {
    margin-top: 10px;
    white-space: nowrap;
    word-wrap: normal
    }
.background-overlay {
    background-attachment: fixed
    }
.sidebar-right .main-content {
    float: left
    }
.sidebar-right .sidebar {
    float: right
    }
.sidebar-left .main-content {
    float: right
    }
.sidebar-left .sidebar {
    float: left
    }
.full-width .main-content {
    width: 100%
    }
.one-column-no-sidebar .main-content {
    margin-right: auto;
    margin-left: auto;
    float: none
    }
@media (min-width: 992px) {
    .one-column-no-sidebar .main-content {
        max-width: 780px;
        width: 100%
        }
    }
.tie-parallax {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1
    }
.tie-parallax [id^="jarallax-container-"] > div, .tie-parallax [id^="jarallax-container-"] > iframe {
    max-width: inherit
    }
.has-video-background:not(.tie-parallax) > div:last-child img, .has-video-background:not(.tie-parallax) > div:last-child iframe {
    -webkit-transform: translatey(-50%) !important;
    -ms-transform: translatey(-50%) !important;
    transform: translatey(-50%) !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto
    }
.is-lazyload .lazy-img {
    will-change: opacity
    }
.is-lazyload .lazy-img[data-src] {
    opacity: 0.5;
    background-color: #eee;
    -webkit-animation: lazyloadeffect 0.5s linear alternate 100;
    animation: lazyloadeffect 0.5s linear alternate 100
    }
.is-lazyload .tie-slick-slider:not(.slick-initialized) .lazy-bg, .is-lazyload [data-lazy-bg] .post-thumb, .is-lazyload [data-lazy-bg].post-thumb, .is-lazyload .lazy-img[data-src] {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center
    }
.dark-skin .is-lazyload .lazy-img[data-src], .is-lazyload .dark-skin .lazy-img[data-src] {
    background-color: #161717
    }
@-webkit-keyframes lazyloadeffect {
    from {
        opacity: 0.3
        } to {
        opacity: 1
        }
    }
@keyframes lazyloadeffect {
    from {
        opacity: 0.3
        } to {
        opacity: 1
        }
    }
@-webkit-keyframes tieSlideInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
        } to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
        }
    }
@keyframes tieSlideInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
        } to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
        }
    }
#tie-body .tie-animate-slideInUp {
    opacity: 0;
    -webkit-animation: tieSlideInUp 0.4s forwards 1;
    animation: tieSlideInUp 0.4s forwards 1
    }
#tie-body .tie-animate-delay:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
    }
#tie-body .tie-animate-delay:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
    }
#tie-body .tie-animate-delay:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
    }
#tie-body .tie-animate-delay:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
    }
#tie-body .tie-animate-delay:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
    }
#tie-body .tie-animate-delay:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
    }
#tie-body .tie-animate-delay:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
    }
#tie-body .tie-animate-delay:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
    }
#tie-body .tie-animate-delay:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
    }
#tie-body .tie-animate-delay:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
    }
.is-thumb-overlay-disabled .post-thumb:hover {
    opacity: 0.85 !important
    }
.is-thumb-overlay-disabled .media-overlay .post-thumb:hover img {
    opacity: 1
    }
.is-thumb-overlay-disabled .post-thumb-overlay {
    display: none
    }
.is-thumb-overlay-disabled .media-overlay .post-thumb-overlay {
    display: block
    }
.post-thumb {
    position: relative;
    height: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: opacity 0.2s
    }
.post-thumb img {
    width: 100%;
    display: block
    }
.post-thumb .post-cat-wrap {
    position: absolute;
    bottom: 10px;
    margin: 0;
    right: 10px
    }
.post-thumb-overlay-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
    }
.post-thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(35, 38, 42, 0.8);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: 0.4s;
    opacity: 0
    }
.post-thumb-overlay:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
    }
.post-thumb-overlay .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    color: #fff;
    text-align: center;
    font-size: 32px;
    z-index: 8
    }
.post-thumb-overlay .icon:before {
    height: 32px;
    width: 32px;
    line-height: 32px;
    content: "";
    font-family: "tiefonticon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.tie-video .icon:before {
    content: ""
    }
.tie-thumb .icon:before, .tie-slider .icon:before {
    content: ""
    }
.tie-map .icon:before {
    content: ""
    }
.tie-audio .icon:before {
    content: ""
    }
.media-overlay .post-thumb-overlay {
    background: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
    }
.media-overlay .icon:before {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-family: fontawesome;
    content: "";
    text-align: center;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    z-index: 2
    }
.media-overlay .tie-video .icon:before {
    content: "";
    letter-spacing: -3px
    }
.media-overlay .tie-audio .icon:before {
    content: ""
    }
.media-overlay .post-thumb:hover img {
    opacity: 0.85
    }
.media-overlay .post-thumb:hover .icon:before {
    background: rgba(0, 0, 0, 0.6)
    }
.media-overlay .tie-map .icon, .media-overlay .tie-standard .icon {
    display: none
    }
.media-overlay .digital-rating-static, .media-overlay .digital-rating, .media-overlay .post-rating {
    z-index: 3
    }
@media (min-width: 768px) {
    .has-first-big-post li:first-child .icon:before, .full-width-img-news-box li:not(.is-trending) .icon:before, .wide-post-box .icon:before, .big-posts-box .icon:before, .posts-list-bigs .icon:before {
        width: 50px;
        height: 50px;
        line-height: 46px
        }
    }
.first-post-gradient:not(.media-overlay) li:first-child .post-thumb-overlay, .scroll-2-box .post-thumb-overlay {
    display: none !important
    }
.post-meta {
    margin: 10px 0 8px;
    font-size: 12px;
    overflow: hidden
    }
.post-meta, .post-meta a:not(:hover) {
    color: #767676
    }
.post-meta .meta-item {
    margin-right: 8px;
    display: inline-block
    }
.post-meta .meta-item.fa-before .fa {
    display: none
    }
.post-meta .meta-item.fa-before:before {
    padding-right: 3px
    }
.post-meta .meta-item.date:before {
    content: ""
    }
.post-meta .meta-item.meta-comment:before {
    content: ""
    }
.post-meta .tie-alignright .meta-item:last-child {
    margin: 0 !important
    }
@media (max-width: 767px) {
    .entry-header .post-meta > span, .entry-header .post-meta > div, .main-content .post-meta > span, .main-content .post-meta > div {
        float: left
        }
    }
.warm {
    color: #f47512
    }
.hot {
    color: #f3502a
    }
.very-hot {
    color: #f11e1e
    }
.post-cat-wrap {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: inherit !important;
    line-height: 0;
    display: block
    }
.post-cat {
    display: inline-block;
    background: #08f;
    color: #fff;
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.85em;
    margin-right: 4px;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 0;
    transition: 0.3s;
    border-radius: 2px
    }
.post-cat:first-child:last-child {
    margin: 0
    }
@media (max-width: 479px) {
    .post-cat {
        font-size: 9px;
        padding: 1px 5px;
        height: 18px;
        line-height: 18px
        }
    }
a.post-cat:hover {
    background: #006dcc;
    color: #fff
    }
.post-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 2px;
    font-size: 15px;
    direction: ltr;
    z-index: 1
    }
.stars-rating-bg {
    color: #434850
    }
.stars-rating-bg:before {
    content: "" "" "" "" "";
    font-family: "FontAwesome";
    display: block
    }
.stars-rating-active-inner {
    text-align: left
    }
.stars-rating-active-inner:before {
    content: "" "" "" "" "";
    font-family: "FontAwesome";
    display: block
    }
.stars-rating-active {
    transition: width 1.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    color: #08f
    }
.image-hearts .stars-rating-bg:before, .image-hearts .stars-rating-active-inner:before {
    content: "" "" "" "" ""
    }
.image-thumbs .stars-rating-bg:before, .image-thumbs .stars-rating-active-inner:before {
    content: "" "" "" "" ""
    }
.post-meta .post-rating {
    position: relative;
    top: 1px;
    float: left;
    right: auto;
    margin-right: 8px;
    font-size: 13px;
    text-indent: 0;
    letter-spacing: 2px
    }
.post-meta .post-rating .stars-rating-active {
    width: 0
    }
.digital-rating {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px
    }
.pie-svg circle {
    transition: stroke-dashoffset 1s linear;
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 2px
    }
circle.circle_bar {
    stroke-dashoffset: 125.66;
    stroke: #08f
    }
.pie-wrap {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: relative
    }
.pie-wrap:after {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    content: attr(data-score);
    border-radius: 100%;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 3px #333;
    text-align: center
    }
.pie-wrap.review-percentage:after {
    content: attr(data-score) "%"
    }
.digital-rating-static {
    transition: width 1.5s;
    background: #08f;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    text-align: right;
    overflow: hidden;
    opacity: 0.8;
    z-index: 1
    }
.digital-rating-static strong {
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
    color: #fff;
    padding: 2px 5px;
    display: block;
    white-space: nowrap;
    word-wrap: normal
    }
.tie-slider-nav {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -23px;
    transition: opacity
    }
.tie-slider-nav li {
    cursor: pointer;
    position: relative;
    float: left
    }
.tie-slider-nav li:last-child {
    float: right
    }
.tie-slider-nav li span {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #727a87;
    transition: 0.3s;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.tie-slider-nav li span:hover {
    background: #08f;
    color: #fff
    }
.dark-skin .tie-slider-nav li span:not(:hover) {
    color: #aaa;
    border-color: rgba(0, 0, 0, 0.1)
    }
.tie-slider-nav li:last-child span {
    right: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
    }
.tie-slider-nav a:hover {
    background: rgba(0, 0, 0, 0.1)
    }
@media (min-width: 992px) {
    .tie-slider-nav {
        opacity: 0
        }
    .main-slider:hover .tie-slider-nav {
        opacity: 1
        }
    }
@media (max-width: 767px) {
    .grid-slider-wrapper .tie-slider-nav, .boxed-slider-three-slides-wrapper .tie-slider-nav, .boxed-five-slides-slider .tie-slider-nav, .boxed-four-taller-slider .tie-slider-nav {
        display: none
        }
    }
.slider-arrow-nav {
    float: right;
    margin-left: 5px
    }
.slider-arrow-nav li {
    float: left;
    clear: none
    }
.slider-arrow-nav a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    font-size: 12px;
    line-height: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px
    }
.slider-arrow-nav a:not(.pagination-disabled):hover {
    background-color: #08f;
    color: #fff;
    border-color: #08f
    }
.pages-nav {
    padding: 30px 0 0;
    overflow: hidden;
    width: 100%;
    margin: auto
    }
@media (max-width: 991px) {
    .pages-nav {
        padding: 15px 0 0
        }
    }
@media (min-width: 992px) {
    .magazine2 .pages-nav {
        padding: 50px 0 0
        }
    }
.pages-numbers {
    overflow: hidden;
    text-align: center;
    margin-bottom: -3px
    }
.pages-numbers li {
    display: inline-block;
    margin: 3px
    }
.pages-numbers li.current span {
    background: #08f;
    border-color: #08f;
    color: #fff
    }
.pages-numbers a:not(:hover) {
    color: #2c2f34
    }
.pages-numbers a, .pages-nav-item, .bp-pagination-links .page-numbers {
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: inline-block;
    overflow: hidden
    }
.first-last-pages .fa {
    width: 22px;
    font-size: 16px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 0 1px;
    margin: 0 0 0 10px;
    text-align: right
    }
.first-last-pages .fa:before {
    content: ""
    }
.first-last-pages.first-page .fa {
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 10px 0 0;
    text-align: left
    }
.first-last-pages.first-page .fa:before {
    content: ""
    }
.pages-standard {
    overflow: hidden
    }
.pages-standard .first-page {
    float: left
    }
.pages-standard .last-page, .pages-standard .fa {
    float: right
    }
#breadcrumb {
    margin: 50px 0 0
    }
#breadcrumb, #breadcrumb a:not(:hover) {
    color: #999
    }
#breadcrumb .delimiter {
    margin: 0 3px;
    font-style: normal
    }
.entry-header-outer #breadcrumb {
    margin: 0 0 20px;
    padding: 0
    }
@media (max-width: 767px) {
    .page #breadcrumb .current, .page #breadcrumb em:last-of-type, .single-post #breadcrumb .current, .single-post #breadcrumb em:last-of-type {
        display: none
        }
    }
.about-author {
    overflow: hidden
    }
.about-author .author-avatar {
    float: left;
    line-height: 0
    }
.about-author .author-avatar img {
    transition: 0.15s
    }
.about-author .author-avatar:hover img {
    opacity: 0.8
    }
.about-author .author-info {
    padding-left: 20px;
    overflow: hidden
    }
.about-author .author-info h4 {
    margin-top: 0
    }
.about-author .author-name {
    font-size: 18px;
    display: inline-block
    }
.about-author .author-bio {
    margin: 5px 0 10px
    }
.entry .about-author .author-bio {
    font-size: 13px;
    line-height: 20px
    }
.about-author .social-icons {
    padding: 0;
    margin: 0
    }
.about-author li.social-icons-item {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
    }
.about-author li.social-icons-item a {
    font-size: 15px;
    width: auto;
    height: auto
    }
.about-author li.social-icons-item a span {
    margin-right: 12px
    }
.about-author li.social-icons-item a:not(:hover) span {
    color: #2c2f34
    }
.about-author li.social-icons-item a:hover {
    background-color: transparent !important
    }
.about-author li.social-icons-item:last-child a span {
    margin-right: 0
    }
@media (max-width: 479px) {
    .about-author {
        text-align: center
        }
    .about-author .author-avatar {
        float: none
        }
    .about-author .author-avatar img {
        margin: 0 auto 10px;
        display: block
        }
    .about-author .author-info {
        padding: 0
        }
    .about-author .social-icons li {
        float: none;
        display: inline-block
        }
    }
.author-avatar {
    display: block
    }
.author-avatar img {
    border-radius: 50%;
    max-width: 111px
    }
a.author-avatar:hover {
    opacity: 0.8
    }
.social-icons-item {
    float: right;
    margin-left: 6px;
    position: relative
    }
.social-icons-item .social-link span {
    color: #2c2f34;
    transition: 0.15s
    }
.social-icons .social-icons-item .social-link, .social-icons-widget .social-icons-item .social-link {
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 2px
    }
.social-icons-item .social-link.custom-social-img span.fa {
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center
    }
.social-icons-item .social-link.custom-social-img span.fa:before {
    visibility: hidden
    }
.social-icons-item .social-link.social-custom-link:hover {
    background-color: #27292d;
    color: #fff
    }
#theme-header .dropdown-social-icons .social-icons-item .social-link:hover span {
    color: #fff !important
    }
.social-icons-widget .social-icons-item .social-link:hover span {
    color: #fff
    }
.top-nav .components > li.social-icons-item .social-link:hover, .main-nav .components > li.social-icons-item .social-link:hover {
    background-color: transparent !important
    }
.top-nav .components > li.social-icons-item .social-link:not(:hover) span, .main-nav .components > li.social-icons-item .social-link:not(:hover) span {
    color: #2c2f34
    }
.social-icons-item .facebook-social-icon {
    background-color: #5d82d1 !important
    }
.social-icons-item .facebook-social-icon span {
    color: #5d82d1
    }
.social-icons-item .facebook-social-icon span.counter-icon {
    background-color: #5d82d1
    }
.social-icons-item .twitter-social-icon {
    background-color: #40bff5 !important
    }
.social-icons-item .twitter-social-icon span {
    color: #40bff5
    }
.social-icons-item .twitter-social-icon span.counter-icon {
    background-color: #40bff5
    }
.social-icons-item .pinterest-social-icon {
    background-color: #e13138 !important
    }
.social-icons-item .pinterest-social-icon span {
    color: #e13138
    }
.social-icons-item .pinterest-social-icon span.counter-icon {
    background-color: #e13138
    }
.social-icons-item .linkedin-social-icon {
    background-color: #238cc8 !important
    }
.social-icons-item .linkedin-social-icon span {
    color: #238cc8
    }
.social-icons-item .linkedin-social-icon span.counter-icon {
    background-color: #238cc8
    }
.social-icons-item .instagram-social-icon {
    background-color: #c13584 !important
    }
.social-icons-item .instagram-social-icon span {
    color: #c13584
    }
.social-icons-item .instagram-social-icon span.counter-icon {
    background-color: #c13584
    }
.social-icons-item .vimeo-social-icon {
    background-color: #35c6ea !important
    }
.social-icons-item .vimeo-social-icon span {
    color: #35c6ea
    }
.social-icons-item .vimeo-social-icon span.counter-icon {
    background-color: #35c6ea
    }
.social-icons-item .dribbble-social-icon {
    background-color: #f7659c !important
    }
.social-icons-item .dribbble-social-icon span {
    color: #f7659c
    }
.social-icons-item .dribbble-social-icon span.counter-icon {
    background-color: #f7659c
    }
.social-icons-item .youtube-social-icon {
    background-color: #ef4e41 !important
    }
.social-icons-item .youtube-social-icon span {
    color: #ef4e41
    }
.social-icons-item .youtube-social-icon span.counter-icon {
    background-color: #ef4e41
    }
.social-icons-item .soundcloud-social-icon {
    background-color: #ff7e30 !important
    }
.social-icons-item .soundcloud-social-icon span {
    color: #ff7e30
    }
.social-icons-item .soundcloud-social-icon span.counter-icon {
    background-color: #ff7e30
    }
.social-icons-item .flickr-social-icon {
    background-color: #ff48a3 !important
    }
.social-icons-item .flickr-social-icon span {
    color: #ff48a3
    }
.social-icons-item .flickr-social-icon span.counter-icon {
    background-color: #ff48a3
    }
.social-icons-item .github-social-icon {
    background-color: #3f91cb !important
    }
.social-icons-item .github-social-icon span {
    color: #3f91cb
    }
.social-icons-item .github-social-icon span.counter-icon {
    background-color: #3f91cb
    }
.social-icons-item .behance-social-icon {
    background-color: #1879fd !important
    }
.social-icons-item .behance-social-icon span {
    color: #1879fd
    }
.social-icons-item .behance-social-icon span.counter-icon {
    background-color: #1879fd
    }
.social-icons-item .foursquare-social-icon {
    background-color: #f94877 !important
    }
.social-icons-item .foursquare-social-icon span {
    color: #f94877
    }
.social-icons-item .foursquare-social-icon span.counter-icon {
    background-color: #f94877
    }
.social-icons-item .spotify-social-icon {
    background-color: #2ebd59 !important
    }
.social-icons-item .spotify-social-icon span {
    color: #2ebd59
    }
.social-icons-item .spotify-social-icon span.counter-icon {
    background-color: #2ebd59
    }
.social-icons-item .px500-social-icon {
    background-color: #0099e5 !important
    }
.social-icons-item .px500-social-icon span {
    color: #0099e5
    }
.social-icons-item .px500-social-icon span.counter-icon {
    background-color: #0099e5
    }
.social-icons-item .vk-social-icon {
    background-color: #45668e !important
    }
.social-icons-item .vk-social-icon span {
    color: #45668e
    }
.social-icons-item .vk-social-icon span.counter-icon {
    background-color: #45668e
    }
.social-icons-item .mixcloud-social-icon {
    background-color: #589fC3 !important
    }
.social-icons-item .mixcloud-social-icon span {
    color: #589fC3
    }
.social-icons-item .mixcloud-social-icon span.counter-icon {
    background-color: #589fC3
    }
.social-icons-item .twitch-social-icon {
    background-color: #6441a5 !important
    }
.social-icons-item .twitch-social-icon span {
    color: #6441a5
    }
.social-icons-item .twitch-social-icon span.counter-icon {
    background-color: #6441a5
    }
.social-icons-item .envato-social-icon {
    background-color: #82b641 !important
    }
.social-icons-item .envato-social-icon span {
    color: #82b641
    }
.social-icons-item .envato-social-icon span.counter-icon {
    background-color: #82b641
    }
.social-icons-item .rss-social-icon {
    background-color: #faa33d !important
    }
.social-icons-item .rss-social-icon span {
    color: #faa33d
    }
.social-icons-item .rss-social-icon span.counter-icon {
    background-color: #faa33d
    }
.social-icons-item .goodreads-social-icon {
    background-color: #A06E0A !important
    }
.social-icons-item .goodreads-social-icon span {
    color: #A06E0A
    }
.social-icons-item .goodreads-social-icon span.counter-icon {
    background-color: #A06E0A
    }
.social-icons-item .steam-social-icon {
    background-color: #222 !important
    }
.social-icons-item .steam-social-icon span {
    color: #222
    }
.social-icons-item .steam-social-icon span.counter-icon {
    background-color: #222
    }
.social-icons-item .url-social-icon {
    background-color: #27292d !important
    }
.social-icons-item .url-social-icon span {
    color: #27292d
    }
.social-icons-item .url-social-icon span.counter-icon {
    background-color: #27292d
    }
.social-icons-item .skype-social-icon {
    background-color: #00aff0 !important
    }
.social-icons-item .skype-social-icon span {
    color: #00aff0
    }
.social-icons-item .skype-social-icon span.counter-icon {
    background-color: #00aff0
    }
.social-icons-item .reddit-social-icon {
    background-color: #ff4500 !important
    }
.social-icons-item .reddit-social-icon span {
    color: #ff4500
    }
.social-icons-item .tumblr-social-icon {
    background-color: #35465c !important
    }
.social-icons-item .tumblr-social-icon span {
    color: #35465c
    }
.social-icons-item .wordpress-social-icon {
    background-color: #21759b !important
    }
.social-icons-item .wordpress-social-icon span {
    color: #21759b
    }
.social-icons-item .yelp-social-icon {
    background-color: #af0606 !important
    }
.social-icons-item .yelp-social-icon span {
    color: #af0606
    }
.social-icons-item .lastfm-social-icon {
    background-color: #d51007 !important
    }
.social-icons-item .lastfm-social-icon span {
    color: #d51007
    }
.social-icons-item .xing-social-icon {
    background-color: #026466 !important
    }
.social-icons-item .xing-social-icon span {
    color: #026466
    }
.social-icons-item .deviantart-social-icon {
    background-color: #05cc47 !important
    }
.social-icons-item .deviantart-social-icon span {
    color: #05cc47
    }
.social-icons-item .apple-social-icon {
    background-color: #333 !important
    }
.social-icons-item .apple-social-icon span {
    color: #333
    }
.social-icons-item .paypal-social-icon {
    background-color: #003087 !important
    }
.social-icons-item .paypal-social-icon span {
    color: #003087
    }
.social-icons-item .google_play-social-icon {
    background-color: #689F38 !important
    }
.social-icons-item .google_play-social-icon span {
    color: #689F38
    }
.social-icons-item .odnoklassniki-social-icon {
    background-color: #ee8208 !important
    }
.social-icons-item .odnoklassniki-social-icon span {
    color: #ee8208
    }
.social-icons-item .telegram-social-icon {
    background-color: #08c !important
    }
.social-icons-item .telegram-social-icon span {
    color: #08c
    }
.social-icons-item .bitbucket-social-icon {
    background-color: #205081 !important
    }
.social-icons-item .bitbucket-social-icon span {
    color: #205081
    }
.social-icons-item .medium-social-icon {
    background-color: #4bad31 !important
    }
.social-icons-item .medium-social-icon span {
    color: #4bad31
    }
.social-icons-item .viadeo-social-icon {
    background-color: #f07355 !important
    }
.social-icons-item .viadeo-social-icon span {
    color: #f07355
    }
.social-icons-item .snapchat-social-icon {
    background-color: #e8e600 !important
    }
.social-icons-item .snapchat-social-icon span {
    color: #e8e600
    }
.social-icons-item .tripadvisor-social-icon {
    background-color: #448040 !important
    }
.social-icons-item .tripadvisor-social-icon span {
    color: #448040
    }
.social-icons-item .mailchimp-social-icon, .social-icons-item .mailchimp-social-icon .counter-icon, .social-icons-item .mailpoet-social-icon, .social-icons-item .mailpoet-social-icon .counter-icon, .social-icons-item .mymail-social-icon, .social-icons-item .mymail-social-icon .counter-icon {
    background-color: #2c9ab7
    }
.social-icons-item .posts-social-icon, .social-icons-item .posts-social-icon .counter-icon {
    background-color: #9b59b6
    }
.social-icons-item .comments-social-icon, .social-icons-item .comments-social-icon .counter-icon {
    background-color: #1abc9c
    }
.social-icons-item .groups-social-icon, .social-icons-item .groups-social-icon .counter-icon {
    background-color: #788cb6
    }
.social-icons-item .forums-social-icon, .social-icons-item .forums-social-icon .counter-icon {
    background-color: #88aca1
    }
.social-icons-item .members-social-icon, .social-icons-item .members-social-icon .counter-icon {
    background-color: #dc5034
    }
.social-icons-item .topics-social-icon, .social-icons-item .topics-social-icon .counter-icon {
    background-color: #613854
    }
.social-icons-item .replies-social-icon, .social-icons-item .replies-social-icon .counter-icon {
    background-color: #71c6c1
    }
ul:not(.solid-social-icons) .social-icons-item a:not(:hover) {
    background-color: transparent !important
    }
.dark-skin .social-icons-item .url-social-icon span, .social-icons-item .social-custom-link span {
    color: #aaa
    }
.solid-social-icons .social-link {
    background-color: #2c2f34;
    transition: opacity 0.3s
    }
.dark-skin .solid-social-icons .social-link {
    background-color: #27292d;
    border-color: #27292d
    }
.solid-social-icons .social-link span {
    color: #fff !important;
    transition: 0.1s
    }
.solid-social-icons .social-link:hover {
    opacity: 0.8
    }
.tie-fluid-width-video-wrapper, .featured-area.video-is-sticky {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56%
    }
.entry .tie-fluid-width-video-wrapper {
    clear: both
    }
.tie-fluid-width-video-wrapper iframe, .tie-fluid-width-video-wrapper object, .tie-fluid-width-video-wrapper embed, .tie-fluid-width-video-wrapper .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.wp-video-shortcode, .wp-video {
    width: 100% !important;
    height: auto !important
    }
#tie-wrapper .mejs-container .mejs-controls {
    background: #08f;
    color: #fff
    }
#tie-wrapper .mejs-container .mejs-time-current {
    background: #fff
    }
#tie-wrapper .mejs-container .mejs-time-loaded, #tie-wrapper .mejs-container .mejs-horizontal-volume-current {
    background: rgba(255, 255, 255, 0.5)
    }
#tie-wrapper .mejs-container.wp-video-shortcode.mejs-video {
    padding-top: 57%
    }
#tie-wrapper .mejs-container .mejs-overlay, #tie-wrapper .mejs-container .mejs-poster {
    width: 100% !important;
    height: 100% !important
    }
#tie-wrapper .mejs-container .mejs-mediaelement video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
    }
#tie-wrapper .wp-playlist {
    padding: 0
    }
#tie-wrapper .wp-playlist.wp-playlist-light, #tie-wrapper .wp-playlist.wp-playlist-dark {
    border-color: #eee;
    background: transparent;
    color: #333
    }
#tie-wrapper .wp-playlist.wp-playlist-light .wp-playlist-playing, #tie-wrapper .wp-playlist.wp-playlist-dark .wp-playlist-playing {
    background: #eee;
    color: #444
    }
#tie-wrapper .wp-playlist .wp-playlist-item {
    padding: 5px;
    border-color: #eee
    }
#tie-wrapper .wp-playlist .wp-playlist-item-length {
    right: 6px;
    top: 5px
    }
#tie-wrapper .wp-playlist .wp-playlist-playing {
    font-weight: normal
    }
#tie-wrapper .wp-playlist .wp-playlist-tracks {
    margin-top: 0
    }
.theme-notice {
    background: #fff6ac;
    padding: 10px;
    color: #000 !important;
    display: block;
    clear: both
    }
#the-post .theme-notice {
    margin-bottom: 10px
    }
.trending-post.fa {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background: #F64E4E;
    color: #fff;
    border-radius: 100%;
    z-index: 4
    }
.thumb-meta .trending-post.fa {
    margin-right: 7px
    }
.trending-post.fa.trending-lg, .centered-title-slider .trending-post.fa {
    display: block;
    margin: 5px auto !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px
    }
.wide-slider-nav-wrapper .trending-post.fa, .boxed-five-slides-slider .trending-post.fa {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top: -5px
    }
.post-thumb .trending-post.fa.trending-lg {
    position: absolute;
    margin: 0 !important;
    left: 10px;
    top: -10px
    }
@media (max-width: 670px) {
    .post-thumb .trending-post.fa.trending-lg {
        top: 10px
        }
    }
.trending-post.fa.trending-sm {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 12px;
    float: left;
    top: 3px;
    position: relative
    }
.loader-overlay {
    opacity: 1;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    background: transparent;
    position: absolute;
    zoom: 1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%)
    }
.spinner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin: auto;
    width: 5em
    }
.show-more-button .spinner {
    width: 3.1em
    }
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    margin-right: 0.5em;
    opacity: 0.8
    }
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin-right: 0.5em;
    opacity: 0.9
    }
.spinner > div {
    border-radius: 100%;
    -webkit-animation: bouncedelay 1.4s infinite;
    animation: bouncedelay 1.4s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #08f;
    color: #fff;
    display: block;
    float: left;
    height: 1em;
    width: 1em
    }
#product-images-slider-nav .spinner > div, .show-more-button .spinner > div {
    width: 0.7em;
    height: 0.7em
    }
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
        } 40% {
        -webkit-transform: scale(1);
        transform: scale(1)
        }
    }
@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
        } 40% {
        -webkit-transform: scale(1);
        transform: scale(1)
        }
    }
.spinner-circle {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    top: -20px;
    left: -20px;
    -webkit-animation: parent-animate 1.5s linear infinite;
    animation: parent-animate 1.5s linear infinite;
    clip: rect(0, 40px, 40px, 20px)
    }
.spinner-circle:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: inset 0 0 0 2px;
    color: #08f;
    -webkit-animation: child-animate 1.5s ease-in-out infinite;
    animation: child-animate 1.5s ease-in-out infinite;
    clip: rect(0, 40px, 40px, 20px)
    }
@-webkit-keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
        } 100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
        }
    }
@keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
        } 100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
        }
    }
@-webkit-keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
        } 100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
        }
    }
@keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
        } 100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
        }
    }
.entry-header, .entry-archives-header {
    padding: 30px 30px 0;
    margin-bottom: 20px
    }
@media (max-width: 991px) {
    .entry-header, .entry-archives-header {
        padding: 20px 20px 0
        }
    }
@media (max-width: 1199px) {
    .entry-archives-header {
        padding: 20px 20px 0;
        margin-bottom: 10px
        }
    }
#tie-body .post-cat:hover, #tie-body .social-statistics-widget a:hover, #tie-body a.remove:hover, #tie-body a.button:hover, #tie-body .tabs > li > a:hover, #tie-body .item-list-tabs a:hover, #tie-body .item-options a:hover, #tie-body .action a:hover {
    text-decoration: none !important
    }
#is-scroller-outer {
    visibility: hidden;
    width: 100px;
    height: 0;
    overflow: scroll
    }
#is-scroller {
    width: 100%
    }
.gallery {
    margin: 0 -1.166667% 1.75em
    }
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.140065% 2.28013%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
    }
.gallery-item a {
    display: block
    }
.gallery-columns-1 .gallery-item {
    max-width: 100%
    }
.gallery-columns-2 .gallery-item {
    max-width: 50%
    }
.gallery-columns-4 .gallery-item {
    max-width: 25%
    }
.gallery-columns-5 .gallery-item {
    max-width: 20%
    }
.gallery-columns-6 .gallery-item {
    max-width: 16.66%
    }
.gallery-columns-7 .gallery-item {
    max-width: 14.28%
    }
.gallery-columns-8 .gallery-item {
    max-width: 12.5%
    }
.gallery-columns-9 .gallery-item {
    max-width: 11.11%
    }
.gallery-icon img {
    margin: 0 auto
    }
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.615385;
    padding-top: 0.538462em
    }
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
    }
.wp-caption {
    max-width: 100%
    }
.wp-caption:not(.alignleft):not(.alignright) {
    margin-right: auto;
    margin-left: auto
    }
.wp-caption img[class*="wp-image-"] {
    display: block
    }
.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.615385;
    padding-top: 5px
    }
q, blockquote {
    background: #2c2f34;
    padding: 30px 50px;
    margin: 20px 0;
    display: block;
    color: #fff
    }
q::before, blockquote::before {
    display: block;
    content: "";
    font-family: fontawesome;
    font-size: 26px;
    color: #08f;
    margin-bottom: 20px
    }
q p, blockquote p {
    margin-bottom: 1.474em;
    font-size: 19px;
    line-height: 30px;
    font-style: italic
    }
q a, blockquote a {
    color: #08f
    }
q a:hover, blockquote a:hover {
    color: #006dcc
    }
q cite, blockquote cite {
    font-size: 16px;
    display: block;
    text-align: right;
    color: #08f;
    margin-top: 10px
    }
q > :last-child, blockquote > :last-child {
    margin-bottom: 0
    }
q.alignleft, blockquote.alignleft {
    margin: 0.316em 1.474em 1.474em 0;
    width: 50%
    }
q.alignright, blockquote.alignright {
    margin: 0.316em 0 1.474em 1.474em;
    width: 50%
    }
@media (max-width: 767px) {
    q, blockquote {
        float: none !important;
        width: auto !important;
        margin: 20px 0 !important
        }
    }
blockquote.quote-light {
    background: #eee;
    border-color: #08f;
    border-width: 0;
    border-left-width: 3px;
    border-style: solid;
    color: #2c2f34
    }
blockquote.quote-light::before {
    display: none
    }
blockquote.quote-light p {
    font-size: 18px;
    line-height: 28px
    }
blockquote.quote-light cite {
    text-align: left
    }
blockquote.quote-simple {
    background: transparent;
    border-width: 0;
    text-align: center;
    padding: 0;
    color: #08f
    }
blockquote.quote-simple::before {
    display: none
    }
blockquote.quote-simple p {
    color: inherit;
    font-size: 28px;
    line-height: 38px
    }
blockquote.quote-simple cite {
    text-align: center
    }
blockquote.quote-simple.alignleft, blockquote.quote-simple.alignright {
    text-align: left
    }
blockquote.quote-simple.alignleft p, blockquote.quote-simple.alignright p {
    font-style: normal
    }
table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    margin-bottom: 1.5em
    }
table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.03)
    }
table td, table th {
    padding: 0.4em;
    text-align: left;
    border-right: 1px dotted rgba(0, 0, 0, 0.1)
    }
table th:last-child, table tr td:last-child {
    border-right: 0
    }
table thead th {
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 0.7em 0.4em;
    vertical-align: middle
    }
table tbody th {
    background: rgba(0, 0, 0, 0.03)
    }
.entry table tbody td, .entry table tbody th {
    border: 1px solid rgba(0, 0, 0, 0.1)
    }
.table-is-responsive {
    clear: both;
    overflow-x: auto
    }
.entry ol, .entry ul, .comment-content ol, .comment-content ul {
    margin-bottom: 20px;
    padding-left: 15px;
    margin-left: 20px
    }
.entry ol li, .entry ul ol li, .comment-content ol li, .comment-content ul ol li {
    list-style: decimal
    }
.entry ul li, .entry ol ul li, .comment-content ul li, .comment-content ol ul li {
    list-style: disc;
    list-style-image: none
    }
.entry li, .comment-content li {
    margin: 0 0 5px 0
    }
.entry li ol, .entry li ul, .comment-content li ol, .comment-content li ul {
    margin: 5px 0 0 15px
    }
.entry dl, .comment-content dl {
    margin: 0 0 1.75em
    }
.entry dt, .comment-content dt {
    font-weight: 700
    }
.entry dd, .comment-content dd {
    margin: 0 0 1.75em
    }
.entry {
    line-height: 26px;
    font-size: 15px
    }
.entry p {
    margin-bottom: 25px;
    line-height: 26px
    }
.entry p:last-child {
    margin: 0
    }
.entry mark {
    background: #333;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none
    }
@media (max-width: 767px) {
    .container-wrapper, .entry-content {
        padding: 20px 15px
        }
    }
#mobile-container {
    display: none;
    padding: 10px 30px 30px
    }
#mobile-container .components {
    float: none;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }
#mobile-container .components li {
    display: inline-block;
    float: none;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
    }
#mobile-container .components li a {
    width: 100%
    }
#mobile-container .components li a:hover {
    color: #fff
    }
#mobile-container .components li a > span {
    right: calc(50% - 15px)
    }
#mobile-container .components .comp-sub-menu {
    background: #333
    }
#mobile-container .components .comp-sub-menu li {
    display: block
    }
#mobile-menu {
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px
    }
#mobile-menu .hide-mega-headings > a {
    display: none
    }
#mobile-menu .hide-mega-headings > a + ul {
    display: block
    }
#mobile-menu.hide-menu-icons a span.fa {
    display: none
    }
#mobile-menu .menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }
.dark-skin #mobile-menu .menu > li {
    border-color: rgba(255, 255, 255, 0.05)
    }
#mobile-menu .menu > li li {
    padding-left: 15px
    }
#mobile-menu .menu > li:only-child {
    border-bottom: none
    }
#mobile-menu .menu > li:only-child li {
    padding: 0
    }
#mobile-menu .menu > li:only-child li a {
    font-size: 16px;
    font-weight: 600
    }
#mobile-menu li {
    display: block;
    position: relative
    }
#mobile-menu li .screen-reader-text {
    height: auto;
    width: auto;
    position: initial !important;
    overflow: initial !important;
    clip: initial !important
    }
#mobile-menu li a {
    display: block;
    padding: 15px 50px 15px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
    }
.dark-skin #mobile-menu li a {
    color: #fff
    }
#mobile-menu li a:hover {
    opacity: 0.7
    }
#mobile-menu li a > .fa {
    margin-right: 3px;
    width: 25px;
    text-align: center
    }
#mobile-menu li.menu-item-has-children > a:before {
    display: none
    }
#mobile-menu li ul, #mobile-menu li .menu-sub-content {
    opacity: 1 !important;
    background-image: none !important;
    padding: 0 !important;
    min-height: unset !important
    }
#mobile-menu li ul {
    padding-left: 15px;
    display: none
    }
#mobile-menu li ul a {
    font-weight: normal;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
    }
#mobile-menu li ul .mobile-arrows {
    font-size: 12px
    }
#mobile-menu:not(.hide-menu-icons) li.menu-item-has-icon > ul, #mobile-menu:not(.hide-menu-icons) li.menu-item-has-icon > div {
    padding-left: 25px !important
    }
#mobile-menu .mobile-arrows {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 15px 10px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.dark-skin #mobile-menu .mobile-arrows {
    color: #fff
    }
#mobile-menu .mobile-arrows.is-open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
#mobile-social-icons {
    margin-bottom: 15px
    }
#mobile-social-icons ul {
    text-align: center;
    overflow: hidden
    }
#mobile-social-icons ul .social-icons-item {
    float: none;
    display: inline-block
    }
#mobile-social-icons .social-icons-item {
    margin: 0
    }
#mobile-social-icons .social-icons-item .social-link {
    background: transparent;
    border: none
    }
.light-skin #mobile-social-icons .social-link:not(:hover) span {
    color: #777 !important
    }
#mobile-search .search-field {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff
    }
.light-skin #mobile-search .search-field {
    background-color: rgba(0, 0, 0, 0.05);
    color: #2c2f34
    }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #mobile-search .search-field {
        font-size: 16px
        }
    }
#mobile-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
    }
#mobile-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6)
    }
#mobile-search input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6)
    }
#mobile-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
    }
#mobile-menu-icon {
    display: none;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s
    }
#mobile-menu-icon .nav-icon {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #2c2f34;
    position: relative;
    top: -4px;
    transition: background 0.4s ease
    }
#mobile-menu-icon .nav-icon:before, #mobile-menu-icon .nav-icon:after {
    position: absolute;
    right: 0;
    background-color: #2c2f34;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: background 0.4s, right 0.2s ease, -webkit-transform 0.4s;
    transition: transform 0.4s, background 0.4s, right 0.2s ease;
    transition: transform 0.4s, background 0.4s, right 0.2s ease, -webkit-transform 0.4s;
    -webkit-transform: translatez(0);
    transform: translatez(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
#mobile-menu-icon .nav-icon:before {
    -webkit-transform: translatey(-6px);
    -ms-transform: translatey(-6px);
    transform: translatey(-6px)
    }
#mobile-menu-icon .nav-icon:after {
    -webkit-transform: translatey(6px);
    -ms-transform: translatey(6px);
    transform: translatey(6px)
    }
.dark-skin #mobile-menu-icon .nav-icon, .dark-skin #mobile-menu-icon .nav-icon:before, .dark-skin #mobile-menu-icon .nav-icon:after, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon:before, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon:after {
    background-color: #fff
    }
.dark-skin #mobile-menu-icon .nav-icon .menu-text, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon .menu-text {
    color: #fff
    }
#mobile-menu-icon .menu-text {
    color: #2c2f34;
    line-height: 30px;
    font-size: 12px;
    padding: 0 3px;
    display: inline-block;
    transition: color 0.4s
    }
.dark-skin #mobile-menu-icon .menu-text, .main-nav-dark.header-layout-1 #mobile-menu-icon .menu-text {
    color: #fff
    }
@media (max-width: 991px) {
    #mobile-container, #mobile-menu-icon {
        display: block
        }
    #slide-sidebar-widgets {
        display: none
        }
    }
.block-head-1 .the-global-title, .block-head-1 .comment-reply-title, .block-head-1 .related.products > h2, .block-head-1 .up-sells > h2, .block-head-1 .cross-sells > h2, .block-head-1 .cart_totals > h2, .block-head-1 .bbp-form legend {
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px
    }
.block-head-1 .the-global-title:after, .block-head-1 .comment-reply-title:after, .block-head-1 .related.products > h2:after, .block-head-1 .up-sells > h2:after, .block-head-1 .cross-sells > h2:after, .block-head-1 .cart_totals > h2:after, .block-head-1 .bbp-form legend:after {
    content: "";
    background: #2c2f34;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0
    }
.block-head-1 .the-global-title:before, .block-head-1 .comment-reply-title:before, .block-head-1 .related.products > h2:before, .block-head-1 .up-sells > h2:before, .block-head-1 .cross-sells > h2:before, .block-head-1 .cart_totals > h2:before, .block-head-1 .bbp-form legend:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2f34
    }
.dark-skin .block-head-1 .the-global-title:before, .dark-skin .block-head-1 .comment-reply-title:before, .dark-skin .block-head-1 .related.products > h2:before, .dark-skin .block-head-1 .up-sells > h2:before, .dark-skin .block-head-1 .cross-sells > h2:before, .dark-skin .block-head-1 .cart_totals > h2:before, .dark-skin .block-head-1 .bbp-form legend:before {
    border-top-color: #fff
    }
.block-head-1 .mag-box div.mag-box-title:before {
    border-top-color: #08f
    }
.block-head-1 .dark-skin .section-title-default:after {
    background: #fff
    }
.block-head-1 .dark-skin .section-title-default:before {
    border-top-color: #fff
    }
.block-head-1 .dark-skin .widget-title:after {
    background: #fff
    }
.block-head-1 .dark-skin .widget-title:before {
    border-top-color: #fff
    }
.block-head-1 #footer .widget-title:before {
    display: none
    }
.block-head-2 .the-global-title, .block-head-2 .comment-reply-title, .block-head-2 .related.products > h2, .block-head-2 .up-sells > h2, .block-head-2 .cross-sells > h2, .block-head-2 .cart_totals > h2, .block-head-2 .bbp-form legend {
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #27292d;
    color: #27292d
    }
.block-head-2 .section-title-default {
    border-bottom-width: 5px
    }
.block-head-2 #footer .widget-title:after {
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0
    }
.block-head-3 .the-global-title, .block-head-3 .comment-reply-title, .block-head-3 .related.products > h2, .block-head-3 .up-sells > h2, .block-head-3 .cross-sells > h2, .block-head-3 .cart_totals > h2, .block-head-3 .bbp-form legend {
    position: relative;
    font-size: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 14px
    }
.block-head-3 .the-global-title:after, .block-head-3 .comment-reply-title:after, .block-head-3 .related.products > h2:after, .block-head-3 .up-sells > h2:after, .block-head-3 .cross-sells > h2:after, .block-head-3 .cart_totals > h2:after, .block-head-3 .bbp-form legend:after {
    content: "";
    background: #27292d;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0
    }
.block-head-3 .dark-skin .the-global-title:after {
    background: #fff
    }
.block-head-3 #footer .widget-title:after {
    width: 50px
    }
.dark-skin .block-head-1 .the-global-title, .dark-skin .block-head-1 .related.products > h2, .dark-skin .block-head-1 .up-sells > h2, .dark-skin .block-head-1 .cross-sells > h2, .dark-skin .block-head-1 .cart_totals > h2, .dark-skin .block-head-1 .bbp-form legend, .dark-skin .block-head-2 .the-global-title, .dark-skin .block-head-2 .related.products > h2, .dark-skin .block-head-2 .up-sells > h2, .dark-skin .block-head-2 .cross-sells > h2, .dark-skin .block-head-2 .cart_totals > h2, .dark-skin .block-head-2 .bbp-form legend, .dark-skin .block-head-3 .the-global-title, .dark-skin .block-head-3 .related.products > h2, .dark-skin .block-head-3 .up-sells > h2, .dark-skin .block-head-3 .cross-sells > h2, .dark-skin .block-head-3 .cart_totals > h2, .dark-skin .block-head-3 .bbp-form legend, .block-head-1 .dark-skin .the-global-title, .block-head-2 .dark-skin .the-global-title, .block-head-3 .dark-skin .the-global-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1)
    }
.block-head-1 #footer .widget-title, .block-head-2 #footer .widget-title, .block-head-3 #footer .widget-title {
    border-bottom: 0
    }
.dark-skin .block-head-1 .the-global-title:after, .dark-skin .block-head-1 .related.products > h2:after, .dark-skin .block-head-1 .up-sells > h2:after, .dark-skin .block-head-1 .cross-sells > h2:after, .dark-skin .block-head-1 .cart_totals > h2:after, .dark-skin .block-head-1 .bbp-form legend:after, .dark-skin .block-head-3 .the-global-title:after, .dark-skin .block-head-3 .related.products > h2:after, .dark-skin .block-head-3 .up-sells > h2:after, .dark-skin .block-head-3 .cross-sells > h2:after, .dark-skin .block-head-3 .cart_totals > h2:after, .dark-skin .block-head-3 .bbp-form legend:after {
    background: #fff
    }
.block-head-1 .mag-box div.mag-box-title, .block-head-1 .mag-box-title h3 a, .block-head-1 .block-more-button, .block-head-3 .mag-box div.mag-box-title, .block-head-3 .mag-box-title h3 a, .block-head-3 .block-more-button {
    color: #08f
    }
.block-head-1 .mag-box-title h3 a:hover, .block-head-1 .block-more-button:hover, .block-head-3 .mag-box-title h3 a:hover, .block-head-3 .block-more-button:hover {
    color: #006dcc
    }
.block-head-1 .mag-box div.mag-box-title:after, .block-head-3 .mag-box div.mag-box-title:after {
    background: #08f
    }
.block-head-4 .has-block-head-4, .block-head-4 .mag-box-title h3, .block-head-4 .comment-reply-title, .block-head-4 .related.products > h2, .block-head-4 .up-sells > h2, .block-head-4 .cross-sells > h2, .block-head-4 .cart_totals > h2, .block-head-4 .bbp-form legend {
    position: relative;
    opacity: 0.99;
    display: inline-block !important;
    width: auto;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #fff
    }
.block-head-4 .has-block-head-4:before, .block-head-4 .mag-box-title h3:before, .block-head-4 .comment-reply-title:before, .block-head-4 .related.products > h2:before, .block-head-4 .up-sells > h2:before, .block-head-4 .cross-sells > h2:before, .block-head-4 .cart_totals > h2:before, .block-head-4 .bbp-form legend:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #08f;
    z-index: -1
    }
.block-head-4 .section-title-default {
    padding: 5px 20px
    }
.block-head-4 .mag-box-title h3 a, .block-head-4 .section-title-default a, .block-head-4 #cancel-comment-reply-link {
    color: #fff
    }
.block-head-4 .mag-box-title h3 a:hover, .block-head-4 .section-title-default a:hover, .block-head-4 #cancel-comment-reply-link:hover {
    opacity: 0.8
    }
.block-head-4 .mag-box-title {
    position: relative;
    margin-bottom: 0
    }
.block-head-4 .mag-box-title h3 {
    font-size: 18px
    }
.block-head-4 .mag-box-title .tie-alignright {
    margin-top: 6px
    }
.block-head-4 .widget-title {
    padding: 0 10px
    }
.block-head-4 .widget-title .the-subtitle {
    line-height: 27px
    }
.block-head-4#tie-body .widget-title, .block-head-4#tie-body .widget-title a:not(:hover) {
    color: #fff
    }
.block-head-4#tie-body .widget-title:before {
    background: #111
    }
.block-head-4 #check-also-box .widget-title {
    padding-left: 30px
    }
.block-head-4 #check-also-close {
    top: 4px;
    left: 5px
    }
.block-head-4 .widget-title a:not(:hover) {
    color: #fff
    }
.block-head-4 .mag-box-filter-links .flexMenu-popup {
    top: 5px
    }
.block-head-4 span.widget-title-icon, .block-head-7 span.widget-title-icon {
    float: left;
    margin-right: 10px;
    line-height: 27px;
    position: static;
    color: #fff
    }
.block-head-4 .mag-box > .container-wrapper, .block-head-4 .widget-title, .block-head-4 #footer .widget, .block-head-4 .side-aside .widget, .block-head-7 .mag-box > .container-wrapper, .block-head-7 .widget-title, .block-head-7 #footer .widget, .block-head-7 .side-aside .widget {
    opacity: 0.99
    }
.block-head-5 .has-block-head-4, .block-head-5 .mag-box-title h3, .block-head-5 .comment-reply-title, .block-head-5 .related.products > h2, .block-head-5 .up-sells > h2, .block-head-5 .cross-sells > h2, .block-head-5 .cart_totals > h2, .block-head-5 .bbp-form legend {
    padding: 5px 15px 5px 25px
    }
.block-head-5 .has-block-head-4:before, .block-head-5 .mag-box-title h3:before, .block-head-5 .comment-reply-title:before, .block-head-5 .related.products > h2:before, .block-head-5 .up-sells > h2:before, .block-head-5 .cross-sells > h2:before, .block-head-5 .cart_totals > h2:before, .block-head-5 .bbp-form legend:before {
    -webkit-transform: skew(-20deg) translatex(6px);
    -ms-transform: skew(-20deg) translatex(6px);
    transform: skew(-20deg) translatex(6px)
    }
.block-head-5 .section-title-default {
    padding: 5px 20px 5px 35px
    }
.block-head-5 .section-title-default:before {
    -webkit-transform: skew(-20deg) translatex(13px);
    -ms-transform: skew(-20deg) translatex(13px);
    transform: skew(-20deg) translatex(13px)
    }
.block-head-5 .widget-title {
    padding: 0 10px 0 20px
    }
.block-head-5 #check-also-box .widget-title {
    padding-left: 37px
    }
.block-head-5 #check-also-close {
    left: 12px
    }
.block-head-6 .has-block-head-4:after, .block-head-6 .mag-box-title h3:after, .block-head-6 .comment-reply-title:after, .block-head-6 .related.products > h2:after, .block-head-6 .up-sells > h2:after, .block-head-6 .cross-sells > h2:after, .block-head-6 .cart_totals > h2:after, .block-head-6 .bbp-form legend:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #08f;
    -webkit-transform: skew(-40deg) translatex(14px);
    -ms-transform: skew(-40deg) translatex(14px);
    transform: skew(-40deg) translatex(14px);
    z-index: -1
    }
.block-head-6 .section-title-default {
    padding: 5px 25px
    }
.block-head-6 .section-title-default:after {
    -webkit-transform: skew(-40deg) translatex(32px);
    -ms-transform: skew(-40deg) translatex(32px);
    transform: skew(-40deg) translatex(32px)
    }
.block-head-6#tie-body .widget-title:after {
    background: #111
    }
.block-head-7 .the-global-title, .block-head-7 .comment-reply-title, .block-head-7 .related.products > h2, .block-head-7 .up-sells > h2, .block-head-7 .cross-sells > h2, .block-head-7 .cart_totals > h2, .block-head-7 .bbp-form legend {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 7px 10px;
    color: #fff;
    background-color: #111
    }
.block-head-7 .section-title-default {
    padding: 5px 15px
    }
.block-head-7 .mag-box-title h3 {
    font-size: 15px;
    line-height: 22px
    }
.block-head-7 .the-global-title a {
    color: #fff
    }
.block-head-7 .mag-box .mag-box-title .mag-box-filter-links a.active {
    color: #08f
    }
.block-head-7 .mag-box-title h3 a:hover, .block-head-7 .block-more-button:hover, .block-head-7 .section-title-default a:hover, .block-head-7 .widget-title a:hover {
    opacity: 0.8
    }
.block-head-7 .mag-box-filter-links .flexMenu-popup {
    top: 6px
    }
.block-head-7 .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active) {
    color: #2c2f34
    }
.dark-skin .block-head-7 .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active), .block-head-7 .dark-skin .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active) {
    color: #aaa
    }
.block-head-7 .slider-arrow-nav {
    margin-right: -3px
    }
.block-head-7 .slider-arrow-nav a {
    border-color: rgba(255, 255, 255, 0.2)
    }
.block-head-7 #footer .widget-title {
    display: inline-block
    }
.block-head-7 span.widget-title-icon {
    line-height: 19px
    }
.block-head-8 .the-global-title, .block-head-8 .comment-reply-title, .block-head-8 .related.products > h2, .block-head-8 .up-sells > h2, .block-head-8 .cross-sells > h2, .block-head-8 .cart_totals > h2, .block-head-8 .bbp-form legend {
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 0
    }
.dark-skin .block-head-8 .the-global-title, .dark-skin .block-head-8 .comment-reply-title, .dark-skin .block-head-8 .related.products > h2, .dark-skin .block-head-8 .up-sells > h2, .dark-skin .block-head-8 .cross-sells > h2, .dark-skin .block-head-8 .cart_totals > h2, .dark-skin .block-head-8 .bbp-form legend {
    color: #fff
    }
.block-head-8 .the-global-title:before, .block-head-8 .comment-reply-title:before, .block-head-8 .related.products > h2:before, .block-head-8 .up-sells > h2:before, .block-head-8 .cross-sells > h2:before, .block-head-8 .cart_totals > h2:before, .block-head-8 .bbp-form legend:before {
    content: "";
    background: #08f;
    height: 1em;
    width: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 0
    }
.block-head-8 .section-title-default {
    padding-left: 25px
    }
.block-head-8 .section-title-default:before {
    height: 0.8em;
    width: 15px
    }
.block-head-8 .mag-box-title h3 {
    line-height: 22px
    }
.block-head-8 .dark-skin .the-global-title {
    color: #fff
    }
.section-title {
    font-weight: 700
    }
.section-title.section-title-default {
    font-size: 50px;
    margin-bottom: 40px
    }
@media (max-width: 767px) {
    .section-title.section-title-default {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 20px
        }
    }
.section-title span.the-section-title .fa {
    font-size: 85%
    }
.section-title-centered {
    font-size: 50px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
    }
@media (max-width: 767px) {
    .section-title-centered {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 30px
        }
    }
.section-title-centered span.the-section-title {
    padding: 0 2%;
    text-align: center;
    line-height: 1
    }
.dark-skin .section-title-centered {
    color: #fff
    }
.section-title-centered:before, .section-title-centered:after {
    height: 2px;
    content: "";
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    position: relative;
    background-color: #2c2f34;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
    }
.dark-skin .section-title-centered:before, .dark-skin .section-title-centered:after {
    background-color: #fff
    }
.section-title-big {
    padding: 0 15px;
    font-size: 80px;
    margin-bottom: -15px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.3)
    }
@media (max-width: 767px) {
    .section-title-big {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 5px
        }
    }
.dark-skin .section-title-big {
    color: rgba(255, 255, 255, 0.3)
    }
.section-item {
    position: relative;
    padding: 30px 0 0;
    clear: both
    }
@media (max-width: 991px) {
    .section-item {
        padding-top: 15px
        }
    }
.has-title .section-item {
    padding-top: 85px;
    padding-bottom: 55px
    }
@media (max-width: 991px) {
    .has-title .section-item {
        padding-top: 20px;
        padding-bottom: 10px
        }
    }
.without-background:not(.has-title) + .without-background.has-title .section-item {
    padding-top: 55px
    }
.has-background .section-item {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
    }
.archive .has-background .section-item {
    padding-bottom: 30px
    }
.normal-width.has-background .section-item {
    padding-right: 30px;
    padding-left: 30px
    }
@media (max-width: 991px) {
    .normal-width.has-background .section-item {
        padding-right: 15px;
        padding-left: 15px
        }
    }
@media (max-width: 991px) {
    .container.has-background {
        padding-right: 0;
        padding-left: 0
        }
    }
.section-item.first-block-is-full-width, .without-background + .without-background .section-item {
    padding-top: 0
    }
.has-background .section-item > section {
    margin-bottom: 0
    }
.has-background .section-item > section + .container {
    margin-top: 30px
    }
@media (max-width: 991px) {
    .has-background .section-item > section + .container {
        margin-top: 15px
        }
    }
.mag-box-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
    }
.mag-box-title h3 {
    font-size: 18px;
    margin-right: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: calc(100% - 145px);
    float: left
    }
@media (max-width: 479px) {
    .mag-box-title h3 {
        max-width: calc(100% - 105px)
        }
    }
.mag-box-title h3:only-child {
    max-width: 100%
    }
.mag-box-title .tie-alignright {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 100%
    }
.mag-box-options {
    font-size: 12px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
    }
.mag-box-options .slider-arrow-nav {
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px
    }
.block-more-button {
    margin-left: 10px;
    line-height: 22px
    }
.mag-box-filter-links {
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden;
    height: 22px
    }
.mag-box-filter-links li {
    float: left
    }
.mag-box-filter-links a {
    padding: 0 6px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    color: #2c2f34;
    display: inline-block;
    transition: 0.2s;
    white-space: nowrap;
    word-wrap: normal
    }
.mag-box-filter-links a:hover {
    border-color: #08f;
    background-color: #08f;
    color: #fff
    }
div.mag-box .mag-box-options .mag-box-filter-links a.active {
    color: #08f;
    background-color: transparent;
    cursor: default
    }
.flexMenu-viewMore > a {
    position: relative;
    z-index: 5
    }
.flexMenu-viewMore > a > span {
    display: inline-block;
    line-height: 22px;
    font-size: 16px
    }
.mag-box-filter-links .flexMenu-viewMore:hover > a {
    background-color: transparent !important;
    color: #08f
    }
.flexMenu-popup {
    z-index: 4;
    -webkit-transform: translatex(-100%) translatex(34px);
    -ms-transform: translatex(-100%) translatex(34px);
    transform: translatex(-100%) translatex(34px);
    min-width: 100px;
    text-align: right;
    white-space: nowrap;
    word-wrap: normal;
    border-radius: 2px;
    background: #fff
    }
.flexMenu-popup li {
    width: 100%;
    display: block
    }
.mag-box-filter-links .flexMenu-popup {
    top: 0;
    padding-top: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
    }
.mag-box-filter-links .flexMenu-popup li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
    }
.flexMenu-popup a {
    border-radius: 0;
    display: block;
    padding: 3px 10px;
    transition: none;
    margin: 0
    }
.breaking-news-outer {
    height: 40px;
    overflow: hidden;
    border-radius: 2px
    }
.mag-box .breaking-title {
    line-height: 40px
    }
.mag-box .breaking {
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left-width: 0
    }
.mag-box .controls-is-active .ticker-wrapper.has-js {
    padding-right: 90px
    }
.mag-box .ticker-wrapper.has-js, .mag-box .ticker, .mag-box .ticker-content, .mag-box .ticker-swipe, .mag-box .breaking-news-nav, .mag-box .breaking-news-nav li {
    line-height: 38px;
    height: 38px
    }
.mag-box .breaking-news-nav {
    padding-right: 0
    }
.mag-box .breaking-news-nav li {
    margin: 0;
    width: 38px;
    border-width: 0 0 0 1px;
    border-radius: 0;
    font-size: 16px
    }
.mag-box .breaking-news-nav li:hover {
    border-color: transparent !important
    }
.dark-skin .mag-box .breaking, .dark-skin .mag-box .breaking-news-nav li, .box-dark-skin .breaking, .box-dark-skin .breaking-news-nav li {
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .mag-box .breaking, .dark-skin .mag-box .ticker-content, .dark-skin .mag-box .ticker-swipe, .box-dark-skin .breaking, .box-dark-skin .ticker-content, .box-dark-skin .ticker-swipe {
    background-color: #27292d
    }
.mag-box-container {
    position: relative
    }
.mag-box .posts-items li:nth-child(1), .mini-posts-box .posts-items li:nth-child(2), .big-post-left-box .posts-items li:nth-child(2), .big-posts-box .posts-items li:nth-child(2) {
    margin-top: 0
    }
.mag-box {
    margin-bottom: 30px;
    clear: both
    }
@media (max-width: 991px) {
    .mag-box {
        margin-bottom: 15px
        }
    }
.mag-box .is-loading {
    opacity: 0.5;
    transition: opacity 0.3s
    }
.mag-box .posts-items {
    clear: both;
    margin: 0 -2%
    }
.mag-box .posts-items li {
    float: left;
    width: 50%;
    margin-top: 24px;
    padding: 0 2%
    }
@media (max-width: 670px) {
    .mag-box .posts-items li {
        width: 100%
        }
    .mag-box .posts-items li:not(:first-child) {
        margin-top: 14px
        }
    }
.mag-box .posts-items-loaded-ajax {
    margin-top: 24px !important
    }
.mag-box .post-title {
    font-size: 20px;
    line-height: 1.4
    }
.mag-box .post-meta {
    margin: 0 0 3px
    }
.mag-box .post-excerpt {
    margin-top: 5px;
    color: #666
    }
.mag-box li:not(:first-child) .post-thumb {
    float: left;
    margin-right: 15px
    }
.mag-box li:not(:first-child) .post-details {
    padding-left: 125px
    }
.mag-box li:not(:first-child) .post-title {
    font-size: 14px
    }
.no-small-thumbs.post-item .post-details, .no-small-thumbs.post-widget-body, .no-small-thumbs.comment-body {
    padding-left: 0 !important
    }
.content-only:not(.tabs-box), .content-only:not(.tabs-box) > .container-wrapper {
    background-color: transparent;
    border: 0;
    padding: 0
    }
@media (max-width: 991px) {
    .content-only {
        margin: 30px 0
        }
    }
.show-more-button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 600;
    cursor: pointer;
    clear: both
    }
.mag-box .show-more-button {
    margin: 25px -30px -30px;
    border-width: 1px 0 0
    }
@media (max-width: 767px) {
    .mag-box .show-more-button {
        margin: 20px -20px -20px
        }
    }
.pages-nav .show-more-button {
    padding: 0 20px;
    min-height: 50px;
    line-height: 50px
    }
.magazine1 .content-only .show-more-button, .magazine2 .show-more-button {
    border-width: 1px;
    margin: 35px auto 0;
    max-width: 350px
    }
@media (max-width: 991px) {
    .magazine1 .content-only .show-more-button, .magazine2 .show-more-button {
        margin-top: 20px
        }
    }
.show-more-button .spinner-circle {
    top: -13px;
    left: -13px;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
    }
.show-more-button .spinner-circle:after {
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
    }
.pagination-disabled {
    opacity: 0.5;
    cursor: default
    }
.pagination-disabled, .pagination-disabled:hover {
    color: #888 !important
    }
.big-post-left-box .posts-items {
    font-size: 0
    }
.big-post-left-box .posts-items .post-excerpt {
    font-size: 13px
    }
.big-post-left-box .posts-items li:nth-child(n+2) {
    float: none;
    display: inline-block !important;
    vertical-align: top
    }
.big-post-left-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
    }
.big-post-left-box li:first-child .post-thumb {
    margin-bottom: 10px
    }
@media (min-width: 992px) {
    .full-width .big-post-left-box .posts-items li {
        width: calc(100% / 3)
        }
    .full-width .big-post-left-box .posts-items li:nth-child(3) {
        margin-top: 0
        }
    }
.big-post-top-box .posts-items li:first-child {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2%;
    margin-bottom: 24px
    }
.big-post-top-box .posts-items li:first-child .post-thumb {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0
    }
.big-post-top-box .posts-items li:first-child .post-details {
    padding-left: 52%
    }
.big-post-top-box .posts-items li:nth-child(2n) {
    clear: left
    }
.big-post-top-box .posts-items li:nth-child(-n+3) {
    margin-top: 0
    }
.big-post-top-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
    }
@media (max-width: 670px) {
    .big-post-top-box .posts-items li:first-child {
        margin-bottom: 14px
        }
    .big-post-top-box .posts-items li:first-child .post-thumb {
        width: 100%;
        margin: 0 0 10px
        }
    .big-post-top-box .posts-items li:first-child .post-meta {
        width: 100%
        }
    .big-post-top-box .posts-items li:first-child .post-details {
        padding: 0
        }
    .big-post-top-box .posts-items li:nth-child(3), .big-post-top-box .posts-items li:nth-child(4) {
        margin-top: 14px
        }
    }
@media (min-width: 992px) {
    .full-width .big-post-top-box .posts-items li {
        width: calc(100% / 3)
        }
    .full-width .big-post-top-box .posts-items li:nth-child(-n+4) {
        margin-top: 0
        }
    .full-width .big-post-top-box .posts-items li:first-child {
        width: 96%
        }
    .full-width .big-post-top-box .posts-items li:first-child .post-thumb {
        width: 30.6%
        }
    .full-width .big-post-top-box .posts-items li:first-child .post-details {
        padding-left: 34.767%
        }
    .full-width .big-post-top-box .posts-items li:nth-child(2n) {
        clear: none
        }
    .full-width .big-post-top-box .posts-items li:nth-child(3n+2) {
        clear: left
        }
    }
.half-box.mag-box {
    padding-left: 0;
    clear: right
    }
.half-box.second-half-box {
    padding-left: 15px;
    padding-right: 0
    }
@media (max-width: 767px) {
    .half-box {
        padding: 0 !important
        }
    }
.half-box .posts-items {
    margin: 0
    }
.half-box .posts-items li {
    width: 100%;
    padding: 0
    }
.half-box .posts-items li:first-child {
    margin-bottom: 24px
    }
@media (max-width: 670px) {
    .half-box .posts-items li:first-child {
        margin-bottom: 14px
        }
    }
.half-box .posts-items li:first-child .post-thumb {
    margin-bottom: 10px
    }
.half-box .posts-items li:nth-child(2) {
    margin-top: 0
    }
.half-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
    }
@media (min-width: 768px) {
    .content-only.first-half-box {
        padding-right: 15px
        }
    }
.news-gallery .mag-box-container {
    overflow: hidden;
    margin-bottom: -10px
    }
.news-gallery-items {
    width: calc(100% + 10px);
    margin: 0 -5px
    }
.news-gallery-items li {
    float: left;
    height: 75px;
    width: 16.66667%;
    padding: 0 5px 10px
    }
.news-gallery-items li .post-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    float: none !important;
    margin: 0 !important
    }
.media-overlay .news-gallery-items .post-thumb-overlay {
    transition: 0.3s
    }
.media-overlay .news-gallery-items li:hover .post-thumb-overlay {
    background: rgba(255, 255, 255, 0.2)
    }
.big-first-gallery .news-gallery-items {
    height: 280px
    }
.big-first-gallery .news-gallery-items li {
    height: 25%
    }
.big-first-gallery .news-gallery-items li:first-child {
    width: 50%;
    height: 100%
    }
@media (min-width: 992px) {
    .full-width .big-first-gallery .news-gallery-items {
        height: 400px
        }
    .full-width .news-grid .news-gallery-items li {
        height: 100px
        }
    }
@media (max-width: 767px) {
    .news-gallery-items li, .big-first-gallery .news-gallery-items li {
        width: 33.3334%;
        height: 95px
        }
    .big-first-gallery .news-gallery-items {
        height: 620px
        }
    .big-first-gallery .news-gallery-items li:first-child {
        width: 100%;
        height: 250px
        }
    }
.scrolling-box .mag-box-container {
    min-height: 150px
    }
.scrolling-slider {
    overflow: hidden;
    display: none
    }
.scrolling-slider.slick-dotted {
    padding-bottom: 40px
    }
.scrolling-slider .slick-list {
    width: 100%;
    width: calc(100% + 24px);
    margin-right: calc(-12px);
    margin-left: calc(-12px);
    overflow: inherit;
    transition: height 0.3s
    }
.scrolling-slider .tie-slick-dots {
    bottom: 0;
    text-align: center
    }
.scrolling-slider .slide {
    margin: 0 12px;
    position: relative
    }
.scrolling-slider .post-title {
    font-size: 16px;
    margin-top: 8px
    }
.scrolling-slider .post-meta {
    margin: 8px 0 0
    }
.scroll-2-box .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
    }
.scroll-2-box .slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2)
    }
.scroll-2-box .post-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 10px
    }
.scroll-2-box .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px
    }
.scroll-2-box .post-title a {
    color: #fff;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.2em
    }
@media only screen and (min-width: 400px) and (max-width: 570px) {
    .scroll-2-box .post-title a {
        -webkit-line-clamp: 2;
        max-height: 2.8em
        }
    }
.scroll-2-box .post-thumb:after {
    opacity: 0.5
    }
.scroll-2-box .slide:hover .post-thumb:after {
    opacity: 0.9
    }
.wide-post-box .posts-items {
    margin: 0
    }
.wide-post-box .posts-items li {
    width: 100%;
    padding: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
    }
.wide-post-box .posts-items li .post-title {
    font-size: 20px
    }
.wide-post-box .posts-items li .post-thumb {
    margin-right: 25px;
    float: none;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 420px
    }
@media (max-width: 767px) {
    .wide-post-box .posts-items li .post-thumb {
        -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        margin-right: 3.55%
        }
    }
.wide-post-box .posts-items li .post-details {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 !important
    }
@media (max-width: 580px) {
    .wide-post-box .posts-items li {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .wide-post-box .posts-items li .post-thumb {
        width: 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 0 10px 0
        }
    .wide-post-box .posts-items li .post-meta {
        width: 100%
        }
    }
.small-wide-post-box .posts-items li .post-thumb {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
    }
.timeline-box .posts-items {
    position: relative;
    overflow: hidden
    }
.timeline-box .posts-items::before, .timeline-box .posts-items:last-of-type:after {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 29px;
    z-index: 0
    }
.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #fff 80%);
    height: 150px;
    bottom: 0
    }
.timeline-box .posts-items li {
    display: block !important
    }
@media (max-width: 580px) {
    .timeline-box .posts-items li .post-thumb {
        float: none
        }
    }
.timeline-box .posts-items-loaded-ajax {
    margin-top: 0 !important
    }
.timeline-box .posts-items-loaded-ajax li:first-child {
    padding-top: 30px
    }
.timeline-box .year-month {
    background: #e6e6e6;
    color: #2c2f34;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 18px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 12px;
    border-radius: 100%
    }
.timeline-box .year-month span {
    font-weight: 600;
    font-size: 14px
    }
.timeline-box .year-month em {
    display: block;
    font-size: 80%;
    padding-top: 1px;
    opacity: 0.7
    }
.timeline-box .day-month {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    z-index: 2
    }
.timeline-box .day-month::before {
    position: absolute;
    left: 23px;
    top: 3px;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e6e6e6;
    border: 3px solid #fff;
    z-index: 1
    }
.timeline-box .post-item-inner {
    margin-left: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
    }
@media (max-width: 580px) {
    .timeline-box .post-item-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
        }
    }
@media (max-width: 670px) {
    .big-posts-box .posts-items li {
        width: 100%
        }
    }
.big-posts-box .posts-items li .post-thumb {
    margin-right: 0;
    float: none !important;
    margin-bottom: 10px
    }
.big-posts-box .posts-items li .post-details {
    padding-left: 0
    }
.big-posts-box .posts-items li .post-title {
    font-size: 20px;
    padding-left: 0
    }
.big-posts-box .posts-items li:nth-child(2n+1) {
    clear: left
    }
@media (min-width: 992px) {
    .full-width .big-posts-box .posts-items {
        margin: 0 -1.35%
        }
    .full-width .big-posts-box .posts-items li {
        width: calc(100% / 3);
        padding: 0 1.35%
        }
    .full-width .big-posts-box .posts-items li:nth-child(-n+3) {
        margin-top: 0
        }
    .full-width .big-posts-box .posts-items li:nth-child(2n+1) {
        clear: none
        }
    .full-width .big-posts-box .posts-items li:nth-child(3n+1) {
        clear: left
        }
    }
.narrow-big-posts-box .posts-items {
    margin: 0 -1px
    }
.narrow-big-posts-box .posts-items li {
    padding: 0 1px
    }
.narrow-big-posts-box .posts-items li .post-details {
    padding: 5px 15px 0
    }
.narrow-big-posts-box .posts-items .post-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 5px
    }
.narrow-big-posts-box .posts-items .post-cat-wrap {
    left: 0;
    bottom: 0
    }
.narrow-big-posts-box .posts-items .post-cat-wrap .post-cat {
    border-radius: 0;
    background: #fff;
    padding: 10px 25px;
    color: #00bf80
    }
.full-width-img-news-box .posts-items li {
    width: 100%;
    float: none
    }
@media (min-width: 992px) {
    .full-width-img-news-box .posts-items li:not(:first-child) {
        margin-top: 40px
        }
    }
.full-width-img-news-box .posts-items li .post-title {
    font-size: 30px;
    line-height: 1.2
    }
@media (max-width: 767px) {
    .full-width-img-news-box .posts-items li .post-title {
        font-size: 25px
        }
    }
@media (max-width: 670px) {
    .full-width-img-news-box .posts-items li .post-title {
        font-size: 20px
        }
    }
.full-width-img-news-box .posts-items li .post-thumb {
    width: 100%;
    margin-bottom: 10px;
    float: none !important
    }
.full-width-img-news-box .posts-items .post-meta {
    clear: both
    }
.full-width-img-news-box .posts-items .post-excerpt, .full-width-img-news-box .posts-items .entry {
    margin-top: 10px
    }
@media (min-width: 768px) {
    .full-overlay-title li:not(.no-post-thumb) .block-post-overlay {
        position: relative;
        margin-bottom: 20px
        }
    .full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        position: absolute;
        bottom: -1px;
        padding: 25px 25px 0 0;
        background: #fff;
        z-index: 4;
        width: 70%
        }
    .full-overlay-title li:not(.no-post-thumb) img {
        min-height: 250px;
        background-color: #f6f7f8
        }
    .full-overlay-title.dark-skin li:not(.no-post-thumb) img, .dark-skin .full-overlay-title li:not(.no-post-thumb) img {
        background-color: #161619
        }
    .full-overlay-title.media-overlay .icon {
        left: 15px;
        top: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
        }
    .full-overlay-title.media-overlay .is-trending .trending-post {
        top: 16px;
        left: 15px;
        width: 38px;
        height: 38px;
        line-height: 38px
        }
    .full-overlay-title.media-overlay .is-trending .icon {
        left: 63px
        }
    .full-overlay-title .digital-rating {
        top: 15px;
        right: 15px
        }
    .center-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        padding: 25px 25px 15px 25px !important;
        width: 86%;
        left: 7%;
        text-align: center
        }
    .center-overlay-title li:not(.no-post-thumb) .tie-alignright {
        float: none;
        display: inline-block
        }
    }
.mini-posts-box .posts-items li .post-title {
    font-size: 18px;
    margin-bottom: 10px
    }
.mini-posts-box .posts-items li .post-thumb {
    float: left;
    margin-right: 15px
    }
.mini-posts-box .posts-items li .post-thumb img {
    max-width: 110px
    }
.mini-posts-box .posts-items li:nth-child(2n+1) {
    clear: left
    }
@media only screen and (min-width: 992px) and (max-width: 1100px), only screen and (max-width: 767px) {
    .mini-posts-box .posts-items li {
        width: 100%
        }
    .mini-posts-box .posts-items li:nth-child(n+2) {
        margin-top: 24px
        }
    }
@media (min-width: 992px) {
    .full-width .mini-posts-box .posts-items li:nth-child(-n+3) {
        margin-top: 0
        }
    .full-width .mini-posts-box .posts-items li:nth-child(n) {
        width: calc(100% / 3);
        clear: none
        }
    .full-width .mini-posts-box .posts-items li:nth-child(3n+1) {
        clear: left
        }
    }
.first-post-gradient li:first-child .post-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 5px
    }
.first-post-gradient li:first-child .post-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    z-index: 2
    }
.first-post-gradient li:first-child .post-content {
    width: 100%;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    left: 0
    }
.first-post-gradient li:first-child .post-cat-wrap {
    pointer-events: none
    }
.first-post-gradient li:first-child .post-cat-wrap a, .first-post-gradient li:first-child .meta-author a {
    pointer-events: auto
    }
.first-post-gradient .posts-items li:first-child a:not(:hover), .first-post-gradient li:first-child .post-meta {
    color: #fff
    }
.big-thumb-left-box-inner {
    height: 470px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2)
    }
@media (max-width: 670px) {
    .big-thumb-left-box-inner {
        height: 325px
        }
    }
.big-thumb-left-box li:first-child .post-content {
    padding: 12px 20px
    }
.big-thumb-left-box li:first-child .post-thumb {
    margin-bottom: 0
    }
@media (min-width: 671px) {
    .miscellaneous-box li:first-child .post-title {
        font-size: 36px;
        line-height: 1.2
        }
    }
.miscellaneous-box li:not(:first-child) .post-thumb {
    margin: 0 0 5px !important
    }
.miscellaneous-box .posts-items li {
    width: calc(100% / 3);
    margin-top: 30px
    }
.miscellaneous-box .posts-items li:first-child {
    width: 96%;
    padding: 0;
    margin: 0 2%;
    position: relative
    }
@media (min-width: 480px) {
    .miscellaneous-box .posts-items li:first-child {
        min-height: 180px;
        background-color: rgba(0, 0, 0, 0.2)
        }
    }
.miscellaneous-box .posts-items li:nth-child(3n+2) {
    clear: both
    }
@media (max-width: 670px) {
    .miscellaneous-box .posts-items li {
        width: 50%
        }
    .miscellaneous-box .posts-items li:nth-child(3n+2) {
        clear: none
        }
    .miscellaneous-box .posts-items li:nth-child(2n+2) {
        clear: both
        }
    .miscellaneous-box li:first-child .post-content {
        padding: 10px 15px
        }
    .miscellaneous-box li:first-child .icon {
        left: 10px;
        top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
        }
    .miscellaneous-box li:first-child .icon:before {
        width: 35px;
        height: 35px;
        line-height: 30px
        }
    .miscellaneous-box li:first-child.is-trending .icon {
        left: 50px
        }
    }
@media (max-width: 479px) {
    .miscellaneous-box li:first-child .post-title {
        font-size: 18px;
        max-height: 2.4em;
        overflow: hidden
        }
    .miscellaneous-box li:first-child .post-meta {
        max-height: 2em
        }
    .miscellaneous-box li:first-child .trending-post, .miscellaneous-box li:first-child .post-cat, .miscellaneous-box li:first-child .post-rating, .miscellaneous-box li:first-child .digital-rating, .miscellaneous-box li:first-child .icon {
        display: none
        }
    }
@media (max-width: 380px) {
    .miscellaneous-box .posts-items li {
        width: 100%
        }
    }
@media (min-width: 992px) {
    .full-width .miscellaneous-box .posts-items {
        margin: 0 -1.33%
        }
    .full-width .miscellaneous-box .posts-items li:first-child {
        margin: 0 1.33%;
        width: 97.34%
        }
    .full-width .miscellaneous-box .posts-items li:not(:first-child) {
        width: 25%;
        padding: 0 1.33%
        }
    .full-width .miscellaneous-box .posts-items li:nth-child(3n+2) {
        clear: none
        }
    .full-width .miscellaneous-box .posts-items li:nth-child(4n+2) {
        clear: left
        }
    }
.video-playlist-wrapper {
    background-color: #27292d;
    position: relative;
    width: 66%;
    height: 434px;
    float: left
    }
.video-playlist-wrapper .loader-overlay {
    z-index: 1
    }
.video-playlist-wrapper iframe {
    height: 434px;
    width: 100%
    }
.video-player-wrapper {
    position: relative;
    z-index: 2
    }
.video-frame {
    visibility: hidden
    }
.video-playlist-nav-wrapper {
    width: 34%;
    float: right;
    height: 434px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-width: 0 1px 1px 0
    }
.video-playlist-nav-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.05)
    }
.video-playlist-nav-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto
    }
.video-playlist-nav-wrapper .mCustomScrollBox > .mCSB_scrollTools {
    right: 0;
    left: auto
    }
.playlist-title {
    background: #08f;
    color: #fff;
    height: 70px;
    width: 100%;
    padding: 0 15px;
    line-height: 17px;
    z-index: 9
    }
.playlist-title h2 {
    padding-top: 14px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.videos-number {
    font-size: 11px;
    display: block;
    float: left
    }
.playlist-title-icon {
    font-size: 27px;
    float: left;
    margin-right: 10px;
    height: 70px;
    line-height: 70px;
    width: 40px;
    text-align: center;
    font-weight: normal
    }
.video-playlist-nav {
    position: relative;
    height: 434px;
    clear: both
    }
.is-mobile .video-playlist-nav {
    overflow-y: auto
    }
.video-playlist-nav:not(.playlist-has-title) {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
    }
.playlist-has-title {
    height: 364px
    }
.video-playlist-item {
    padding: 12px 15px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0.3s
    }
.video-playlist-item:last-of-type {
    border-bottom: 0
    }
.video-playlist-item h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 17px
    }
.video-playlist-item:hover, .is-playing {
    background: #F7F7F7
    }
.video-paused-icon, .video-play-icon, .video-number {
    float: left;
    width: 20px;
    text-align: left;
    line-height: 46px;
    font-size: 11px;
    color: #333
    }
.video-play-icon {
    display: none;
    color: #08f
    }
.is-playing .video-number, .is-paused .video-number, .video-paused-icon {
    display: none
    }
.is-playing .video-play-icon, .is-paused .video-paused-icon {
    display: block
    }
.video-thumbnail {
    width: 75px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left
    }
.video-info {
    padding-left: 105px
    }
.video-duration {
    float: left;
    font-size: 11px;
    color: #767676;
    margin-top: 3px;
    line-height: 1
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-playlist-nav-wrapper, .video-playlist-wrapper, .video-playlist-wrapper iframe {
        height: 383px
        }
    .video-playlist-nav {
        height: 383px !important
        }
    .playlist-has-title {
        height: 313px !important
        }
    }
@media (max-width: 767px) {
    .video-playlist-wrapper {
        width: 100%;
        height: auto
        }
    .video-playlist-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
        }
    .video-player-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0
        }
    .video-playlist-nav-wrapper {
        height: auto !important;
        width: 100%
        }
    .video-playlist-nav {
        height: 270px !important
        }
    .playlist-has-title {
        height: 244px !important
        }
    }
@media (min-width: 992px) {
    .has-builder .has-sidebar .video-playlist-nav-wrapper, .has-builder .has-sidebar .video-playlist-nav, .has-builder .has-sidebar .video-playlist-wrapper, .has-builder .has-sidebar .video-playlist-wrapper iframe {
        height: 323px !important
        }
    .has-builder .has-sidebar .playlist-has-title {
        height: 263px !important
        }
    .has-builder .has-sidebar .playlist-title {
        height: 60px
        }
    .has-builder .has-sidebar .playlist-title h2 {
        padding-top: 11px
        }
    .has-builder .has-sidebar .playlist-title-icon {
        height: 60px;
        line-height: 60px
        }
    }
@media (max-width: 767px) {
    .stream-item-mag .container-wrapper {
        padding: 5px 0 !important;
        border-radius: 0;
        border: 0
        }
    }
.stream-item-mag.stream-item.half-box .adsbygoogle {
    width: 300px !important;
    min-height: 250px !important
    }
@media (max-width: 991px) {
    .stream-item-mag.content-only {
        margin: 15px 0
        }
    }
.dark-skin .mag-box:not(.tabs-box), .box-dark-skin:not(.tabs-box) {
    background-color: transparent
    }
.dark-skin .mag-box .mag-box-filter-links a:not(:hover), .box-dark-skin .mag-box-filter-links a:not(:hover) {
    color: #aaa
    }
.dark-skin .mag-box .mag-box-filter-links .flexMenu-popup, .box-dark-skin .mag-box-filter-links .flexMenu-popup {
    background-color: #1f2024;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7)
    }
.dark-skin .mag-box .slider-arrow-nav a, .box-dark-skin .slider-arrow-nav a {
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .mag-box.timeline-box .posts-items:before, .box-dark-skin.timeline-box .posts-items:before {
    background: #404146
    }
.dark-skin .mag-box.timeline-box .posts-items:last-of-type:after, .box-dark-skin.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #404146 0%, #1f2024 80%)
    }
.dark-skin .mag-box .year-month, .box-dark-skin .year-month {
    background: #404146;
    color: #fff
    }
.dark-skin .mag-box .day-month:before, .box-dark-skin .day-month:before {
    background: #404146;
    border-color: #1f2024
    }
@media (min-width: 768px) {
    .dark-skin .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay, .box-dark-skin.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        background: #1f2024
        }
    }
.dark-skin .mag-box .videos-block, .box-dark-skin .videos-block {
    background: #27292d
    }
.dark-skin .mag-box .video-playlist-nav-wrapper, .box-dark-skin .video-playlist-nav-wrapper {
    background: #1a1b1f
    }
.dark-skin .mag-box .playlist-title, .box-dark-skin .playlist-title {
    background: #131416;
    color: #fff
    }
.dark-skin .mag-box .video-playlist-item, .dark-skin .mag-box .mag-box-filter-links .flexMenu-popup li:first-child, .box-dark-skin .video-playlist-item, .box-dark-skin .mag-box-filter-links .flexMenu-popup li:first-child {
    border-color: rgba(255, 255, 255, 0.05)
    }
.dark-skin .mag-box .video-playlist-item h2, .box-dark-skin .video-playlist-item h2 {
    color: #fff
    }
.dark-skin .mag-box .video-playlist-item:hover, .dark-skin .mag-box .is-playing, .box-dark-skin .video-playlist-item:hover, .box-dark-skin .is-playing {
    background: #222428
    }
.dark-skin .mag-box .video-paused-icon, .dark-skin .mag-box .video-number, .dark-skin .mag-box .video-duration, .box-dark-skin .video-paused-icon, .box-dark-skin .video-number, .box-dark-skin .video-duration {
    color: #aaa
    }
.dark-skin .mag-box .tie-slick-dots li:not(.slick-active) button, .box-dark-skin .tie-slick-dots li:not(.slick-active) button {
    background: rgba(255, 255, 255, 0.2)
    }
.tabs {
    transition: opacity 0.3s;
    max-height: 66px;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
    }
.tabs li {
    display: inline-block;
    position: relative;
    padding: 0 !important
    }
.tabs a {
    background: rgba(0, 0, 0, 0.02);
    display: block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 1px 1px 0;
    font-size: 15px
    }
.tabs a:not(:hover) {
    color: #2c2f34
    }
.dark-skin .tabs a:not(:hover) {
    color: #aaa
    }
.tabs > li > a {
    line-height: 65px;
    padding: 0 15px;
    border-bottom-color: transparent
    }
body .tabs.tabs .active > a {
    background: #fff;
    color: #08f
    }
.tab-content, .woocommerce-tabs .panel {
    padding: 30px;
    display: none
    }
.tab-content {
    position: relative;
    transition: 0.3s
    }
@media (max-width: 767px) {
    .tab-content {
        padding: 20px
        }
    }
.tab-content-elements li {
    opacity: 0
    }
.tab-content:not(.is-not-active):first-of-type {
    display: block
    }
.tab-content:not(.is-not-active):first-of-type .tab-content-elements li {
    opacity: 1
    }
.tabs-container-wrapper {
    padding: 0 !important
    }
.normal-side .tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
    }
.normal-side .tabs li {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
    }
.normal-side .tabs a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px !important
    }
.normal-side .tabs li:last-child a {
    border-right-width: 0
    }
.dark-skin .normal-side .tabs {
    border-color: #2c3033
    }
.dark-skin .normal-side .tabs a {
    background: rgba(0, 0, 0, 0.1);
    border-color: transparent rgba(255, 255, 255, 0.1)
    }
.dark-skin .normal-side .tabs .active a {
    background-color: #1f2024
    }
@media (max-width: 320px) {
    .normal-side .tabs {
        max-height: none;
        border-bottom: 0
        }
    .normal-side .tabs li {
        display: block;
        width: 100%;
        float: none
        }
    .normal-side .tabs a {
        border-bottom-color: rgba(0, 0, 0, 0.1);
        border-width: 0 0 1px
        }
    .dark-skin .normal-side .tabs a {
        border-bottom-color: rgba(255, 255, 255, 0.1)
        }
    }
.magazine2:not(.block-head-4) .dark-widgetized-area .tabs-container-wrapper, .magazine1 .dark-widgetized-area .tabs-container-wrapper {
    border-width: 0
    }
.magazine2:not(.block-head-4) .dark-widgetized-area .tab-content, .magazine1 .dark-widgetized-area .tab-content {
    padding: 0
    }
.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs, .magazine1 .dark-widgetized-area ul.tabs {
    margin-bottom: 20px;
    border-width: 0;
    max-height: 55px
    }
.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a, .magazine1 .dark-widgetized-area ul.tabs a {
    border: 0;
    color: #fff;
    line-height: 55px;
    background-color: #27292d
    }
.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:before, .magazine1 .dark-widgetized-area ul.tabs a:before {
    display: none
    }
.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:hover, .magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs .active a, .magazine1 .dark-widgetized-area ul.tabs a:hover, .magazine1 .dark-widgetized-area ul.tabs .active a {
    background: #08f;
    color: #fff
    }
.flex-tabs .tabs {
    position: relative;
    z-index: 4;
    opacity: 0
    }
.flex-tabs .tabs a {
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    word-wrap: normal
    }
.flex-tabs .flexMenu-viewMore {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
    }
.flex-tabs .flexMenu-viewMore a {
    border-width: 0 0 1px 0
    }
.flex-tabs .flexMenu-viewMore.active > a {
    background: rgba(0, 0, 0, 0.02)
    }
.flex-tabs .flexMenu-popup {
    margin: 0;
    padding: 0;
    right: 0;
    padding-top: 0;
    box-shadow: none;
    min-width: calc(100% + 1px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-transform: translatey(-1px) translatex(1px);
    -ms-transform: translatey(-1px) translatex(1px);
    transform: translatey(-1px) translatex(1px)
    }
.flex-tabs .flexMenu-popup li {
    float: none;
    display: block
    }
.flex-tabs .flexMenu-popup a {
    padding: 10px 20px 10px 40px;
    text-align: right;
    font-size: 13px
    }
.flex-tabs .flexMenu-popup li:last-child a {
    border-width: 0
    }
.tabs-box .mag-box {
    margin-bottom: 0
    }
.tabs-box .container-wrapper {
    border-width: 0;
    padding: 0
    }
.tabs-box .tabs-wrapper {
    overflow: initial
    }
.tabs-box .tab-content {
    position: relative
    }
.box-dark-skin.tabs-box {
    background: #1f2024
    }
.dark-skin .mag-box .tabs, .box-dark-skin .tabs {
    border-color: #2c3033
    }
.dark-skin .mag-box .tabs a, .box-dark-skin .tabs a {
    border-color: transparent rgba(255, 255, 255, 0.1)
    }
.dark-skin .mag-box .flexMenu-popup, .box-dark-skin .flexMenu-popup {
    background-color: #1f2024;
    border-color: #2c3033
    }
.dark-skin .mag-box .flexMenu-popup li a, .box-dark-skin .flexMenu-popup li a {
    border-bottom-color: #2c3033
    }
.dark-skin .mag-box .tabs.tabs .active a, .box-dark-skin .tabs.tabs .active a {
    background-color: #1f2024
    }
.dark-skin .magazine2 .tabs.tabs .active > a {
    background-color: rgba(0, 0, 0, 0.1)
    }
.entry .tabs-wrapper {
    margin-bottom: 15px;
    padding: 0
    }
.entry .tabs, .entry .tabs li {
    margin: 0;
    padding: 0
    }
.tabs-vertical {
    border: 0;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1)
    }
.tabs-vertical:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 28%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 1px 0 0
    }
.tabs-vertical .tabs {
    position: relative;
    overflow: auto;
    z-index: 1;
    left: 0;
    float: left;
    width: 28%;
    max-height: none !important;
    border-bottom: 0
    }
.tabs-vertical .tabs li {
    display: block;
    width: calc(100% - 1px);
    transition: border 0.3s
    }
.tabs-vertical .tabs li a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px 0;
    background-color: transparent
    }
.tabs-vertical .tab-content {
    float: left;
    width: 72%
    }
.magazine2 .tabs-vertical:after {
    display: none
    }
.magazine2 .tabs-vertical .tab-content {
    padding: 0 0 0 30px
    }
@media (max-width: 670px) {
    .magazine2 .tabs-vertical .tab-content {
        padding: 20px 0 0 !important
        }
    }
.magazine2 .tabs-vertical .tabs li {
    width: 100%
    }
.magazine2 .tabs-vertical .tabs a {
    line-height: 50px
    }
.block-head-5.magazine2 .tabs-vertical .tabs .active a:before, .block-head-6.magazine2 .tabs-vertical .tabs .active a:before {
    width: 100%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
    }
.block-head-6.magazine2 .tabs-vertical .tabs .active a:after {
    display: none
    }
@media (max-width: 670px) {
    .tabs-vertical:after {
        display: none
        }
    .tabs-vertical .tabs {
        overflow: hidden
        }
    .tabs-vertical .tabs, .tabs-vertical .tabs li, .tabs-vertical .tab-content {
        width: 100%;
        float: none
        }
    .tabs-vertical .tabs li {
        display: block;
        list-style-type: none
        }
    .tabs-vertical .tabs li a {
        border-left-width: 0;
        border-right-width: 0;
        background: rgba(0, 0, 0, 0.02)
        }
    .tabs-vertical .tabs li.active a {
        background-color: transparent;
        border-bottom-color: rgba(0, 0, 0, 0.1)
        }
    .dark-skin .tabs-vertical .tabs li.active a {
        border-bottom-color: rgba(255, 255, 255, 0.1)
        }
    }
.magazine2 .tab-content {
    padding: 30px 0 0
    }
@media (max-width: 767px) {
    .magazine2 .tab-content {
        padding: 20px 0 0
        }
    }
html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tab-content {
    padding: 30px
    }
.magazine2 .tabs {
    border-width: 1px;
    max-height: 67px
    }
.dark-skin .magazine2 .tabs {
    border-color: rgba(255, 255, 255, 0.05)
    }
.dark-skin .magazine2 .flexMenu-popup {
    background-color: #27292d
    }
.magazine2 .tabs > .active > a {
    border-bottom-color: inherit
    }
.block-head-4.magazine2 .tabs {
    border: 1px solid #08f;
    border-radius: 2px;
    max-height: 40px
    }
.block-head-4.magazine2 .tabs > li > a {
    line-height: 38px;
    border-width: 0;
    padding: 0 20px
    }
.block-head-4.magazine2 .tabs li a {
    color: #08f;
    background-color: transparent
    }
.block-head-4.magazine2 .tabs li a:hover {
    color: #006dcc
    }
.block-head-4.magazine2 .tabs.tabs li.active a {
    color: #fff;
    background-color: #08f
    }
.block-head-4.magazine2 .tabs .flexMenu-popup {
    border-color: #08f;
    -webkit-transform: translatey(0) translatex(1px);
    -ms-transform: translatey(0) translatex(1px);
    transform: translatey(0) translatex(1px)
    }
.block-head-4.magazine2 .tabs .flexMenu-popup a {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 0
    }
html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs {
    border-width: 0 0 1px;
    max-height: 50px;
    border-radius: 0
    }
html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs > li > a {
    line-height: 48px
    }
html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs .flexMenu-popup {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
    }
.block-head-5.magazine2 .tabs > .active a {
    background-color: transparent !important;
    position: relative
    }
.block-head-5.magazine2 .tabs > .active a:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
    }
.block-head-5.magazine2 .tabs > .active:first-child a:before {
    width: 70%;
    right: 0;
    left: auto
    }
.block-head-5.magazine2 .tabs > .active:first-child a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f
    }
.block-head-5.magazine2 .widget .tabs .active a {
    position: static
    }
.block-head-5.magazine2 .widget .tabs .active:last-child a:before {
    width: 70%;
    left: 0;
    right: auto
    }
.block-head-5.magazine2 .widget .tabs .active:last-child a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    background-color: #08f
    }
.block-head-6.magazine2 .tabs > .active a {
    background-color: transparent !important;
    position: relative
    }
.block-head-6.magazine2 .tabs > .active a:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f
    }
.block-head-6.magazine2 .tabs > .active a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #08f;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg)
    }
.block-head-6.magazine2 .widget .tabs .active a {
    position: static
    }
.block-head-6.magazine2 .widget .tabs .active:last-child a:after {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
    }
.without-header #content {
    margin-top: 0;
    padding-top: 30px
    }
.without-header.without-footer {
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    display: table;
    vertical-align: middle;
    float: none;
    top: 0;
    left: 0;
    table-layout: fixed
    }
.without-header.without-footer .background-overlay {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 100%;
    position: static;
    z-index: 2;
    overflow: hidden
    }
.without-header.without-footer .tie-container, .without-header.without-footer #tie-wrapper {
    height: auto;
    min-height: 0
    }
.without-footer #content {
    margin-bottom: 0;
    padding-bottom: 30px
    }
.page .entry-header-outer {
    padding-bottom: 0
    }
.page .entry-content {
    padding-top: 30px
    }
.archive:not(.bbpress) .entry-header-outer, .search .entry-header-outer {
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
    }
.archive:not(.bbpress) .entry-header-outer #breadcrumb, .search .entry-header-outer #breadcrumb {
    margin-bottom: 20px;
    padding: 0
    }
.archive:not(.bbpress) .entry-header-outer .taxonomy-description, .search .entry-header-outer .taxonomy-description {
    margin-top: 10px
    }
.archive:not(.bbpress) .main-content > div:last-child, .search .main-content > div:last-child {
    margin-bottom: 0
    }
.archive:not(.bbpress) .mag-box .container-wrapper, .search .mag-box .container-wrapper {
    border-top: 0;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
    }
.archive:not(.bbpress) .mag-box, .search .mag-box, .home:not(.page) .mag-box {
    margin-bottom: 0
    }
.entry-header-outer .about-author {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 25px
    }
.entry .authors-wrap {
    padding: 0;
    margin: 0
    }
.entry .authors-wrap > li {
    list-style: none;
    margin-bottom: 30px
    }
.entry .authors-wrap > li:last-child {
    margin-bottom: 0
    }
.not-found .search-form {
    max-width: 400px
    }
.not-found h5 {
    margin-bottom: 20px
    }
#sitemap ul {
    padding: 0
    }
#sitemap ul li {
    list-style-position: outside;
    list-style-type: disc
    }
.error404 .main-content {
    width: 100%
    }
.container-404 {
    text-align: center;
    margin: 50px 0 100px
    }
.container-404 h2 {
    font-size: 250px;
    color: #333
    }
@media (max-width: 767px) {
    .container-404 h2 {
        font-size: 80px
        }
    }
.container-404 h3 {
    font-size: 30px;
    color: #2c2f34
    }
.container-404 h4 {
    margin: 20px auto 50px
    }
#content-404 {
    max-width: 400px;
    margin: 0 auto
    }
#menu-404 {
    margin: 40px auto;
    text-align: center
    }
#menu-404 li {
    display: inline-block;
    margin: 0 10px
    }
#menu-404 li a {
    display: block;
    min-width: 20px
    }
#menu-404 li a:before {
    display: none
    }
.dark-skin .container-404 h2 {
    color: #fff
    }
.dark-skin .container-404 h3 {
    color: #aaa
    }
.page-template-template-masonry .post-content {
    margin-bottom: 30px
    }
.page-template-template-masonry .entry-header-inner .post-cat {
    margin-bottom: 10px
    }
.page-template-template-masonry .entry-content.entry {
    padding: 30px
    }
.page-template-template-masonry.has-not-post-content #the-post .entry-content {
    display: none
    }
.page-template-template-masonry.has-not-post-content.has-not-post-title #the-post {
    display: none
    }
div.post-element {
    padding: 0;
    position: relative;
    margin-bottom: 50px
    }
div.post-element .featured-area {
    margin-bottom: 0
    }
div.post-element div.entry-content {
    padding: 30px
    }
@media (max-width: 991px) {
    div.post-element div.entry-content {
        padding: 20px
        }
    }
div.post-element div.entry-content img {
    min-width: 100%
    }
.masonry-grid-wrapper {
    position: relative
    }
.masonry-grid-wrapper img {
    aspect-ratio: attr(width)/attr(height)
    }
.masonry-with-spaces .post-element {
    width: 48%;
    margin-bottom: 4%
    }
@media (max-width: 991px) {
    .has-sidebar .masonry-with-spaces .post-element {
        margin-bottom: 30px
        }
    }
@media (max-width: 767px) {
    .magazine1 .masonry-with-spaces.masonry-with-spaces {
        padding: 0 2%
        }
    .masonry-with-spaces .post-element.post-element {
        margin-bottom: 30px
        }
    }
.masonry-with-spaces .grid-sizer {
    width: 48%
    }
.masonry-with-spaces .gutter-sizer {
    width: 4%
    }
@media (min-width: 768px) {
    .full-width .masonry-with-spaces .post-element {
        width: 32%;
        margin-bottom: 2%
        }
    .full-width .masonry-with-spaces .grid-sizer {
        width: 32%
        }
    .full-width .masonry-with-spaces .gutter-sizer {
        width: 2%
        }
    }
@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-with-spaces .post-element {
        width: 23.5%;
        margin-bottom: 2%
        }
    .is-percent-width .full-width .masonry-with-spaces .grid-sizer {
        width: 23.5%
        }
    .is-percent-width .full-width .masonry-with-spaces .gutter-sizer {
        width: 2%
        }
    }
@media (max-width: 991px) {
    .masonry-with-spaces .post-element {
        width: 32%;
        margin-bottom: 2%
        }
    .masonry-with-spaces .grid-sizer {
        width: 32%
        }
    .masonry-with-spaces .gutter-sizer {
        width: 2%
        }
    }
@media (max-width: 767px) {
    .masonry-with-spaces .post-element, .masonry-with-spaces .grid-sizer {
        width: 48%
        }
    .masonry-with-spaces .gutter-sizer {
        width: 4%
        }
    }
@media (max-width: 560px) {
    .masonry-with-spaces .post-element, .masonry-with-spaces .grid-sizer {
        width: 100%
        }
    .masonry-with-spaces .gutter-sizer {
        width: 0
        }
    }
.masonry-with-spaces #masonry-grid {
    width: 100%;
    position: relative
    }
.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 4%;
    margin-left: 0;
    float: left
    }
.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 0
    }
.full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 2%;
    margin-left: 0;
    float: left
    }
.full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0
    }
@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
        margin-right: 2%
        }
    .is-percent-width .full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(4n+4) {
        margin-right: 0;
        margin-left: 0
        }
    }
.mag-box + .masonry-page-content, .mag-box + script + .masonry-page-content {
    margin-top: 40px
    }
.media-page-layout {
    margin-top: 0
    }
.media-page-layout .post-element {
    border: 0 !important
    }
.media-page-layout .post-element .slide {
    height: 300px;
    background-size: cover;
    background-position: center top;
    position: relative
    }
.media-page-layout .post-element .slide:hover .thumb-overlay:after {
    opacity: 0.9
    }
.media-page-layout .post-element:nth-child(4n+2) .slide, .media-page-layout .post-element:nth-child(4n+3) .slide {
    height: 450px
    }
.media-page-layout .loader-overlay {
    top: 200px
    }
.full-width .media-page-layout .post-element .slide, .full-width .media-page-layout .post-element:nth-child(4n+2) .slide, .full-width .media-page-layout .post-element:nth-child(4n+3) .slide {
    height: 300px
    }
.full-width .media-page-layout .post-element:nth-child(2n+2) .slide {
    height: 450px
    }
.media-page-layout .thumb-overlay {
    overflow: hidden;
    pointer-events: none
    }
.media-page-layout .thumb-overlay .thumb-title {
    font-size: 24px;
    line-height: 30px
    }
.full-width .entry-header-outer, .one-column-no-sidebar .entry-header-outer {
    text-align: center
    }
.full-width .entry-header-outer .author-info, .one-column-no-sidebar .entry-header-outer .author-info {
    text-align: left
    }
.full-width .media-page-layout:not(.masonry-with-spaces), .one-column-no-sidebar .media-page-layout:not(.masonry-with-spaces) {
    padding-top: 0
    }
.masonry-without-spaces .grid-sizer {
    width: 50%
    }
.masonry-without-spaces .gutter-sizer {
    width: 0
    }
.masonry-without-spaces .post-element {
    width: 50%;
    margin: 0;
    padding: 0
    }
@media (min-width: 768px) {
    .full-width .masonry-without-spaces .grid-sizer {
        width: 33.334%
        }
    .full-width .masonry-without-spaces .post-element {
        width: 33.334%
        }
    .full-width .masonry-without-spaces .post-element .slide, .full-width .masonry-without-spaces .post-element:nth-child(2n+2) .slide {
        height: 300px
        }
    .full-width .masonry-without-spaces .post-element:nth-child(3n+2) .slide {
        height: 450px
        }
    }
@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-without-spaces .grid-sizer {
        width: 25%
        }
    .is-percent-width .full-width .masonry-without-spaces .post-element {
        width: 25%
        }
    }
@media (max-width: 991px) {
    .masonry-without-spaces .grid-sizer {
        width: 33.334%
        }
    .masonry-without-spaces .post-element {
        width: 33.334%
        }
    }
@media (max-width: 767px) {
    .masonry-without-spaces .post-element, .masonry-without-spaces .grid-sizer {
        width: 50%
        }
    .masonry-without-spaces .slide {
        height: 400px
        }
    }
@media (max-width: 560px) {
    .masonry-without-spaces .post-element, .masonry-without-spaces .grid-sizer {
        width: 100%
        }
    }
#masonry-grid:not(.masonry-loaded) .post-element {
    float: left;
    opacity: 0
    }
.archive .entry-header-outer + #media-page-layout, .archive .entry-header-outer + .masonry-with-spaces {
    margin-top: 30px
    }
.archive .wide-post-box .container-wrapper {
    padding-top: 40px
    }
.archive .one-column-no-sidebar .wide-post-box .container-wrapper {
    padding-top: 15px
    }
#category-footer-description {
    margin-top: 30px
    }
#category-footer-description .entry *:last-child {
    margin-bottom: 0
    }
.thumb-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
    }
.thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    border-radius: 2px
    }
.thumb-overlay .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 20px;
    z-index: 3;
    width: 100%;
    pointer-events: none;
    transition: bottom 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.thumb-overlay .thumb-title a, .thumb-overlay .meta-author a {
    pointer-events: auto
    }
.thumb-overlay .post-meta, .thumb-overlay .thumb-title a {
    color: #fff !important
    }
.thumb-overlay .thumb-title {
    font-size: 30px;
    color: #fff
    }
.thumb-overlay .thumb-title a:hover {
    color: #ccc
    }
.thumb-overlay .meta-view, .thumb-overlay .meta-comments {
    pointer-events: auto;
    display: inline-block
    }
.thumb-overlay .thumb-meta {
    margin: 0 0 5px
    }
.thumb-overlay .thumb-meta .meta-view, .thumb-overlay .thumb-meta .meta-comments {
    margin-right: 15px
    }
.thumb-overlay .thumb-desc {
    color: #fff;
    max-height: 0;
    line-height: 18px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s
    }
.thumb-overlay .thumb-desc p {
    margin: 0
    }
@media (min-width: 992px) {
    .main-slider:not(.grid-slider-wrapper) .slide:hover .thumb-desc, .slide .grid-item:hover .thumb-desc, .media-page-layout .post-element:hover .thumb-desc, .boxed-slider-wrapper .tie-slick-slider:hover .thumb-desc {
        opacity: 1;
        max-height: 100px;
        margin-top: 5px;
        transition: opacity 0.4s ease-out, max-height 0.9s ease-out
        }
    }
.thumb-overlay, .first-post-gradient li:first-child .post-thumb, .scroll-2-box .post-thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.thumb-overlay:after, .first-post-gradient li:first-child .post-thumb:after, .scroll-2-box .post-thumb:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
.wide-slider-wrapper .thumb-overlay:after, .wide-slider-three-slids-wrapper .thumb-overlay:after {
    height: 85%
    }
.wide-slider-wrapper .slide:hover .thumb-overlay:after, .wide-slider-three-slids-wrapper .slide:hover .thumb-overlay:after, .boxed-slider:not(.grid-slider-wrapper) .slide:hover .thumb-overlay:after, .grid-item:hover .thumb-overlay:after {
    opacity: 0.9
    }
.slide-mask .thumb-overlay:after {
    height: 100% !important;
    opacity: 0.7
    }
.slide-mask .tie-slide-1 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #67B26F, #4ca2cd)
    }
.slide-mask .tie-slide-2 .thumb-overlay:after {
    background-image: linear-gradient(-135deg, #d38312, #002f4b)
    }
.slide-mask .tie-slide-3 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #292484, #dc4225)
    }
.slide-mask .tie-slide-4 .thumb-overlay:after {
    background-image: linear-gradient(-135deg, #e0be00, #dc4225)
    }
.slide-mask .tie-slide-5 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #5f2c82, #49a09d)
    }
.slide-mask .tie-slide-6 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #7474BF, #348AC7)
    }
.is-slider-overlay-disabled .thumb-overlay {
    background-color: rgba(0, 0, 0, 0.05)
    }
.dark-skin .is-slider-overlay-disabled .thumb-overlay {
    background-color: rgba(255, 255, 255, 0.05)
    }
.is-slider-overlay-disabled .thumb-overlay:after {
    display: none
    }
.slider-area {
    position: relative;
    overflow: hidden
    }
.slider-area .icon {
    position: relative;
    float: right;
    margin: -9px -5px 0 10px;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    z-index: 8;
    pointer-events: none
    }
.slider-area .post-rating, .slider-area .digital-rating {
    float: right;
    position: relative;
    top: 0;
    right: -5px
    }
.slider-area .digital-rating {
    top: -9px
    }
.slider-area .digital-rating .pie-wrap {
    height: 40px;
    width: 40px;
    float: right
    }
.slider-area .icon, .slider-area .post-cat-wrap, .slider-area .post-rating, .slider-area .digital-rating {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }
@media (max-width: 767px) {
    .slider-area .icon, .slider-area .post-rating, .slider-area .digital-rating {
        display: none
        }
    }
.third-party-slider {
    margin-bottom: 50px
    }
.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
    }
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 99%;
    width: calc(100% - 10px)
    }
.slick-list a, .slick-list:focus {
    outline: none
    }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
    }
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
    }
.slick-track:before, .slick-track:after {
    content: "";
    display: table
    }
.slick-track:after {
    clear: both
    }
.slick-loading .slick-track {
    visibility: hidden
    }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
    }
[dir="rtl"] .slick-slide {
    float: right
    }
.tie-main-slider .slick-slide img {
    display: none;
    max-width: none
    }
.slick-slide.slick-loading img {
    display: none
    }
.slick-slide.dragging img {
    pointer-events: none
    }
.slick-initialized .slick-slide {
    display: block
    }
.slick-loading .slick-slide {
    visibility: hidden
    }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
    }
.slick-arrow.slick-hidden {
    display: none
    }
.tie-slick-dots {
    position: absolute;
    bottom: 100px;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    width: 100%
    }
@media (max-width: 1199px) {
    .tie-slick-dots {
        bottom: 30px
        }
    }
.tie-slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 11px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
    }
.tie-slick-dots button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    background: #2c2f34;
    height: 8px;
    width: 8px;
    padding: 0;
    margin: 1px;
    border-radius: 100%;
    transition: 0.3s
    }
.tie-slick-dots button:hover, .tie-slick-dots button:focus {
    outline: none
    }
.tie-slick-dots button:hover:before, .tie-slick-dots button:focus:before {
    opacity: 1
    }
.tie-slick-dots .slick-active button, .tie-slick-dots button:hover {
    background: #08f;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
    }
.fullwidth-slider-wrapper .tie-slick-dots .slick-active button, .boxed-slider-wrapper .tie-slick-dots .slick-active button, .fullwidth-slider-wrapper .tie-slick-dots button:hover, .boxed-slider-wrapper .tie-slick-dots button:hover {
    background: #fff
    }
.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    transition: opacity 0.5s;
    opacity: 0
    }
.slide-bg[style] {
    opacity: 1
    }
.main-slider {
    position: relative;
    z-index: 3
    }
.main-slider .slider-main-container {
    max-width: 100%;
    width: 100%;
    padding: 0
    }
.main-slider .slick-list {
    width: 100%
    }
.main-slider .slide {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
    }
.main-slider .tie-slick-slider:not(.slick-initialized) .slide {
    display: none
    }
.main-slider .tie-slick-slider:not(.slick-initialized) .slide:first-child, .main-slider .tie-slick-slider:not(.slick-initialized) .tie-slider-nav + .slide {
    display: block
    }
.main-slider .tie-slick-dots {
    pointer-events: none
    }
.main-slider .tie-slick-dots li {
    pointer-events: auto
    }
.main-slider .slide-overlay .container {
    max-width: 100%
    }
.main-slider .thumb-meta {
    color: #fff
    }
.main-slider .thumb-meta a:not(:hover), .main-slider .thumb-meta .post-meta a:not(:hover) {
    color: #fff
    }
.main-slider .thumb-meta a:not(:hover):hover, .main-slider .thumb-meta .post-meta a:not(:hover):hover {
    opacity: 0.8
    }
.main-slider .thumb-meta .tie-alignright {
    float: none;
    display: inline-block
    }
@media (max-width: 991px) {
    .main-slider .thumb-desc {
        display: none
        }
    }
@media (max-width: 479px) {
    .main-slider .thumb-title {
        font-size: 16px !important
        }
    }
@media (max-width: 320px) {
    .main-slider .post-cat, .main-slider .thumb-meta {
        display: none
        }
    }
.all-over-thumb-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2
    }
.wide-slider-three-slids-wrapper .tie-slick-slider:not(.slick-initialized) .slide, .boxed-slider-three-slides-wrapper .tie-slick-slider:not(.slick-initialized) .slide, .boxed-five-slides-slider .tie-slick-slider:not(.slick-initialized) .slide, .boxed-four-taller-slider .tie-slick-slider:not(.slick-initialized) .slide {
    display: none !important
    }
.wide-slider-wrapper .slide {
    height: 400px
    }
.wide-slider-wrapper .thumb-overlay {
    padding: 40px
    }
.wide-slider-wrapper .thumb-overlay .container {
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 2
    }
.wide-slider-wrapper .thumb-overlay .container:before {
    clear: both
    }
.wide-slider-wrapper .thumb-title {
    font-size: 40px;
    color: #fff;
    line-height: 1.2
    }
.wide-slider-wrapper div.post-rating, .wide-slider-wrapper div.digital-rating {
    float: left;
    top: -5px;
    left: 0
    }
.wide-slider-wrapper span.icon {
    margin: -5px 0 0 0
    }
.wide-slider-wrapper span.post-cat-wrap {
    float: none;
    clear: both
    }
@media (min-width: 992px) {
    .wide-slider-wrapper .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4em
        }
    .full-width .wide-slider-wrapper .slide {
        height: 500px
        }
    .full-width .wide-slider-wrapper .thumb-title {
        font-size: 50px
        }
    .full-width .wide-slider-wrapper .post-cat-wrap {
        margin-bottom: 10px
        }
    }
@media (max-width: 767px) {
    .wide-slider-wrapper .slide {
        height: 300px
        }
    .wide-slider-wrapper .thumb-overlay {
        padding: 40px 60px 0
        }
    .wide-slider-wrapper .thumb-title {
        font-size: 25px
        }
    }
@media (max-width: 479px) {
    .wide-slider-wrapper .slide {
        height: 220px
        }
    .wide-slider-wrapper .thumb-overlay {
        padding: 40px 40px 0
        }
    }
.fullwidth-slider-wrapper {
    overflow: hidden;
    background: transparent
    }
.fullwidth-slider-wrapper .tie-slick-dots {
    position: relative;
    max-width: 850px;
    height: 30px;
    margin: -30px auto 0;
    bottom: 70px;
    padding: 0 60px
    }
.has-builder .has-sidebar .fullwidth-slider-wrapper .tie-slick-dots {
    padding: 0 40px
    }
.fullwidth-slider-wrapper .thumb-overlay .container {
    max-width: 850px;
    padding: 0
    }
.fullwidth-slider-wrapper .post-cat-wrap {
    margin-bottom: 10px
    }
.fullwidth-slider-wrapper .thumb-content {
    top: 0;
    position: relative;
    padding: 0
    }
@media (min-width: 992px) {
    .full-width .fullwidth-slider-wrapper .tie-slick-dots {
        padding: 0
        }
    .has-builder .has-sidebar .fullwidth-slider-wrapper .thumb-content {
        top: auto;
        bottom: 20px
        }
    .has-builder .has-sidebar .fullwidth-slider-wrapper .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.5em
        }
    }
@media (max-width: 479px) {
    .fullwidth-slider-wrapper .thumb-meta {
        display: none
        }
    }
.centered-title-slider .slide .container {
    width: 100%
    }
.centered-title-slider .thumb-overlay .container {
    top: 42%;
    text-align: center
    }
.centered-title-slider div.thumb-content {
    width: 100%;
    top: 0;
    position: relative;
    padding: 0
    }
.centered-title-slider .thumb-title {
    max-width: 450px;
    margin: 0 auto 15px
    }
@media (min-width: 992px) {
    .full-width .centered-title-slider .thumb-title {
        max-width: 650px
        }
    }
.centered-title-slider .post-cat-wrap {
    margin-bottom: 20px;
    width: 100%
    }
@media (max-width: 767px) {
    .centered-title-slider .post-cat-wrap {
        margin-bottom: 20px
        }
    .centered-title-slider .thumb-meta {
        display: none
        }
    }
.wide-next-prev-slider-wrapper .slider-main-container {
    max-width: 1200px;
    padding: 0 15px
    }
.wide-next-prev-slider-wrapper .slick-list {
    width: 100%;
    padding: 0 !important;
    overflow: inherit
    }
.wide-next-prev-slider-wrapper .tie-slider-nav {
    width: 90%;
    left: 5%;
    opacity: 1
    }
.wide-next-prev-slider-wrapper .tie-slider-nav span {
    background: transparent !important;
    color: #fff;
    font-size: 80px
    }
.wide-next-prev-slider-wrapper .tie-slider-nav li:hover span {
    color: #08f
    }
@media (max-width: 767px) {
    .wide-next-prev-slider-wrapper .tie-slider-nav {
        left: 1%;
        width: 98%
        }
    .wide-next-prev-slider-wrapper .tie-slider-nav span {
        font-size: 50px
        }
    }
.wide-slider-with-navfor-wrapper .thumb-title {
    max-width: 850px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
    }
@media (min-width: 768px) {
    .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 2.5em;
        -webkit-line-clamp: 2;
        font-size: 30px
        }
    }
@media (min-width: 992px) {
    .full-width .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 4em;
        -webkit-line-clamp: 3;
        font-size: 40px
        }
    }
.wide-slider-nav-wrapper {
    height: 110px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    padding: 0 35px;
    background-color: rgba(0, 0, 0, 0.3)
    }
@media (max-width: 767px) {
    .wide-slider-nav-wrapper {
        display: none
        }
    }
.wide-slider-nav-wrapper .slick-list {
    width: 100%
    }
.wide-slider-nav-wrapper .slide {
    cursor: pointer;
    transition: 0.3s;
    height: 110px;
    color: #08f
    }
.wide-slider-nav-wrapper .slick-current {
    box-shadow: inset 0 -5px 0 0
    }
.wide-slider-nav-wrapper .slide-overlay {
    padding: 35px 15px 0
    }
.wide-slider-nav-wrapper .thumb-meta {
    color: #e6e6e6;
    margin-bottom: 2px
    }
.wide-slider-nav-wrapper .thumb-title {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
    }
.wide-slider-nav-wrapper .tie-slider-nav {
    margin: -23px -35px;
    opacity: 1
    }
.wide-slider-three-slids-wrapper {
    min-height: 390px
    }
.wide-slider-three-slids-wrapper .slide {
    height: 390px
    }
.wide-slider-three-slids-wrapper .thumb-overlay {
    padding: 20px
    }
.wide-slider-three-slids-wrapper .thumb-overlay .container {
    padding: 0
    }
.wide-slider-three-slids-wrapper .thumb-content {
    padding: 20px
    }
.wide-slider-three-slids-wrapper .thumb-title {
    font-size: 24px
    }
@media (max-width: 1199px) {
    .wide-slider-three-slids-wrapper {
        min-height: 330px
        }
    .wide-slider-three-slids-wrapper .slide {
        height: 330px
        }
    }
@media (max-width: 767px) {
    .wide-slider-three-slids-wrapper {
        min-height: 280px
        }
    .wide-slider-three-slids-wrapper .slide {
        height: 280px
        }
    .wide-slider-three-slids-wrapper .thumb-title {
        font-size: 20px
        }
    }
@media (max-width: 479px) {
    .wide-slider-three-slids-wrapper {
        min-height: 220px
        }
    .wide-slider-three-slids-wrapper .slide {
        height: 220px
        }
    }
.boxed-slider {
    height: auto
    }
.boxed-slider .tie-slick-slider {
    overflow: hidden
    }
.boxed-slider .slick-list {
    width: 100%;
    width: calc(100% + 30px);
    margin: 0 -15px;
    overflow: inherit
    }
.boxed-slider .slide {
    margin: 0 15px;
    height: 318px
    }
.boxed-slider .thumb-overlay {
    padding: 30px
    }
.boxed-slider .thumb-title {
    font-size: 20px
    }
@media (max-width: 670px) {
    .boxed-slider .thumb-title {
        font-size: 16px
        }
    }
.boxed-slider .tie-slick-dots {
    position: relative;
    bottom: -20px;
    height: 0;
    text-align: center
    }
.slider-area .boxed-five-slides-slider .slick-dotted, .slider-area .boxed-four-taller-slider .slick-dotted, .slider-area .boxed-slider-three-slides-wrapper .slick-dotted {
    padding-bottom: 46px
    }
.slider-area .boxed-five-slides-slider .tie-slider-nav, .slider-area .boxed-four-taller-slider .tie-slider-nav, .slider-area .boxed-slider-three-slides-wrapper .tie-slider-nav {
    margin-top: -46px
    }
.boxed-slider-three-slides-wrapper {
    min-height: 318px
    }
.boxed-slider-three-slides-wrapper .thumb-overlay, .boxed-slider-three-slides-wrapper .thumb-content {
    padding: 20px
    }
@media (max-width: 1024px) {
    .boxed-slider-three-slides-wrapper {
        min-height: 280px
        }
    .boxed-slider-three-slides-wrapper .slide {
        height: 280px
        }
    }
@media (max-width: 767px) {
    .boxed-slider-three-slides-wrapper {
        min-height: 220px
        }
    .boxed-slider-three-slides-wrapper .slide {
        height: 220px
        }
    }
.boxed-five-slides-slider {
    min-height: 155px
    }
.boxed-five-slides-slider .slide {
    height: 155px
    }
@media (max-width: 550px) {
    .boxed-five-slides-slider .slide {
        height: 180px
        }
    }
.boxed-five-slides-slider .thumb-overlay, .boxed-five-slides-slider div.thumb-content {
    padding: 10px
    }
.boxed-five-slides-slider .thumb-meta {
    margin-bottom: 0
    }
.boxed-five-slides-slider .thumb-title {
    margin-bottom: 0;
    font-size: 14px;
    pointer-events: none
    }
.boxed-five-slides-slider span.icon {
    width: 30px;
    height: 30px;
    margin: 0
    }
.boxed-five-slides-slider .icon:before, .boxed-five-slides-slider .icon:after {
    width: 30px;
    height: 30px
    }
.boxed-five-slides-slider .icon:before {
    line-height: 26px;
    font-size: 12px
    }
.boxed-four-taller-slider {
    margin-bottom: 10px;
    min-height: 440px
    }
.boxed-four-taller-slider .slick-list {
    width: calc(100% + 2px);
    margin: 0 -1px
    }
.boxed-four-taller-slider .slide {
    margin: 0 1px 0 0;
    height: 440px
    }
.boxed-four-taller-slider .thumb-overlay, .boxed-four-taller-slider .thumb-content {
    padding: 20px
    }
@media (max-width: 1024px) {
    .boxed-four-taller-slider {
        min-height: 220px
        }
    .boxed-four-taller-slider .slide {
        height: 220px
        }
    .boxed-four-taller-slider .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: 4.2em
        }
    }
@media (max-width: 900px) {
    .boxed-four-taller-slider {
        min-height: 180px
        }
    .boxed-four-taller-slider .slide {
        height: 180px
        }
    }
.boxed-slider-wrapper {
    height: auto
    }
.boxed-slider-wrapper .slick-list {
    margin: 0;
    width: 100%;
    overflow: hidden
    }
.boxed-slider-wrapper .slide {
    margin: 0;
    height: 380px
    }
.boxed-slider-wrapper .tie-slick-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: 6px;
    text-align: right
    }
.boxed-slider-wrapper .tie-slick-dots li {
    vertical-align: top
    }
.boxed-slider-wrapper .thumb-title {
    font-size: 38px
    }
@media (min-width: 992px) {
    .full-width .boxed-slider-wrapper .slide {
        height: 480px
        }
    .boxed-slider-wrapper .thumb-content {
        max-width: 80%
        }
    }
@media (max-width: 991px) {
    .boxed-slider-wrapper .thumb-desc {
        display: none
        }
    }
@media (max-width: 767px) {
    .boxed-slider-wrapper .slide {
        height: 300px
        }
    .boxed-slider-wrapper .thumb-overlay, .boxed-slider-wrapper .thumb-content {
        padding: 20px
        }
    .boxed-slider-wrapper .thumb-title {
        font-size: 25px
        }
    }
@media (max-width: 670px) {
    .boxed-slider-wrapper .slide {
        height: 250px
        }
    }
@media (max-width: 479px) {
    .boxed-slider-wrapper .slide {
        height: 200px
        }
    .boxed-slider-wrapper .thumb-title {
        font-size: 20px
        }
    }
.boxed-slider-wrapper .tie-slick-slider:hover .thumb-overlay:after {
    opacity: 0.9
    }
.grid-slider-wrapper .container {
    position: relative
    }
.grid-slider-wrapper .slick-list {
    width: 100.083333%;
    width: calc(100% + 1px);
    margin: 0 -1px 0 0
    }
.grid-slider-wrapper .slide {
    margin: 0;
    height: 500px
    }
.grid-slider-wrapper .thumb-overlay, .grid-slider-wrapper .thumb-content {
    padding: 20px 20px 15px
    }
@media (max-width: 767px) {
    .grid-slider-wrapper .thumb-overlay, .grid-slider-wrapper .thumb-content {
        padding: 10px
        }
    }
.grid-slider-wrapper .thumb-title {
    font-size: 20px
    }
@media (max-width: 991px) {
    .grid-slider-wrapper .thumb-title {
        font-size: 16px
        }
    }
@media (max-width: 767px) {
    .grid-slider-wrapper .thumb-title {
        white-space: normal;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: 2.8em
        }
    }
.grid-slider-wrapper .grid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
    margin-right: 1px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
    }
.grid-slider-wrapper .grid-item:nth-child(1) {
    float: left;
    width: 49.8%;
    width: calc(50% - 1px);
    height: 100%
    }
.grid-slider-wrapper .grid-item:nth-child(2), .grid-slider-wrapper .grid-item:nth-child(3) {
    margin-bottom: 1px
    }
.grid-slider-wrapper .grid-item:nth-child(n+2) {
    float: left;
    width: 25%;
    width: calc(25% - 1px);
    height: 50%
    }
.has-builder .has-sidebar .grid-slider-wrapper .thumb-desc {
    display: none
    }
@media (max-width: 479px) {
    .grid-slider-wrapper .thumb-meta {
        display: none
        }
    }
.grid-2-big .slide {
    height: 360px
    }
@media (min-width: 992px) {
    .full-width .grid-2-big .slide {
        height: 400px
        }
    }
@media (min-width: 768px) {
    .grid-2-big .thumb-title {
        font-size: 30px
        }
    }
@media (max-width: 767px) {
    .grid-2-big .slide {
        height: 200px
        }
    }
.grid-2-big .grid-item {
    float: left;
    width: 49.5%;
    width: calc(50% - 1px);
    height: 100%
    }
.grid-2-big .grid-item:nth-child(2) {
    width: 50%;
    height: 100%;
    margin-right: 0
    }
.has-builder .has-sidebar .grid-2-big .thumb-desc {
    display: block
    }
@media (max-width: 479px) {
    .grid-2-big .slide {
        height: auto
        }
    .grid-2-big .grid-item:nth-child(n) {
        width: 100%;
        margin-right: 0;
        height: 180px
        }
    }
.grid-3-slides .slide {
    height: 380px
    }
@media (max-width: 767px) {
    .grid-3-slides .slide {
        height: 300px
        }
    }
@media (min-width: 992px) {
    .full-width .grid-3-slides .slide {
        height: 470px
        }
    }
.grid-3-slides .grid-item:nth-child(1) {
    float: left;
    width: 65.7%;
    width: calc(66% - 1px);
    height: calc(100% - 1px)
    }
.grid-3-slides .grid-item:nth-child(n+2) {
    width: 34%;
    margin-right: 0;
    height: calc(50% - 1px)
    }
@media (min-width: 992px) {
    .full-width .grid-3-slides-half-first .grid-item:nth-child(1) {
        width: calc(50% - 1px);
        height: 100%
        }
    .full-width .grid-3-slides-half-first .grid-item:nth-child(2) {
        width: calc(25% - 1px);
        margin-right: 1px;
        height: 100%
        }
    .full-width .grid-3-slides-half-first .grid-item:nth-child(3) {
        width: 25%;
        margin-right: 0;
        height: 100%
        }
    }
.grid-4-big-first-half-second .slide {
    height: 700px;
    display: block
    }
@media (max-width: 767px) {
    .grid-4-big-first-half-second .slide {
        height: 480px
        }
    }
.grid-4-big-first-half-second .grid-item:nth-child(1) {
    height: 40%;
    width: 100%
    }
.grid-4-big-first-half-second .grid-item:nth-child(2) {
    height: 30%;
    width: 100%
    }
.grid-4-big-first-half-second .grid-item:nth-child(3) {
    height: 30%;
    margin-right: 1px;
    width: calc(50% - 1px)
    }
.grid-4-big-first-half-second .grid-item:nth-child(4) {
    width: 50%;
    height: 30%;
    margin-right: 0
    }
@media (min-width: 992px) {
    .full-width .grid-4-big-first-half-second .slide {
        height: 470px
        }
    .full-width .grid-4-big-first-half-second .grid-item {
        float: left;
        height: 50%
        }
    .full-width .grid-4-big-first-half-second .grid-item:nth-child(1) {
        height: 100%;
        width: calc(50% - 1px)
        }
    .full-width .grid-4-big-first-half-second .grid-item:nth-child(2) {
        width: 50%;
        margin-right: 0
        }
    .full-width .grid-4-big-first-half-second .grid-item:nth-child(3) {
        width: 24.9%;
        width: calc(25% - 1px)
        }
    .full-width .grid-4-big-first-half-second .grid-item:nth-child(4) {
        width: 25%;
        margin-right: 0
        }
    }
.grid-4-slides .slide {
    height: auto
    }
.grid-4-slides .grid-item:nth-child(n) {
    width: 49.9%;
    width: calc(50% - 1px);
    height: 180px
    }
@media (min-width: 992px) {
    .full-width .grid-4-slides .grid-item:nth-child(n) {
        height: 250px
        }
    }
@media (max-width: 767px) {
    .grid-4-slides .grid-item:nth-child(n) {
        height: 150px
        }
    }
.grid-4-slides .grid-item:nth-child(2), .grid-4-slides .grid-item:nth-child(4) {
    width: 50%;
    margin-right: 0
    }
.grid-5-in-rows .slide {
    height: auto
    }
.grid-5-in-rows .grid-item:nth-child(n) {
    height: 180px
    }
@media (min-width: 992px) {
    .full-width .grid-5-in-rows .grid-item:nth-child(n) {
        height: 250px
        }
    }
@media (max-width: 767px) {
    .grid-5-in-rows .grid-item:nth-child(n) {
        height: 150px
        }
    }
.grid-5-in-rows .grid-item:nth-child(1) {
    width: 49.9%;
    width: calc(50% - 1px)
    }
.grid-5-in-rows .grid-item:nth-child(2) {
    width: 50%;
    margin-right: 0
    }
.grid-5-in-rows .grid-item:nth-child(3) {
    clear: left
    }
.grid-5-in-rows .grid-item:nth-child(3), .grid-5-in-rows .grid-item:nth-child(4) {
    width: 33.2%;
    width: calc(33.3334% - 1px)
    }
.grid-5-in-rows .grid-item:nth-child(5) {
    width: calc(33.337% - 0.5px);
    margin-right: 0
    }
@media (max-width: 991px) {
    .grid-5-in-rows .grid-item:nth-child(5) {
        width: 33.334%
        }
    }
@media (max-width: 600px) {
    .grid-3-slides .slide, .grid-5-in-rows .slide {
        display: block;
        height: auto
        }
    .grid-3-slides .grid-item:nth-child(n), .grid-5-in-rows .grid-item:nth-child(n) {
        height: 140px
        }
    .grid-3-slides .grid-item:first-child, .grid-5-in-rows .grid-item:first-child {
        width: 100%;
        height: 200px;
        margin-right: 0
        }
    .grid-3-slides .grid-item:nth-child(even), .grid-5-in-rows .grid-item:nth-child(even) {
        width: 49.9%;
        width: calc(50% - 1px);
        margin-right: 1px;
        clear: none
        }
    .grid-3-slides .grid-item:nth-child(n+3):nth-child(odd), .grid-5-in-rows .grid-item:nth-child(n+3):nth-child(odd) {
        width: 50%;
        margin-right: 0;
        clear: none
        }
    }
.grid-5-big-centerd .slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
    }
.grid-5-big-centerd .tie-slider-nav + .slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
    }
.grid-5-big-centerd .grid-item:nth-child(n+2) {
    height: 49.9%;
    height: calc(50% - 1px)
    }
.grid-5-big-centerd .grid-item:nth-child(1) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
    }
.grid-5-big-centerd .grid-item:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
    }
.grid-5-big-centerd .grid-item:nth-child(3) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
    }
.grid-5-big-centerd .grid-item:nth-child(4) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
    }
.grid-5-big-centerd .grid-item:nth-child(5) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
    }
.grid-5-big-centerd .grid-item:nth-child(n+4) {
    width: 25%;
    margin-right: 0
    }
.grid-5-slider .grid-item:nth-child(1) {
    width: 100%;
    height: 50%;
    margin-right: 0
    }
.grid-5-slider .grid-item:nth-child(2), .grid-5-slider .grid-item:nth-child(3) {
    height: 25%;
    width: 49.9%;
    width: calc(50% - 1px)
    }
.grid-5-slider .grid-item:nth-child(n+4) {
    height: 25%;
    margin-right: 1px;
    width: calc(50% - 1px)
    }
.grid-5-slider .grid-item:nth-child(n+3):nth-child(odd) {
    width: 50%;
    margin-right: 0
    }
.grid-5-slider .slide {
    height: 800px
    }
@media (max-width: 767px) {
    .grid-5-slider .slide {
        height: 600px
        }
    }
@media (max-width: 600px) {
    .grid-5-slider .slide {
        height: 500px
        }
    .grid-5-slider .grid-item:nth-child(1) {
        height: 40%
        }
    .grid-5-slider .grid-item:nth-child(n+2) {
        height: 30%
        }
    }
@media (max-width: 479px) {
    .grid-5-slider .slide {
        height: 470px
        }
    }
@media (min-width: 992px) {
    .full-width .grid-5-big-centerd .slide {
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        box-orient: vertical;
        box-direction: normal
        }
    .full-width .grid-5-slider .slide {
        height: 470px
        }
    .full-width .grid-5-slider .grid-item:nth-child(1) {
        width: 50%;
        height: 100%;
        margin-right: 1px
        }
    .full-width .grid-5-slider .grid-item:nth-child(n+2) {
        height: calc(50% - 1px);
        width: 24.9%;
        width: calc(25% - 1px)
        }
    .full-width .grid-5-first-big .grid-item:nth-child(n+2) {
        height: 50%
        }
    }
.grid-6-slides {
    min-height: 180px
    }
@media (max-width: 991px) {
    .grid-6-slides {
        min-height: 100px
        }
    }
.grid-6-slides .slide {
    height: auto
    }
.grid-6-slides .grid-item {
    float: left
    }
.grid-6-slides .grid-item:nth-child(n) {
    height: 180px;
    width: 33.2%;
    width: calc(33.3334% - 1px)
    }
@media (min-width: 992px) {
    .full-width .grid-6-slides .grid-item:nth-child(n) {
        height: 225px
        }
    }
@media (max-width: 767px) {
    .grid-6-slides .grid-item:nth-child(n) {
        height: 145px
        }
    }
.grid-6-slides .grid-item:nth-child(4) {
    clear: left
    }
.grid-6-slides .grid-item:nth-child(3), .grid-6-slides .grid-item:nth-child(6) {
    width: calc(33.337% - 0.5px);
    margin-right: 0
    }
@media (max-width: 991px) {
    .grid-6-slides .grid-item:nth-child(3), .grid-6-slides .grid-item:nth-child(6) {
        width: 33.334%
        }
    }
@media (max-width: 600px) {
    .grid-6-slides .slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
        }
    .grid-6-slides .grid-item:nth-child(odd) {
        width: calc(50% - 1px);
        margin-right: 1px;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
        }
    .grid-6-slides .grid-item:nth-child(even) {
        width: 50%;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 0;
        clear: none
        }
    }
.slider-vertical-navigation {
    position: relative;
    z-index: 1
    }
.slider-vertical-navigation .post-cat-wrap {
    margin-bottom: 10px
    }
.slider-vertical-navigation .thumb-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
    }
.slider-vertical-navigation span.icon {
    float: left;
    margin-right: 10px
    }
.slider-vertical-navigation div.post-rating {
    top: 5px
    }
@media (min-width: 768px) {
    .slider-vertical-navigation .slider-main-container .thumb-overlay {
        padding-top: 90px
        }
    .slider-vertical-navigation .slider-main-container .thumb-overlay .container {
        top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 60%;
        margin-left: 0;
        padding: 0
        }
    }
.slider-vertical-navigation .thumb-meta > span {
    display: inline-block
    }
.slider-vertical-navigation .slick-initialized .post-cat-wrap, .slider-vertical-navigation .slick-initialized .thumb-meta, .slider-vertical-navigation .slick-initialized .thumb-title {
    overflow: hidden
    }
.slider-vertical-navigation .slick-initialized .post-cat-wrap a, .slider-vertical-navigation .slick-initialized .thumb-meta > span, .slider-vertical-navigation .slick-initialized .thumb-title a, .slider-vertical-navigation .slick-initialized .read-next-button {
    opacity: 0;
    -webkit-transform: translatey(40px);
    -ms-transform: translatey(40px);
    transform: translatey(40px);
    transition: 1s
    }
.slider-vertical-navigation .slick-initialized .thumb-title a {
    display: block;
    -webkit-transform: translatey(140px);
    -ms-transform: translatey(140px);
    transform: translatey(140px)
    }
.slider-vertical-navigation .slick-current .post-cat-wrap a, .slider-vertical-navigation .slick-current .thumb-meta > span, .slider-vertical-navigation .slick-current .thumb-title a, .slider-vertical-navigation .slick-current .read-next-button {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0)
    }
.slider-vertical-navigation .thumb-content {
    padding: 0;
    position: relative
    }
.has-sidebar .slider-vertical-navigation .wide-slider-nav-wrapper {
    padding: 0 15px 0 0
    }
@media (min-width: 992px) {
    .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-title, .has-builder .has-sidebar .grid-5-in-rows .thumb-title, .has-builder .has-sidebar .grid-4-slides .thumb-title, .has-builder .has-sidebar .grid-6-slides .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.6em
        }
    .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-overlay, .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-content, .has-builder .has-sidebar .grid-5-in-rows .thumb-overlay, .has-builder .has-sidebar .grid-5-in-rows .thumb-content, .has-builder .has-sidebar .grid-4-slides .thumb-overlay, .has-builder .has-sidebar .grid-4-slides .thumb-content, .has-builder .has-sidebar .grid-6-slides .thumb-overlay, .has-builder .has-sidebar .grid-6-slides .thumb-content {
        padding: 20px 15px 10px
        }
    }
.grid-3-slides .grid-item:nth-child(1) .thumb-desc, .grid-5-slider .grid-item:nth-child(1) .thumb-desc, .grid-4-big-first-half-second .grid-item:nth-child(1) .thumb-desc {
    opacity: 1;
    max-height: 100px;
    margin-top: 5px
    }
@media (min-width: 768px) {
    .grid-3-slides .grid-item:nth-child(1) .thumb-title, .grid-5-slider .grid-item:nth-child(1) .thumb-title, .grid-4-big-first-half-second .grid-item:nth-child(1) .thumb-title {
        font-size: 35px
        }
    .grid-4-slides .thumb-title, .grid-5-in-rows .grid-item:nth-child(-n+2) .thumb-title {
        font-size: 24px
        }
    }
@media (max-width: 1199px) {
    .boxed-four-taller-slider .icon, .boxed-four-taller-slider .post-rating, .boxed-four-taller-slider .digital-rating {
        display: none
        }
    }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .full-width .grid-5-slider .grid-item:nth-child(n+2) .icon, .full-width .grid-5-slider .grid-item:nth-child(n+2) .post-rating, .full-width .grid-5-slider .grid-item:nth-child(n+2) .digital-rating, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .icon, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .post-rating, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .digital-rating {
        display: none
        }
    }
@media (max-width: 991px) {
    .grid-6-slides .icon, .grid-6-slides .post-rating, .grid-6-slides .digital-rating, .grid-5-in-rows .grid-item:nth-child(n+3) .icon, .grid-5-in-rows .grid-item:nth-child(n+3) .post-rating, .grid-5-in-rows .grid-item:nth-child(n+3) .digital-rating, .grid-3-slides .grid-item:nth-child(n+2) .icon, .grid-3-slides .grid-item:nth-child(n+2) .post-rating, .grid-3-slides .grid-item:nth-child(n+2) .digital-rating {
        display: none
        }
    }
@media (max-width: 320px) {
    .grid-3-slides .slide, .grid-4-slides .slide, .grid-4-big-first-half-second .slide, .grid-5-in-rows .slide, .grid-5-slider .slide, .grid-6-slides .slide {
        height: auto
        }
    .grid-3-slides .grid-item:nth-child(n), .grid-4-slides .grid-item:nth-child(n), .grid-4-big-first-half-second .grid-item:nth-child(n), .grid-5-in-rows .grid-item:nth-child(n), .grid-5-slider .grid-item:nth-child(n), .grid-6-slides .grid-item:nth-child(n) {
        width: 100% !important;
        margin-right: 0 !important;
        height: 120px
        }
    }
.tie-slider-widget .main-slider {
    z-index: 2
    }
.tie-slider-widget .slide img {
    display: none
    }
.normal-side .tie-slider-widget .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0
    }
.normal-side .tie-slider-widget .tie-slick-slider:not(.slick-initialized) .slide:first-child {
    display: block !important
    }
.normal-side .tie-slider-widget .slick-list {
    width: 100%;
    margin: 0
    }
.normal-side .tie-slider-widget .slide {
    margin: 0;
    height: 220px
    }
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .normal-side .tie-slider-widget .slide {
        height: 300px
        }
    }
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sidebar.normal-side .tie-slider-widget .slide {
        height: 400px
        }
    }
.normal-side .tie-slider-widget .thumb-overlay {
    padding: 20px
    }
.normal-side .tie-slider-widget .thumb-title {
    font-size: 18px
    }
.normal-side .tie-slider-widget .tie-slider-nav li {
    padding: 0
    }
.fullwidth-area .main-slider-inner > .container, .fullwidth-area > .container {
    padding: 0
    }
.fullwidth-area .tie-slick-dots {
    display: none !important
    }
.vertical-slider-nav {
    top: 0;
    right: 0;
    left: auto;
    width: 30%;
    height: 100%;
    padding: 0 15px;
    background: transparent
    }
.vertical-slider-nav .slick-list {
    max-height: 500px
    }
.vertical-slider-nav .slide {
    height: auto;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 0 #fff;
    transition: 0.5s 0.3s;
    opacity: 0.5;
    transition: opacity 0.3s
    }
.vertical-slider-nav .slide-overlay {
    padding: 20px 0
    }
.vertical-slider-nav .container {
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.vertical-slider-nav .thumb-title {
    font-size: 19px;
    line-height: 1.4em;
    max-height: 2.8em;
    font-weight: 300;
    white-space: inherit
    }
.vertical-slider-nav .thumb-meta {
    display: none
    }
.vertical-slider-nav .slick-current {
    opacity: 1
    }
.section-item.has-sidebar .vertical-slider-nav, .single-post.has-sidebar .vertical-slider-nav {
    width: 40%
    }
.section-item.has-sidebar .vertical-slider-nav .slide-overlay, .single-post.has-sidebar .vertical-slider-nav .slide-overlay {
    padding: 15px 0
    }
.section-item.has-sidebar .vertical-slider-nav .thumb-title, .single-post.has-sidebar .vertical-slider-nav .thumb-title {
    font-size: 14px
    }
.vertical-slider-nav:before, .vertical-slider-nav:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 0%, rgba(204, 204, 204, 0) 65%, rgba(229, 229, 229, 0) 100%)
    }
.vertical-slider-nav:after {
    bottom: -25px;
    top: auto
    }
.vertical-slider-nav .tie-slider-nav {
    width: auto;
    height: 100%;
    top: 0;
    margin: 0;
    left: calc(50% - 23px);
    z-index: 2
    }
.vertical-slider-nav .tie-slider-nav li {
    position: absolute;
    width: 46px;
    height: 25px;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.4s;
    transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
    opacity: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%)
    }
.vertical-slider-nav .tie-slider-nav li span {
    width: 46px;
    height: 25px;
    line-height: 25px;
    border-radius: 0 0 2px 2px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
    }
.vertical-slider-nav .tie-slider-nav li span:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block
    }
.vertical-slider-nav .tie-slider-nav li:first-child {
    bottom: 0;
    -webkit-transform: translatey(100%);
    -ms-transform: translatey(100%);
    transform: translatey(100%)
    }
.vertical-slider-nav .tie-slider-nav li:first-child span {
    border-radius: 2px 2px 0 0
    }
.vertical-slider-nav:hover .tie-slider-nav li {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0)
    }
#tie-wrapper:after {
    position: absolute;
    z-index: 1000;
    top: -10%;
    left: -50%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
    }
.side-aside {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 111;
    visibility: hidden;
    width: 350px;
    max-width: 100%;
    height: 100%;
    background: #161619;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -webkit-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0);
    overflow-y: auto
    }
.dark-skin .side-aside {
    background: #111114
    }
@media (max-width: 991px) {
    .side-aside {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
        }
    .side-aside.is-fullwidth {
        width: 100%
        }
    }
.is-mobile .side-aside .side-aside-wrapper, .is-desktop .side-aside .mCSB_container {
    padding: 50px 0 0
    }
.admin-bar.is-desktop .side-aside .mCSB_container, .is-mobile.admin-bar .side-aside .side-aside-wrapper {
    padding-top: 72px
    }
.side-aside .widget-content-only:first-child {
    margin-top: 20px
    }
.side-aside.dark-skin .container-wrapper {
    border-radius: 0;
    border: 0;
    background: transparent
    }
.side-aside:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 1;
    transition: opacity 0.5s
    }
.side-aside .tie-slider-widget {
    position: relative;
    z-index: 1
    }
.side-aside .container-wrapper {
    padding: 30px !important
    }
.side-aside .widget-content-only {
    padding: 0 !important
    }
.side-aside-open #tie-wrapper:after {
    width: 200%;
    height: 110%;
    opacity: 1;
    transition: opacity 0.5s
    }
.border-layout .side-aside-open #tie-wrapper:after {
    opacity: 0
    }
.side-aside-open .side-aside {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
    }
.side-aside-open .side-aside:after {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
    }
#footer .container-wrapper {
    padding: 15px 0;
    margin: 0;
    background: transparent
    }
.site-footer {
    margin-top: 50px;
    padding: 0
    }
@media (max-width: 991px) {
    .site-footer {
        margin-top: 30px
        }
    .section-wrapper.has-background + .site-footer {
        margin-top: 0
        }
    }
.container-full.has-background + .site-footer {
    margin-top: 0;
    overflow: hidden
    }
.site-footer .widget-title-icon {
    display: none
    }
.site-footer .widget, .site-footer .widget-content-only {
    margin-bottom: 0;
    border: 0
    }
.site-footer .widget.buddypress, .site-footer .widget-content-only.buddypress {
    margin-bottom: 30px
    }
.site-footer .widget.tie-weather-widget {
    margin: 15px 0
    }
@media (max-width: 767px) {
    .site-footer .widget {
        margin-bottom: 20px
        }
    }
.site-footer .widget_nav_menu li {
    list-style: none
    }
.site-footer .posts-list-counter .posts-list-items li:before {
    border-color: #2c2f34
    }
.footer-widget-area {
    margin-bottom: 10px
    }
.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
    padding-top: 60px
    }
@media (max-width: 767px) {
    .footer-widget-area:first-child:not(.footer-boxed-widget-area) {
        padding-top: 30px
        }
    }
.footer-widget-area:last-child {
    margin-bottom: 20px
    }
@media (max-width: 767px) {
    .footer-widget-area {
        margin-bottom: 20px
        }
    }
.footer-boxed-widget-area {
    padding: 30px 30px 0;
    margin-bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px
    }
.footer-boxed-widget-area:first-child {
    margin-top: 50px
    }
.footer-boxed-widget-area:last-child {
    margin-bottom: 30px
    }
.footer-boxed-widget-area > .tie-row > [class*="tie-col"] {
    padding-right: 10px;
    padding-left: 10px
    }
#footer .footer-boxed-widget-area .container-wrapper, #footer .footer-boxed-widget-area .widget.widget-content-only {
    padding: 0;
    margin-bottom: 30px
    }
.side-aside .latest-tweets-widget .dark-btn, .site-footer .latest-tweets-widget .dark-btn {
    display: none
    }
.tie-insta-photos {
    overflow: hidden
    }
.tie-insta-post {
    position: relative;
    width: 33.333333%;
    float: left
    }
.tie-insta-post a {
    display: block;
    line-height: 0;
    position: relative
    }
.tie-insta-post a:hover img {
    opacity: 0.9
    }
.tie-insta-post img {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: left
    }
.tie-insta-post .media-video {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
    }
#footer-instagram {
    position: relative;
    text-align: center;
    color: #fff
    }
#footer-instagram .tie-insta-post {
    width: 16.666667% !important
    }
#footer-instagram .tie-insta-post a:hover {
    opacity: 0.7
    }
@media (min-width: 901px) {
    #footer-instagram .mCSB_container {
        width: 100% !important;
        left: auto !important
        }
    }
@media (max-width: 900px) {
    #footer-instagram .tie-insta-photos {
        max-height: 150px;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden
        }
    #footer-instagram .tie-insta-post {
        width: 150px !important;
        display: inline-block;
        float: none;
        font-size: 13px
        }
    }
#footer-instagram .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px
    }
#footer-instagram .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.6)
    }
#instagram-link {
    position: absolute;
    display: block;
    z-index: 1;
    padding: 20px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    background: rgba(0, 0, 0, 0.7);
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    color: #fff
    }
@media (max-width: 767px) {
    #instagram-link {
        font-size: 0;
        right: 10px;
        top: 10px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 2px
        }
    #instagram-link span {
        font-size: 15px;
        vertical-align: middle
        }
    #instagram-link:before, #instagram-link:after {
        display: none
        }
    }
#instagram-link:before, #instagram-link:after {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 2px solid #08f;
    border-width: 2px 0 0 2px;
    transition: 0.5s
    }
#instagram-link:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0
    }
@media (min-width: 768px) {
    #instagram-link:hover {
        color: #08f
        }
    #instagram-link:hover:before {
        -webkit-transform: translate3d(10px, 10px, 10px);
        transform: translate3d(10px, 10px, 10px)
        }
    #instagram-link:hover:after {
        -webkit-transform: translate3d(-10px, -10px, -10px);
        transform: translate3d(-10px, -10px, -10px)
        }
    }
.site-info {
    background: #161619;
    padding: 20px 0;
    line-height: 32px;
    text-align: center
    }
.copyright-text {
    font-size: 13px
    }
.footer-menu {
    text-align: center
    }
.footer-menu li {
    display: inline-block;
    margin: 0 5px
    }
.site-info .social-icons {
    text-align: center
    }
.site-info .social-icons li {
    float: none;
    display: inline-block;
    margin: 0
    }
.site-info .social-icons li a span {
    color: #aaa;
    line-height: 22px
    }
.site-info .social-icons li a:hover span {
    color: #fff
    }
@media (max-width: 767px) {
    .site-info .tie-alignleft, .site-info .tie-alignright {
        float: none
        }
    }
@media (min-width: 768px) {
    .site-info-layout-2 .copyright-text-first {
        float: left
        }
    .site-info-layout-2 .copyright-text-second, .site-info-layout-2 ul.social-icons, .site-info-layout-2 .footer-menu {
        float: right;
        margin: 0;
        margin-left: 10px
        }
    }
a.go-to-top-button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #08f;
    text-align: center;
    display: block;
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 3;
    color: #fff;
    transition: 0.3s
    }
a.go-to-top-button:hover {
    opacity: 0.85
    }
a.go-to-top-button.show-top-button {
    bottom: 15px
    }
@media (max-width: 767px) {
    a.go-to-top-button {
        right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px
        }
    a.go-to-top-button.show-top-button {
        bottom: 45px
        }
    }
.stream-item-above-footer {
    margin: 40px auto 5px
    }
@media (max-width: 767px) {
    .stream-item-above-footer {
        max-width: 728px;
        margin: 40px 15px 5px
        }
    }
.dark-skin, .dark-skin body {
    background-color: #1f2024;
    color: #aaa
    }
.dark-skin textarea, .dark-skin input:not([type="submit"]), .dark-skin select {
    color: #aaa
    }
.dark-skin a:not(:hover), .dark-skin .single-big-img .post-meta, .dark-skin .single-big-img .post-meta a:not(:hover), .dark-skin .pages-nav .pages-numbers a:not(:hover), .dark-skin .page-title, .dark-skin .entry h1, .dark-skin .entry h2, .dark-skin .entry h3, .dark-skin .entry h4, .dark-skin .entry h5, .dark-skin .entry h6 {
    color: #fff
    }
.dark-skin .post-meta, .dark-skin .post-meta a:not(:hover), .dark-skin .timeline-widget ul li .date, .dark-skin .multiple-post-pages a:not(:hover), .dark-skin .video-playlist-nav-wrapper .video-playlist-item .video-duration, .dark-skin .login-widget .forget-text:not(:hover), .dark-skin .autocomplete-suggestions, .dark-skin #mobile-menu-icon:not(:hover) .menu-text, .dark-skin .about-author .social-icons li.social-icons-item a:not(:hover) span {
    color: #aaa !important
    }
@media (min-width: 1600px) {
    .dark-skin #story-index li a:not(.is-current) {
        color: #aaa
        }
    }
.dark-skin textarea, .dark-skin input:not([type=submit]), .dark-skin select, .dark-skin code, .dark-skin kbd, .dark-skin pre, .dark-skin samp, .dark-skin .latest-tweets-slider-widget .latest-tweets-slider .tie-slider-nav li a:not(:hover), .dark-skin .show-more-button, .dark-skin .pages-nav .pages-numbers a, .dark-skin .pages-nav .pages-numbers span.pages-nav-item, .dark-skin .pages-nav .pages-numbers .first-last-pages .fa, .dark-skin .multiple-post-pages .post-page-numbers, .dark-skin .latest-tweets-widget .slider-links .tie-slider-nav span {
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin #tie-wrapper, .dark-skin #theme-header {
    background-color: #27292d
    }
.dark-skin .subscribe-widget .subscribe-widget-content h4:after, .dark-skin .boxed-slider-three-slides-wrapper li:not(.slick-active) button:not(:hover), .dark-skin .boxed-four-taller-slider li:not(.slick-active) button:not(:hover), .dark-skin .boxed-five-slides-slider li:not(.slick-active) button:not(:hover) {
    background-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .video-playlist-wrapper, .dark-skin .tie-slider-nav span {
    background: #18191c
    }
.dark-skin .boxed-layout.wrapper-has-shadow #tie-wrapper {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3)
    }
.dark-skin .container-wrapper {
    background-color: #1f2024;
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .post-layout-3 .fullwidth-entry-title, .dark-skin .post-layout-7 .fullwidth-entry-title {
    background-color: transparent
    }
.dark-skin .tie-popup-container .container-wrapper {
    background-color: #1f2024 !important
    }
.dark-skin .widget a:not(:hover), .dark-skin .widget-title, .dark-skin .widget-title a:not(:hover) {
    color: #fff
    }
.dark-skin .widget-title-icon {
    color: #aaa
    }
.dark-skin .widget_product_tag_cloud a, .dark-skin .widget_tag_cloud .tagcloud a, .dark-skin .post-tags a, .dark-skin .widget_layered_nav_filters a {
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .timeline-widget ul:before {
    background: rgba(0, 0, 0, 0.3)
    }
.dark-skin .timeline-widget .date:before {
    background: #27292d;
    border-color: rgba(0, 0, 0, 0.3)
    }
.dark-skin #wp-calendar tbody td {
    background-color: rgba(0, 0, 0, 0.1)
    }
.dark-skin .subscribe-widget .subscribe-widget-content h3 {
    color: #fff
    }
.dark-skin .subscribe-widget .fa-envelope, .dark-skin .subscribe-widget form:before {
    color: rgba(255, 255, 255, 0.3)
    }
.dark-skin .magazine1 .entry-header-outer + .mag-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
    }
.dark-skin .post-layout-8 #content {
    background-color: #1f2024
    }
@media (min-width: 992px) {
    .dark-skin .post-layout-8.one-column-no-sidebar #content {
        background-color: transparent
        }
    }
.dark-skin .tie-instagram.lite-skin, .dark-skin .tie-instagram.default-skin {
    background-color: #fff
    }
.dark-skin .tie-instagram.lite-skin a, .dark-skin .tie-instagram.default-skin a {
    color: #2c2f34
    }
@media (max-width: 991px) {
    .dark-skin .post-has-toggle #the-post .entry:not(.is-expanded):before {
        background-image: linear-gradient(to bottom, transparent 50%, #1f2024 100%)
        }
    .dark-skin .magazine2.post-has-toggle #the-post .entry:not(.is-expanded):before {
        background-image: linear-gradient(to bottom, transparent 50%, #27292d 100%)
        }
    }
.dark-skin .sticky {
    background: #1c1c1d;
    padding: 10px
    }
.dark-skin .entry-header .entry-title {
    color: #fff
    }
.dark-skin .post-footer-on-bottom {
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .magazine1 .post-footer-on-bottom {
    background: #1f2024
    }
.dark-skin .comment-list li, .dark-skin .commentlist li, .dark-skin .entry table *, .dark-skin .woocommerce table.shop_table tfoot * {
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .comment-list .comment-author img, .dark-skin .commentlist .comment-author img {
    box-shadow: 0 0 8px #000;
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin .post-content-slideshow, .dark-skin .post-content-slideshow .tie-slider-nav-wrapper, .dark-skin .post-content-slideshow .tie-slider-nav li span, .dark-skin .divider, .dark-skin .toggle, .dark-skin .tabs-wrapper.tabs-vertical:after, .dark-skin .tabs-wrapper.tabs-vertical .tabs li a {
    border-color: rgba(255, 255, 255, 0.1)
    }
.dark-skin #check-also-box {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #1f2024
    }
.dark-skin .site-footer {
    background-color: #1c1d21
    }
.sidebar .container-wrapper, .sidebar .tie-weather-widget {
    margin-bottom: 30px
    }
@media (max-width: 991px) {
    .sidebar .container-wrapper, .sidebar .tie-weather-widget {
        margin-bottom: 15px
        }
    }
body:not(.has-builder) .sidebar .container-wrapper:last-child, body:not(.has-builder) .sidebar .tie-weather-widget:last-child {
    margin-bottom: 0
    }
@media (max-width: 991px) {
    .has-sidebar .sidebar {
        margin-top: 15px
        }
    .magazine2.has-sidebar .sidebar {
        margin-top: 40px
        }
    }
.widget-title {
    position: relative
    }
.widget-title .the-subtitle {
    font-size: 15px;
    min-height: 15px
    }
.widget-title-icon {
    position: absolute;
    right: 0;
    top: 1px;
    color: #b9bec3
    }
.widget-title-icon:before {
    content: ""
    }
.widget-title-icon.fa {
    font-size: 15px
    }
.post-widget-body {
    padding-left: 125px
    }
.post-widget-body .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px
    }
.post-widget-thumbnail {
    float: left;
    margin-right: 15px;
    position: relative
    }
.post-widget-thumbnail img.tie-small-image {
    width: 110px
    }
.widget li {
    padding: 6px 0
    }
.widget li:first-child {
    padding-top: 0
    }
.widget li:last-child {
    padding-bottom: 0;
    border-bottom: 0
    }
.widget li:after {
    clear: both;
    display: table;
    content: ""
    }
.widget .post-meta {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 17px
    }
.widget-content-only:last-child {
    margin-bottom: 0
    }
.widget-content-only.tie-slider-widget {
    padding: 0;
    border: 0
    }
.widget-content-only .widget-title {
    display: none
    }
.widget-content-only, .section-item .widget-content-only:last-child, .side-aside .widget-content-only:last-child {
    margin-bottom: 30px
    }
.widget_recent_entries .widget-title-icon:before, .categort-posts .widget-title-icon:before, .authors-posts .widget-title-icon:before, .posts-list .widget-title-icon:before, .widget_pages .widget-title-icon:before, .widget_text .widget-title-icon:before, .text-html .widget-title-icon:before {
    content: ""
    }
.posts-list-big-first .posts-list-items li:first-child, .posts-list-bigs .posts-list-items li, .posts-list-half-posts .posts-list-items li {
    padding-bottom: 20px
    }
.posts-list-big-first li:first-child .post-widget-thumbnail, .posts-list-bigs li .post-widget-thumbnail, .posts-list-half-posts li .post-widget-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
    }
.posts-list-big-first li:first-child .post-widget-body, .posts-list-bigs li .post-widget-body, .posts-list-half-posts li .post-widget-body {
    padding-left: 0
    }
.posts-list-big-first li:first-child .post-title, .posts-list-bigs li .post-title {
    font-size: 20px
    }
.posts-list-bigs li:last-child {
    padding-bottom: 0
    }
.posts-list-half-posts .posts-list-items {
    overflow: hidden;
    margin-bottom: -20px
    }
.posts-list-half-posts li {
    width: 47%;
    float: left
    }
@media only screen and (min-width: 480px) and (max-width: 992px) {
    .posts-list-half-posts li {
        width: 48%
        }
    }
.posts-list-half-posts li:nth-child(2) {
    padding-top: 0
    }
.posts-list-half-posts li:nth-child(2n) {
    float: right
    }
.posts-list-half-posts li:nth-child(2n+1) {
    clear: both
    }
.posts-list-half-posts li .post-title {
    font-size: 14px;
    line-height: 1.4
    }
.posts-list-half-posts .post-meta {
    overflow: inherit
    }
.posts-list-counter {
    counter-reset: post-widget-counter
    }
.posts-list-counter li:before {
    display: block;
    width: 30px;
    height: 30px;
    content: counter(post-widget-counter, decimal);
    counter-increment: post-widget-counter;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    border: 2px solid #fff;
    background: #08f;
    color: #fff;
    border-radius: 100%
    }
@media (max-width: 991px) {
    .magazine2 .posts-list-counter li:before {
        left: -10px
        }
    }
.dark-skin .posts-list-counter li:before {
    border-color: #27292d
    }
.site-footer .posts-list-counter li:before, .side-aside.dark-skin .posts-list-counter li:before {
    border-color: #1f2024
    }
.posts-list-counter li:nth-child(1):before {
    top: -10px;
    -webkit-transform: scale(1.35, 1.35);
    -ms-transform: scale(1.35, 1.35);
    transform: scale(1.35, 1.35)
    }
.posts-list-counter li:nth-child(2):before {
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25)
    }
.posts-list-counter li:nth-child(3):before {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
    }
.posts-list-counter li:nth-child(4):before {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
    }
.posts-list-counter li .no-small-thumbs {
    padding-left: 30px !important
    }
@media (max-width: 991px) {
    .posts-list-big-first .posts-list-items, .posts-list-bigs .posts-list-items {
        overflow: hidden
        }
    .posts-list-big-first li, .posts-list-bigs li {
        width: 48%;
        float: left
        }
    .posts-list-big-first li:nth-child(2), .posts-list-bigs li:nth-child(2) {
        padding-top: 0
        }
    .posts-list-big-first li:nth-child(2n), .posts-list-bigs li:nth-child(2n) {
        float: right
        }
    .posts-list-big-first li:nth-child(2n+1), .posts-list-bigs li:nth-child(2n+1) {
        clear: both
        }
    .posts-list-big-first li:nth-child(2), .posts-list-big-first li:nth-child(3) {
        float: right;
        clear: none
        }
    .posts-list-big-first li:nth-child(n+5) {
        display: none
        }
    .posts-list-half-posts li .post-title {
        font-size: 20px
        }
    }
@media (max-width: 670px) {
    .posts-list-big-first li {
        width: 100%
        }
    .posts-list-big-first li:nth-child(2) {
        padding-top: 12px
        }
    .posts-list-big-first li:nth-child(n+5) {
        display: block
        }
    .posts-list-bigs li {
        width: 100%
        }
    .posts-list-bigs li:not(:last-child) {
        padding-bottom: 12px
        }
    .posts-list-half-posts li .post-title {
        font-size: 14px
        }
    }
.timeline-widget .widget-title-icon:before {
    content: ""
    }
.timeline-widget ul {
    position: relative;
    padding-left: 15px
    }
.timeline-widget ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e6e6e6
    }
.timeline-widget li {
    border-bottom: 0;
    padding-bottom: 10px
    }
.timeline-widget li .date {
    font-size: 10px;
    display: block;
    position: relative;
    color: #767676;
    line-height: 12px;
    margin-bottom: 5px
    }
.timeline-widget li .date:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #e6e6e6;
    border: 3px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transform: translatez(0);
    transform: translatez(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s
    }
.timeline-widget li .date .fa {
    display: none
    }
.timeline-widget li h3 {
    font-size: 14px;
    line-height: 1.4
    }
.timeline-widget li a:hover .date:before {
    background: #08f;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
    }
.posts-pictures-widget .tie-row {
    margin: 0 -4px -8px
    }
.posts-pictures-widget .tie-row > div:nth-child(3n+1) {
    clear: both
    }
.posts-pictures-widget .tie-col-xs-4 {
    padding: 0 4px 8px
    }
.widget_author .widget-title-icon:before {
    content: ""
    }
.widget_author .multiple-authors .about-author {
    border-width: 0;
    border-bottom-width: 1px;
    padding: 0 0 10px;
    margin-bottom: 20px
    }
.widget_author .multiple-authors .about-author:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom-width: 0
    }
.widget_author .single-author .about-author {
    padding: 0;
    border: 0;
    margin: 0
    }
.widget_author .single-author .author-name {
    display: none
    }
@media (min-width: 992px) {
    .widget_author div.author-avatar {
        float: none
        }
    .widget_author div.author-avatar a {
        display: block;
        width: 90px;
        margin: 0 auto 10px
        }
    .widget_author .author-info {
        padding: 0 !important
        }
    }
.aboutme-widget .widget-title-icon:before {
    content: ""
    }
.aboutme-widget .about-content-wrapper {
    overflow: hidden
    }
.fullwidth-area .aboutme-widget .about-content-wrapper {
    padding: 0 15%
    }
@media (max-width: 991px) {
    .aboutme-widget .about-content-wrapper {
        text-align: center
        }
    .aboutme-widget .about-content-wrapper .aboutme-widget-content {
        max-width: 500px;
        margin: 0 auto
        }
    .aboutme-widget .about-content-wrapper .social-icons li.social-icons-item {
        float: none;
        display: inline-block
        }
    }
.aboutme-widget .aboutme-widget-content {
    overflow: hidden;
    min-width: 140px
    }
.aboutme-widget .aboutme-widget-content h3 {
    margin-bottom: 10px
    }
.aboutme-widget .aboutme-widget-content span.fa {
    margin-right: 5px;
    font-size: 16px;
    line-height: 25px
    }
.aboutme-widget .about-author-img {
    float: left;
    margin: 7px 20px 15px 0;
    width: auto;
    height: auto
    }
.aboutme-widget .about-author-img.lazy-img[data-src] {
    width: 100px;
    height: 100px
    }
@media (max-width: 991px) {
    .aboutme-widget .about-author-img {
        float: none;
        margin: 7px auto 15px
        }
    }
.aboutme-widget .social-icons {
    margin: 15px 0 0
    }
.aboutme-widget .social-icons:before {
    display: table;
    content: "";
    clear: both
    }
.aboutme-widget ul.about-info {
    margin-top: 10px
    }
@media (min-width: 992px) {
    .aboutme-widget .is-centered.about-content-wrapper {
        text-align: center
        }
    .aboutme-widget .is-centered img.about-author-img {
        float: none;
        margin: 0 auto 10px
        }
    .aboutme-widget .is-centered .social-icons li.social-icons-item {
        float: none;
        display: inline-block
        }
    }
.aboutme-widget .image-is-circle .about-author-img {
    border-radius: 100%
    }
.aboutme-widget .tie-padding {
    margin-bottom: 0
    }
.widget_search .widget-title-icon:before, .widget_display_search .widget-title-icon:before, .widget_product_search .widget-title-icon:before {
    content: ""
    }
form.woocommerce-product-search {
    overflow: hidden
    }
form.search-form {
    overflow: auto;
    position: relative;
    width: 100%
    }
.search-field {
    float: left;
    width: 73%
    }
.woocommerce-product-search [type="submit"], .search-submit[type="submit"] {
    float: right;
    padding: 7px;
    margin-left: 2%;
    width: 25%
    }
.widget_text p, .text-html p {
    line-height: 24px
    }
.widget_text p:not(:last-child), .widget_text ul:not(:last-child), .widget_text ol:not(:last-child), .text-html p:not(:last-child), .text-html ul:not(:last-child), .text-html ol:not(:last-child) {
    margin-bottom: 20px
    }
.widget_text ol li, .text-html ol li {
    list-style: inside decimal
    }
.widget_text ul li, .text-html ul li {
    list-style: inside disc
    }
.widget_text .fa, .text-html .fa {
    width: 16px;
    text-align: center
    }
.widget_text .textwidget {
    overflow: hidden
    }
.login-widget .widget-title-icon:before, .bbp_widget_login .widget-title-icon:before, .widget_bp_core_login_widget .widget-title-icon:before {
    content: ""
    }
.login-widget form input[type="text"], .login-widget form input[type="password"] {
    width: 100%;
    float: none;
    margin-bottom: 15px
    }
.login-widget .pass-container {
    position: relative
    }
.login-widget .pass-container input[type="password"] {
    padding-right: 70px
    }
.login-widget .forget-text {
    position: absolute;
    right: 10px;
    line-height: 37px;
    top: 0;
    font-size: 12px
    }
.login-widget .forget-text:not(:hover) {
    color: #2c2f34
    }
.login-widget .rememberme {
    display: block;
    margin-bottom: 15px
    }
.login-widget .register-link {
    margin: 8px 0 0;
    display: block;
    text-align: center
    }
.login-widget .wp-social-login-widget {
    padding-top: 15px
    }
.login-widget .wp-social-login-provider-list {
    padding: 5px 0 0
    }
.login-widget .is-logged-login .author-avatar {
    text-align: center;
    margin: 0 auto 10px
    }
.login-widget .is-logged-login .welcome-text {
    text-align: center;
    margin-bottom: 15px
    }
.login-widget .is-logged-login li {
    list-style: none
    }
.login-widget .is-logged-login span.fa {
    width: 15px
    }
.social-statistics-widget .widget-title-icon:before {
    content: ""
    }
.social-statistics-widget ul {
    overflow: hidden
    }
.social-statistics-widget li {
    float: left;
    width: 50%;
    margin-left: 0;
    padding: 10px 5px 0;
    border-bottom: 0
    }
.social-statistics-widget li:last-child {
    margin-bottom: 0
    }
.social-statistics-widget .followers-num {
    font-weight: 600
    }
.social-statistics-widget .followers-name {
    font-size: 11px
    }
.social-statistics-widget a {
    display: block;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 2px
    }
.social-statistics-widget a:hover {
    opacity: 0.8
    }
.social-statistics-widget a span.fa, .social-statistics-widget a span[class^="arqicon-"], .social-statistics-widget a span[class*=" arqicon-"] {
    float: left;
    color: #fff;
    background-color: #2c2f34;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    transition: 0.3s
    }
.social-statistics-widget .followers {
    float: left;
    margin-left: 10px;
    line-height: 15px
    }
.social-statistics-widget .followers .followers-num, .social-statistics-widget .followers .followers-name {
    color: #fff;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    word-wrap: normal
    }
.social-statistics-widget .followers .followers-name {
    opacity: 0.8
    }
.two-cols {
    margin-left: -5px;
    margin-right: -5px
    }
.two-cols:not(.fullwidth-stats-icons) li:nth-child(2) {
    padding-top: 0
    }
.two-cols li:nth-last-child(-n+2) {
    margin-bottom: 0
    }
.two-cols li:nth-child(2n+1) {
    clear: both
    }
.two-cols:not(.transparent-icons):not(.white-bg) a span.fa, .fullwidth-stats-icons:not(.transparent-icons):not(.white-bg) a span.fa {
    background: #2c2f34 !important
    }
.fullwidth-stats-icons li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 0;
    position: relative
    }
.fullwidth-stats-icons li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1px;
    height: calc(100% - 10px);
    left: 50px;
    top: 10px;
    background: rgba(255, 255, 255, 0.3)
    }
.fullwidth-stats-icons li:first-child {
    padding-top: 0
    }
.fullwidth-stats-icons li:first-child:before {
    height: 100%;
    top: 0
    }
.fullwidth-stats-icons .followers {
    margin-left: 30px
    }
.fullwidth-stats-icons .followers span {
    float: left;
    line-height: 30px;
    margin-right: 5px
    }
.transparent-icons li a span.fa, .transparent-icons li a [class^="arqicon-"], .transparent-icons li a [class*=" arqicon-"] {
    background-color: transparent
    }
.white-bg .social-icons-item:before {
    background: rgba(0, 0, 0, 0.1)
    }
.white-bg .social-icons-item a {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: transparent !important
    }
.white-bg .social-icons-item a span.followers span {
    color: #2c2f34
    }
.dark-skin .white-bg .social-icons-item a span.followers span {
    color: #aaa
    }
.circle-icons .social-icons-item a span.fa, .circle-icons .social-icons-item a span[class^="arqicon-"], .circle-icons .social-icons-item a span[class*=" arqicon-"] {
    border-radius: 50%
    }
.circle-icons.two-cols .social-icons-item a {
    border: 0 !important
    }
.three-cols:not(.three-cols-without-spaces) {
    margin-right: -5px;
    margin-left: -5px
    }
.three-cols .social-icons-item {
    width: 33.3333%;
    margin: 0;
    overflow: hidden
    }
.three-cols .social-icons-item:nth-child(-n+3) {
    padding-top: 0
    }
.three-cols .social-icons-item:nth-child(3n+1) {
    clear: both
    }
.three-cols .social-icons-item:nth-last-child(-n+3) {
    margin-bottom: 0
    }
.three-cols .social-icons-item a {
    padding: 0
    }
.three-cols .social-icons-item a span.fa, .three-cols .social-icons-item a [class^="arqicon-"], .three-cols .social-icons-item a [class*=" arqicon-"] {
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #fff
    }
.three-cols .social-icons-item .followers {
    background: rgba(255, 255, 255, 0.2);
    margin: 0;
    width: 100%;
    min-height: 58px;
    padding: 10px 0;
    text-align: center;
    line-height: 19px
    }
.three-cols-without-spaces .social-icons-item:nth-child(n) {
    padding: 0
    }
.three-cols-without-spaces .social-icons-item:nth-child(n) a {
    border-radius: 0
    }
.three-cols-without-spaces .social-icons-item:nth-child(n) a span.fa, .three-cols-without-spaces .social-icons-item:nth-child(n) a [class^="arqicon-"], .three-cols-without-spaces .social-icons-item:nth-child(n) a [class*=" arqicon-"] {
    padding-top: 5px
    }
.three-cols-without-spaces .social-icons-item:nth-child(n) .followers {
    background-color: transparent;
    padding-top: 0
    }
.three-cols-without-spaces .social-icons-item:nth-child(n) .followers-num {
    font-size: 18px
    }
.circle-three-cols {
    margin-right: -10px;
    margin-left: -10px
    }
.circle-three-cols .social-icons-item {
    width: calc(100% / 3);
    margin-right: 0;
    height: 125px;
    overflow: hidden;
    padding: 0
    }
.circle-three-cols .social-icons-item:before {
    background: rgba(0, 0, 0, 0.1)
    }
.circle-three-cols .social-icons-item a {
    position: relative;
    background: transparent !important
    }
.circle-three-cols .social-icons-item a .followers-num, .circle-three-cols .social-icons-item a .followers-name {
    color: #2c2f34
    }
.dark-skin .circle-three-cols .social-icons-item a .followers-num, .dark-skin .circle-three-cols .social-icons-item a .followers-name {
    color: #aaa
    }
.circle-three-cols .social-icons-item a span {
    position: relative;
    z-index: 2
    }
.circle-three-cols .social-icons-item a span.fa, .circle-three-cols .social-icons-item a span[class^="arqicon-"], .circle-three-cols .social-icons-item a span[class*=" arqicon-"] {
    color: #fff !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    position: relative;
    left: 50%;
    margin-left: -35px
    }
.circle-three-cols .social-icons-item .followers {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center
    }
.circle-three-cols .social-icons-item .followers-num {
    font-size: 15px
    }
.squared-four-cols {
    margin-right: -10px;
    margin-left: -10px
    }
.squared-four-cols li {
    width: 25%;
    margin: 0
    }
.squared-four-cols li:nth-child(-n+4) {
    padding-top: 0
    }
.squared-four-cols li:nth-child(4n+1) {
    clear: both
    }
.squared-four-cols li:nth-child(n) a {
    border: 0 !important;
    padding-top: 0
    }
.squared-four-cols li:nth-child(n) a .fa, .squared-four-cols li:nth-child(n) a [class^="arqicon-"], .squared-four-cols li:nth-child(n) a [class*=" arqicon-"] {
    position: relative;
    left: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-left: -27px;
    font-size: 20px
    }
.squared-four-cols li:nth-child(n) .followers {
    text-align: center;
    margin: 10px 0 0;
    display: block;
    width: 100%
    }
@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .two-cols.white-bg:not(.circle-icons) li, .two-cols.transparent-icons li, .two-cols:not(.transparent-icons):not(.white-bg) li {
        width: 100%
        }
    .two-cols.white-bg:not(.circle-icons) li:nth-child(2), .two-cols.transparent-icons li:nth-child(2), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(2) {
        padding-top: 10px
        }
    .two-cols.white-bg.circle-icons li a {
        padding: 10px 0
        }
    .squared-four-cols li {
        width: 33.3334%
        }
    .squared-four-cols li:nth-child(4n+1) {
        clear: none
        }
    .squared-four-cols li:nth-child(3n+1) {
        clear: both
        }
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .two-cols.white-bg, .two-cols.transparent-icons, .two-cols:not(.transparent-icons):not(.white-bg), .fullwidth-stats-icons {
        margin-left: -5px;
        margin-right: -5px
        }
    .two-cols.white-bg li, .two-cols.transparent-icons li, .two-cols:not(.transparent-icons):not(.white-bg) li, .fullwidth-stats-icons li {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px
        }
    .two-cols.white-bg li:before, .two-cols.transparent-icons li:before, .two-cols:not(.transparent-icons):not(.white-bg) li:before, .fullwidth-stats-icons li:before {
        left: 55px
        }
    .two-cols.white-bg li:nth-child(-n+4), .two-cols.transparent-icons li:nth-child(-n+4), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(-n+4), .fullwidth-stats-icons li:nth-child(-n+4) {
        padding-top: 0
        }
    .two-cols.white-bg li:nth-child(-n+4):before, .two-cols.transparent-icons li:nth-child(-n+4):before, .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(-n+4):before, .fullwidth-stats-icons li:nth-child(-n+4):before {
        top: 0;
        height: 100%
        }
    .two-cols.white-bg li:nth-child(2n+1), .two-cols.transparent-icons li:nth-child(2n+1), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(2n+1), .fullwidth-stats-icons li:nth-child(2n+1) {
        clear: none
        }
    .two-cols.white-bg li:nth-child(4n+1), .two-cols.transparent-icons li:nth-child(4n+1), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(4n+1), .fullwidth-stats-icons li:nth-child(4n+1) {
        clear: both
        }
    .two-cols.white-bg li .followers span, .two-cols.transparent-icons li .followers span, .two-cols:not(.transparent-icons):not(.white-bg) li .followers span, .fullwidth-stats-icons li .followers span {
        float: none;
        line-height: inherit
        }
    .three-cols .social-icons-item, .white-bg.two-cols .social-icons-item, .circle-three-cols .social-icons-item, .squared-four-cols .social-icons-item {
        width: 20%
        }
    .three-cols .social-icons-item:nth-child(-n+5), .white-bg.two-cols .social-icons-item:nth-child(-n+5), .circle-three-cols .social-icons-item:nth-child(-n+5), .squared-four-cols .social-icons-item:nth-child(-n+5) {
        padding-top: 0
        }
    .three-cols .social-icons-item:nth-child(5n+1), .white-bg.two-cols .social-icons-item:nth-child(5n+1), .circle-three-cols .social-icons-item:nth-child(5n+1), .squared-four-cols .social-icons-item:nth-child(5n+1) {
        clear: both
        }
    .three-cols .social-icons-item:nth-child(3n+1), .three-cols .social-icons-item:nth-child(4n+1), .white-bg.two-cols .social-icons-item:nth-child(3n+1), .white-bg.two-cols .social-icons-item:nth-child(4n+1), .circle-three-cols .social-icons-item:nth-child(3n+1), .circle-three-cols .social-icons-item:nth-child(4n+1), .squared-four-cols .social-icons-item:nth-child(3n+1), .squared-four-cols .social-icons-item:nth-child(4n+1) {
        clear: none
        }
    }
.dark-skin .social-statistics-widget .white-bg li.social-icons-item:before {
    background: rgba(255, 255, 255, 0.1)
    }
.dark-skin .social-statistics-widget .white-bg li.social-icons-item a {
    border-color: rgba(255, 255, 255, 0.1) !important
    }
.dark-skin .social-statistics-widget .white-bg li.social-icons-item a:after {
    background: rgba(255, 255, 255, 0.1)
    }
.social-icons-item .arqicon-envato {
    background-size: 14px 17px;
    background-position: center
    }
.social-icons-item .arqicon-goodreads {
    line-height: 2.5 !important
    }
.social-icons-item .arqicon-goodreads svg {
    width: 20px;
    height: 20px
    }
.social-statistics-widget ul.three-cols .arqicon-goodreads, .social-statistics-widget ul.circle-three-cols .arqicon-goodreads, .social-statistics-widget ul.squared-four-cols .arqicon-goodreads {
    line-height: 3 !important
    }
.social-statistics-widget ul.three-cols .arqicon-goodreads svg, .social-statistics-widget ul.circle-three-cols .arqicon-goodreads svg, .social-statistics-widget ul.squared-four-cols .arqicon-goodreads svg {
    width: 25px;
    height: 25px
    }
.social-statistics-widget ul.circle-three-cols .arqicon-goodreads {
    line-height: 3.7 !important
    }
.social-statistics-widget svg path {
    fill: #FFF
    }
@supports (-ms-accelerator: true) {
    . social-statistics-widget a {
        transition: none
        }
    }
.recent-comments-widget .widget-title-icon:before {
    content: ""
    }
.recent-comments-widget .comment-author {
    font-weight: bold;
    display: block;
    font-size: 14px
    }
.authors-posts .post-widget-body, .recent-comments-widget .comment-body, .tab-content-comments .comment-body {
    padding-left: 80px
    }
.widget_recent_comments .widget-title-icon:before {
    content: ""
    }
.flickr-widget .widget-title-icon:before {
    content: ""
    }
.flickr-widget .flickr_badge_image {
    width: 33.33333%;
    padding: 0 2px 4px;
    position: relative;
    min-height: 1px;
    float: left;
    line-height: 0
    }
.flickr-widget .flickr-images-wrapper {
    margin: 0 -2px
    }
.flickr-widget a {
    display: block
    }
.flickr-widget img {
    width: 100%;
    transition: 0.3s
    }
.flickr-widget img:hover {
    opacity: 0.8
    }
.flickr-widget a.button {
    margin-top: 10px
    }
.widget_tie-instagram-theme .widget-title-icon:before {
    content: ""
    }
.widget_tie-instagram-theme .tie-insta-photos {
    margin: 0 -2px
    }
.widget_tie-instagram-theme .tie-insta-post {
    padding: 0 2px 4px !important
    }
.widget_tie-instagram-theme .button {
    margin-top: 10px
    }
.tie-insta-header {
    margin-bottom: 15px
    }
.tie-insta-avatar a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    float: left;
    margin-right: 20px
    }
.tie-insta-avatar a:before {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border-radius: 50%;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
    }
.tie-insta-avatar a:after {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    border-radius: 50%;
    background: #fff
    }
.tie-insta-avatar img {
    border-radius: 50%;
    position: relative;
    z-index: 2
    }
.tie-insta-info {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 5px
    }
.tie-insta-counts li {
    display: inline-block;
    padding: 0 10px 0 0
    }
.tie-insta-counts .counts-number {
    font-weight: bold
    }
.tie-insta-counts span:last-child {
    opacity: 0.7;
    font-size: 90%
    }
.tie-insta-desc {
    margin-top: 20px
    }
.widget_tag_cloud .widget-title-icon:before, .widget_product_tag_cloud .widget-title-icon:before {
    content: ""
    }
.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud, .post-tags .tagcloud, .widget_layered_nav_filters .tagcloud {
    margin: 0 -3px;
    font-size: 0;
    display: block
    }
.widget_product_tag_cloud a, .widget_tag_cloud a, .post-tags a, .widget_layered_nav_filters a {
    font-size: 12px !important;
    display: inline-block;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 14px;
    margin: 3px;
    padding: 6px 10px;
    border-radius: 2px
    }
.widget_product_tag_cloud a:not(:hover), .widget_tag_cloud a:not(:hover), .post-tags a:not(:hover), .widget_layered_nav_filters a:not(:hover) {
    color: #2c2f34
    }
.fullwidth-area .widget_tag_cloud {
    text-align: center
    }
.fullwidth-area .widget_tag_cloud .widget-title {
    padding-bottom: 0;
    margin-bottom: 20px
    }
.fullwidth-area .widget_tag_cloud .widget-title .the-subtitle {
    font-weight: 700;
    font-size: 32px
    }
.fullwidth-area .widget_tag_cloud .widget-title:before, .fullwidth-area .widget_tag_cloud .widget-title:after {
    display: none
    }
.block-head-4 .fullwidth-area .widget_tag_cloud .widget-title {
    padding-top: 10px;
    padding-bottom: 10px
    }
.block-head-4 .fullwidth-area .widget_tag_cloud .widget-title:before {
    display: block
    }
.block-head-7 .fullwidth-area .widget_tag_cloud .widget-title {
    padding: 7px 10px
    }
.fullwidth-area .widget_tag_cloud .tagcloud a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 2px 6px 2px;
    padding: 14px 18px;
    border: none;
    text-transform: capitalize
    }
@media (max-width: 767px) {
    .fullwidth-area .widget_tag_cloud .tagcloud a {
        font-size: 14px !important;
        margin: 0 2px 6px 2px;
        padding: 10px 15px
        }
    }
.fullwidth-area .widget_tag_cloud .tagcloud a:hover {
    background-color: #08f;
    color: #fff
    }
.widget-posts-list + .button {
    margin-top: 24px !important
    }
li.widget-post-list, .recent-comments-widget li {
    padding: 7px 0;
    position: relative
    }
.widget_rss .widget-title-icon:before {
    content: ""
    }
.widget_rss img.rss-widget-icon {
    display: none
    }
.widget_meta .widget-title-icon:before {
    content: ""
    }
.soundcloud-widget .widget-title-icon:before {
    content: ""
    }
.facebook-widget .widget-title-icon:before {
    content: ""
    }
.facebook-widget .fb_iframe_widget {
    margin: 0 auto;
    max-width: 100%;
    display: table !important
    }
.widget_youtube-widget .widget-title-icon:before {
    content: ""
    }
.widget_youtube-widget .youtube-box {
    text-align: center
    }
.widget_media_video .widget-title-icon:before {
    content: ""
    }
.widget_media_video iframe, .widget_media_video video {
    max-width: 100%
    }
.widget_media_image .widget-title-icon:before {
    content: ""
    }
.widget_media_image img {
    margin: 0 auto
    }
.widget_media_audio .widget-title-icon:before {
    content: ""
    }
.widget_categories .widget-title-icon:before, .widget_product_categories .widget-title-icon:before {
    content: ""
    }
.widget_categories li, .widget_product_categories li, .widget_archive li {
    text-align: right
    }
.widget_categories li a, .widget_product_categories li a, .widget_archive li a {
    float: left;
    white-space: nowrap;
    word-wrap: normal
    }
.widget_categories li, .widget_product_categories li, .widget_layered_nav li, .widget_archive li, .widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_recent_entries li, .widget_display_forums li, .widget_display_views li, .widget_rss li, .widget_display_stats dt {
    padding: 5px 0 5px 12px;
    font-size: 105%
    }
.widget_categories li a:before, .widget_product_categories li a:before, .widget_layered_nav li a:before, .widget_archive li a:before, .widget_nav_menu li a:before, .widget_meta li a:before, .widget_pages li a:before, .widget_recent_entries li a:before, .widget_display_forums li a:before, .widget_display_views li a:before, .widget_rss li a:before, .widget_display_stats dt:before {
    content: "";
    font-family: "fontawesome";
    color: #2c2f34;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    width: 12px;
    margin-left: -12px;
    text-align: left
    }
.dark-skin .widget_categories li a:before, .dark-skin .widget_product_categories li a:before, .dark-skin .widget_layered_nav li a:before, .dark-skin .widget_archive li a:before, .dark-skin .widget_nav_menu li a:before, .dark-skin .widget_meta li a:before, .dark-skin .widget_pages li a:before, .dark-skin .widget_recent_entries li a:before, .dark-skin .widget_display_forums li a:before, .dark-skin .widget_display_views li a:before, .dark-skin .widget_rss li a:before, .dark-skin .widget_display_stats dt:before {
    color: #aaa
    }
.widget_categories .children, .widget_product_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
    margin-top: 0;
    clear: both
    }
.widget_categories .children li, .widget_product_categories .children li, .widget_nav_menu .sub-menu li, .widget_pages .children li {
    padding-left: 15px
    }
.widget_categories .children li:first-child, .widget_product_categories .children li:first-child, .widget_nav_menu .sub-menu li:first-child, .widget_pages .children li:first-child {
    padding-top: 10px
    }
.widget_categories select, .widget_archive select {
    width: 100%
    }
.widget_nav_menu .widget-title-icon:before {
    content: ""
    }
.site-footer .widget_nav_menu li {
    padding-left: 0;
    padding-right: 0
    }
.site-footer .widget_nav_menu li a:before {
    display: none
    }
.widget_recent_entries a + span, .widget_display_replies li div, .widget_display_topics li div, .widget_rss .rss-date {
    display: inline;
    color: #767676;
    font-size: 90%
    }
.widget_recent_entries a + span:before, .widget_display_replies li div:before, .widget_display_topics li div:before, .widget_rss .rss-date:before {
    content: " - "
    }
.widget_display_replies img, .widget_display_topics img {
    margin-bottom: -2px;
    border-radius: 50%
    }
.tie-widget-categories li a:hover + span {
    box-shadow: inset 0 0 0 11px rgba(0, 0, 0, 0.3)
    }
div.tie-widget-categories .children li {
    padding-left: 0;
    padding-right: 0
    }
.cat-counter a + span {
    display: inline-block;
    background-color: #08f;
    text-align: center;
    font-size: 85%;
    padding: 0 5px;
    min-width: 24px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    border-radius: 2px;
    transition: box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
    }
.widget_archive .widget-title-icon:before {
    content: ""
    }
#wp-calendar {
    width: 100%
    }
#wp-calendar caption {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center
    }
#wp-calendar thead th {
    text-align: center
    }
#wp-calendar tbody {
    color: #aaa
    }
#wp-calendar tbody td {
    background: rgba(0, 0, 0, 0.04);
    padding: 8px 0;
    text-align: center
    }
#wp-calendar tbody .pad {
    background: none;
    border: none
    }
#wp-calendar tfoot #next {
    text-align: right
    }
#wp-calendar #today {
    background-color: #08f
    }
#wp-calendar #today, #wp-calendar #today a {
    color: #fff
    }
.tie-weather-widget.widget {
    background: #08f;
    color: #fff;
    border-width: 0;
    padding: 0
    }
.tie-weather-widget.widget .icon-basecloud-bg:after {
    color: #08f
    }
.tie-weather-widget .widget-title {
    border-bottom: 0 !important;
    background-color: transparent;
    margin-bottom: 0;
    padding: 20px 20px 0
    }
.tie-weather-widget .widget-title:after, .tie-weather-widget .widget-title:before {
    display: none
    }
.tie-weather-widget .widget-title .the-subtitle {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0
    }
.tie-weather-widget .widget-title .the-subtitle:after, .tie-weather-widget .widget-title .the-subtitle:before, .tie-weather-widget .widget-title .the-subtitle .widget-title-icon {
    display: none
    }
.tie-weather-widget .widget-title span {
    font-weight: normal;
    font-size: 14px
    }
.tie-weather-widget [class^="icon-"]:before, .tie-weather-widget [class^="icon-"]:after, .tie-weather-widget [class*=" icon-"]:before, .tie-weather-widget [class*=" icon-"]:after {
    font-family: "tiefonticon"
    }
.weather-wrap {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 15px 0 20px;
    line-height: 1
    }
.weather-icon {
    position: relative;
    margin: 0 auto 0.1em;
    font-size: 75px;
    width: 1em;
    height: 0.9em
    }
.weather-icon-and-city {
    display: inline-block;
    padding: 0 10px
    }
.weather-icon-and-city .icon-sun:after, .weather-icon-and-city .icon-sun:before, .weather-icon-and-city .icon-cloud:after, .weather-icon-and-city .icon-cloud:before, .weather-icon-and-city .icon-mist:after, .weather-icon-and-city .icon-mist:before, .weather-icon-and-city .icon-mist-animi:after, .weather-icon-and-city .icon-mist-animi:before {
    top: 0
    }
.weather-name {
    font-size: 32px;
    padding-top: 5px;
    font-weight: bold;
    white-space: nowrap
    }
.weather-todays-stats {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top
    }
.weather-more-todays-stats {
    text-align: left;
    line-height: 1.6;
    font-size: 90%;
    padding-top: 12px;
    padding-left: 10px
    }
.weather-more-todays-stats [class^="tie-icon-"]:before, .weather-more-todays-stats [class*=" tie-icon-"]:before {
    width: 15px;
    display: inline-block;
    text-align: center
    }
.weather-current-temp {
    font-size: 70px;
    font-weight: bold
    }
.weather-current-temp sup {
    font-size: 17px;
    vertical-align: super;
    font-weight: normal
    }
.weather-desc {
    margin-top: 5px
    }
.weather-forecast {
    clear: both;
    padding: 20px 20px 0;
    overflow: hidden
    }
@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .weather-forecast {
        padding: 20px 0 0
        }
    }
.small-weather-icons .animi-icons-wrap {
    font-size: 0.2em;
    width: 2em
    }
.small-weather-icons .icon-sun-animi:after {
    right: -0.35em
    }
.small-weather-icons .icon-windysnow-animi:before {
    top: 0.5em;
    left: 0.1em
    }
.small-weather-icons .icon-windysnow-animi:after {
    width: 0.5em;
    height: 1.2em;
    top: 1em
    }
.small-weather-icons .icon-thunder-animi:before {
    left: 50%;
    top: 40%;
    font-size: 2em
    }
.small-weather-icons .icon-mist:before {
    font-size: 0.8em
    }
.small-weather-icons .icon-mist-animi {
    display: none
    }
.small-weather-icons .icon-cloud-behind:after {
    left: -0.4em
    }
.small-weather-icons .icon-moon-animi:before {
    right: -0.4em;
    top: 0.1em
    }
.weather-forecast-day {
    position: relative;
    width: 1%;
    display: table-cell;
    text-align: center
    }
.weather-forecast-day .weather-icon {
    font-size: 35px
    }
.weather-forecast-day .weather-icon .icon-cloud:after, .weather-forecast-day .weather-icon .icon-basecloud-bg:after, .weather-forecast-day .weather-icon .basecloud:before {
    font-size: inherit;
    line-height: 1.05
    }
.weather-forecast-day .weather-icon .icon-rainy-animi-5, .weather-forecast-day .weather-icon .icon-thunder-animi:after, .weather-forecast-day .weather-icon .icon-windysnow-animi-2 {
    display: none
    }
.weather-forecast-day-abbr {
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 3px;
    line-height: 1.4
    }
.weather-forecast-day-temp {
    font-size: 14px
    }
.weather-forecast-day-temp sup {
    font-size: 8px;
    padding-left: 2px
    }
.basecloud:before {
    font-size: 0.86em;
    font-family: "tiefonticon";
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 2
    }
.icon-thunder-animi {
    position: absolute;
    width: 100%;
    height: 100%
    }
.icon-thunder-animi:before, .icon-thunder-animi:after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;
    font-size: 3em;
    left: 40%;
    -webkit-transform: translatex(-50%) translatey(-30%);
    -ms-transform: translatex(-50%) translatey(-30%);
    transform: translatex(-50%) translatey(-30%)
    }
.is-animated .icon-thunder-animi:before {
    -webkit-animation: flashing 2s ease-out infinite;
    animation: flashing 2s ease-out infinite
    }
.icon-thunder-animi:after {
    color: orange;
    z-index: 2;
    font-size: 2.5em;
    top: 90%
    }
.is-animated .icon-thunder-animi:after {
    -webkit-animation: flashing-reverse 2s steps(1) infinite;
    animation: flashing-reverse 2s steps(1) infinite
    }
@-webkit-keyframes flashing {
    0%, 100%, 50% {
        opacity: 1
        } 25%, 75% {
        opacity: 0
        }
    }
@keyframes flashing {
    0%, 100%, 50% {
        opacity: 1
        } 25%, 75% {
        opacity: 0
        }
    }
@-webkit-keyframes flashing-reverse {
    0%, 100%, 50% {
        opacity: 0
        } 25%, 75% {
        opacity: 1
        }
    }
@keyframes flashing-reverse {
    0%, 100%, 50% {
        opacity: 0
        } 25%, 75% {
        opacity: 1
        }
    }
.icon-rainy-animi, .icon-rainy-animi-2, .icon-rainy-animi-4, .icon-rainy-animi-5, .icon-windysnow-animi, .icon-windysnow-animi-2, .icon-moon {
    position: absolute;
    width: 100%;
    height: 100%
    }
.icon-rainy-animi:before, .icon-rainy-animi:after, .icon-rainy-animi-2:before, .icon-rainy-animi-2:after, .icon-rainy-animi-4:before, .icon-rainy-animi-4:after, .icon-rainy-animi-5:before, .icon-rainy-animi-5:after, .icon-windysnow-animi:before, .icon-windysnow-animi:after, .icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0.6
    }
.icon-rainy-animi:after, .icon-rainy-animi-2:after, .icon-rainy-animi-4:after, .icon-rainy-animi-5:after, .icon-windysnow-animi:after, .icon-windysnow-animi-2:after {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
    }
@-webkit-keyframes rain-animi-effect {
    0% {
        opacity: 1
        } 100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em)
        }
    }
@keyframes rain-animi-effect {
    0% {
        opacity: 1
        } 100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em)
        }
    }
@-webkit-keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
        } 100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg)
        }
    }
@keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
        } 100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg)
        }
    }
@-webkit-keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg)
        } 100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg)
        }
    }
@keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg)
        } 100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg)
        }
    }
.animi-icons-wrap {
    font-size: 0.14em;
    position: absolute;
    z-index: 2;
    left: 48%;
    bottom: 0;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 2.5em;
    height: 2.5em
    }
.icon-rainy-animi:before, .icon-rainy-animi:after, .icon-rainy-animi-2:before, .icon-rainy-animi-2:after, .icon-rainy-animi-4:before, .icon-rainy-animi-4:after, .icon-rainy-animi-5:before, .icon-rainy-animi-5:after {
    content: "";
    top: calc(50% - 0.43em);
    left: 0;
    right: auto;
    width: 0.96em;
    height: 0.96em
    }
.is-animated .icon-rainy-animi:after {
    -webkit-animation: rain-animi-effect 0.2s ease-out infinite;
    animation: rain-animi-effect 0.2s ease-out infinite
    }
.icon-rainy-animi-2:before, .icon-rainy-animi-2:after {
    right: 0;
    left: auto;
    top: calc(50% - 0.43em)
    }
.is-animated .icon-rainy-animi-2:after {
    -webkit-animation: rain-animi-effect 0.25s ease-out infinite;
    animation: rain-animi-effect 0.25s ease-out infinite
    }
.icon-rainy-animi-4:before, .icon-rainy-animi-4:after {
    left: calc(50% - 0.43em);
    top: calc(100% - 0.96em)
    }
.is-animated .icon-rainy-animi-4:after {
    -webkit-animation: rain-animi-effect 0.35s ease-out infinite;
    animation: rain-animi-effect 0.35s ease-out infinite
    }
.icon-rainy-animi-5:before, .icon-rainy-animi-5:after {
    left: calc(50% - 0.43em);
    top: 0
    }
.is-animated .icon-rainy-animi-5:after {
    -webkit-animation: rain-animi-effect 0.4s ease-out infinite;
    animation: rain-animi-effect 0.4s ease-out infinite
    }
.drizzle-icons .icon-rainy-animi:before, .drizzle-icons .icon-rainy-animi:after, .drizzle-icons .icon-rainy-animi-2:before, .drizzle-icons .icon-rainy-animi-2:after, .drizzle-icons .icon-rainy-animi-4:before, .drizzle-icons .icon-rainy-animi-4:after, .drizzle-icons .icon-rainy-animi-5:before, .drizzle-icons .icon-rainy-animi-5:after {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
    }
.is-animated .drizzle-icons .icon-rainy-animi:after {
    -webkit-animation: drizzle-animi-effect 2.2s ease-out infinite;
    animation: drizzle-animi-effect 2.2s ease-out infinite
    }
.is-animated .drizzle-icons .icon-rainy-animi-2:after {
    -webkit-animation: drizzle-animi-effect 2.3s ease-out infinite;
    animation: drizzle-animi-effect 2.3s ease-out infinite
    }
.is-animated .drizzle-icons .icon-rainy-animi-4:after {
    -webkit-animation: drizzle-animi-effect 2.5s ease-out infinite;
    animation: drizzle-animi-effect 2.5s ease-out infinite
    }
.is-animated .drizzle-icons .icon-rainy-animi-5:after {
    -webkit-animation: drizzle-animi-effect 2.6s ease-out infinite;
    animation: drizzle-animi-effect 2.6s ease-out infinite
    }
.is-animated .showers-icons .icon-rainy-animi:after {
    -webkit-animation: drizzle-animi-effect 0.2s ease-out infinite;
    animation: drizzle-animi-effect 0.2s ease-out infinite
    }
.is-animated .showers-icons .icon-rainy-animi-2:after {
    -webkit-animation: drizzle-animi-effect 0.23s ease-out infinite;
    animation: drizzle-animi-effect 0.23s ease-out infinite
    }
.is-animated .showers-icons .icon-rainy-animi-4:after {
    -webkit-animation: drizzle-animi-effect 0.18s ease-out infinite;
    animation: drizzle-animi-effect 0.18s ease-out infinite
    }
.is-animated .showers-icons .icon-rainy-animi-5:after {
    -webkit-animation: drizzle-animi-effect 0.44s ease-out infinite;
    animation: drizzle-animi-effect 0.44s ease-out infinite
    }
.icon-windysnow-animi:before, .icon-windysnow-animi:after, .icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    content: "";
    width: 100%;
    height: 100%;
    font-size: 1.8em;
    top: 0;
    left: 0.3em
    }
.icon-windysnow-animi:after, .icon-windysnow-animi-2:after {
    width: 2em;
    height: 2em
    }
.is-animated .icon-windysnow-animi:after, .is-animated .icon-windysnow-animi-2:after {
    -webkit-animation: rain-animi-effect-with-rotate 2s ease-out infinite;
    animation: rain-animi-effect-with-rotate 2s ease-out infinite
    }
.icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    font-size: 1em;
    top: 1.5em;
    right: 0.7em;
    left: auto
    }
.icon-windysnow-animi-2:after {
    width: 2em;
    height: 2em;
    left: -0.5em
    }
.is-animated .icon-windysnow-animi-2:after {
    -webkit-animation: rain-animi-effect-with-rotate 1.5s ease-out infinite;
    animation: rain-animi-effect-with-rotate 1.5s ease-out infinite
    }
.icon-moon:after {
    content: "";
    position: absolute;
    font-size: 0.65em;
    left: 0;
    right: 0;
    top: 0.2em
    }
.is-animated .icon-moon:after {
    -webkit-animation: tie-float-y 2s linear infinite;
    animation: tie-float-y 2s linear infinite
    }
.icon-moon:before {
    display: none
    }
.icon-moon-animi:before {
    content: "";
    position: absolute;
    right: -0.25em;
    font-size: 0.4em;
    top: 0.2em
    }
.is-animated .icon-moon-animi:before {
    -webkit-animation: tie-float-y 2s linear infinite;
    animation: tie-float-y 2s linear infinite
    }
@-webkit-keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
        } 50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
        } 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
        }
    }
@keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
        } 50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
        } 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
        }
    }
.icon-sun:after {
    content: "";
    position: absolute;
    color: orange;
    font-size: 0.9em;
    left: 0;
    right: 0
    }
.is-animated .icon-sun:after {
    -webkit-animation: tie-spin 8s infinite linear;
    animation: tie-spin 8s infinite linear
    }
.icon-sun-animi:after {
    content: "";
    position: absolute;
    color: orange;
    right: -0.2em;
    top: 0.07em;
    font-size: 0.6em
    }
.is-animated .icon-sun-animi:after {
    -webkit-animation: tie-spin 8s infinite linear;
    animation: tie-spin 8s infinite linear
    }
@-webkit-keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
        }
    }
@keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
        }
    }
.icon-basecloud-bg:after, .icon-cloud:after {
    content: "";
    font-size: 0.86em;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
    }
.icon-basecloud-bg:after {
    content: "";
    z-index: 1
    }
.icon-cloud-behind:after {
    font-size: 0.48em;
    content: "";
    position: absolute;
    left: -0.2em;
    top: 0.4em;
    z-index: 1;
    opacity: 0.6
    }
.is-animated .icon-cloud-behind:after {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite
    }
@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
        } 50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
        } 100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
        }
    }
@keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
        } 50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
        } 100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
        }
    }
.icon-mist:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0
    }
.is-animated .icon-mist:before {
    -webkit-animation: tie-float-x 2s infinite ease;
    animation: tie-float-x 2s infinite ease
    }
.icon-mist-animi:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: none
    }
.is-animated .icon-mist-animi:before {
    display: inline-block;
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear
    }
@-webkit-keyframes burst {
    0% {
        opacity: .6
        } 50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
        } 100% {
        opacity: 0
        }
    }
@keyframes burst {
    0% {
        opacity: .6
        } 50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
        } 100% {
        opacity: 0
        }
    }
@-webkit-keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
        } 50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
        } 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
        }
    }
@keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
        } 50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
        } 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
        }
    }
.latest-tweets-widget {
    position: relative;
    min-height: 80px
    }
.latest-tweets-widget .widget-title-icon:before {
    content: ""
    }
.latest-tweets-widget li {
    padding: 0 0 10px
    }
.latest-tweets-widget li:last-child {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0
    }
.latest-tweets-widget .widget-title + ul {
    margin-bottom: 20px
    }
.twitter-icon-wrap {
    width: 20px;
    float: left
    }
.twitter-icon-wrap span {
    color: #08f;
    margin-top: 5px
    }
.latest-tweets-widget .tweetaya-body {
    padding-left: 20px
    }
.latest-tweets-widget .tweetaya-meta {
    display: block;
    font-size: 11px;
    text-align: right
    }
.latest-tweets-widget .tie-slick-slider {
    display: none;
    position: relative;
    border-radius: 2px
    }
.latest-tweets-widget .tie-slick-slider .slick-list {
    width: 100%
    }
.latest-tweets-widget .tie-slick-slider li {
    border: 0;
    height: 58px;
    padding-bottom: 0;
    overflow: hidden
    }
.latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #40bff5;
    border-radius: 2px;
    margin-right: 20px;
    text-align: center;
    display: none
    }
.latest-tweets-widget .tie-slick-slider .tweetaya-body {
    padding: 0
    }
.latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    margin: 0
    }
.latest-tweets-widget .slider-links {
    float: right;
    display: none
    }
.latest-tweets-widget .slider-links .button {
    line-height: 23px;
    padding: 1px 10px;
    margin-right: 10px
    }
.latest-tweets-widget .slider-links .tie-slider-nav {
    margin: 0;
    opacity: 1;
    float: right;
    position: static;
    width: auto
    }
.latest-tweets-widget .slider-links .tie-slider-nav li {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    margin-left: 5px;
    float: right
    }
.latest-tweets-widget .slider-links .tie-slider-nav li span {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 23px;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 14px
    }
.dark-skin .latest-tweets-widget .slider-links .tie-slider-nav li span:not(:hover) {
    background-color: transparent
    }
.latest-tweets-widget .slick-initialized ~ .slider-links {
    display: block
    }
.normal-side .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    white-space: normal;
    display: block;
    display: -webkit-box;
    height: 36.4px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
    }
.fullwidth-area .latest-tweets-widget {
    padding-bottom: 0
    }
@media (max-width: 767px) {
    .fullwidth-area .latest-tweets-widget {
        max-height: inherit
        }
    }
.fullwidth-area .latest-tweets-widget .tie-slick-slider {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    padding: 20px
    }
.fullwidth-area .latest-tweets-widget .tie-slick-slider .slide {
    margin: 2px 0;
    height: auto
    }
.fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
    display: inline-block
    }
.fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap span {
    color: #fff !important
    }
.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
    width: calc(100% - 160px);
    padding-left: 60px
    }
.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis
    }
.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body .tweetaya-meta {
    display: inline
    }
@media (max-width: 767px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .slide {
        height: 58px
        }
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 36.4px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
        }
    }
.fullwidth-area .latest-tweets-widget ul:not(.tie-slick-slider) .tweetaya-meta {
    text-align: left
    }
.fullwidth-area .latest-tweets-widget .slider-links {
    margin: 0;
    right: 20px;
    top: 40px;
    bottom: 35px;
    position: absolute
    }
@media (min-width: 601px) {
    .fullwidth-area .latest-tweets-widget .widget-title ~ .slider-links {
        top: 100px
        }
    }
@media (max-width: 600px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider {
        padding-bottom: 60px
        }
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
        width: 100%
        }
    .fullwidth-area .latest-tweets-widget .slider-links {
        top: auto;
        bottom: 35px
        }
    }
@media (max-width: 479px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
        padding-left: 0
        }
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
        display: none
        }
    }
.subscribe-widget .widget-inner-wrap {
    text-align: center
    }
.subscribe-widget .widget-title {
    text-align: left
    }
.subscribe-widget .widget-title-icon:before {
    content: ""
    }
.subscribe-widget .newsletter-icon {
    color: rgba(0, 0, 0, 0.2);
    font-size: 40px;
    display: block;
    margin: 0 0 20px;
    line-height: 0.8
    }
.subscribe-widget .subscribe-widget-content {
    margin-bottom: 20px
    }
.subscribe-widget .subscribe-widget-content h4 {
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
    }
.subscribe-widget .subscribe-widget-content h4:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    transition: 0.15s
    }
.subscribe-widget .subscribe-widget-content h3 {
    font-size: 28px;
    color: #2c2f34;
    margin-bottom: 10px
    }
.subscribe-widget form {
    position: relative
    }
.subscribe-widget form:before {
    font-size: 15px;
    position: absolute;
    left: 12px;
    top: 12px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    content: "";
    font-family: "fontawesome"
    }
.subscribe-widget .subscribe-input {
    padding: 8px 30px;
    width: 100%;
    text-align: center;
    font-size: 13px
    }
.subscribe-widget .subscribe-input::-webkit-input-placeholder {
    text-align: center
    }
.subscribe-widget .subscribe-input::-moz-placeholder {
    text-align: center
    }
.subscribe-widget .subscribe-input:-moz-placeholder {
    text-align: center
    }
.subscribe-widget .subscribe-input:-ms-input-placeholder {
    text-align: center
    }
.subscribe-widget .button {
    margin-top: 10px;
    padding: 10px !important;
    width: 100%;
    font-size: 14px
    }
.social-icons-widget .widget-title-icon:before {
    content: ""
    }
.social-icons-widget ul {
    margin: 0 -3px
    }
.social-icons-widget .social-icons-item {
    float: left;
    margin: 3px;
    border-bottom: 0;
    padding: 0
    }
.social-icons-widget .social-icons-item .social-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px
    }
.social-icons-widget .is-centered {
    text-align: center;
    overflow: hidden
    }
.social-icons-widget .is-centered .social-icons-item {
    float: none;
    display: inline-block
    }
@media (max-width: 479px) {
    .social-icons-widget .solid-social-icons {
        text-align: center
        }
    .social-icons-widget .social-icons-item {
        float: none;
        display: inline-block
        }
    }
.stream-item .widget-title-icon:before, .stream-item-widget .widget-title-icon:before {
    content: ""
    }
.stream-item-widget a {
    display: block
    }
.stream-item-widget img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto
    }
.stream-item-widget .stream-item-widget-content {
    text-align: center
    }
.stream-item-125-widget .widget-title-icon:before {
    content: ""
    }
.stream-item-125-widget ul {
    text-align: center;
    margin: 0 -5px -5px
    }
.stream-item-125-widget li {
    display: inline-block;
    padding: 0;
    margin: 5px;
    width: 125px;
    height: 125px
    }
.stream-item-125-widget li a {
    display: block
    }
.tie-slider-widget .widget-title-icon:before {
    content: ""
    }
.tie-slider-widget .widget-title-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
    }
.container-wrapper .wpcv-global-updates, .container-wrapper .wpcv-chart, .container-wrapper .wpcv-map {
    margin: 0
    }
.entry .wpcv-widget {
    margin-bottom: 30px
    }
a.remove {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 15px
    }
a.remove:before {
    content: "";
    font-family: "tiefonticon";
    color: #e74c3c;
    transition: color 0.15s
    }
a.remove:hover:before {
    color: #bf2718
    }
a.remove.big-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 22px
    }
a.remove.light-btn:not(:hover):before {
    color: #fff
    }
.side-aside a.remove {
    z-index: 1;
    top: 15px;
    left: 50%;
    right: auto;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.admin-bar .side-aside a.remove {
    top: 47px
    }
.admin-bar.is-mobile .side-aside a.remove {
    top: 61px
    }
.tie-popup a.remove {
    transition: 0.3s;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    top: 40px;
    right: 40px;
    z-index: 1
    }
.tie-popup-is-opend .tie-popup a.remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
    }
.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both
    }
.tie-popup-is-opend #tie-wrapper {
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    -webkit-filter: blur(4px);
    filter: blur(4px)
    }
.tie-popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    -webkit-perspective: 600px;
    perspective: 600px
    }
.tie-popup-container {
    position: relative;
    z-index: 100;
    width: 90%;
    max-width: 370px;
    margin: 10em auto 0;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    will-change: transform, opacity;
    -webkit-transform: scale(0.9) rotatex(12deg) translatey(-50px);
    transform: scale(0.9) rotatex(12deg) translatey(-50px);
    opacity: 0
    }
.tie-popup-container .container-wrapper {
    background-color: #fff !important;
    border-radius: 2px !important
    }
#tie-popup-adblock .tie-popup-container {
    max-width: 500px
    }
#tie-popup-adblock .container-wrapper {
    background: #e74c3c !important;
    text-align: center;
    color: #fff
    }
#tie-popup-adblock .fa {
    font-size: 120px;
    margin-bottom: 10px
    }
#tie-popup-adblock .adblock-message {
    font-size: 12px
    }
#pop-up-live-search {
    will-change: transform, opacity;
    transition: 0.3s;
    -webkit-transform: scale(0.97) rotatex(10deg) translatey(-10px);
    transform: scale(0.97) rotatex(10deg) translatey(-10px);
    opacity: 0
    }
.tie-popup-is-opend #pop-up-live-search, .tie-popup-is-opend .tie-popup-container {
    opacity: 1;
    -webkit-transform: scale(1) rotatex(0) translatey(0);
    transform: scale(1) rotatex(0) translatey(0)
    }
#tie-popup-search-wrap .container {
    padding: 0
    }
#tie-popup-search-wrap::-webkit-input-placeholder {
    color: #fff
    }
#tie-popup-search-wrap::-moz-placeholder {
    color: #fff
    }
#tie-popup-search-wrap:-moz-placeholder {
    color: #fff
    }
#tie-popup-search-wrap:-ms-input-placeholder {
    color: #fff
    }
#tie-popup-search-wrap form {
    position: relative;
    height: 80px;
    margin-bottom: 20px
    }
.popup-search-wrap-inner {
    position: relative;
    padding: 100px 15px 0
    }
#tie-popup-search-input {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 25px;
    border: 0;
    padding-right: 80px;
    padding-left: 20px;
    color: #fff
    }
#tie-popup-search-submit {
    font-size: 35px;
    color: #08f;
    position: absolute;
    right: 25px;
    top: 16px;
    background: transparent !important;
    transition: 0.15s
    }
#tie-popup-search-submit:hover {
    color: #006dcc
    }
#tie-popup-search-submit .fa-spinner {
    color: #555;
    cursor: default
    }
.autocomplete-suggestions {
    overflow: auto;
    padding: 20px;
    color: #2c2f34;
    position: absolute;
    display: none;
    width: 370px;
    z-index: 9999
    }
.autocomplete-suggestions .post-meta {
    margin: 3px 0 0
    }
.autocomplete-suggestion {
    padding-bottom: 20px;
    clear: both;
    overflow: hidden
    }
.autocomplete-suggestion:last-child {
    padding-bottom: 0 !important
    }
.autocomplete-no-suggestion {
    text-align: center;
    font-weight: 600
    }
.live-search-dark {
    color: #aaa;
    background: #1f2024;
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0 -1px
    }
.live-search-dark.search-in-top-nav {
    background-color: #2c2e32
    }
.live-search-dark .post-title a:not(:hover), .live-search-popup .post-title a:not(:hover) {
    color: #fff
    }
.live-search-light {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff
    }
.live-search-popup {
    position: fixed !important;
    width: 100% !important;
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0.6)
    }
.live-search-popup .autocomplete-suggestion {
    padding-bottom: 30px
    }
.live-search-popup .post-widget-body .post-title {
    font-size: 18px;
    line-height: 23px;
    padding-top: 5px
    }
.live-search-popup .button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px
    }
@font-face {
    font-family: "FontAwesome";
    src: url(/wp-content/themes/jannah/assets/css/../fonts/fontawesome/fontawesome-webfont.eot);
    src: url(/wp-content/themes/jannah/assets/css/../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7) format("embedded-opentype"), url(/wp-content/themes/jannah/assets/css/../fonts/fontawesome/fontawesome-webfont.woff2) format("woff2"), url(/wp-content/themes/jannah/assets/css/../fonts/fontawesome/fontawesome-webfont.woff) format("woff"), url(/wp-content/themes/jannah/assets/css/../fonts/fontawesome/fontawesome-webfont.ttf) format("truetype"), url(/wp-content/themes/jannah/assets/css/../fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
    }
.fa, .fa-before:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "FontAwesome" !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
    }
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
    }
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
    }
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
    }
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
    }
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
    }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
    }
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
    }
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
    }
.fa-stack-1x {
    line-height: inherit
    }
.fa-stack-2x {
    font-size: 2em
    }
.fa-inverse {
    color: #fff
    }
.fa-glass:before {
    content: ""
    }
.fa-music:before {
    content: ""
    }
.fa-search:before {
    content: ""
    }
.fa-envelope-o:before {
    content: ""
    }
.fa-heart:before {
    content: ""
    }
.fa-star:before {
    content: ""
    }
.fa-star-o:before {
    content: ""
    }
.fa-user:before {
    content: ""
    }
.fa-film:before {
    content: ""
    }
.fa-th-large:before {
    content: ""
    }
.fa-th:before {
    content: ""
    }
.fa-th-list:before {
    content: ""
    }
.fa-check:before {
    content: ""
    }
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
    }
.fa-search-plus:before {
    content: ""
    }
.fa-search-minus:before {
    content: ""
    }
.fa-power-off:before {
    content: ""
    }
.fa-signal:before {
    content: ""
    }
.fa-gear:before, .fa-cog:before {
    content: ""
    }
.fa-trash-o:before {
    content: ""
    }
.fa-home:before {
    content: ""
    }
.fa-file-o:before {
    content: ""
    }
.fa-clock-o:before {
    content: ""
    }
.fa-road:before {
    content: ""
    }
.fa-download:before {
    content: ""
    }
.fa-arrow-circle-o-down:before {
    content: ""
    }
.fa-arrow-circle-o-up:before {
    content: ""
    }
.fa-inbox:before {
    content: ""
    }
.fa-play-circle-o:before {
    content: ""
    }
.fa-rotate-right:before, .fa-repeat:before {
    content: ""
    }
.fa-refresh:before {
    content: ""
    }
.fa-list-alt:before {
    content: ""
    }
.fa-lock:before {
    content: ""
    }
.fa-flag:before {
    content: ""
    }
.fa-headphones:before {
    content: ""
    }
.fa-volume-off:before {
    content: ""
    }
.fa-volume-down:before {
    content: ""
    }
.fa-volume-up:before {
    content: ""
    }
.fa-qrcode:before {
    content: ""
    }
.fa-barcode:before {
    content: ""
    }
.fa-tag:before {
    content: ""
    }
.fa-tags:before {
    content: ""
    }
.fa-book:before {
    content: ""
    }
.fa-bookmark:before {
    content: ""
    }
.fa-print:before {
    content: ""
    }
.fa-camera:before {
    content: ""
    }
.fa-font:before {
    content: ""
    }
.fa-bold:before {
    content: ""
    }
.fa-italic:before {
    content: ""
    }
.fa-text-height:before {
    content: ""
    }
.fa-text-width:before {
    content: ""
    }
.fa-align-left:before {
    content: ""
    }
.fa-align-center:before {
    content: ""
    }
.fa-align-right:before {
    content: ""
    }
.fa-align-justify:before {
    content: ""
    }
.fa-list:before {
    content: ""
    }
.fa-dedent:before, .fa-outdent:before {
    content: ""
    }
.fa-indent:before {
    content: ""
    }
.fa-video-camera:before {
    content: ""
    }
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
    }
.fa-pencil:before {
    content: ""
    }
.fa-map-marker:before {
    content: ""
    }
.fa-adjust:before {
    content: ""
    }
.fa-tint:before {
    content: ""
    }
.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
    }
.fa-share-square-o:before {
    content: ""
    }
.fa-check-square-o:before {
    content: ""
    }
.fa-arrows:before {
    content: ""
    }
.fa-step-backward:before {
    content: ""
    }
.fa-fast-backward:before {
    content: ""
    }
.fa-backward:before {
    content: ""
    }
.fa-play:before {
    content: ""
    }
.fa-pause:before {
    content: ""
    }
.fa-stop:before {
    content: ""
    }
.fa-forward:before {
    content: ""
    }
.fa-fast-forward:before {
    content: ""
    }
.fa-step-forward:before {
    content: ""
    }
.fa-eject:before {
    content: ""
    }
.fa-chevron-left:before {
    content: ""
    }
.fa-chevron-right:before {
    content: ""
    }
.fa-plus-circle:before {
    content: ""
    }
.fa-minus-circle:before {
    content: ""
    }
.fa-times-circle:before {
    content: ""
    }
.fa-check-circle:before {
    content: ""
    }
.fa-question-circle:before {
    content: ""
    }
.fa-info-circle:before {
    content: ""
    }
.fa-crosshairs:before {
    content: ""
    }
.fa-times-circle-o:before {
    content: ""
    }
.fa-check-circle-o:before {
    content: ""
    }
.fa-ban:before {
    content: ""
    }
.fa-arrow-left:before {
    content: ""
    }
.fa-arrow-right:before {
    content: ""
    }
.fa-arrow-up:before {
    content: ""
    }
.fa-arrow-down:before {
    content: ""
    }
.fa-mail-forward:before, .fa-share:before {
    content: ""
    }
.fa-expand:before {
    content: ""
    }
.fa-compress:before {
    content: ""
    }
.fa-plus:before {
    content: ""
    }
.fa-minus:before {
    content: ""
    }
.fa-asterisk:before {
    content: ""
    }
.fa-exclamation-circle:before {
    content: ""
    }
.fa-gift:before {
    content: ""
    }
.fa-leaf:before {
    content: ""
    }
.fa-fire:before {
    content: ""
    }
.fa-eye:before {
    content: ""
    }
.fa-eye-slash:before {
    content: ""
    }
.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
    }
.fa-plane:before {
    content: ""
    }
.fa-calendar:before {
    content: ""
    }
.fa-random:before {
    content: ""
    }
.fa-comment:before {
    content: ""
    }
.fa-magnet:before {
    content: ""
    }
.fa-chevron-up:before {
    content: ""
    }
.fa-chevron-down:before {
    content: ""
    }
.fa-retweet:before {
    content: ""
    }
.fa-shopping-cart:before {
    content: ""
    }
.fa-folder:before {
    content: ""
    }
.fa-folder-open:before {
    content: ""
    }
.fa-arrows-v:before {
    content: ""
    }
.fa-arrows-h:before {
    content: ""
    }
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
    }
.fa-twitter-square:before {
    content: ""
    }
.fa-facebook-square:before {
    content: ""
    }
.fa-camera-retro:before {
    content: ""
    }
.fa-key:before {
    content: ""
    }
.fa-gears:before, .fa-cogs:before {
    content: ""
    }
.fa-comments:before {
    content: ""
    }
.fa-thumbs-o-up:before {
    content: ""
    }
.fa-thumbs-o-down:before {
    content: ""
    }
.fa-star-half:before {
    content: ""
    }
.fa-heart-o:before {
    content: ""
    }
.fa-sign-out:before {
    content: ""
    }
.fa-linkedin-square:before {
    content: ""
    }
.fa-thumb-tack:before {
    content: ""
    }
.fa-external-link:before {
    content: ""
    }
.fa-sign-in:before {
    content: ""
    }
.fa-trophy:before {
    content: ""
    }
.fa-github-square:before {
    content: ""
    }
.fa-upload:before {
    content: ""
    }
.fa-lemon-o:before {
    content: ""
    }
.fa-phone:before {
    content: ""
    }
.fa-square-o:before {
    content: ""
    }
.fa-bookmark-o:before {
    content: ""
    }
.fa-phone-square:before {
    content: ""
    }
.fa-twitter:before {
    content: ""
    }
.fa-facebook-f:before, .fa-facebook:before {
    content: ""
    }
.fa-github:before {
    content: ""
    }
.fa-unlock:before {
    content: ""
    }
.fa-credit-card:before {
    content: ""
    }
.fa-feed:before, .fa-rss:before {
    content: ""
    }
.fa-hdd-o:before {
    content: ""
    }
.fa-bullhorn:before {
    content: ""
    }
.fa-bell:before {
    content: ""
    }
.fa-certificate:before {
    content: ""
    }
.fa-hand-o-right:before {
    content: ""
    }
.fa-hand-o-left:before {
    content: ""
    }
.fa-hand-o-up:before {
    content: ""
    }
.fa-hand-o-down:before {
    content: ""
    }
.fa-arrow-circle-left:before {
    content: ""
    }
.fa-arrow-circle-right:before {
    content: ""
    }
.fa-arrow-circle-up:before {
    content: ""
    }
.fa-arrow-circle-down:before {
    content: ""
    }
.fa-globe:before {
    content: ""
    }
.fa-wrench:before {
    content: ""
    }
.fa-tasks:before {
    content: ""
    }
.fa-filter:before {
    content: ""
    }
.fa-briefcase:before {
    content: ""
    }
.fa-arrows-alt:before {
    content: ""
    }
.fa-group:before, .fa-users:before {
    content: ""
    }
.fa-chain:before, .fa-link:before {
    content: ""
    }
.fa-cloud:before {
    content: ""
    }
.fa-flask:before {
    content: ""
    }
.fa-cut:before, .fa-scissors:before {
    content: ""
    }
.fa-copy:before, .fa-files-o:before {
    content: ""
    }
.fa-paperclip:before {
    content: ""
    }
.fa-save:before, .fa-floppy-o:before {
    content: ""
    }
.fa-square:before {
    content: ""
    }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
    }
.fa-list-ul:before {
    content: ""
    }
.fa-list-ol:before {
    content: ""
    }
.fa-strikethrough:before {
    content: ""
    }
.fa-underline:before {
    content: ""
    }
.fa-table:before {
    content: ""
    }
.fa-magic:before {
    content: ""
    }
.fa-truck:before {
    content: ""
    }
.fa-pinterest:before {
    content: ""
    }
.fa-pinterest-square:before {
    content: ""
    }
.fa-google-plus-square:before {
    content: ""
    }
.fa-google-plus:before {
    content: ""
    }
.fa-money:before {
    content: ""
    }
.fa-caret-down:before {
    content: ""
    }
.fa-caret-up:before {
    content: ""
    }
.fa-caret-left:before {
    content: ""
    }
.fa-caret-right:before {
    content: ""
    }
.fa-columns:before {
    content: ""
    }
.fa-unsorted:before, .fa-sort:before {
    content: ""
    }
.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
    }
.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
    }
.fa-envelope:before {
    content: ""
    }
.fa-linkedin:before {
    content: ""
    }
.fa-rotate-left:before, .fa-undo:before {
    content: ""
    }
.fa-legal:before, .fa-gavel:before {
    content: ""
    }
.fa-dashboard:before, .fa-tachometer:before {
    content: ""
    }
.fa-comment-o:before {
    content: ""
    }
.fa-comments-o:before {
    content: ""
    }
.fa-flash:before, .fa-bolt:before {
    content: ""
    }
.fa-sitemap:before {
    content: ""
    }
.fa-umbrella:before {
    content: ""
    }
.fa-paste:before, .fa-clipboard:before {
    content: ""
    }
.fa-lightbulb-o:before {
    content: ""
    }
.fa-exchange:before {
    content: ""
    }
.fa-cloud-download:before {
    content: ""
    }
.fa-cloud-upload:before {
    content: ""
    }
.fa-user-md:before {
    content: ""
    }
.fa-stethoscope:before {
    content: ""
    }
.fa-suitcase:before {
    content: ""
    }
.fa-bell-o:before {
    content: ""
    }
.fa-coffee:before {
    content: ""
    }
.fa-cutlery:before {
    content: ""
    }
.fa-file-text-o:before {
    content: ""
    }
.fa-building-o:before {
    content: ""
    }
.fa-hospital-o:before {
    content: ""
    }
.fa-ambulance:before {
    content: ""
    }
.fa-medkit:before {
    content: ""
    }
.fa-fighter-jet:before {
    content: ""
    }
.fa-beer:before {
    content: ""
    }
.fa-h-square:before {
    content: ""
    }
.fa-plus-square:before {
    content: ""
    }
.fa-angle-double-left:before {
    content: ""
    }
.fa-angle-double-right:before {
    content: ""
    }
.fa-angle-double-up:before {
    content: ""
    }
.fa-angle-double-down:before {
    content: ""
    }
.fa-angle-left:before {
    content: ""
    }
.fa-angle-right:before {
    content: ""
    }
.fa-angle-up:before {
    content: ""
    }
.fa-angle-down:before {
    content: ""
    }
.fa-desktop:before {
    content: ""
    }
.fa-laptop:before {
    content: ""
    }
.fa-tablet:before {
    content: ""
    }
.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
    }
.fa-circle-o:before {
    content: ""
    }
.fa-quote-left:before {
    content: ""
    }
.fa-quote-right:before {
    content: ""
    }
.fa-spinner:before {
    content: ""
    }
.fa-circle:before {
    content: ""
    }
.fa-mail-reply:before, .fa-reply:before {
    content: ""
    }
.fa-github-alt:before {
    content: ""
    }
.fa-folder-o:before {
    content: ""
    }
.fa-folder-open-o:before {
    content: ""
    }
.fa-smile-o:before {
    content: ""
    }
.fa-frown-o:before {
    content: ""
    }
.fa-meh-o:before {
    content: ""
    }
.fa-gamepad:before {
    content: ""
    }
.fa-keyboard-o:before {
    content: ""
    }
.fa-flag-o:before {
    content: ""
    }
.fa-flag-checkered:before {
    content: ""
    }
.fa-terminal:before {
    content: ""
    }
.fa-code:before {
    content: ""
    }
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
    }
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
    }
.fa-location-arrow:before {
    content: ""
    }
.fa-crop:before {
    content: ""
    }
.fa-code-fork:before {
    content: ""
    }
.fa-unlink:before, .fa-chain-broken:before {
    content: ""
    }
.fa-question:before {
    content: ""
    }
.fa-info:before {
    content: ""
    }
.fa-exclamation:before {
    content: ""
    }
.fa-superscript:before {
    content: ""
    }
.fa-subscript:before {
    content: ""
    }
.fa-eraser:before {
    content: ""
    }
.fa-puzzle-piece:before {
    content: ""
    }
.fa-microphone:before {
    content: ""
    }
.fa-microphone-slash:before {
    content: ""
    }
.fa-shield:before {
    content: ""
    }
.fa-calendar-o:before {
    content: ""
    }
.fa-fire-extinguisher:before {
    content: ""
    }
.fa-rocket:before {
    content: ""
    }
.fa-maxcdn:before {
    content: ""
    }
.fa-chevron-circle-left:before {
    content: ""
    }
.fa-chevron-circle-right:before {
    content: ""
    }
.fa-chevron-circle-up:before {
    content: ""
    }
.fa-chevron-circle-down:before {
    content: ""
    }
.fa-html5:before {
    content: ""
    }
.fa-css3:before {
    content: ""
    }
.fa-anchor:before {
    content: ""
    }
.fa-unlock-alt:before {
    content: ""
    }
.fa-bullseye:before {
    content: ""
    }
.fa-ellipsis-h:before {
    content: ""
    }
.fa-ellipsis-v:before {
    content: ""
    }
.fa-rss-square:before {
    content: ""
    }
.fa-play-circle:before {
    content: ""
    }
.fa-ticket:before {
    content: ""
    }
.fa-minus-square:before {
    content: ""
    }
.fa-minus-square-o:before {
    content: ""
    }
.fa-level-up:before {
    content: ""
    }
.fa-level-down:before {
    content: ""
    }
.fa-check-square:before {
    content: ""
    }
.fa-pencil-square:before {
    content: ""
    }
.fa-external-link-square:before {
    content: ""
    }
.fa-share-square:before {
    content: ""
    }
.fa-compass:before {
    content: ""
    }
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
    }
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
    }
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
    }
.fa-euro:before, .fa-eur:before {
    content: ""
    }
.fa-gbp:before {
    content: ""
    }
.fa-dollar:before, .fa-usd:before {
    content: ""
    }
.fa-rupee:before, .fa-inr:before {
    content: ""
    }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
    }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
    }
.fa-won:before, .fa-krw:before {
    content: ""
    }
.fa-bitcoin:before, .fa-btc:before {
    content: ""
    }
.fa-file:before {
    content: ""
    }
.fa-file-text:before {
    content: ""
    }
.fa-sort-alpha-asc:before {
    content: ""
    }
.fa-sort-alpha-desc:before {
    content: ""
    }
.fa-sort-amount-asc:before {
    content: ""
    }
.fa-sort-amount-desc:before {
    content: ""
    }
.fa-sort-numeric-asc:before {
    content: ""
    }
.fa-sort-numeric-desc:before {
    content: ""
    }
.fa-thumbs-up:before {
    content: ""
    }
.fa-thumbs-down:before {
    content: ""
    }
.fa-youtube-square:before {
    content: ""
    }
.fa-youtube:before {
    content: ""
    }
.fa-xing:before {
    content: ""
    }
.fa-xing-square:before {
    content: ""
    }
.fa-youtube-play:before {
    content: ""
    }
.fa-dropbox:before {
    content: ""
    }
.fa-stack-overflow:before {
    content: ""
    }
.fa-instagram:before {
    content: ""
    }
.fa-flickr:before {
    content: ""
    }
.fa-adn:before {
    content: ""
    }
.fa-bitbucket:before {
    content: ""
    }
.fa-bitbucket-square:before {
    content: ""
    }
.fa-tumblr:before {
    content: ""
    }
.fa-tumblr-square:before {
    content: ""
    }
.fa-long-arrow-down:before {
    content: ""
    }
.fa-long-arrow-up:before {
    content: ""
    }
.fa-long-arrow-left:before {
    content: ""
    }
.fa-long-arrow-right:before {
    content: ""
    }
.fa-apple:before {
    content: ""
    }
.fa-windows:before {
    content: ""
    }
.fa-android:before {
    content: ""
    }
.fa-linux:before {
    content: ""
    }
.fa-dribbble:before {
    content: ""
    }
.fa-skype:before {
    content: ""
    }
.fa-foursquare:before {
    content: ""
    }
.fa-trello:before {
    content: ""
    }
.fa-female:before {
    content: ""
    }
.fa-male:before {
    content: ""
    }
.fa-gittip:before, .fa-gratipay:before {
    content: ""
    }
.fa-sun-o:before {
    content: ""
    }
.fa-moon-o:before {
    content: ""
    }
.fa-archive:before {
    content: ""
    }
.fa-bug:before {
    content: ""
    }
.fa-vk:before {
    content: ""
    }
.fa-weibo:before {
    content: ""
    }
.fa-renren:before {
    content: ""
    }
.fa-pagelines:before {
    content: ""
    }
.fa-stack-exchange:before {
    content: ""
    }
.fa-arrow-circle-o-right:before {
    content: ""
    }
.fa-arrow-circle-o-left:before {
    content: ""
    }
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
    }
.fa-dot-circle-o:before {
    content: ""
    }
.fa-wheelchair:before {
    content: ""
    }
.fa-vimeo-square:before {
    content: ""
    }
.fa-turkish-lira:before, .fa-try:before {
    content: ""
    }
.fa-plus-square-o:before {
    content: ""
    }
.fa-space-shuttle:before {
    content: ""
    }
.fa-slack:before {
    content: ""
    }
.fa-envelope-square:before {
    content: ""
    }
.fa-wordpress:before {
    content: ""
    }
.fa-openid:before {
    content: ""
    }
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
    }
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
    }
.fa-yahoo:before {
    content: ""
    }
.fa-google:before {
    content: ""
    }
.fa-reddit:before {
    content: ""
    }
.fa-reddit-square:before {
    content: ""
    }
.fa-stumbleupon-circle:before {
    content: ""
    }
.fa-stumbleupon:before {
    content: ""
    }
.fa-delicious:before {
    content: ""
    }
.fa-digg:before {
    content: ""
    }
.fa-pied-piper-pp:before {
    content: ""
    }
.fa-pied-piper-alt:before {
    content: ""
    }
.fa-drupal:before {
    content: ""
    }
.fa-joomla:before {
    content: ""
    }
.fa-language:before {
    content: ""
    }
.fa-fax:before {
    content: ""
    }
.fa-building:before {
    content: ""
    }
.fa-child:before {
    content: ""
    }
.fa-paw:before {
    content: ""
    }
.fa-spoon:before {
    content: ""
    }
.fa-cube:before {
    content: ""
    }
.fa-cubes:before {
    content: ""
    }
.fa-behance:before {
    content: ""
    }
.fa-behance-square:before {
    content: ""
    }
.fa-steam:before {
    content: ""
    }
.fa-steam-square:before {
    content: ""
    }
.fa-recycle:before {
    content: ""
    }
.fa-automobile:before, .fa-car:before {
    content: ""
    }
.fa-cab:before, .fa-taxi:before {
    content: ""
    }
.fa-tree:before {
    content: ""
    }
.fa-spotify:before {
    content: ""
    }
.fa-deviantart:before {
    content: ""
    }
.fa-soundcloud:before {
    content: ""
    }
.fa-database:before {
    content: ""
    }
.fa-file-pdf-o:before {
    content: ""
    }
.fa-file-word-o:before {
    content: ""
    }
.fa-file-excel-o:before {
    content: ""
    }
.fa-file-powerpoint-o:before {
    content: ""
    }
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
    }
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
    }
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
    }
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
    }
.fa-file-code-o:before {
    content: ""
    }
.fa-vine:before {
    content: ""
    }
.fa-codepen:before {
    content: ""
    }
.fa-jsfiddle:before {
    content: ""
    }
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
    }
.fa-circle-o-notch:before {
    content: ""
    }
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
    }
.fa-ge:before, .fa-empire:before {
    content: ""
    }
.fa-git-square:before {
    content: ""
    }
.fa-git:before {
    content: ""
    }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
    }
.fa-tencent-weibo:before {
    content: ""
    }
.fa-qq:before {
    content: ""
    }
.fa-wechat:before, .fa-weixin:before {
    content: ""
    }
.fa-send:before, .fa-paper-plane:before {
    content: ""
    }
.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
    }
.fa-history:before {
    content: ""
    }
.fa-circle-thin:before {
    content: ""
    }
.fa-header:before {
    content: ""
    }
.fa-paragraph:before {
    content: ""
    }
.fa-sliders:before {
    content: ""
    }
.fa-share-alt:before {
    content: ""
    }
.fa-share-alt-square:before {
    content: ""
    }
.fa-bomb:before {
    content: ""
    }
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
    }
.fa-tty:before {
    content: ""
    }
.fa-binoculars:before {
    content: ""
    }
.fa-plug:before {
    content: ""
    }
.fa-slideshare:before {
    content: ""
    }
.fa-twitch:before {
    content: ""
    }
.fa-yelp:before {
    content: ""
    }
.fa-newspaper-o:before {
    content: ""
    }
.fa-wifi:before {
    content: ""
    }
.fa-calculator:before {
    content: ""
    }
.fa-paypal:before {
    content: ""
    }
.fa-google-wallet:before {
    content: ""
    }
.fa-cc-visa:before {
    content: ""
    }
.fa-cc-mastercard:before {
    content: ""
    }
.fa-cc-discover:before {
    content: ""
    }
.fa-cc-amex:before {
    content: ""
    }
.fa-cc-paypal:before {
    content: ""
    }
.fa-cc-stripe:before {
    content: ""
    }
.fa-bell-slash:before {
    content: ""
    }
.fa-bell-slash-o:before {
    content: ""
    }
.fa-trash:before {
    content: ""
    }
.fa-copyright:before {
    content: ""
    }
.fa-at:before {
    content: ""
    }
.fa-eyedropper:before {
    content: ""
    }
.fa-paint-brush:before {
    content: ""
    }
.fa-birthday-cake:before {
    content: ""
    }
.fa-area-chart:before {
    content: ""
    }
.fa-pie-chart:before {
    content: ""
    }
.fa-line-chart:before {
    content: ""
    }
.fa-lastfm:before {
    content: ""
    }
.fa-lastfm-square:before {
    content: ""
    }
.fa-toggle-off:before {
    content: ""
    }
.fa-toggle-on:before {
    content: ""
    }
.fa-bicycle:before {
    content: ""
    }
.fa-bus:before {
    content: ""
    }
.fa-ioxhost:before {
    content: ""
    }
.fa-angellist:before {
    content: ""
    }
.fa-cc:before {
    content: ""
    }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
    }
.fa-meanpath:before {
    content: ""
    }
.fa-buysellads:before {
    content: ""
    }
.fa-connectdevelop:before {
    content: ""
    }
.fa-dashcube:before {
    content: ""
    }
.fa-forumbee:before {
    content: ""
    }
.fa-leanpub:before {
    content: ""
    }
.fa-sellsy:before {
    content: ""
    }
.fa-shirtsinbulk:before {
    content: ""
    }
.fa-simplybuilt:before {
    content: ""
    }
.fa-skyatlas:before {
    content: ""
    }
.fa-cart-plus:before {
    content: ""
    }
.fa-cart-arrow-down:before {
    content: ""
    }
.fa-diamond:before {
    content: ""
    }
.fa-ship:before {
    content: ""
    }
.fa-user-secret:before {
    content: ""
    }
.fa-motorcycle:before {
    content: ""
    }
.fa-street-view:before {
    content: ""
    }
.fa-heartbeat:before {
    content: ""
    }
.fa-venus:before {
    content: ""
    }
.fa-mars:before {
    content: ""
    }
.fa-mercury:before {
    content: ""
    }
.fa-intersex:before, .fa-transgender:before {
    content: ""
    }
.fa-transgender-alt:before {
    content: ""
    }
.fa-venus-double:before {
    content: ""
    }
.fa-mars-double:before {
    content: ""
    }
.fa-venus-mars:before {
    content: ""
    }
.fa-mars-stroke:before {
    content: ""
    }
.fa-mars-stroke-v:before {
    content: ""
    }
.fa-mars-stroke-h:before {
    content: ""
    }
.fa-neuter:before {
    content: ""
    }
.fa-genderless:before {
    content: ""
    }
.fa-facebook-official:before {
    content: ""
    }
.fa-pinterest-p:before {
    content: ""
    }
.fa-whatsapp:before {
    content: ""
    }
.fa-server:before {
    content: ""
    }
.fa-user-plus:before {
    content: ""
    }
.fa-user-times:before {
    content: ""
    }
.fa-hotel:before, .fa-bed:before {
    content: ""
    }
.fa-viacoin:before {
    content: ""
    }
.fa-train:before {
    content: ""
    }
.fa-subway:before {
    content: ""
    }
.fa-medium:before {
    content: ""
    }
.fa-yc:before, .fa-y-combinator:before {
    content: ""
    }
.fa-optin-monster:before {
    content: ""
    }
.fa-opencart:before {
    content: ""
    }
.fa-expeditedssl:before {
    content: ""
    }
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: ""
    }
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
    }
.fa-battery-2:before, .fa-battery-half:before {
    content: ""
    }
.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
    }
.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
    }
.fa-mouse-pointer:before {
    content: ""
    }
.fa-i-cursor:before {
    content: ""
    }
.fa-object-group:before {
    content: ""
    }
.fa-object-ungroup:before {
    content: ""
    }
.fa-sticky-note:before {
    content: ""
    }
.fa-sticky-note-o:before {
    content: ""
    }
.fa-cc-jcb:before {
    content: ""
    }
.fa-cc-diners-club:before {
    content: ""
    }
.fa-clone:before {
    content: ""
    }
.fa-balance-scale:before {
    content: ""
    }
.fa-hourglass-o:before {
    content: ""
    }
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
    }
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
    }
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
    }
.fa-hourglass:before {
    content: ""
    }
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
    }
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
    }
.fa-hand-scissors-o:before {
    content: ""
    }
.fa-hand-lizard-o:before {
    content: ""
    }
.fa-hand-spock-o:before {
    content: ""
    }
.fa-hand-pointer-o:before {
    content: ""
    }
.fa-hand-peace-o:before {
    content: ""
    }
.fa-trademark:before {
    content: ""
    }
.fa-registered:before {
    content: ""
    }
.fa-creative-commons:before {
    content: ""
    }
.fa-gg:before {
    content: ""
    }
.fa-gg-circle:before {
    content: ""
    }
.fa-tripadvisor:before {
    content: ""
    }
.fa-odnoklassniki:before {
    content: ""
    }
.fa-odnoklassniki-square:before {
    content: ""
    }
.fa-get-pocket:before {
    content: ""
    }
.fa-wikipedia-w:before {
    content: ""
    }
.fa-safari:before {
    content: ""
    }
.fa-chrome:before {
    content: ""
    }
.fa-firefox:before {
    content: ""
    }
.fa-opera:before {
    content: ""
    }
.fa-internet-explorer:before {
    content: ""
    }
.fa-tv:before, .fa-television:before {
    content: ""
    }
.fa-contao:before {
    content: ""
    }
.fa-500px:before {
    content: ""
    }
.fa-amazon:before {
    content: ""
    }
.fa-calendar-plus-o:before {
    content: ""
    }
.fa-calendar-minus-o:before {
    content: ""
    }
.fa-calendar-times-o:before {
    content: ""
    }
.fa-calendar-check-o:before {
    content: ""
    }
.fa-industry:before {
    content: ""
    }
.fa-map-pin:before {
    content: ""
    }
.fa-map-signs:before {
    content: ""
    }
.fa-map-o:before {
    content: ""
    }
.fa-map:before {
    content: ""
    }
.fa-commenting:before {
    content: ""
    }
.fa-commenting-o:before {
    content: ""
    }
.fa-houzz:before {
    content: ""
    }
.fa-vimeo:before {
    content: ""
    }
.fa-black-tie:before {
    content: ""
    }
.fa-fonticons:before {
    content: ""
    }
.fa-reddit-alien:before {
    content: ""
    }
.fa-edge:before {
    content: ""
    }
.fa-credit-card-alt:before {
    content: ""
    }
.fa-codiepie:before {
    content: ""
    }
.fa-modx:before {
    content: ""
    }
.fa-fort-awesome:before {
    content: ""
    }
.fa-usb:before {
    content: ""
    }
.fa-product-hunt:before {
    content: ""
    }
.fa-mixcloud:before {
    content: ""
    }
.fa-scribd:before {
    content: ""
    }
.fa-pause-circle:before {
    content: ""
    }
.fa-pause-circle-o:before {
    content: ""
    }
.fa-stop-circle:before {
    content: ""
    }
.fa-stop-circle-o:before {
    content: ""
    }
.fa-shopping-bag:before {
    content: ""
    }
.fa-shopping-basket:before {
    content: ""
    }
.fa-hashtag:before {
    content: ""
    }
.fa-bluetooth:before {
    content: ""
    }
.fa-bluetooth-b:before {
    content: ""
    }
.fa-percent:before {
    content: ""
    }
.fa-gitlab:before {
    content: ""
    }
.fa-wpbeginner:before {
    content: ""
    }
.fa-wpforms:before {
    content: ""
    }
.fa-envira:before {
    content: ""
    }
.fa-universal-access:before {
    content: ""
    }
.fa-wheelchair-alt:before {
    content: ""
    }
.fa-question-circle-o:before {
    content: ""
    }
.fa-blind:before {
    content: ""
    }
.fa-audio-description:before {
    content: ""
    }
.fa-volume-control-phone:before {
    content: ""
    }
.fa-braille:before {
    content: ""
    }
.fa-assistive-listening-systems:before {
    content: ""
    }
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
    }
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
    }
.fa-glide:before {
    content: ""
    }
.fa-glide-g:before {
    content: ""
    }
.fa-signing:before, .fa-sign-language:before {
    content: ""
    }
.fa-low-vision:before {
    content: ""
    }
.fa-viadeo:before {
    content: ""
    }
.fa-viadeo-square:before {
    content: ""
    }
.fa-snapchat:before {
    content: ""
    }
.fa-snapchat-ghost:before {
    content: ""
    }
.fa-snapchat-square:before {
    content: ""
    }
.fa-pied-piper:before {
    content: ""
    }
.fa-first-order:before {
    content: ""
    }
.fa-yoast:before {
    content: ""
    }
.fa-themeisle:before {
    content: ""
    }
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
    }
.fa-fa:before, .fa-font-awesome:before {
    content: ""
    }
.fa-handshake-o:before {
    content: ""
    }
.fa-envelope-open:before {
    content: ""
    }
.fa-envelope-open-o:before {
    content: ""
    }
.fa-linode:before {
    content: ""
    }
.fa-address-book:before {
    content: ""
    }
.fa-address-book-o:before {
    content: ""
    }
.fa-vcard:before, .fa-address-card:before {
    content: ""
    }
.fa-vcard-o:before, .fa-address-card-o:before {
    content: ""
    }
.fa-user-circle:before {
    content: ""
    }
.fa-user-circle-o:before {
    content: ""
    }
.fa-user-o:before {
    content: ""
    }
.fa-id-badge:before {
    content: ""
    }
.fa-drivers-license:before, .fa-id-card:before {
    content: ""
    }
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
    }
.fa-quora:before {
    content: ""
    }
.fa-free-code-camp:before {
    content: ""
    }
.fa-telegram:before {
    content: ""
    }
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: ""
    }
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
    }
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
    }
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
    }
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
    }
.fa-shower:before {
    content: ""
    }
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: ""
    }
.fa-podcast:before {
    content: ""
    }
.fa-window-maximize:before {
    content: ""
    }
.fa-window-minimize:before {
    content: ""
    }
.fa-window-restore:before {
    content: ""
    }
.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
    }
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
    }
.fa-bandcamp:before {
    content: ""
    }
.fa-grav:before {
    content: ""
    }
.fa-etsy:before {
    content: ""
    }
.fa-imdb:before {
    content: ""
    }
.fa-ravelry:before {
    content: ""
    }
.fa-eercast:before {
    content: ""
    }
.fa-microchip:before {
    content: ""
    }
.fa-snowflake-o:before {
    content: ""
    }
.fa-superpowers:before {
    content: ""
    }
.fa-wpexplorer:before {
    content: ""
    }
.fa-meetup:before {
    content: ""
    }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
    }
@font-face {
    font-family: "tiefonticon";
    src: url(/wp-content/themes/jannah/assets/css/../fonts/tiefonticon/tiefonticon.eot);
    src: url(/wp-content/themes/jannah/assets/css/../fonts/tiefonticon/tiefonticon.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/jannah/assets/css/../fonts/tiefonticon/tiefonticon.woff) format("woff"), url(/wp-content/themes/jannah/assets/css/../fonts/tiefonticon/tiefonticon.ttf) format("truetype"), url(/wp-content/themes/jannah/assets/css/../fonts/tiefonticon/tiefonticon.svg?#tiefonticon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
    }
[class^="tie-icon-"], [class*=" tie-icon-"] {
    font-family: "tiefonticon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.tie-icon-basecloud:before {
    content: ""
    }
.tie-icon-cloud-2:before {
    content: ""
    }
.tie-icon-cloud-solid:before {
    content: ""
    }
.tie-icon-wind:before {
    content: ""
    }
.tie-icon-thermometer-half:before {
    content: ""
    }
.tie-icon-check:before {
    content: ""
    }
.tie-icon-cross:before {
    content: ""
    }
.tie-icon-dots-three-horizontal:before {
    content: ""
    }
.tie-icon-fire:before {
    content: ""
    }
.tie-icon-map:before {
    content: ""
    }
.tie-icon-goto:before {
    content: ""
    }
.tie-icon-star:before {
    content: ""
    }
.tie-icon-plaine:before {
    content: ""
    }
.tie-icon-house:before {
    content: ""
    }
.tie-icon-users:before {
    content: ""
    }
.tie-icon-user:before {
    content: ""
    }
.tie-icon-typing:before {
    content: ""
    }
.tie-icon-settings:before {
    content: ""
    }
.tie-icon-ringer:before {
    content: ""
    }
.tie-icon-messageright:before {
    content: ""
    }
.tie-icon-list:before {
    content: ""
    }
.tie-icon-inbox:before {
    content: ""
    }
.tie-icon-edit:before {
    content: ""
    }
.tie-icon-raindrop:before {
    content: ""
    }
.tie-icon-text:before {
    content: ""
    }
.tie-icon-audio:before {
    content: ""
    }
.tie-icon-picture:before {
    content: ""
    }
.tie-icon-video:before {
    content: ""
    }
.tie-icon-windysnow:before {
    content: ""
    }
.tie-icon-mist:before {
    content: ""
    }
.tie-icon-moon:before {
    content: ""
    }
.tie-icon-sun:before {
    content: ""
    }
.tie-icon-thunder:before {
    content: ""
    }
.woocommerce-message, .woocommerce-error, .woocommerce-info, .bbp-template-notice, .indicator-hint {
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
    position: relative;
    padding: 10px 10px 10px 50px !important;
    margin: 15px 0 !important;
    line-height: 30px;
    background-color: #89ba16;
    color: #fff;
    border-radius: 2px
    }
.woocommerce-message p, .woocommerce-error p, .woocommerce-info p, .bbp-template-notice p, .indicator-hint p {
    margin: 0;
    line-height: inherit;
    height: auto
    }
.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after, .bbp-template-notice:after, .indicator-hint:after {
    content: " ";
    display: table
    }
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .bbp-template-notice:before, .indicator-hint:before {
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
    width: 30px;
    text-align: center;
    display: inline-block
    }
.woocommerce-message a, .woocommerce-message a.button, .woocommerce-error a, .woocommerce-error a.button, .woocommerce-info a, .woocommerce-info a.button, .bbp-template-notice a, .bbp-template-notice a.button, .indicator-hint a, .indicator-hint a.button {
    color: #fff !important;
    background: transparent;
    float: right;
    padding: 0 10px;
    line-height: 30px
    }
.woocommerce-message a:hover, .woocommerce-message a.button:hover, .woocommerce-error a:hover, .woocommerce-error a.button:hover, .woocommerce-info a:hover, .woocommerce-info a.button:hover, .bbp-template-notice a:hover, .bbp-template-notice a.button:hover, .indicator-hint a:hover, .indicator-hint a.button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important
    }
.woocommerce-info, .bbp-template-notice.info {
    background-color: #3498db !important
    }
.woocommerce-info:before, .bbp-template-notice.info:before {
    content: ""
    }
.woocommerce-error, .bbp-template-notice.error {
    background-color: #e74c3c
    }
.woocommerce-error:before, .bbp-template-notice.error:before {
    content: ""
    }
.woocommerce-warning, .bbp-template-notice.important, .bbp-template-notice.warning {
    background-color: #f39c12
    }
.woocommerce-warning:before, .bbp-template-notice.important:before, .bbp-template-notice.warning:before {
    content: ""
    }
@media (min-width: 768px) {
    .cdsROW.wide {
        margin: 25px auto 35px !important;
        border-radius: 60px !important;
        width: 500px !important
        }
    .cdsROW.wide .cdsLocName {
        max-width: 280px !important;
        width: 280px !important
        }
    }
@media (max-width: 767px) {
    .cdsROW.wide {
        width: 100% !important;
        padding: 30px;
        text-align: center;
        height: auto !important
        }
    .cdsROW.wide .cdsROWContainer > div {
        width: 100% !important;
        display: block !important;
        margin: 0 0 20px;
        max-width: none !important
        }
    .cdsROW.wide .cdsROWContainer > div:last-child {
        margin-bottom: 0
        }
    .cdsROW.wide .logo {
        border-right: none !important
        }
    }
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
    }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
    }
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
    }
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
    }
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    right: auto;
    top: 0;
    left: 0;
    bottom: 0
    }
.mCSB_outside + .mCSB_scrollTools {
    left: -26px
    }
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: auto;
    right: 0
    }
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: -26px
    }
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
    }
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
    }
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto
    }
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
    }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center
    }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
    }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
    }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
    }
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
    }
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
    }
.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
    }
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
    }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
    }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
    }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
    }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
    }
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
    }
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
    }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
    }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
    }
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
    }
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
    }
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
    }
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
    }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
    }
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
    }
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
    }
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
    }
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
    }
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out
    }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out
    }
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
    }
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
    }
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
    }
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background: rgba(0, 0, 0, 0.3);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
    }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0, 0, 0, 0.3);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
    }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
    }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
    }
.dark-skin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.35)
    }
.dark-skin .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.45)
    }
.dark-skin .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .dark-skin .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.55)
    }
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
    -webkit-transform: translatez(0);
    transform: translatez(0)
    }
.ilightbox-noscroll {
    overflow: hidden
    }
.ilightbox-closedhand * {
    cursor: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/ilightbox/closedhand.cur), default !important
    }
.ilightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
    }
.ilightbox-loader {
    position: fixed;
    z-index: 100005;
    top: 45%;
    left: -192px;
    padding-left: 30px;
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    border-radius: 0 100px 100px 0
    }
.ilightbox-loader div {
    width: 72px;
    height: 72px;
    border-radius: 0 100px 100px 0
    }
.ilightbox-loader.horizontal {
    left: 45%;
    top: -192px;
    padding: 0;
    padding-top: 30px;
    border-radius: 0 0 100px 100px
    }
.ilightbox-loader.horizontal div {
    border-radius: 0 0 100px 100px
    }
.ilightbox-toolbar {
    display: none;
    position: fixed;
    z-index: 100010
    }
.ilightbox-toolbar a {
    float: left;
    cursor: pointer
    }
.ilightbox-toolbar .ilightbox-prev-button, .ilightbox-toolbar .ilightbox-next-button {
    display: none
    }
.ilightbox-thumbnails {
    display: block;
    position: fixed;
    z-index: 100009
    }
.ilightbox-thumbnails.ilightbox-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px
    }
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
    width: 100%;
    height: 100px
    }
.ilightbox-thumbnails.ilightbox-vertical {
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    overflow: hidden
    }
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
    width: 140px;
    height: 100%
    }
.ilightbox-thumbnails .ilightbox-thumbnails-container {
    display: block;
    position: relative
    }
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
    display: block;
    position: absolute;
    -webkit-transform: translatez(0);
    transform: translatez(0)
    }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
    display: block;
    cursor: pointer;
    padding: 10px;
    position: relative
    }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -ms-interpolation-mode: bicubic
    }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7
    }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
    opacity: 1
    }
.ilightbox-holder {
    display: none;
    position: fixed;
    z-index: 100003;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
    }
.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
    cursor: pointer
    }
.ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 100%;
    height: 100%
    }
.ilightbox-holder.supportTouch div.ilightbox-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
    }
.ilightbox-holder img.ilightbox-image {
    width: 100%;
    height: 100%
    }
.ilightbox-holder .ilightbox-container .ilightbox-caption {
    display: none;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 150%;
    word-wrap: break-word;
    z-index: 20003;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0
    }
.ilightbox-holder .ilightbox-alert {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
    margin: auto;
    width: 300px;
    height: 50px
    }
.ilightbox-holder .ilightbox-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
    }
.ilightbox-holder .ilightbox-inner-toolbar {
    position: relative;
    z-index: 100
    }
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
    position: absolute
    }
.ilightbox-button {
    position: fixed;
    z-index: 100008;
    cursor: pointer
    }
.isMobile .ilightbox-button, .isMobile .ilightbox-thumbnails {
    display: none !important
    }
.isMobile .ilightbox-toolbar .ilightbox-prev-button, .isMobile .ilightbox-toolbar .ilightbox-next-button {
    display: block
    }
.ilightbox-title {
    font-size: 12px !important
    }
.ilightbox-title a {
    color: #ccc
    }
.ilightbox-title a:hover {
    color: #fff
    }
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a, .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a {
    color: #555
    }
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a:hover, .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a:hover {
    color: #000
    }
.ilightbox-overlay.dark {
    background: #000
    }
.ilightbox-loader.dark {
    -webkit-box-shadow: #000 0 0 85px, #000 0 0 85px;
    box-shadow: #000 0 0 85px, #000 0 0 85px
    }
.ilightbox-loader.dark div {
    background: #000 url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/preloader.gif) no-repeat center
    }
.ilightbox-holder.dark {
    padding: 5px;
    background: #000;
    -webkit-box-shadow: 0 0 15px hsla(0, 0%, 0%, 0.8);
    box-shadow: 0 0 15px hsla(0, 0%, 0%, 0.8)
    }
.ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
    background: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/caption-bg.png);
    color: #fff;
    text-shadow: 0 1px #000
    }
.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
    background: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/caption-bg.png);
    -webkit-border-radius: 2px;
    border-radius: 2px
    }
.ilightbox-holder.dark .ilightbox-alert {
    background: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/alert.png) no-repeat center top;
    color: #555
    }
.ilightbox-toolbar.dark {
    top: 11px;
    left: 10px
    }
.ilightbox-toolbar.dark a {
    width: 25px;
    height: 23px;
    background: #000 url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/buttons.png) no-repeat 7px 6px
    }
.ilightbox-toolbar.dark a.disabled {
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: default;
    background-color: #000 !important
    }
.ilightbox-toolbar.dark a:first-of-type {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
    }
.ilightbox-toolbar.dark a:last-of-type {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
    }
.ilightbox-toolbar.dark a.ilightbox-close:hover {
    background-position: -32px 6px
    }
.ilightbox-toolbar.dark a.ilightbox-fullscreen {
    background-position: 6px -33px;
    right: 35px
    }
.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
    background-position: -31px -33px
    }
.ilightbox-toolbar.dark a.ilightbox-play {
    background-position: 8px -57px
    }
.ilightbox-toolbar.dark a.ilightbox-play:hover {
    background-position: -32px -57px
    }
.ilightbox-toolbar.dark a.ilightbox-pause {
    background-position: 8px -83px
    }
.ilightbox-toolbar.dark a.ilightbox-pause:hover {
    background-position: -32px -83px
    }
.isMobile .ilightbox-toolbar.dark {
    background: #000;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8)
    }
.isMobile .ilightbox-toolbar.dark a {
    display: inline-block;
    float: none;
    width: 50px;
    height: 40px;
    background-size: 50%;
    background-position: 50% !important
    }
.isMobile .ilightbox-toolbar.dark a:hover {
    background-color: #111
    }
.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/fullscreen-icon-64.png);
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/fullscreen-icon-ie.png) 	
    }
.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/x-mark-icon-64.png);
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/x-mark-icon-ie.png) 	
    }
.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-next-icon-64.png);
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-next-icon-ie.png) 	;
    background-position: 52% 50%
    }
.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-prev-icon-64.png);
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-prev-icon-ie.png) 	;
    background-position: 48% 50%
    }
.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/play-icon-64.png);
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/play-icon-ie.png) 	
    }
.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/pause-icon-64.png);
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/pause-icon-ie.png) 	
    }
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
    font-size: 18px;
    padding: 10px 8px;
    padding-right: 60px;
    color: #fff
    }
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
    left: auto;
    top: 5px;
    right: 5px
    }
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
    -webkit-border-radius: 0;
    border-radius: 0;
    float: right
    }
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
    }
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
    }
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.9)
    }
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
    background: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/thumb-overlay-play.png) no-repeat center
    }
.ilightbox-button.dark.disabled {
    opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: default;
    background-color: #000 !important
    }
.ilightbox-button.dark span {
    display: block;
    width: 100%;
    height: 100%
    }
.ilightbox-button.dark {
    bottom: 0;
    right: 0;
    left: 0;
    left: 45% 	;
    right: auto	;
    width: 95px;
    height: 75px;
    margin: auto;
    background: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-next-vertical-icon-64.png) no-repeat 50% 65%;
    background-color: #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
    }
.ilightbox-button.ilightbox-button.dark:hover {
    background-color: #111
    }
.ilightbox-button.ilightbox-prev-button.dark {
    top: 0;
    bottom: auto;
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-prev-vertical-icon-64.png);
    background-position: 50% 35%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
    }
.ilightbox-button.dark.horizontal {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    top: 41% 	;
    bottom: auto	;
    width: 75px;
    height: 95px;
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-next-icon-64.png);
    background-position: 65% 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
    }
.ilightbox-button.ilightbox-prev-button.dark.horizontal {
    right: auto;
    left: 0;
    background-image: url(/wp-content/themes/jannah/assets/ilightbox/dark-skin/arrow-prev-icon-64.png);
    background-position: 35% 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
    }
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
    }
.tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-family: inherit !important
    }
.tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
    }
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
    }
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
    }
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
    }
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
    }
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
    }
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
    }
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
    }
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
    }
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
    }
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
    }
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
    }
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
    }
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
    }
a.post-tooltip {
    cursor: help;
    display: inline;
    border-bottom: 1px #666 dotted;
    text-decoration: none !important
    }
.post-content-slideshow {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    min-height: 200px
    }
.magazine2 .post-content-slideshow {
    border: 0
    }
.post-content-slide {
    padding: 30px
    }
@media (max-width: 767px) {
    .post-content-slide {
        padding: 20px
        }
    }
.magazine2 .post-content-slide {
    padding: 0
    }
.post-content-slideshow .tie-slick-slider {
    display: none
    }
.post-content-slideshow img {
    border-radius: 0;
    opacity: 1 !important
    }
.post-content-slideshow .slick-list {
    width: 100%;
    transition: height 0.3s
    }
.post-content-slideshow .slider-nav-wrapper {
    background-color: rgba(0, 0, 0, 0.03);
    height: 60px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
    }
.magazine2 .post-content-slideshow .slider-nav-wrapper {
    background: transparent;
    border: 0
    }
.post-content-slideshow .tie-slider-nav {
    opacity: 1;
    width: calc(100% - 30px);
    margin: 0;
    right: 15px;
    top: 15px;
    padding: 0
    }
.magazine2 .post-content-slideshow .tie-slider-nav {
    right: 0;
    width: 100%
    }
@media (max-width: 767px) {
    .post-content-slideshow .tie-slider-nav {
        left: 50%;
        right: auto;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%)
        }
    }
.post-content-slideshow .tie-slider-nav li {
    list-style: none
    }
.post-content-slideshow .tie-slider-nav li span {
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px
    }
.magazine2 .post-content-slideshow .tie-slider-nav li span {
    width: 40px;
    height: 40px;
    line-height: 38px
    }
.post-content-slideshow .tie-slider-nav li span:not(:hover) {
    background-color: transparent
    }
.post-content-slideshow .tie-slick-dots {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 1;
    width: auto;
    margin: 0;
    padding: 0
    }
.magazine2 .post-content-slideshow .tie-slick-dots {
    bottom: 18px
    }
@media (max-width: 767px) {
    .post-content-slideshow .tie-slick-dots {
        display: none !important
        }
    }
.post-content-slideshow .tie-slick-dots li {
    margin: 0 2px
    }
.google-map.alignleft {
    margin-right: 10px
    }
.google-map.alignright {
    margin-left: 10px
    }
.google-map.aligncenter {
    text-align: center
    }
.tie-highlight {
    background: #FF9;
    color: #FFF
    }
.tie-highlight-yellow {
    background: #FF9;
    color: #222
    }
.tie-highlight-red {
    background: #F43D2A
    }
.tie-highlight-blue {
    background: #3DB2EA
    }
.tie-highlight-orange {
    background: #F97405
    }
.tie-highlight-black {
    background: #000
    }
.tie-highlight-green {
    background: #8CCB0A
    }
.tie-highlight-gray {
    background: #999
    }
.tie-highlight-pink {
    background: #FF7979
    }
.tie-dropcap {
    float: left;
    font-size: 600%;
    line-height: 85%;
    margin: 4px 10px 0 0
    }
.rtl .tie-dropcap {
    float: right;
    margin: 4px 0 0 10px
    }
.tie-list-shortcode ul {
    margin-bottom: 30px
    }
.entry .tie-list-shortcode ul {
    padding: 0
    }
.tie-list-shortcode ul li {
    list-style: none !important;
    padding-left: 25px;
    line-height: 25px
    }
.tie-list-shortcode ul li:before {
    margin-left: -25px;
    font-family: "fontawesome";
    float: left
    }
.rtl .tie-list-shortcode ul li {
    padding-left: 0;
    padding-right: 25px
    }
.rtl .tie-list-shortcode ul li:before {
    margin-right: -25px;
    float: right
    }
.tie-list-shortcode.starlist ul li:before {
    content: "";
    color: #fbd606
    }
.tie-list-shortcode.checklist ul li:before {
    content: "";
    color: #7fb718
    }
.tie-list-shortcode.lightbulb ul li:before {
    content: "";
    color: #fbd606
    }
.tie-list-shortcode.thumbup ul li:before {
    content: "";
    color: #7fb718
    }
.tie-list-shortcode.thumbdown ul li:before {
    content: "";
    color: #f01818
    }
.tie-list-shortcode.plus ul li:before {
    content: "";
    color: #555
    }
.tie-list-shortcode.minus ul li:before {
    content: "";
    color: #555
    }
.tie-list-shortcode.heart ul li:before {
    content: "";
    color: #FF7979
    }
.tie-list-shortcode.cons ul li:before {
    content: "";
    color: #f01818
    }
.box {
    clear: both;
    padding: 20px;
    background-color: #fdfdfd;
    margin-bottom: 20px;
    word-wrap: break-word;
    text-shadow: 0 1px 1px #fff
    }
.box-inner-block {
    padding-left: 50px;
    min-height: 30px
    }
.tie-shortcode-boxicon {
    float: left;
    margin-left: -50px
    }
.tie-shortcode-boxicon:before {
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin: 0
    }
.rtl .box-inner-block {
    padding-left: 0;
    padding-right: 50px
    }
.rtl .tie-shortcode-boxicon {
    float: right;
    margin-left: 0;
    margin-right: -50px
    }
.box .tie-dropcap {
    margin-top: 0
    }
.box.shadow {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #eee
    }
.box.shadow .box-inner-block {
    padding: 0 !important
    }
.box.info {
    background: #d6f6ff;
    border-color: #BFE3EC;
    color: #005770
    }
.box.info .tie-shortcode-boxicon:before {
    content: "";
    color: #2CB4DA
    }
.box.success {
    background: #e2f2cb;
    border-color: #D1E4B7;
    color: #314612
    }
.box.success .tie-shortcode-boxicon:before {
    content: "";
    color: #8AB84D
    }
.box.warning {
    background: #fffddb;
    border-color: #E9E59E;
    color: #756f00
    }
.box.warning .tie-shortcode-boxicon:before {
    content: "";
    color: #ECC21B
    }
.box.error {
    background: #ffe6e2;
    border-color: #EEBFB8;
    color: #7c1100
    }
.box.error .tie-shortcode-boxicon:before {
    content: "";
    color: #F03317
    }
.box.download {
    background: #e2f2cb;
    border-color: #D1E4B7;
    color: #314612
    }
.box.download .tie-shortcode-boxicon:before {
    content: "";
    color: #8AB84D
    }
.box.note {
    background: #fffddb;
    border-color: #E9E59E;
    color: #756f00
    }
.box.note .tie-shortcode-boxicon:before {
    content: "";
    color: #ECC21B
    }
.shortc-button {
    cursor: pointer;
    padding: 11px 14px 9px;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: normal;
    outline: none;
    position: relative;
    background: #DADADA;
    border-color: #B4B4B4;
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    min-width: 80px;
    line-height: 1.2em;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    opacity: 0.9
    }
.shortc-button:hover {
    opacity: 1
    }
.shortc-button:active {
    top: 1px
    }
.shortc-button.red {
    background-color: #B02B2C;
    border-color: #8B2121
    }
.shortc-button.green {
    background-color: #83a846;
    border-color: #6F8F3B
    }
.shortc-button.blue {
    background-color: #7bb0e7;
    border-color: #6693C2
    }
.shortc-button.orange {
    background-color: #edae44;
    border-color: #CA9336
    }
.shortc-button.pink {
    background-color: #d65799;
    border-color: #BB4B85
    }
.shortc-button.purple {
    background-color: #745f7e;
    border-color: #514358
    }
.shortc-button.black {
    background-color: #2c2c2c;
    border-color: #000
    }
.shortc-button.white {
    background-color: #fcfcfc;
    color: #666 !important;
    border-color: #e1e1e1;
    border-width: 1px
    }
.shortc-button.gray {
    color: #333 !important
    }
.shortc-button.medium {
    padding: 15px 16px 12px;
    min-width: 90px
    }
.shortc-button.big {
    padding: 18px 30px 15px;
    min-width: 140px
    }
.flickr-wrapper {
    overflow: hidden;
    margin: 0 -8px 20px -8px
    }
.flickr-wrapper .flickr_badge_image {
    float: left;
    margin: 8px
    }
.flickr-wrapper .flickr_badge_image img {
    opacity: 1;
    padding: 4px;
    border: 1px solid #eee
    }
.flickr-wrapper .flickr_badge_image a:hover img {
    opacity: 0.6 !important
    }
.rtl .flickr-wrapper .flickr_badge_image {
    float: right
    }
.toggle {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 2px
    }
.toggle h3 {
    background: rgba(0, 0, 0, 0.03);
    font-weight: normal;
    font-size: 14px;
    padding: 15px;
    margin: 0 !important;
    cursor: pointer;
    transition: background 0.3s ease
    }
.toggle h3:hover {
    background: rgba(0, 0, 0, 0.05)
    }
.toggle h3 span.fa {
    float: right;
    font-size: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
    }
.rtl .toggle h3 span.fa {
    float: left
    }
.toggle .toggle-content {
    padding: 25px
    }
.toggle.tie-sc-close .toggle-content {
    display: none
    }
.toggle.tie-sc-open h3 span.fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.tie-columns {
    position: relative;
    margin-right: 4%;
    float: left
    }
.rtl .tie-columns {
    float: right;
    margin-left: 4%;
    margin-right: 0
    }
@media (max-width: 768px) {
    .tie-columns {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
        }
    }
.one_half {
    width: 48%
    }
.one_third {
    width: 30.66%
    }
.two_third {
    width: 65.33%
    }
.one_fourth {
    width: 22%
    }
.three_fourth {
    width: 74%
    }
.one_fifth {
    width: 16.8%
    }
.two_fifth {
    width: 37.6%
    }
.three_fifth {
    width: 58.4%
    }
.four_fifth {
    width: 67.2%
    }
.one_sixth {
    width: 13.33%
    }
.five_sixth {
    width: 82.67%
    }
.tie-columns.last {
    margin-right: 0;
    clear: right
    }
.rtl .tie-columns.last {
    clear: left;
    margin-left: 0
    }
.tie-padding {
    display: inline-block;
    margin-bottom: 1.75em;
    max-width: 100%
    }
.tie-padding:last-child {
    margin-bottom: 0
    }
@media (max-width: 767px) {
    .tie-padding {
        padding: 0 !important
        }
    }
@media (min-width: 768px) {
    .tie-padding.has-padding-left .alignleft {
        margin-left: -5%
        }
    .tie-padding.has-padding-right .alignright {
        margin-right: -5%
        }
    }
.divider, .entry hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px 0 10px;
    clear: both
    }
.divider.divider-solid {
    border-top-width: thick;
    border-style: solid
    }
.divider.divider-dashed {
    border-top-width: 2px;
    border-style: dashed
    }
.divider.divider-dotted {
    border-top-width: 2px;
    border-style: dotted
    }
.divider.divider-double {
    height: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
.tags-shortcode {
    padding: 10px 0 40px
    }
.login-shortcode {
    padding: 40px;
    margin: 10px auto 30px;
    max-width: 350px
    }
.login-shortcode p {
    padding-bottom: 0
    }
.login-shortcode ul {
    text-align: center;
    padding: 0;
    margin: 0
    }
.login-shortcode ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px
    }
#review-box {
    margin-top: 30px
    }
.review-top {
    float: left;
    width: 55%;
    margin: 30px 20px 30px 0
    }
@media (max-width: 767px) {
    .review-top#review-box {
        margin-top: 15px
        }
    }
#story-highlights + .review_wrap #review-box {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
    }
@media (min-width: 1045px) {
    .full-width #story-highlights + .review_wrap #review-box {
        width: calc(96% - 450px)
        }
    }
.widget .review_wrap {
    margin: 0
    }
.review_wrap h1, .review_wrap h2, .review_wrap h3, .review_wrap h4, .review_wrap h5, .review_wrap h6, .review_wrap p, .review_wrap strong {
    margin: 0
    }
.review_wrap br {
    display: none
    }
.review_wrap h2.review-box-header {
    margin-bottom: 20px
    }
.review_wrap h2.review-box-header:after {
    width: 70px
    }
.review-item, .review-summary, .user-rate-wrap {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 20px;
    padding: 15px;
    transition: 0.2s
    }
.review-item h5 {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    line-height: 20px
    }
.review-stars .stars-large, .review-stars .hearts-large, .review-stars .thumbs-large {
    float: right
    }
.review-percentage .review-item {
    padding: 10px 15px
    }
.review-percentage .review-item h5 {
    float: none;
    margin-bottom: 5px
    }
.review-percentage .review-item span {
    position: relative;
    display: block
    }
.review-percentage .review-item span span {
    background-color: #08f;
    display: block;
    height: 7px;
    width: 0;
    transition: width 1.5s;
    position: relative;
    z-index: 2
    }
.review-percentage .review-item span:after {
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    height: 7px;
    position: absolute;
    z-index: 1;
    bottom: 0
    }
.post-large-rate {
    display: inline-block
    }
.post-large-rate span {
    display: block;
    float: left
    }
.post-large-rate, .post-small-rate {
    float: right;
    position: relative;
    font-size: 14px;
    transition: none;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 2px;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr
    }
.post-large-rate:after, .post-small-rate:after {
    color: rgba(154, 154, 154, 0.65);
    content: "" "" "" "" "";
    font-family: "FontAwesome";
    display: block
    }
.post-large-rate span, .post-small-rate span {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffc107;
    display: block;
    transition: none;
    text-align: left;
    word-wrap: normal
    }
.post-large-rate span:after, .post-small-rate span:after {
    content: "" "" "" "" "";
    font-family: "FontAwesome";
    display: block
    }
.hearts-large, .hearts-small {
    margin-right: 0;
    font-size: 14px
    }
.hearts-large:after, .hearts-small:after {
    content: "" "" "" "" ""
    }
.hearts-large span, .hearts-small span {
    color: #ff0043
    }
.hearts-large span:after, .hearts-small span:after {
    content: "" "" "" "" ""
    }
.thumbs-large, .thumbs-small {
    font-size: 14px
    }
.thumbs-large:after, .thumbs-small:after {
    content: "" "" "" "" ""
    }
.thumbs-large span, .thumbs-small span {
    color: #ffb245
    }
.thumbs-large span:after, .thumbs-small span:after {
    content: "" "" "" "" ""
    }
.post-small-rate {
    font-size: 12px
    }
.post-small-rate span {
    display: block;
    float: left
    }
.post-single-rate {
    float: left;
    margin-right: 5px
    }
.rtl .post-single-rate {
    margin-right: 0;
    margin-left: 5px
    }
.review-summary {
    padding: 0;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
    }
.review-short-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.review-short-summary a {
    color: #ccc
    }
.review-final-score {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    text-align: center;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 0 0 1px
    }
.review-final-score .post-large-rate {
    float: none;
    margin: 0 auto;
    font-size: 18px
    }
.review-final-score h3 {
    font-size: 44px;
    line-height: 1;
    color: #08f;
    margin-bottom: 10px
    }
.review-final-score h3 span {
    font-size: 17px;
    font-weight: normal
    }
.review-final-score h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0
    }
.rtl .review-final-score {
    float: left
    }
.user-rate-wrap .user-rating-text {
    float: left;
    line-height: 18px
    }
.user-rate-wrap .user-rate {
    float: right;
    padding: 0;
    position: relative
    }
.user-rate-wrap .user-rate:not(.rated-done) {
    cursor: pointer
    }
.user-rate-wrap .user-rate span {
    margin: 0
    }
.user-rate-wrap .user-rate .spinner-circle {
    top: -13px;
    left: -13px;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
    }
.user-rate-wrap .user-rate .spinner-circle:after {
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
    }
.user-rate-wrap .user-rate .spinner {
    width: 2.5em
    }
.user-rate-wrap .user-rate .spinner > div {
    width: 0.4em;
    height: 0.4em
    }
.taq-load {
    position: relative;
    width: 98px;
    height: 20px;
    display: block
    }
.widget .review_wrap .review-box-header {
    font-size: 13px
    }
.widget .user-rate-wrap {
    margin-bottom: 0
    }
.reviews-posts {
    list-style: none
    }
.reviews-posts li {
    overflow: hidden
    }
.reviews-posts .review-thumbnail {
    float: left;
    margin-right: 15px;
    transition: opacity 0.3s
    }
.reviews-posts .review-thumbnail:hover {
    opacity: 0.8
    }
.reviews-posts h3 {
    margin-bottom: 5px;
    font-size: 14px
    }
.review-bottom {
    clear: both
    }
.taq-clear {
    clear: both
    }
.dark-skin .review-item, .dark-skin .review-summary, .dark-skin .user-rate-wrap, .dark-skin .review-final-score {
    border-color: rgba(255, 255, 255, 0.1)
    }
.rtl .review-top {
    float: right;
    margin-right: 0;
    margin-left: 20px
    }
.rtl #review-box .post-large-rate, .rtl #review-box .post-small-rate, .rtl #review-box .user-rate {
    float: left
    }
.rtl #review-box.review-stars .review-item h5, .rtl #review-box .user-rate-wrap .user-rating-text {
    float: right
    }
.rtl #review-box .review-final-score {
    border-width: 0 1px 0 0
    }
.rtl #review-box .post-single-rate {
    float: right;
    margin-right: 0
    }
.rtl .post-large-rate, .rtl .post-small-rate {
    text-indent: 0
    }
.rtl .post-large-rate span, .rtl .post-small-rate span {
    text-align: right
    }
.rtl .post-small-rate {
    float: right
    }
.rtl .post-small-rate.hearts-small span {
    right: 1px
    }
.rtl ul.reviews-posts .review-thumbnail {
    float: right;
    margin-left: 10px;
    margin-right: 0
    }
@media (max-width: 767px) {
    #review-box.review-top, .rtl #review-box.review-top, #story-highlights + .review_wrap #review-box {
        float: none;
        width: auto;
        margin-right: 0;
        margin-left: 0
        }
    }
@media (max-width: 479px) {
    .review-summary, .review-short-summary, .review-final-score, .user-rating-text {
        display: block;
        width: 100%;
        float: none;
        text-align: center
        }
    #review-box .review-final-score, .rtl #review-box .review-final-score {
        border-width: 0 0 1px
        }
    .user-rate-wrap .user-rate {
        margin-top: 10px;
        float: left;
        position: relative;
        left: 50%;
        right: auto;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%)
        }
    .rtl #review-box .review-final-score .post-large-rate, .rtl #review-box .review-final-score .post-small-rate {
        float: none
        }
    }
@media (min-width: 992px) {
    .widget .review-summary, .widget .review-short-summary, .widget .review-final-score, .widget .user-rating-text {
        display: block;
        width: 100%;
        float: none;
        text-align: center
        }
    .widget #review-box .review-final-score {
        border-width: 0 0 1px
        }
    .widget .user-rate-wrap .user-rate {
        margin-top: 10px;
        float: left;
        position: relative;
        left: 50%;
        right: auto;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%)
        }
    .rtl .widget #review-box .review-final-score .post-large-rate, .rtl .widget #review-box .review-final-score .post-small-rate {
        float: none
        }
    }
.woocommerce div.product .woocommerce-Tabs-panel .review-top {
    float: none;
    width: 100%;
    margin: 0 0 30px 0
    }
.mobileShow {
    display: none
    }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileShow {
        display: inline
        }
    }
.wp-color-picker {
    width: 80px;
    direction: ltr
    }
.wp-picker-container .hidden {
    display: none
    }
.wp-picker-container .wp-color-result.button {
    min-height: 30px;
    margin: 0 6px 6px 0;
    padding: 0 0 0 30px;
    font-size: 11px
    }
.wp-color-result-text {
    background: #f7f7f7;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #ccc;
    color: #555;
    display: block;
    line-height: 2.545455;
    padding: 0 6px;
    text-align: center
    }
.wp-color-result:focus, .wp-color-result:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d
    }
.wp-color-result:focus:after, .wp-color-result:hover:after {
    color: #23282d;
    border-color: #a0a5aa;
    border-left: 1px solid #999
    }
.wp-picker-container {
    display: inline-block
    }
.wp-color-result:focus {
    border-color: #5b9dd9;
    box-shadow: 0 0 3px rgba(0, 115, 170, 0.8)
    }
.wp-color-result:active {
    transform: none !important
    }
.wp-picker-open + .wp-picker-input-wrap {
    display: inline-block;
    vertical-align: top
    }
.wp-picker-input-wrap label {
    display: inline-block;
    vertical-align: top
    }
.form-table .wp-picker-input-wrap label {
    margin: 0 !important
    }
.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear, .wp-customizer .wp-picker-input-wrap .button.wp-picker-default, .wp-picker-input-wrap .button.wp-picker-clear, .wp-picker-input-wrap .button.wp-picker-default {
    margin-left: 6px;
    padding: 0 8px;
    line-height: 2.545455;
    min-height: 30px
    }
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
    background-color: #555
    }
.wp-picker-container .iris-picker {
    border-radius: 0;
    border-color: #ddd;
    margin-top: 6px
    }
.wp-picker-container input[type=text].wp-color-picker {
    width: 4rem;
    font-size: 12px;
    font-family: monospace;
    line-height: 2.333333;
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
    min-height: 30px
    }
.wp-color-picker::-webkit-input-placeholder {
    color: #72777c
    }
.wp-color-picker::-moz-placeholder {
    color: #72777c;
    opacity: 1
    }
.wp-color-picker:-ms-input-placeholder {
    color: #72777c
    }
.wp-picker-container input[type=text].iris-error {
    background-color: #ffebe8;
    border-color: #c00;
    color: #000
    }
.iris-picker .iris-strip .ui-slider-handle:focus, .iris-picker .ui-square-handle:focus {
    border-color: #007cba;
    border-style: solid;
    box-shadow: 0 0 0 1px #007cba;
    outline: 2px solid transparent
    }
.iris-picker .iris-palette:focus {
    box-shadow: 0 0 0 2px #007cba
    }
@media screen and (max-width: 782px) {
    .wp-picker-container input[type=text].wp-color-picker {
        width: 5rem;
        font-size: 16px;
        line-height: 1.875;
        min-height: 32px
        }
    .wp-customizer .wp-picker-container input[type=text].wp-color-picker {
        padding: 0 5px
        }
    .wp-picker-input-wrap .button.wp-picker-clear, .wp-picker-input-wrap .button.wp-picker-default {
        padding: 0 8px;
        line-height: 2.142857;
        min-height: 32px
        }
    .wp-customizer .wp-picker-input-wrap .button.wp-picker-clear, .wp-customizer .wp-picker-input-wrap .button.wp-picker-default {
        padding: 0 8px;
        font-size: 14px;
        line-height: 2.142857;
        min-height: 32px
        }
    .wp-picker-container .wp-color-result.button {
        padding: 0 0 0 40px;
        font-size: 14px;
        line-height: 2.142857
        }
    .wp-customizer .wp-picker-container .wp-color-result.button {
        font-size: 14px;
        line-height: 2.142857
        }
    .wp-picker-container .wp-color-result-text {
        padding: 0 14px;
        font-size: inherit;
        line-height: inherit
        }
    .wp-customizer .wp-picker-container .wp-color-result-text {
        padding: 0 10px
        }
    }
@font-face {
    font-family: "FontAwesome";
    src: url(/wp-content/plugins/tiva-facebook-events-calendar/assets/css/../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/wp-content/plugins/tiva-facebook-events-calendar/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(/wp-content/plugins/tiva-facebook-events-calendar/assets/css/../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(/wp-content/plugins/tiva-facebook-events-calendar/assets/css/../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(/wp-content/plugins/tiva-facebook-events-calendar/assets/css/../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(/wp-content/plugins/tiva-facebook-events-calendar/assets/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal
    }
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.fa-lg {
    font-size: 1.333333em;
    line-height: 0.75em;
    vertical-align: -15%
    }
.fa-2x {
    font-size: 2em
    }
.fa-3x {
    font-size: 3em
    }
.fa-4x {
    font-size: 4em
    }
.fa-5x {
    font-size: 5em
    }
.fa-fw {
    width: 1.285714em;
    text-align: center
    }
.fa-ul {
    padding-left: 0;
    margin-left: 2.142857em;
    list-style-type: none
    }
.fa-ul > li {
    position: relative
    }
.fa-li {
    position: absolute;
    left: -2.142857em;
    width: 2.142857em;
    top: 0.142857em;
    text-align: center
    }
.fa-li.fa-lg {
    left: -1.857143em
    }
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em
    }
.fa-pull-left {
    float: left
    }
.fa-pull-right {
    float: right
    }
.fa.fa-pull-left {
    margin-right: 0.3em
    }
.fa.fa-pull-right {
    margin-left: 0.3em
    }
.pull-right {
    float: right
    }
.pull-left {
    float: left
    }
.fa.pull-left {
    margin-right: 0.3em
    }
.fa.pull-right {
    margin-left: 0.3em
    }
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
    }
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
    }
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
    }
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
    }
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
    }
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
    }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
    }
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
    }
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
    }
.fa-stack-1x {
    line-height: inherit
    }
.fa-stack-2x {
    font-size: 2em
    }
.fa-inverse {
    color: #fff
    }
.fa-glass:before {
    content: ""
    }
.fa-music:before {
    content: ""
    }
.fa-search:before {
    content: ""
    }
.fa-envelope-o:before {
    content: ""
    }
.fa-heart:before {
    content: ""
    }
.fa-star:before {
    content: ""
    }
.fa-star-o:before {
    content: ""
    }
.fa-user:before {
    content: ""
    }
.fa-film:before {
    content: ""
    }
.fa-th-large:before {
    content: ""
    }
.fa-th:before {
    content: ""
    }
.fa-th-list:before {
    content: ""
    }
.fa-check:before {
    content: ""
    }
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
    }
.fa-search-plus:before {
    content: ""
    }
.fa-search-minus:before {
    content: ""
    }
.fa-power-off:before {
    content: ""
    }
.fa-signal:before {
    content: ""
    }
.fa-gear:before, .fa-cog:before {
    content: ""
    }
.fa-trash-o:before {
    content: ""
    }
.fa-home:before {
    content: ""
    }
.fa-file-o:before {
    content: ""
    }
.fa-clock-o:before {
    content: ""
    }
.fa-road:before {
    content: ""
    }
.fa-download:before {
    content: ""
    }
.fa-arrow-circle-o-down:before {
    content: ""
    }
.fa-arrow-circle-o-up:before {
    content: ""
    }
.fa-inbox:before {
    content: ""
    }
.fa-play-circle-o:before {
    content: ""
    }
.fa-rotate-right:before, .fa-repeat:before {
    content: ""
    }
.fa-refresh:before {
    content: ""
    }
.fa-list-alt:before {
    content: ""
    }
.fa-lock:before {
    content: ""
    }
.fa-flag:before {
    content: ""
    }
.fa-headphones:before {
    content: ""
    }
.fa-volume-off:before {
    content: ""
    }
.fa-volume-down:before {
    content: ""
    }
.fa-volume-up:before {
    content: ""
    }
.fa-qrcode:before {
    content: ""
    }
.fa-barcode:before {
    content: ""
    }
.fa-tag:before {
    content: ""
    }
.fa-tags:before {
    content: ""
    }
.fa-book:before {
    content: ""
    }
.fa-bookmark:before {
    content: ""
    }
.fa-print:before {
    content: ""
    }
.fa-camera:before {
    content: ""
    }
.fa-font:before {
    content: ""
    }
.fa-bold:before {
    content: ""
    }
.fa-italic:before {
    content: ""
    }
.fa-text-height:before {
    content: ""
    }
.fa-text-width:before {
    content: ""
    }
.fa-align-left:before {
    content: ""
    }
.fa-align-center:before {
    content: ""
    }
.fa-align-right:before {
    content: ""
    }
.fa-align-justify:before {
    content: ""
    }
.fa-list:before {
    content: ""
    }
.fa-dedent:before, .fa-outdent:before {
    content: ""
    }
.fa-indent:before {
    content: ""
    }
.fa-video-camera:before {
    content: ""
    }
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
    }
.fa-pencil:before {
    content: ""
    }
.fa-map-marker:before {
    content: ""
    }
.fa-adjust:before {
    content: ""
    }
.fa-tint:before {
    content: ""
    }
.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
    }
.fa-share-square-o:before {
    content: ""
    }
.fa-check-square-o:before {
    content: ""
    }
.fa-arrows:before {
    content: ""
    }
.fa-step-backward:before {
    content: ""
    }
.fa-fast-backward:before {
    content: ""
    }
.fa-backward:before {
    content: ""
    }
.fa-play:before {
    content: ""
    }
.fa-pause:before {
    content: ""
    }
.fa-stop:before {
    content: ""
    }
.fa-forward:before {
    content: ""
    }
.fa-fast-forward:before {
    content: ""
    }
.fa-step-forward:before {
    content: ""
    }
.fa-eject:before {
    content: ""
    }
.fa-chevron-left:before {
    content: ""
    }
.fa-chevron-right:before {
    content: ""
    }
.fa-plus-circle:before {
    content: ""
    }
.fa-minus-circle:before {
    content: ""
    }
.fa-times-circle:before {
    content: ""
    }
.fa-check-circle:before {
    content: ""
    }
.fa-question-circle:before {
    content: ""
    }
.fa-info-circle:before {
    content: ""
    }
.fa-crosshairs:before {
    content: ""
    }
.fa-times-circle-o:before {
    content: ""
    }
.fa-check-circle-o:before {
    content: ""
    }
.fa-ban:before {
    content: ""
    }
.fa-arrow-left:before {
    content: ""
    }
.fa-arrow-right:before {
    content: ""
    }
.fa-arrow-up:before {
    content: ""
    }
.fa-arrow-down:before {
    content: ""
    }
.fa-mail-forward:before, .fa-share:before {
    content: ""
    }
.fa-expand:before {
    content: ""
    }
.fa-compress:before {
    content: ""
    }
.fa-plus:before {
    content: ""
    }
.fa-minus:before {
    content: ""
    }
.fa-asterisk:before {
    content: ""
    }
.fa-exclamation-circle:before {
    content: ""
    }
.fa-gift:before {
    content: ""
    }
.fa-leaf:before {
    content: ""
    }
.fa-fire:before {
    content: ""
    }
.fa-eye:before {
    content: ""
    }
.fa-eye-slash:before {
    content: ""
    }
.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
    }
.fa-plane:before {
    content: ""
    }
.fa-calendar:before {
    content: ""
    }
.fa-random:before {
    content: ""
    }
.fa-comment:before {
    content: ""
    }
.fa-magnet:before {
    content: ""
    }
.fa-chevron-up:before {
    content: ""
    }
.fa-chevron-down:before {
    content: ""
    }
.fa-retweet:before {
    content: ""
    }
.fa-shopping-cart:before {
    content: ""
    }
.fa-folder:before {
    content: ""
    }
.fa-folder-open:before {
    content: ""
    }
.fa-arrows-v:before {
    content: ""
    }
.fa-arrows-h:before {
    content: ""
    }
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
    }
.fa-twitter-square:before {
    content: ""
    }
.fa-facebook-square:before {
    content: ""
    }
.fa-camera-retro:before {
    content: ""
    }
.fa-key:before {
    content: ""
    }
.fa-gears:before, .fa-cogs:before {
    content: ""
    }
.fa-comments:before {
    content: ""
    }
.fa-thumbs-o-up:before {
    content: ""
    }
.fa-thumbs-o-down:before {
    content: ""
    }
.fa-star-half:before {
    content: ""
    }
.fa-heart-o:before {
    content: ""
    }
.fa-sign-out:before {
    content: ""
    }
.fa-linkedin-square:before {
    content: ""
    }
.fa-thumb-tack:before {
    content: ""
    }
.fa-external-link:before {
    content: ""
    }
.fa-sign-in:before {
    content: ""
    }
.fa-trophy:before {
    content: ""
    }
.fa-github-square:before {
    content: ""
    }
.fa-upload:before {
    content: ""
    }
.fa-lemon-o:before {
    content: ""
    }
.fa-phone:before {
    content: ""
    }
.fa-square-o:before {
    content: ""
    }
.fa-bookmark-o:before {
    content: ""
    }
.fa-phone-square:before {
    content: ""
    }
.fa-twitter:before {
    content: ""
    }
.fa-facebook-f:before, .fa-facebook:before {
    content: ""
    }
.fa-github:before {
    content: ""
    }
.fa-unlock:before {
    content: ""
    }
.fa-credit-card:before {
    content: ""
    }
.fa-feed:before, .fa-rss:before {
    content: ""
    }
.fa-hdd-o:before {
    content: ""
    }
.fa-bullhorn:before {
    content: ""
    }
.fa-bell:before {
    content: ""
    }
.fa-certificate:before {
    content: ""
    }
.fa-hand-o-right:before {
    content: ""
    }
.fa-hand-o-left:before {
    content: ""
    }
.fa-hand-o-up:before {
    content: ""
    }
.fa-hand-o-down:before {
    content: ""
    }
.fa-arrow-circle-left:before {
    content: ""
    }
.fa-arrow-circle-right:before {
    content: ""
    }
.fa-arrow-circle-up:before {
    content: ""
    }
.fa-arrow-circle-down:before {
    content: ""
    }
.fa-globe:before {
    content: ""
    }
.fa-wrench:before {
    content: ""
    }
.fa-tasks:before {
    content: ""
    }
.fa-filter:before {
    content: ""
    }
.fa-briefcase:before {
    content: ""
    }
.fa-arrows-alt:before {
    content: ""
    }
.fa-group:before, .fa-users:before {
    content: ""
    }
.fa-chain:before, .fa-link:before {
    content: ""
    }
.fa-cloud:before {
    content: ""
    }
.fa-flask:before {
    content: ""
    }
.fa-cut:before, .fa-scissors:before {
    content: ""
    }
.fa-copy:before, .fa-files-o:before {
    content: ""
    }
.fa-paperclip:before {
    content: ""
    }
.fa-save:before, .fa-floppy-o:before {
    content: ""
    }
.fa-square:before {
    content: ""
    }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
    }
.fa-list-ul:before {
    content: ""
    }
.fa-list-ol:before {
    content: ""
    }
.fa-strikethrough:before {
    content: ""
    }
.fa-underline:before {
    content: ""
    }
.fa-table:before {
    content: ""
    }
.fa-magic:before {
    content: ""
    }
.fa-truck:before {
    content: ""
    }
.fa-pinterest:before {
    content: ""
    }
.fa-pinterest-square:before {
    content: ""
    }
.fa-google-plus-square:before {
    content: ""
    }
.fa-google-plus:before {
    content: ""
    }
.fa-money:before {
    content: ""
    }
.fa-caret-down:before {
    content: ""
    }
.fa-caret-up:before {
    content: ""
    }
.fa-caret-left:before {
    content: ""
    }
.fa-caret-right:before {
    content: ""
    }
.fa-columns:before {
    content: ""
    }
.fa-unsorted:before, .fa-sort:before {
    content: ""
    }
.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
    }
.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
    }
.fa-envelope:before {
    content: ""
    }
.fa-linkedin:before {
    content: ""
    }
.fa-rotate-left:before, .fa-undo:before {
    content: ""
    }
.fa-legal:before, .fa-gavel:before {
    content: ""
    }
.fa-dashboard:before, .fa-tachometer:before {
    content: ""
    }
.fa-comment-o:before {
    content: ""
    }
.fa-comments-o:before {
    content: ""
    }
.fa-flash:before, .fa-bolt:before {
    content: ""
    }
.fa-sitemap:before {
    content: ""
    }
.fa-umbrella:before {
    content: ""
    }
.fa-paste:before, .fa-clipboard:before {
    content: ""
    }
.fa-lightbulb-o:before {
    content: ""
    }
.fa-exchange:before {
    content: ""
    }
.fa-cloud-download:before {
    content: ""
    }
.fa-cloud-upload:before {
    content: ""
    }
.fa-user-md:before {
    content: ""
    }
.fa-stethoscope:before {
    content: ""
    }
.fa-suitcase:before {
    content: ""
    }
.fa-bell-o:before {
    content: ""
    }
.fa-coffee:before {
    content: ""
    }
.fa-cutlery:before {
    content: ""
    }
.fa-file-text-o:before {
    content: ""
    }
.fa-building-o:before {
    content: ""
    }
.fa-hospital-o:before {
    content: ""
    }
.fa-ambulance:before {
    content: ""
    }
.fa-medkit:before {
    content: ""
    }
.fa-fighter-jet:before {
    content: ""
    }
.fa-beer:before {
    content: ""
    }
.fa-h-square:before {
    content: ""
    }
.fa-plus-square:before {
    content: ""
    }
.fa-angle-double-left:before {
    content: ""
    }
.fa-angle-double-right:before {
    content: ""
    }
.fa-angle-double-up:before {
    content: ""
    }
.fa-angle-double-down:before {
    content: ""
    }
.fa-angle-left:before {
    content: ""
    }
.fa-angle-right:before {
    content: ""
    }
.fa-angle-up:before {
    content: ""
    }
.fa-angle-down:before {
    content: ""
    }
.fa-desktop:before {
    content: ""
    }
.fa-laptop:before {
    content: ""
    }
.fa-tablet:before {
    content: ""
    }
.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
    }
.fa-circle-o:before {
    content: ""
    }
.fa-quote-left:before {
    content: ""
    }
.fa-quote-right:before {
    content: ""
    }
.fa-spinner:before {
    content: ""
    }
.fa-circle:before {
    content: ""
    }
.fa-mail-reply:before, .fa-reply:before {
    content: ""
    }
.fa-github-alt:before {
    content: ""
    }
.fa-folder-o:before {
    content: ""
    }
.fa-folder-open-o:before {
    content: ""
    }
.fa-smile-o:before {
    content: ""
    }
.fa-frown-o:before {
    content: ""
    }
.fa-meh-o:before {
    content: ""
    }
.fa-gamepad:before {
    content: ""
    }
.fa-keyboard-o:before {
    content: ""
    }
.fa-flag-o:before {
    content: ""
    }
.fa-flag-checkered:before {
    content: ""
    }
.fa-terminal:before {
    content: ""
    }
.fa-code:before {
    content: ""
    }
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
    }
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
    }
.fa-location-arrow:before {
    content: ""
    }
.fa-crop:before {
    content: ""
    }
.fa-code-fork:before {
    content: ""
    }
.fa-unlink:before, .fa-chain-broken:before {
    content: ""
    }
.fa-question:before {
    content: ""
    }
.fa-info:before {
    content: ""
    }
.fa-exclamation:before {
    content: ""
    }
.fa-superscript:before {
    content: ""
    }
.fa-subscript:before {
    content: ""
    }
.fa-eraser:before {
    content: ""
    }
.fa-puzzle-piece:before {
    content: ""
    }
.fa-microphone:before {
    content: ""
    }
.fa-microphone-slash:before {
    content: ""
    }
.fa-shield:before {
    content: ""
    }
.fa-calendar-o:before {
    content: ""
    }
.fa-fire-extinguisher:before {
    content: ""
    }
.fa-rocket:before {
    content: ""
    }
.fa-maxcdn:before {
    content: ""
    }
.fa-chevron-circle-left:before {
    content: ""
    }
.fa-chevron-circle-right:before {
    content: ""
    }
.fa-chevron-circle-up:before {
    content: ""
    }
.fa-chevron-circle-down:before {
    content: ""
    }
.fa-html5:before {
    content: ""
    }
.fa-css3:before {
    content: ""
    }
.fa-anchor:before {
    content: ""
    }
.fa-unlock-alt:before {
    content: ""
    }
.fa-bullseye:before {
    content: ""
    }
.fa-ellipsis-h:before {
    content: ""
    }
.fa-ellipsis-v:before {
    content: ""
    }
.fa-rss-square:before {
    content: ""
    }
.fa-play-circle:before {
    content: ""
    }
.fa-ticket:before {
    content: ""
    }
.fa-minus-square:before {
    content: ""
    }
.fa-minus-square-o:before {
    content: ""
    }
.fa-level-up:before {
    content: ""
    }
.fa-level-down:before {
    content: ""
    }
.fa-check-square:before {
    content: ""
    }
.fa-pencil-square:before {
    content: ""
    }
.fa-external-link-square:before {
    content: ""
    }
.fa-share-square:before {
    content: ""
    }
.fa-compass:before {
    content: ""
    }
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
    }
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
    }
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
    }
.fa-euro:before, .fa-eur:before {
    content: ""
    }
.fa-gbp:before {
    content: ""
    }
.fa-dollar:before, .fa-usd:before {
    content: ""
    }
.fa-rupee:before, .fa-inr:before {
    content: ""
    }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
    }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
    }
.fa-won:before, .fa-krw:before {
    content: ""
    }
.fa-bitcoin:before, .fa-btc:before {
    content: ""
    }
.fa-file:before {
    content: ""
    }
.fa-file-text:before {
    content: ""
    }
.fa-sort-alpha-asc:before {
    content: ""
    }
.fa-sort-alpha-desc:before {
    content: ""
    }
.fa-sort-amount-asc:before {
    content: ""
    }
.fa-sort-amount-desc:before {
    content: ""
    }
.fa-sort-numeric-asc:before {
    content: ""
    }
.fa-sort-numeric-desc:before {
    content: ""
    }
.fa-thumbs-up:before {
    content: ""
    }
.fa-thumbs-down:before {
    content: ""
    }
.fa-youtube-square:before {
    content: ""
    }
.fa-youtube:before {
    content: ""
    }
.fa-xing:before {
    content: ""
    }
.fa-xing-square:before {
    content: ""
    }
.fa-youtube-play:before {
    content: ""
    }
.fa-dropbox:before {
    content: ""
    }
.fa-stack-overflow:before {
    content: ""
    }
.fa-instagram:before {
    content: ""
    }
.fa-flickr:before {
    content: ""
    }
.fa-adn:before {
    content: ""
    }
.fa-bitbucket:before {
    content: ""
    }
.fa-bitbucket-square:before {
    content: ""
    }
.fa-tumblr:before {
    content: ""
    }
.fa-tumblr-square:before {
    content: ""
    }
.fa-long-arrow-down:before {
    content: ""
    }
.fa-long-arrow-up:before {
    content: ""
    }
.fa-long-arrow-left:before {
    content: ""
    }
.fa-long-arrow-right:before {
    content: ""
    }
.fa-apple:before {
    content: ""
    }
.fa-windows:before {
    content: ""
    }
.fa-android:before {
    content: ""
    }
.fa-linux:before {
    content: ""
    }
.fa-dribbble:before {
    content: ""
    }
.fa-skype:before {
    content: ""
    }
.fa-foursquare:before {
    content: ""
    }
.fa-trello:before {
    content: ""
    }
.fa-female:before {
    content: ""
    }
.fa-male:before {
    content: ""
    }
.fa-gittip:before, .fa-gratipay:before {
    content: ""
    }
.fa-sun-o:before {
    content: ""
    }
.fa-moon-o:before {
    content: ""
    }
.fa-archive:before {
    content: ""
    }
.fa-bug:before {
    content: ""
    }
.fa-vk:before {
    content: ""
    }
.fa-weibo:before {
    content: ""
    }
.fa-renren:before {
    content: ""
    }
.fa-pagelines:before {
    content: ""
    }
.fa-stack-exchange:before {
    content: ""
    }
.fa-arrow-circle-o-right:before {
    content: ""
    }
.fa-arrow-circle-o-left:before {
    content: ""
    }
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
    }
.fa-dot-circle-o:before {
    content: ""
    }
.fa-wheelchair:before {
    content: ""
    }
.fa-vimeo-square:before {
    content: ""
    }
.fa-turkish-lira:before, .fa-try:before {
    content: ""
    }
.fa-plus-square-o:before {
    content: ""
    }
.fa-space-shuttle:before {
    content: ""
    }
.fa-slack:before {
    content: ""
    }
.fa-envelope-square:before {
    content: ""
    }
.fa-wordpress:before {
    content: ""
    }
.fa-openid:before {
    content: ""
    }
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
    }
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
    }
.fa-yahoo:before {
    content: ""
    }
.fa-google:before {
    content: ""
    }
.fa-reddit:before {
    content: ""
    }
.fa-reddit-square:before {
    content: ""
    }
.fa-stumbleupon-circle:before {
    content: ""
    }
.fa-stumbleupon:before {
    content: ""
    }
.fa-delicious:before {
    content: ""
    }
.fa-digg:before {
    content: ""
    }
.fa-pied-piper-pp:before {
    content: ""
    }
.fa-pied-piper-alt:before {
    content: ""
    }
.fa-drupal:before {
    content: ""
    }
.fa-joomla:before {
    content: ""
    }
.fa-language:before {
    content: ""
    }
.fa-fax:before {
    content: ""
    }
.fa-building:before {
    content: ""
    }
.fa-child:before {
    content: ""
    }
.fa-paw:before {
    content: ""
    }
.fa-spoon:before {
    content: ""
    }
.fa-cube:before {
    content: ""
    }
.fa-cubes:before {
    content: ""
    }
.fa-behance:before {
    content: ""
    }
.fa-behance-square:before {
    content: ""
    }
.fa-steam:before {
    content: ""
    }
.fa-steam-square:before {
    content: ""
    }
.fa-recycle:before {
    content: ""
    }
.fa-automobile:before, .fa-car:before {
    content: ""
    }
.fa-cab:before, .fa-taxi:before {
    content: ""
    }
.fa-tree:before {
    content: ""
    }
.fa-spotify:before {
    content: ""
    }
.fa-deviantart:before {
    content: ""
    }
.fa-soundcloud:before {
    content: ""
    }
.fa-database:before {
    content: ""
    }
.fa-file-pdf-o:before {
    content: ""
    }
.fa-file-word-o:before {
    content: ""
    }
.fa-file-excel-o:before {
    content: ""
    }
.fa-file-powerpoint-o:before {
    content: ""
    }
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
    }
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
    }
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
    }
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
    }
.fa-file-code-o:before {
    content: ""
    }
.fa-vine:before {
    content: ""
    }
.fa-codepen:before {
    content: ""
    }
.fa-jsfiddle:before {
    content: ""
    }
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
    }
.fa-circle-o-notch:before {
    content: ""
    }
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
    }
.fa-ge:before, .fa-empire:before {
    content: ""
    }
.fa-git-square:before {
    content: ""
    }
.fa-git:before {
    content: ""
    }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
    }
.fa-tencent-weibo:before {
    content: ""
    }
.fa-qq:before {
    content: ""
    }
.fa-wechat:before, .fa-weixin:before {
    content: ""
    }
.fa-send:before, .fa-paper-plane:before {
    content: ""
    }
.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
    }
.fa-history:before {
    content: ""
    }
.fa-circle-thin:before {
    content: ""
    }
.fa-header:before {
    content: ""
    }
.fa-paragraph:before {
    content: ""
    }
.fa-sliders:before {
    content: ""
    }
.fa-share-alt:before {
    content: ""
    }
.fa-share-alt-square:before {
    content: ""
    }
.fa-bomb:before {
    content: ""
    }
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
    }
.fa-tty:before {
    content: ""
    }
.fa-binoculars:before {
    content: ""
    }
.fa-plug:before {
    content: ""
    }
.fa-slideshare:before {
    content: ""
    }
.fa-twitch:before {
    content: ""
    }
.fa-yelp:before {
    content: ""
    }
.fa-newspaper-o:before {
    content: ""
    }
.fa-wifi:before {
    content: ""
    }
.fa-calculator:before {
    content: ""
    }
.fa-paypal:before {
    content: ""
    }
.fa-google-wallet:before {
    content: ""
    }
.fa-cc-visa:before {
    content: ""
    }
.fa-cc-mastercard:before {
    content: ""
    }
.fa-cc-discover:before {
    content: ""
    }
.fa-cc-amex:before {
    content: ""
    }
.fa-cc-paypal:before {
    content: ""
    }
.fa-cc-stripe:before {
    content: ""
    }
.fa-bell-slash:before {
    content: ""
    }
.fa-bell-slash-o:before {
    content: ""
    }
.fa-trash:before {
    content: ""
    }
.fa-copyright:before {
    content: ""
    }
.fa-at:before {
    content: ""
    }
.fa-eyedropper:before {
    content: ""
    }
.fa-paint-brush:before {
    content: ""
    }
.fa-birthday-cake:before {
    content: ""
    }
.fa-area-chart:before {
    content: ""
    }
.fa-pie-chart:before {
    content: ""
    }
.fa-line-chart:before {
    content: ""
    }
.fa-lastfm:before {
    content: ""
    }
.fa-lastfm-square:before {
    content: ""
    }
.fa-toggle-off:before {
    content: ""
    }
.fa-toggle-on:before {
    content: ""
    }
.fa-bicycle:before {
    content: ""
    }
.fa-bus:before {
    content: ""
    }
.fa-ioxhost:before {
    content: ""
    }
.fa-angellist:before {
    content: ""
    }
.fa-cc:before {
    content: ""
    }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
    }
.fa-meanpath:before {
    content: ""
    }
.fa-buysellads:before {
    content: ""
    }
.fa-connectdevelop:before {
    content: ""
    }
.fa-dashcube:before {
    content: ""
    }
.fa-forumbee:before {
    content: ""
    }
.fa-leanpub:before {
    content: ""
    }
.fa-sellsy:before {
    content: ""
    }
.fa-shirtsinbulk:before {
    content: ""
    }
.fa-simplybuilt:before {
    content: ""
    }
.fa-skyatlas:before {
    content: ""
    }
.fa-cart-plus:before {
    content: ""
    }
.fa-cart-arrow-down:before {
    content: ""
    }
.fa-diamond:before {
    content: ""
    }
.fa-ship:before {
    content: ""
    }
.fa-user-secret:before {
    content: ""
    }
.fa-motorcycle:before {
    content: ""
    }
.fa-street-view:before {
    content: ""
    }
.fa-heartbeat:before {
    content: ""
    }
.fa-venus:before {
    content: ""
    }
.fa-mars:before {
    content: ""
    }
.fa-mercury:before {
    content: ""
    }
.fa-intersex:before, .fa-transgender:before {
    content: ""
    }
.fa-transgender-alt:before {
    content: ""
    }
.fa-venus-double:before {
    content: ""
    }
.fa-mars-double:before {
    content: ""
    }
.fa-venus-mars:before {
    content: ""
    }
.fa-mars-stroke:before {
    content: ""
    }
.fa-mars-stroke-v:before {
    content: ""
    }
.fa-mars-stroke-h:before {
    content: ""
    }
.fa-neuter:before {
    content: ""
    }
.fa-genderless:before {
    content: ""
    }
.fa-facebook-official:before {
    content: ""
    }
.fa-pinterest-p:before {
    content: ""
    }
.fa-whatsapp:before {
    content: ""
    }
.fa-server:before {
    content: ""
    }
.fa-user-plus:before {
    content: ""
    }
.fa-user-times:before {
    content: ""
    }
.fa-hotel:before, .fa-bed:before {
    content: ""
    }
.fa-viacoin:before {
    content: ""
    }
.fa-train:before {
    content: ""
    }
.fa-subway:before {
    content: ""
    }
.fa-medium:before {
    content: ""
    }
.fa-yc:before, .fa-y-combinator:before {
    content: ""
    }
.fa-optin-monster:before {
    content: ""
    }
.fa-opencart:before {
    content: ""
    }
.fa-expeditedssl:before {
    content: ""
    }
.fa-battery-4:before, .fa-battery-full:before {
    content: ""
    }
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
    }
.fa-battery-2:before, .fa-battery-half:before {
    content: ""
    }
.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
    }
.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
    }
.fa-mouse-pointer:before {
    content: ""
    }
.fa-i-cursor:before {
    content: ""
    }
.fa-object-group:before {
    content: ""
    }
.fa-object-ungroup:before {
    content: ""
    }
.fa-sticky-note:before {
    content: ""
    }
.fa-sticky-note-o:before {
    content: ""
    }
.fa-cc-jcb:before {
    content: ""
    }
.fa-cc-diners-club:before {
    content: ""
    }
.fa-clone:before {
    content: ""
    }
.fa-balance-scale:before {
    content: ""
    }
.fa-hourglass-o:before {
    content: ""
    }
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
    }
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
    }
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
    }
.fa-hourglass:before {
    content: ""
    }
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
    }
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
    }
.fa-hand-scissors-o:before {
    content: ""
    }
.fa-hand-lizard-o:before {
    content: ""
    }
.fa-hand-spock-o:before {
    content: ""
    }
.fa-hand-pointer-o:before {
    content: ""
    }
.fa-hand-peace-o:before {
    content: ""
    }
.fa-trademark:before {
    content: ""
    }
.fa-registered:before {
    content: ""
    }
.fa-creative-commons:before {
    content: ""
    }
.fa-gg:before {
    content: ""
    }
.fa-gg-circle:before {
    content: ""
    }
.fa-tripadvisor:before {
    content: ""
    }
.fa-odnoklassniki:before {
    content: ""
    }
.fa-odnoklassniki-square:before {
    content: ""
    }
.fa-get-pocket:before {
    content: ""
    }
.fa-wikipedia-w:before {
    content: ""
    }
.fa-safari:before {
    content: ""
    }
.fa-chrome:before {
    content: ""
    }
.fa-firefox:before {
    content: ""
    }
.fa-opera:before {
    content: ""
    }
.fa-internet-explorer:before {
    content: ""
    }
.fa-tv:before, .fa-television:before {
    content: ""
    }
.fa-contao:before {
    content: ""
    }
.fa-500px:before {
    content: ""
    }
.fa-amazon:before {
    content: ""
    }
.fa-calendar-plus-o:before {
    content: ""
    }
.fa-calendar-minus-o:before {
    content: ""
    }
.fa-calendar-times-o:before {
    content: ""
    }
.fa-calendar-check-o:before {
    content: ""
    }
.fa-industry:before {
    content: ""
    }
.fa-map-pin:before {
    content: ""
    }
.fa-map-signs:before {
    content: ""
    }
.fa-map-o:before {
    content: ""
    }
.fa-map:before {
    content: ""
    }
.fa-commenting:before {
    content: ""
    }
.fa-commenting-o:before {
    content: ""
    }
.fa-houzz:before {
    content: ""
    }
.fa-vimeo:before {
    content: ""
    }
.fa-black-tie:before {
    content: ""
    }
.fa-fonticons:before {
    content: ""
    }
.fa-reddit-alien:before {
    content: ""
    }
.fa-edge:before {
    content: ""
    }
.fa-credit-card-alt:before {
    content: ""
    }
.fa-codiepie:before {
    content: ""
    }
.fa-modx:before {
    content: ""
    }
.fa-fort-awesome:before {
    content: ""
    }
.fa-usb:before {
    content: ""
    }
.fa-product-hunt:before {
    content: ""
    }
.fa-mixcloud:before {
    content: ""
    }
.fa-scribd:before {
    content: ""
    }
.fa-pause-circle:before {
    content: ""
    }
.fa-pause-circle-o:before {
    content: ""
    }
.fa-stop-circle:before {
    content: ""
    }
.fa-stop-circle-o:before {
    content: ""
    }
.fa-shopping-bag:before {
    content: ""
    }
.fa-shopping-basket:before {
    content: ""
    }
.fa-hashtag:before {
    content: ""
    }
.fa-bluetooth:before {
    content: ""
    }
.fa-bluetooth-b:before {
    content: ""
    }
.fa-percent:before {
    content: ""
    }
.fa-gitlab:before {
    content: ""
    }
.fa-wpbeginner:before {
    content: ""
    }
.fa-wpforms:before {
    content: ""
    }
.fa-envira:before {
    content: ""
    }
.fa-universal-access:before {
    content: ""
    }
.fa-wheelchair-alt:before {
    content: ""
    }
.fa-question-circle-o:before {
    content: ""
    }
.fa-blind:before {
    content: ""
    }
.fa-audio-description:before {
    content: ""
    }
.fa-volume-control-phone:before {
    content: ""
    }
.fa-braille:before {
    content: ""
    }
.fa-assistive-listening-systems:before {
    content: ""
    }
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
    }
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
    }
.fa-glide:before {
    content: ""
    }
.fa-glide-g:before {
    content: ""
    }
.fa-signing:before, .fa-sign-language:before {
    content: ""
    }
.fa-low-vision:before {
    content: ""
    }
.fa-viadeo:before {
    content: ""
    }
.fa-viadeo-square:before {
    content: ""
    }
.fa-snapchat:before {
    content: ""
    }
.fa-snapchat-ghost:before {
    content: ""
    }
.fa-snapchat-square:before {
    content: ""
    }
.fa-pied-piper:before {
    content: ""
    }
.fa-first-order:before {
    content: ""
    }
.fa-yoast:before {
    content: ""
    }
.fa-themeisle:before {
    content: ""
    }
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
    }
.fa-fa:before, .fa-font-awesome:before {
    content: ""
    }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
    }
.tiva-facebook-events-calendar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }
.tiva-facebook-events-calendar-wrapper .hidden-fields {
    display: none
    }
.tiva-facebook-events-calendar .cleardiv {
    clear: both
    }
.tiva-facebook-events-calendar .loading {
    text-align: center;
    padding: 110px 0
    }
.tiva-facebook-events-calendar .events-calendar-bar {
    margin-top: 20px
    }
.tiva-facebook-events-calendar .events-calendar-bar .bar-btn.active {
    background: #5aa4a3
    }
.tiva-facebook-events-calendar .events-calendar-bar .bar-btn {
    color: #fff;
    background: #757575;
    padding: 3px 10px 3px 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 0;
    margin-right: 10px;
    line-height: 26px;
    cursor: pointer;
    display: inline-block;
    position: relative
    }
.tiva-facebook-events-calendar .events-calendar-bar .bar-btn:hover {
    background: #5aa4a3
    }
.tiva-facebook-events-calendar .events-calendar-bar .back-calendar {
    padding: 3px 10px 3px 22px;
    margin-right: 0;
    float: right !important
    }
.tiva-facebook-events-calendar .events-calendar-bar .bar-btn i {
    position: absolute;
    left: 10px
    }
.tiva-facebook-events-calendar .events-calendar-bar .calendar-view i {
    top: 7px
    }
.tiva-facebook-events-calendar .events-calendar-bar .list-view i {
    top: 9px
    }
.tiva-facebook-events-calendar .events-calendar-bar .back-calendar i {
    top: 9px
    }
.tiva-facebook-events-calendar .tiva-calendar .calendar-table {
    table-layout: auto;
    box-sizing: content-box;
    border-right: 0
    }
.tiva-facebook-events-calendar .tiva-calendar .calendar-table th, .tiva-facebook-events-calendar .tiva-calendar .calendar-table td {
    border-bottom: none;
    border-right: none;
    padding: 8px
    }
.tiva-facebook-events-calendar .tiva-calendar .calendar-btn span {
    font-size: 14px;
    color: #fff
    }
.tiva-facebook-events-calendar .tiva-event-list {
    padding: 15px;
    background: #eee;
    display: none
    }
.tiva-facebook-events-calendar .tiva-event-list .list-title {
    color: #4b4f56;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px
    }
.tiva-facebook-events-calendar .tiva-event-list .event-item {
    float: left;
    width: 100%;
    border-top: 1px dotted #666;
    padding-top: 20px;
    margin-bottom: 20px
    }
.tiva-facebook-events-calendar .tiva-event-list .event-item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
    }
.tiva-facebook-events-calendar .calendar-day-event {
    position: relative
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip {
    position: absolute;
    z-index: 9999;
    width: 180px;
    left: 50%;
    margin: 0 0 0 -100px;
    bottom: 35px;
    background: #f5f5f5;
    opacity: 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 2px rgba(145, 145, 145, 0.35);
    border-radius: 6px;
    pointer-events: none;
    padding: 10px;
    text-align: left;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip:before, .tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip:after {
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #f5f5f5;
    border-width: 8px;
    margin-left: -8px
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #ccc;
    border-width: 9px;
    margin-left: -9px
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip .event-tooltip-item {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip .event-tooltip-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip .event-time {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #757575;
    padding: 0 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    margin-bottom: 5px;
    line-height: 22px
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip .event-time i {
    margin-right: 5px
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip .event-name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
    color: #5aa4a3
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip .event-image img {
    width: 100%;
    margin-bottom: 6px;
    border: 1px solid #eee
    }
.tiva-facebook-events-calendar .calendar-day-event .tiva-event-tooltip .event-desc {
    font-size: 14px
    }
.tiva-facebook-events-calendar table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
    }
.tiva-facebook-events-calendar .table {
    width: 100%;
    margin-bottom: 20px
    }
.tiva-facebook-events-calendar .table th, .tiva-facebook-events-calendar .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
    }
.tiva-facebook-events-calendar .table th {
    font-weight: 700
    }
.tiva-facebook-events-calendar .table tbody + tbody {
    border-top: 2px solid #ddd
    }
.tiva-facebook-events-calendar .table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.tiva-facebook-events-calendar .table-bordered th, .tiva-facebook-events-calendar .table-bordered td {
    border-left: 1px solid #ddd
    }
.tiva-facebook-events-calendar .table-bordered tbody:first-child tr:first-child th, .tiva-facebook-events-calendar .table-bordered tbody:first-child tr:first-child td {
    border-top: 0
    }
.tiva-facebook-events-calendar .table-bordered tbody:first-child tr:first-child > td:first-child, .tiva-facebook-events-calendar .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
    }
.tiva-facebook-events-calendar .table-bordered tbody:first-child tr:first-child > td:last-child, .tiva-facebook-events-calendar .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
    }
.tiva-facebook-events-calendar .table-bordered tbody:last-child tr:last-child > td:first-child, .tiva-facebook-events-calendar .table-bordered tbody:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
    }
.tiva-facebook-events-calendar .table-bordered tbody:last-child tr:last-child > td:last-child, .tiva-facebook-events-calendar .table-bordered tbody:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
    }
.tiva-facebook-events-calendar .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
    }
.tiva-facebook-events-calendar .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
    }
.tiva-facebook-events-calendar .table-striped tbody > tr:nth-child(odd) > td, .tiva-facebook-events-calendar .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
    }
.tiva-facebook-events-calendar .table-hover tbody tr:hover > td, .tiva-facebook-events-calendar .table-hover tbody tr:hover > th {
    background-color: #f5f5f5
    }
.tiva-facebook-events-calendar.full .tiva-facebook-events-calendar-wrap {
    margin: 25px 0 40px;
    border: 1px solid #dedade;
    box-shadow: 0 0 5px 2px rgba(145, 145, 145, 0.35);
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-collapse: collapse;
    border-spacing: 0
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-table {
    margin-bottom: 0 !important
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-title, .tiva-facebook-events-calendar .tiva-calendar-full .calendar-btn {
    text-align: center !important;
    background: #5aa4a3;
    color: #fff;
    height: 30px;
    vertical-align: middle !important
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-btn {
    padding: 0 !important
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-btn span {
    cursor: pointer;
    font-size: 13px !important
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-title {
    font-size: 15px;
    font-weight: 700;
    padding-top: 12px !important;
    padding-left: 30px !important
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-title span {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-title i {
    position: absolute;
    left: -22px;
    top: -1px
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-table tr th {
    text-align: center;
    color: #5aa4a3;
    background: #eee;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-table tr th, .tiva-facebook-events-calendar .tiva-calendar-full .calendar-table tr td {
    width: 14.285714%
    }
.tiva-calendar-full .calendar-day-blank {
    background: #f6f6f6
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-table .calendar-day-normal {
    height: 60px;
    font-size: 16px;
    text-align: right !important;
    padding: 6px 10px !important;
    color: #666
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-day-today {
    background: #d5e9e9
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-day-weekend {
    color: #ef4f69;
    line-height: 20px;
    font-size: 16px
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name {
    color: #fff;
    background: #567bd2;
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    padding: 0 3px;
    cursor: pointer
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name span {
    color: #fff;
    font-size: 11px;
    line-height: 20px
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.no-name {
    opacity: 0;
    visibility: hidden
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.color-1 {
    background: #567bd2
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.color-2 {
    background: #13baff
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.color-3 {
    background: #693
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.color-4 {
    background: #ff8a23
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.first-day {
    margin-right: -11px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.middle-day {
    margin-left: -11px;
    margin-right: -11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.middle-day span {
    opacity: 0
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.last-day {
    margin-left: -11px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
    }
.tiva-facebook-events-calendar .tiva-calendar-full .calendar-event-name.last-day span {
    opacity: 0
    }
.tiva-facebook-events-calendar .tiva-event-list-full .event-item-left {
    width: 20%;
    margin-right: 2%
    }
.tiva-facebook-events-calendar .tiva-event-list-full .event-item-right {
    width: 78%
    }
.tiva-facebook-events-calendar .tiva-event-list-full .event-image img {
    width: 100%;
    border: 1px solid #eee
    }
.tiva-facebook-events-calendar .tiva-event-list-full .event-name {
    font-size: 17px;
    color: #5aa4a3;
    margin-top: -5px;
    margin-bottom: 4px
    }
.tiva-facebook-events-calendar .tiva-event-list-full .event-time, .tiva-facebook-events-calendar .tiva-event-list-full .event-date {
    margin-bottom: 3px;
    color: #de935f;
    font-size: 13px
    }
.tiva-facebook-events-calendar .tiva-event-list-full .event-time i, .tiva-facebook-events-calendar .tiva-event-list-full .event-date i {
    margin-right: 5px
    }
.tiva-facebook-events-calendar .tiva-event-list-full .event-desc {
    color: #666;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-event-list-full .link {
    cursor: pointer
    }
.tiva-facebook-events-calendar .tiva-event-detail-full {
    padding: 20px;
    background: #eee;
    display: none
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-image {
    text-align: center;
    margin-bottom: 20px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-image img {
    max-width: 100%;
    border: 1px solid #eee
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-name {
    font-size: 22px;
    color: #5aa4a3;
    margin-bottom: 15px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-time, .tiva-facebook-events-calendar .tiva-event-detail-full .event-date, .tiva-facebook-events-calendar .tiva-event-detail-full .event-location {
    margin-bottom: 5px;
    color: #666;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-time i, .tiva-facebook-events-calendar .tiva-event-detail-full .event-date i, .tiva-facebook-events-calendar .tiva-event-detail-full .event-location i {
    margin-right: 5px;
    width: 14px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-location i {
    font-size: 18px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-desc {
    color: #666;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-link {
    margin: 25px 0 30px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-link a {
    color: #fff;
    background: #5aa4a3;
    padding: 8px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    position: relative
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-link a:hover {
    text-decoration: none
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-link a i {
    margin-right: 5px
    }
.tiva-facebook-events-calendar .tiva-event-detail-full .event-map {
    margin-top: 30px
    }
@media (min-width: 768px) {
    .tiva-facebook-events-calendar .tiva-event-list-full .event-item-left {
        margin-right: 2% !important
        }
    .tiva-facebook-events-calendar .tiva-event-list-full .event-item-left.pull-left, .tiva-facebook-events-calendar .tiva-event-list-full .event-item-right.pull-left {
        float: left !important
        }
    }
@media (max-width: 768px) {
    .tiva-facebook-events-calendar .tiva-calendar-full .btn-change-date {
        display: none
        }
    .tiva-facebook-events-calendar .tiva-calendar-full .calendar-table .calendar-day-normal, .tiva-facebook-events-calendar .tiva-calendar-full .calendar-table .calendar-day-blank {
        padding: 2px !important
        }
    .tiva-facebook-events-calendar .tiva-calendar-full .calendar-table tr th {
        padding: 5px 3px !important
        }
    .tiva-facebook-events-calendar .tiva-event-list-full .event-item-left {
        margin-bottom: 10px !important
        }
    .tiva-facebook-events-calendar .tiva-event-list-full .event-item-left, .tiva-facebook-events-calendar .tiva-event-list-full .event-item-right {
        width: 100%
        }
    }
.tiva-facebook-events-calendar.compact .tiva-facebook-events-calendar-wrap {
    margin: 25px 0 30px;
    border: 1px solid #dedade;
    box-shadow: 0 0 5px 2px rgba(145, 145, 145, 0.35);
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-collapse: collapse;
    border-spacing: 0
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-table {
    margin-bottom: 0 !important
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-title, .tiva-facebook-events-calendar .tiva-calendar-compact .calendar-btn {
    text-align: center !important;
    background: #5aa4a3;
    color: #fff;
    height: 30px;
    vertical-align: middle !important
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-btn span {
    cursor: pointer
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-title {
    font-size: 13px;
    font-weight: 700;
    padding: 4px 0 0 !important
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-table tr th {
    text-align: center;
    color: #5aa4a3;
    background: #eee;
    font-size: 11px;
    padding: 8px 0
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-table tr th, .tiva-facebook-events-calendar .tiva-calendar-compact .calendar-table tr td {
    width: 14.285714%;
    line-height: 19px
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-day-blank {
    background: #f6f6f6;
    padding: 0 !important
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-table .calendar-day-normal {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 0 !important;
    height: 34px;
    vertical-align: middle !important
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-day-normal .calendar-day-event {
    cursor: pointer
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-day-today {
    background: #d5e9e9
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-day-weekend {
    color: #ef4f69;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-event-mark {
    position: absolute;
    top: -8px;
    right: 0;
    background: 0 0 !important
    }
.tiva-facebook-events-calendar .tiva-calendar-compact .calendar-event-mark:after {
    content: "";
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 16px solid #567bd2;
    border-left: 16px solid transparent
    }
.tiva-facebook-events-calendar .tiva-event-list-compact .event-image img {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 10px
    }
.tiva-facebook-events-calendar .tiva-event-list-compact .event-name {
    font-size: 16px;
    color: #5aa4a3;
    margin-bottom: 6px
    }
.tiva-facebook-events-calendar .tiva-event-list-compact .event-time, .tiva-facebook-events-calendar .tiva-event-list-compact .event-date {
    margin-bottom: 3px;
    color: #de935f;
    font-size: 13px
    }
.tiva-facebook-events-calendar .tiva-event-list-compact .event-time i, .tiva-facebook-events-calendar .tiva-event-list-compact .event-date i {
    margin-right: 5px
    }
.tiva-facebook-events-calendar .tiva-event-list-compact .event-desc {
    color: #666;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-event-list-compact .link {
    cursor: pointer
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact {
    padding: 15px;
    background: #eee;
    display: none
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-item {
    width: 100%;
    border-top: 1px dotted #666;
    margin-top: 20px;
    padding-top: 20px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-image img {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 10px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-name {
    font-size: 16px;
    color: #5aa4a3;
    margin-bottom: 6px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-time, .tiva-facebook-events-calendar .tiva-event-detail-compact .event-date, .tiva-facebook-events-calendar .tiva-event-detail-compact .event-location {
    margin-bottom: 5px;
    color: #666;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-time i, .tiva-facebook-events-calendar .tiva-event-detail-compact .event-date i, .tiva-facebook-events-calendar .tiva-event-detail-compact .event-location i {
    margin-right: 5px;
    width: 14px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-location i {
    font-size: 18px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-desc {
    color: #666;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-link {
    margin: 20px 0
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-link a {
    color: #fff;
    background: #5aa4a3;
    padding: 8px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    position: relative
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-link a:hover {
    text-decoration: none
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-link a i {
    margin-right: 5px
    }
.tiva-facebook-events-calendar .tiva-event-detail-compact .event-map {
    margin-top: 30px
    }
.align-button {
    text-align: center
    }
.essb_displayed_sidebar_right, .essb_displayed_sidebar {
    top: 20% !important
    }
.essb_displayed_sidebar {
    left: 10px !important
    }
.essb_displayed_sidebar_right {
    right: 10px !important
    }
.essb_bottombar {
    background: #000 !important
    }
.essb_bottombar .essb_bottombar_inner {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0
    }
@media (max-width: 768px) {
    .essb_links.essb_displayed_sidebar, .essb_links.essb_displayed_sidebar_right, .essb_links.essb_displayed_postfloat {
        display: none
        }
    .essb_links {
        display: none
        }
    .essb-mobile-sharebar, .essb-mobile-sharepoint, .essb-mobile-sharebottom, .essb-mobile-sharebottom .essb_links, .essb-mobile-sharebar-window .essb_links, .essb-mobile-sharepoint .essb_links {
        display: block
        }
    .essb-mobile-sharebar .essb_native_buttons, .essb-mobile-sharepoint .essb_native_buttons, .essb-mobile-sharebottom .essb_native_buttons, .essb-mobile-sharebottom .essb_native_item, .essb-mobile-sharebar-window .essb_native_item, .essb-mobile-sharepoint .essb_native_item {
        display: none
        }
    }
@media (min-width: 768px) {
    .essb-mobile-sharebar, .essb-mobile-sharepoint, .essb-mobile-sharebottom {
        display: none
        }
    }