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

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

.wp-block-button {
    color:#fff
}

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

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

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap:break-word
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color:inherit
}

.wp-gs .wp-block-button__link:not(.has-background) {
    background-color:var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

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

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

.is-style-outline {
    color:#32373c
}

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

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

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

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

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

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

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

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

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

.wp-block-calendar tfoot a {
    color:#00739c
}

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

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

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

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

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

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

.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-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-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden
}

.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:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color:inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width:100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height:inherit
}

@supports ((position: -webkit-sticky) or(position: sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content:none
    }
}

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

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color:#f8f9f9
}

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

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

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

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

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position:relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top:50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height:100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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((100% - 32px) /3);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 32px)/3 - 1px)
        }
    }

    .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((100% - 48px) /4);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 48px)/4 - 1px)
        }
    }

    .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((100% - 64px) /5);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 64px)/5 - 1px)
        }
    }

    .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((100% - 80px) /6);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 80px)/6 - 1px)
        }
    }

    .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((100% - 96px) /7);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 96px)/7 - 1px)
        }
    }

    .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((100% - 112px) /8);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 112px)/8 - 1px)
        }
    }

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

.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;
    margin-left: 0;
    margin-right:0
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side:bottom
}

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

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

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

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

.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 16px 16px 0;
    width:100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-media-text > figure > img, .wp-block-media-text > figure > 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 > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left:0
}

@media (min-width: 600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap:wrap
    }
}

.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left:0
}

.wp-block-navigation > ul ul li {
    margin:0
}

.wp-block-navigation > ul li {
    z-index:1
}

.wp-block-navigation > ul li:focus-within, .wp-block-navigation > ul li:hover {
    cursor: pointer;
    z-index:99999
}

.wp-block-navigation > ul li:focus-within > ul, .wp-block-navigation > ul li:hover > ul, .wp-block-navigation > ul li ul:focus, .wp-block-navigation > ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction:column
}

.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity .1s linear;
    visibility:hidden
}

.wp-block-navigation, .wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap:wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
    width:200px
}

.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    margin: 0;
    width:auto
}

.wp-block-navigation, .wp-block-navigation > .wp-block-navigation__container {
    align-items: center;
    width:100%
}

.wp-block-navigation > .wp-block-navigation-link, .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom:0
}

.wp-block-navigation .wp-block-navigation-link {
    position: relative;
    margin: 0;
    min-height: 56px;
    display: flex;
    line-height:1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding:0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin:0
}

.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
    display:none
}

.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left:0
}

.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
    left: 100%;
    top:-1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color:inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: max-content;
    padding:6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top:8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom:8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position:relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right:16px
}

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

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform:rotate(0)
}

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

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color:#111
}

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

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color:#fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color:#333
}

.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    padding:0
}

.wp-block-navigation > ul > li > a {
    display: flex;
    align-items:center
}

.wp-block-navigation > ul > li:first-of-type > a {
    padding-left:0
}

.wp-block-navigation > ul > li:last-of-type > a {
    padding-right:0
}

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

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

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

.is-small-text {
    font-size:14px
}

.is-regular-text {
    font-size:16px
}

.is-large-text {
    font-size:36px
}

.is-larger-text {
    font-size:48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style:normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    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 .1s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    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: #0577b5;
    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: #21a1f3;
    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: #ff0100;
    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:#1977f2
}

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

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

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

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

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

.wp-block-spacer {
    clear:both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding:0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left:0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right:0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width:50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width:33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width:25%
}

.wp-block-video {
    margin-left: 0;
    margin-right:0
}

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

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

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

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

:root .has-pale-pink-background-color {
    background-color:#f78da7
}

:root .has-vivid-red-background-color {
    background-color:#cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color:#ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color:#fcb900
}

:root .has-light-green-cyan-background-color {
    background-color:#7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color:#00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color:#8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color:#0693e3
}

:root .has-vivid-purple-background-color {
    background-color:#9b51e0
}

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

:root .has-cyan-bluish-gray-background-color {
    background-color:#abb8c3
}

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

:root .has-pale-pink-color {
    color:#f78da7
}

:root .has-vivid-red-color {
    color:#cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color:#ff6900
}

:root .has-luminous-vivid-amber-color {
    color:#fcb900
}

:root .has-light-green-cyan-color {
    color:#7bdcb5
}

:root .has-vivid-green-cyan-color {
    color:#00d084
}

:root .has-pale-cyan-blue-color {
    color:#8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color:#0693e3
}

:root .has-vivid-purple-color {
    color:#9b51e0
}

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

:root .has-cyan-bluish-gray-color {
    color:#abb8c3
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-small-font-size {
    font-size:13px
}

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

.has-medium-font-size {
    font-size:20px
}

.has-large-font-size {
    font-size:36px
}

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

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

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

.has-text-align-right {
    text-align: right
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(//gillion.shufflehound.com/home/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//gillion.shufflehound.com/home/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//gillion.shufflehound.com/home/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//gillion.shufflehound.com/home/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//gillion.shufflehound.com/home/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//gillion.shufflehound.com/home/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#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.33333333em;
    line-height: .75em;
    vertical-align:-15%
}

.fa-2x {
    font-size:2em
}

.fa-3x {
    font-size:3em
}

.fa-4x {
    font-size:4em
}

.fa-5x {
    font-size:5em
}

.fa-fw {
    width: 1.28571429em;
    text-align:center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type:none
}

.fa-ul > li {
    position:relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align:center
}

.fa-li.fa-lg {
    left:-1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius:.1em
}

.fa-pull-left {
    float:left
}

.fa-pull-right {
    float:right
}

.fa.fa-pull-left {
    margin-right:.3em
}

.fa.fa-pull-right {
    margin-left:.3em
}

.pull-right {
    float:right
}

.pull-left {
    float:left
}

.fa.pull-left {
    margin-right:.3em
}

.fa.pull-right {
    margin-left:.3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform:rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform:rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform:rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform:scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform:scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter:none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align:middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align:center
}

.fa-stack-1x {
    line-height:inherit
}

.fa-stack-2x {
    font-size:2em
}

.fa-inverse {
    color:#fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:100%
}

body {
    margin:0
}

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

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

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

[hidden], template {
    display:none
}

a {
    background-color:transparent
}

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

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

b, strong {
    font-weight:700
}

dfn {
    font-style:italic
}

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

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

small {
    font-size:80%
}

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

sup {
    top:-.5em
}

sub {
    bottom:-.25em
}

img {
    border:0
}

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

figure {
    margin:1em 40px
}

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

pre {
    overflow:auto
}

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

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

button {
    overflow:visible
}

button, select {
    text-transform:none
}

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

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

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

input {
    line-height:normal
}

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

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

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

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

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

legend {
    padding: 0;
    border:0
}

textarea {
    overflow:auto
}

optgroup {
    font-weight:700
}

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

td, th {
    padding:0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

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

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

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

    a[href^="javascript:"]: after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside:avoid
    }

    thead {
        display:table-header-group
    }

    img, tr {
        page-break-inside:avoid
    }

    img {
        max-width:100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows:3
    }

    h2, h3 {
        page-break-after:avoid
    }

    .navbar {
        display:none
    }

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

    .label {
        border:1px solid #000
    }

    .table {
        border-collapse:collapse !important
    }

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

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

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/plugins/../fonts/glyphicons-halflings-regular.eot);
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/plugins/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/plugins/../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/plugins/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/plugins/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/plugins/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

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

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

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

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

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

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color:#fff
}

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

a {
    color: #337ab7;
    text-decoration:none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration:underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}

figure {
    margin:0
}

img {
    vertical-align:middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height:auto
}

.img-rounded {
    border-radius:6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.img-circle {
    border-radius:50%
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    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
}

[role=button] {
    cursor:pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin:0 0 10px
}

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

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

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

.mark, mark {
    padding: .2em;
    background-color:#fcf8e3
}

.text-left {
    text-align:left
}

.text-right {
    text-align:right
}

.text-center {
    text-align:center
}

.text-justify {
    text-align:justify
}

.text-nowrap {
    white-space:nowrap
}

.text-lowercase {
    text-transform:lowercase
}

.text-uppercase {
    text-transform:uppercase
}

.text-capitalize {
    text-transform:capitalize
}

.text-muted {
    color:#777
}

.text-primary {
    color:#337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color:#286090
}

.text-success {
    color:#3c763d
}

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

.text-info {
    color:#31708f
}

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

.text-warning {
    color:#8a6d3b
}

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

.text-danger {
    color:#a94442
}

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

.bg-primary {
    color: #fff;
    background-color:#337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color:#286090
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd, dt {
    line-height:1.42857143
}

dt {
    font-weight:700
}

dd {
    margin-left:0
}

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

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

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

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

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

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

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

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

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

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

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

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

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

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

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

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow:none
}

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

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

.pre-scrollable {
    max-height: 340px;
    overflow-y:scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left:auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left:auto
}

.row {
    margin-right: -15px;
    margin-left:-15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left:15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float:left
}

.col-xs-12 {
    width:100%
}

.col-xs-11 {
    width:91.66666667%
}

.col-xs-10 {
    width:83.33333333%
}

.col-xs-9 {
    width:75%
}

.col-xs-8 {
    width:66.66666667%
}

.col-xs-7 {
    width:58.33333333%
}

.col-xs-6 {
    width:50%
}

.col-xs-5 {
    width:41.66666667%
}

.col-xs-4 {
    width:33.33333333%
}

.col-xs-3 {
    width:25%
}

.col-xs-2 {
    width:16.66666667%
}

.col-xs-1 {
    width:8.33333333%
}

.col-xs-pull-12 {
    right:100%
}

.col-xs-pull-11 {
    right:91.66666667%
}

.col-xs-pull-10 {
    right:83.33333333%
}

.col-xs-pull-9 {
    right:75%
}

.col-xs-pull-8 {
    right:66.66666667%
}

.col-xs-pull-7 {
    right:58.33333333%
}

.col-xs-pull-6 {
    right:50%
}

.col-xs-pull-5 {
    right:41.66666667%
}

.col-xs-pull-4 {
    right:33.33333333%
}

.col-xs-pull-3 {
    right:25%
}

.col-xs-pull-2 {
    right:16.66666667%
}

.col-xs-pull-1 {
    right:8.33333333%
}

.col-xs-pull-0 {
    right:auto
}

.col-xs-push-12 {
    left:100%
}

.col-xs-push-11 {
    left:91.66666667%
}

.col-xs-push-10 {
    left:83.33333333%
}

.col-xs-push-9 {
    left:75%
}

.col-xs-push-8 {
    left:66.66666667%
}

.col-xs-push-7 {
    left:58.33333333%
}

.col-xs-push-6 {
    left:50%
}

.col-xs-push-5 {
    left:41.66666667%
}

.col-xs-push-4 {
    left:33.33333333%
}

.col-xs-push-3 {
    left:25%
}

.col-xs-push-2 {
    left:16.66666667%
}

.col-xs-push-1 {
    left:8.33333333%
}

.col-xs-push-0 {
    left:auto
}

.col-xs-offset-12 {
    margin-left:100%
}

.col-xs-offset-11 {
    margin-left:91.66666667%
}

.col-xs-offset-10 {
    margin-left:83.33333333%
}

.col-xs-offset-9 {
    margin-left:75%
}

.col-xs-offset-8 {
    margin-left:66.66666667%
}

.col-xs-offset-7 {
    margin-left:58.33333333%
}

.col-xs-offset-6 {
    margin-left:50%
}

.col-xs-offset-5 {
    margin-left:41.66666667%
}

.col-xs-offset-4 {
    margin-left:33.33333333%
}

.col-xs-offset-3 {
    margin-left:25%
}

.col-xs-offset-2 {
    margin-left:16.66666667%
}

.col-xs-offset-1 {
    margin-left:8.33333333%
}

.col-xs-offset-0 {
    margin-left:0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width:100%
    }

    .col-sm-11 {
        width:91.66666667%
    }

    .col-sm-10 {
        width:83.33333333%
    }

    .col-sm-9 {
        width:75%
    }

    .col-sm-8 {
        width:66.66666667%
    }

    .col-sm-7 {
        width:58.33333333%
    }

    .col-sm-6 {
        width:50%
    }

    .col-sm-5 {
        width:41.66666667%
    }

    .col-sm-4 {
        width:33.33333333%
    }

    .col-sm-3 {
        width:25%
    }

    .col-sm-2 {
        width:16.66666667%
    }

    .col-sm-1 {
        width:8.33333333%
    }

    .col-sm-pull-12 {
        right:100%
    }

    .col-sm-pull-11 {
        right:91.66666667%
    }

    .col-sm-pull-10 {
        right:83.33333333%
    }

    .col-sm-pull-9 {
        right:75%
    }

    .col-sm-pull-8 {
        right:66.66666667%
    }

    .col-sm-pull-7 {
        right:58.33333333%
    }

    .col-sm-pull-6 {
        right:50%
    }

    .col-sm-pull-5 {
        right:41.66666667%
    }

    .col-sm-pull-4 {
        right:33.33333333%
    }

    .col-sm-pull-3 {
        right:25%
    }

    .col-sm-pull-2 {
        right:16.66666667%
    }

    .col-sm-pull-1 {
        right:8.33333333%
    }

    .col-sm-pull-0 {
        right:auto
    }

    .col-sm-push-12 {
        left:100%
    }

    .col-sm-push-11 {
        left:91.66666667%
    }

    .col-sm-push-10 {
        left:83.33333333%
    }

    .col-sm-push-9 {
        left:75%
    }

    .col-sm-push-8 {
        left:66.66666667%
    }

    .col-sm-push-7 {
        left:58.33333333%
    }

    .col-sm-push-6 {
        left:50%
    }

    .col-sm-push-5 {
        left:41.66666667%
    }

    .col-sm-push-4 {
        left:33.33333333%
    }

    .col-sm-push-3 {
        left:25%
    }

    .col-sm-push-2 {
        left:16.66666667%
    }

    .col-sm-push-1 {
        left:8.33333333%
    }

    .col-sm-push-0 {
        left:auto
    }

    .col-sm-offset-12 {
        margin-left:100%
    }

    .col-sm-offset-11 {
        margin-left:91.66666667%
    }

    .col-sm-offset-10 {
        margin-left:83.33333333%
    }

    .col-sm-offset-9 {
        margin-left:75%
    }

    .col-sm-offset-8 {
        margin-left:66.66666667%
    }

    .col-sm-offset-7 {
        margin-left:58.33333333%
    }

    .col-sm-offset-6 {
        margin-left:50%
    }

    .col-sm-offset-5 {
        margin-left:41.66666667%
    }

    .col-sm-offset-4 {
        margin-left:33.33333333%
    }

    .col-sm-offset-3 {
        margin-left:25%
    }

    .col-sm-offset-2 {
        margin-left:16.66666667%
    }

    .col-sm-offset-1 {
        margin-left:8.33333333%
    }

    .col-sm-offset-0 {
        margin-left:0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float:left
    }

    .col-md-12 {
        width:100%
    }

    .col-md-11 {
        width:91.66666667%
    }

    .col-md-10 {
        width:83.33333333%
    }

    .col-md-9 {
        width:75%
    }

    .col-md-8 {
        width:66.66666667%
    }

    .col-md-7 {
        width:58.33333333%
    }

    .col-md-6 {
        width:50%
    }

    .col-md-5 {
        width:41.66666667%
    }

    .col-md-4 {
        width:33.33333333%
    }

    .col-md-3 {
        width:25%
    }

    .col-md-2 {
        width:16.66666667%
    }

    .col-md-1 {
        width:8.33333333%
    }

    .col-md-pull-12 {
        right:100%
    }

    .col-md-pull-11 {
        right:91.66666667%
    }

    .col-md-pull-10 {
        right:83.33333333%
    }

    .col-md-pull-9 {
        right:75%
    }

    .col-md-pull-8 {
        right:66.66666667%
    }

    .col-md-pull-7 {
        right:58.33333333%
    }

    .col-md-pull-6 {
        right:50%
    }

    .col-md-pull-5 {
        right:41.66666667%
    }

    .col-md-pull-4 {
        right:33.33333333%
    }

    .col-md-pull-3 {
        right:25%
    }

    .col-md-pull-2 {
        right:16.66666667%
    }

    .col-md-pull-1 {
        right:8.33333333%
    }

    .col-md-pull-0 {
        right:auto
    }

    .col-md-push-12 {
        left:100%
    }

    .col-md-push-11 {
        left:91.66666667%
    }

    .col-md-push-10 {
        left:83.33333333%
    }

    .col-md-push-9 {
        left:75%
    }

    .col-md-push-8 {
        left:66.66666667%
    }

    .col-md-push-7 {
        left:58.33333333%
    }

    .col-md-push-6 {
        left:50%
    }

    .col-md-push-5 {
        left:41.66666667%
    }

    .col-md-push-4 {
        left:33.33333333%
    }

    .col-md-push-3 {
        left:25%
    }

    .col-md-push-2 {
        left:16.66666667%
    }

    .col-md-push-1 {
        left:8.33333333%
    }

    .col-md-push-0 {
        left:auto
    }

    .col-md-offset-12 {
        margin-left:100%
    }

    .col-md-offset-11 {
        margin-left:91.66666667%
    }

    .col-md-offset-10 {
        margin-left:83.33333333%
    }

    .col-md-offset-9 {
        margin-left:75%
    }

    .col-md-offset-8 {
        margin-left:66.66666667%
    }

    .col-md-offset-7 {
        margin-left:58.33333333%
    }

    .col-md-offset-6 {
        margin-left:50%
    }

    .col-md-offset-5 {
        margin-left:41.66666667%
    }

    .col-md-offset-4 {
        margin-left:33.33333333%
    }

    .col-md-offset-3 {
        margin-left:25%
    }

    .col-md-offset-2 {
        margin-left:16.66666667%
    }

    .col-md-offset-1 {
        margin-left:8.33333333%
    }

    .col-md-offset-0 {
        margin-left:0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width:100%
    }

    .col-lg-11 {
        width:91.66666667%
    }

    .col-lg-10 {
        width:83.33333333%
    }

    .col-lg-9 {
        width:75%
    }

    .col-lg-8 {
        width:66.66666667%
    }

    .col-lg-7 {
        width:58.33333333%
    }

    .col-lg-6 {
        width:50%
    }

    .col-lg-5 {
        width:41.66666667%
    }

    .col-lg-4 {
        width:33.33333333%
    }

    .col-lg-3 {
        width:25%
    }

    .col-lg-2 {
        width:16.66666667%
    }

    .col-lg-1 {
        width:8.33333333%
    }

    .col-lg-pull-12 {
        right:100%
    }

    .col-lg-pull-11 {
        right:91.66666667%
    }

    .col-lg-pull-10 {
        right:83.33333333%
    }

    .col-lg-pull-9 {
        right:75%
    }

    .col-lg-pull-8 {
        right:66.66666667%
    }

    .col-lg-pull-7 {
        right:58.33333333%
    }

    .col-lg-pull-6 {
        right:50%
    }

    .col-lg-pull-5 {
        right:41.66666667%
    }

    .col-lg-pull-4 {
        right:33.33333333%
    }

    .col-lg-pull-3 {
        right:25%
    }

    .col-lg-pull-2 {
        right:16.66666667%
    }

    .col-lg-pull-1 {
        right:8.33333333%
    }

    .col-lg-pull-0 {
        right:auto
    }

    .col-lg-push-12 {
        left:100%
    }

    .col-lg-push-11 {
        left:91.66666667%
    }

    .col-lg-push-10 {
        left:83.33333333%
    }

    .col-lg-push-9 {
        left:75%
    }

    .col-lg-push-8 {
        left:66.66666667%
    }

    .col-lg-push-7 {
        left:58.33333333%
    }

    .col-lg-push-6 {
        left:50%
    }

    .col-lg-push-5 {
        left:41.66666667%
    }

    .col-lg-push-4 {
        left:33.33333333%
    }

    .col-lg-push-3 {
        left:25%
    }

    .col-lg-push-2 {
        left:16.66666667%
    }

    .col-lg-push-1 {
        left:8.33333333%
    }

    .col-lg-push-0 {
        left:auto
    }

    .col-lg-offset-12 {
        margin-left:100%
    }

    .col-lg-offset-11 {
        margin-left:91.66666667%
    }

    .col-lg-offset-10 {
        margin-left:83.33333333%
    }

    .col-lg-offset-9 {
        margin-left:75%
    }

    .col-lg-offset-8 {
        margin-left:66.66666667%
    }

    .col-lg-offset-7 {
        margin-left:58.33333333%
    }

    .col-lg-offset-6 {
        margin-left:50%
    }

    .col-lg-offset-5 {
        margin-left:41.66666667%
    }

    .col-lg-offset-4 {
        margin-left:33.33333333%
    }

    .col-lg-offset-3 {
        margin-left:25%
    }

    .col-lg-offset-2 {
        margin-left:16.66666667%
    }

    .col-lg-offset-1 {
        margin-left:8.33333333%
    }

    .col-lg-offset-0 {
        margin-left:0
    }
}

table {
    background-color:transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align:left
}

th {
    text-align:left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom:20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom:2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top:0
}

.table > tbody + tbody {
    border-top:2px solid #ddd
}

.table .table {
    background-color:#fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding:5px
}

.table-bordered {
    border:1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border:1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width:2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color:#f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color:#f5f5f5
}

table col[class * =col-] {
    position: static;
    display: table-column;
    float:none
}

table td[class * =col-], table th[class * =col-] {
    position: static;
    display: table-cell;
    float:none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color:#f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color:#e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color:#dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color:#d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color:#d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color:#c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color:#fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color:#faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color:#f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color:#ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x:auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border:1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom:0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space:nowrap
    }

    .table-responsive > .table-bordered {
        border:0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left:0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right:0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom:0
    }
}

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

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

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

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

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

input[type=file] {
    display:block
}

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

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

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

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

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

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

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

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

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

.form-control::-ms-expand {
    background-color: transparent;
    border:0
}

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

.form-control[disabled], fieldset[disabled] .form-control {
    cursor:not-allowed
}

textarea.form-control {
    height:auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height:34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height:30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height:46px
    }
}

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

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom:10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor:pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left:-20px
}

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

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

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

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

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

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor:not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom:0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left:0
}

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

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

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

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

.form-group-sm select.form-control {
    height: 30px;
    line-height:30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height:auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height:1.5
}

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

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

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius:6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height:46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height:auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height:1.3333333
}

.has-feedback {
    position:relative
}

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

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events:none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height:46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height:30px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label ~ .form-control-feedback {
    top:25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top:0
}

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

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

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

    .form-inline .form-control-static {
        display:inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align:middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width:auto
    }

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

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

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

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left:0
    }

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

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

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

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

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

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align:right
    }
}

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

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size:18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size:12px
    }
}

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

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

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

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

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

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events:none
}

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

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color:#8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color:#adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color:#adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color:#8c8c8c
}

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color:#2e6da4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color:#122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color:#204d74
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color:#204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color:#122b40
}

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

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color:#2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color:#fff
}

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

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color:#255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color:#398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color:#398439
}

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

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

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

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

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

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color:#1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color:#269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color:#269abc
}

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

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

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

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

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

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color:#985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color:#d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color:#d58512
}

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

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

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

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

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

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color:#761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color:#ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color:#ac2925
}

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius:0
}

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

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

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

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

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

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

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

.btn-block {
    display: block;
    width:100%
}

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

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

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

.fade.in {
    opacity:1
}

.collapse {
    display:none
}

.collapse.in {
    display:block
}

tr.collapse.in {
    display:table-row
}

tbody.collapse.in {
    display:table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property:height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left:4px solid transparent
}

.dropdown, .dropup {
    position:relative
}

.dropdown-toggle:focus {
    outline:0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow:0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left:auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color:#e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space:nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color:#f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline:0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color:#777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display:block
}

.open > a {
    outline:0
}

.dropdown-menu-right {
    right: 0;
    left:auto
}

.dropdown-menu-left {
    right: auto;
    left:0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space:nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:990
}

.pull-right > .dropdown-menu {
    right: 0;
    left:auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom:4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom:2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left:auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left:0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float:left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index:2
}

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

.btn-toolbar {
    margin-left:-5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float:left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left:5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius:0
}

.btn-group > .btn:first-child {
    margin-left:0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius:0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius:0
}

.btn-group > .btn-group {
    float:left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius:0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius:0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius:0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline:0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left:8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left:12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow:none
}

.btn .caret {
    margin-left:0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width:0
}

.dropup .btn-lg .caret {
    border-width:0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width:100%
}

.btn-group-vertical > .btn-group > .btn {
    float:none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left:0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius:0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius:4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius:0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse:separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width:1%
}

.btn-group-justified > .btn-group .btn {
    width:100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left:auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events:none
}

.input-group {
    position: relative;
    display: table;
    border-collapse:separate
}

.input-group[class * =col-] {
    float: none;
    padding-right: 0;
    padding-left:0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom:0
}

.input-group .form-control:focus {
    z-index:3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius:6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height:46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height:auto
}

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

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height:30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height:auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display:table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius:0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align:middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius:4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius:3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius:6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top:0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius:0
}

.input-group-addon:first-child {
    border-right:0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius:0
}

.input-group-addon:last-child {
    border-left:0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space:nowrap
}

.input-group-btn > .btn {
    position:relative
}

.input-group-btn > .btn + .btn {
    margin-left:-1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index:2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right:-1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left:-1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style:none
}

.nav > li {
    position: relative;
    display:block
}

.nav > li > a {
    position: relative;
    display: block;
    padding:10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color:#eee
}

.nav > li.disabled > a {
    color:#777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color:transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color:#337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color:#e5e5e5
}

.nav > li > a > img {
    max-width:none
}

.nav-tabs {
    border-bottom:1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom:-1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius:4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color:#eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color:transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom:0
}

.nav-tabs.nav-justified > li {
    float:none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align:center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left:auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width:1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom:0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius:4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border:1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius:4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color:#fff
    }
}

.nav-pills > li {
    float:left
}

.nav-pills > li > a {
    border-radius:4px
}

.nav-pills > li + li {
    margin-left:2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color:#337ab7
}

.nav-stacked > li {
    float:none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left:0
}

.nav-justified {
    width:100%
}

.nav-justified > li {
    float:none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align:center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left:auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width:1%
    }

    .nav-justified > li > a {
        margin-bottom:0
    }
}

.nav-tabs-justified {
    border-bottom:0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius:4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border:1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius:4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color:#fff
    }
}

.tab-content > .tab-pane {
    display:none
}

.tab-content > .active {
    display:block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border:1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y:auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow:none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow:visible !important
    }

    .navbar-collapse.in {
        overflow-y:visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left:0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height:340px
}

@media (max-device-width: 480px) and(orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left:-15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left:0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width:0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index:1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width:0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width:1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height:20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration:none
}

.navbar-brand > img {
    display:block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius:4px
}

.navbar-toggle:focus {
    outline:0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius:1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top:4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin:7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height:20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow:none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding:5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height:20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image:none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin:0
    }

    .navbar-nav > li {
        float:left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom:15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

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

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

    .navbar-form .form-control-static {
        display:inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align:middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width:auto
    }

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

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

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

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left:0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left:0
    }

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

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom:0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow:none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom:8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom:10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom:14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom:15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left:15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left !important
    }

    .navbar-right {
        float: right !important;
        margin-right:-15px
    }

    .navbar-right ~ .navbar-right {
        margin-right:0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color:#e7e7e7
}

.navbar-default .navbar-brand {
    color:#777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color:transparent
}

.navbar-default .navbar-text {
    color:#777
}

.navbar-default .navbar-nav > li > a {
    color:#777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color:transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color:#e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color:transparent
}

.navbar-default .navbar-toggle {
    border-color:#ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color:#e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color:transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color:#e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color:transparent
    }
}

.navbar-default .navbar-link {
    color:#777
}

.navbar-default .navbar-link:hover {
    color:#333
}

.navbar-default .btn-link {
    color:#777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color:#333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color:#ccc
}

.navbar-inverse {
    background-color: #222;
    border-color:#080808
}

.navbar-inverse .navbar-brand {
    color:#9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color:transparent
}

.navbar-inverse .navbar-text {
    color:#9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color:#9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color:transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color:#080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color:transparent
}

.navbar-inverse .navbar-toggle {
    border-color:#333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color:#333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color:#fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:#101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color:#080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color:#9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color:transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color:transparent
    }
}

.navbar-inverse .navbar-link {
    color:#9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color:#fff
}

.navbar-inverse .btn-link {
    color:#9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color:#fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color:#444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius:4px
}

.breadcrumb > li {
    display:inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color:#777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius:4px
}

.pagination > li {
    display:inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border:1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius:4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius:4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color:#ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color:#337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color:#ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height:1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius:6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius:6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height:1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius:3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius:3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style:none
}

.pager li {
    display:inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color:#eee
}

.pager .next > a, .pager .next > span {
    float:right
}

.pager .previous > a, .pager .previous > span {
    float:left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color:#fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius:.25em
}

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

.label:empty {
    display:none
}

.btn .label {
    position: relative;
    top:-1px
}

.label-default {
    background-color:#777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color:#5e5e5e
}

.label-primary {
    background-color:#337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color:#286090
}

.label-success {
    background-color:#5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color:#449d44
}

.label-info {
    background-color:#5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color:#31b0d5
}

.label-warning {
    background-color:#f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color:#ec971f
}

.label-danger {
    background-color:#d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color:#c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius:10px
}

.badge:empty {
    display:none
}

.btn .badge {
    position: relative;
    top:-1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding:1px 5px
}

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color:#fff
}

.list-group-item > .badge {
    float:right
}

.list-group-item > .badge + .badge {
    margin-right:5px
}

.nav-pills > li > a > .badge {
    margin-left:3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color:#eee
}

.jumbotron .h1, .jumbotron h1 {
    color:inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight:200
}

.jumbotron > hr {
    border-top-color:#d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius:6px
}

.jumbotron .container {
    max-width:100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom:48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left:60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size:63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition:border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left:auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color:#337ab7
}

.thumbnail .caption {
    padding: 9px;
    color:#333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius:4px
}

.alert h4 {
    margin-top: 0;
    color:inherit
}

.alert .alert-link {
    font-weight:700
}

.alert > p, .alert > ul {
    margin-bottom:0
}

.alert > p + p {
    margin-top:5px
}

.alert-dismissable, .alert-dismissible {
    padding-right:35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color:inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color:#d6e9c6
}

.alert-success hr {
    border-top-color:#c9e2b3
}

.alert-success .alert-link {
    color:#2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color:#bce8f1
}

.alert-info hr {
    border-top-color:#a6e1ec
}

.alert-info .alert-link {
    color:#245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color:#faebcc
}

.alert-warning hr {
    border-top-color:#f7e1b5
}

.alert-warning .alert-link {
    color:#66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color:#ebccd1
}

.alert-danger hr {
    border-top-color:#e4b9c0
}

.alert-danger .alert-link {
    color:#843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }

    to {
        background-position:0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }

    to {
        background-position:0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }

    to {
        background-position:0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition:width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size:40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color:#5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color:#5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color:#f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color:#d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top:15px
}

.media:first-child {
    margin-top:0
}

.media, .media-body {
    overflow: hidden;
    zoom:1
}

.media-body {
    width:10000px
}

.media-object {
    display:block
}

.media-object.img-thumbnail {
    max-width:none
}

.media-right, .media > .pull-right {
    padding-left:10px
}

.media-left, .media > .pull-left {
    padding-right:10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align:top
}

.media-middle {
    vertical-align:middle
}

.media-bottom {
    vertical-align:bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom:5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom:20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border:1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius:4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius:4px
}

a.list-group-item, button.list-group-item {
    color:#555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color:#333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color:#f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align:left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color:#eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color:inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color:#777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color:#337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color:inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color:#c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color:#dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color:#3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color:inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color:#d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color:#3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color:#d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color:#31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color:inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color:#c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color:#31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color:#fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color:#8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color:inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color:#faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color:#8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color:#f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color:#a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color:inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color:#ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color:#a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom:5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height:1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow:0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding:15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius:3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color:inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color:inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color:inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius:3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom:0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius:0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius:3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius:3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width:0
}

.list-group + .panel-footer {
    border-top-width:0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom:0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left:15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius:3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius:3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius:3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius:3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius:3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius:3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius:3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius:3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top:1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top:0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border:0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left:0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right:0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom:0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom:0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border:0
}

.panel-group {
    margin-bottom:20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius:4px
}

.panel-group .panel + .panel {
    margin-top:5px
}

.panel-group .panel-heading {
    border-bottom:0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top:1px solid #ddd
}

.panel-group .panel-footer {
    border-top:0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom:1px solid #ddd
}

.panel-default {
    border-color:#ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color:#ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color:#333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#ddd
}

.panel-primary {
    border-color:#337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color:#337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color:#fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#337ab7
}

.panel-success {
    border-color:#d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color:#d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color:#3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#d6e9c6
}

.panel-info {
    border-color:#bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color:#bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color:#31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#bce8f1
}

.panel-warning {
    border-color:#faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color:#faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color:#8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#faebcc
}

.panel-danger {
    border-color:#ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color:#ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:#ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color:#a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color:#ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow:hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0
}

.embed-responsive-16by9 {
    padding-bottom:56.25%
}

.embed-responsive-4by3 {
    padding-bottom:75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color:rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius:6px
}

.well-sm {
    padding: 9px;
    border-radius:3px
}

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

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

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

.modal-open {
    overflow:hidden
}

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

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

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

.modal-open .modal {
    overflow-x: hidden;
    overflow-y:auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow:scroll
}

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

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

    .modal-sm {
        width:300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break:auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity:.9
}

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

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

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

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

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

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

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

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color:#000
}

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

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

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    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
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break:auto
}

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

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

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

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

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

.popover-content {
    padding:9px 14px
}

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position:relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow:hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition:.6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height:1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective:1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display:block
}

.carousel-inner > .active {
    left:0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width:100%
}

.carousel-inner > .next {
    left:100%
}

.carousel-inner > .prev {
    left:-100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left:0
}

.carousel-inner > .active.left {
    left:-100%
}

.carousel-inner > .active.right {
    left:100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity:.5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat:repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat:repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity:.9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top:-10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left:-10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right:-10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height:1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style:none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius:10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color:#fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow:0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow:none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size:30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left:-10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right:-10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom:30px
    }

    .carousel-indicators {
        bottom:20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear:both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left:auto
}

.pull-right {
    float:right !important
}

.pull-left {
    float:left !important
}

.hide {
    display:none !important
}

.show {
    display:block !important
}

.invisible {
    visibility:hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border:0
}

.hidden {
    display:none !important
}

.affix {
    position:fixed
}

@-ms-viewport {
    width:device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display:none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display:none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display:table !important
    }

    tr.visible-xs {
        display:table-row !important
    }

    td.visible-xs, th.visible-xs {
        display:table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 768px) and(max-width: 991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display:table !important
    }

    tr.visible-sm {
        display:table-row !important
    }

    td.visible-sm, th.visible-sm {
        display:table-cell !important
    }
}

@media (min-width: 768px) and(max-width: 991px) {
    .visible-sm-block {
        display:block !important
    }
}

@media (min-width: 768px) and(max-width: 991px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media (min-width: 768px) and(max-width: 991px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 992px) and(max-width: 1199px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display:table !important
    }

    tr.visible-md {
        display:table-row !important
    }

    td.visible-md, th.visible-md {
        display:table-cell !important
    }
}

@media (min-width: 992px) and(max-width: 1199px) {
    .visible-md-block {
        display:block !important
    }
}

@media (min-width: 992px) and(max-width: 1199px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media (min-width: 992px) and(max-width: 1199px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display:table !important
    }

    tr.visible-lg {
        display:table-row !important
    }

    td.visible-lg, th.visible-lg {
        display:table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 768px) and(max-width: 991px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 992px) and(max-width: 1199px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display:none !important
}

@media print {
    .visible-print {
        display:block !important
    }

    table.visible-print {
        display:table !important
    }

    tr.visible-print {
        display:table-row !important
    }

    td.visible-print, th.visible-print {
        display:table-cell !important
    }
}

.visible-print-block {
    display:none !important
}

@media print {
    .visible-print-block {
        display:block !important
    }
}

.visible-print-inline {
    display:none !important
}

@media print {
    .visible-print-inline {
        display:inline !important
    }
}

.visible-print-inline-block {
    display:none !important
}

@media print {
    .visible-print-inline-block {
        display:inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode:both
}

.animated.infinite {
    animation-iteration-count:infinite
}

.animated.hinge {
    animation-duration:2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration:.75s
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform:translateZ(0)
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform:translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform:translate3d(0, -15px, 0)
    }

    90% {
        transform:translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin:center bottom
}

@keyframes flash {
    0%, 50%, to {
        opacity:1
    }

    25%, 75% {
        opacity:0
    }
}

.flash {
    animation-name:flash
}

@keyframes pulse {
    0% {
        transform:scaleX(1)
    }

    50% {
        transform:scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform:scaleX(1)
    }
}

.pulse {
    animation-name:pulse
}

@keyframes rubberBand {
    0% {
        transform:scaleX(1)
    }

    30% {
        transform:scale3d(1.25, .75, 1)
    }

    40% {
        transform:scale3d(.75, 1.25, 1)
    }

    50% {
        transform:scale3d(1.15, .85, 1)
    }

    65% {
        transform:scale3d(.95, 1.05, 1)
    }

    75% {
        transform:scale3d(1.05, .95, 1)
    }

    to {
        transform:scaleX(1)
    }
}

.rubberBand {
    animation-name:rubberBand
}

@keyframes shake {
    0%, to {
        transform:translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        transform:translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        transform:translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name:shake
}

@keyframes headShake {
    0% {
        transform:translateX(0)
    }

    6.5% {
        transform:translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform:translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform:translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform:translateX(2px) rotateY(3deg)
    }

    50% {
        transform:translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name:headShake
}

@keyframes swing {
    20% {
        transform:rotate(15deg)
    }

    40% {
        transform:rotate(-10deg)
    }

    60% {
        transform:rotate(5deg)
    }

    80% {
        transform:rotate(-5deg)
    }

    to {
        transform:rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name:swing
}

@keyframes tada {
    0% {
        transform:scaleX(1)
    }

    10%, 20% {
        transform:scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform:scaleX(1)
    }
}

.tada {
    animation-name:tada
}

@keyframes wobble {
    0% {
        transform:none
    }

    15% {
        transform:translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform:translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform:translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform:translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform:translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform:none
    }
}

.wobble {
    animation-name:wobble
}

@keyframes jello {
    0%, 11.1%, to {
        transform:none
    }

    22.2% {
        transform:skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform:skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform:skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform:skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform:skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform:skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform:skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin:center
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform:scale3d(.3, .3, .3)
    }

    20% {
        transform:scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform:scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform:scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform:scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform:scaleX(1)
    }
}

.bounceIn {
    animation-name:bounceIn
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform:translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform:translate3d(0, 25px, 0)
    }

    75% {
        transform:translate3d(0, -10px, 0)
    }

    90% {
        transform:translate3d(0, 5px, 0)
    }

    to {
        transform:none
    }
}

.bounceInDown {
    animation-name:bounceInDown
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform:translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform:translate3d(25px, 0, 0)
    }

    75% {
        transform:translate3d(-10px, 0, 0)
    }

    90% {
        transform:translate3d(5px, 0, 0)
    }

    to {
        transform:none
    }
}

.bounceInLeft {
    animation-name:bounceInLeft
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform:translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform:translate3d(-25px, 0, 0)
    }

    75% {
        transform:translate3d(10px, 0, 0)
    }

    90% {
        transform:translate3d(-5px, 0, 0)
    }

    to {
        transform:none
    }
}

.bounceInRight {
    animation-name:bounceInRight
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function:cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform:translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform:translate3d(0, -20px, 0)
    }

    75% {
        transform:translate3d(0, 10px, 0)
    }

    90% {
        transform:translate3d(0, -5px, 0)
    }

    to {
        transform:translateZ(0)
    }
}

.bounceInUp {
    animation-name:bounceInUp
}

@keyframes bounceOut {
    20% {
        transform:scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        transform:scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform:scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name:bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform:translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        transform:translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform:translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name:bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform:translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform:translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name:bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform:translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform:translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name:bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform:translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        transform:translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform:translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name:bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity:0
    }

    to {
        opacity:1
    }
}

.fadeIn {
    animation-name:fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform:translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInDown {
    animation-name:fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform:translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInDownBig {
    animation-name:fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform:translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInLeft {
    animation-name:fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform:translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInLeftBig {
    animation-name:fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform:translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInRight {
    animation-name:fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform:translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInRightBig {
    animation-name:fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform:translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInUp {
    animation-name:fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform:translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.fadeInUpBig {
    animation-name:fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity:1
    }

    to {
        opacity:0
    }
}

.fadeOut {
    animation-name:fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name:fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name:fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name:fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name:fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name:fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name:fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name:fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name:fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function:ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function:ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function:ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function:ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function:ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name:flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity:0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function:ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity:1
    }

    80% {
        transform:perspective(400px) rotateX(-5deg)
    }

    to {
        transform:perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name:flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity:0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function:ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity:1
    }

    80% {
        transform:perspective(400px) rotateY(-5deg)
    }

    to {
        transform:perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name:flipInY
}

@keyframes flipOutX {
    0% {
        transform:perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity:1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity:0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility:visible !important
}

@keyframes flipOutY {
    0% {
        transform:perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity:1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity:0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name:flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity:0
    }

    60% {
        transform: skewX(20deg);
        opacity:1
    }

    80% {
        transform: skewX(-5deg);
        opacity:1
    }

    to {
        transform: none;
        opacity:1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function:ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity:1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity:0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function:ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity:0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity:1
    }
}

.rotateIn {
    animation-name:rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity:0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity:1
    }
}

.rotateInDownLeft {
    animation-name:rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity:0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity:1
    }
}

.rotateInDownRight {
    animation-name:rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity:0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity:1
    }
}

.rotateInUpLeft {
    animation-name:rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity:0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity:1
    }
}

.rotateInUpRight {
    animation-name:rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity:1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity:0
    }
}

.rotateOut {
    animation-name:rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity:1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity:0
    }
}

.rotateOutDownLeft {
    animation-name:rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity:1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity:0
    }
}

.rotateOutDownRight {
    animation-name:rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity:1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity:0
    }
}

.rotateOutUpLeft {
    animation-name:rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity:1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity:0
    }
}

.rotateOutUpRight {
    animation-name:rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function:ease-in-out
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function:ease-in-out
    }

    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity:1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity:0
    }
}

.hinge {
    animation-name:hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin:center bottom
    }

    50% {
        transform:rotate(-10deg)
    }

    70% {
        transform:rotate(3deg)
    }

    to {
        opacity: 1;
        transform:scale(1)
    }
}

.jackInTheBox {
    animation-name:jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform:translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform:none
    }
}

.rollIn {
    animation-name:rollIn
}

@keyframes rollOut {
    0% {
        opacity:1
    }

    to {
        opacity: 0;
        transform:translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name:rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform:scale3d(.3, .3, .3)
    }

    50% {
        opacity:1
    }
}

.zoomIn {
    animation-name:zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name:zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name:zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name:zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name:zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity:1
    }

    50% {
        opacity: 0;
        transform:scale3d(.3, .3, .3)
    }

    to {
        opacity:0
    }
}

.zoomOut {
    animation-name:zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name:zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin:left center
    }
}

.zoomOutLeft {
    animation-name:zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin:right center
    }
}

.zoomOutRight {
    animation-name:zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function:cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function:cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name:zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility:visible
    }

    to {
        transform:translateZ(0)
    }
}

.slideInDown {
    animation-name:slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility:visible
    }

    to {
        transform:translateZ(0)
    }
}

.slideInLeft {
    animation-name:slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility:visible
    }

    to {
        transform:translateZ(0)
    }
}

.slideInRight {
    animation-name:slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility:visible
    }

    to {
        transform:translateZ(0)
    }
}

.slideInUp {
    animation-name:slideInUp
}

@keyframes slideOutDown {
    0% {
        transform:translateZ(0)
    }

    to {
        visibility: hidden;
        transform:translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name:slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform:translateZ(0)
    }

    to {
        visibility: hidden;
        transform:translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name:slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform:translateZ(0)
    }

    to {
        visibility: hidden;
        transform:translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name:slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform:translateZ(0)
    }

    to {
        visibility: hidden;
        transform:translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name:slideOutUp
}

.jssocials-shares {
    margin:.2em 0
}

.jssocials-shares * {
    box-sizing:border-box
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin:.3em .6em .3em 0
}

.jssocials-share:last-child {
    margin-right:0
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size:1.5em
}

img.jssocials-share-logo {
    width: auto;
    height:1em
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height:1
}

.jssocials-share-link.jssocials-share-link-count {
    padding-top:.2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin:0 -.5em -.8em
}

.jssocials-share-link.jssocials-share-no-count {
    padding-top:.5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height:1em
}

.jssocials-share-label {
    padding-left: .3em;
    vertical-align:middle
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 .3em;
    line-height: 1;
    vertical-align: middle;
    cursor:default
}

.jssocials-share-count-box.jssocials-share-no-count {
    display:none
}

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle
}
/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */

.justified-gallery {
    width: 100%;
    position: relative;
    overflow:hidden
}

.justified-gallery > a, .justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    filter: "alpha(opacity=10)";
    opacity:.1
}

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    filter: "alpha(opacity=0)";
    opacity:0
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family:sans-serif
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: .7;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition:opacity .5s ease-in
}

.justified-gallery > .entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background:0 0
}

.justified-gallery > .entry-visible > img, .justified-gallery > .entry-visible > a > img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition:opacity .5s ease-in
}

.justified-gallery > .jg-filtered {
    display:none
}

.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow:initial
}

.justified-gallery > .spinner > span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-radius:6px
}

@font-face {
    font-family: 'lightcase';
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/lightcase.eot?55356177);
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/lightcase.woff?55356177) format("woff"), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/lightcase.ttf?55356177) format("truetype"), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/lightcase.svg?55356177#lightcase) format("svg");
    font-weight: 400;
    font-style:normal
}

[class * =lightcase-icon-]:before {
    font-family: 'lightcase', sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height:1em
}

.lightcase-icon-play:before {
    content: '\e800'
}

.lightcase-icon-pause:before {
    content: '\e801'
}

.lightcase-icon-close:before {
    content: '\e802'
}

.lightcase-icon-prev:before {
    content: '\e803'
}

.lightcase-icon-next:before {
    content: '\e804'
}

.lightcase-icon-spin:before {
    content: '\e805'
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow:0 0 10px rgba(0, 0, 0, .5)
}

@media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px;
        width: 100% !important;
        height: 100% !important;
        overflow:auto !important
    }
}

@media screen and (min-width: 641px) {
    html:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -webkit-backface-visibility:hidden
    }
}

@media screen and (min-width: 641px) {
    html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
        background-color:#333
    }
}

html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow:none
}

@media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background:none !important
    }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing:border-box
}

@media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding:15px
    }

    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
        width: 100% !important;
        max-width:none !important
    }

    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > * :not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > * :not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * :not(iframe) {
        height: auto !important;
        max-height:none !important
    }
}

@media screen and (max-width: 640px) {
    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling:touch
    }
}

@media screen and (max-width: 640px) and(min-width: 641px) {
    html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height:.75
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow:hidden !important
}

@media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background:none !important
    }
}

@media screen and (min-width: 641px) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing:border-box
    }
}

@media screen and (max-width: 640px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color:#aaa
    }
}

@media screen and (min-width: 641px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color:#333
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#aaa
}

@media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
        padding:30px 0
    }
}

@media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
        padding:0
    }
}

.lightcase-open body {
    overflow:hidden
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height:100%
}

#lightcase-info {
    position: absolute;
    padding-top:15px
}

#lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    text-overflow:ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color:#aaa
}

@media screen and (max-width: 640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background:#333
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color:#aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color:#aaa
}

@media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right:15px
    }

    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position:static
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin .5s infinite linear;
    -moz-animation: lightcase-spin .5s infinite linear;
    -o-animation: lightcase-spin .5s infinite linear;
    animation:lightcase-spin .5s infinite linear
}

#lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out .25s;
    -moz-transition: color, opacity, ease-in-out .25s;
    -o-transition: color, opacity, ease-in-out .25s;
    transition:color, opacity, ease-in-out .25s
}

#lightcase-loading > span {
    display: inline-block;
    text-indent:-9999px
}

a[class * =lightcase-icon-] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor:pointer
}

a[class * =lightcase-icon-], a[class * =lightcase-icon-]:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out .25s;
    -moz-transition: color, opacity, ease-in-out .25s;
    -o-transition: color, opacity, ease-in-out .25s;
    transition:color, opacity, ease-in-out .25s
}

a[class * =lightcase-icon-] > span {
    display: inline-block;
    text-indent:-9999px
}

a[class * =lightcase-icon-]:hover {
    color: #fff;
    text-shadow:0 0 15px #fff
}

.lightcase-isMobileDevice a[class * =lightcase-icon-]:hover {
    color: #aaa;
    text-shadow:none
}

a[class * =lightcase-icon-].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline:none
}

a[class * =lightcase-icon-].lightcase-icon-prev {
    left:15px
}

a[class * =lightcase-icon-].lightcase-icon-next {
    right:15px
}

a[class * =lightcase-icon-].lightcase-icon-pause, a[class * =lightcase-icon-].lightcase-icon-play {
    left: 50%;
    margin-left:-.5em
}

@media screen and (min-width: 641px) {
    a[class * =lightcase-icon-].lightcase-icon-pause, a[class * =lightcase-icon-].lightcase-icon-play {
        opacity:0
    }
}

@media screen and (max-width: 640px) {
    a[class * =lightcase-icon-] {
        bottom: 15px;
        font-size:24px
    }
}

@media screen and (min-width: 641px) {
    a[class * =lightcase-icon-] {
        bottom: 50%;
        margin-bottom:-.5em
    }

    a[class * =lightcase-icon-]:hover, #lightcase-case:hover ~ a[class * =lightcase-icon-] {
        opacity:1
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background:#333
}

@media screen and (max-width: 640px) {
    #lightcase-overlay {
        opacity:1 !important
    }
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=pe-7s-], [class * =" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.pe-7s-album:before {
    content: "\e6aa"
}

.pe-7s-arc:before {
    content: "\e6ab"
}

.pe-7s-back-2:before {
    content: "\e6ac"
}

.pe-7s-bandaid:before {
    content: "\e6ad"
}

.pe-7s-car:before {
    content: "\e6ae"
}

.pe-7s-diamond:before {
    content: "\e6af"
}

.pe-7s-door-lock:before {
    content: "\e6b0"
}

.pe-7s-eyedropper:before {
    content: "\e6b1"
}

.pe-7s-female:before {
    content: "\e6b2"
}

.pe-7s-gym:before {
    content: "\e6b3"
}

.pe-7s-hammer:before {
    content: "\e6b4"
}

.pe-7s-headphones:before {
    content: "\e6b5"
}

.pe-7s-helm:before {
    content: "\e6b6"
}

.pe-7s-hourglass:before {
    content: "\e6b7"
}

.pe-7s-leaf:before {
    content: "\e6b8"
}

.pe-7s-magic-wand:before {
    content: "\e6b9"
}

.pe-7s-male:before {
    content: "\e6ba"
}

.pe-7s-map-2:before {
    content: "\e6bb"
}

.pe-7s-next-2:before {
    content: "\e6bc"
}

.pe-7s-paint-bucket:before {
    content: "\e6bd"
}

.pe-7s-pendrive:before {
    content: "\e6be"
}

.pe-7s-photo:before {
    content: "\e6bf"
}

.pe-7s-piggy:before {
    content: "\e6c0"
}

.pe-7s-plugin:before {
    content: "\e6c1"
}

.pe-7s-refresh-2:before {
    content: "\e6c2"
}

.pe-7s-rocket:before {
    content: "\e6c3"
}

.pe-7s-settings:before {
    content: "\e6c4"
}

.pe-7s-shield:before {
    content: "\e6c5"
}

.pe-7s-smile:before {
    content: "\e6c6"
}

.pe-7s-usb:before {
    content: "\e6c7"
}

.pe-7s-vector:before {
    content: "\e6c8"
}

.pe-7s-wine:before {
    content: "\e6c9"
}

.pe-7s-cloud-upload:before {
    content: "\e68a"
}

.pe-7s-cash:before {
    content: "\e68c"
}

.pe-7s-close:before {
    content: "\e680"
}

.pe-7s-bluetooth:before {
    content: "\e68d"
}

.pe-7s-cloud-download:before {
    content: "\e68b"
}

.pe-7s-way:before {
    content: "\e68e"
}

.pe-7s-close-circle:before {
    content: "\e681"
}

.pe-7s-id:before {
    content: "\e68f"
}

.pe-7s-angle-up:before {
    content: "\e682"
}

.pe-7s-wristwatch:before {
    content: "\e690"
}

.pe-7s-angle-up-circle:before {
    content: "\e683"
}

.pe-7s-world:before {
    content: "\e691"
}

.pe-7s-angle-right:before {
    content: "\e684"
}

.pe-7s-volume:before {
    content: "\e692"
}

.pe-7s-angle-right-circle:before {
    content: "\e685"
}

.pe-7s-users:before {
    content: "\e693"
}

.pe-7s-angle-left:before {
    content: "\e686"
}

.pe-7s-user-female:before {
    content: "\e694"
}

.pe-7s-angle-left-circle:before {
    content: "\e687"
}

.pe-7s-up-arrow:before {
    content: "\e695"
}

.pe-7s-angle-down:before {
    content: "\e688"
}

.pe-7s-switch:before {
    content: "\e696"
}

.pe-7s-angle-down-circle:before {
    content: "\e689"
}

.pe-7s-scissors:before {
    content: "\e697"
}

.pe-7s-wallet:before {
    content: "\e600"
}

.pe-7s-safe:before {
    content: "\e698"
}

.pe-7s-volume2:before {
    content: "\e601"
}

.pe-7s-volume1:before {
    content: "\e602"
}

.pe-7s-voicemail:before {
    content: "\e603"
}

.pe-7s-video:before {
    content: "\e604"
}

.pe-7s-user:before {
    content: "\e605"
}

.pe-7s-upload:before {
    content: "\e606"
}

.pe-7s-unlock:before {
    content: "\e607"
}

.pe-7s-umbrella:before {
    content: "\e608"
}

.pe-7s-trash:before {
    content: "\e609"
}

.pe-7s-tools:before {
    content: "\e60a"
}

.pe-7s-timer:before {
    content: "\e60b"
}

.pe-7s-ticket:before {
    content: "\e60c"
}

.pe-7s-target:before {
    content: "\e60d"
}

.pe-7s-sun:before {
    content: "\e60e"
}

.pe-7s-study:before {
    content: "\e60f"
}

.pe-7s-stopwatch:before {
    content: "\e610"
}

.pe-7s-star:before {
    content: "\e611"
}

.pe-7s-speaker:before {
    content: "\e612"
}

.pe-7s-signal:before {
    content: "\e613"
}

.pe-7s-shuffle:before {
    content: "\e614"
}

.pe-7s-shopbag:before {
    content: "\e615"
}

.pe-7s-share:before {
    content: "\e616"
}

.pe-7s-server:before {
    content: "\e617"
}

.pe-7s-search:before {
    content: "\e618"
}

.pe-7s-film:before {
    content: "\e6a5"
}

.pe-7s-science:before {
    content: "\e619"
}

.pe-7s-disk:before {
    content: "\e6a6"
}

.pe-7s-ribbon:before {
    content: "\e61a"
}

.pe-7s-repeat:before {
    content: "\e61b"
}

.pe-7s-refresh:before {
    content: "\e61c"
}

.pe-7s-add-user:before {
    content: "\e6a9"
}

.pe-7s-refresh-cloud:before {
    content: "\e61d"
}

.pe-7s-paperclip:before {
    content: "\e69c"
}

.pe-7s-radio:before {
    content: "\e61e"
}

.pe-7s-note2:before {
    content: "\e69d"
}

.pe-7s-print:before {
    content: "\e61f"
}

.pe-7s-network:before {
    content: "\e69e"
}

.pe-7s-prev:before {
    content: "\e620"
}

.pe-7s-mute:before {
    content: "\e69f"
}

.pe-7s-power:before {
    content: "\e621"
}

.pe-7s-medal:before {
    content: "\e6a0"
}

.pe-7s-portfolio:before {
    content: "\e622"
}

.pe-7s-like2:before {
    content: "\e6a1"
}

.pe-7s-plus:before {
    content: "\e623"
}

.pe-7s-left-arrow:before {
    content: "\e6a2"
}

.pe-7s-play:before {
    content: "\e624"
}

.pe-7s-key:before {
    content: "\e6a3"
}

.pe-7s-plane:before {
    content: "\e625"
}

.pe-7s-joy:before {
    content: "\e6a4"
}

.pe-7s-photo-gallery:before {
    content: "\e626"
}

.pe-7s-pin:before {
    content: "\e69b"
}

.pe-7s-phone:before {
    content: "\e627"
}

.pe-7s-plug:before {
    content: "\e69a"
}

.pe-7s-pen:before {
    content: "\e628"
}

.pe-7s-right-arrow:before {
    content: "\e699"
}

.pe-7s-paper-plane:before {
    content: "\e629"
}

.pe-7s-delete-user:before {
    content: "\e6a7"
}

.pe-7s-paint:before {
    content: "\e62a"
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8"
}

.pe-7s-notebook:before {
    content: "\e62b"
}

.pe-7s-note:before {
    content: "\e62c"
}

.pe-7s-next:before {
    content: "\e62d"
}

.pe-7s-news-paper:before {
    content: "\e62e"
}

.pe-7s-musiclist:before {
    content: "\e62f"
}

.pe-7s-music:before {
    content: "\e630"
}

.pe-7s-mouse:before {
    content: "\e631"
}

.pe-7s-more:before {
    content: "\e632"
}

.pe-7s-moon:before {
    content: "\e633"
}

.pe-7s-monitor:before {
    content: "\e634"
}

.pe-7s-micro:before {
    content: "\e635"
}

.pe-7s-menu:before {
    content: "\e636"
}

.pe-7s-map:before {
    content: "\e637"
}

.pe-7s-map-marker:before {
    content: "\e638"
}

.pe-7s-mail:before {
    content: "\e639"
}

.pe-7s-mail-open:before {
    content: "\e63a"
}

.pe-7s-mail-open-file:before {
    content: "\e63b"
}

.pe-7s-magnet:before {
    content: "\e63c"
}

.pe-7s-loop:before {
    content: "\e63d"
}

.pe-7s-look:before {
    content: "\e63e"
}

.pe-7s-lock:before {
    content: "\e63f"
}

.pe-7s-lintern:before {
    content: "\e640"
}

.pe-7s-link:before {
    content: "\e641"
}

.pe-7s-like:before {
    content: "\e642"
}

.pe-7s-light:before {
    content: "\e643"
}

.pe-7s-less:before {
    content: "\e644"
}

.pe-7s-keypad:before {
    content: "\e645"
}

.pe-7s-junk:before {
    content: "\e646"
}

.pe-7s-info:before {
    content: "\e647"
}

.pe-7s-home:before {
    content: "\e648"
}

.pe-7s-help2:before {
    content: "\e649"
}

.pe-7s-help1:before {
    content: "\e64a"
}

.pe-7s-graph3:before {
    content: "\e64b"
}

.pe-7s-graph2:before {
    content: "\e64c"
}

.pe-7s-graph1:before {
    content: "\e64d"
}

.pe-7s-graph:before {
    content: "\e64e"
}

.pe-7s-global:before {
    content: "\e64f"
}

.pe-7s-gleam:before {
    content: "\e650"
}

.pe-7s-glasses:before {
    content: "\e651"
}

.pe-7s-gift:before {
    content: "\e652"
}

.pe-7s-folder:before {
    content: "\e653"
}

.pe-7s-flag:before {
    content: "\e654"
}

.pe-7s-filter:before {
    content: "\e655"
}

.pe-7s-file:before {
    content: "\e656"
}

.pe-7s-expand1:before {
    content: "\e657"
}

.pe-7s-exapnd2:before {
    content: "\e658"
}

.pe-7s-edit:before {
    content: "\e659"
}

.pe-7s-drop:before {
    content: "\e65a"
}

.pe-7s-drawer:before {
    content: "\e65b"
}

.pe-7s-download:before {
    content: "\e65c"
}

.pe-7s-display2:before {
    content: "\e65d"
}

.pe-7s-display1:before {
    content: "\e65e"
}

.pe-7s-diskette:before {
    content: "\e65f"
}

.pe-7s-date:before {
    content: "\e660"
}

.pe-7s-cup:before {
    content: "\e661"
}

.pe-7s-culture:before {
    content: "\e662"
}

.pe-7s-crop:before {
    content: "\e663"
}

.pe-7s-credit:before {
    content: "\e664"
}

.pe-7s-copy-file:before {
    content: "\e665"
}

.pe-7s-config:before {
    content: "\e666"
}

.pe-7s-compass:before {
    content: "\e667"
}

.pe-7s-comment:before {
    content: "\e668"
}

.pe-7s-coffee:before {
    content: "\e669"
}

.pe-7s-cloud:before {
    content: "\e66a"
}

.pe-7s-clock:before {
    content: "\e66b"
}

.pe-7s-check:before {
    content: "\e66c"
}

.pe-7s-chat:before {
    content: "\e66d"
}

.pe-7s-cart:before {
    content: "\e66e"
}

.pe-7s-camera:before {
    content: "\e66f"
}

.pe-7s-call:before {
    content: "\e670"
}

.pe-7s-calculator:before {
    content: "\e671"
}

.pe-7s-browser:before {
    content: "\e672"
}

.pe-7s-box2:before {
    content: "\e673"
}

.pe-7s-box1:before {
    content: "\e674"
}

.pe-7s-bookmarks:before {
    content: "\e675"
}

.pe-7s-bicycle:before {
    content: "\e676"
}

.pe-7s-bell:before {
    content: "\e677"
}

.pe-7s-battery:before {
    content: "\e678"
}

.pe-7s-ball:before {
    content: "\e679"
}

.pe-7s-back:before {
    content: "\e67a"
}

.pe-7s-attention:before {
    content: "\e67b"
}

.pe-7s-anchor:before {
    content: "\e67c"
}

.pe-7s-albums:before {
    content: "\e67d"
}

.pe-7s-alarm:before {
    content: "\e67e"
}

.pe-7s-airplay:before {
    content: "\e67f"
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style:none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow:auto !important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps-container {
        overflow:auto !important
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color:transparent
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity:.9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height:11px
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity:.9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width:11px
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height:15px
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height:6px
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
    height:11px
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width:15px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width:6px
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width:11px
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity:.9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height:11px
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity:.9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width:11px
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity:.6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity:.9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color:#999
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity:.9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color:#999
}

@font-face {
    font-family: 'simple-line-icons';
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Simple-Line-Icons.eot?ver=2.2.2);
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2) format('embedded-opentype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Simple-Line-Icons.ttf?ver=2.2.2) format('truetype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Simple-Line-Icons.woff2?ver=2.2.2) format('woff2'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Simple-Line-Icons.woff?ver=2.2.2) format('woff'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/Simple-Line-Icons.svg?ver=2.2.2#simple-line-icons) format('svg');
    font-weight: 400;
    font-style:normal
}

.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-close, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawar, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symble-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-gplus, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-user:before {
    content: "\e005"
}

.icon-people:before {
    content: "\e001"
}

.icon-user-female:before {
    content: "\e000"
}

.icon-user-follow:before {
    content: "\e002"
}

.icon-user-following:before {
    content: "\e003"
}

.icon-user-unfollow:before {
    content: "\e004"
}

.icon-login:before {
    content: "\e066"
}

.icon-logout:before {
    content: "\e065"
}

.icon-emotsmile:before {
    content: "\e021"
}

.icon-phone:before {
    content: "\e600"
}

.icon-call-end:before {
    content: "\e048"
}

.icon-call-in:before {
    content: "\e047"
}

.icon-call-out:before {
    content: "\e046"
}

.icon-map:before {
    content: "\e033"
}

.icon-location-pin:before {
    content: "\e096"
}

.icon-direction:before {
    content: "\e042"
}

.icon-directions:before {
    content: "\e041"
}

.icon-compass:before {
    content: "\e045"
}

.icon-layers:before {
    content: "\e034"
}

.icon-menu:before {
    content: "\e601"
}

.icon-list:before {
    content: "\e067"
}

.icon-options-vertical:before {
    content: "\e602"
}

.icon-options:before {
    content: "\e603"
}

.icon-arrow-down:before {
    content: "\e604"
}

.icon-arrow-left:before {
    content: "\e605"
}

.icon-arrow-right:before {
    content: "\e606"
}

.icon-arrow-up:before {
    content: "\e607"
}

.icon-arrow-up-circle:before {
    content: "\e078"
}

.icon-arrow-left-circle:before {
    content: "\e07a"
}

.icon-arrow-right-circle:before {
    content: "\e079"
}

.icon-arrow-down-circle:before {
    content: "\e07b"
}

.icon-check:before {
    content: "\e080"
}

.icon-clock:before {
    content: "\e081"
}

.icon-plus:before {
    content: "\e095"
}

.icon-close:before {
    content: "\e082"
}

.icon-trophy:before {
    content: "\e006"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-screen-desktop:before {
    content: "\e011"
}

.icon-plane:before {
    content: "\e012"
}

.icon-notebook:before {
    content: "\e013"
}

.icon-mustache:before {
    content: "\e014"
}

.icon-mouse:before {
    content: "\e015"
}

.icon-magnet:before {
    content: "\e016"
}

.icon-energy:before {
    content: "\e020"
}

.icon-disc:before {
    content: "\e022"
}

.icon-cursor:before {
    content: "\e06e"
}

.icon-cursor-move:before {
    content: "\e023"
}

.icon-crop:before {
    content: "\e024"
}

.icon-chemistry:before {
    content: "\e026"
}

.icon-speedometer:before {
    content: "\e007"
}

.icon-shield:before {
    content: "\e00e"
}

.icon-screen-tablet:before {
    content: "\e00f"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-hourglass:before {
    content: "\e018"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-ghost:before {
    content: "\e01a"
}

.icon-game-controller:before {
    content: "\e01b"
}

.icon-fire:before {
    content: "\e01c"
}

.icon-eyeglass:before {
    content: "\e01d"
}

.icon-envelope-open:before {
    content: "\e01e"
}

.icon-envelope-letter:before {
    content: "\e01f"
}

.icon-bell:before {
    content: "\e027"
}

.icon-badge:before {
    content: "\e028"
}

.icon-anchor:before {
    content: "\e029"
}

.icon-wallet:before {
    content: "\e02a"
}

.icon-vector:before {
    content: "\e02b"
}

.icon-speech:before {
    content: "\e02c"
}

.icon-puzzle:before {
    content: "\e02d"
}

.icon-printer:before {
    content: "\e02e"
}

.icon-present:before {
    content: "\e02f"
}

.icon-playlist:before {
    content: "\e030"
}

.icon-pin:before {
    content: "\e031"
}

.icon-picture:before {
    content: "\e032"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-globe-alt:before {
    content: "\e036"
}

.icon-globe:before {
    content: "\e037"
}

.icon-folder-alt:before {
    content: "\e039"
}

.icon-folder:before {
    content: "\e089"
}

.icon-film:before {
    content: "\e03a"
}

.icon-feed:before {
    content: "\e03b"
}

.icon-drop:before {
    content: "\e03e"
}

.icon-drawar:before {
    content: "\e03f"
}

.icon-docs:before {
    content: "\e040"
}

.icon-doc:before {
    content: "\e085"
}

.icon-diamond:before {
    content: "\e043"
}

.icon-cup:before {
    content: "\e044"
}

.icon-calculator:before {
    content: "\e049"
}

.icon-bubbles:before {
    content: "\e04a"
}

.icon-briefcase:before {
    content: "\e04b"
}

.icon-book-open:before {
    content: "\e04c"
}

.icon-basket-loaded:before {
    content: "\e04d"
}

.icon-basket:before {
    content: "\e04e"
}

.icon-bag:before {
    content: "\e04f"
}

.icon-action-undo:before {
    content: "\e050"
}

.icon-action-redo:before {
    content: "\e051"
}

.icon-wrench:before {
    content: "\e052"
}

.icon-umbrella:before {
    content: "\e053"
}

.icon-trash:before {
    content: "\e054"
}

.icon-tag:before {
    content: "\e055"
}

.icon-support:before {
    content: "\e056"
}

.icon-frame:before {
    content: "\e038"
}

.icon-size-fullscreen:before {
    content: "\e057"
}

.icon-size-actual:before {
    content: "\e058"
}

.icon-shuffle:before {
    content: "\e059"
}

.icon-share-alt:before {
    content: "\e05a"
}

.icon-share:before {
    content: "\e05b"
}

.icon-rocket:before {
    content: "\e05c"
}

.icon-question:before {
    content: "\e05d"
}

.icon-pie-chart:before {
    content: "\e05e"
}

.icon-pencil:before {
    content: "\e05f"
}

.icon-note:before {
    content: "\e060"
}

.icon-loop:before {
    content: "\e064"
}

.icon-home:before {
    content: "\e069"
}

.icon-grid:before {
    content: "\e06a"
}

.icon-graph:before {
    content: "\e06b"
}

.icon-microphone:before {
    content: "\e063"
}

.icon-music-tone-alt:before {
    content: "\e061"
}

.icon-music-tone:before {
    content: "\e062"
}

.icon-earphones-alt:before {
    content: "\e03c"
}

.icon-earphones:before {
    content: "\e03d"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-like:before {
    content: "\e068"
}

.icon-dislike:before {
    content: "\e06d"
}

.icon-control-start:before {
    content: "\e06f"
}

.icon-control-rewind:before {
    content: "\e070"
}

.icon-control-play:before {
    content: "\e071"
}

.icon-control-pause:before {
    content: "\e072"
}

.icon-control-forward:before {
    content: "\e073"
}

.icon-control-end:before {
    content: "\e074"
}

.icon-volume-1:before {
    content: "\e09f"
}

.icon-volume-2:before {
    content: "\e0a0"
}

.icon-volume-off:before {
    content: "\e0a1"
}

.icon-calendar:before {
    content: "\e075"
}

.icon-bulb:before {
    content: "\e076"
}

.icon-chart:before {
    content: "\e077"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-bubble:before {
    content: "\e07d"
}

.icon-camrecorder:before {
    content: "\e07e"
}

.icon-camera:before {
    content: "\e07f"
}

.icon-cloud-download:before {
    content: "\e083"
}

.icon-cloud-upload:before {
    content: "\e084"
}

.icon-envelope:before {
    content: "\e086"
}

.icon-eye:before {
    content: "\e087"
}

.icon-flag:before {
    content: "\e088"
}

.icon-heart:before {
    content: "\e08a"
}

.icon-info:before {
    content: "\e08b"
}

.icon-key:before {
    content: "\e08c"
}

.icon-link:before {
    content: "\e08d"
}

.icon-lock:before {
    content: "\e08e"
}

.icon-lock-open:before {
    content: "\e08f"
}

.icon-magnifier:before {
    content: "\e090"
}

.icon-magnifier-add:before {
    content: "\e091"
}

.icon-magnifier-remove:before {
    content: "\e092"
}

.icon-paper-clip:before {
    content: "\e093"
}

.icon-paper-plane:before {
    content: "\e094"
}

.icon-power:before {
    content: "\e097"
}

.icon-refresh:before {
    content: "\e098"
}

.icon-reload:before {
    content: "\e099"
}

.icon-settings:before {
    content: "\e09a"
}

.icon-star:before {
    content: "\e09b"
}

.icon-symble-female:before {
    content: "\e09c"
}

.icon-symbol-male:before {
    content: "\e09d"
}

.icon-target:before {
    content: "\e09e"
}

.icon-credit-card:before {
    content: "\e025"
}

.icon-paypal:before {
    content: "\e608"
}

.icon-social-tumblr:before {
    content: "\e00a"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-social-facebook:before {
    content: "\e00b"
}

.icon-social-instagram:before {
    content: "\e609"
}

.icon-social-linkedin:before {
    content: "\e60a"
}

.icon-social-pinterest:before {
    content: "\e60b"
}

.icon-social-github:before {
    content: "\e60c"
}

.icon-social-gplus:before {
    content: "\e60d"
}

.icon-social-reddit:before {
    content: "\e60e"
}

.icon-social-skype:before {
    content: "\e60f"
}

.icon-social-dribbble:before {
    content: "\e00d"
}

.icon-social-behance:before {
    content: "\e610"
}

.icon-social-foursqare:before {
    content: "\e611"
}

.icon-social-soundcloud:before {
    content: "\e612"
}

.icon-social-spotify:before {
    content: "\e613"
}

.icon-social-stumbleupon:before {
    content: "\e614"
}

.icon-social-youtube:before {
    content: "\e008"
}

.icon-social-dropbox:before {
    content: "\e00c"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color:transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding:0
}

.slick-list:focus {
    outline:none
}

.slick-list.dragging {
    cursor: pointer;
    cursor:hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right:auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear:both
}

.slick-loading .slick-track {
    visibility:hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height:1px
}

[dir=rtl] .slick-slide {
    float:right
}

.slick-slide img {
    display:block
}

.slick-slide.slick-loading img {
    display:none
}

.slick-slide.dragging img {
    pointer-events:none
}

.slick-initialized .slick-slide {
    display:block
}

.slick-loading .slick-slide {
    visibility:hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border:1px solid transparent
}

.slick-arrow.slick-hidden {
    display:none
}

@font-face {
    font-family: 'themify';
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/themify.eot?-fvbane);
    src: url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/themify.woff?-fvbane) format('woff'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/themify.ttf?-fvbane) format('truetype'), url(//gillion.shufflehound.com/home/wp-content/themes/gillion/css/../fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=ti-], [class * =" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position:absolute
}

.tooltipster-box {
    flex:1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow:auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility:hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property:opacity
}

.tooltipster-fade.tooltipster-show {
    opacity:1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility:hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property:transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function:cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top:0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity:0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left:-40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity:0
}

@keyframes tooltipster-fading {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

.tooltipster-update-fade {
    animation:tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform:rotate(-2deg)
    }

    75% {
        transform:rotate(2deg)
    }

    100% {
        transform:rotate(0)
    }
}

.tooltipster-update-rotate {
    animation:tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform:scale(1.1)
    }

    100% {
        transform:scale(1)
    }
}

.tooltipster-update-scale {
    animation:tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius:4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top:8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right:8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left:8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom:8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding:6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position:absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width:20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width:10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width:10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width:20px
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width:0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border:10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top:3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top:0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top:0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top:-3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top:0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color:#000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color:#000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color:#000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color:#000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position:relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left:-10px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #1b1b1b;
    background:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top:8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right:8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left:8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom:8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width:16px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width:8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display:none
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border:8px solid transparent
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #1b1b1b;
    border-bottom-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #1b1b1b;
    border-left-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #1b1b1b;
    border-right-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #1b1b1b;
    border-top-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px
}

body, #lightcase-case {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 14px;
    color: #616161;
    line-height: 1.7;
    font-weight:400
}

html {
    overflow-y: scroll;
    -webkit-font-smoothing:antialiased
}

* :focus, a:focus {
    outline:none
}

audio, video, iframe {
    max-width: 100%;
    display:block
}

figure {
    max-width:100%
}

.text-center {
    text-align:center
}

.sh-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select:none
}

dd {
    margin:0 0 20px
}

pre {
    border: 0;
    padding:20px
}

img {
    max-width: 100%;
    min-height: 1px;
    height:auto
}

p {
    line-height:1.9
}

p:last-child {
    margin-bottom:0
}

body i.icon {
    vertical-align: inherit;
    margin-left: 0;
    line-height: normal;
    height: auto;
    width:auto
}

a {
    color: #d79c74;
    text-decoration: none;
    word-wrap:break-word
}

a:hover, a:focus {
    color: #d79c74;
    text-decoration:none
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", serif;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    line-height:normal !important
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    line-height:normal !important
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
    margin:0
}

h2 {
    font-size:20px
}

.sh-team-role, .sh-iconbox-title, .sh-iconbox-content, .sh-text-with-frame * {
    word-wrap:break-word
}

.size-xs {
    font-size:14px
}

.size-s {
    font-size:16px
}

.size-m {
    font-size:20px
}

.size-l {
    font-size:30px
}

.size-xl {
    font-size:36px
}

.size-xxl {
    font-size:48px
}

.size-xxxl {
    font-size:60px
}

.size-xxxxl {
    font-size:72px
}

@media (max-width: 1024px) {
    .size-l {
        font-size:20px
    }

    .size-xl {
        font-size:26px
    }

    .size-xxl {
        font-size:30px
    }

    .size-xxxl {
        font-size:36px
    }

    .size-xxxxl {
        font-size:40px
    }
}

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

.size-13px {
    font-size:13px
}

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

.size-15px {
    font-size:15px
}

.size-16px {
    font-size:16px
}

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

.size-20px {
    font-size:20px
}

.size-21px {
    font-size:21px
}

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

.size-27px {
    font-size:27px
}

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

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

.size-40px {
    font-size:40px
}

.size-46px {
    font-size:46px
}

.size-60px {
    font-size:60px
}

.size-86px {
    font-size:86px
}

@media (max-width: 1023px) {
    .size-12px {
        font-size:12px
    }

    .size-13px {
        font-size:12px
    }

    .size-14px {
        font-size:13px
    }

    .size-15px {
        font-size:14px
    }

    .size-16px {
        font-size:15px
    }

    .size-18px {
        font-size:16px
    }

    .size-20px {
        font-size:18px
    }

    .size-21px {
        font-size:18px
    }

    .size-24px {
        font-size:21px
    }

    .size-27px {
        font-size:23px
    }

    .size-30px {
        font-size:24px
    }

    .size-36px {
        font-size:27px
    }

    .size-40px {
        font-size:28px
    }

    .size-46px {
        font-size:30px
    }

    .size-60px {
        font-size:45px
    }

    .size-86px {
        font-size:50px
    }
}

input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea {
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius:8px
}

input[type=text], input[type=password], input[type=email], input[type=tel], select {
    padding:12px 20px
}

textarea {
    height: 120px;
    padding:18px 24px
}

select::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    height: inherit !important;
    line-height: inherit !important;
    font-style: italic;
    color:inherit
}

select:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
    height: inherit !important;
    line-height: inherit !important;
    font-style: italic;
    color:inherit
}

select::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    height: inherit !important;
    line-height: inherit !important;
    font-style: italic;
    color:inherit
}

select:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    height: inherit !important;
    line-height: inherit !important;
    font-style: italic;
    color:inherit
}

.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover, .sh-social-widgets-item:hover, .sh-social-share-button:hover, .sh-increase-numbers span:hover, .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover, .sh-team-social-standard .sh-team-icon:hover, .sh-social-share-button:before {
    background-color:#e5e5e5 !important
}

.wpcf7-form .wpcf7-submit {
    background-color: #d79c74 !important;
    color:#fff
}

.contact-form input[type=submit], .post-content .post-password-form input[type=submit], .sh-comments .submit, .wpcf7-form .wpcf7-submit {
    border-radius: 100px !important;
    font-size: 13px;
    text-transform: uppercase;
    border-width:0
}

.contact-form input[type=submit], .post-content .post-password-form input[type=submit], .wpcf7-form .wpcf7-submit {
    border-radius: 100px !important;
    line-height: 50px !important;
    padding: 0 30px !important;
    transition:.25s all ease-in-out
}

.wpcf7-form .wpcf7-submit {
    font-weight:700
}

.sh-social-share-button:before, .sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 300%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    transition:.3s all ease-in-out
}

.sh-social-share-button *, .sh-pricing-button * {
    display: inline-block;
    position: relative;
    z-index:100
}

.sh-social-share-button:hover:before, .sh-pricing-button:hover:before {
    width:110% !important
}

.sh-comments .submit {
    border-radius: 100px;
    display:inline-block
}

.sh-pricing-button:before {
    background-color:rgba(0, 0, 0, .07)
}

.blog-style-single .plyr--audio {
    border:1px solid #f0f0f0
}

.post-content hr:first-child {
    margin-top:0
}

.post-content img {
    margin:0 0 15px
}

.post-content img:not(.alignleft):not(.alignright) {
    margin-right:15px
}

.alignleft, img.alignleft {
    margin-right: 40px;
    display: inline;
    float:left
}

.alignright, img.alignright {
    margin-left: 40px;
    display: inline;
    float:right
}

.aligncenter, img.aligncenter {
    margin-right: auto !important;
    margin-left: auto !important;
    display:block
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top:5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin:0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin:0
}

figcaption.wp-caption-text {
    font-size: 12px;
    text-align:left
}

.wp-smiley {
    margin: 0 !important;
    max-height:1em
}

.post-content img {
    position: relative;
    z-index:100
}

blockquote {
    padding: 30px;
    font-size: 30px;
    position: relative;
    line-height: 120%;
    font-style: italic;
    text-align: center;
    border-width: 0;
    font-weight: 700;
    z-index:1
}

blockquote p {
    line-height:120% !important
}

blockquote:before {
    font-family: 'themify';
    content: "”";
    font-size: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10.5px;
    color: #f4f4f4;
    z-index: -1;
    margin-left: -120px;
    margin-top:0
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float:left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float:right
}

.blog-blockquote-style2 blockquote {
    padding: 0 0 0 60px;
    font-style: italic;
    border-left-width: 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-align:left
}

.blog-blockquote-style2 blockquote:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 40px;
    bottom: 5px;
    width: 2px;
    background-color:#f63a4c
}

.blog-blockquote-style2 blockquote:before {
    content: "”";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px;
    line-height: 0;
    margin-top: 6px;
    margin-left: 0;
    color:inherit
}

.blog-blockquote-style2 blockquote cite {
    display: block;
    color: #f63a4c;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    margin-top:5px
}

.blog-blockquote-style2 blockquote p {
    line-height:1.8 !important
}

figure.gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right:-4px
}

figure.gallery-item figcaption {
    padding-top: 10px;
    padding-right:15px
}

.gallery.gallery-columns-5 figure.gallery-item {
    width:20%
}

.gallery.gallery-columns-4 figure.gallery-item {
    width:25%
}

.gallery.gallery-columns-3 figure.gallery-item {
    width:33.3%
}

.gallery.gallery-columns-2 figure.gallery-item {
    width:50%
}

.post-content-gallery {
    position:relative
}

.post-content-gallery:after {
    content: "";
    display: block;
    clear:both
}

.post-content-gallery.justify {
    visibility: hidden;
    height: 0;
    margin-left:-10px
}

.post-content-gallery.justify.justified-gallery {
    visibility: visible;
    height:auto
}

.post-content-gallery-item {
    position:relative
}

.post-content-gallery.masonry a, .post-content-gallery.grid a {
    display: block;
    position: relative;
    margin-bottom:10px
}

.post-content .post-content-gallery-item img {
    border-radius:0
}

.post-content-gallery.masonry, .post-content-gallery.grid {
    margin:0 -5px
}

.post-content-gallery.masonry .post-content-gallery-item {
    float: left;
    padding:0 5px
}

.post-content-gallery.grid .post-content-gallery-item {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding:0 5px
}

.post-content-gallery.grid.columns2 .post-content-gallery-item, .post-content-gallery.masonry.columns2 .post-content-gallery-item {
    width:50%
}

.post-content-gallery.grid.columns3 .post-content-gallery-item, .post-content-gallery.masonry.columns3 .post-content-gallery-item {
    width:33.3%
}

.post-content-gallery.grid.columns4 .post-content-gallery-item, .post-content-gallery.masonry.columns4 .post-content-gallery-item {
    width:25%
}

.post-content-gallery img {
    margin-bottom:0 !important
}

.post-content-gallery.slider .post-content-gallery-item img {
    border-radius:8px
}

.post-content-gallery.slider .post-gallery-list {
    opacity: 0;
    height: 0;
    transition:.3s all ease-in-out
}

.post-content-gallery.slider .post-gallery-list.slick-initialized {
    opacity: 1;
    height:auto
}

.post-content-gallery.justify .caption, .post-content-gallery.slider .post-content-gallery-item-caption {
    display:none
}

.post-content-gallery.justify a:after, .post-content-gallery.masonry a:after, .post-content-gallery.grid a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s opacity ease-in-out;
    background-color: rgba(47, 47, 47, .3);
    background: linear-gradient(rgba(47, 47, 47, .1), rgba(47, 47, 47, .3));
    z-index:100
}

.post-content-gallery-item-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 12px 17px;
    line-height: 1.2;
    opacity: 0;
    transition:.5s opacity ease-in-out
}

.post-content-gallery.justify a:hover:after, .post-content-gallery.masonry a:hover:after, .post-content-gallery.grid a:hover:after, .post-content-gallery.justify a:hover .post-content-gallery-item-caption, .post-content-gallery.masonry a:hover .post-content-gallery-item-caption, .post-content-gallery.grid a:hover .post-content-gallery-item-caption {
    opacity:1
}

@media (max-width: 768px) {
    .post-content-gallery.masonry .post-content-gallery-item, .post-content-gallery.grid .post-content-gallery-item {
        min-width:50%
    }
}

@media (max-width: 550px) {
    .post-content-gallery.masonry .post-content-gallery-item, .post-content-gallery.grid .post-content-gallery-item {
        min-width:100%
    }
}

.sh-dropcaps {
    font-size: 48px !important;
    font-weight: 700;
    margin-right: 15px;
    line-height: 1;
    float: left;
    margin:25px 35px
}

.sh-dropcaps-full-square, .sh-dropcaps-full-square-border, .sh-dropcaps-full-square-tale, .sh-dropcaps-square-border, .sh-dropcaps-square-border2, .sh-dropcaps-circle {
    font-size: 24px !important;
    width: 56px;
    height: 56px;
    line-height: 56px !important;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom: 8px;
    overflow: hidden;
    position:relative
}

.blog-single .post-content .sh-dropcaps-full-square, .blog-single .post-content .sh-dropcaps-full-square-border, .blog-single .post-content .sh-dropcaps-full-square-tale, .blog-single .post-content .sh-dropcaps-square-border, .blog-single .post-content .sh-dropcaps-square-border2, .blog-single .post-content .sh-dropcaps-circle {
    line-height:56px !important
}

.sh-dropcaps-full-square, .sh-dropcaps-full-square-border, .sh-dropcaps-full-square-tale {
    color: #fff;
    background-color:#d79c74
}

.sh-dropcaps-full-square-border:after {
    content: "";
    display: block;
    border: 2px solid #fff;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right:2px
}

.sh-dropcaps-square-border {
    border:1px solid #e5e5e5
}

.sh-dropcaps-square-border2 {
    border:2px solid #e5e5e5
}

.sh-dropcaps-circle {
    background-color: #e5e5e5;
    border-radius:50%
}

.sh-dropcaps-full-square-tale {
    overflow:visible
}

.sh-dropcaps-full-square-tale:after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left:10px solid #d79c74
}

table {
    border: 2px solid #e5e5e5 !important;
    border-radius: 0 !important;
    border-collapse:collapse !important
}

table td, table th {
    border:1px solid #e5e5e5 !important
}

table td {
    padding:15px 20px !important
}

table th {
    padding: 15px 20px !important;
    font-size: 16px;
    color:#505050
}

.sh-table-element-style2 .default-row:nth-child(odd) {
    background:#fafafa
}

.sh-table-element-style3 table td, .sh-table-element-style3 table th {
    border-width:0 !important
}

.sh-placement-left {
    margin-right:auto
}

.sh-placement-center {
    margin:0 auto
}

.sh-placement-right {
    margin-left:auto
}

.sh-group:after, .sh-columns:after {
    content: "";
    display: block;
    clear:both
}

.sh-group > * {
    float:left
}

.sh-columns > * {
    float:left
}

.sh-columns > :last-child {
    float:right
}

.sh-table {
    display: table;
    width:100%
}

.sh-uppercase {
    text-transform:uppercase
}

.sh-hidden {
    display:none
}

body .sh-fully-hidden {
    display:none !important
}

.sh-table-full {
    display: table;
    width: 100%;
    height:100%
}

.sh-table-small {
    display:table
}

.sh-table-cell {
    display: table-cell;
    vertical-align: middle;
    float:none !important
}

.sh-table-cell-full {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    width:100%
}

.sh-table-cell-top {
    display: table-cell;
    vertical-align:top
}

.fw-row {
    margin:0
}

.fw-container {
    max-width: 1200px;
    padding:50px 0
}

.fw-container-fluid {
    padding:0
}

.container-padding {
    padding:0 15px !important
}

.container-fluid {
    padding:0
}

.container {
    padding-left: 0 !important;
    padding-right:0 !important
}

.sh-footer-columns, .container .fw-row, .contact-form .wrap-forms .fw-row {
    position: relative;
    margin:0 -15px
}

.row-no-margin {
    margin:0
}

.row-no-margin > div {
    margin: 0;
    padding:0
}

.page-fullwidth {
    width: 100%;
    min-width: 100%;
    float: none;
    padding:0
}

#content-wrapper {
    position:relative
}

#content-wrapper.content-wrapper-with-sidebar {
    margin-left: -20px;
    margin-right:-20px
}

#content {
    width:100%
}

#sidebar.sidebar-left, #sidebar.sidebar-right {
    float: left;
    padding-left: 20px;
    padding-right:20px
}

#sidebar.sidebar-left, #sidebar.sidebar-right, .gillion-columns-sidebar .vc_column_container.vc_col-sm-4 {
    width:29.1%
}

#content.content-with-sidebar-left, #content.content-with-sidebar-right, .gillion-columns-sidebar .vc_column_container.vc_col-sm-8 {
    width:70.9%
}

#content.content-with-sidebar-right {
    float: left;
    padding-left: 20px;
    padding-right:20px
}

#content.content-with-sidebar-left {
    float: right;
    padding-left: 20px;
    padding-right:20px
}

#wrapper #content.content-with-sidebar-left .container, #wrapper #content.content-with-sidebar-right .container {
    width: 100% !important;
    min-width:100% !important
}

#content.content-layout-standard-mini {
    width: 74%;
    margin:0 13%
}

.gillion-columns-sidebar {
    margin-left: -20px;
    margin-right:-20px
}

.gillion-columns-sidebar .vc_column_container > .theiaStickySidebar > .vc_column-inner, .gillion-columns-sidebar .vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right:20px
}

@media (max-width: 1025px) {
    .gillion-columns-sidebar .vc_vc_column.vc_col-sm-4, .gillion-columns-sidebar .vc_vc_column.vc_col-sm-8, .gillion-columns-sidebar .vc_column_container.vc_col-sm-4, .gillion-columns-sidebar .vc_column_container.vc_col-sm-8 {
        float: none;
        width:100%
    }

    .gillion-columns-sidebar .vc_vc_column.vc_col-sm-4, .gillion-columns-sidebar .vc_column_container.vc_col-sm-4 {
        margin-top:60px
    }
}

#content > table {
    margin-bottom:30px
}

#sidebar h3, #sidebar h3 > a {
    font-size: 18px;
    color:#505050
}

#sidebar h3, .gillion-columns-sidebar .wpb_widgetised_column > .wpb_wrapper h3, .sh-widget-poststab-title, .sh-blog-fancy-title {
    position: relative;
    overflow:hidden
}

#sidebar .theiaStickySidebar {
    backface-visibility:hidden
}

#sidebar .theiaStickySidebar .sidebar-container > div:last-child {
    padding-bottom:15px
}

#sidebar .theiaStickySidebar .sidebar-container {
    -webkit-transform: translateZ(0);
    transform:translateZ(0)
}

.sh-blog-fancy-title-container {
    position:relative
}

.sh-blog-fancy-title-container:not(.sh-blog-fancy-title-container-sides) {
    padding-right:80px
}

.container.entry-content {
    position:relative
}

#wrapper {
    overflow: hidden;
    position: relative;
    scroll-behavior:smooth
}

#wrapper > .sh-page-layout-default {
    padding:60px 0
}

@media (max-width: 1025px) {
    #wrapper > .sh-page-layout-default {
        padding:30px 0
    }
}

#wrapper.default-content-after-posts {
    display: flex;
    flex-wrap:wrap
}

#wrapper.default-content-after-posts > div, #wrapper.default-content-after-posts > footer {
    flex: 100%;
    width:100%
}

#wrapper.default-content-after-posts > div:nth-child(1) {
    order:2
}

#wrapper.default-content-after-posts > div:nth-child(2) {
    order:1
}

#wrapper.default-content-after-posts > footer {
    order:100
}

#wrapper.default-content-after-posts > .sh-pagebuilder-content {
    max-width: 1200px;
    margin: 0 auto;
    padding:45px 0
}

.says, .screen-reader-text {
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap:normal !important
}

body.sh-transparent-everything #page-container {
    box-shadow:none
}

body.sh-transparent-everything #page-container, body.sh-transparent-everything .sh-titlebar, body.sh-transparent-everything .sh-header:not(.sh-sticky-header-active) {
    background-color:transparent !important
}

.sh-side-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right:auto
}

.sh-side-line-holder {
    height: 1px;
    position: relative;
    flex: 1 1 auto;
    min-width:10%
}

.sh-side-line-holder span {
    display: block;
    height: 1px;
    border-top: 1px solid #eee;
    display: block;
    position: relative;
    top: 1px;
    width:100%
}

.sh-side-line-content {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    flex: 0 1 auto;
    padding:0 25px
}

.width-15p {
    width:15%
}

.width-20p {
    width:20%
}

.width-3p {
    width:30%
}

.width-40p {
    width:40%
}

.width-60p {
    width:60%
}

.width-70p {
    width:70%
}

.width-85p {
    width:85%
}

.width-100p, .width-full {
    width:100%
}

.sh-clear {
    clear:both
}

.sh-seperator-container {
    position:relative
}

.sh-seperator-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%
}

.sh-seperator-icon {
    text-align: center;
    width:100%
}

.sh-seperator-icon i.fa {
    background: #fff;
    padding:0 10px
}

h1, h2, h3, h4, h5, h6, .sh-nav-container, .sh-nav-login .header-logo img, .sh-page-notice .sh-page-notice-button, .sh-nav ul a, .sh-footer a, .page-numbers a, .page-numbers span, .widget-item a, .sh-nav-mobile a, .sh-icon .sh-icon-data, .sh-social-share-networks .jssocials-share, .sh-social-share-button, .sh-social-share-networks .jssocials-share i, .post-meta a, .post-categories a {
    transition:all .3s ease-in-out
}

div.pp_default .pp_next_box, div.pp_default .pp_prev_box, .sh-page-switcher-button, .sh-team-icon, .sh-team-icon i, .sh-team:hover .sh-team-role, .sh-testimonials-70 .sh-testimonials-container .sh-testimonials-bottom {
    transition:all .5s ease-in-out
}

.sh-header-top a, .sh-header-top-date {
    transition:color .3s ease-in-out
}

#page-container {
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width:100%
}

.blog-slider-item, .blog-mini-post-thumb, .sh-widget-posts-slider-thumbnail, .post-thumbnail .sh-ratio-content, .sh-widget-posts-slider-item .sh-ratio-content, .sh-widget-facebook-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}

.post-thumbnail, .post-thumbnail img, .post-thumbnail .sh-ratio-content, .post-switch-item, .sh-widget-instagram-item img, .sh-widget-instagram-item-overlay, .sh-read-later-thumbnail, .sh-read-later-thumbnail:after, .sh-overlay-style1, .sh-comment-form, .post-media-play-overlay, .post-media-play-overlay:after, .post-quote-link .sh-ratio-content, .post-gallery-list, .post-gallery-list .slick-list, .post-switch-item:after, .widget_facebook iframe, .sh-widget-facebook-overlay, .sh-widget-posts-slider-thumbnail, .sh-widget-posts-slider-group-style2, .sh-widget-posts-slider-group-style2 .slick-list.draggable, .post-content-review-details, .post-content-review-progressbar-graph, .post-content-review-progressbar-graph-fill, .sh-post-author, .post-content-share .jssocials-share, .sh-comment-form input, .sh-comment-form textarea, .post-content img {
    border-radius:8px
}

.post-media-play .ratio-content {
    border-radius:10px
}

.widget_product_search .search-field, .widget_search .search-field {
    border-radius:100px
}

.post-author-image {
    border-radius:5px
}

.sh-header {
    position: relative;
    background-color:#fff
}

.sh-header .container, .sh-header-top .container {
    padding: 0 15px;
    position:relative
}

.sh-header:not(.sh-header-3):not(.sh-header-4) .sh-nav > li.menu-item > a {
    padding-top: 18px;
    padding-bottom: 18px;
    max-height: none;
    transition:.3s padding ease-in-out
}

.sh-header.sh-header-3 .sh-nav > li.menu-item > a {
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: none;
    transition:.3s padding ease-in-out
}

.sh-nav-container {
    margin-bottom:-1px
}

.sh-nav-container ul {
    list-style: none;
    margin: 0;
    padding:0
}

.sh-nav-container:after {
    content: "";
    display: block;
    clear:both
}

.navbar-default {
    background-color: rgba(255, 255, 255, .6);
    border-color:transparent
}

.navbar {
    margin-bottom:0
}

.sh-sticky-header {
    height:auto !important
}

.sh-sticky-header-active {
    backface-visibility: hidden;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index:5000
}

.sh-header-inverted .sh-nav > li.menu-item > a, .sh-header-inverted .sh-nav > li.menu-item > a > i {
    color:#fff
}

.sh-nav-uppercase .sh-nav > li.menu-item > a {
    text-transform:uppercase
}

.sh-nav-uppercase .sh-nav > li.menu-item > a:after {
    text-transform:none !important
}

body.admin-bar .shheader {
    margin-top:32px
}

.header-logo {
    display: block;
    padding:15px 0
}

.sh-header-top {
    position: relative;
    margin-bottom: 0;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position:50% 50%
}

.sh-header-top .sh-nav {
    float:none
}

.sh-header-top .col-md-4, .sh-header-top .col-md-8 {
    padding:0
}

.sh-header-top .sh-nav li.menu-item a {
    color:#fff
}

.sh-header-top .sh-nav li.menu-item a:hover, .sh-header-top .header-social-media a:hover, .sh-header-top-date:hover {
    color:#b1b1b1
}

.sh-header-top .sh-nav li.menu-item:first-child {
    padding-left:0
}

.sh-header-top {
    padding:3px 0
}

.header-social-media {
    text-align:right
}

.header-social-media a {
    font-size: 16px;
    color: #fff;
    padding-left:15px
}

.header-social-media a:last-child {
    padding-right:0
}

.header-contacts {
    display: table;
    height:100%
}

.header-contacts-item {
    display: table-cell;
    vertical-align:middle
}

.header-contacts-details {
    padding-right: 20px;
    font-size:14px
}

.header-contacts-details > i {
    font-size: 15px;
    padding-right:8px
}

.header-contacts-details > i.fa-mobile-phone {
    font-size:18px
}

.sh-header-top-meta {
    display: table;
    margin-left:auto
}

.sh-header-top-meta > div {
    display:inline-block
}

.sh-header-top-date {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    vertical-align: bottom;
    top: -2px;
    position:relative
}

.sh-header-top-date-meta {
    display: inline-block;
    max-width: 24px;
    line-height:.45
}

.sh-header-top-date-month {
    font-size: 11px;
    text-transform:uppercase
}

.sh-header-top-date-year {
    font-size:10px
}

.header-social-media:not(:only-child) {
    border-right: 1px solid #434343;
    margin-right: 20px;
    padding-right:20px
}

@media (max-width: 900px) {
    .sh-header-top > .container {
        width:100%
    }

    .sh-header-top .sh-header-top-date, .sh-header-top .sh-login-popup {
        display:none
    }

    .sh-header-top .header-social-media:not(:only-child) {
        margin-right: 0;
        margin-left: 0;
        border-right-width: 0;
        padding-right:0
    }

    .sh-header-top .sh-nav li.menu-item {
        padding:0 6px
    }

    .sh-header-top .header-social-media a {
        padding-left:10px
    }

    .sh-header-top .sh-nav li.menu-item a {
        font-size:10px
    }

    .sh-header-top .sh-nav li.menu-item a {
        line-height: 20px;
        max-height:20px
    }
}

@media (max-width: 600px) {
    .sh-header-top {
        padding:8px 0
    }

    .sh-header-top .sh-table-cell {
        display: table;
        margin:0 auto
    }
}

.sh-nav {
    float:right
}

.sh-nav li.menu-item {
    float: left;
    padding: 0 12px;
    border-bottom:0 solid transparent
}

.sh-nav li.menu-item a {
    line-height: 40px;
    max-height: 40px;
    display: block;
    color:#7e7e7e
}

html .menu-item a {
    background-color:transparent !important
}

.sh-nav ul li.menu-item a {
    color:#aaa
}

.sh-nav ul li.menu-item:hover > a {
    color:#fff
}

.sh-nav > li.menu-item > a {
    font-weight: 700;
    text-transform:none
}

.sh-nav li.current-menu-item > a, .sh-nav li.current-menu-parent > a {
    font-weight: 700;
    color:#575757
}

.sh-nav li.menu-item > a.fa:before {
    font-family: 'FontAwesome';
    padding-right:8px
}

.sh-nav > li.menu-item:last-child {
    padding-right:0
}

.sh-nav > li.menu-item:nth-last-child(-n + 2) > ul.sub-menu {
    margin-left:-144px
}

.sh-nav > .menu-item > .sub-menu {
    margin-left:-26px
}

.sh-nav-readmore ul, .sh-nav-share ul, .sh-nav-share ul li:last-child a, .sh-nav > .menu-item > .sub-menu {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius:8px
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-readmore ul, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-share ul, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-share ul li:first-child a, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > .menu-item > .sub-menu {
    border-top-left-radius: 8px;
    border-top-right-radius:8px
}

.sh-nav > .menu-item > .sub-menu .sub-menu {
    border-radius:8px
}

.sh-nav > .menu-item > .sub-menu, .sh-nav > .menu-item > .sub-menu .sub-menu, .mega-menu-row {
    box-shadow:rgba(0, 0, 0, .15) 0px 7px 25px
}

.sh-nav li.menu-item-has-children > a:after, .sh-nav li.menu-item li.menu-item-has-children > a:after {
    font-family: 'simple-line-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 90%;
    margin-left: 2px;
    content: "\e602";
    position:relative
}

.sh-nav li.menu-item li.menu-item-has-children > a:after {
    content: "\e603";
    padding-top:0 !important
}

.sh-nav li.menu-item li.menu-item-has-children > a:after {
    float:right
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
    padding-top: 15px;
    padding-bottom: 15px;
    max-height:none
}

.sh-sticky-header-active .sh-nav ul.sub-menu {
    top:100%
}

.new-item {
    display: inline-block;
    width: 33px;
    height: 16px;
    background-image: url(//cdn.gillion.shufflehound.com/home/wp-content/themes/gillion/img/new.png);
    position: relative;
    right: -4px;
    top:-3px
}

.sh-nav li.menu-item li a, .sh-nav li.menu-item li.menu-item-has-children > a:after {
    line-height: 24px;
    text-transform: none;
    padding-top: 2px;
    padding-bottom:2px
}

.sh-nav li.menu-item li a {
    max-height:none
}

.sh-nav li.menu-item li.current-menu-item > a {
    font-weight: 700;
    color: #aaa;
    border-bottom:1px solid transparent
}

.sh-nav ul.sub-menu {
    display: none;
    position: absolute;
    background: #232323;
    top: 100%;
    padding: 13px 0;
    width: 220px;
    z-index: 1000;
    -webkit-transform:translate3d(0, 0, 0)
}

.sh-nav ul.sub-menu li {
    position:relative
}

.sh-nav ul.sub-menu li {
    width: 100%;
    float: none;
    padding:0
}

.sh-nav ul.sub-menu a {
    padding-left: 24px;
    padding-right: 24px;
    border-bottom:1px solid transparent
}

.sh-nav ul.sub-menu li:last-child {
    border-bottom:1px solid transparent
}

.sh-nav ul.sub-menu ul.sub-menu {
    left: 218px;
    top:-14px !important
}

.mega-menu-row .menu-item ul a {
    color:#b0b0b0 !important
}

.mega-menu-row {
    padding: 16px 0 16px 0 !important;
    background-size: cover !important;
    background-position:50% 50% !important
}

.mega-menu-row .sub-menu {
    margin-left: 0;
    padding:0 !important
}

.mega-menu-row .menu-item > .sub-menu:before {
    display:none
}

.sh-nav li.menu-item-has-mega-menu {
    position:inherit
}

.sh-nav ul.mega-menu-row {
    right: 0;
    width: 100%;
    overflow:hidden
}

.sh-nav ul.mega-menu-row li.mega-menu-col {
    float: left;
    border-bottom: none;
    position: relative;
    padding:15px 0 0
}

.sh-nav ul.mega-menu-row > li {
    border-bottom-width:0 !important
}

.sh-nav ul.mega-menu-row li.mega-menu-col li, .sh-nav ul.mega-menu-row li.mega-menu-col ul {
    display: block !important;
    width: 100% !important;
    border:0 solid transparent
}

.sh-nav ul.mega-menu-row li.mega-menu-col a {
    overflow: visible !important;
    height: auto !important;
    max-height:1000px !important
}

.sh-nav li ul.mega-menu-row ul.sub-menu {
    opacity: 1 !important;
    height:auto !important
}

.sh-nav li.menu-item > ul.mega-menu-row > ul:nth-child(-n + 2) {
    display: none !important;
    opacity:0 !important
}

.sh-nav ul.mega-menu-row > .menu-item > a + div {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 80%;
    margin-bottom: 5px;
    margin-top: -5px;
    font-style:italic
}

.sh-nav ul.mega-menu-row .menu-item-has-children > a {
    font-weight: 700;
    color:#505050
}

.sh-nav ul.mega-menu-row .menu-item-has-children a:after {
    visibility:hidden
}

.sh-nav ul.mega-menu-row .menu-item-has-children ul li a {
    text-transform:none
}

.sh-nav ul.mega-menu-row ul.sub-menu {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    opacity:1 !important
}

.sh-nav ul.mega-menu-row ul.sub-menu ul.sub-menu {
    margin-bottom:-15px
}

.sh-nav li.menu-item.menu-item-has-mega-menu ul.sub-menu ul.sub-menu {
    box-shadow: none !important;
    border-width:0 !important
}

.sh-nav .mega-menu-row-1 .menu-item {
    width:100%
}

.sh-nav .mega-menu-row-2 .menu-item {
    width:50%
}

.sh-nav .mega-menu-row-3 .menu-item {
    width:33.3%
}

.sh-nav .mega-menu-row-4 .menu-item {
    width:25%
}

.sh-nav .mega-menu-row-5 .menu-item {
    width:20%
}

.sh-nav .mega-menu-row-1 li.menu-item:nth-child(1n + 0), .sh-nav .mega-menu-row-2 li.menu-item:nth-child(2n + 0), .sh-nav .mega-menu-row-3 li.menu-item:nth-child(3n + 0), .sh-nav .mega-menu-row-4 li.menu-item:nth-child(4n + 0), .sh-nav .mega-menu-row-5 li.menu-item:nth-child(5n + 0) {
    border-right:0 solid transparent !important
}

.mega-menu-cleanup {
    display:none !important
}

.mega-menu-dynamic-elements ul:not(.sh-fully-hidden) {
    display:block !important
}

.mega-menu-row {
    padding:0 !important
}

.mega-menu-dynamic-elements li.menu-item {
    height:auto !important
}

.mega-menu-dynamic-elements .tab-content {
    position: relative;
    padding-bottom: 18px;
    min-height:300px
}

.mega-menu-dynamic-elements .tab-content > .tab-pane, .sh-categories-style2 .tab-content > .tab-pane {
    display: block !important;
    height: 0;
    opacity: 0;
    transition: .6s opacity ease-in-out;
    overflow:hidden
}

.mega-menu-dynamic-elements .tab-content > .tab-pane.active, .sh-categories-style2 .tab-content > .tab-pane.active {
    height: auto;
    opacity:1
}

.post-style-header {
    position: relative;
    margin:15px 5px
}

.post-header-item {
    width: 25%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    padding-top: 10px
}

.header-dynamic-categories[data-items-per-page="5"] .post-header-item, .header-dynamic-categories[data-items-per-page="10"] .post-header-item {
    width:20%
}

.post-header-item .post-container {
    margin:0 10px
}

.post-style-header .post-header-item a:not(.post-overlay) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display:inline-block !important
}

.post-style-header .post-header-item h4 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom:0 !important
}

.post-style-header .post-header-item .post-overlay {
    display:flex !important
}

.post-style-header .post-header-item .sh-ratio-container {
    padding-bottom:69%
}

.post-style-header .post-header-item .post-meta a {
    font-size:11px !important
}

.header-dynamic-categories > div:only-child {
    padding-left:26px
}

.header-dynamic-categories .col-md-2 {
    width:19.5%
}

.header-dynamic-categories .col-md-10 {
    width:80.5%
}

.header-dynamic-categories-content {
    position:relative
}

.header-dynamic-categories-content .header-dynamic-categories-loader {
    position: absolute;
    top: 0;
    left: -15px;
    right: -1px;
    bottom: 0;
    background-color: #fff;
    z-index:1000000000
}

.header-dynamic-categories-title {
    text-align: center;
    text-transform:uppercase
}

.header-dynamic-categories .sh-categories-names a {
    text-transform: uppercase !important;
    padding-left: 15px !important;
    padding-right:10px !important
}

.header-dynamic-categories .sh-categories-line-container {
    margin-right: 0;
    margin-left:15px
}

.header-dynamic-categories ul.nav-tabs-header-categories {
    border-width: 0 !important;
    width: 100%;
    display: table-cell !important;
    vertical-align: middle;
    position: relative;
    overflow:hidden
}

.nav-tabs-header-categories:after {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    box-shadow: rgba(0, 0, 0, .25) 0 0px 25px;
    margin-right:-5px
}

.nav-tabs-header-categories li {
    padding: 0 !important;
    text-align: center;
    width: 0;
    cursor:pointer
}

.nav-tabs-header-categories li a {
    width: 100%;
    margin-right: 0;
    border-width: 0 !important;
    border-radius: 0;
    font-weight: 600 !important;
    padding: 10px 34px !important;
    transition: all 0s ease-in-out;
    text-transform: uppercase;
    cursor: pointer !important;
    text-align:right
}

.sh-header .header-dynamic-categories .nav-tabs-header-categories li.active a {
    background-color:#f6f6f6 !important
}

.primary-desktop .sh-header .sh-nav .nav-tabs-header-categories li a, .primary-desktop .sh-header .sh-nav .nav-tabs-header-categories li:hover a {
    color:#a0a0a0 !important
}

.primary-desktop .sh-header .sh-nav .nav-tabs-header-categories li.active a, .primary-desktop .sh-header .sh-nav .nav-tabs-header-categories li.active:hover a {
    color:#505050 !important
}

.tab-pagination button {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    padding: 0;
    transition: .3s all ease-in-out;
    padding-left:1px
}

.tab-pagination button.disabled {
    opacity: .5;
    cursor:default
}

.tab-pagination button:not(.disabled):hover {
    opacity:.7
}

.tab-pagination button.tab-pagination-back {
    padding-right:5px
}

.tab-pagination i {
    font-size:20px
}

.sh-categories-switch {
    position: fixed;
    right: 20px;
    bottom: 18px;
    z-index:1000000
}

.sh-categories-switch-hide {
    display:none
}

.sh-categories-switch .tab-pagination {
    display: table;
    margin-left:auto
}

.header-dynamic-categories-side {
    min-height: 200px;
    padding-right: 0;
    display:table
}

.sh-nav-readmore > a div {
    position:relative
}

.sh-nav-readmore > a:after, .sh-nav-share > a:after {
    display: none !important;
    content: "" !important
}

.sh-nav-readmore > a i {
    font-size: 22px !important;
    position: relative;
    bottom:-4px
}

.sh-nav-share > a i, .sh-nav-menu > a i, .sh-nav-login > a i {
    font-size: 18px !important;
    position: relative;
    bottom:-3px
}

.sh-nav-cart > a i, .sh-nav-cart-wishlist > a i {
    position: relative;
    bottom:-3px
}

.sh-nav-readmore .sh-read-later-total {
    background: #505050;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    padding: 0;
    position: relative;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    right:-9px
}

.sh-nav-readmore ul {
    margin-left: -278px !important;
    width:300px !important
}

.sh-nav-social {
    padding-left:0 !important
}

.sh-nav-social a {
    display: block !important;
    float: left;
    padding:0 5px
}

.sh-nav-social a:first-child {
    padding-left:0
}

.sh-nav-social a:last-child {
    padding-right:0
}

.sh-nav-social i {
    font-size: 24px;
    position: relative;
    bottom:-5px
}

.sh-nav-social a:after {
    content: "";
    display: block;
    clear:both
}

.sh-nav-search i {
    font-size: 18px;
    position: relative;
    bottom: -3px;
    color:#545454
}

.sh-nav-dropdown i, .sh-nav-menu i {
    bottom:-4px
}

.sh-nav-search i {
    bottom:-3px
}

.sh-nav-menu-full {
    width: 100%;
    text-align:center
}

.sh-nav-menu-full span {
    padding-left: 12px;
    line-height: 26px;
    top: -4px;
    position: relative;
    font-weight: 400;
    text-transform:uppercase
}

.sh-nav-login .header-logo {
    padding:0 !important
}

.sh-nav-login #header-login > span {
    border: 2px solid #757575;
    padding: 10px 15px;
    font-weight:700
}

.sh-nav-login #header-quote {
    border-left: 2px solid #937fd5;
    padding: 0 12px;
    padding-right:0
}

.sh-nav-purchase-button {
    background-color: #a55bcf;
    background: linear-gradient(to right, #a55bcf, #a55bcf);
    padding: 0 34px;
    margin-left: 25px;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
    margin-top: -7px;
    margin-bottom: -7px;
    line-height: 56px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
    transition: .3s all ease-in-out;
    font-size: 12px;
    color:#fff
}

.sh-nav-purchase-button:hover {
    opacity:.7
}

.sh-header {
    border-bottom:1px solid rgba(0, 0, 0, .08)
}

.sh-header-1 .sh-header-nav-container .header-standard-position {
    display: table;
    margin:0 auto
}

.sh-header-1 .sh-header-logo-container .sh-nav {
    float: none;
    line-height:1
}

.sh-header-1 .sh-header-logo-container, .sh-header-1 .sh-header-meta-container {
    min-width:180px
}

.sh-header-1 sh-header-nav-container {
    min-width:100%
}

.sh-header-2 .sh-header-logo-container .sh-nav {
    float: none;
    line-height:1
}

.sh-header-2 .sh-nav-special {
    margin-left:7px !important
}

.sh-header-3 {
    border-bottom-width:0 !important
}

.sh-header-3 .sh-header-nav-container .sh-nav {
    float:none
}

.sh-header-3 .sh-header-nav-container .sh-nav > li {
    height:70px
}

.sh-header-3 .sh-nav > li.menu-item {
    padding:0 14px
}

.sh-header-3 .sh-nav > li.menu-item:last-child {
    padding-right:0
}

.sh-header-3 .sh-header-nav-container .sh-nav > li.current-menu-item a, .sh-header-4 .sh-nav-container .sh-nav > li.current-menu-item a, .sh-header-6 .sh-nav-container .sh-nav > li.current-menu-item a {
    position:relative
}

.sh-header-3 .sh-header-nav-container .sh-nav > li.current-menu-item a:after, .sh-header-4 .sh-nav-container .sh-nav > li.current-menu-item a:after, .sh-header-6 .sh-nav-container .sh-nav > li.current-menu-item a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:2px
}

.sh-header-3 .sh-header-nav-container .sh-nav > li:first-child {
    padding-left:0
}

.sh-header-3 .sh-header-additional {
    min-height: 60px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items:center
}

.sh-header-3 .sh-header-additional .sh-nav {
    float:none
}

.sh-header-3 .sh-header-banner-container {
    text-align:right
}

.sh-header-3 .sh-header-banner-container img {
    max-height: 90px;
    margin-top: 9px;
    margin-bottom:9px
}

.sh-header-4 {
    border-bottom-width:0 !important
}

.sh-header-4 .sh-header-standard {
    border-top: 1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1
}

.sh-header-4 .sh-header-standard .sh-nav > li.menu-item {
    padding:0 9px
}

.sh-header-4 .sh-header-additional .sh-nav-container {
    padding-top: 15px;
    padding-bottom:15px
}

.sh-header-4 .sh-header .sh-nav-container .sh-nav > li > a {
    line-height: 70px;
    max-height: 70px;
    transition:.3s all ease-in-out
}

.sh-header-5.sh-header-4 .sh-header .sh-nav-container .sh-nav > li > a {
    line-height: 60px;
    max-height:60px
}

.sh-header-5.sh-header-4 .sh-header .sh-nav-container .sh-nav > li.sh-nav-readmore .sh-read-later-total {
    top:10px
}

.sh-header-4 .sh-header .sh-nav ul.sub-menu {
    top:101%
}

.sh-header-4 .sh-nav {
    float: none;
    display: table;
    margin:0 auto
}

.sh-header-4 .sh-header-meta1-container .sh-nav {
    float: left;
    display: block;
    margin:0
}

.sh-header-4 .sh-header-meta2-container .sh-nav {
    float: right;
    display: block;
    margin:0
}

.sh-header-4 .sh-header-meta1-container, .sh-header-4 .sh-header-meta2-container {
    width:20%
}

.sh-header-4 .sh-header-logo-container {
    width:60%
}

.sh-header-middle {
    position: relative;
    background-size: cover;
    background-position:50% 50%
}

.sh-header-6.sh-header #menu-header-navigation {
    float:none
}

.sh-header-6 #header-logo {
    margin: 0 auto;
    display:table
}

.sh-header-6 #header-logo .sh-nav {
    float:none
}

.sh-header-6 .header-logo {
    padding:40px 0
}

.sh-header-6 .sh-nav li a {
    transition:.3s padding, color ease-in-out !important
}

.sh-header-6 .sh-nav > li.menu-item > a {
    padding-left:4px
}

.sh-header-6 #header-navigation .sh-nav > li.menu-item:first-child {
    padding-left:0
}

.sh-header-side {
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -17px;
    transform: translateX(350px);
    width: 350px;
    padding: 30px;
    background-color: #fff;
    z-index: 5000;
    border-left: 1px solid rgba(0, 0, 0, .45);
    display: none;
    transition: .3s all ease-in-out;
    overflow-y:scroll
}

.sh-header-side-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #fff;
    z-index: 100;
    padding-left:20px
}

.sh-header-side-close i {
    font-size: 21px;
    cursor:pointer
}

.sh-header-side-overlay {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4999;
    display: none;
    opacity: 0;
    transition: .3s all ease-in-out;
    cursor: pointer;
    cursor:url(//cdn.gillion.shufflehound.com/home/wp-content/themes/gillion/img/cursor.png), auto
}

.sh-header-side h3 {
    position: relative;
    display:block
}

.sh-header-side h3 {
    font-size:18px
}

body.admin-bar .sh-header-side {
    top:32px
}

.sh-header-search-side {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s all ease-in-out;
    transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    overflow: hidden;
    height: 0;
    width:0
}

.sh-header-search-side-animated {
    opacity: 1;
    height: auto;
    width:auto
}

.sh-header-search-side-container {
    width: 70%;
    max-width: 1200px;
    position:relative
}

.sh-header-search-side .sh-header-search-side-input {
    line-height: 100px !important;
    background-color: #fff;
    border-radius: 1000px;
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
    border-width: 0;
    z-index: 6000;
    padding: 0 100px;
    font-size: 24px !important;
    color: #9e9e9e;
    font-weight: 300;
    font-style: normal;
    box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, .2);
    margin:10px 0
}

.sh-header-search-side .sh-header-search-side-input::-webkit-input-placeholder {
    font-style: italic;
    color:#b3b3b3
}

.sh-header-search-side .sh-header-search-side-input:-moz-placeholder {
    font-style: italic;
    color:#b3b3b3
}

.sh-header-search-side .sh-header-search-side-input::-moz-placeholder {
    font-style: italic;
    color:#b3b3b3
}

.sh-header-search-side .sh-header-search-side-input:-ms-input-placeholder {
    font-style: italic;
    color:#b3b3b3
}

.sh-header-search-side-close {
    position: absolute;
    top: 51px;
    right:60px
}

.sh-header-search-side-close i {
    color: #9e9e9e;
    font-size:18px
}

.sh-header-search-side-icon {
    position: absolute;
    top: 52px;
    left:60px
}

.sh-header-search-side-icon i {
    color: #b3b3b3;
    font-size:18px
}

.sh-sticky-logo, .sh-light-logo {
    display:none
}

.sh-sticky-header-active .sh-sticky-logo {
    display:block
}

.sh-sticky-header-active .sh-standard-logo {
    display:none
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img {
    display:none
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
    display:block
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-header-active) .header-logo img {
    display:none
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
    display:block
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-header-active) .header-logo img {
    display:none
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
    display:block
}

.primary-desktop-dark {
    position: absolute !important;
    z-index: 5000;
    width:100%
}

.primary-desktop-dark .sh-header-top {
    background-color:rgba(255, 255, 255, 0) !important
}

.primary-desktop-dark .sh-header:not(.sh-sticky-header-active) {
    background-color:rgba(255, 255, 255, 0) !important
}

.primary-desktop-dark .sh-header:not(.sh-sticky-header-active):not(.sh-header-disabled-border) {
    border-bottom:1px solid rgba(0, 0, 0, .1) !important
}

.primary-desktop-light {
    position: absolute !important;
    z-index: 5000;
    width:100%
}

.primary-desktop-light .sh-header-top {
    background-color:rgba(255, 255, 255, 0) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) {
    background-color:rgba(255, 255, 255, 0) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-disabled-border) {
    border-bottom:1px solid rgba(255, 255, 255, .1) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li.menu-item > a > i, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li.menu-item > a > div > i {
    color:rgba(255, 255, 255, .85) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li.current_page_item > a, .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li:not(.current_page_item):hover > a {
    color:#fff !important
}

.primary-mobile-light {
    position: absolute;
    z-index: 5000;
    width:100%
}

.primary-mobile-light .sh-header-mobile {
    background-color: rgba(255, 255, 255, 0) !important;
    border-bottom:1px solid rgba(255, 255, 255, .1) !important
}

.primary-mobile-light .sh-header-mobile-navigation {
    border-bottom:0 !important
}

.primary-mobile-light .sh-header-mobile .sh-nav > li > a, .primary-mobile-light .sh-header-mobile .sh-nav > li.menu-item > a > i {
    color:rgba(255, 255, 255, .85) !important
}

.primary-mobile-light .sh-header-mobile .sh-nav > li.current_page_item > a {
    color:#fff !important
}

.primary-mobile-light .sh-hamburger-menu span {
    background-color:rgba(255, 255, 255, .85) !important
}

.sh-nav-share ul {
    width: 50px !important;
    margin-left: -14px !important;
    padding:0 !important
}

.sh-nav-share ul li {
    text-align:center
}

.sh-nav-share ul a {
    padding: 12px 15px !important;
    transition:.3s background-color ease-in-out
}

.sh-nav-share ul li {
    border-bottom:1px solid #ebebeb !important
}

.sh-nav-share ul li:last-child {
    border-bottom:0 !important
}

.sh-nav-share ul i {
    font-size: 16px;
    color: #505050;
    position:relative
}

.sh-nav-share ul li:hover a {
    background-color: #505050;
    position: relative;
    margin: 0 0 -1px;
    padding-bottom:13px !important
}

.primary-desktop .sh-header .sh-nav .sh-nav-share ul li:hover a i {
    color:#fff !important
}

.primary-desktop .sh-share-item:hover a {
    background-color:#505050 !important
}

.primary-desktop .sh-share-item-facebook:hover a {
    background-color:#6187ea !important
}

.primary-desktop .sh-share-item-twitter:hover a {
    background-color:#5ec6fd !important
}

.primary-desktop .sh-share-item-googleplus:hover a {
    background-color:#e77373 !important
}

.primary-desktop .sh-share-item-pinterest:hover a {
    background-color:#e64f56 !important
}

.primary-desktop .sh-share-item-instagram:hover a {
    background-color:#d41f54 !important
}

.post-content-share:not(.post-content-share-side):not(.post-content-share-mobile) {
    width: 80px;
    margin-left: -80px;
    float:left
}

@media (min-width: 1024px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width:41.5% !important
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width:54.5% !important
    }
}

.entry-summary {
    position: relative;
    min-height:200px
}

.entry-summary-item {
    display: inline-block;
    margin-left: -4px;
    width: calc(100% - 45px);
    vertical-align: top;
    padding-right:35px
}

.entry-summary .post-content-share:not(.post-content-share-side):not(.post-content-share-mobile) {
    display: inline-block;
    float: none;
    margin-left: -4px;
    width: 45px;
    vertical-align:top
}

.post-content-share-mobile {
    margin-top: 20px;
    display:none
}

.post-content-share-mobile .jssocials-share {
    margin-top:.3em !important
}

@media (max-width: 768px) {
    .entry-summary-item {
        width: 100%;
        padding-right:0
    }

    .post-content-share {
        display:none !important
    }

    .post-content-share-mobile-contaner .post-content-share-mobile {
        display:block !important
    }

    .blog-style-single-share .post-item-single-container {
        padding-left:0 !important
    }
}

.post-item-single-container {
    position: relative;
    min-height: 200px;
    margin-top:37px
}

.post-item-single-container .post-categories-container {
    margin-top:0
}

.blog-style-single-share .post-item-single-container {
    padding-left:80px
}

.post-content-share:not(.post-content-share-side) .jssocials-share:first-child {
    margin-top:0
}

.post-content-share-side .jssocials-share:first-child {
    margin-left:8px
}

.post-content-share .jssocials-share:last-child {
    margin-bottom:0
}

.post-content-share .jssocials-share {
    width: 45px;
    height: 45px;
    border: 1px solid #f0f0f0;
    display: inline-block;
    transition:.3s all ease-in-out
}

.post-content-share .jssocials-share:hover {
    box-shadow:0px 3px 6px 1px rgba(0, 0, 0, .07)
}

.post-content-share .jssocials-share-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content:center
}

.post-content-share .jssocials-share-logo {
    font-size: 18px;
    color:#505050
}

.jssocials-share-googleplus {
    display:none !important
}

.sh-header-side, .sh-header-side-overlay {
    transition-timing-function:cubic-bezier(.445, .05, .55, .95)
}

.primary-desktop {
    position: relative;
    z-index:1500
}

.sh-header-mobile-dropdown {
    display: none;
    z-index: 1200;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom:1px solid rgba(0, 0, 0, .05)
}

.sh-header-mobile .sh-header-logo-container {
    width:100%
}

.sh-header-mobile .header-logo-container {
    margin:0 auto
}

.sh-header-mobile .container {
    padding:0 15px
}

.sh-header-mobile-navigation {
    border-bottom:1px solid #ededed
}

.sh-header-mobile-navigation .sh-nav-container {
    padding:40px 0
}

.sh-header-mobile-navigation-content {
    display: flex;
    align-items:center
}

.sh-header-mobile-navigation-content-left, .sh-header-mobile-navigation-content-right {
    width:120px
}

.sh-header-mobile-navigation-content-center {
    flex:1
}

.sh-header-mobile-navigation-right ul {
    white-space:nowrap
}

.sh-header-mobile-navigation-right li {
    float: none !important;
    display:inline-block
}

.sh-nav-mobile .sh-nav-special {
    display:none
}

.sh-nav-mobile {
    max-width: 800px;
    padding: 0 !important;
    overflow:hidden
}

.sh-nav-mobile ul {
    display:none
}

.sh-nav-mobile ul li a {
    padding-left:30px !important
}

.sh-nav-mobile ul ul li a {
    padding-left:60px !important
}

.sh-nav-mobile ul ul ul li a {
    padding-left:90px !important
}

.sh-nav-mobile ul ul ul ul li a {
    padding-left:110px !important
}

.sh-nav-mobile ul ul ul ul ul li a {
    padding-left:130px !important
}

.sh-nav-mobile ul.open {
    display:block
}

.sh-nav-mobile ul {
    background-color:#f7f7f7
}

.sh-nav-mobile li:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    height: 1px;
    background-color: #303030;
    width:100%
}

.sh-nav-mobile li:last-child:after {
    height:0
}

.sh-nav-mobile ul {
    position:relative
}

.sh-nav-mobile ul li:after {
    left: auto;
    right:auto
}

.sh-nav-mobile li a {
    font-weight: 700;
    font-size:13px
}

.sh-nav-mobile li .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #303030;
    width:100%
}

.sh-nav-mobile li.current-menu-item > a {
    color:#fff
}

.sh-nav-mobile li.menu-item-has-children > a:after {
    font-family: 'simple-line-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-left: 6px;
    top: 6px;
    float: right;
    content: "\e604"
}

.sh-nav-mobile li.menu-item-has-children li.menu-item-has-children > a:after {
    margin-right:30px
}

.sh-nav-mobile li a {
    display: block;
    padding: 16px 0;
    color:#aaa
}

.sh-header-mobile .sh-nav-mobile li:last-child {
    border-bottom:0 solid transparent !important
}

.header-mobile-search {
    width: 100%;
    position: relative;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, .1);
    z-index:2000
}

.header-mobile-search .header-mobile-form {
    position:relative
}

.header-mobile-search .header-mobile-form .header-mobile-form-input {
    display: block;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-right: 50px;
    width: 100%;
    line-height: 70px !important;
    margin-bottom: 0;
    font-size: 13px;
    vertical-align:middle
}

.header-mobile-search .header-mobile-form .header-mobile-form-input:focus {
    outline:none
}

.header-mobile-search .header-mobile-form-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    border:0
}

.header-mobile-social {
    padding-top:15px
}

.header-mobile-social-media {
    width: 100%;
    padding: 0;
    border-top: 1px solid #303030;
    position:relative
}

.header-mobile-social-media a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0;
    padding-right:30px
}

.header-mobile-social-media a:hover {
    background-color:#303030
}

.header-mobile-social-media a:first-child {
    border-left:none
}

.header-mobile-social-media i {
    font-size: 18px;
    color: #8d8d8d;
    padding-left: 0;
    position: relative;
    line-height:54px
}

.header-mobile-social-media a.sh-login-popup {
    margin-top: 15px;
    margin-left: 0;
    float:right
}

@media (max-width: 550px) {
    .header-mobile-social-media a {
        padding-right:20px
    }
}

header.primary-mobile {
    display:none
}

.sh-header-mobile-table {
    position:relative
}

.sh-header-mobile .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:0
}

.sh-header-mobile .header-logo-container {
    max-width:60%
}

.sh-header-mobile .header-standard-position {
    z-index: 1;
    position:relative
}

.sh-header-mobile .sh-nav-cart-wishlist {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display:none !important
}

.sh-header-mobile .sh-nav-readmore {
    padding-left:2px !important
}

@media (max-width: 400px) {
    .sh-header-mobile .container {
        width:100% !important
    }
}

.sh-titlebar {
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover !important;
    background-color: #fafafa;
    z-index:100
}

@media (min-width: 768px) {
    body.admin-bar .sh-titlebar:not(.sh-titlebar-parallax-disabled) {
        background-position:50% -28px
    }

    .sh-titlebar-parallax:not(.sh-titlebar-parallax-disabled) {
        background-position: -9000px -9000px !important;
        background-size:auto !important
    }
}

.sh-titlebar #jarallax-container-0 {
    opacity: 0;
    -webkit-animation: new-item-animation .5s linear forwards;
    animation:new-item-animation .5s linear forwards
}

@-webkit-keyframes new-item-animation {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

@keyframes new-item-animation {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

.sh-titlebar #jarallax-container-0, #jarallax-container-0, #jarallax-container-1, #jarallax-container-2, #jarallax-container-3, #jarallax-container-4, #jarallax-container-5 {
    z-index:0 !important
}

.sh-titlebar .container {
    padding:0 15px
}

.sh-titlebar a {
    color:#8d8d8d !important
}

.sh-titlebar .sh-table {
    min-height: 60px;
    z-index: 100;
    position:relative
}

.sh-titlebar-height-small {
    padding:30px 0
}

.sh-titlebar-height-medium {
    padding:50px 0
}

.sh-titlebar-height-large {
    padding:100px 0
}

.sh-titlebar .titlebar-title h1, .sh-titlebar .titlebar-title h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight:700
}

.sh-titlebar .title-level {
    text-align:right
}

.sh-titlebar .title-level .separator {
    font-size:0
}

.sh-titlebar .title-level .separator:after {
    display: inline-block;
    content: "/";
    font-size: 11px;
    padding:0 12px
}

.sh-titlebar .title-level .breadcrumbs {
    font-size: 11px;
    margin: 0;
    margin-bottom: -4px;
    position:relative
}

.sh-titlebar .title-level .item-current {
    font-weight:700
}

.sh-titlebar-center {
    text-align:center
}

.sh-titlebar-center .titlebar-title {
    margin-bottom:10px
}

.sh-titlebar-center .title-level {
    text-align:center
}

.sh-titlebar-center .title-level .breadcrumbs {
    margin-bottom:0
}

.sh-titlebar-light {
    padding-top: 121px;
    background-color: #353535 !important;
    position:relative
}

.sh-titlebar-light .sh-table {
    padding:130px 0
}

.sh-titlebar-light h1, .sh-titlebar-light a, .sh-titlebar-light span {
    color:#fff !important
}

.sh-titlebar-light .sh-titlebar-icon {
    opacity: 1;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards
}

.sh-titlebar-light .sh-titlebar-icon i {
    font-size: 21px;
    color: #fff;
    opacity: .7;
    display: block;
    position:relative
}

.sh-titlebar-light .titlebar-title .titlebar-title-h1 {
    font-size: 36px;
    margin-bottom:10px
}

.sh-titlebar-light .titlebar-title-h1 {
    color:#fff
}

.sh-titlebar-light .sh-titlebar-desc {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    opacity: .8;
    margin-top:16px
}

.sh-titlebar-light .title-level {
    margin-top:15px
}

.sh-titlebar-dark {
    padding-top: 121px;
    Xbackground-color: #353535 !important;
    position:relative
}

.sh-titlebar-dark .sh-table {
    padding:130px 0
}

.sh-titlebar-dark h1, .sh-titlebar-dark a, .sh-titlebar-dark span {
    Xcolor:#fff !important
}

.sh-titlebar-dark .sh-titlebar-icon {
    opacity: 1;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards
}

.sh-titlebar-dark .sh-titlebar-icon i {
    font-size: 21px;
    Xcolor: #fff;
    opacity: .7;
    display: block;
    position:relative
}

.sh-titlebar-dark .titlebar-title .titlebar-title-h1 {
    font-size: 36px;
    margin-bottom:10px
}

.sh-titlebar-dark .titlebar-title-h1 {
    Xcolor:#fff
}

.sh-titlebar-dark .sh-titlebar-desc {
    Xcolor: #fff;
    font-style: italic;
    font-size: 16px;
    opacity: .8;
    margin-top:16px
}

.sh-titlebar-dark .title-level {
    margin-top:15px
}

@-webkit-keyframes bounce {
    0%, {
        opacity:1
    }

    50% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@keyframes bounce {
    0% {
        opacity:1
    }

    50% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@media (max-width: 1020px) {
    .sh-titlebar-light .sh-table {
        padding:75px 0
    }
}

.sh-footer-columns {
    position:relative
}

.sh-footer-columns > .widget-item {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 25px;
    margin-right:-4px
}

.sh-footer-widgets {
    padding: 100px 0;
    color: #e3e3e3;
    background-color:#262626
}

.sh-footer-col > div:last-child {
    padding-bottom:0
}

.sh-footer-widgets a, .sh-footer-widgets li a {
    color:#fff
}

.sh-footer-widgets a:hover, .sh-footer-widgets li a:hover {
    color:#d79c74
}

@media (max-width: 1025px) and(min-width: 701px) {
    #sidebar .sidebar-container, .gillion-columns-sidebar .wpb_widgetised_column > .wpb_wrapper {
        margin:0 -15px
    }

    #sidebar .widget-item, .gillion-columns-sidebar .widget-item {
        padding-bottom: 60px;
        width: 50%;
        float: left;
        vertical-align:top
    }

    #sidebar .widget-item, .gillion-columns-sidebar .wpb_widgetised_column > .wpb_wrapper .widget-item {
        padding-left: 15px;
        padding-right:15px
    }
}

.sh-footer-widgets h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
    display:block
}

.sh-footer-widgets h3:not(.widget-tab-title):after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .12);
    margin-left:20px
}

.sh-footer-widgets .sh-widget-poststab-title:after {
    background-color:rgba(255, 255, 255, .12)
}

.sh-copyrights {
    background-color: #222;
    color: #fff;
    padding:40px 10px
}

.sh-copyrights-align-center {
    display: block;
    text-align:center
}

.sh-copyrights-align-center .sh-table-cell {
    display: table;
    margin:0 auto
}

.sh-copyrights-align-left2 .sh-copyrights-info {
    text-align:right
}

@media (max-width: 900px) {
    .sh-copyrights-align-left2 .sh-copyrights-info {
        text-align:center
    }
}

.sh-copyrights a {
    color:#fff
}

.sh-copyrights a:hover {
    color:#d79c74
}

.sh-copyrights-style1 {
    float: left;
    height:70px
}

.sh-copyrights-style2 {
    display: table;
    margin: 0 auto;
    height:70px
}

.sh-footer-widgets ul li:first-child {
    padding-top:0
}

.sh-footer-widgets ul li:last-child {
    border-bottom: 0 !important;
    padding-bottom:0 !important
}

.sh-footer-widgets ul li, .sh-footer-widgets ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding:7.5px 0
}

.sh-footer-widgets .widget-item:not(.widget_pages):not(.widget_nav_menu) ul {
    list-style: none;
    padding-left:0
}

.sh-copyrights-social {
    font-size: 16px;
    line-height: normal !important;
    margin-right:4px
}

.sh-copyrights-social a {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .1);
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    margin-right:-4px
}

.sh-copyrights-social a:last-child {
    border-right:1px solid rgba(255, 255, 255, .1)
}

.sh-copyrights-social i {
    padding: 0;
    position: relative;
    bottom:-2px
}

.sh-copyrights-social a:first-child i {
    padding-left:0
}

.sh-copyrights-social a:last-child i {
    padding-right:0
}

.sh-copyrights-image {
    max-height:70px
}

.sh-copyrights-logo {
    padding-bottom:10px
}

.sh-copyrights-info {
    font-size: 12px;
    margin-top:10px
}

.sh-copyrights-text-only {
    text-align:center
}

.sh-copyrights-text-only .sh-copyrights-text {
    margin:0
}

.sh-copyrights .sh-nav li a {
    text-transform:uppercase
}

.sh-copyrights .sh-nav li.menu-item-has-children > a:after {
    font-size:0px !important
}

@media (min-width: 851px) {
    .sh-footer-paralalx-init .content-container {
        position: relative;
        background-color: #fff;
        z-index:100
    }

    .sh-footer-paralalx-init .sh-footer {
        backface-visibility: hidden;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        opacity:0
    }
}

@media (max-width: 851px) {
    .sh-footer-paralalx-init .sh-footer {
        opacity:1 !important
    }
}

.sh-footer-widgets .row {
    margin-right: -15px;
    margin-left:-15px
}

.sh-footer-widgets .row > div {
    padding-right: 20px;
    padding-left:20px
}

@media (max-width: 991px) {
    .sh-footer-widgets .row > div:not(:last-child) {
        padding-bottom:60px
    }
}

@media (max-width: 900px) {
    .sh-footer-widgets .row > div:not(:last-child) {
        padding-bottom:60px
    }

    .sh-copyrights .sh-nav-container ul {
        margin: 0 auto;
        display: table;
        float: none;
        margin-top:10px
    }
}

.blog-hide-lines article .post-container {
    border-bottom-width:0
}

.post-left-side {
    width: 44%;
    margin-right:3%
}

.post-right-side {
    width:53%
}

.ratio-container {
    padding-top: 56.25%;
    position:relative
}

.ratio-container-classic {
    padding-top:75% !important
}

.ratio-container-portrait {
    padding-top:115% !important
}

.ratio-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow:hidden
}

.ratio-content > div {
    width: 100%;
    height:100%
}

.post-container {
    margin: 0 15px;
    position:relative
}

.ratio-content iframe {
    width: 100%;
    height:100%
}

.post-title-container > a {
    float:left
}

.post-title {
    display: block;
    word-break:break-word
}

.post-title h1, .post-title h2 {
    font-size: 26px;
    line-height: 110% !important;
    margin-bottom: 5px;
    margin-top: 5px;
    display:inline-block
}
@media (max-width: 760px) {
  .post-title h1, .post-title h2 {
      font-size: 22px;
  }
}

.post-title h2:hover, .post-title h3:hover, .post-title h4:hover, h2.post-title:hover, h5.post-title:hover {
    opacity:.8
}

body.single h1.post-title:hover, body.single h2.post-title:hover, .post-title:hover .post-read-later {
    opacity:1 !important
}

body.single h1.post-title, body.single h2.post-title {
    cursor:default
}

.post-read-later {
    display: none;
    position: relative;
    margin-left: -6px;
    padding-left: 6px;
    padding-top: 5px;
    padding-right: 5px;
    display: none !important;
    top: 0;
    opacity: 0;
    transition: .8s opacity ease-in-out;
    cursor: pointer;
    font-size:80%
}

@media (min-width: 1025px) {
    #page-container .post-read-later, .sh-footer .post-read-later {
        display:inline !important
    }
}

.post-read-later i, .post-read-later i:before {
    display:inline !important
}

.post-read-later[data-type=remove] {
    opacity:1 !important
}

#sidebar .post-read-later, .sh-footer .post-read-later {
    font-size: 100%;
    padding-left:8px
}

.responsive-post-read-later {
    display:none
}

@media (max-width: 1024px) {
    .responsive-post-read-later {
        display:inline-block
    }

    .responsive-post-read-later .post-read-later {
        display: inline-block !important;
        opacity: .7 !important;
        margin-left:-12px
    }

    .responsive-post-read-later .post-read-later i {
        font-size:14px
    }
}

body.sh-bookmarks-style_meta #page-container .post-title .post-read-later {
    display:none !important
}

.desktop-post-read-later .post-read-later {
    opacity: 1;
    margin-left:-12px
}

.desktop-post-read-later .post-read-later i {
    font-size:14px
}

.post-sticky {
    font-size: 80%;
    padding-right: 7px;
    color:#d79c74
}

.post-quote-and-link {
    line-height: 180%;
    width: 100%;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding:21px 0
}

.post-quote-and-link a {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 400;
    font-style: italic;
    line-height:140%
}

.post-quote-and-link span {
    font-size: 16px;
    display: block;
    padding-top: 5px;
    text-align:center
}

.post-content img:not(:last-child), .post-content p:not(:last-child), .post-content table:not(:last-child) {
    margin-bottom:15px
}

.page-default-content > figure > img, .page-default-content > img:not(:last-child), .page-default-content > p:not(:last-child), .page-default-content > table:not(:last-child) {
    margin-bottom:15px
}

.post-content .post-password-form label {
    margin-top: 15px;
    font-size: 15px;
    display:block
}

.post-content .post-password-form input {
    margin-top:10px
}

.post-content .post-password-form input[type=submit] {
    font-weight: 700;
    border: 0;
    color:#fff
}

.post-meta {
    padding:0
}

.post-meta, .post-meta a {
    font-size:11px
}

.post-meta i {
    font-size: 13px;
    position: relative;
    bottom: -1px;
    margin-right: 4px;
    padding-left: 1px;
    width: auto;
    height: auto;
    margin-left: 0;
    line-height: 1;
    vertical-align:inherit
}

.post-meta, .post-meta a {
    color:#8d8d8d
}

.post-meta img {
    filter: grayscale(100%);
    transition:.3s all ease-in-out
}

.post-meta img:hover {
    filter:grayscale(0%)
}

body:not(.sh-bookmarks-style_meta) .post-meta-content > * :not(:last-child):not(:nth-last-child(2)), body.sh-bookmarks-style_meta .post-meta-content > * :not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    position:relative
}

body:not(.sh-bookmarks-style_meta) .post-meta-content > * :not(:last-child):not(:nth-last-child(2)):after, body.sh-bookmarks-style_meta .post-meta-content > * :not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d6d6d6;
    width: 1px;
    top: 5px;
    bottom: 5px;
    right:-1px
}

@media (max-width: 1025px) {
    body.sh-bookmarks-style_meta .post-meta-content > * :nth-last-child(2), body.sh-bookmarks-style_title .post-meta-content > * :nth-last-child(2) {
        padding-right: 10px;
        margin-right: 10px;
        display: inline-block;
        position:relative
    }

    body.sh-bookmarks-style_meta .post-meta-content > * :nth-last-child(2):after, body.sh-bookmarks-style_title .post-meta-content > * :nth-last-child(2):after {
        content: "";
        display: block;
        position: absolute;
        background-color: #d6d6d6;
        width: 1px;
        top: 5px;
        bottom: 5px;
        right:-1px
    }
}

body .blog-slider-item .post-meta-content > * :not(:last-child):after, body .post-style-cover .post-meta-content > * :after, body .post-quote-link-meta .post-meta-content > * :after, body .sh-widget-posts-slider-style2 .post-meta-content > * :after {
    background-color:rgba(255, 255, 255, .14) !important
}

.post-meta-content > .post-auhor-date-full:after {
    top: 10px !important;
    bottom:10px !important
}

.desktop-post-read-later .post-read-later {
    display:inline !important
}

@media (max-width: 1025px) {
    .post-readtime span {
        display:none
    }

    body.single .post-readtime {
        display:block
    }
}

.placeholder-post-read-later {
    opacity:0
}

.post-author-image {
    margin-right: 8px;
    display:inline-block !important
}

@media (max-width: 500px) {
    .post-author-image {
        display:none !important
    }
}

.post-single-meta {
    padding: 0 30px 35px;
    padding-left:0
}

.post-single-meta, .post-single-content {
    float: left;
    width:100%
}

@media (max-width: 700px) {
    .post-single-meta {
        padding-right:0
    }
}

.post-single-meta .post-title h1, .post-single-meta .post-title h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 8px;
    font-size:36px
}

@media (max-width: 782px) {
    .post-single-meta .post-title h1, .post-single-meta .post-title h2 {
        font-size:24px
    }

    .post-single-meta {
        padding-bottom:0
    }

    .blog-single .post-content p {
        font-size:90%
    }

    .post-item-single-container {
        margin-top:32px
    }
}

.post-thumbnail {
    position: relative;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content:center
}

.post-thumbnail img {
    width: 100%;
    min-width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom:0
}

.post-thumnail-caption {
    font-size: 11px;
    margin-top:15px
}

.post-item-single .post-thumbnail:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform:none
}

.post-meta-icon {
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    text-align: center !important;
    position:relative
}

.post-meta-icon i, .post-meta-icon span {
    line-height: 45px;
    font-size:21px
}

.post-more {
    font-weight:700
}

.psot-content {
    line-height:120%
}

.sticky {
    display:block
}

@media (max-width: 782px) {
    #page-container .blog-slider-item h1, #page-container .blog-slider-item h2 {
        font-size:24px
    }
}

.blog-style-masonry {
    margin: 0 -15px;
    opacity: 0;
    transition:.25s all ease
}

.blog-style-masonry article {
    width: 33.3%;
    float: left;
    margin-bottom:40px
}

.blog-style-grid .post-content-container, .blog-style-masonry .post-content-container {
    margin-top:25px
}

.blog-style-grid .post-container, .blog-style-masonry .post-container {
    padding-bottom: 10px;
    border-bottom:1px solid #f0f0f0
}

.blog-style-grid .format-link .post-container, .blog-style-grid .format-quote .post-container, .blog-style-masonry .format-link .post-container, .blog-style-masonry .format-quote .post-container {
    padding-bottom: 0;
    border-width:0
}

.blog-style-grid .post-content-container, .blog-style-masonry .post-content-container {
    padding-bottom:13px
}

.blog-style-masonry .post-item .post-large-info h2 {
    margin-top: 0;
    margin-bottom:5px
}

.content-with-sidebar-left .blog-style-masonry article, .content-with-sidebar-right .blog-style-masonry article {
    width:50%
}

.post-item.format-standard .post-category {
    margin-top:-14px
}

.blog-list.blog-style-columns2:not(.blog-style-small):not(.blog-style-medium):not(.blog-style-large):not(.blog-style-left) .post-item {
    width:50%
}

.blog-list.blog-style-columns4:not(.blog-style-small):not(.blog-style-medium):not(.blog-style-large):not(.blog-style-left) .post-item {
    width:25%
}

.blog-style-masonry-card .post-gallery-list, .blog-style-masonry-card .post-gallery-list .slick-list, .blog-style-masonry-card .post-thumbnail, .blog-style-masonry-card .post-thumbnail img, .blog-style-masonry-card .post-overlay {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius:0 !important
}

.blog-style-masonry-card .post-container {
    border-bottom-width:0
}

.blog-style-masonry-card .post-content-container {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .1);
    margin-top: 0;
    padding:25px 35px
}

.blog-style-grid {
    margin:0 -15px
}

.blog-style-grid article {
    width: 33.3%;
    margin-bottom:40px
}

.content-with-sidebar-left .blog-style-grid:not(.blog-style-grid-element) article, .content-with-sidebar-right .blog-style-grid:not(.blog-style-grid-element) article {
    width:50%
}

.blog-style-grid .post-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right:-4px
}

.blog-style-grid iframe {
    max-width:100%
}

.blog-style-grid .sh-ratio-container:not(.sh-ratio-container-130) {
    padding-bottom:63% !important
}

.blog-style-grid .ratio-container {
    padding-top:63% !important
}

.blog-style-grid .post-gallery-item .sh-ratio-container {
    height: auto !important;
    padding-bottom:63% !important
}

.blog-style-left-mini article {
    width: 100% !important;
    min-width: 100%;
    margin-bottom: 30px;
    position:relative
}

.blog-style-left-mini article h2 {
    font-size:20px
}

.blog-style-left-mini .post-container-left {
    position: absolute;
    width:290px
}

.blog-style-left-mini .post-container-right {
    width: auto;
    margin-left: 290px;
    min-height:195px
}

@media (max-width: 800px) {
    .blog-style-left-mini .post-container-left {
        width:200px
    }

    .blog-style-left-mini .post-container-right {
        margin-left: 200px;
        min-height:128px
    }
}

@media (max-width: 550px) {
    .blog-style-left-mini .post-container-left, .blog-style-left-mini .post-container-right {
        position: relative;
        width: 100%;
        margin-left:0
    }

    .blog-style-left-mini .post-container-right {
        margin-top:15px
    }
}

.blog-style-left article {
    width: 100% !important;
    min-width: 100%;
    margin-bottom:45px
}

.blog-style-left .post-container {
    margin:0
}

.blog-style-left .post-categories {
    margin-bottom:-6px
}

.blog-style-left .post-thumbnail-content {
    max-height: 400px;
    overflow:hidden
}

.blog-style-left .post-container-right {
    display: flex;
    align-items: center;
    justify-content:center
}

@media (max-width: 991px) {
    .blog-style-left .post-container-right {
        height:auto !important
    }
}

@media (max-width: 991px) {
    .blog-style-left {
        margin:0 -15px
    }

    .blog-style-left article {
        width: 50%;
        float: none;
        display: inline-block;
        margin-left: -4px;
        vertical-align:top
    }

    .blog-style-left .post-container {
        margin:0 15px
    }

    .blog-style-left .post-content-container {
        margin-top:25px
    }
}

.blog-style-left article .post-quote-link .sh-ratio-container {
    padding-bottom:35%
}

.blog-style-left-small .post-item {
    padding-left: 315px;
    margin-bottom: 30px;
    position: relative;
    width: 100% !important;
    min-width:100%
}

.blog-style-left-small .post-container {
    min-height: 170px;
    display: flex;
    align-items: center;
    width:100%
}

.blog-style-left-small .post-container h2 {
    padding-top: 3px;
    padding-bottom:8px
}

.blog-style-left-small .post-thumbnail {
    min-height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    background-size: cover;
    background-position: center center;
    border-radius:8px
}

.blog-style-left-small .post-thumbnail .sh-ratio-container {
    padding-bottom:58.7%
}

@media (max-width: 768px) {
    .blog-style-left-small .post-item {
        padding-left:0
    }

    .blog-style-left-small .post-thumbnail, .blog-style-left-small .post-container {
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-right:0
    }
}

.post-container-left .sh-ratio-container, .blog-style-left .post-gallery-item .sh-ratio-container, .blog-style-left-right .post-gallery-item .sh-ratio-container {
    padding-bottom:75% !important
}

.blog-style-left .post-quote-link-meta .post-meta, .blog-style-left-right .post-quote-link-meta .post-meta {
    display: table;
    margin:0 auto
}

.blog-style-left .post-quote-link-content, .blog-style-left-right .post-quote-link-content {
    text-align: center !important;
    max-width: 560px;
    display: table;
    margin:0 auto
}

.blog-style-left .post-container, .blog-style-left-right .post-container {
    margin:0
}

.post-container-left .ratio-container {
    padding-top:75% !important
}

.blog-style-left-right article {
    width: 100%;
    margin-bottom:45px
}

.blog-style-left-right .post-categories {
    margin-bottom:-6px
}

.blog-style-left-right .post-thumbnail-content {
    max-height: 400px;
    overflow:hidden
}

.blog-style-left-right .post-container-right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center
}

@media (min-width: 768px) {
    .blog-style-left-right .post-item:nth-of-type(even) .post-container-left {
        float:right
    }
}

@media (max-width: 768px) {
    .blog-style-left-right .post-thumbnail {
        margin-bottom:21px
    }
}

.blog-style-left-right article .post-quote-link .sh-ratio-container {
    padding-bottom:35%
}

.blog-style-left-right-large .post-title h2 {
    font-size:30px
}

@media (max-width: 1023px) {
    .blog-style-left-right-large .post-title h2 {
        font-size:24px
    }
}

.blog-style-left-right-large .post-container-left .sh-ratio-container {
    padding-bottom:83% !important
}

.blog-style-left-right-large .post-container-right {
    text-align:left
}

.blog-style-left-right-small .post-content {
    display:none
}

.blog-style-left-right-small .post-title h2 {
    margin-bottom:10px
}

.blog-style-left-right-small .post-container-left .sh-ratio-container {
    padding-bottom:61% !important
}

.container .blog-list-featured {
    margin-bottom:40px
}

.container .blog-list-featured > article {
    width:100% !important
}

.container .blog-list-featured > article .post-container {
    margin:0
}

.blog-style-large .post-gallery-item .sh-ratio-container {
    padding-bottom: 0 !important;
    height:440px
}

.blog-style-large article {
    width:100%
}

.blog-style-large article .post-quote-link .sh-ratio-container {
    padding-bottom:42%
}

.blog-style-large .post-item {
    margin-bottom:40px
}

.blog-style-large .post-categories-container {
    margin-top:0
}

.blog-style-large .post-categories, .blog-list-featured > article .post-categories {
    margin-bottom:-9px
}

.blog-style-large .post-title h2, .blog-list-featured > article .post-title h2 {
    font-size: 30px !important;
    margin-bottom: 6px;
    line-height:103% !important
}

.blog-style-large article.format-link .post-quote-link .post-title h2 {
    font-size:36px !important
}

.blog-style-large article.format-quote .post-quote-link .post-title h2 {
    font-size:30px !important
}

.blog-style-large .post-meta, .blog-list-featured > article .post-meta {
    margin-top: 0;
    margin-bottom:24px
}

.blog-style-large article .post-quote-link .post-meta {
    margin-bottom:0
}

.blog-style-large .post-content, .blog-list-featured > article .post-content {
    margin-top:20px
}

.blog-style-large .post-container {
    margin:0
}

.blog-style-large.large-title-bellow .post-thumbnail, .blog-style-large.large-title-bellow .post-media-play, .blog-style-large.large-title-bellow .post-gallery {
    margin-bottom:20px
}

.blog-style-large.large-title-bellow .post-meta {
    margin-bottom:12px
}

.blog-style-large.large-title-bellow .post-title h2 {
    margin-bottom:10px
}

.blog-style-large.large-title-bellow .post-readmore {
    margin-top:0
}

.blog-style-large.large-centered {
    text-align:center
}

.blog-style-large.large-centered > article:not(:last-child) {
    margin-bottom:80px
}

.blog-style-large.large-centered .post-content {
    margin-top:30px
}

.blog-style-large.large-centered .post-content, .blog-style-large.large-centered .post-readmore {
    margin-left: auto;
    margin-right: auto;
    max-width:800px
}

.blog-style-large.large-centered .post-title {
    max-width: 90%;
    margin-left: auto;
    margin-right:auto
}

.blog-style-large.large-centered .post-title h2 {
    font-size:60px !important
}

.blog-style-large.large-centered .post-thumbnail .sh-ratio-container {
    padding-bottom:40%
}

.blog-mini-post {
    position:relative
}

.sh-categories-list.ps-container > div:nth-last-child(-n + 3) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-width:0
}

.blog-mini-post {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom:1px solid #eee
}

.blog-mini-post:not(:last-child):last-of-type {
    background:red !important
}

.blog-mini-post-thumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius:7px
}

.blog-mini-post-content {
    padding-left: 100px;
    min-height:80px
}

.blog-mini-post-content h5 {
    font-size: 14px;
    margin-bottom:10px
}

.blog-mini-post-content h5 .post-read-later i {
    font-size:13px
}

.blog-mini-post-small .post-meta {
    border-left-width: 0;
    padding-left:0
}

.blog-mini-post-large .blog-mini-post-thumb {
    height: 108px;
    width:108px
}

.blog-mini-post-large .blog-mini-post-content {
    padding-left: 128px;
    min-height:108px
}

.blog-mini-post-large h5 {
    font-size:18px
}

.blog-mini-post-large {
    margin-bottom: 15px;
    padding-bottom:15px
}

.blog-mini-post-layout2 .blog-mini-post-thumb {
    border-radius:100px
}

.blog-mini-post-layout2.blog-mini-post {
    padding-bottom: 15px;
    margin-bottom:15px
}

.blog-mini-post-layout2 .blog-mini-post-content {
    padding-left: 22px;
    min-height:40px
}

.blog-mini-post-layout2 .blog-mini-post-thumb {
    height: 10px;
    width: 10px;
    background-color: #cdcdcd;
    border-radius: 100px;
    top:6px
}

.sh-categories-style2 .blog-mini-post-thumb {
    top:0
}

.blog-style-round {
    position: relative;
    margin-left:-15px
}

.blog-style-round > article {
    width: 20%;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    vertical-align:top
}

.blog-style-round .sh-ratio {
    margin-bottom:12px
}

.blog-style-round .sh-ratio-container {
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    position:relative
}

.blog-style-round h4 {
    font-size: 14px;
    padding-left: 15px;
    padding-right:15px
}

@media (max-width: 1200px) {
    .blog-style-round h4 {
        padding-left: 0;
        padding-right:0
    }
}

@media (max-width: 800px) {
    .blog-style-round > article {
        width:33.3%
    }
}

@media (max-width: 600px) {
    .blog-style-round > article {
        width:50%
    }
}

@media (max-width: 400px) {
    .blog-style-round > article {
        width:100%
    }
}

.blog-style-card {
    position:relative
}

.blog-style-card article {
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fafafa;
    border-radius: 8px;
    padding:20px
}

.blog-style-card article:nth-child(odd) .post-container {
    margin-left: auto;
    margin-right:0
}

.blog-style-card article:nth-child(even) .post-container {
    margin-right: auto;
    margin-left:0
}

.blog-style-card .post-container {
    border-radius: 8px;
    max-width: 440px;
    padding:80px 40px
}

.blog-style-card article:not(:last-child) {
    margin-bottom:25px
}

.blog-style-card article .post-container {
    background-color:#fff
}

@media (max-width: 600px) {
    .blog-style-card .post-container {
        padding:40px
    }

    .blog-style-card .post-title h2 {
        font-size: 18px;
        line-height:120% !important
    }
}

.blog-dividing-line-off.blog-style-grid .post-container, .blog-dividing-line-off.blog-style-masonry .post-container {
    border-bottom-width: 0;
    padding-bottom:0
}

.blog-dividing-line-off.blog-style-grid .post-content-container, .blog-dividing-line-off.blog-style-masonry .post-content-container {
    padding-bottom:0
}

.post-item-single {
    position:relative
}

.post-item-single .post-quote-link .sh-ratio-container {
    padding-bottom:42%
}

.post-item-single h2 {
    padding-top:15px
}

.post-item:not(.post-item-single) .post-content p {
    line-height:1.78
}

.post-item-single .post-meta-data {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom:20px
}

.post-item-single .post-meta-one {
    margin-bottom:0
}

.post-item-single .post-meta-two {
    padding-top: 0;
    border-top:0
}

.blog-style-post-slider .post-item-single-container, .blog-style-post-toptitle .post-item-single-container {
    margin-top:0
}

.blog-style-post-toptitle .post-single-meta {
    padding-bottom:25px
}

.blog-style-post-toptitle .post-type-content {
    width: 100%;
    float: left;
    margin-bottom:35px
}

.blog-style-post-toptitle .post-type-content .post-thumbnail {
    display:block !important
}

.post-related {
    padding-top: 22px;
    position: relative;
    margin: 0 -15px;
    display:none
}

.post-related.slick-initialized {
    display:block
}

.post-related-title {
    margin-top:80px
}

.post-related .post-related-item {
    padding-top:8px
}

.post-related .post-related-item .post-title h4 {
    font-size:18px !important
}

.sh-categories-position-title .post-related .post-related-item .post-title h4 {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom:15px !important
}

.sh-categories-position-image .post-related .post-related-item .post-title h4 {
    margin-top: 15px !important;
    margin-bottom:5px !important
}

.post-related .post-related-item .post-categories-container {
    margin-top:15px
}

.post-related .post-related-item .sh-ratio-content {
    background-color:rgba(36, 36, 36, .65)
}

h2.post-single-title {
    position: relative;
    font-size: 24px;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
    margin-top:0
}

.post-related .post-meta-audio .ratio-container, .post-related .post-meta-video .ratio-container {
    padding-top:70% !important
}

.post-related .post-quote-link .sh-ratio-container {
    padding-bottom:125% !important
}

.post-related .post-quote-link h2 {
    font-size:15px !important
}

.post-related .post-quote-link p {
    font-size:12px !important
}

.post-related .post-quote-link-meta {
    display:none
}

@media (min-width: 1024px) {
    .post-media-lightbox-content {
        width:700px !important
    }
}

@media (min-width: 600px) {
    .post-media-lightbox-content {
        width:500px
    }
}

.post-tags {
    margin-top: 10px;
    margin-bottom:0
}

.post-tags-container .post-tags:first-child {
    margin-top:35px
}

.post-tags-item {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    line-height: 18px;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    color: #8d8d8d;
    transition:.3s all ease-in-out
}

.post-tags-item.post-tags-item-title {
    font-weight: 700;
    background-color: #393939;
    color: #fff;
    border-color:#393939
}

.sh-blog-pageswitch {
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding: 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    margin:0
}

.sh-blog-pageswitch-back i {
    font-size: 10px;
    padding-right: 6px;
    position: relative;
    bottom:2px
}

.sh-blog-pageswitch-back {
    padding-left: 0;
    font-size:13px
}

.sh-blog-pageswitch-current {
    padding-left: 0;
    text-align:center
}

.sh-blog-pageswitch-next {
    text-align:right
}

.sh-blog-pageswitch-next i {
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    bottom:2px
}

.sh-blog-tags h5, .sh-blog-social h5 {
    margin-bottom: 0;
    font-size:16px
}

.sh-blog-tags h5 {
    margin-bottom:22px
}

.sh-blog-social div {
    max-width:380px
}

.blog-single .post-content {
    padding-bottom: 30px !important;
    margin-bottom: 0;
    font-size:15px
}

.blog-single .post-content span, .blog-single .post-content span > strong {
    line-height:110% !important
}

.sh-text-content .page-content p, .blog-single .post-content p {
    line-height:1.8
}

.blog-single .post-content ul {
    list-style-type:disc
}

.blog-single .post-content ol {
    list-style-type:decimal
}

@media (max-width: 782px) {
    .blog-single .post-content li {
        font-size:90%
    }
}

.sh-text-content .page-content li:not(.post-content-review-item), .blog-single .post-content li:not(.post-content-review-item) {
    padding:1px 2px
}

.post-switch {
    margin-top: 45px;
    padding-top: 35px;
    border-top:1px solid #f3f3f3
}

@media (min-width: 992px) {
    .post-switch .row > div:first-child {
        padding-right:7.5px
    }

    .post-switch .row > div:last-child {
        padding-left:7.5px
    }
}

@media (max-width: 992px) {
    .post-switch .row > div:first-child {
        padding-bottom:15px
    }
}

.post-switch-item {
    height: 100px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content:center
}

.post-switch-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:rgba(36, 36, 36, .65)
}

.post-switch-item-content {
    position: relative;
    z-index: 100;
    color: #fff;
    width:100%
}

.post-switch-item .post-categories {
    margin-bottom:0
}

.post-switch-item i {
    font-size: 30px;
    color: rgba(255, 255, 255, .5);
    transition:.3s all ease-in-out
}

.post-switch-item i:hover {
    color:rgba(255, 255, 255, .8)
}

.post-switch-item-left {
    width: 25%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%
}

.post-switch-item-right {
    padding-left: 25%;
    margin-right:30px
}

.post-switch-item-right p {
    overflow: hidden;
    font-size: 16px;
    line-height: 110%;
    margin-top:0
}

.post-switch-item-right p a, .post-switch-item-right p span {
    color: #fff;
    font-size:14px
}

@media (max-width: 700px) {
    .post-switch {
        margin-top:40px
    }

    .post-switch-item-right p {
        line-height:100%
    }

    .post-switch-item-right p a {
        font-size:12px
    }
}

.post-switch-item .post-categories-container {
    margin-top: 0;
    margin-bottom:2px
}

.post-switch-item-right .post-categories {
    padding: 0;
    background-color:transparent
}

.post-switch-next .post-switch-item-left {
    right: 0;
    top:0
}

.post-switch-next .post-switch-item-right {
    padding-left: 30px;
    margin-right: 0;
    padding-right: 25%;
    text-align:right
}

.post-swtich-style1 {
    margin-top: 40px;
    padding-top:40px
}

.post-swtich-style2 {
    margin-bottom:-10px
}

.post-swtich-style2 h4 {
    margin-bottom:0
}

.post-swtich-style2 .post-switch-type {
    font-size: 16px;
    margin-bottom:5px
}

.post-swtich-style2 span.post-switch-prev, .post-swtich-style2 span.post-switch-next {
    display: block;
    opacity:.7
}

@media (max-width: 1025px) {
    .post-swtich-style2 .post-switch-type {
        font-size:13px
    }

    .post-swtich-style2 h4 {
        font-size:18px
    }

    .post-swtich-style2 .post-switch-next {
        text-align:left
    }
}

.sh-posts-description-off article.post-item .post-content {
    display:none
}

body.author .sh-post-author {
    margin-top: 0;
    margin-bottom:30px
}

.sh-post-author {
    margin-top: 80px;
    background-color: #f5f5f5;
    padding:40px
}

@media (max-width: 700px) {
    .sh-post-author {
        margin-top:40px
    }

    .sh-post-author-info {
        margin-top: 15px;
        padding-left: 0 !important;
        padding-right:0 !important
    }
}

.sh-post-author-page {
    margin-top: 0;
    padding-bottom:65px
}

.sh-post-author .sh-post-author-avatar {
    width: 170px;
    padding:0 20px
}

.sh-post-author .sh-post-author-avatar img {
    margin-bottom: 0;
    border-radius:1000px
}

.sh-post-author .sh-post-author-info {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content:center
}

.sh-post-author .sh-post-author-info h1, .sh-post-author .sh-post-author-info h4 {
    font-size: 18px;
    margin-bottom:10px
}

.sh-post-author-info .sh-post-author-icons {
    margin-top:10px
}

.sh-post-author-info .sh-post-author-icons a {
    padding-right:18px
}

.sh-post-author-info .sh-post-author-icons i {
    font-size: 16px;
    color:#505050
}

.post-lightbox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0
}

.post-thumbnail:hover .post-overlay, .sh-footer-instagram-item:hover .post-overlay, .post-gallery-list:hover .post-overlay {
    opacity:1
}

.post-thumbnail:hover .post-overlay span, .sh-footer-instagram-item:hover .post-overlay span, .post-gallery-list:hover .post-overlay span {
    animation: fadein .3s ease-in-out forwards;
    opacity:0
}

.post-thumbnail:hover .post-overlay span:nth-child(1), .sh-footer-instagram-item:hover .post-overlay span:nth-child(1), .post-gallery-list:hover .post-overlay span:nth-child(1) {
    animation-delay:0s
}

.post-thumbnail:hover .post-overlay span:nth-child(2), .sh-footer-instagram-item:hover .post-overlay span:nth-child(2), .post-gallery-list:hover .post-overlay span:nth-child(2) {
    animation-delay:.1s
}

.post-thumbnail:hover .post-overlay span:nth-child(3), .sh-footer-instagram-item:hover .post-overlay span:nth-child(3), .post-gallery-list:hover .post-overlay span:nth-child(3) {
    animation-delay:.2s
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform:translateY(10px)
    }

    10% {
        opacity: 0;
        transform:translateY(10px)
    }

    100% {
        opacity: 1;
        transform:translateY(0px)
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        transform:translateY(0px)
    }

    10% {
        opacity: 1;
        transform:translateY(0px)
    }

    100% {
        opacity: 0;
        transform:translateY(10px)
    }
}

.post-overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s opacity ease-in-out;
    border-radius: 8px;
    background-color: rgba(47, 47, 47, .3);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: linear-gradient(rgba(47, 47, 47, .1), rgba(47, 47, 47, .3));
    display: flex;
    align-items: center;
    justify-content:center
}

.post-overlay span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    margin: 0;
    opacity:0
}

.post-type-content .post-overlay span {
    display:none !important
}

.post-copyrights {
    margin-top: 15px;
    font-size: 12px;
    opacity:.8
}

.post-overlay-small {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s opacity ease-in-out;
    border-radius: 8px;
    background-color: rgba(47, 47, 47, .3);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background:linear-gradient(rgba(47, 47, 47, .1), rgba(47, 47, 47, .3))
}

.sh-widget-posts-slider-thumbnail:hover .post-overlay-small, .blog-mini-post-thumb:hover .post-overlay-small {
    opacity:.8
}

.sh-nav-readmore ul {
    padding: 0 !important;
    max-height: 517px;
    overflow-y:auto
}

.sh-nav-readmore ul a {
    padding:0 !important
}

.sh-nav-readmore ul .sh-read-later-item {
    border-bottom: 1px solid #ebebeb !important;
    padding:12px 15px !important
}

.sh-nav-readmore ul .sh-read-later-item:last-child {
    border-bottom:0 !important
}

.sh-nav-readmore ul .sh-read-later-item > a {
    cursor:default
}

.sh-nav-readmore ul .sh-read-later-item h5 {
    cursor:pointer !important
}

.sh-read-later-thumbnail {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(36, 36, 36, .65);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content:center
}

.sh-read-later-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(54, 54, 54, .78);
    transition: .1s all ease-in-out;
    opacity:0
}

.sh-read-later-thumbnail:hover:after, .sh-read-later-thumbnail:hover .sh-read-later-delete {
    opacity:1
}

.sh-read-later-thumbnail:hover .sh-read-later-review {
    opacity:0
}

.sh-read-later-delete {
    opacity: 0;
    position: relative;
    z-index: 200;
    transition: .2s all ease-in-out;
    cursor: pointer;
    line-height:1
}

#page-container .primary-desktop .sh-nav .sh-read-later-delete i {
    color: #fff !important;
    font-size:24px
}

.sh-read-later-delete i:hover {
    opacity:.8
}

.sh-read-later-content {
    padding-left: 75px;
    display: flex;
    align-items: center;
    min-height:60px
}

.sh-read-later-content h5 {
    font-size: 12px;
    margin-bottom:0
}

.post-media-play {
    position:relative
}

.post-media-play-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ccc;
    z-index: 1000;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #e1e1e1;
    cursor: pointer;
    overflow:hidden
}

.post-media-play-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #232323);
    background: linear-gradient(rgba(0, 0, 0, 0), #232323);
    opacity: .2;
    transition: .5s opacity ease-in-out;
    transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    overflow:hidden
}

.post-media-play-overlay:hover:after {
    opacity:.4
}

.post-media-play-content {
    position: absolute;
    bottom: 19px;
    left: 28px;
    z-index:100
}

.post-button {
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    position: relative;
    color: #fff;
    z-index:2
}

.post-button div {
    color:#fff
}

.post-button .post-button-icon {
    font-size: 20px;
    text-shadow:1px 2px 6px rgba(45, 45, 45, .6)
}

.post-button .post-button-text {
    font-size: 12px;
    font-weight:600
}

.post-media-play-overlay:hover .post-button > div, .post-style-cover .post-button:not(.post-button-disabled):hover > div {
    transform:translateY(-100%)
}

.post-button div {
    transition: .5s all ease-in-out;
    transition-timing-function:cubic-bezier(.445, .05, .55, .95)
}

.post-style-cover .post-button {
    margin-bottom: 8px;
    display: inline-block;
    padding-right: 15px;
    cursor:pointer
}

.post-quote-link {
    position: relative;
    width:100%
}

.post-quote-link .sh-ratio-container {
    padding-bottom:110%
}

.post-quote-link .sh-ratio-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    overflow:hidden
}

.post-quote-link .sh-ratio-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(50, 50, 50, .3) 20%, rgba(25, 25, 25, .8) 80%);
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, .3) 20%, rgba(25, 25, 25, .8) 80%);
    background: linear-gradient(to bottom, rgba(50, 50, 50, .3) 20%, rgba(25, 25, 25, .8) 80%);
    border-radius:8px
}

.post-quote-link-content {
    color: #fff;
    text-align: center;
    position: relative;
    z-index:100
}

.post-quote-link-content h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 130% !important;
    margin-top:0
}

.post-quote-link-content p {
    font-size:11px
}

.post-quote-link-content p a {
    color:#fff
}

article.format-quote .post-quote-link-content {
    text-align:left
}

article.format-quote .post-quote-link-content h2 {
    font-size: 24px;
    margin-bottom:20px
}

article.format-quote .post-quote-link-content p {
    font-size:14px
}

.post-quote-link-meta {
    position: absolute;
    bottom: 25px;
    left: 40px;
    right: 40px;
    color: #fff;
    z-index:100
}

.post-quote-link-meta a {
    color:#fff
}

.post-quote-link-meta .post-meta * {
    color:#fff
}

article.format-link .post-quote-link-content p a {
    font-size: 14px;
    text-transform: none;
    color:#e2e2e2
}

.post-quote-link-icon {
    line-height:1
}

.post-quote-link-meta .post-meta {
    min-height: 30px;
    display: flex;
    align-items:center
}

.post-quote-link-icon i {
    font-size:30px
}

.post-content-review {
    float: left;
    width: 420px;
    margin-right: 40px;
    margin-bottom:25px
}

.post-content-review-right {
    float: right;
    margin-left: 40px;
    margin-right: 0;
    margin-bottom:30px
}

.post-content-review-full {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom:30px
}

.post-content-review-full.bottom {
    margin-top:40px
}

@media (max-width: 1200px) {
    .post-content-review:not(.post-content-review-full) {
        max-width:350px
    }
}

@media (max-width: 700px) {
    .post-content-review {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
        max-width:100% !important
    }
}

.post-content-review-details {
    background-color: #f8f8f8;
    padding:33px
}

.post-content-review-details > div:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom:1px solid #e7e7e7
}

.post-content-review-score {
    padding: 15px;
    border-radius: 100px;
    background-color: #505050;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, .12);
    background-size: cover;
    background-position:50% 50%
}

.post-content-review-score h4 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
    position: relative;
    display: block;
    z-index:100
}

@media (max-width: 1025px) {
    .post-content-review-score {
        margin-top:10px
    }

    .post-content-review-score h4 {
        font-size:30px
    }

    .post-content-review-details {
        padding:25px
    }
}

.post-content-review-score span {
    font-size: 30px;
    font-weight:400
}

.post-content-review-score-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    opacity:.8
}

.post-content-review-score div {
    font-size: 18px;
    text-transform: uppercase;
    display:inline-block
}

.post-content-review-pros-cons h4 {
    margin-bottom:15px
}

.post-content-review-pros-cons li:hover {
    font-weight: 700;
    cursor:default
}

.post-content-review-pros-cons ul {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
    font-size:13px
}

.post-content-review-pros-cons li {
    position: relative;
    padding-left:22px
}

.post-content-review-pros-cons li:not(:last-child) {
    padding-bottom:8px
}

.post-content-review-pros-cons li:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    left: 0;
    padding-left:1px
}

.post-content-review-pros li:before {
    content: "\e080"
}

.post-content-review-cons li:before {
    content: "\e082"
}

.post-content-review-verdict h4 {
    margin-bottom:15px
}

.post-content-review-progressbar-item {
    font-weight:700
}

.post-content-review-progressbar-item:not(:last-child) {
    margin-bottom:9px
}

.post-content-review-progressbar-graph {
    background-color: #e2e2e2;
    height: 6px;
    position: relative;
    overflow: hidden;
    margin-top:5px
}

.post-content-review-progressbar-graph-fill {
    background-color: #65af55;
    height:6px
}

.post-readmore {
    white-space: nowrap;
    margin-top: 5px;
    min-height:45px
}

.post-readmore-line {
    width: 100%;
    position:relative
}

.post-readmore-line-content {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    height: 1px;
    background-color:#f0f0f0
}

.post-readmore-text h6 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
    font-weight:700
}

.post-gallery {
    position:relative
}

.post-related .sh-ratio-container, .post-related .post-gallery .sh-ratio-container {
    padding-bottom:70% !important
}

.post-gallery .slick-dots {
    text-align: left;
    width: 50px;
    margin-left: 25px;
    line-height: .7;
    bottom:30px
}

.post-gallery .slick-dots li {
    margin:0 2px
}

.post-gallery .slick-arrow, .post-content-gallery .slick-arrow, .slick-slider .post-gallery .slick-arrow {
    left: 0;
    bottom: 15px;
    background-color: transparent;
    top: auto;
    border-width: 0;
    transition:.3s all ease-in-out
}

.post-content-gallery .slick-arrow {
    bottom:20px
}

.post-gallery .slick-arrow:hover, .post-content-gallery .slick-arrow:hover, .post-gallery-buttons .slick-arrow:hover {
    opacity:.7
}

.post-gallery .slick-arrow i, .post-content-gallery .slick-arrow i, .post-style-cover .post-gallery-buttons button i {
    color: #fff;
    font-size: 24px;
    text-shadow:0px 2px 3px rgba(0, 0, 0, .06)
}

.post-style-cover .slick-list {
    margin:0 !important
}

.post-gallery .slick-prev, .post-content-gallery .slick-prev {
    left:14px !important
}

.post-gallery .slick-next, .post-content-gallery .slick-next {
    left:44px !important
}

.post-style-cover .post-gallery-buttons button {
    position: relative !important;
    left: 0;
    bottom: 10px;
    background-color: transparent;
    top: auto;
    border-width: 0;
    transition: .3s all ease-in-out;
    padding-left:0
}

.post-style-cover .post-gallery .slick-prev {
    left:11px
}

body:not(.sh-categories-position-image) .post-gallery .post-overlay-content {
    display: none;
    opacity: 0;
    visibility:hidden
}

.post-gallery-pagination:not(.post-gallery-pagination-inside-cover) {
    bottom: 20px !important;
    right: 20px !important;
    left:auto !important
}

.post-content-gallery.slider .post-gallery-pagination {
    bottom:25px !important
}

.post-gallery-pagination {
    position: absolute;
    background-color: rgba(255, 255, 255, .9) !important;
    padding: 4px 11px;
    border-radius: 5px;
    z-index: 100;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transition:.3s all ease-in-out
}

.post-gallery-pagination-inside-cover {
    top: 20px;
    left:20px
}

.post-content-gallery:hover .post-gallery-pagination, .post-style-cover:hover .post-gallery-pagination, .post-gallery:hover .post-gallery-pagination, .woocommerce-products-for-container:hover .post-gallery-pagination {
    opacity:1
}

.post-gallery-item-large {
    height: 450px;
    background-size:cover
}

@media (max-width: 1000px) {
    .post-gallery-item-large {
        height:350px
    }
}

@media (max-width: 768px) {
    .post-gallery-item-large {
        height:250px
    }

    .post-gallery .slick-dots {
        margin-top:-42px
    }
}

@media (max-width: 500px) {
    .post-gallery-item {
        height:150px
    }
}

.post-gallery-item {
    display:none
}

.post-gallery-item:first-child {
    display:block
}

.post-gallery-list .col-md-4 {
    padding:0 5px
}

.post-gallery-list {
    overflow: hidden;
    position:relative
}

.post-gallery-list .row {
    margin-right: -5px;
    margin-left:-5px
}

.post-gallery-list-row {
    display:none
}

.post-gallery-list-row:first-child {
    display:block
}

.post-gallery-list-col1 {
    width:100%
}

.post-gallery-list-col2 {
    width:50%
}

.post-gallery-item .sh-ratio-container {
    overflow: hidden;
    position:relative
}

.sh-load-more {
    padding: 27px;
    border: 1px solid #ededed;
    margin-top: 30px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    box-shadow:0 10px 50px rgba(0, 0, 0, .06)
}

.sh-load-more:not(.disabled):hover {
    opacity:.8
}

.sh-load-more.disabled, .sh-load-more.infinite {
    cursor: default;
    opacity:.5
}

.sh-comments {
    margin-top:80px
}

.sh-comments-position {
    position: relative;
    top:-130px
}

.sh-comment-position {
    position: relative;
    top: -130px;
    height: 0;
    margin: 0;
    line-height:0 !important
}

.page-content .sh-comments {
    margin-top:45px
}

.sh-comment-list {
    padding:0
}

.sh-comment-list li {
    list-style:none
}

.sh-comment-list > li.comment:last-child {
    padding-bottom:0
}

.sh-comment-list ol, .sh-comment-list ol ol {
    padding-left:90px
}

@media screen and (max-width: 700px) {
    .sh-comment-list ol, .sh-comment-list ol ol {
        padding-left:30px
    }
}

@media screen and (max-width: 550px) {
    .sh-comment-list ol ol ol {
        padding-left:0 !important
    }
}

.sh-comment-list > li:first-child {
    border-top-width:0 !important
}

.sh-comments .sh-comments-title, .sh-comments .comment-reply-title {
    font-size: 24px;
    margin-bottom:25px
}

.sh-comments #cancel-comment-reply-link {
    text-transform: none;
    font-size: 14px;
    padding-left:15px
}

.sh-comments .submit {
    background-color: #505050;
    color: #fff;
    line-height: 44px;
    padding: 0 30px;
    border: none;
    font-weight: 700;
    font-size:11px
}

.sh-comments .submit:hover {
    background-color:#444
}

.sh-comments #comment {
    height: 135px;
    resize:none
}

.comment-body {
    display:table
}

.sh-reply-link + .sh-reply-link-button {
    color:red !important
}

.comment-body .reply {
    margin-top: 14px;
    padding-left: 0;
    font-size:11px
}

.comment-body .reply i {
    font-size: 13px;
    padding-right:3px
}

.comment-body .reply .sh-comment-date {
    display: inline-block;
    padding-right: 14px;
    margin-right: 14px;
    position:relative
}

.comment-body .reply .sh-comment-date:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ededed;
    width: 1px;
    top: 4px;
    bottom: 4px;
    right:-1px
}

.comment-body .reply .sh-comment-date-reply {
    padding-left:14px
}

.comment-body .sh-reply-link-button {
    padding-right:15px
}

.comment-column-left {
    display: table-cell;
    vertical-align: top;
    width:100px
}

.comment-column-left img {
    border-radius:50px
}

.comment-column-right {
    display: table-cell;
    vertical-align:top
}

.sh-comment-list li.comment, .sh-comment-list li.pingback {
    padding-top:35px
}

.sh-comment-list li.pingback .comment-column-left {
    display:none
}

.sh-comment-list li.depth-1 {
    border-top: 1px solid #f0f0f0;
    padding-bottom:35px
}

.sh-comment-list .comment .comment-respond {
    padding-top: 30px;
    padding-left:90px
}

.sh-comment-author {
    font-weight: 700;
    font-size:18px
}

.sh-comment-date a {
    color: #8d8d8d;
    font-size:11px
}

.sh-comment-content {
    margin-top:6px
}

.sh-comment-form {
    margin-top: 80px;
    padding: 40px;
    background-color:#f5f5f5
}

.sh-comment-form i {
    padding-left:5px
}

.sh-comment-form label {
    margin-bottom: 10px;
    font-size: 12px;
    color:#8d8d8d
}

.sh-comment-form label span {
    color:#505050
}

.sh-comment-form .sh-comment-form-column {
    width: 33.3%;
    display: inline-block;
    margin-left:-4px
}

.sh-comment-form input, .sh-comment-form textarea {
    border-width:0
}

.sh-comment-form-column p {
    margin-right:25px
}

.sh-comment-form-column .comment-form-url {
    margin-right:0
}

.sh-comment-form p {
    margin-bottom: 25px;
    position:relative
}

.sh-comments-required-notice {
    float: right;
    color: #8d8d8d;
    font-size:13px
}

.sh-comments-disabled {
    margin-bottom: 0 !important;
    font-weight: 700;
    text-align:center
}

@media screen and (max-width: 800px) {
    .sh-comment-form .sh-comment-form-column {
        width:100%
    }

    .sh-comment-form-column p {
        margin-right:0
    }
}

.slick-disabled {
    pointer-events: none;
    cursor:default
}

.sh-gallery {
    display: none;
    max-width: 100% !important;
    min-height: 30px;
    overflow:hidden
}

.sh-gallery.slick-initialized {
    display:block
}

.sh-gallery .slick-slide, .sh-gallery .slick-track {
    height:auto !important
}

.sh-gallery .slick-prev, .sh-gallery .slick-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 24px;
    border: none;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    padding:0
}

.sh-gallery .slick-prev span, .sh-gallery .slick-next span {
    line-height:60px
}

.sh-gallery:hover .slick-prev, .sh-gallery:hover .slick-next {
    opacity:1
}

.sh-gallery .slick-prev:hover, .sh-gallery .slick-next:hover {
    background-color: #fff;
    color:#8d8d8d
}

.slick-dots {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    position: absolute;
    margin-top: -60px;
    text-align: center;
    width:100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 4px;
    width: auto !important;
    vertical-align: top;
    line-height:1
}

.slick-dots li button {
    border: none;
    background-color: rgba(255, 255, 255, .7);
    color: #fff;
    font-size: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border-radius:30px
}

.slick-dots li.slick-active button {
    background-color:#fff
}

.slick-dots li.slick-active button {
    background-color:#fff
}

.slick-list, .slick-slide, .slick-track {
    height: 100%;
    width:100%
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity:1
}

.slick-prev {
    left:0
}

.slick-next {
    right:0
}

body.admin-bar #lightcase-nav .lightcase-icon-close {
    top:47px
}

@media screen and (max-width: 640px) {
    body.admin-bar #lightcase-nav .lightcase-icon-close {
        top:61px
    }
}

#lightcase-nav .lightcase-icon-close:before {
    content: "\e646";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:24px
}

#lightcase-nav a[class * =lightcase-icon-]:hover {
    text-shadow:0 0 15px #000
}

#lightcase-case {
    border-radius:10px
}

#lightcase-case #lightcase-caption {
    display:none !important
}

#lightcase-info {
    width:100%
}

#lightcase-info #lightcase-sequenceInfo {
    float:right
}

#lightcase-info #lightcase-title, #lightcase-info #lightcase-sequenceInfo {
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    line-height:1
}

#lightcase-info #lightcase-title {
    font-weight:700
}

.sh-spinner-1 > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation:sk-bouncedelay 1.4s infinite ease-in-out both
}

.sh-spinner-1 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay:-.32s
}

.sh-spinner-1 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay:-.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform:scale(0)
    }

    40% {
        -webkit-transform:scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform:scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform:scale(1)
    }
}

.sh-login-popup-content {
    position: relative;
    padding: 40px 10px 10px;
    padding-top: 25px;
    min-width:320px
}

.sh-login-popup-content label {
    font-size: 12px;
    font-weight: 600;
    color:#8d8d8d
}

.sh-login-popup-content #wp-submit, .sh-login-popup-content #wp-submit2 {
    font-size: 11px;
    font-weight: 700;
    padding: 0 26px;
    line-height: 40px;
    background-color: #505050;
    color: #fff;
    border: 0 solid #fff;
    border-radius: 100px;
    text-transform: uppercase;
    transition:.3s all ease-in-out
}

.sh-login-popup-content #wp-submit:hover, .sh-login-popup-content #wp-submit2:hover {
    background-color:#484848
}

.sh-login-popup-content #rememberme {
    position: relative;
    margin-right: 6px;
    bottom:-2px
}

.sh-login-popup-content .login-remember {
    margin-top: 18px;
    margin-bottom:12px
}

.sh-login-popup-content .login-remember label {
    color:#505050 !important
}

.sh-login-popup-content #reg_passmail {
    padding-top: 11px;
    font-size: 12px;
    font-weight: 600;
    color: #8d8d8d;
    margin-bottom: 17px;
    color:#505050
}

.sh-login-popup-tabs {
    background-color: #fff;
    position: relative;
    padding:10px 10px 20px
}

.sh-login-popup-tabs a {
    font-size: 18px;
    border-width: 0 !important;
    background-color: transparent !important;
    cursor: pointer;
    margin-left: -15px;
    font-weight:600
}

.sh-login-popup-tabs .nav-tabs {
    border-bottom:0
}

.sh-login-popup-tabs li a {
    color:#adadad
}

.sh-login-popup-tabs li.active a {
    color:#505050
}

#lightcase-case[data-lc-type=inline] .lightcase-inlineWrap {
    background-color: #f0f0f0;
    padding:0 !important
}

.sh-login-popup {
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 0 15px !important;
    font-size: 11px !important;
    border-radius: 100px;
    margin-left: 20px;
    line-height: 24px;
    display: inline-block;
    top: -2px;
    position:relative
}

.sh-login-popup-content-login .login-forgot-password {
    float: right;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top:12px
}

.sh-social-share {
    margin-top: 0;
    margin-bottom:0
}

.sh-social-share > div {
    vertical-align:top
}

.sh-social-share-button {
    background-color: #f2f2f2;
    border-radius: 100px;
    height: 50px;
    padding: 0 30px 0 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform:translateZ(0)
}

.sh-social-share-button i {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    padding-right:15px
}

.sh-social-share-button span {
    font-size: 13px;
    line-height: 50px;
    font-weight: 700;
    text-transform:uppercase
}

.sh-social-share-networks {
    display: inline-block;
    height:0
}

.sh-social-share-networks.sh-social-share-networks-active {
    height: auto;
    transition-delay: .7s;
    transition:all .3s ease-in-out
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
    opacity: 1;
    margin-left:0
}

.sh-social-share-networks .jssocials-share, .sh-social-share-networks .jssocials-shares {
    margin:0
}

.sh-social-share-networks .jssocials-share {
    padding: 0;
    opacity: 0;
    margin-left:-15px
}

.sh-social-share-networks .jssocials-share a {
    display: inline-block;
    padding:0 15px
}

.sh-social-share-networks .jssocials-share i {
    font-size:18px
}

.sh-social-share-networks .jssocials-share-link {
    line-height: 50px;
    padding:0
}

.sh-social-share-networks .jssocials-share-link .jssocials-share-count {
    display:none
}

.sh-social-share-networks .jssocials-share:nth-child(1) {
    transition-delay:.1s
}

.sh-social-share-networks .jssocials-share:nth-child(2) {
    transition-delay:.2s
}

.sh-social-share-networks .jssocials-share:nth-child(3) {
    transition-delay:.3s
}

.sh-social-share-networks .jssocials-share:nth-child(4) {
    transition-delay:.4s
}

.sh-social-share-networks .jssocials-share:nth-child(5) {
    transition-delay:.5s
}

.sh-social-share-networks .jssocials-share:nth-child(6) {
    transition-delay:.6s
}

.sh-social-share-networks .jssocials-share:nth-child(7) {
    transition-delay:.7s
}

.sh-social-share-networks .fa-facebook, .sh-social-share-networks .fa-twitter, .sh-social-share-networks .fa-google-plus, .sh-social-share-networks .fa-at, .sh-social-share-networks .fa-pinterest {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.sh-social-share-networks .fa-facebook:before {
    content: "\e00b"
}

.sh-social-share-networks .fa-twitter:before {
    content: "\e009"
}

.sh-social-share-networks .fa-google-plus:before {
    content: "\e60d"
}

.sh-social-share-networks .fa-at:before {
    content: "\e086"
}

.sh-social-share-networks .fa-pinterest:before {
    content: "\e60b"
}

body.woocommerce-page ul.page-numbers, ul.page-numbers {
    margin:0 auto
}

.sh-pagination-center ul.page-numbers {
    margin:0 auto
}

.sh-pagination-right ul.page-numbers {
    margin-left:auto
}

ul.page-numbers {
    display: table;
    margin: 0;
    list-style: none;
    border-radius: 30px;
    border-width: 0;
    margin-top: 10px;
    padding-left:0
}

ul.page-numbers:after {
    content: "";
    display: block;
    clear:both
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 1px;
    text-align:center
}

ul.page-numbers a, ul.page-numbers span {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    margin-top:10px
}

ul.page-numbers .prev, ul.page-numbers .next {
    width: auto;
    padding: 0 10px;
    border:1px solid #ededed
}

ul.page-numbers .prev {
    margin-right:10px
}

ul.page-numbers .next {
    margin-left:10px
}

ul.page-numbers .prev, ul.page-numbers .next {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
    font-size:11px
}

ul.page-numbers a span {
    padding:0
}

ul.page-numbers a:hover {
    color:#d79c74
}

ul.page-numbers .current {
    font-weight:700
}

ul.page-numbers .current, ul.page-numbers .current:hover {
    color: #fff;
    background-color: #d79c74;
    border-radius:30px
}

.sh-page-links p {
    font-weight: 700;
    margin-bottom:15px
}

.widget-item {
    padding-bottom:60px
}

#sidebar .widget-item:last-child, .gillion-columns-sidebar .widget-item:last-child {
    padding-bottom:0
}

.sh-footer-widgets .widget-item:last-child {
    padding-bottom:0
}

.widget-item:not(.widget_pages):not(.widget_nav_menu) ul {
    list-style: none;
    padding-left:0
}

.widget-item ul ul {
    padding-left:30px
}

.widget-item li > a {
    display:block
}

.widget-item h4 {
    margin-bottom:20px
}

.widget_tag_cloud a, .widget_tag_cloud a:after, .post-title h1, .post-title h2 {
    transition:.25s all ease
}

.widget_search .screen-reader-text {
    display:none
}

.widget_search .search-form {
    position: relative;
    display:block
}

.widget_search label {
    width:100%
}

.widget_product_search form {
    position:relative
}

.widget_product_search .search-field, .widget_search .search-field {
    display: block;
    width: 100%;
    border: none;
    padding: 16px 30px;
    font-weight: 400;
    transition: .25s background;
    border: 1px solid #ededed;
    color: #8d8d8d;
    font-size:13px
}

.widget_product_search input[type=submit], .widget_search .search-submit {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -25px;
    width: 43px;
    height: 43px;
    border: none;
    text-align: center;
    background-color: transparent;
    color:#8d8d8d
}

.widget_product_search .search-form i, .widget_search .search-form i {
    display: block;
    font-size: 18px;
    line-height: 38px;
    cursor:pointer
}

.widget_product_search .search-field::-webkit-input-placeholder, .widget_search .search-field::-webkit-input-placeholder {
    color: inherit;
    font-style:italic
}

.widget_product_search .search-field:-moz-placeholder, .widget_search .search-field:-moz-placeholder {
    color: inherit;
    font-style:italic
}

.widget_product_search .search-field::-moz-placeholder, .widget_search .search-field::-moz-placeholder {
    color: inherit;
    font-style:italic
}

.widget_product_search .search-field:-ms-input-placeholder, .widget_search .search-field:-ms-input-placeholder {
    color: inherit;
    font-style:italic
}

.widget_recent_comments ul, .widget_archive ul, .widget_categories ul {
    list-style: none;
    padding: 0;
    margin-bottom:0
}

.widget_recent_comments li, .widget_archive li, .widget_categories li {
    padding: 10px 1px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0px !important;
    text-transform:uppercase
}

.widget_product_categories ul.product-categories li {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top:0
}

.widget_product_categories ul.product-categories a {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 12px;
    padding-bottom:12px
}

.widget_product_categories ul.product-categories > li:last-child > a {
    border-bottom:0
}

.widget_product_categories ul.product-categories ul {
    padding-left:20px !important
}

.widget_product_categories li > a:before {
    top:1px !important
}

.widget_product_categories span.count {
    font-size:11px
}

.widget_archive li > a, .widget_categories li > a, .widget_product_categories li > a {
    display: block;
    font-weight: 700;
    font-size: 11px;
    position: relative;
    padding-left:14px
}

.widget_archive li > a:before, .widget_categories li > a:before, .widget_product_categories li > a:before {
    content: ".";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top:-11px
}

.widget_recent_comments li *, .widget_archive li *, .widget_categories li * {
    font-size:13px
}

.widget_recent_comments li:first-child, .widget_archive li:first-child, .widget_categories li:first-child {
    padding-top:0
}

.widget_recent_comments li:last-child, .widget_archive li:last-child, .widget_categories li:last-child {
    border-bottom: none;
    padding-bottom:0
}

.widget_categories li {
    display: block;
    position:relative
}

.widget_categories li .count {
    float: right;
    border-radius: 50px;
    padding: 0 8px;
    line-height: 1.4;
    cursor: default;
    font-size:11px
}

.widget_categories li:not(:nth-child(-n + 7)) {
    display:none
}

.widget_categories .post-meta {
    margin-top:10px
}

.widget_categories .post-meta span {
    cursor:pointer
}

.widget_product_categories li {
    position:relative
}

.widget_product_categories li .count {
    position: absolute;
    top: 6px;
    right:0
}

.widget_rss li:not(:last-child) {
    margin-bottom:15px
}

.widget_rss li a {
    font-weight:700
}

.widget_recent_comments .recentcomments > span {
    display: block;
    text-transform:none
}

.widget_recent_comments .recentcomments > span a {
    font-size:11px
}

.widget_recent_comments .recentcomments > a {
    display: block;
    font-weight:700
}

.widget_recent_entries li:not(:last-child) {
    border-bottom-width: 1px !important;
    border-bottom-style:solid
}

.widget_meta li {
    padding: 10px 1px;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    font-weight: 700;
    font-size: 13px;
    text-transform:uppercase
}

.widget_calendar table {
    width:100%
}

.widget_calendar td, .widget_calendar th {
    padding: 10px !important;
    text-align:center
}

.widget_tag_cloud a {
    display: inline-block;
    position: relative;
    padding: 0 13px;
    line-height: 16px;
    margin-right: 8px;
    font-size: 10px !important;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    font-weight: 700;
    color: #8d8d8d;
    margin-bottom:10px
}

.sh-footer-widgets .widget_tag_cloud a {
    border-color:rgba(255, 255, 255, .12)
}

.widget_tag_cloud a:hover {
    color: #fff !important;
    background-color:#d79c74
}

#sidebar .widget_tag_cloud .tagcloud a:hover {
    color:#fff !important
}

.widget_tag_cloud a:hover:after {
    border-left-color:#d79c74
}

.widget_recent_entries li {
    border-bottom: 0 solid transparent !important;
    font-weight: 700;
    padding: 11px 0;
    position:relative
}

.widget_recent_entries li:before {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    content: "\e060";
    font-size:18px
}

.widget_recent_entries a:hover, .widget_recent_comments .recentcomments > a:hover, .widget_archive li > a:hover, .widget_categories li > a:hover {
    opacity:.8
}

.widget_recent_entries .post-date {
    font-size: 11px;
    font-weight:400
}

.widget_recent_entries li {
    padding-left:35px !important
}

#sidebar .widget_recent_entries li:before {
    top:14px
}

.sh-footer .widget_recent_entries li:first-child:before {
    top:3px !important
}

li.widget-product-item {
    padding:15px 0 !important
}

.widget-product-item:first-child {
    padding-top:0 !important
}

.widget-product-item-left {
    position: absolute;
    border-radius: 5px;
    max-height: 70px;
    overflow:hidden
}

.widget-product-item-right {
    padding-left: 90px;
    min-height:70px
}

li.widget-product-item img {
    float: none !important;
    width: 70px !important;
    border-radius: 5px;
    margin-left:0 !important
}

li.widget-product-item .star-rating {
    margin-top:3px
}

li.widget-product-item .woocommerce-Price-amount, li.widget-product-item .woocommerce-Price-amount * {
    font-size:13px
}

.widget_sh_image img {
    transition:.3s all ease-in-out
}

.widget_sh_image img.blackandwhite:not(:hover):not(:focus) {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter:grayscale(100%)
}

.no-widgets-found .widget-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    text-transform:none
}

.sh-recent-posts-widgets {
    position:relative
}

.sh-recent-posts-widgets-item {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    border-bottom:1px solid #3e3e3e
}

.sh-recent-posts-widgets-item:last-child {
    margin-bottom: 0;
    border-bottom-width:0
}

.sh-recent-posts-widgets-item-content {
    padding-left: 80px;
    min-height:55px
}

.sh-recent-posts-widgets-item-thumb {
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    top:0
}

.sh-recent-posts-widgets-count {
    background-color: #d79c74;
    padding: 2px 6px;
    line-height: 1;
    font-weight: 700;
    border-radius: 20px;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 13px;
    z-index: 500;
    color: #fff !important;
    box-shadow:0px 2px 5px 1px rgba(0, 0, 0, .2)
}

.sh-recent-posts-widgets-item h6 {
    padding-top: 5px;
    margin-bottom: 8px;
    font-size:14px
}

.sh-recent-posts-widgets-item-meta {
    font-size:12px
}

.sh-recent-posts-widgets-item-meta i {
    position: relative;
    bottom: -3px;
    padding-right: 5px;
    font-size:16px
}

.sh-mini-overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(71, 201, 229, .75);
    text-align: center;
    opacity:0
}

.sh-mini-overlay i {
    line-height: 1px;
    font-size: 24px;
    color: #fff !important;
    display:block
}

.sh-mini-overlay .sh-mini-overlay-container:hover {
    opacity:1
}

.sh-contacts-widget-item {
    margin-bottom: 15px;
    padding-left: 40px;
    position:relative
}

.sh-contacts-widget-item i {
    display: block;
    padding-top: 4px;
    position: absolute;
    left: 0;
    font-size: 18px;
    width:18px
}

.widget_about_us img {
    border-radius: 8px;
    margin-bottom:15px
}

.widget_about_us .widget-quote, .widget_sh_mailChimp .widget-quote {
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight:700
}

.widget_about_us .widget-quote-description, .widget_sh_mailChimp .widget-quote-description {
    font-size: 12px;
    font-style: italic;
    line-height:1.5
}

#sidebar .widget-quote-description, .sh-header-side .widget-quote-description, .gillion-columns-sidebar .widget-quote-description {
    color:#bcbcbc
}

.widget_about_us .widget-description {
    line-height: 1.9;
    opacity:.8
}

.widget_about_us .sh-widget-socialv2-list {
    margin-top:15px
}

.widget_about_us .sh-widget-socialv2-list i {
    font-size:16px
}

.widget_about_us > p:last-child {
    margin-bottom:0 !important
}

.widget_about_us .widget-learn-more {
    background-color: #5a5a5a;
    color: #fff !important;
    line-height: 34px;
    padding: 0 30px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transition: .3s all ease-in-out;
    font-size: 11px;
    margin-top:10px
}

.widget_about_us .widget-learn-more:hover, .widget_about_us .widget-learn-more:focus {
    background-color:#464646
}

.sh-social-widgets {
    position: relative;
    margin:-4px
}

.sh-social-widgets:after {
    clear: both;
    content: "";
    display:block
}

.sh-social-widgets-item {
    margin: 0 5px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    color: #8d8d8d;
    background-color: #f4f4f4;
    font-size: 18px;
    border-radius:50px
}

.sh-social-widgets-item i {
    font-size: 19px;
    line-height:50px
}

.sh-image-widgets img {
    margin-bottom:0
}

.sh-image-widgets-description {
    padding-top:15px
}

.sh-image-widgets-description a {
    margin-right:25px
}

.sh-image-widgets-description i {
    font-size:18px
}

.null-instagram-feed .instagram-pics {
    position:relative
}

.null-instagram-feed .instagram-pics li {
    display: inline-block;
    position: relative;
    margin-right:-4px
}

.null-instagram-feed .instagram-pics li a {
    border-radius: 5px;
    overflow: hidden;
    position:relative
}

.sh-instagram-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s all ease-in-out;
    animation-name: fadeout;
    animation-duration:.2s
}

.null-instagram-feed li:hover .sh-instagram-meta {
    animation-name: fadein;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-duration: .3s;
    opacity:1
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform:translateY(10px)
    }

    10% {
        opacity: 0;
        transform:translateY(10px)
    }

    100% {
        opacity: 1;
        transform:translateY(0px)
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        transform:translateY(0px)
    }

    10% {
        opacity: 1;
        transform:translateY(0px)
    }

    100% {
        opacity: 0;
        transform:translateY(10px)
    }
}

.sh-instagram-meta-content {
    display: inline-block;
    color: #8d8d8d;
    font-size: 12px;
    background-color: #fff;
    border-radius: 8px;
    padding: 4px 10px;
    box-shadow:1px 2px 16px 1px rgba(0, 0, 0, .12)
}

.sh-instagram-meta-content span {
    position: relative;
    font-size:12px
}

.sh-instagram-meta-content span:not(:last-child) {
    padding-right: 8px;
    display:none
}

.sh-instagram-meta-content span:not(:first-child) {
    padding-left:0
}

.sh-instagram-meta-content span:not(:first-child):after {
    content: "";
    display: none;
    position: absolute;
    background-color: #d6d6d6;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left:-1px
}

.sh-instagram-meta-content i {
    font-size: 16px;
    padding-right: 3px;
    bottom: -2px;
    position:relative
}

.sh-footer-instagram-title-bottom {
    border-top: 1px solid #eee;
    margin-top: -28px;
    margin-bottom: 28px;
    position:relative
}

.content-container + .sh-footer-instagram-title-bottom {
    margin-bottom: 0;
    margin-top:20px
}

.sh-footer-instagram-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom:40px
}

.sh-footer-instagram-title i {
    padding-right: 6px;
    position: relative;
    bottom:-1px
}

.sh-footer-instagram-title h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height:1
}

.sh-footer-instagram .sh-instagram-meta-content span:not(:first-child) {
    padding-left:10px
}

.sh-footer-instagram .sh-instagram-meta-content span:not(:last-child), .sh-footer-instagram .sh-instagram-meta-content span:not(:first-child):after {
    display:inline-block !important
}

.sh-footer-instagram > .widget-item {
    display: none;
    padding-bottom:0
}

.sh-footer-instagram > .null-instagram-feed, .sh-footer-instagram > .wdi_instagram_widget {
    display: block;
    margin-bottom:35px
}

.sh-footer-instagram .widget-title {
    display:none
}

body .sh-footer-instagram .null-instagram-feed .instagram-pics li {
    width:16.6666666667%
}

@media (max-width: 767px) {
    body .sh-footer-instagram .null-instagram-feed .instagram-pics li {
        width:33.3%
    }
}

.sh-footer-instagram .null-instagram-feed .instagram-pics {
    margin-left: 5px;
    margin-right:3px
}

.null-instagram-feed .clear a {
    display:none
}

.widget_instagram .sh-widget-instagram-list {
    position: relative;
    margin: 0;
    margin-top: -15px;
    margin-right: -13px;
    margin-left:-2px
}

.widget_instagram .sh-widget-instagram-item {
    display: inline-block;
    width: 33.3%;
    padding: 0 7.5px;
    margin-top: 15px;
    padding-top: 0;
    margin-left: -4px;
    position: relative;
    overflow:hidden
}

.widget_instagram .sh-widget-instagram-item-overlay {
    position: absolute;
    top: 0;
    left: 7.5px;
    right: 7.5px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(43, 43, 43, .6);
    opacity: 0;
    transition: .3s all ease-in-out;
    transition-timing-function:cubic-bezier(.445, .05, .55, .95)
}

.sh-widget-instagram-item:hover .sh-widget-instagram-item-overlay {
    opacity:1
}

.widget_instagram .sh-widget-instagram-item-overlay i {
    color: #fff;
    font-size:24px
}

.sh-widget-socialv2-list {
    position: relative;
    margin: 0 -10px;
    margin-top:-10px
}

.sh-widget-socialv2-item i {
    font-size: 20px;
    padding: 0 10px;
    padding-top:10px
}

.sh-widget-facebook-item {
    position: relative;
    min-height: 214px;
    background-image: url(//cdn.gillion.shufflehound.com/home/wp-content/themes/gillion/img/facebook_placeholder.png);
    border-radius: 8px;
    overflow:hidden
}

.sh-widget-facebook-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1000;
    cursor: pointer;
    transition:.3s all ease-in-out
}

.sh-widget-facebook-overlay:hover {
    opacity:.85
}

.sh-widget-twitter-list {
    border: 1px solid #ededed;
    border-radius:8px
}

.sh-widget-twitter-item {
    padding: 30px;
    display:none
}

.sh-widget-twitter-item:first-child {
    display:block
}

.sh-widget-twitter-icon {
    font-size: 24px;
    margin-bottom:15px
}

.sh-widget-twitter-tittle {
    font-size: 18px;
    margin-bottom: 14px;
    line-height:140%
}

.sh-widget-twitter-meta {
    border-left: 1px solid #f0f0f0;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom:20px
}

.sh-widget-twitter-meta span {
    margin-right: 6px;
    font-size:12px
}

.sh-widget-twitter-meta a {
    padding: 0 3px;
    margin:0 3px
}

.sh-widget-twitter-meta a i {
    color:#8d8d8d
}

.sh-widget-twitter-follow {
    background-color: #505050;
    border-radius: 100px;
    font-weight: 700;
    font-size: 11px;
    display: inline-block;
    line-height: 34px;
    padding: 0 35px;
    text-transform:uppercase
}

.sh-widget-twitter-follow:hover {
    background-color:#3e3e3e
}

.sh-widget-twitter-item .post-thumbnail {
    margin-bottom: 15px;
    margin-top:5px
}

#sidebar .sh-widget-twitter-item .sh-widget-twitter-follow {
    color:#fff !important
}

.sh-widget-posts-slider-group {
    display:none
}

.sh-widget-posts-slider-group:first-child {
    display:block
}

.sh-widget-posts-slider-style1 {
    position: relative;
    min-height:70px
}

.sh-widget-posts-slider-style1:not(:last-child):not(.sh-widget-posts-categories-item) {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom:20px
}

.sh-widget-posts-slider-style1 h5 {
    font-size:13px
}

.sh-widget-posts-slider-style1 h5, .sh-widget-posts-slider-style1 h5 span {
    margin-bottom: 10px;
    padding-top: 0;
    line-height:135% !important
}

.sh-widget-posts-slider-style1 .post-meta {
    border-left-width: 0;
    padding-left: 0;
    margin-bottom:0
}

.sh-widget-posts-slider-style1 .sh-widget-posts-slider-thumbnail {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position:50% 50%
}

.sh-widget-posts-slider-style1 .sh-widget-posts-slider-content {
    margin-left:90px
}

.sh-footer-widgets .sh-widget-posts-slider-style1 .sh-widget-posts-slider-thumbnail {
    width: 80px;
    height:80px
}

.sh-footer-widgets .sh-widget-posts-slider-style1 .sh-widget-posts-slider-content {
    margin-left:100px
}

.sh-footer-widgets .sh-widget-posts-slider-style1 {
    min-height:100px
}

.sh-widget-posts-slider-style2 {
    display:none
}

.sh-widget-posts-slider-style2:first-child {
    display:block
}

.sh-widget-posts-slider-style2 .sh-ratio-container {
    padding-bottom:95%
}

.sh-widget-posts-slider-group-style2.style3 .sh-widget-posts-slider-style2 .sh-ratio-container {
    padding-bottom:65% !important
}

.sh-widget-posts-slider-style2 .sh-widget-posts-slider-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index:500
}

.sh-widget-posts-slider-style2 .post-title, .sh-widget-posts-slider-style2 a, .sh-widget-posts-slider-style2 span, body #page-container #wrapper .sh-widget-posts-slider-style2 i, #sidebar .sh-widget-posts-slider-style2 .post-meta a {
    color:#fff !important
}

.sh-widget-posts-slider-style2 .post-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height:1.3 !important
}

.sh-widget-posts-slider-style2 .post-read-later {
    font-size:9px
}

.sh-widget-posts-slider-style2 .sh-ratio-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, .5)
}

.sh-widget-posts-slider-group-style2 {
    overflow: hidden;
    position:relative
}

.sh-header-side .sh-widget-posts-slider-group .post-readtime span, .sh-header-side .sh-widget-posts-slider-group .desktop-post-read-later {
    display:none
}

.sh-widget-posts-slider-item-large h5 {
    font-size: 18px;
    margin-top:20px
}

.sh-widget-posts-slider-item-large .post-content {
    font-size: 13px;
    padding-bottom:0
}

.sh-widget-posts-slider-item-large .post-content a {
    line-height:170%
}

.sh-widget-poststab .nav-tabs li:first-child {
    margin-right:20px
}

.sh-widget-poststab .nav-tabs li:not(.active) a h3, .sh-widget-poststab .nav-tabs li:not(.active) a h4 {
    opacity:.65
}

.sh-widget-poststab .nav-tabs li {
    border-bottom-width: 0 !important;
    padding:0 !important
}

.sh-widget-poststab .nav-tabs {
    border-bottom-color: transparent;
    display:inline-block
}

.sh-section-tabs-style1 .sh-widget-poststab .nav-tabs a, .sh-section-tabs-style2 .sh-widget-poststab .nav-tabs a {
    padding: 0;
    border-width:0 !important
}

.sh-section-tabs-style3 .sh-widget-poststab .nav-tabs li:not(.active) a:hover {
    border-color:transparent !important
}

.sh-widget-poststab .nav-tabs a, .sh-widget-poststab .nav-tabs a:hover, .sh-widget-poststab .nav-tabs a:focus {
    background-color:transparent !important
}

.sh-widget-poststab .nav-tabs h4, .sh-widget-poststab .nav-tabs h3 {
    margin:0
}

.sh-widget-posts-categories .tab-content > .tab-pane {
    display: block !important;
    height: 0;
    opacity: 0;
    transition: .6s opacity ease-in-out;
    overflow: hidden;
    margin: 0 -20px;
    padding:0 20px
}

.sh-widget-posts-categories .tab-content > .tab-pane.active {
    height: auto;
    opacity:1
}

.sh-widget-posts-categories .tab-content > .tab-pane .sh-carousel-buttons-styling {
    margin-bottom:23px
}

.widget-item.widget_posts_slider .slick-slider {
    overflow-x: hidden;
    position:relative
}

.sh-widget-posts-slider.sh-widget-posts-slider-init:not(.sh-widget-posts-slider-group-style2), .sh-widget-posts-categories .sh-widget-posts-slider-init {
    margin:0 -12px
}

.sh-widget-posts-slider.sh-widget-posts-slider-init:not(.sh-widget-posts-slider-group-style2) .sh-widget-posts-slider-group, .sh-widget-posts-categories .sh-widget-posts-slider-init .sh-widget-posts-slider-item {
    margin:0 12px
}

.sh-widget-posts-categories .sh-widget-posts-slider-init:not(.slick-initialized) .sh-widget-posts-slider-item:not(:first-child) {
    display:none
}

.sh-widget-connected-item {
    display: block;
    font-weight: 700;
    transition: .3s all ease-in-out;
    position: relative;
    background-color:#4a4a4a
}

.sh-widget-connected-item i {
    width:20px
}

.sh-widget-connected-count {
    border-left: 1px solid rgba(255, 255, 255, .1);
    text-align:center
}

.sh-widget-connected-count span {
    display: block;
    width:48px
}

.sh-widget-connected-instagram {
    background-color: #e12c61;
    background:linear-gradient(158deg, #863fa6 22%, #e12c61 50%, #f46f46 80%)
}

.sh-widget-connected-instagram:not(.sh-widget-connected-bubble-count):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e12c61;
    transition: .3s all ease-in-out;
    opacity: 0;
    border-radius:10px
}

.sh-widget-connected-instagram:not(.sh-widget-connected-bubble-count):hover:after {
    opacity:.6
}

.sh-widget-connected-twitter {
    background-color:#1ca1f2
}

.sh-widget-connected-twitter:not(.sh-widget-connected-bubble-count):hover {
    background-color:#1291de
}

.sh-widget-connected-facebook {
    background-color:#448ae9
}

.sh-widget-connected-facebook:not(.sh-widget-connected-bubble-count):hover {
    background-color:#3076d5
}

.sh-widget-connected-gplus {
    background-color:#e7403c
}

.sh-widget-connected-gplus:not(.sh-widget-connected-bubble-count):hover {
    background-color:#dc3430
}

.sh-widget-connected-youtube {
    background-color:#f1563e
}

.sh-widget-connected-youtube:not(.sh-widget-connected-bubble-count):hover {
    background-color:#e04229
}

.post-slide-arrows-container {
    position: relative;
    padding-right:75px
}

.widget-slide-arrows-container {
    position:relative
}

.sh-footer-widgets h3 {
    overflow:hidden
}

.sh-widget-connected-style1 .sh-widget-connected-item {
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    padding: 0 0 0 18px;
    overflow:hidden
}

.sh-widget-connected-style1 .sh-widget-connected-item * {
    color: #fff !important;
    position: relative;
    z-index:10
}

.sh-widget-connected-style1 .sh-widget-connected-item:not(:last-child) {
    margin-bottom:15px
}

.sh-widget-connected-style2 .sh-widget-connected-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 25%;
    background-color:transparent
}

.sh-widget-connected-style2.sh-widget-connected-columns-3 .sh-widget-connected-item {
    width:33.3%
}

.sh-widget-connected-style2 .sh-widget-connected-bubble {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100px;
    text-align: center;
    position: relative;
    transition:.3s all ease-in-out
}

.sh-widget-connected-style2 .sh-widget-connected-bubble i {
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    position: relative;
    z-index: 49;
    text-shadow:0px 3px 10px rgba(0, 0, 0, .2)
}

.sh-widget-connected-style2 .sh-widget-connected-bubble .sh-widget-connected-bubble-count {
    font-size: 11px;
    position: absolute;
    top: -5px;
    right: -8px;
    border-radius: 100px;
    padding: 1px 7px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
    color: #fff;
    z-index:50
}

.sh-widget-connected-style2 .sh-widget-connected-title {
    text-align: center;
    color: #424242;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 12px;
    font-weight:700
}

.sh-widget-connected-style2 .sh-widget-connected-instagram:after {
    border-radius:100px
}

@media (max-width: 1150px) and(min-width: 1025px) {
    .sh-widget-connected-style2 .sh-widget-connected-item {
        width:50%
    }

    .sh-widget-connected-style2 .sh-widget-connected-item:nth-child(n + 3) {
        margin-top:20px
    }
}

@media (max-width: 400px) {
    .sh-widget-connected-style2 .sh-widget-connected-item {
        width:50%
    }

    .sh-widget-connected-style2 .sh-widget-connected-item:nth-child(n + 3) {
        margin-top:20px
    }
}

.sh-nothing-found {
    background-color: #f4f4f4;
    padding: 19px;
    float:none
}

.sh-nothing-found .sh-table-cell-top:first-child {
    width:45px
}

.sh-nothing-found h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom:5px
}

.sh-nothing-found p {
    margin:0
}

.sh-nothing-found i {
    color: #505050;
    font-size:26px
}

.sh-nothing-found-big {
    margin-top: 50px;
    color: #e5e5e5;
    font-weight: 700;
    max-width:500px
}

.sh-nothing-found-big span {
    font-size: 56px;
    line-height:56px
}

.sh-nothing-found-big div {
    font-size: 110px;
    text-transform: uppercase;
    line-height:100px
}

.sh-search-results .post-item .post-meta-two {
    display:none
}

.sh-404-page {
    max-width: 840px;
    margin: 0 auto;
    margin-bottom:100px
}

.sh-404-title {
    font-size: 156px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom:0
}

.sh-404-left {
    padding-right: 35px;
    padding-top:40px
}

.sh-404-left .sh-ratio-content {
    border-radius: 100%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center
}

.sh-404-shadow {
    margin: 0 auto;
    margin-top: 30px;
    width: 120px;
    height: 10px;
    background-color: #ececec;
    border-radius:100%
}

.sh-404-overay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3a3a3a;
    opacity: .8;
    border-radius:100%
}

.sh-404-right {
    display: flex;
    align-items: center;
    padding-left:35px
}

.sh-404-container {
    width:100%
}

.sh-404-page h1 {
    font-size: 48px;
    color:#505050
}

.sh-404-description {
    font-size: 18px;
    color: #848484;
    line-height: 140%;
    margin-bottom:40px
}

@media (max-width: 799px) {
    .sh-404-title {
        font-size:90px
    }

    .sh-404-page h1, .sh-404-description {
        text-align:center
    }
}

@media (max-width: 1000px) {
    .sh-404-page h1 {
        font-size:36px
    }

    .sh-404-description {
        font-size:16px
    }

    .sh-404-title {
        font-size:110px
    }

    .sh-404-page .sh-404-left {
        max-width: 60%;
        min-width: 340px;
        margin:0 auto
    }

    .sh-404-page .sh-404-right {
        margin-top:40px
    }

    .sh-404-page .sh-404-left, .sh-404-page .sh-404-right {
        height:auto !important
    }
}

@media (max-width: 799px) {
    .sh-404-page .sh-404-title {
        font-size:48px
    }

    .sh-404-page .sh-404-left {
        min-width: 1px !important;
        max-width: 300px;
        width: 100%;
        padding:0 40px
    }
}

@media (max-width: 600px) {
    .sh-404-page h1 {
        font-size:24px
    }

    .sh-404-page .sh-404-right {
        padding:0 25px
    }
}

.sh-back-to-top {
    backface-visibility: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: .3s all ease;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    z-index: 5000;
    color: #cecece;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    box-shadow:0px 3px 6px 1px rgba(0, 0, 0, .07)
}

.sh-back-to-top:hover {
    background-color: #d79c74;
    border:1px solid #d79c74
}

.sh-back-to-top i {
    display: block;
    font-size: 30px;
    line-height: 46px;
    color:#505050
}

.sh-back-to-top:hover i {
    color: #fff;
    text-shadow:0px 3px 3px rgba(0, 0, 0, .15)
}

.sh-back-to-top.active {
    opacity:1
}

.sh-back-to-top.filled {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    color:#fff
}

.sh-back-to-top2 {
    border-radius: 100%;
    width: 60px;
    height:60px
}

.sh-back-to-top2 i {
    line-height: 56px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform:rotate(90deg)
}

.sh-back-to-top3 {
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12);
    background-color: #fff;
    border-width: 0 !important;
    font-size:20px
}

.sh-back-to-top3 i {
    font-size:20px
}

.sh-page-loader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:995000
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin:100px auto
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay:.2s
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay:.3s
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay:.4s
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay:.1s
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay:.2s
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay:.3s
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay:0s
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay:.1s
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay:.2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform:scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform:scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform:scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform:scale3D(0, 0, 1)
    }
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform:rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin:100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform:scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform:scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform:scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay:.3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay:.6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay:.9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity:0
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity:1
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity:0
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity:0
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity:1
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity:0
    }
}

.sk-spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align:center
}

.sk-spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation:sk-bouncedelay 1.4s infinite ease-in-out both
}

.sk-spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay:-.32s
}

.sk-spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay:-.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform:scale(0)
    }

    40% {
        -webkit-transform:scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform:scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform:scale(1)
    }
}

.sh-page-loader-style-spinner #loading-center-absolute {
    display: table;
    margin:0 auto
}

.sh-page-loader-style-spinner .object {
    width: 20px;
    height: 20px;
    background-color: #8d8d8d;
    float: left;
    margin-right: 20px;
    border-radius:50%
}

.sh-page-loader-style-spinner .object:last-child {
    margin-right:0
}

.sh-page-loader-style-spinner #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation:object_one 1.5s infinite
}

.sh-page-loader-style-spinner #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: .25s;
    animation-delay:.25s
}

.sh-page-loader-style-spinner #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: .5s;
    animation-delay:.5s
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform:scale(0)
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform:scale(0)
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform:scale(0)
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform:scale(0)
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform:scale(0)
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform:scale(0)
    }
}

.loader-item {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.loader {
    width: 30px;
    height: 30px;
    position: relative;
    margin:auto
}

.loader:before, .loader:after {
    content: "";
    position:absolute
}

.loader-8:before, .loader-8:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count:infinite
}

.loader-8:before {
    background: #616161;
    -webkit-animation-name: droplets;
    animation-name:droplets
}

.loader-8:after {
    border: 1px solid #616161;
    opacity: 0;
    -webkit-animation-name: ripples;
    animation-name:ripples
}

@-webkit-keyframes droplets {
    0%, 15% {
        opacity:1
    }

    15% {
        -webkit-transform: scale(.5);
        transform:scale(.5)
    }

    60% {
        -webkit-transform: scale(4);
        transform:scale(4)
    }

    60%, 90% {
        opacity:0
    }

    90% {
        -webkit-transform: scale(3);
        transform:scale(3)
    }

    95%, 100% {
        opacity:1
    }

    100% {
        -webkit-transform: scale(1);
        transform:scale(1)
    }
}

@keyframes droplets {
    0%, 15% {
        opacity:1
    }

    15% {
        -webkit-transform: scale(.5);
        transform:scale(.5)
    }

    60% {
        -webkit-transform: scale(4);
        transform:scale(4)
    }

    60%, 90% {
        opacity:0
    }

    90% {
        -webkit-transform: scale(3);
        transform:scale(3)
    }

    95%, 100% {
        opacity:1
    }

    100% {
        -webkit-transform: scale(1);
        transform:scale(1)
    }
}

@-webkit-keyframes ripples {
    0%, 30% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform:scale(1)
    }

    60% {
        opacity:.3
    }

    90% {
        -webkit-transform: scale(3);
        transform:scale(3)
    }

    100% {
        opacity:0
    }
}

@keyframes ripples {
    0%, 30% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform:scale(1)
    }

    60% {
        opacity:.3
    }

    90% {
        -webkit-transform: scale(3);
        transform:scale(3)
    }

    100% {
        opacity:0
    }
}

.sh-window-line {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index:9999999
}

.sh-window-line.line-top {
    top:0
}

.sh-window-line.line-top, .sh-window-line.line-bottom {
    height:20px
}

.sh-window-line.line-left, .sh-window-line.line-right {
    width:20px
}

.sh-window-line.line-bottom {
    bottom:0
}

.sh-window-line.line-left {
    top: 0;
    bottom: 0;
    right:auto
}

.sh-window-line.line-right {
    top: 0;
    bottom: 0;
    left:auto
}

.page-white-borders #page-container {
    padding-bottom:20px
}

.sh-page-notice {
    width: 100%;
    background-color: #383838;
    color: #e2e1e1;
    padding: 20px 0;
    display:none
}

.sh-page-notice a {
    color:#e2e1e1
}

.sh-page-notice a:hover, .sh-page-notice a:focus {
    color:#fff
}

.sh-page-notice .sh-page-notice-button {
    background-color: #767676;
    position: relative;
    display: inline-block;
    padding: 8px 18px;
    margin: -8px 0;
    margin-left: 16px;
    font-weight: 700;
    color: #fff;
    border-radius:8px
}

.sh-page-notice .sh-page-notice-button:hover {
    background-color:#8d8d8d
}

.sh-page-notice .text-right {
    min-width:100px
}

.sh-ratio {
    position:relative
}

.sh-ratio-container {
    padding-bottom:56.25%
}

.sh-ratio-container-4_3 {
    padding-bottom:75%
}

.sh-ratio-container-1_1 {
    padding-bottom:100%
}

.sh-ratio-container-130 {
    padding-bottom:130% !important
}

.sh-ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position:50% 50%
}

.sh-ratio-content iframe {
    width: 100%;
    height:100%
}

X#content .vc_row[data-vc-full-width] {
    overflow-x: visible;
    overflow-y:visible
}

body.vc_editor .vc_row[data-vc-full-width] {
    overflow:visible !important
}

.kc-container {
    max-width:1200px !important
}

@media (max-width: 1250px) {
    .kc-container {
        max-width:960px !important
    }
}

@media (max-width: 1025px) {
    .kc-container {
        max-width:850px !important
    }
}

@media (max-width: 900px) {
    .kc-container {
        max-width:740px !important
    }
}

@media (max-width: 800px) {
    .kc-container {
        max-width:600px !important
    }
}

@media (max-width: 700px) {
    .kc-container {
        max-width:468px !important
    }
}

@media (max-width: 550px) {
    .kc-container {
        max-width:300px !important
    }
}

.kc_row {
    padding-top: 100px;
    padding-bottom:100px
}

.kc_column:first-child {
    padding-left:0
}

.kc_column:last-child {
    padding-right:0
}

.kc_column:only-child {
    padding-left: 0;
    padding-right:0
}

@media (max-width: 768px) {
    .kc_column {
        padding-left: 0 !important;
        padding-right:0 !important
    }
}

body.vc_editor.compose-mode #page-container {
    padding-top:0 !important
}

.compose-mode .vc_vc_row > [data-vc-full-width=true] {
    padding-top:0
}

.five-columns.vc_row .vc_col-sm-2 {
    float: left;
    width: 18.8%;
    padding: 0;
    margin-right: 1.5%;
    min-height:0
}

.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
    margin-right:0
}

.sh-text-tag-green, .sh-text-tag-green-small {
    background-color: #54c687;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 8px;
    white-space:nowrap
}

.sh-text-tag-green-small {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 8px;
    padding:5px 9px
}

.sh-text-tag-purple {
    background-color: #9048b0;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 11px;
    text-transform:uppercase
}

.sh-text-tag-shadow {
    box-shadow:0px 5px 45px rgba(0, 0, 0, .1)
}

.vc_row_reversed_columns {
    display:flex
}

@media only screen and (max-width: 767px) {
    .vc_row_reversed_columns {
        flex-direction:column-reverse
    }
}

@media (min-width: 1250px) {
    .vc_row[data-vc-full-width=true][data-vc-stretch-content=true] {
        margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
        margin-right:calc(-100vw/2 + 1200px/2 + 7.5px)
    }

    .vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true]) {
        margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
        margin-right: calc(-100vw/2 + 1200px/2 + 7.5px);
        padding-left: calc(100vw/2 - 1200px/2 - 7.5px) !important;
        padding-right:calc(100vw/2 - 1200px/2 - 7.5px) !important
    }
}

.vc_row_shadow1, .vc_row_shadow1_hover:hover, .vc_column_shadow1, .vc_column_shadow1_hover:hover {
    box-shadow:0 15px 25px -7px rgba(0, 0, 0, .09), 0 -12px 10px -10px rgba(0, 0, 0, .04)
}

.vc_row_shadow2, .vc_row_shadow2_hover:hover, .vc_column_shadow2, .vc_column_shadow2_hover:hover {
    box-shadow:0px 3px 13px 1px rgba(0, 0, 0, .12)
}

.vc_row_shadow3, .vc_row_shadow3_hover:hover, .vc_column_shadow3, .vc_column_shadow3_hover:hover {
    box-shadow:0px 15px 45px -9px rgba(0, 0, 0, .25)
}

.vc_row_shadow1_hover, .vc_row_shadow2_hover, .vc_row_shadow3_hover, .vc_column_shadow1_hover, .vc_column_shadow2_hover, .vc_column_shadow3_hover {
    transition:.3s all ease-in-out
}

.vc_row[data-vc-full-width]:not(.vc_parallax):not(.vc_row-no-padding) {
    overflow:visible
}

.vc_row .wpb_revslider_element {
    font-size:0px
}

@media (max-width: 800px) {
    .vc_column_reponsive_border_disabled .vc_column-inner {
        border-width:0 !important
    }
}

.vc_row.jarallax > .vc_column_container, .vc_row.jarallax > .vc_vc_column {
    z-index:1
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab > a {
    padding: 0 10px;
    border-radius: 100px;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    color:#aeaeae
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab > a:hover, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab > a:focus {
    background-color:transparent
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    border: 2px solid #000;
    color:#212121
}

.vcg-icon {
    display:inline-block
}

.vcg-icon i {
    transition:.3s all ease-in-out
}

.vcg-list {
    position:relative
}

.vcg-list-icon {
    position: absolute;
    font-size:14px
}

.vcg-list-content {
    margin-left:28px
}

@media (min-width: 768px) {
    .vcg-single-image-stretch-left {
        margin-left:calc(100% - 100vw/2 + 22px)
    }

    .vcg-single-image-stretch-right {
        margin-right:calc(100% - 100vw + 22px)
    }
}

.vcg-single-image {
    position:relative
}

.vcg-single-image-source {
    position: relative;
    overflow:hidden
}

.vcg-single-image-source:hover .vcg-single-image-overlay {
    opacity:1
}

.vcg-single-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 19, 19, .8);
    opacity: 0;
    transition: .3s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content:center
}

.vcg-single-image-overlay span {
    font-size: 16px;
    font-weight: 700;
    color:#fff
}

.vcg-single-image-overlay i {
    font-size: 24px;
    position: relative;
    bottom: -4px;
    margin-right:10px
}

@media (max-width: 767px) {
    .vcg-single-image-overlay span {
        font-size:13px
    }
}

.vcg-single-image-align-right .vcg-single-image-container {
    margin-left:auto
}

.vcg-single-image-align-center .vcg-single-image-container {
    margin:0 auto
}

.vcg-single-image-container {
    display: table;
    position:relative
}

.vcg-single-image-tag {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 52px;
    height: 52px;
    border-radius:100px
}

.vcg-single-image-tag:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100px;
    border-width: 0;
    border-style:solid
}

.vcg-single-image-tag span {
    display: block;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    text-shadow:0 3px 10px rgba(0, 0, 0, .2)
}

.vcg-single-image-tag-new {
    background-color:#ff5666
}

.vcg-single-image-tag-new:after {
    border-color:rgba(255, 86, 102, .12)
}

.vcg-single-image-tag-trending {
    background-color:#9a61db
}

.vcg-single-image-tag-trending:after {
    Xborder-color:solid rgba(154, 97, 219, .12)
}

.vcg-single-image-tag-new:after {
    animation:pulse_new 2s infinite
}

.vcg-single-image-tag-trending:after {
    animation:pulse 2s infinite
}

.vcg-single-image-tag-soon span, .vcg-single-image-tag-trending span {
    font-size: 32px;
    line-height:56px
}

.vcg-single-image-tag-number span {
    font-size: 18px;
    font-weight: 800;
    line-height:52px
}

.vcg-single-image-tag-soon {
    background-color:#cdcdcd
}

@keyframes pulse_new {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 86, 102, .4);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 86, 102, .4);
        box-shadow:0 0 0 0 rgba(255, 86, 102, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 86, 102, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 86, 102, 0);
        box-shadow:0 0 0 10px rgba(255, 86, 102, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 86, 102, 0);
        box-shadow: 0 0 0 0 rgba(255, 86, 102, 0);
        -webkit-box-shadow:0 0 0 0 rgba(255, 86, 102, 0)
    }
}

@keyframes pulse_trending {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(154, 97, 219, .4);
        -webkit-box-shadow: 0 0 0 0 rgba(154, 97, 219, .4);
        box-shadow:0 0 0 0 rgba(154, 97, 219, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(154, 97, 219, 0);
        -webkit-box-shadow: 0 0 0 10px rgba(154, 97, 219, 0);
        box-shadow:0 0 0 10px rgba(154, 97, 219, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(154, 97, 219, 0);
        box-shadow: 0 0 0 0 rgba(154, 97, 219, 0);
        -webkit-box-shadow:0 0 0 0 rgba(154, 97, 219, 0)
    }
}

.vcg-single-image-shadow1 .vcg-single-image-source {
    box-shadow:0px 5px 30px rgba(0, 0, 0, .05)
}

.blog-slider:not(.blog-slider-style4) > .blog-slider-list, .blog-slider-style4 {
    opacity:0
}

.blog-slider-list, .blog-slider-style4 {
    transition:.3s all ease-in-out
}

.blog-slider-list.slick-initialized, .blog-slider-style4.loaded {
    opacity:1 !important
}

.blog-slider {
    position: relative;
    overflow: hidden;
    max-height:540px
}

.blog-slider-item {
    background-size: cover;
    background-position: 50% 50%;
    height: 540px;
    position:relative
}

.vcg-woocommerce-categories-item-container:after, .blog-grid-item-container:after, .blog-slider-item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width:100%
}

.vcg-woocommerce-categories-item-container:after, .blog-grid-item-container:after, .blog-slider-item:after, .post-style-cover .post-container:after, .sh-widget-posts-slider-style2 .sh-ratio-content:after, .categories-list-item .sh-ratio-content:after {
    top: 15% !important;
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0%, rgba(16, 15, 15, .91) 89%, rgba(16, 15, 15, .93) 93%) !important;
    transition: .2s all ease-in-out;
    opacity:.93
}

.blog-slider-style4 .blog-slider-item:after {
    top: 0 !important;
    background:linear-gradient(to bottom, rgba(50, 50, 50, .2) 0%, rgba(16, 15, 15, .91) 89%, rgba(16, 15, 15, .93) 93%) !important
}

.blog-slider-item:hover:after, .post-style-cover .post-container:hover:after, .sh-widget-posts-slider-style2 .sh-ratio-content:hover:after, .categories-list-item .sh-ratio-content:hover:after {
    opacity:1
}

.blog-slider-item .post-meta, .post-style-cover .post-meta, .sh-widget-posts-slider-style2 .post-meta, .sh-widget-posts-slider-style1:not(.blog-mini-post-generic) .post-meta, .post-quote-link-meta .post-meta {
    opacity:.8
}

.blog-slider-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 300px;
    padding-right:300px
}

@media (max-width: 1200px) {
    .blog-slider-container {
        padding-left: 0;
        padding-right:0
    }
}

#post-slider-media {
    display:none
}

.post-slider-media-content {
    width: 1024px;
    max-width:100%
}

.post-slider-media-content iframe {
    width:100%
}

.blog-slider-content {
    padding: 0 30px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom:40px
}

.blog-slider-content .ti-control-play, .blog-slider-content .ti-headphone {
    transition:.3s all ease-in-out
}

.blog-slider-content .ti-control-play:hover, .blog-slider-content .ti-headphone:hover {
    opacity:.65
}

.blog-slider-content-without-meta .blog-slider-content-icon {
    bottom:62px
}

.blog-slider-uppercase-title .post-title {
    text-transform:uppercase
}

@media (max-width: 1000px) {
    .blog-slider:not(.blog-slider-style2):not(.blog-slider-style5):not(.blog-slider-style8):not(.blog-slider-style9) .blog-slider-container .blog-slider-content {
        max-width:80%
    }

    .blog-slider-item .blog-slider-content h2 {
        font-size:36px
    }
}

@media (max-width: 767px) {
    .blog-slider {
        max-height:320px
    }

    .blog-slider.blog-slider-style7 {
        max-height:none
    }

    .blog-slider-item {
        height:320px
    }

    .blog-slider:not(.blog-slider-style2):not(.blog-slider-style5):not(.blog-slider-style8):not(.blog-slider-style9) .blog-slider-container .blog-slider-content {
        max-width: 80%;
        padding-bottom:25px
    }

    .blog-slider:not(.blog-slider-style5):not(.blog-slider-style8):not(.blog-slider-style9) .blog-slider-item .blog-slider-content h2 {
        font-size:24px !important
    }
}

.blog-slider-content-icon {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .14);
    padding-right:25px
}

.blog-slider-content-icon i {
    font-size: 36px;
    color:#fff
}

.blog-slider-content-details {
    padding-left:60px
}

.blog-slider-item .post-meta {
    border-left-width: 0;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    z-index:100
}

.blog-slider-item .post-meta i {
    font-size: 14px;
    bottom:-2px
}

.blog-slider-item .post-meta * {
    color:#fff
}

.blog-slider-item .post-meta img {
    position: relative;
    top:-2px
}

.blog-slider-item h1, .blog-slider-item h2 {
    font-size: 48px;
    margin-bottom: 18px;
    line-height: 100% !important;
    color:#fff
}

.blog-slider-item.slick-active {
    opacity:1 !important
}

.blog-slider:not(.blog-slider-style4) .blog-slider-item:first-child {
    display:block
}

.blog-slider-dots {
    position: absolute;
    bottom: 47px;
    left: 0;
    right:0
}

.blog-slider-dots .slick-dots {
    position: relative;
    width: 900px;
    text-align: right;
    margin: 0 auto;
    line-height: 1;
    top:-3px
}

@media (max-width: 1200px) {
    .blog-slider .slick-arrow {
        display:none !important
    }

    .blog-slider-dots .slick-dots {
        width: 100%;
        padding:0 140px
    }

    .blog-slider-style1 .blog-slider-dots .slick-dots, .blog-slider-style3 .blog-slider-dots .slick-dots {
        padding:0 80px !important
    }
}

@media (max-width: 900px) {
    .blog-slider .slick-dots {
        display:none !important
    }
}

.blog-slider .slick-prev, .blog-slider .slick-next {
    max-width: 260px;
    cursor: pointer;
    bottom: 48px;
    top: auto;
    color:#fff
}

.blog-slider .slick-prev {
    padding-left: 65px;
    margin-left:35px
}

.blog-slider .slick-prev i {
    position: absolute;
    left: 0;
    bottom:6px
}

.blog-slider .slick-next {
    text-align: right;
    padding-right: 65px;
    margin-right:35px
}

.blog-slider .slick-next i {
    position: absolute;
    right: 0;
    bottom:6px
}

.blog-slider .slick-arrow i {
    font-size: 30px;
    color: rgba(255, 255, 255, .7);
    transition:.3s all ease-in-out
}

.blog-slider .slick-arrow i:hover {
    color:rgba(255, 255, 255, 1)
}

.blog-slider .slick-arrow p, .blog-slider .slick-arrow p a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(255, 255, 255, .8);
    letter-spacing: 2px;
    font-weight:700
}

.blog-slider .slick-arrow p {
    margin-bottom:5px
}

.blog-slider .slick-arrow h5 {
    color: #fff;
    font-size: 13px;
    line-height: 135% !important;
    margin-bottom: 0;
    color:rgba(255, 255, 255, .8)
}

.blog-slider .slick-arrow h5:hover {
    color:rgba(255, 255, 255, 1)
}

#page-container .blog-slider .slick-arrow .post-read-later {
    display:none !important
}

.blog-slider-style3 {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    z-index:100
}

body.single .blog-slider-style3 {
    border-radius:0
}

.blog-slider-style11 {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    z-index:100
}

body .blog-slider-style11 .blog-slider-content {
    max-width:100% !important
}

.blog-slider-style11 .blog-slider-content-icon {
    display:none
}

.blog-slider-style11 .blog-slider-content-details {
    padding-left:25px
}

.blog-slider-style11 .blog-slider-item h2 {
    font-size: 30px;
    line-height: 125% !important;
    margin-bottom:5px
}

.blog-slider-style11 .post-categories-container {
    margin-bottom:15px !important
}

@media (min-width: 768px) {
    .blog-slider-style11 .blog-slider-item {
        height:450px
    }
}

.blog-slider-style4 {
    position: relative;
    border-radius: 8px;
    z-index:100
}

.blog-slider-style4, .blog-slider-style4 .blog-slider-item {
    max-height: 570px;
    height:570px
}

.blog-slider-style4 .blog-slider-item .blog-slider-container {
    opacity:0
}

.blog-slider-style4 .blog-slider-item.active .blog-slider-container {
    z-index: 200;
    opacity: 1;
    animation-name: fadein;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-duration:.8s
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform:translateY(10px)
    }

    10% {
        opacity: 0;
        transform:translateY(10px)
    }

    100% {
        opacity: 1;
        transform:translateY(0px)
    }
}

.blog-slider-style4 .blog-slider-container {
    padding-left: 0;
    padding-right: 0;
    width:65%
}

.blog-slider-style4 .blog-slider-content {
    margin: 0;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom:45px
}

.blog-slider-style4 {
    height: 570px;
    position:relative
}

.blog-slider-style4 .blog-slider-item {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 100;
    transition:2s opacity ease-in
}

.blog-slider-style4 .active.blog-slider-item {
    opacity: 1;
    z-index: 110;
    transition:.25s opacity ease-in !important
}

.blog-slider-style4 .blog-slider-item h1, .blog-slider-style4 .blog-slider-item h2 {
    font-size:36px
}

.blog-slider-style4 .blog-slider-mini-list {
    position: absolute;
    top: 80px;
    bottom: 80px;
    right: 30px;
    width: 30%;
    overflow: hidden;
    z-index:200
}

.blog-slider-style4 .blog-slider-mini-list .post-categories-container {
    margin-top:0
}

.blog-slider-style4 .blog-slider-mini-list .post-categories-container {
    margin-top: 0;
    margin-bottom: 2px;
    line-height:1
}

.blog-slider-style4 .blog-slider-mini-list h5 {
    font-size: 13px;
    color:#fff
}

.blog-slider-style4 .blog-slider-mini-list .sh-widget-posts-slider-style1:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 19px;
    padding-bottom: 13px;
    margin-right:20px
}

.blog-slider-style4 .blog-slider-mini-list .sh-widget-posts-slider-thumbnail {
    width: 100px;
    box-shadow:1px 4px 10px 1px rgba(0, 0, 0, .22)
}

.blog-slider-style4 .blog-slider-mini-list .sh-widget-posts-slider-content {
    margin-left: 120px;
    padding-right: 10px;
    min-height:70px
}

@media (max-width: 1200px) {
    .blog-slider-style4 .blog-slider-mini-list {
        top: 55px;
        bottom:55px
    }
}

@media (max-width: 1025px) {
    .blog-slider-style4 .blog-slider-container .blog-slider-content {
        max-width:100% !important
    }
}

@media (max-width: 800px) {
    .blog-slider-style4 .blog-slider-container {
        width:100%
    }

    .blog-slider-style4 .sh-widget-posts-slider-thumbnail {
        display:none
    }

    .blog-slider-style4 .sh-widget-posts-slider-thumbnail {
        display:none
    }

    .blog-slider-style4 .blog-slider-mini-list .sh-widget-posts-slider-content {
        margin-left:0 !important
    }

    .blog-slider-style4 .blog-slider-mini-list .sh-widget-posts-slider-style1:not(:last-child) {
        margin-bottom: 12px;
        padding-bottom:0
    }

    .blog-slider-style4 .blog-slider-mini-list h5 {
        margin-bottom:0
    }

    .blog-slider-style4 .blog-slider-mini-list {
        margin-bottom:300px
    }

    .blog-slider-style4 .blog-slider-mini-list {
        width: auto;
        left:30px
    }

    .blog-slider-style4 .blog-slider-content {
        padding-left: 30px;
        padding-right:30px
    }
}

.blog-slider-style2 .blog-slider-item {
    margin: 0 7.5px;
    border-radius: 10px;
    overflow: hidden;
    z-index:100
}

.blog-slider-style2 .blog-slider-item .blog-slider-container {
    opacity: 0;
    padding-left: 15px;
    padding-right:15px
}

.blog-slider-style2 .blog-slider-item.slick-center .blog-slider-container {
    animation-name: fadein2;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-duration: .8s;
    opacity: 1;
    z-index:1000
}

@keyframes fadein2 {
    0% {
        opacity: 0;
        transform:translateY(10px)
    }

    10% {
        opacity: 0;
        transform:translateY(10px)
    }

    100% {
        opacity: 1;
        transform:translateY(0px)
    }
}

.blog-slider-style2:not(.style10) .blog-slider-item h2 {
    font-size:36px !important
}

.blog-slider-style2:not(.style10) .blog-slider-dots {
    left: auto;
    right:32%
}

@media (max-width: 1200px) {
    .blog-slider-style2:not(.style10) .blog-slider-dots {
        right:21%
    }

    .blog-slider-dots .slick-dots {
        padding:0
    }
}

.blog-slider-style2 .slick-dots {
    width:auto
}

@media (max-width: 768px) {
    .blog-slider-style2 .post-author-image {
        display:none !important
    }

    .blog-slider-style2 .blog-slider-item .blog-slider-container .blog-slider-content h2.post-title {
        font-size: 18px !important;
        margin-bottom:12px !important
    }

    .blog-slider-style2 .post-meta-content {
        line-height:100%
    }

    .blog-slider-style2 .post-meta-content > * :not(.post-auhor-date) {
        display:none !important
    }

    .blog-slider-style2 .blog-grid-small h2 {
        font-size:11px !important
    }
}

.blog-slider-style3 .blog-slider-container, .blog-slider-style6 .blog-slider-container {
    padding-left: 0;
    padding-right:0
}

.blog-slider-style1 .slick-prev, .blog-slider-style1 .slick-next {
    bottom:75px
}

@media (max-width: 700px) {
    .blog-slider-style1 .blog-slider-content-icon i, .blog-slider-style3 .blog-slider-content-icon i {
        font-size:21px
    }

    .blog-slider-style1 .blog-slider-content-icon, .blog-slider-style3 .blog-slider-content-icon {
        padding-right: 10px;
        top: 34px;
        bottom:75px
    }

    .blog-slider-style1 .blog-slider-content, .blog-slider-style3 .blog-slider-content {
        padding-right: 0;
        max-width:85% !important
    }

    .blog-slider-style1 .blog-slider-content-details, .blog-slider-style3 .blog-slider-content-details {
        padding-left:20px
    }
}

.blog-slider-style5 {
    position: relative;
    margin: 0 -6px;
    opacity: 0;
    transition:.3s all ease-in-out
}

.blog-slider-style5.slick-initialized {
    opacity:1
}

.blog-slider-style5 .blog-slider-item {
    z-index:110
}

.blog-slider-style5 .blog-grid-list {
    height: 500px;
    margin:0 6px
}

.blog-slider-style5 .blog-slider:not(.slick-initialized) .blog-grid-list:not(:first-child) {
    display:none
}

.blog-slider-style5 .blog-grid-large, .blog-slider-style5 .blog-grid-small {
    position: relative;
    float:left
}

.blog-slider-style5 .blog-grid-large {
    width: 67%;
    height:100%
}

.blog-slider-style5 .blog-grid-small {
    width: 33%;
    height:50%
}

.blog-slider-style5 .blog-grid-large:only-child {
    width:100%
}

.blog-slider-style5 .blog-grid-item2 {
    padding-bottom:6px
}

.blog-slider-style5 .blog-grid-item3 {
    padding-top:6px
}

.blog-slider-style5 .blog-grid-item-container {
    position: relative;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: 50% 50%;
    overflow:hidden
}

.blog-slider-style5 .blog-grid-small .post-categories, .blog-slider-style5 .blog-grid-small .post-categories a {
    font-size:11px
}

.blog-slider-style5 .blog-grid-small .blog-grid-item-container {
    margin-left:12px
}

.blog-slider-style5 .blog-grid-large h2 {
    font-size:30px
}

.blog-slider-style5 .blog-grid-small h2 {
    font-size: 18px !important;
    margin-bottom: 10px;
    line-height:115% !important
}

.blog-slider-style5 .blog-slider-container {
    padding: 0;
    width: auto;
    left: 0;
    right:0
}

.blog-slider-style5 .blog-slider-content {
    padding-bottom: 30px;
    max-width:100%
}

.blog-slider-style5 .blog-slider-content-details {
    padding-left:0
}

@media (max-width: 1000px) {
    .blog-slider-style5.blog-slider, .blog-slider-style5 .blog-grid-list {
        max-height: none;
        height:auto
    }

    .blog-slider-style5 .blog-grid-large {
        width: 100%;
        height:380px
    }

    .blog-slider-style5 .blog-grid-large:only-child {
        height:592px
    }

    .blog-slider-style5 .blog-grid-small {
        width: 50%;
        height: 200px;
        margin-top: 12px;
        padding:0
    }

    .blog-slider-style5 .blog-grid-item2 .blog-grid-item-container {
        margin-left:0
    }
}

@media (max-width: 768px) {
    .blog-slider-style5 {
        margin-left: calc(-50vw + 50% - 6px);
        margin-right:calc(-50vw + 50% - 6px)
    }

    .blog-slider-style5 .blog-grid-large h2 {
        font-size:21px
    }

    .blog-slider-style5 .blog-grid-small h2 {
        font-size:15px
    }

    .blog-slider-style5 .blog-grid-item1 .blog-grid-item-container {
        border-radius:0
    }

    .blog-slider-style5 .blog-grid-item2 .blog-grid-item-container {
        border-top-left-radius: 0;
        border-bottom-left-radius:0
    }

    .blog-slider-style5 .blog-grid-item3 .blog-grid-item-container {
        border-top-right-radius: 0;
        border-bottom-right-radius:0
    }
}

.blog-slider-style8 {
    position: relative;
    margin: 0 -6px;
    opacity: 0;
    transition: .3s all ease-in-out;
    max-height:580px
}

.blog-slider-style8.slick-initialized {
    opacity:1
}

.blog-slider-style8 .blog-slider-item {
    z-index:110
}

.blog-slider-style8 .blog-grid-list {
    height: 580px;
    margin:0 6px
}

.blog-slider-style8 .blog-grid-large, .blog-slider-style8 .blog-grid-small {
    position: relative;
    float:left
}

.blog-slider-style8 .blog-grid-large {
    width: 67%;
    height: 50%;
    height:calc(50% - 6px)
}

.blog-slider-style8 .blog-grid-small {
    width: 33%;
    height:calc(50% - 6px)
}

.blog-slider-style8 .blog-grid-large:only-child {
    width:100%
}

.blog-slider-style8 .blog-grid-item-container {
    position: relative;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: 50% 50%;
    overflow:hidden
}

.blog-slider-style8 .blog-slider-item .post-categories, .blog-slider-style8 .blog-slider-item .post-categories a {
    font-size:11px
}

.blog-slider-style8 .blog-grid-item2 .blog-grid-item-container {
    margin-left:12px
}

.blog-slider-style8 .blog-grid-item3 .blog-grid-item-container {
    margin-right:12px
}

.blog-slider-style8 .blog-grid-item1, .blog-slider-style8 .blog-grid-item2 {
    margin-bottom:12px
}

.blog-slider-style8 .blog-grid-large h2 {
    font-size:30px
}

.blog-slider-style8 .blog-grid-small h2 {
    font-size: 18px !important;
    margin-bottom: 10px;
    line-height:120% !important
}

.blog-slider-style8 .blog-slider-container {
    padding: 0;
    width: auto;
    left: 0;
    right:0
}

.blog-slider-style8 .blog-slider-content {
    padding-bottom: 30px;
    max-width:100%
}

.blog-slider-style8 .blog-slider-content-details {
    padding-left:0
}

@media (max-width: 1000px) {
    .blog-slider-style8.blog-slider, .blog-slider-style8 .blog-grid-list {
        max-height:none !important
    }

    .blog-slider-style8 .blog-grid-large:only-child {
        height:592px
    }
}

@media (max-width: 768px) {
    .blog-slider-style8 {
        margin-left: calc(-50vw + 50% - 6px);
        margin-right:calc(-50vw + 50% - 6px)
    }

    .blog-slider-style8 .blog-grid-large {
        width:60%
    }

    .blog-slider-style8 .blog-grid-small {
        width:40%
    }

    .blog-slider-style8 .blog-slider-item .post-categories, .blog-slider-style8 .blog-slider-item .post-categories a {
        font-size:9px
    }

    .blog-slider-style8 .post-author-image {
        display:none !important
    }

    .blog-slider-style8 .blog-grid-large h2 {
        font-size: 16px !important;
        margin-bottom:8px !important
    }

    .blog-slider-style8 .post-meta-content {
        line-height:100%
    }

    .blog-slider-style8 .post-meta-content > * :not(.post-auhor-date) {
        display:none !important
    }

    .blog-slider-style8 .blog-grid-small h2 {
        font-size:11px !important
    }

    .blog-slider-style8 .blog-grid-item1 .blog-grid-item-container, .blog-slider-style8 .blog-grid-item3 .blog-grid-item-container {
        border-top-left-radius: 0;
        border-bottom-left-radius:0
    }

    .blog-slider-style8 .blog-grid-item2 .blog-grid-item-container, .blog-slider-style8 .blog-grid-item4 .blog-grid-item-container {
        border-top-right-radius: 0;
        border-bottom-right-radius:0
    }

    .blog-slider-style8 .blog-slider-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom:20px
    }
}

.blog-slider-style9 {
    position: relative;
    opacity: 0;
    transition: .3s all ease-in-out;
    max-height: 500px;
    margin:0 -6px
}

.blog-slider-style9.slick-initialized, .blog-slider-style12.slick-initialized {
    opacity:1
}

.blog-slider-style9 .blog-slider-item {
    z-index:110
}

.blog-slider-style9 .blog-grid-list {
    height: 500px;
    margin:0 6px
}

.blog-slider-style9 .blog-grid-large, .blog-slider-style9 .blog-grid-small, .blog-slider-style9 .blog-grid-medium {
    position: relative;
    float:left
}

.blog-slider-style9 .blog-grid-large {
    width: 50%;
    height:100%
}

.blog-slider-style9 .blog-grid-small {
    width: 25%;
    height:calc(50% - 6px)
}

.blog-slider-style9 .blog-grid-medium {
    width: 50%;
    height:calc(50% - 6px)
}

.blog-slider-style9 .blog-grid-large:only-child {
    width:100%
}

.blog-slider-style9 .blog-grid-item-container {
    position: relative;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-position: 50% 50%;
    overflow:hidden
}

.blog-slider-style9 .blog-slider-item .post-categories, .blog-slider-style9 .blog-slider-item .post-categories a {
    font-size:11px
}

.blog-slider-style9 .blog-grid-item2 .blog-grid-item-container, .blog-slider-style9 .blog-grid-item3 .blog-grid-item-container, .blog-slider-style9 .blog-grid-item4 .blog-grid-item-container {
    margin-left:12px
}

.blog-slider-style9 .blog-grid-item1, .blog-slider-style9 .blog-grid-item2 {
    margin-bottom:12px
}

.blog-slider-style9 h2 {
    line-height:130% !important
}

.blog-slider-style9 .blog-grid-large h2 {
    font-size: 20px;
    margin-bottom:6px
}

.blog-slider-style9 .blog-grid-medium h2 {
    font-size: 18px;
    margin-bottom:6px
}

.blog-slider-style9 .blog-slider-item .post-categories-container {
    margin-bottom:12px
}

.blog-slider-style9 .blog-grid-small h2 {
    font-size: 14px !important;
    margin-bottom: 0;
    line-height:140% !important
}

.blog-slider-style9 .blog-slider-container {
    padding: 0;
    width: auto;
    left: 0;
    right:0
}

.blog-slider-style9 .blog-slider-content {
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 25px;
    max-width:100%
}

.blog-slider-style9 .blog-slider-content-details {
    padding-left:0
}

.blog-slider-style9 .slick-prev, .blog-slider-style9 .slick-next, .blog-slider-style11 .slick-prev, .blog-slider-style11 .slick-next {
    top: 50%;
    bottom: auto;
    background-color: #fff;
    padding: 0;
    height: 50px;
    width: 30px;
    text-align: center;
    margin-top: -24px;
    transition: .3s background ease-in-out;
    opacity:0
}

.blog-slider-style9:hover .slick-prev, .blog-slider-style9:hover .slick-next, .blog-slider-style11:hover .slick-prev, .blog-slider-style11:hover .slick-next {
    opacity:1
}

.blog-slider-style11 .slick-prev:hover, .blog-slider-style11 .slick-next:hover, .blog-slider-style11 .slick-prev:focus, .blog-slider-style11 .slick-next:focus, .blog-slider-style9 .slick-prev:hover, .blog-slider-style9 .slick-next:hover, .blog-slider-style9 .slick-prev:focus, .blog-slider-style9 .slick-next:focus {
    background-color:#f63a4c
}

.blog-slider-style11 .slick-prev i, .blog-slider-style11 .slick-next i, .blog-slider-style9 .slick-prev i, .blog-slider-style9 .slick-next i {
    color: #b1b1b1;
    position: static;
    line-height: 48px !important;
    font-size: 18px !important;
    transition:0s all ease-in-out
}

.blog-slider-style11 .slick-arrow:hover i, .blog-slider-style11 .slick-arrow:focus i, .blog-slider-style9 .slick-arrow:hover i, .blog-slider-style9 .slick-arrow:focus i {
    color:#fff
}

.blog-slider-style9 .slick-next i, .blog-slider-style11 .slick-next i {
    margin-right:-7px
}

.blog-slider-style9 .slick-prev i, .blog-slider-style11 .slick-prev i {
    margin-left:-7px
}

.blog-slider-style9 .slick-prev, .blog-slider-style11 .slick-prev {
    padding-left: 0;
    margin-left: 6px;
    border-top-right-radius: 10px;
    border-bottom-right-radius:10px
}

.blog-slider-style11 .slick-next, .blog-slider-style9 .slick-next {
    padding-right: 0;
    margin-right: 6px;
    border-top-left-radius: 10px;
    border-bottom-left-radius:10px
}

.blog-slider-style11 .slick-prev, .blog-slider-style11 .slick-next {
    margin-left: 0;
    margin-right:0
}

@media (min-width: 768px) {
    .blog-slider-container-style9 {
        position: relative;
        overflow:hidden
    }
}

@media (max-width: 1000px) {
    .blog-slider-style9.blog-slider, .blog-slider-style9 .blog-grid-list {
        max-height:none !important
    }

    .blog-slider-style9 .blog-grid-large:only-child {
        height:460px
    }
}

@media (max-width: 768px) {
    .blog-slider-style9 .blog-grid-list {
        height:auto
    }

    .blog-slider-style9 .blog-grid-large, .blog-slider-style9 .blog-grid-medium, .blog-slider-style9 .blog-grid-small, .blog-slider-style9 .blog-slider-item {
        margin-left: 0 !important;
        margin-right:0
    }

    .blog-slider-style9 .blog-grid-large {
        height: 200px;
        width: 100%;
        margin-bottom:4px
    }

    .blog-slider-style9 .blog-grid-medium {
        height: 120px;
        width:100%
    }

    .blog-slider-style9 .blog-grid-small {
        height: 120px;
        width: 50%;
        margin-bottom:4px
    }

    .blog-slider-style9 .blog-grid-item2 .blog-slider-item {
        margin-right:2px !important
    }

    .blog-slider-style9 .blog-grid-item3 .blog-slider-item {
        margin-left:2px !important
    }

    .blog-slider-style9 .blog-slider-item .post-categories, .blog-slider-style9 .blog-slider-item .post-categories a {
        font-size:9px
    }

    .blog-slider-style9 .post-author-image, .blog-slider-style9 .blog-grid-medium .post-meta {
        display:none !important
    }

    .blog-slider-style9 .blog-grid-large h2 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        margin-bottom:0 !important
    }

    .blog-slider-style9 .post-meta {
        display:none !important
    }

    .blog-slider-style9 .blog-grid-small h2, .blog-slider-style9 .blog-grid-medium h2 {
        font-size:11px !important
    }

    .blog-slider-style9 .blog-slider-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:15px
    }

    .blog-slider-style9 .blog-slider-item .post-categories-container {
        margin-bottom:8px
    }
}

@media (max-width: 600px) {
    .blog-slider-style9 .blog-slider-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom:10px
    }

    .blog-slider-style9 .blog-grid-small h2, .blog-slider-style9 .blog-grid-medium h2 {
        margin-bottom:0 !important
    }
}

.blog-slider-style12 .blog-grid-small-container {
    width: 25%;
    height: 100%;
    float: left;
    position:relative
}

.blog-slider-style12 .blog-grid-small-container .blog-grid-small {
    width:100%
}

.blog-slider-style12 .blog-grid-small-container .blog-grid-small .blog-slider-item {
    margin-left:0
}

.blog-slider-style12 .blog-grid-item4 {
    margin-bottom:12px
}

.blog-slider-style12 .blog-grid-item5 .blog-slider-item {
    margin-left:12px
}

@media (max-width: 768px) {
    .blog-slider-style12 .blog-grid-small-container {
        width:100%
    }

    .blog-slider-style12 .blog-grid-small-container .blog-grid-small {
        width:50%
    }

    .blog-slider-style12 .blog-grid-item1, .blog-slider-style12 .blog-grid-item4 {
        padding-right:5px
    }
}

.blog-slider-style5.blog-slider .slick-arrow i, .blog-slider-style8.blog-slider .slick-arrow i {
    font-size:24px
}

.blog-slider-style5.blog-slider .slick-next, .blog-slider-style5.blog-slider .slick-prev, .blog-slider-style8.blog-slider .slick-next, .blog-slider-style8.blog-slider .slick-prev {
    bottom:25px
}

.blog-slider-style5.blog-slider .slick-next, .blog-slider-style8.blog-slider .slick-next {
    margin-right: 0;
    right:35px
}

.blog-slider-style5.blog-slider .slick-prev, .blog-slider-style5.blog-slider .slick-prev, .blog-slider-style8.blog-slider .slick-prev, .blog-slider-style8.blog-slider .slick-prev {
    right: 25px;
    left:auto
}

.blog-slider-style5.blog-slider .slick-next i, .blog-slider-style5.blog-slider .slick-prev i, .blog-slider-style8.blog-slider .slick-next i, .blog-slider-style8.blog-slider .slick-prev i {
    right: 0;
    bottom:0
}

.blog-slider-style6 .blog-slider-content {
    text-align:center
}

.blog-slider-style6 h2 {
    font-size:36px
}

.blog-slider-style6 .blog-slider-content-details {
    padding-left:0
}

.blog-slider-style6 .slick-list {
    border-radius:8px
}

.blog-slider-style6 .blog-slider-dots .slick-dots {
    width:92%
}

.blog-basic-slider-item > div > .row > div {
    height: 540px;
    display: flex;
    align-items:center
}

@media (max-width: 1025px) {
    .blog-basic-slider-item h2 {
        font-size:24px !important
    }
}

@media (max-width: 767px) {
    .blog-basic-slider-item > div > .row > div {
        height: auto;
        min-height:200px
    }

    .blog-basic-slider-item .blog-slider-content-details {
        padding-left: 0 !important;
        margin: 0 -15px;
        padding-top:30px
    }

    .blog-basic-slider-item-controls i {
        font-size:24px !important
    }

    .blog-basic-slider-item-controls {
        margin-bottom:15px !important
    }
}

.blog-basic-slider-item-thumbnail {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
    position:relative
}

.blog-basic-slider-item .blog-slider-content-details {
    padding-left:25px
}

.blog-basic-slider-item h2 {
    font-size: 36px;
    margin-bottom:15px
}

.blog-basic-slider-item-controls i {
    font-size: 30px;
    cursor: pointer;
    transition:.3s all ease-in-out
}

.blog-basic-slider-item-controls i:hover {
    opacity:.7
}

.blog-basic-slider-item-controls {
    margin-bottom:25px
}

.blog-basic-slider-item-controls span {
    padding-right:6px
}

.blog-slider-style2.style10 .blog-slider-container {
    text-align: center;
    padding-bottom:50px
}

.blog-slider-style2.style10 .blog-slider-item h2 {
    font-size: 30px !important;
    padding-top: 10px;
    margin-bottom:10px
}

.blog-slider-style2.style10 .blog-slider-dots {
    left: 50%;
    transform: translate(-50%, -50%);
    right:auto
}

.blog-slider-style2.style10 .blog-slider-dots {
    bottom:32px
}

.sh-blog-fancy .blog-fancy-carousel-disabled.blog-style-cover .post-cover-container {
    opacity: 1 !important;
    animation-name: fadein3;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    z-index:120
}

.sh-blog-fancy .blog-fancy-carousel-disabled.blog-style-cover:not(.blog-style-coverbig) {
    margin:0 -18px
}

.sh-blog-fancy .blog-style-cover:after {
    content: "";
    display: block;
    clear:both
}

.sh-blog-fancy .slick-list {
    margin: 0 -18px;
    width:auto
}

.sh-blog-fancy .slick-slider .slick-prev.slick-arrow {
    left:-18px
}

.sh-blog-fancy .slick-slider .slick-next {
    right:-18px
}

.sh-blog-fancy .blog-style-mini1, .sh-blog-fancy .blog-style-mini2 {
    margin:0 -10px !important
}

.sh-blog-fancy .blog-style-mini1.slick-slider, .sh-blog-fancy .blog-style-mini2.slick-slider {
    margin:0 7px !important
}

.sh-blog-fancy .blog-style-fancy1, .sh-blog-fancy .blog-style-fancy3 {
    margin:0 -20px !important
}

.sh-blog-fancy .blog-style-fancy2 {
    margin:0 -15px !important
}

.blog-fancy-carousel .post-item {
    padding:10px 0
}

.sh-blog-fancy-title {
    margin-bottom: 33px;
    font-size:24px
}

.blog-fancy-list {
    position:relative
}

.post-style-cover {
    float:left
}

.post-style-cover:last-child:after {
    display: block;
    content: "";
    clear:both
}

.post-style-cover .post-container {
    padding: 0 20px;
    background-color: #f6f6f6;
    margin: 0 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 0;
    position:relative
}

.post-style-cover .post-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .75));
    z-index:110
}

.post-style-cover .post-cover-container {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    opacity:0
}

.post-style-cover .post-gallery, .post-style-cover .post-gallery *, .post-related-item .post-gallery, .post-related-item .post-gallery * :not(i):not(button) {
    -webkit-transform: none !important;
    transform: none !important;
    z-index:0 !important
}

.sh-categories .post-item .post-cover-container, .blog-style-coverbig .post-cover-container, .post-style-cover.slick-current .post-cover-container, .blog-slider-custom-item .post-cover-container, .post-style-cover.slick-active .post-cover-container, .post-style-cover[aria-hidden=false] .post-cover-container, .blog-style-fancy1 .blog-style-cover .post-cover-container, .blog-style-fancy2 .blog-style-cover .post-cover-container {
    opacity: 1;
    animation-name: fadein3;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    z-index:120
}

.post-style-cover .post-cover-container {
    animation-name: fadeout3;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-duration:.3s
}

@keyframes fadein3 {
    0% {
        opacity: 0;
        transform:translateY(10px)
    }

    10% {
        opacity: 0;
        transform:translateY(10px)
    }

    100% {
        opacity: 1;
        transform:translateY(0px)
    }
}

@keyframes fadeout3 {
    0% {
        opacity: 1;
        transform:translateY(0px)
    }

    10% {
        opacity: 1;
        transform:translateY(0px)
    }

    100% {
        opacity: 0;
        transform:translateY(0px)
    }
}

.post-style-cover .post-categories-container {
    margin-bottom:6px
}

.post-style-cover h2 {
    font-size: 24px;
    line-height: 110% !important;
    margin-bottom:9px
}

.post-style-cover .post-meta {
    margin-top:0
}

.post-style-cover .post-meta span, .post-style-cover .post-meta a, .post-style-cover h2 {
    color:#fff
}

.post-style-cover .post-categories {
    margin-bottom:0
}

.post-style-cover .post-cover-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display:block
}

.post-style-cover a, .post-style-cover .post-meta-content, .post-style-cover .post-categories {
    position: relative;
    display: inline-block;
    z-index:2
}

.post-style-cover .sh-ratio-content, .post-style-cover .post-cover-link, .post-style-cover .post-container:after {
    border-radius:8px
}

.post-style-cover .post-container, .post-style-cover .sh-ratio-content {
    max-height:580px
}

.blog-style-cover-center .post-cover-container {
    text-align:center
}

.blog-style-cover.columns2 .post-style-cover {
    width:50%
}

@media (min-width: 1200px) {
    .blog-style-cover.columns2 .post-style-cover h2 {
        font-size:30px
    }

    .blog-style-cover.columns2 .post-style-cover .post-cover-container {
        left: 60px;
        right: 60px;
        bottom:60px
    }
}

@media (max-width: 1199px) {
    .blog-style-cover.columns2 .post-style-cover h2 {
        font-size:26px
    }
}

@media (max-width: 1000px) {
    .blog-style-cover.columns2 .post-style-cover h2 {
        font-size:21px
    }
}

@media (max-width: 768px) {
    .blog-style-cover.columns2 .post-style-cover {
        width:100% !important
    }
}

@media (max-width: 767px) {
    .blog-style-coverbig.columns2 .post-style-cover, .blog-style-coverbig.columns3 .post-style-cover {
        width:100% !important
    }

    .blog-style-coverbig.columns2 .post-style-cover .post-container, .blog-style-coverbig.columns3 .post-style-cover .post-container {
        margin-left: 0;
        margin-right: 0;
        border-radius:8px !important
    }
}

@media (max-width: 500px) {
    .blog-style-cover.columns2 .post-meta-content > * :not(.post-auhor-date) {
        display:none !important
    }
}

.blog-style-cover.columns2 .post-meta {
    border-left-width: 0;
    padding: 1px 0;
    margin-top:0
}

.blog-style-cover.columns3 .post-style-cover .sh-ratio-container {
    padding-bottom:130%
}

.blog-style-cover.columns2 .post-style-cover .sh-ratio-container {
    padding-bottom:80%
}

.sh-section > .container-fluid .blog-style-cover.columns2 .post-style-cover .sh-ratio-container {
    padding-bottom:80%
}

.blog-style-cover.columns3 .post-style-cover {
    width:33.3%
}

.blog-style-cover.columns2 .post-style-cover {
    width:50%
}

@media (max-width: 767px) {
    .blog-style-cover.columns3:not(.slick-slider) .post-style-cover {
        width:100% !important
    }
}

.blog-style-cover.columns2 .post-style-cover h2 {
    line-height: 105% !important;
    margin-bottom:15px
}

.kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(odd) .post-container, .blog-style-coverbig article:nth-child(odd) .post-container {
    margin-left:0
}

.kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(even) .post-container, .blog-style-coverbig article:nth-child(even) .post-container {
    margin-right:0
}

.vc_row[data-vc-full-width=true] .blog-style-coverbig article:nth-child(odd) .sh-ratio-content, .vc_row[data-vc-full-width=true] .blog-style-coverbig article:nth-child(odd) .post-cover-link, .vc_row[data-vc-full-width=true] .blog-style-coverbig article:nth-child(odd) .post-container:after, .kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(odd) .sh-ratio-content, .kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(odd) .post-cover-link, .kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(odd) .post-container:after {
    border-top-left-radius: 0;
    border-bottom-left-radius:0
}

.vc_row[data-vc-full-width=true] .blog-style-coverbig article:nth-child(even) .sh-ratio-content, .vc_row[data-vc-full-width=true] .blog-style-coverbig article:nth-child(even) .post-cover-link, .vc_row[data-vc-full-width=true] .blog-style-coverbig article:nth-child(even) .post-container:after, .kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(even) .sh-ratio-content, .kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(even) .post-cover-link, .kc-row-container:not(.kc-container) .blog-style-coverbig article:nth-child(even) .post-container:after {
    border-top-right-radius: 0;
    border-bottom-right-radius:0
}

.blog-style-mini1 .post-title h4 {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom:14px !important
}

.blog-style-mini1 .sh-ratio-container {
    padding-bottom:75% !important
}

.blog-style-mini1 .ratio-container {
    padding-top:75% !important
}

.blog-style-mini1 .post-gallery-item {
    display: inline-block;
    margin: 0 18px;
    overflow:hidden
}

.blog-style-mini1 .post-content-container {
    margin-top:10px
}

.blog-style-mini1 {
    margin-left:4px
}

.blog-style-mini1 article {
    display: inline-block;
    vertical-align: top;
    margin-left:-4px
}

.blog-style-mini1.columns4 article {
    width:25%
}

.blog-style-mini1.columns3 article {
    width:33.3%
}

.blog-style-mini1.columns2 article {
    width:50%
}

@media (max-width: 1023px) {
    .blog-style-mini1:not(.slick-slider) article {
        min-width: 50%;
        margin-bottom:20px
    }
}

@media (max-width: 600px) {
    .blog-style-mini1 article {
        min-width:100%
    }

    .blog-style-mini1.slick-slider article {
        min-width:0
    }
}

.blog-style-mini1.blog-fancy-carousel-disabled.columns3 article:nth-child(n + 4), .blog-style-mini1.blog-fancy-carousel-disabled.columns4 article:nth-child(n + 5) {
    padding-top:40px
}

.blog-style-mini2 article {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    padding:10px 0
}

.blog-style-mini2.columns4 article {
    width:25%
}

@media (max-width: 991px) {
    .blog-style-mini2:not(.slick-slider) article {
        min-width:50%
    }

    .blog-style-mini2.slick-slider article {
        width:100%
    }
}

@media (max-width: 550px) {
    .blog-style-mini2:not(.slick-slider) article {
        min-width:100%
    }
}

.blog-style-mini2.columns3 article {
    width:33.3%
}

.blog-style-mini2.columns2 article {
    width:50%
}

.blog-style-mini2 h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size:13px
}

.blog-style-mini2 .post-categories {
    margin-bottom:6px
}

.blog-style-mini2 .sh-ratio-container {
    padding-bottom:100%
}

.blog-style-mini2 .post-read-later {
    padding-top:0
}

.blog-style-mini2 .post-read-later i {
    font-size:12px
}

.blog-style-mini2 .post-thumbnail-mini {
    display: block;
    position: absolute;
    width: 72px;
    height: 72px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    border-radius:8px
}

.blog-style-mini2 .post-container-mini {
    padding-left: 90px;
    min-height:72px
}

.blog-style-mini2 .post-categories {
    margin-bottom:0
}

.blog-style-fancy1 .blog-style-cover article {
    float: none;
    width:100%
}

.blog-style-fancy1 .blog-style-cover .post-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:24px
}

.blog-style-fancy1 .blog-style-cover .post-meta {
    border-left-width: 0;
    padding: 1px 0;
    margin-top:0
}

.blog-style-fancy1 .blog-style-left .post-item {
    min-width:100%
}

.blog-style-fancy1 .blog-style-left .post-categories {
    margin-top:20px
}

.blog-style-fancy1 .blog-style-left .post-container {
    margin-left: 0;
    margin-bottom: 0;
    margin-right:0
}

.blog-style-fancy1 .blog-style-left h2 {
    font-size:26px
}

.blog-style-fancy1 .blog-style-cover h2 {
    font-size:20px
}

.blog-style-fancy1 .blog-style-left .post-title h2 {
    font-size:30px
}

.blog-style-fancy1 .row {
    margin-right: 0;
    margin-left:0
}

.blog-style-fancy1 .row > div {
    padding-right: 20px;
    padding-left:20px
}

@media (max-width: 700px) {
    .sh-blog-fancy .blog-style-fancy1 {
        margin-left: 0 !important;
        margin-right:0 !important
    }

    .blog-style-fancy1 .row > div {
        margin:0 -15px
    }
}

.blog-style-fancy2 .blog-style-cover article {
    float: none;
    width:100%
}

.blog-style-fancy2 .sh-ratio-container {
    padding-bottom:67%
}

.blog-style-fancy2 .blog-style-cover .post-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:30px
}

.blog-style-fancy2 .row {
    margin-right: 0;
    margin-left:0
}

.blog-style-fancy2 .row > div {
    padding-right: 15px;
    padding-left:15px
}

.blog-style-fancy2 .post-style-cover h2 {
    font-size:18px
}

.blog-style-fancy2 .post-thumbnail {
    margin-bottom:23px
}

.blog-style-fancy3 .blog-style-cover article {
    float: none;
    width:100%
}

.blog-style-fancy3 .blog-style-cover .post-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:20px
}

.blog-style-fancy3 > .row {
    margin-right: 0;
    margin-left:0
}

.blog-style-fancy3 > .row > div {
    padding-right: 20px;
    padding-left:20px
}

.blog-style-fancy3 .blog-style-left .post-content-mix {
    margin-top:20px
}

.blog-style-fancy3 .blog-style-left .sh-ratio-container {
    padding-bottom:85% !important
}

.blog-style-fancy3 .blog-style-left-custom {
    margin-top:75px
}

.blog-style-fancy3 .blog-style-left-custom h2 {
    font-size:18px
}

.blog-style-fancy3 .blog-style-left-custom article:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom:20px
}

.blog-style-fancy3 .blog-style-left-custom article:last-child {
    margin-bottom:0
}

.blog-style-fancy3 .post-content {
    padding-bottom:0
}

.blog-style-fancy3 .blog-style-left:not(.blog-style-left-custom) h2 {
    font-size:30px
}

.slider-arrows-sides .slick-prev.slick-arrow, .slider-arrows-sides .slick-next.slick-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-radius: 100px;
    border-width: 0;
    background-color:#fff
}

.slider-arrows-sides .slick-prev.slick-arrow i, .slider-arrows-sides .slick-next.slick-arrow i {
    font-size: 24px;
    line-height:46px
}

.blog-fancy-carousel-sides .post-container, .blog-fancy-carousel-title .post-container {
    margin-bottom:0
}

.blog-fancy-carousel-sides, .blog-fancy-carousel-title {
    display:none
}

.blog-fancy-carousel-sides.slick-initialized, .blog-fancy-carousel-title.slick-initialized {
    display:block
}

.blog-fancy-carousel-sides article, .blog-fancy-carousel-title article {
    padding-top: 10px;
    padding-bottom:10px
}

.slick-dots li button {
    transition:.3s all ease-in-out
}

.categories-list {
    margin-top: -30px;
    position:relative
}

.categories-list-item {
    padding-top:30px
}

.categories-list-item .sh-ratio-container {
    padding-bottom:52%
}

.categories-list-item .sh-ratio-content {
    display: block;
    border-radius:10px
}

.categories-list-item .sh-ratio-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius:8px
}

.categories-list-item .categories-list-item-name {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 27px;
    z-index: 100;
    color: #fff;
    margin-bottom: 0;
    font-size:30px
}

.categories-list-item-icon {
    display: block;
    position: absolute;
    bottom: -15px;
    right:-15px
}

.categories-list-item-icon i {
    font-size: 145px;
    color:#fff
}

@media (max-width: 700px) {
    .categories-list-item .categories-list-item-name {
        font-size:18px
    }
}

.sh-categories article {
    float:none
}

.sh-categories .post-container {
    margin:0
}

.sh-categories.sh-categories-style2.sh-categories-round .blog-mini-post-large .blog-mini-post-thumb {
    border-radius:100%
}

.sh-categories.sh-categories-style1 .post-style-cover {
    margin-bottom:30px
}

.sh-categories-style1 .blog-mini-post-small:last-child {
    border-bottom-width: 0;
    padding-bottom:0
}

.sh-categories .post-item .sh-ratio-container {
    padding-bottom:76.5%
}

@media (max-width: 1250px) and(min-width: 1026px) {
    .sh-categories .post-item .sh-ratio-container {
        padding-bottom:96%
    }
}

@media (max-width: 1025px) and(min-width: 992px) {
    .sh-categories .post-item .sh-ratio-container {
        padding-bottom:109%
    }
}

@media (max-width: 700px) {
    .sh-categories .post-item .sh-ratio-container {
        padding-bottom:100%
    }
}

@media (max-width: 550px) {
    .sh-categories .post-item .sh-ratio-container {
        padding-bottom:130%
    }

    .sh-categories .post-style-cover h2 {
        font-size:18px !important
    }
}

.sh-categories .post-item h2 {
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 13px;
    line-height:120% !important
}

.sh-categories .post-item h2 .post-read-later {
    padding-top:0
}

.sh-categories .post-item .post-cover-container {
    left: 35px;
    bottom: 35px;
    right:35px
}

.blog-mini-post-large:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width:0
}

.sh-categories-tabs {
    display: table;
    width: 100%;
    margin-bottom:20px
}

.sh-categories-style2 .sh-categories-tabs {
    margin-bottom:0
}

.sh-categories-style2 .tab-pane.active {
    padding-top:20px
}

.sh-categories .blog-mini-post-content {
    display: flex;
    align-items: center;
    width:100%
}

@media (min-width: 767px) {
    .sh-categories-tabs > div {
        display: table-cell;
        vertical-align: middle;
        white-space:nowrap
    }
}

@media (max-width: 766px) {
    .sh-categories-title {
        margin-bottom:10px
    }

    .sh-categories-line {
        display:none
    }
}

.sh-categories-tabs li {
    display: inline-block;
    margin-right:-4px
}

.sh-categories-tabs li a {
    line-height: 160%;
    padding: 0 9px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    color: #b1b1b1;
    background-color: transparent !important;
    border-radius:6px
}

.sh-section-tabs-style1 .sh-categories-tabs li.active a {
    background-color: #505050 !important;
    color:#fff
}

.sh-categories-title h2 {
    font-size: 24px;
    margin-bottom:0
}

.sh-categories-names .nav {
    margin-top:0
}

.sh-categories-line-container {
    position: relative;
    margin-left: 25px;
    margin-right:25px
}

.sh-categories-line-container:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background-color: #eaeaea;
    height: 1px;
    left: 0;
    right: 0;
    margin-bottom:-1px
}

.sh-categories-style1:not(.sh-categories-style3) .post-item .post-cover-container h2 {
    font-size:24px
}

.sh-categories-style2 .post-item .post-cover-container h2 {
    font-size:30px
}

.sh-categories-style2 .sh-categories-list {
    position: relative;
    max-height: 531px;
    overflow: hidden;
    padding-top: 5px;
    margin-top:-5px
}

@media (max-width: 991px) {
    .sh-categories-style2 .sh-categories-list {
        margin-top: 25px;
        max-height:391px
    }
}

.sh-categories-style2.style4 .blog-mini-post-large h5 {
    font-size:16px
}

.sh-categories-style2.style4 .post-item .post-cover-container h2 {
    font-size:20px
}

.sh-categories-style3 .post-item .post-cover-container h2 {
    font-size:14px !important
}

.sh-categories-style3 .post-categories-container {
    display:none
}

.sh-categories-style3 .post-item .post-cover-container {
    left: 25px;
    bottom: 25px;
    right:25px
}

.sh-categories-style3 .sh-categories-line-container {
    margin-right:0
}

@media (max-width: 991px) {
    .sh-categories-style3 .blog-style-cover:not(:last-child) {
        margin-bottom:45px
    }
}

.sh-categories-style3 .post-item .sh-ratio-container {
    padding-bottom:66% !important
}

.sh-categories-style5 .blog-mini-post-small:first-child, .sh-categories-style5 .blog-mini-post-small:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width:0
}

.sh-categories-style5 .blog-mini-post-generic {
    border-bottom-width: 0;
    margin-bottom:10px
}

@media (max-width: 767px) {
    .sh-categories-style5 .tab-content .col-md-6:first-child {
        margin-bottom:45px
    }
}

@media (min-width: 1026px) {
    .wpb_column.vc_column_container:not(.vc_col-sm-12) .sh-categories-style2 .post-style-cover .post-container, .wpb_column.vc_column_container:not(.vc_col-sm-12) .sh-categories-style2 .post-style-cover .sh-ratio-content, .wpb_column.vc_column_container:not(.vc_col-sm-12) .sh-categories-style2 .sh-categories-list {
        min-height: 530px;
        max-height:530px
    }

    .wpb_column.vc_column_container:not(.vc_col-sm-12) .sh-categories-style2 .col-md-7 {
        width:46%
    }

    .wpb_column.vc_column_container:not(.vc_col-sm-12) .sh-categories-style2 .col-md-5 {
        width:54%
    }
}

body.vc_editor.compose-mode .vc_empty_space {
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3) 15px, rgba(185, 185, 185, .2) 15px, rgba(185, 185, 185, .2) 30px);
    border-radius:8px
}

.sh-blog-standard-posts .blog-style-grid, .sh-blog-standard-posts .blog-style-masonry, .sh-blog-standard-posts .blog-style-left-mini {
    margin:0 -15px
}

.sh-blog-standard-posts .blog-style-grid.blog-style-columns3 h2 {
    font-size:24px
}

.sh-blog-standard-posts .blog-style-grid.blog-style-columns3 .post-content p {
    line-height:1.65
}

.sh-blog-standard-posts .blog-style-grid.blog-style-columns4 h2 {
    font-size:21px
}

.sh-blog-standard-posts .blog-style-grid.blog-style-columns4 .post-content p {
    line-height:1.6
}

@media (max-width: 1025px) {
    .sh-blog-standard-posts .blog-style-grid h2 {
        font-size:21px
    }
}

@media (max-width: 700px) {
    .sh-blog-standard-posts .blog-style-grid h2 {
        font-size:18px
    }
}

.text-seperator2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right:auto
}

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

.text-seperator2-align-left .text-seperator2-holder:first-child {
    display:none
}

.text-seperator2-align-left .text-seperator2-content {
    padding-left:0
}

.text-seperator2-align-right .text-seperator2-holder:last-child {
    display:none
}

.text-seperator2-align-right .text-seperator2-content {
    padding-right:0
}

.text-seperator2-holder {
    height: 1px;
    position: relative;
    flex: 1 1 auto;
    min-width:10%
}

.text-seperator2-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width:100%
}

.text-seperator2-content {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    flex: 0 1 auto;
    padding:0 25px
}

.text-seperator2-content .text-seperator2-content-heading {
    padding: 0;
    margin-bottom: 0;
    line-height:auto
}

.vcg-heading i {
    position: relative;
    padding-right:8px
}

.vcg-heading-content {
    margin-bottom:0
}

.vcg-heading-align-center {
    text-align:center
}

.vcg-heading-align-right {
    text-align:right
}

.vcg-text-block {
    position:relative
}

.vcg-text-block p {
    margin-bottom:0
}

.blog-textslider {
    position:relative
}

.blog-textslider-title {
    white-space: nowrap;
    margin-right: 20px;
    font-weight: 700;
    padding: 7px 21px;
    font-size: 13px;
    cursor:default
}

.blog-textslider-style1 .blog-textslider-title {
    border-radius: 5px;
    background-color: #64d3dc;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    color: #fff;
    animation:pulse 3s infinite
}

.blog-textslider-style2 .blog-textslider-title {
    border-radius: 5px;
    border: #64d3dc 2px solid;
    color:#64d3dc
}

.blog-textslider-style3 .blog-textslider-title {
    border-radius: 100px;
    border: #64d3dc 2px solid;
    color:#64d3dc
}

.blog-textslider-style4 .blog-textslider-title {
    color: #64d3dc;
    font-size: 18px;
    border-right: 1px solid #eee;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height:1
}

.blog-textslider-style5 .blog-textslider-title {
    font-size: 18px;
    border-right: 1px solid #eee;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1;
    font-style: italic;
    font-weight:800
}

.blog-textslider-style5 .blog-textslider-post {
    font-weight: 600;
    font-style:italic
}

.blog-textslider-style5 .blog-textslider-post-thumnail, .blog-textslider-style6 .blog-textslider-post-thumnail {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-size: cover;
    margin-right:20px
}

@media (min-width: 801px) {
    .blog-textslider-style5 .sh-carousel-buttons-styling {
        top:24px !important
    }
}

@media (max-width: 800px) {
    .blog-textslider {
        padding:20px 0
    }

    .blog-textslider-style5 .blog-textslider-title {
        padding-right: 0;
        border-right-width: 0;
        margin-right: auto;
        text-align:center
    }

    .blog-textslider-style5 .blog-textslider-post-thumnail, .blog-textslider-style5 .sh-carousel-buttons {
        display:none !important
    }

    .blog-textslider .blog-textslider-post {
        padding-bottom: 0;
        padding-top:10px
    }
}

.blog-textslider-style6 .sh-carousel-buttons.sh-carousel-buttons-styling {
    background-color: #fff;
    right: 0;
    margin-top:16px
}

.blog-textslider-style6 .sh-carousel-buttons.sh-carousel-buttons-styling .sh-carousel-prev, .blog-textslider-style6 .sh-carousel-buttons.sh-carousel-buttons-styling .sh-carousel-next {
    line-height:26px
}

.blog-textslider-style6 .blog-textslider-post {
    padding-right:0
}

.blog-textslider-style6 .blog-textslider-post-title {
    font-size:15px
}

.blog-textslider-style6 .blog-textslider-post-load-more {
    display: inline-block;
    white-space: nowrap;
    line-height: 36px;
    padding: 0 22px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 12px;
    margin-right:75px
}

.blog-textslider-post {
    font-weight: 700;
    padding:15px 0
}

.blog-textslider-posts:not(.sh-carousel-loadedd) .blog-textslider-post:not(:first-child) {
    display:none
}

.blog-textslider-posts:not(.sh-carousel-loadedd) .blog-textslider-post:first-child {
    left:0
}

.sh-carousel-items .blog-textslider-post {
    display:none
}

.sh-active {
    display:block !important
}

.blog-textslider {
    position:relative
}

.blog-textslider-post.sh-active {
    animation:carousel_in .5s normal forwards ease-in-out
}

.blog-textslider-post {
    position: relative;
    left: -10px;
    padding-right:65px
}

@media (max-width: 800px) {
    .blog-textslider .sh-table-cell {
        display: block;
        text-align:center
    }

    .blog-textslider .sh-carousel-buttons {
        display:none
    }

    .blog-textslider-post {
        padding-right: 0;
        left: 0 !important;
        top:-5px
    }

    .blog-textslider-title {
        margin: 0 auto;
        display:table
    }

    .blog-textslider-post.sh-active {
        animation:carousel_down .5s normal forwards ease-in-out
    }

    .blog-textslider-style6 .blog-textslider-post-load-more {
        margin-right: 0;
        margin-top:10px
    }

    .blog-textslider-style5 .blog-textslider-post-thumnail, .blog-textslider-style6 .blog-textslider-post-thumnail {
        margin-right:0
    }
}

@keyframes carousel_in {
    0% {
        opacity: 0;
        left:-10px
    }

    100% {
        opacity: 1;
        left:0
    }
}

@keyframes carousel_down {
    0% {
        opacity: 0;
        top:-5px
    }

    100% {
        opacity: 1;
        top:0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow:0 0 0 0 rgba(0, 0, 0, .07)
    }

    70% {
        -webkit-box-shadow:0 0 0 18px rgba(0, 0, 0, 0)
    }

    100% {
        -webkit-box-shadow:0 0 0 0 rgba(0, 0, 0, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .07);
        box-shadow:0 0 0 0 rgba(0, 0, 0, .07)
    }

    70% {
        -moz-box-shadow: 0 0 0 18px rgba(0, 0, 0, 0);
        box-shadow:0 0 0 18px rgba(0, 0, 0, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow:0 0 0 0 rgba(0, 0, 0, 0)
    }
}

.vcg-button-container {
    display: inline-block;
    padding: 0 35px;
    background-color: #505050;
    line-height: 50px;
    transition: .2s all ease-in-out;
    text-align: center;
    background-size:200% auto
}

.vcg-button-container, .vcg-button-container:hover, .vcg-button-container:focus {
    color:#fff
}

.vcg-button-container:hover, .vcg-button-container:focus {
    background-position:right center !important
}

.vcg-button-shape-rounded {
    border-radius:8px
}

.vcg-button-shape-round {
    border-radius:100px
}

.vcg-button-alignment-center {
    display: table;
    margin:0 auto
}

.vcg-button-alignment-right {
    display: table;
    margin-left:auto
}

.vcg-button-icon-image {
    display: inline-block;
    width: 19px;
    height: 20px;
    background-size: cover;
    background-position: 50% 50%;
    bottom: -5px;
    position: relative;
    margin-right:6px
}

.vcg-single-image-shadow1-withhover img {
    transition: .2s all ease-in-out;
    box-shadow:0px 6px 20px 0px rgba(10, 10, 10, .5)
}

.vcg-single-image-shadow1-withhover img:hover {
    box-shadow:0px 8px 26px 0px rgba(10, 10, 10, .5)
}

.vcg-single-image-shape-rounded img {
    border-radius:8px
}

.vcg-single-image-shape-round img {
    border-radius:100px
}

.image-on-top {
    position: relative;
    z-index:100
}

.vcg-single-image-showcase .vc_single_image-wrapper {
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 6px 20px 0px rgba(10, 10, 10, .25);
    z-index: 1;
    top: 0;
    transition:.2s all ease-in-out
}

.vcg-single-image-showcase .vc_single_image-wrapper:hover {
    box-shadow:0px 7px 30px 0px rgba(10, 10, 10, .25)
}

.vcg-single-image-showcase .vc_single_image-wrapper:hover:after {
    opacity:1
}

.vcg-single-image-showcase img {
    transition:.2s all ease-in-out
}

.vcg-single-image-showcase img:hover {
    opacity:.6
}

.vcg-row-on-top {
    z-index: 100;
    position: relative;
    overflow:visible
}

.vcg-image-gallery {
    margin-bottom:23px
}

.vcg-image-gallery-image {
    padding: 0 13px;
    text-align:center
}

.vcg-image-gallery-image img {
    display: table;
    margin:0 auto
}

.vcg-image-gallery .slick-dots li button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #d0d0d0;
    width: 10px;
    height:10px
}

.vcg-image-gallery .slick-dots li.slick-active button {
    background-color: #505050 !important;
    border:1px solid #505050 !important
}

.vcg-image-gallery .slick-dots {
    margin-top:0
}

.vcg-social-networks-item {
    padding: 0 20px;
    transition:.3s all ease-in-out
}

.vcg-social-networks-item:hover {
    opacity:.7
}

.vcg-social-networks-alignment-center > div {
    display: table;
    margin:0 auto
}

.vcg-social-networks-alignment-right > div {
    display: table;
    margin-left:auto
}

@media (max-width: 800px) {
    .vcg-social-networks-item {
        padding: 12px 20px;
        display:inline-block
    }
}

.vcg-image-container {
    border-radius: 15px;
    position: relative;
    z-index:1
}

.vcg-image-container:after {
    content: " ";
    position: absolute;
    left: 4%;
    right: 10%;
    bottom: 0;
    height: 20px;
    z-index: -1;
    box-shadow:0px 6px 30px rgba(0, 0, 0, .1)
}

.vcg-image-container .post-thumbnail {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow:hidden
}

.vcg-image-container .post-thumbnail img {
    border-radius:0
}

.vcg-image-container .post-overlay {
    border-radius:0
}

.vcg-image-container-content {
    padding: 40px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius:15px
}

.vcg-image-container h3 {
    font-weight: 400;
    margin-bottom: 8px;
    font-size:18px
}

.vcg-image-container p {
    text-transform: uppercase;
    font-weight: 300;
    color: #b2b2b2;
    margin-bottom: 0;
    font-size:14px
}

.vcg-image-container-content-left {
    padding-right:70px
}

.vcg-image-container-content-right {
    position: absolute;
    top: 40px;
    right:40px
}

.vcg-image-container-share {
    display: inline-block;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    border: 1px solid #f2f2f2;
    border-radius: 18px;
    position: relative;
    cursor:pointer
}

.vcg-image-container-share > i {
    font-size: 18px;
    color: #adadad;
    position: relative;
    left: -2px;
    bottom:-2px
}

.vcg-image-container-share:hover .vcg-image-container-social {
    opacity: 1;
    top: -70px;
    visibility:visible
}

.vcg-image-container-social {
    position: absolute;
    padding: 4px 0;
    top: -60px;
    left: -117px;
    line-height: normal;
    box-shadow: 0 7px 17px rgba(0, 0, 0, .15);
    background-color: #fff;
    width: 210px;
    cursor: default;
    opacity: 0;
    transition: .3s all ease-in-out;
    border-radius: 100px;
    z-index: 100;
    visibility:hidden
}

.vcg-image-container-social:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    position: absolute;
    left: 142px;
    margin-left:-7px
}

.vcg-image-container-social:before {
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    bottom: -22px;
    position: absolute;
    background-color:rgba(0, 0, 0, 0)
}

.vcg-image-container-social .jssocials-share-logo {
    font-size: 17px;
    color: #474747;
    transition:.3s all ease-in-out
}

.vcg-image-container-social .jssocials-share-link:hover .jssocials-share-logo {
    text-shadow:0px 2px 2px rgba(0, 0, 0, .1)
}

.vcg-image-container-social .fa-at:before {
    content: "\f0e0"
}

.vcg-image-container-social .jssocials-share-link {
    width: 32px;
    height: 32px;
    line-height: 28px;
    background-color: #4c4c4c;
    border-radius: 100px;
    transition:.3s all ease-in-out
}

.vcg-image-container-social .jssocials-share-link:hover {
    opacity:.8
}

.vcg-image-container-social .jssocials-share-facebook .jssocials-share-link {
    background-color:#6187ea
}

.vcg-image-container-social .jssocials-share-twitter .jssocials-share-link {
    background-color:#5ec6fd
}

.vcg-image-container-social .jssocials-share-email .jssocials-share-link {
    background-color:#e7bb7a
}

.vcg-image-container-social .jssocials-share-googleplus .jssocials-share-link {
    background-color:#e77373
}

.vcg-image-container-social .jssocials-share-pinterest .jssocials-share-link {
    background-color:#e64f56
}

.vcg-image-container-social .jssocials-share:not(:last-child) {
    margin-right:6px
}

.vcg-image-container-social .jssocials-share-link i {
    color:#fff
}

.vcg-woocommerce-categories {
    position: relative;
    margin:0 -15px
}

.vcg-woocommerce-categories-item {
    width: 25%;
    float: left;
    position: relative;
    vertical-align: top;
    padding: 0 15px;
    border-radius:8px
}

.vcg-woocommerce-categories-item-shadow {
    height: 20px;
    box-shadow: 0 11px 44px rgba(0, 0, 0, .3);
    margin: 0 20px;
    position: relative;
    margin-top: -20px;
    top: -10px;
    z-index: 0;
    opacity: 0;
    transition:.5s opacity ease-in-out
}

.vcg-woocommerce-categories-item:focus .vcg-woocommerce-categories-item-shadow, .vcg-woocommerce-categories-item:hover .vcg-woocommerce-categories-item-shadow {
    opacity: 1;
    top:0
}

.vcg-woocommerce-categories-item-container {
    display: block;
    position: relative;
    border-radius: 8px;
    height: 460px;
    overflow: hidden;
    z-index:1
}

.vcg-woocommerce-categories-item-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    transition:.5s cubic-bezier(.35, .57, .1, 1.08)
}

.vcg-woocommerce-categories-item:hover .vcg-woocommerce-categories-item-background {
    transform:scale(1.2)
}

.vcg-woocommerce-categories-item-container:after {
    opacity: .5;
    transition:.5s all ease-in-out
}

.vcg-woocommerce-categories-item:focus .vcg-woocommerce-categories-item-container:after, .vcg-woocommerce-categories-item:hover .vcg-woocommerce-categories-item-container:after {
    opacity:.6
}

.vcg-woocommerce-categories-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
    z-index:100
}

.vcg-woocommerce-categories-item h3 {
    margin-bottom: 0;
    font-size: 24px;
    color: #fff;
    font-weight:900
}

.vcg-woocommerce-categories-count {
    font-size: 48px;
    font-weight: 900;
    opacity: .3;
    line-height:1.1
}

.vcg-woocommerce-categories-subtitle {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    opacity:.7
}

.vcg-woocommerce-categories-item-wide {
    width:45%
}

.vcg-woocommerce-categories-item-small, .vcg-woocommerce-categories-item-small2 {
    width:30%
}

.vcg-woocommerce-categories-item-small .vcg-woocommerce-categories-item-container, .vcg-woocommerce-categories-item-small2 .vcg-woocommerce-categories-item-container {
    height:215px
}

.vcg-woocommerce-categories-item-small {
    margin-bottom:30px
}

@media (max-width: 1023px) {
    .vcg-woocommerce-categories-item {
        width: 50%;
        height: 215px;
        margin-bottom:30px
    }

    .vcg-woocommerce-categories-item .vcg-woocommerce-categories-item-container {
        height:215px
    }
}

@media (max-width: 767px) {
    .vcg-woocommerce-categories-item {
        width:100%
    }
}

.vcg-woocommerce-spotlight-tabs {
    display: table;
    margin: 0 auto;
    margin-bottom:25px
}

.vcg-woocommerce-spotlight-tabs li {
    display:inline-block
}

.vcg-woocommerce-spotlight-tabs li.active a {
    font-weight: 900;
    color: #505050;
    border-bottom: 2px solid #505050;
    padding: 5px 0;
    margin:0 6px
}

.vcg-woocommerce-spotlight-tabs li a {
    color: #aeaeae;
    padding: 10px 6px;
    text-transform: uppercase;
    font-size:13px
}

.vcg-woocommerce-spotlight-tabs li a, .vcg-woocommerce-spotlight-tabs li a:hover, .vcg-woocommerce-spotlight-tabs li a:focus {
    background-color:transparent
}

.vcg-woocommerce-spotlight .star-rating, .vcg-woocommerce-spotlight .star-rating-count {
    display:none !important
}

@media (max-width: 550px) {
    .vcg-woocommerce-spotlight-tabs li a {
        font-size:11px
    }
}

.vcg-woocommerce-products ul.products li.first, .woocommerce-wishlist ul.products li.first {
    clear:none
}

.sh-hamburger-menu {
    width: 18px;
    height: 18px;
    position: relative;
    margin: 11px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor:pointer
}

.sh-hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #b5b5b5;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition:.25s ease-in-out
}

.sh-hamburger-menu span:nth-child(1) {
    top:0
}

.sh-hamburger-menu span:nth-child(2), .sh-hamburger-menu span:nth-child(3) {
    top:7px
}

.sh-hamburger-menu span:nth-child(4) {
    top:14px
}

.sh-hamburger-menu.open span:nth-child(1) {
    top: 8px;
    width: 0;
    left:50%
}

.sh-hamburger-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 23px;
    left:-2px
}

.sh-hamburger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 23px;
    left:-2px
}

.sh-hamburger-menu.open span:nth-child(4) {
    top: 8px;
    width: 0;
    left:50%
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color:#fff !important
}

.sh-read-later-list.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sh-read-later-list.ps-container > .ps-scrollbar-y-rail:after {
    background-color:#eeeeee !important
}

.ps-container:hover > .ps-scrollbar-y-rail:hover, .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color:transparent !important
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width:6px !important
}

.sh-categories-list.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color:#eeeeee !important
}

.sh-categories-list.ps-container > .ps-scrollbar-y-rail, .sh-read-later-list.ps-container > .ps-scrollbar-y-rail {
    opacity:1 !important
}

.sh-read-later-list.sh-read-later-list-init {
    display: block !important;
    z-index: -100;
    visibility:hidden
}

.mc4wp-form {
    position:relative
}

.widget-item .mc4wp-form {
    padding:0 1px
}

.mc4wp-form p {
    margin-bottom:15px
}

.mc4wp-form-fields {
    position: relative;
    margin-bottom:10px
}

.sh-footer .mc4wp-form {
    margin:0 2px
}

.mc4wp-form label {
    margin-top: 20px;
    margin-bottom:10px
}

.mc4wp-form p:first-child label {
    margin-top:0
}

.mc4wp-form input, .mc4wp-form button {
    padding: 0 40px;
    border-radius: 100px;
    border-width: 0;
    line-height: 54px;
    box-shadow:0px 0px 2px 1px rgba(0, 0, 0, .1)
}

.mc4wp-form input[type=email] {
    padding-right:140px
}

.mc4wp-form input[type=submit], .mc4wp-form button[type=submit] {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 32px;
    line-height: 44px;
    margin: 5px !important;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    transition:.3s all ease-in-out
}

.mc4wp-form input::-webkit-input-placeholder {
    color: #c4c4c4;
    font-style:normal
}

.mc4wp-form input::-moz-placeholder {
    color: #c4c4c4;
    font-style:normal
}

.mc4wp-form input:-ms-input-placeholder {
    color: #c4c4c4;
    font-style:normal
}

.mc4wp-form input:-moz-placeholder {
    color: #c4c4c4;
    font-style:normal
}

.vc_row .mc4wp-form-name, .vc_row .mc4wp-form-email {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    vertical-align:top
}

.vc_row .mc4wp-form-name {
    width:40%
}

.vc_row .mc4wp-form-email {
    width: 60%;
    padding-left:20px
}

.mc4wp-form-name {
    display:none
}

.mc4wp-form-email {
    position:relative
}

.mc4wp-form-email input[type=submit], .mc4wp-form-email button[type=submit] {
    top: 0;
    bottom:auto
}

@media (max-width: 1024px) {
    .vc_row .mc4wp-form-name, .vc_row .mc4wp-form-email {
        width: 100%;
        display: block;
        padding:0
    }
}

.widget-item .mc4wp-form input, .widget-item .mc4wp-form button {
    padding:0 30px
}

.widget-item .mc4wp-form input[type=submit], .widget-item .mc4wp-form button[type=submit] {
    padding:0 25px
}

.widget-item .mc4wp-form input[type=email] {
    padding-right:100px
}

@media (max-width: 800px) {
    .mc4wp-form input {
        padding: 0 20px;
        font-size:12px
    }

    .mc4wp-form input[type=submit], .mc4wp-form button[type=submit] {
        padding: 0 17px !important;
        font-size:10px
    }

    .mc4wp-form input[type=email] {
        padding-right:100px
    }
}

.widget_sh_mailChimp_style2 .mc4wp-form input[type=email] {
    font-size: 13px;
    padding-right:70px
}

.widget_sh_mailChimp_style2 .mc4wp-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-style:italic
}

.widget_sh_mailChimp_style2 .mc4wp-form input::-moz-placeholder {
    color: #a1a1a1;
    font-style:italic
}

.widget_sh_mailChimp_style2 .mc4wp-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-style:italic
}

.widget_sh_mailChimp_style2 .mc4wp-form input:-moz-placeholder {
    color: #a1a1a1;
    font-style:italic
}

.widget_sh_mailChimp_style2 .mc4wp-form button[type=submit] {
    font-size: 0px;
    background-color: transparent;
    box-shadow:none
}

.widget_sh_mailChimp_style2 .mc4wp-form button[type=submit]:after {
    content: "\e094";
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #505050;
    top: 8px;
    position: relative;
    display: inline-block;
    transition:.3s all ease-in-out
}

.widget_sh_mailChimp_style2 .mc4wp-form button[type=submit]:hover:after {
    opacity:.7
}

.widget_sh_mailChimp_style2.style3 .mc4wp-form input[type=email] {
    box-shadow: none;
    border:1px solid rgba(0, 0, 0, .08)
}

.widget_sh_mailChimp_style2.style4 .mc4wp-form button[type=submit] {
    background-color: #5a5a5a;
    border-radius: 100px;
    padding:0 13px !important
}

.widget_sh_mailChimp_style2.style4 .mc4wp-form button[type=submit]:after {
    color:#fff
}

.bottom-1 {
    position: relative;
    bottom:-1px
}

.bottom-2 {
    position: relative;
    bottom:-2px
}

.bottom-3 {
    position: relative;
    bottom:-3px
}

.bottom-4 {
    position: relative;
    bottom:-4px
}

@keyframes testbounce {
    0%, 20%, 50%, 80%, 100% {
        transform:translateY(0)
    }

    40% {
        transform:translateY(-10px)
    }

    60% {
        transform:translateY(-5px)
    }
}

.sh-showcase-arrow {
    text-align:center
}

.sh-showcase-arrow i {
    color: #fff;
    font-size: 24px;
    animation:testbounce 2.5s infinite
}

.vcg-author {
    text-align:center
}

.vcg-author .sh-post-author {
    max-width:600px
}

.vcg-author .sh-post-author {
    margin-top: 0;
    background-color: transparent;
    padding:0
}

.vcg-author .sh-post-author-avatar {
    width: auto;
    margin-bottom:30px
}

.vcg-author .sh-post-author-description {
    padding:5px 0 15px
}

.vcg-author .sh-post-author-avatar img {
    max-width:120px
}

.vcg-author .sh-post-author-info {
    height:auto !important
}

.sh-carousel-buttons {
    position: absolute;
    top: 15px;
    right:0
}

.widget-slide-arrows button, .post-slide-arrows button {
    position: relative;
    display: inline;
    background-color: transparent;
    border-width: 0;
    padding-right: 0;
    padding-left:8px
}

.post-slide-arrows button.slick-disabled, .widget-slide-arrows button.slick-disabled {
    opacity:.5
}

.post-slide-arrows button:not(.slick-disabled) i:hover, .widget-slide-arrows button:not(.slick-disabled) i:hover {
    opacity:.7
}

.sh-carousel-style1 .sh-carousel-buttons i {
    font-size: 24px;
    margin-left: 6px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    color:#b6b6b6
}

.sh-carousel-style1 .sh-carousel-buttons i:hover {
    color:#505050
}

.sh-carousel-style1 .post-slide-arrows i, .sh-carousel-style1 .widget-slide-arrows i {
    transition: .3s all ease-in-out;
    color:#505050
}

.sh-carousel-style1 .post-slide-arrows i, .sh-carousel-style1 .sh-blog-fancy-title-container .widget-slide-arrows i {
    font-size:24px
}

.sh-carousel-style1 .widget-slide-arrows i {
    font-size:18px
}

.sh-carousel-style1 .sh-footer-widgets .widget-slide-arrows {
    top:1px
}

.sh-carousel-style2 .sh-carousel-buttons-styling {
    display: inline-block;
    border: 1px solid #ededed;
    box-shadow: 0 5px 34px rgba(0, 0, 0, .07);
    padding: 5px 4px;
    border-radius:5px
}

.sh-carousel-style2 .sh-carousel-buttons-styling:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 50%;
    bottom: 10px;
    width: 1px;
    background-color:#e3e3e3
}

.sh-carousel-style2 .sh-carousel-buttons-styling > span, .sh-carousel-style2 .sh-carousel-buttons-styling > button {
    display: inline-block;
    position: relative;
    cursor:pointer
}

.sh-carousel-style2 .sh-carousel-buttons-styling i {
    font-size: 11px;
    margin-left:0
}

.sh-carousel-style2 .sh-carousel-buttons-styling .sh-carousel-prev, .sh-carousel-style2 .sh-carousel-buttons-styling .slick-prev {
    padding-left: 7px;
    padding-right: 7px;
    margin-right:3px
}

.sh-carousel-style2 .sh-carousel-buttons-styling .sh-carousel-next, .sh-carousel-style2 .sh-carousel-buttons-styling .slick-next {
    padding-left: 7px;
    padding-right: 7px;
    margin-left:3px
}

.sh-carousel-style2 .sh-carousel-buttons-styling .icon-arrow-left-circle:before {
    content: "\e605"
}

.sh-carousel-style2 .sh-carousel-buttons-styling .icon-arrow-right-circle:before {
    content: "\e606"
}

.sh-carousel-style2 .blog-textslider .sh-carousel-buttons-styling {
    top:7px
}

@media (max-width: 800px) {
    .sh-carousel-style2 .blog-textslider-posts .sh-carousel-buttons-styling {
        position: relative;
        margin-bottom:7px
    }
}

.sh-carousel-position-title.sh-carousel-style2.sh-title-style1 .widget-slide-arrows-container .sh-carousel-buttons-styling {
    top:-10px
}

.sh-carousel-position-title.sh-carousel-style2:not(.sh-title-style1) .widget-slide-arrows-container .sh-carousel-buttons-styling {
    top:-5px
}

.sh-carousel-position-title.sh-carousel-style1.sh-title-style1 .widget-slide-arrows-container:not(.not-slider) {
    padding-right:65px
}

.sh-carousel-position-title.sh-carousel-style2 .widget-slide-arrows-container:not(.not-slider) {
    padding-right:90px
}

.sh-carousel-position-title .widget-slide-arrows, .sh-carousel-position-title .post-slide-arrows {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1000;
    margin-right: 2px;
    margin-top:2px
}

.sh-carousel-position-bottom .sh-carousel-buttons-styling:not(.sh-carousel-buttons) {
    position: relative;
    margin-top:25px
}

.sh-carousel-position-bottom .sh-blog-fancy .sh-carousel-buttons-styling:not(.sh-carousel-buttons) {
    margin-top:15px
}

.sh-carousel-position-bottom .post-related-arrows .sh-carousel-buttons-styling:not(.sh-carousel-buttons) {
    margin-top:10px
}

.sh-carousel-position-bottom.sh-carousel-style1 .widget-slide-arrows button, .sh-carousel-position-bottom.sh-carousel-style1 .post-slide-arrows button {
    padding-left: 0;
    padding-right:6px
}

.sh-title-style1 #sidebar h3:after, .sh-title-style1 .gillion-columns-sidebar .wpb_widgetised_column > .wpb_wrapper h3:after, .sh-title-style1 .post-single-title:after, .sh-title-style1 .sh-widget-poststab-title:after, .sh-title-style1 .sh-blog-fancy-title:after, .sh-title-style1 .sh-header-side h3:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin-left:20px
}

.sh-title-style1 .sh-widget-poststab-title {
    margin-bottom:30px
}

.sh-title-style1.sh-section-tabs-style2 .sh-tabs-stying {
    padding-bottom:6px
}

.sh-title-style2 .sh-widget-title-styling, .sh-title-style2 .post-related-title, .sh-title-style2 .sh-categories-tabs, .sh-title-style2 .sh-blog-fancy-title-container {
    margin-bottom: 30px;
    border-bottom:2px solid #f0f0f0
}

.post-related-title.post-slide-arrows-container {
    margin-bottom:0
}

.sh-title-style2 .sh-widget-title-styling h3, .sh-title-style2 .post-related-title h2, .sh-title-style2 .sh-categories-title h2, .sh-title-style2 .sh-blog-fancy-title-container h2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: -2px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom:2px solid #505050
}

.sh-title-style2 .sh-categories-title h2, .sh-title-style2 .post-related-title h2, .sh-title-style2 .sh-blog-fancy-title-container h2 {
    font-size:20px
}

.sh-title-style2 .sh-widget-title-styling h3 {
    font-size:16px
}

.sh-title-style2 .sh-widget-poststab-title .nav-tabs {
    float:right
}

.sh-title-style2 .sh-categories-line {
    opacity:0
}

.sh-section-tabs-style2 .sh-tabs-stying, .sh-section-tabs-style3 .sh-tabs-stying {
    display: table;
    padding-bottom:16px
}

.sh-section-tabs-style2 .sh-tabs-stying a, .sh-section-tabs-style2 ul.sh-tabs-stying.nav-tabs li a h4, .sh-section-tabs-style3 .sh-tabs-stying a, .sh-section-tabs-style3 ul.sh-tabs-stying.nav-tabs li a h4 {
    font-size: 12px !important;
    text-transform: uppercase;
    transition-property: color;
    font-weight:400
}

.sh-section-tabs-style2 .sh-categories-names, .sh-section-tabs-style2 .sh-widget-title-styling .sh-table > .sh-table-cell, .sh-section-tabs-style3 .sh-categories-names, .sh-section-tabs-style3 .sh-widget-title-styling .sh-table > .sh-table-cell {
    vertical-align:bottom
}

.sh-section-tabs-style2 .sh-tabs-stying li {
    display: table-cell;
    float: none;
    padding-left:14px !important
}

.sh-section-tabs-style2 .sh-tabs-stying li a {
    margin-right: 0;
    padding-left: 0;
    padding-right:0
}

.sh-section-tabs-style2 .sh-tabs-stying li.active a, .sh-section-tabs-style2 .sh-tabs-stying li.active a h4 {
    font-weight: 900 !important;
    color:#505050
}

@media (max-width: 767px) {
    .sh-section-tabs-style2 .sh-tabs-stying, .sh-section-tabs-style3 .sh-tabs-stying {
        padding-top:21px
    }

    .sh-section-tabs-style2 .sh-tabs-stying li:first-child, .sh-section-tabs-style3 .sh-tabs-stying li:first-child {
        padding-left:0 !important
    }

    .sh-section-tabs-style2 .sh-tabs-stying a, .sh-section-tabs-style3 .sh-tabs-stying a {
        font-size:11px !important
    }
}

.sh-section-tabs-style3 .sh-tabs-stying li.active a, .sh-section-tabs-style3 .sh-tabs-stying li.active a h4 {
    border: 1px solid #ededed;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius:6px
}

.sh-section-tabs-style3 .sh-tabs-stying li {
    display: table-cell;
    float: none;
    padding-left: 2px !important;
    padding-right:2px !important
}

.sh-section-tabs-style3 .sh-tabs-stying a {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 0;
    border:1px solid transparent
}

.sh-section-tabs-style3 .sh-tabs-stying li.active a, .sh-section-tabs-style3 .sh-tabs-stying li.active a h4 {
    font-weight: 700 !important;
    color:#505050
}

.post-format-icon {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    background-color: rgba(28, 28, 28, .7);
    width: 34px;
    height: 34px;
    line-height: 41px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: -7px;
    bottom: -4px;
    transition:.3s all ease-in-out
}

.post-format-icon i {
    font-size: 18px;
    color: #fff;
    transition:.3s all ease-in-out
}

.post-format-icon:hover i, .post-format-icon i:hover {
    opacity:1 !important
}

.post-related .post-format-icon i {
    position: relative;
    right:-1px
}

@media (max-width: 767px) {
    .post-format-icon {
        width: 24px;
        height: 24px;
        line-height:27px
    }

    .post-format-icon i {
        font-size:13px
    }
}

.post-categories-container {
    display: block;
    width: 100%;
    margin-bottom:2px
}

.blog-posts-disable-carousel .post-categories-container {
    display:none
}

.post-thumbnail .post-categories-container, .post-gallery .post-categories-container {
    position: absolute;
    bottom: 24px;
    left:25px
}

.post-related .post-thumbnail .post-categories-container, .post-related .post-gallery .post-categories-container .blog-style-left-mini .post-thumbnail .post-categories-container, .blog-style-left-mini .post-gallery .post-categories-container {
    bottom: 19px;
    left:20px
}

.post-categories {
    display: inline-block;
    border-radius: 8px;
    line-height:160%
}

.post-categories, .post-categories a {
    /* font-size: 11px; */
    color:#d79c6a
}

.post-single-meta .post-categories {
    margin-bottom:10px
}

.blog-slider-style4 .blog-slider-mini-list .post-categories, .blog-slider-style4 .blog-slider-mini-list .post-categories a {
    color: #fff;
    opacity: .8;
    font-size:10px
}

.blog-slider-item .post-categories, .blog-slider-item .post-categories a, .post-style-cover .post-categories, .post-style-cover .post-categories a {
    text-shadow:0px 2px 2px rgba(0, 0, 0, .5)
}

.blog-slider-item .post-categories-container {
    margin-bottom:9px
}

.sh-post-categories-style1 .post-categories {
    text-transform: uppercase;
    letter-spacing:2px
}

.sh-post-categories-style1 .post-categories, .sh-post-categories-style1 .post-categories a {
    font-weight:700
}

.sh-post-categories-style1 .blog-slider-item .post-categories, .sh-post-categories-style1 .blog-slider-item .post-categories a {
    font-size:12px
}

.sh-post-categories-style2 .post-categories a {
    font-style: italic;
    font-weight: 600;
    font-size:12px
}

.sh-post-categories-style2 .post-thumbnail .post-categories, .sh-post-categories-style2 .post-gallery .post-categories, .sh-post-categories-style2 .blog-slider-item .post-categories, .sh-post-categories-style2 .post-style-cover .post-categories {
    font-size:0px
}

.sh-post-categories-style2 .post-thumbnail .post-categories a, .sh-post-categories-style2 .post-gallery .post-categories a, .sh-post-categories-style2 .blog-slider-item .post-categories a, .sh-post-categories-style2 .post-style-cover .post-categories a {
    background-color: rgba(28, 28, 28, .7);
    border-radius: 50px;
    padding: 4px 9px 5px;
    color: #fff;
    margin-right: 4px;
    font-size: 11px;
    line-height:100%
}

.sh-post-categories-style2 .sh-categories-style2 .tab-pane.active, .sh-post-categories-style2 .blog-fancy-carousel-title article.post-item {
    padding-top:0 !important
}

.sh-post-categories-style3 .post-categories a {
    font-weight: 600;
    font-size: 11px;
    padding: 6px 14px;
    background-color: rgba(28, 28, 28, .05);
    border-radius: 50px;
    margin-right:6px
}

.sh-post-categories-style3 .post-categories {
    font-size: 0px;
    margin-bottom:15px
}

.sh-post-categories-style3 .post-thumbnail .post-categories, .sh-post-categories-style3 .post-gallery .post-categories, .sh-post-categories-style3 .blog-slider-item .post-categories, .sh-post-categories-style3 .post-style-cover .post-categories {
    margin-bottom:0
}

.sh-post-categories-style3 .post-thumbnail .post-categories a, .sh-post-categories-style3 .post-gallery .post-categories a, .sh-post-categories-style3 .blog-slider-item .post-categories a, .sh-post-categories-style3 .post-style-cover .post-categories a {
    background-color: rgba(28, 28, 28, .7);
    color: #fff;
    font-size: 11px;
    line-height:100%
}

.sh-post-categories-style3 .sh-categories-style2 .tab-pane.active, .sh-post-categories-style3 .blog-fancy-carousel-title article.post-item {
    padding-top:0 !important
}

body.sh-categories-position-image article.post-item .post-gallery .slick-prev, body.sh-categories-position-image article.post-item .post-gallery .slick-next, body.sh-categories-position-image article.post-item .post-gallery .post-gallery-pagination {
    display:none !important
}

body.sh-categories-position-image article.post-item .post-type-content .post-gallery .slick-prev, body.sh-categories-position-image article.post-item .post-type-content .post-gallery .slick-next, body.sh-categories-position-image article.post-item .post-type-content .post-gallery .post-gallery-pagination {
    display:block !important
}

.post-review {
    position: absolute;
    color: #fff;
    font-size: 21px;
    width: 52px;
    height: 52px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    top: 0;
    right:0
}

.sh-read-later-review {
    position:absolute
}

.post-review-score span {
    font-size: 12px;
    font-weight:700
}

.blog-mini-post-thumb .post-review-score {
    font-size:15px
}

.blog-mini-post-thumb .post-review-score span {
    font-size:10px
}

.blog-mini-post-layout2 .blog-mini-post-thumb .post-review {
    display:none
}

.blog-style-coverbig .post-review {
    top: auto;
    right: 40px;
    bottom: -34px;
    width: 74px;
    height:74px
}

.blog-style-coverbig .post-review-score {
    font-size:30px
}

.blog-style-coverbig .post-review-score span {
    font-size:18px
}

.blog-style-round .post-review {
    top: 7px;
    right:7px
}

.post-item-single .post-type-content .sh-post-review-mini, .post-item-single .post-type-content .post-review-svg, .post-item-single .post-type-content .post-review {
    display:none
}

.sh-review-style1 .post-review {
    top: -9px;
    right: -5px;
    background-color: #363636;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .09);
    border:3px solid #fff
}

.sh-review-style1 .blog-mini-post-thumb .post-review {
    width: 38px;
    height: 38px;
    border: 3px solid #fff;
    top: -5px;
    right:-5px
}

.sh-review-style1 .sh-read-later-review {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #363636;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .05);
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    transition: .2s all ease-in-out;
    font-weight:700
}

.sh-review-style1 .sh-read-later-review-score span {
    font-size: 8px;
    font-weight:400
}

.sh-review-style2 .post-style-cover .post-review, .sh-review-style2 .post-gallery .post-review, .sh-review-style2 .post-thumbnail .post-review {
    background: transparent !important;
    top: 13px;
    right: 13px;
    border: 4px solid rgba(110, 110, 110, .7);
    text-shadow:0px 2px 5px rgba(0, 0, 0, .25)
}

.sh-review-style2 .post-style-cover .post-review-score, .sh-review-style2 .post-style-cover .post-review-score span, .sh-review-style2 .post-gallery .post-review, .sh-review-style2 .post-gallery .post-review span, .sh-review-style2 .post-thumbnail .post-review, .sh-review-style2 .post-thumbnail .post-review span {
    font-size: 16px;
    font-weight:700
}

.sh-review-style2 .sh-read-later-review, .sh-review-style2 .sh-post-review-mini .post-review {
    top: 0;
    right: 0;
    border-width: 0;
    border-radius: 0;
    height: auto;
    width: auto;
    padding: 5px 8px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .15);
    background-color: #525252;
    box-shadow:0 3px 15px rgba(0, 0, 0, .14)
}

.sh-review-style2 .sh-post-review-mini .post-review-score, .sh-review-style2 .sh-post-review-mini .post-review-score span {
    font-size: 12px;
    font-weight:700
}

.sh-review-style2 .sh-read-later-review, .sh-review-style2 .sh-widget-posts-slider-thumbnail.sh-post-review-mini .post-review {
    padding:3px 5px
}

.sh-review-style2 .sh-read-later-review, .sh-review-style2 .sh-read-later-review span, .sh-review-style2 .sh-widget-posts-slider-thumbnail.sh-post-review-mini .post-review-score, .sh-review-style2 .sh-widget-posts-slider-thumbnail.sh-post-review-mini .post-review-score span {
    font-size: 11px;
    font-weight:700
}

.sh-review-style2 .sh-read-later-review, .sh-review-style2 .sh-read-later-review span {
    line-height: 1;
    color:#fff
}

.sh-review-style2 .post-content-review-score, .sh-review-style2 .post-content-review-score-pattern {
    border-radius:8px
}

.sh-review-style2 .post-content-review-score span {
    font-size: inherit;
    font-weight:inherit
}

.sh-review-style2 .post-content-review-score div {
    text-transform:none
}

.sh-review-style2 .post-style-cover .post-review-standard, .sh-review-style2 .post-gallery .post-review-standard, .sh-review-style2 .post-thumbnail .post-review-standard {
    display:none
}

.sh-review-style2 .sh-post-review-mini .post-review-svg {
    display:none
}

.post-review-svg {
    position: absolute;
    top: 14px;
    right:14px
}

.sh-pie {
    display: block;
    height: 46px;
    width: 46px;
    border-radius: 100%;
    position: relative;
    margin-bottom:25px
}

.sh-pie: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: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 7px rgba(109, 109, 109, .35);
    text-align:center
}

.sh-pie-svg {
    transform: rotate(-90deg);
    overflow:hidden
}

.sh-pie-svg circle {
    transition: stroke-dashoffset 1.5s cubic-bezier(.12, .29, .21, .97);
    stroke: rgba(29, 29, 29, .36);
    stroke-width: 4px;
    stroke-linecap:round
}

.sh-meta-order-bottom .post-content {
    padding-bottom:19px
}

.sh-meta-order-bottom #content.post-content {
    padding-bottom:0
}

.sh-meta-order-top .post-meta {
    padding-top: 8px;
    padding-bottom:13px
}

.sh-meta-order-top .blog-style-mini1 .post-meta, .sh-meta-order-top .blog-style-mini2 .post-meta, .sh-meta-order-top .sh-widget-posts-slider-item:not(.sh-widget-posts-slider-item-large) .post-meta, .sh-meta-order-top .blog-mini-post-content-container .post-meta {
    padding-top: 0;
    padding-bottom:0
}

.sh-meta-order-top .sh-widget-posts-slider-item-large h5 {
    margin-bottom:5px
}

.sh-instagram-widget-columns2 .null-instagram-feed .instagram-pics {
    margin:-5px
}

.sh-instagram-widget-columns2 .null-instagram-feed .instagram-pics li {
    width: 50%;
    padding:5px
}

.sh-instagram-widget-columns3 .null-instagram-feed .instagram-pics {
    margin:-7px
}

.sh-instagram-widget-columns3 .null-instagram-feed .instagram-pics li {
    width: 33.3%;
    padding:7px
}

.sh-instagram-widget-with-button .null-instagram-feed .clear a {
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    padding: 0 30px;
    margin-top: 30px;
    font-weight: 700;
    line-height: 36px;
    border: 1px solid #ededed;
    box-shadow: 0 5px 34px rgba(0, 0, 0, .07);
    transition:.3s all ease-in-out
}

.sh-instagram-widget-with-button .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button .null-instagram-feed .clear a:focus {
    background-color: #d79c74;
    border-color:#d79c74
}

.sh-instagram-widget-with-button .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button .null-instagram-feed .clear a:focus, .sh-instagram-widget-with-button #sidebar .null-instagram-feed .clear a:hover, .sh-instagram-widget-with-button #sidebar .null-instagram-feed .clear a:focus {
    color:#fff !important
}

.sh-media-icon-style2 .post-gallery .icon.icon-arrow-left-circle, .sh-media-icon-style2 .post-gallery .icon.icon-arrow-right-circle, .sh-media-icon-style2 .blog-slider .icon.icon-arrow-left-circle, .sh-media-icon-style2 .blog-slider .icon.icon-arrow-right-circle {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.sh-media-icon-style2 .post-gallery .icon.icon-arrow-left-circle:before, .sh-media-icon-style2 .blog-slider .icon.icon-arrow-left-circle:before {
    content: "\e64a"
}

.sh-media-icon-style2 .post-gallery .icon.icon-arrow-right-circle:before, .sh-media-icon-style2 .blog-slider .icon.icon-arrow-right-circle:before {
    content: "\e649"
}

.sh-media-icon-style2 .blog-slider .slick-arrow i {
    font-size: 24px;
    bottom:3px
}

@media (max-width: 991px) {
    .sh-categories-style2 .sh-categories-list {
        max-height:none
    }
}

@media (max-width: 767px) {
    .blog-mini-post-layout1 h5 {
        font-size: 14px !important;
        line-height:130% !important
    }

    .sh-title-style2 .sh-categories-title h2, .sh-title-style2 .post-related-title h2, .sh-title-style2 .sh-blog-fancy-title-container h2 {
        font-size:18px
    }

    .sh-widget-posts-slider-item-large h5, article.format-quote .post-quote-link-content h2 {
        font-size:18px
    }

    .blog-style-left-mini article h2, .sh-blog-standard-posts .blog-style-grid h2 {
        font-size: 16px;
        line-height:130% !important
    }

    .sh-load-more {
        font-size:11px
    }

    .post-content, .sh-widget-posts-slider-item-large .post-content {
      font-size:12px
    }

    .sh-post-categories-style2 .post-thumbnail .post-categories a, .sh-post-categories-style2 .post-gallery .post-categories a, .sh-post-categories-style2 .blog-slider-item .post-categories a, .sh-post-categories-style2 .post-style-cover .post-categories a {
        font-size: 9px;
        padding:3px 8px 5px
    }

    .sh-review-style2 .sh-post-review-mini .post-review-score, .sh-review-style2 .sh-post-review-mini .post-review-score span {
        font-size:10px
    }
}

body.single-shufflehound_header {
    overflow-x: hidden;
    min-height:100vh
}

body.single-shufflehound_header .vc_row[data-vc-full-width] {
    overflow:visible
}

.sh-header-builder, .sh-header-template {
    position:relative
}

.sh-header-template .vc_row[data-vc-full-width] {
    overflow:visible
}

.sh-header-builder-edit {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: .5;
    color: #7d7d7d;
    transition: .3s all ease-in;
    z-index: 260;
    font-weight: 700;
    font-size:11px
}

.sh-header-builder-edit i {
    padding-right:2px
}

.sh-header-builder-edit:hover {
    opacity:1
}

.sh-header-builder-topbar-container, .sh-header-builder-main-container {
    width:100%
}

.sh-footer-template, .sh-header-top-content-template {
    position:relative
}

@media print {
    a[href]:after {
        content:none !important
    }

    .jssocials-shares {
        display: none !important
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1200px !important;
        width:1200px !important
    }
}

@media (max-width: 1250px) {
    .container {
        max-width: 100% !important;
        min-width: 100%;
        padding-left: 30px !important;
        padding-right:30px !important
    }
}

@media (max-width: 1025px) and(min-width: 1023px) {
    body.sh-ipad-landscape-full-navigation header.primary-desktop {
        display:block
    }

    body.sh-ipad-landscape-full-navigation header.primary-mobile {
        display:none
    }
}

@media (max-width: 1025px) {
    header.primary-desktop {
        display:none !important
    }

    header.primary-mobile {
        display:block !important
    }

    .blog-list:not(.blog-style-small):not(.blog-style-medium):not(.blog-style-large):not(.blog-style-left):not(.blog-style-left-right) .post-item {
        width:50%
    }

    #wrapper #content {
        float: none;
        width:100%
    }

    #wrapper #sidebar {
        float: none;
        width:100%
    }

    #content + #sidebar {
        margin-top:60px
    }

    .sh-nothing-found-big span {
        font-size:36px
    }

    .sh-nothing-found-big div {
        font-size: 72px;
        line-height:62px
    }
}

@media (max-width: 900px) {
    .sh-footer-columns > .widget-item {
        width:100% !important
    }

    .sh-copyrights {
        text-align: center;
        padding:35px 0
    }

    .sh-copyrights div {
        float: none !important;
        width: 100%;
        display:block
    }

    .sh-copyrights .sh-copyrights-social {
        margin-top:20px
    }

    .sh-copyrights .sh-copyrights-style1, .sh-copyrights .sh-copyrights-style2 {
        height:auto
    }

    .sh-copyrights-style2 .sh-copyrights-logo {
        margin-bottom:15px
    }

    .sh-copyrights-text, .sh-copyrights-social {
        line-height:auto !important
    }

    .sh-footer .sh-copyrights-social a {
        position: relative;
        margin-left: 3px;
        margin-top:-1px
    }
}

@media (max-width: 800px) {
    .blog-style-small .post-left-side, .blog-style-small .post-right-side, .blog-style-medium .post-left-side, .blog-style-medium .post-right-side, .blog-style-large .post-left-side, .blog-style-large .post-right-side {
        width:100%
    }

    .blog-style-small .post-left-side, .blog-style-medium .post-left-side, .blog-style-large .post-left-side {
        margin-bottom:20px
    }

    .sh-titlebar .titlebar-title, .sh-titlebar .title-level {
        display: block;
        width: 100%;
        text-align:center
    }

    .sh-titlebar .title-level {
        margin-top:15px
    }

    .sh-back-to-top {
        bottom: 15px;
        right: 15px;
        transform:scale(.92, .92)
    }
}

@media (max-width: 700px) {
    .sh-post-author .sh-post-author-avatar, .sh-post-author .sh-post-author-info {
        width: 100%;
        display: block;
        height: auto !important;
        text-align:center
    }

    .content-with-sidebar-left .blog-style-grid article, .content-with-sidebar-right .blog-style-grid article {
        width:100% !important
    }

    .blog-single .post-meta {
        float: none;
        width:100%
    }

    .blog-single .post-meta-comments {
        padding:0
    }

    .blog-single .sh-blog-single-meta > div {
        width:100%
    }

    .blog-single .sh-page-switcher {
        margin-left: 0;
        padding-top:10px
    }
}

@media (max-width: 550px) {
    .blog-list:not(.sh-recent-posts-list-carousel) .post-item {
        width:100% !important
    }

    .sh-post-author .sh-post-author-info {
        padding-top:20px
    }

    .sh-comments-required-notice {
        float: none;
        padding-bottom:15px
    }
}

@media (max-width: 320px) {
    .container {
        width: 280px;
        min-width: 280px;
        max-width:280px
    }
}

@media (max-width: 1025px) {
    #wrapper #content {
        margin: 0
    }
}

@keyframes plyr-progress {
    to {
        background-position:25px 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform:translateY(10px)
    }

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

@keyframes plyr-fade-in {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition:box-shadow .3s ease
}

.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width:100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width:auto
}

.plyr:focus {
    outline:0
}

.plyr--full-ui {
    box-sizing:border-box
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
    box-sizing:inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action:manipulation
}

.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding:3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display:none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width:100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space:pre-wrap
}

.plyr__captions .plyr__caption div {
    display:inline
}

.plyr__captions span:empty {
    display:none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding:20px
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size:18px
    }
}

.plyr--captions-active .plyr__captions {
    display:block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform:translateY(-40px)
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition:all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width:18px
}

.plyr__control:focus {
    outline:0
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline:0
}

a.plyr__control {
    text-decoration:none
}

a.plyr__control:after, a.plyr__control:before {
    display:none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
    display:none
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    color:#fff
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    color:#fff
}

.plyr__control--overlaid {
    background: rgba(0, 179, 255, .8);
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index:2
}

.plyr__control--overlaid svg {
    left: 2px;
    position:relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    background:#00b3ff
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility:hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display:block
}

.plyr--full-ui ::-webkit-media-controls {
    display:none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align:center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width:0
}

.plyr__controls .plyr__controls__item {
    margin-left:2.5px
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right:auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left:2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding:0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left:0
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right:5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right:0
}

.plyr__controls:empty {
    display:none
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4a5764;
    padding:10px
}

.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index:3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding:35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform:translateY(100%)
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
    display:none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display:inline-block
}

.plyr__menu {
    display: flex;
    position:relative
}

.plyr__menu .plyr__control svg {
    transition:transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform:rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display:none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index:3
}

.plyr__menu__container > div {
    overflow: hidden;
    transition:height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width:0
}

.plyr__menu__container [role=menu] {
    padding:7px
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top:2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top:0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5764;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%
}

.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width:100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform:translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right:28px
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: rgba(74, 87, 100, .8);
    right:5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color:currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width:calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: rgba(74, 87, 100, .8);
    left:7px
}

.plyr__menu__container .plyr__control--back:before {
    background: #c1c9d1;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top:100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
    border-right-color:currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left:7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius:100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width:16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width:6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background:#00b3ff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform:translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background:rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events:none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #00b3ff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width:100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image:linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top:-4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select:none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width:13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height:5px
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color:transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select:none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background:currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    margin-top:0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display:none
}

.plyr--full-ui input[type=range]:focus {
    outline:0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border:0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline:0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline:0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(0, 179, 255, .5);
    outline:0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color:rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color:rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color:rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow:0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow:0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow:0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color:rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color:rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color:rgba(193, 201, 209, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow:0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow:0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow:0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(35, 41, 47, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index:1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity:1
}

.plyr__time {
    font-size:14px
}

.plyr__time + .plyr__time:before {
    content: '\2044';
    margin-right:10px
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display:none
    }
}

.plyr--video .plyr__time {
    text-shadow:0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4a5764;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index:2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index:2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform:translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index:3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin:0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
    left:16px
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin:100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    transform:translateX(50%)
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform:translate(0, 0) scale(1)
}

.plyr--video {
    background: #000;
    overflow:hidden
}

.plyr--video.plyr--menu-open {
    overflow:visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index:0
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom:56.25%
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform:translateY(-38.28125%)
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position:relative
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width:calc(100% + 13px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index:2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left:0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top:50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background:0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition:width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition:width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition:width .2s ease
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color:rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
    color:rgba(193, 201, 209, .66)
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 41, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, .6) 50%, rgba(35, 41, 47, .6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color:transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color:rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color:rgba(193, 201, 209, .66)
}

.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1;
    position:relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index:2
}

@media (min-width: 480px) {
    .plyr__volume {
        max-width:90px
    }
}

@media (min-width: 768px) {
    .plyr__volume {
        max-width:110px
    }
}

.plyr--is-ios .plyr__volume {
    display:none !important
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display:none !important
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-webkit-full-screen video {
    height:100%
}

.plyr:-ms-fullscreen video {
    height:100%
}

.plyr:fullscreen video {
    height:100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform:translateY(-50%)
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform:translateY(-50%)
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform:translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor:none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor:none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size:21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size:21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size:21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-webkit-full-screen video {
    height:100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform:translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size:21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-moz-full-screen video {
    height:100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform:translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size:21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width:100%
}

.plyr:-ms-fullscreen video {
    height:100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform:translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size:21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:10000000
}

.plyr--fullscreen-fallback video {
    height:100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position:static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform:translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display:block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display:none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor:none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size:21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index:-1
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width:100%
}

.plyr__ads:after {
    background: rgba(35, 41, 47, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index:3
}

.plyr__ads::after:empty {
    display:none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index:3
}

.plyr__preview-thumb {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    z-index:2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform:translate(0, 0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, .9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index:2
}

.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index:0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width:100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index:3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding:3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index:1
}

.plyr__preview-scrubbing--is-shown {
    opacity:1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width:100%
}

.plyr--no-transition {
    transition:none !important
}

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

.plyr [hidden] {
    display: none !important
}
