.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media(min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media(min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media(min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table.has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table.has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table.has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.wp-pagenavi {
    margin: 9px 0 10px;
    width: 99%;
    margin-left: 4px;
    padding-bottom: 1px;
    float: left;
    font-family: trebuchet ms, arial, serif
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #000;
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 14px;
    background: #2a446e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ccc
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #646464
}

.wp-pagenavi span.current {
    font-weight: 700;
    color: #ccc
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
a,
abbr,
acronym,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse
}

caption,
th,
td {
    text-align: left;
    font-weight: 400
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu {
    line-height: 1
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    position: relative
}

.sf-menu a {
    display: block;
    position: relative
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0
}

.sf-menu {
    float: left;
    margin-bottom: 1em
}

.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #cfdeff;
    padding: .75em 1em;
    text-decoration: none
}

.sf-menu a,
.sf-menu a:visited {
    color: #13a
}

.sf-menu li {
    background: #bdd2ff
}

.sf-menu li li {
    background: #aabde6
}

.sf-menu li li li {
    background: #9aaedb
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: #cfdeff;
    outline: 0
}

.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden
}

a>.sf-sub-indicator {
    top: .8em;
    background-position: 0 -100px
}

a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
    background-position: -10px -100px
}

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0
}

.sf-menu ul a>.sf-sub-indicator {
    background-position: 0 0
}

.sf-menu ul a:focus>.sf-sub-indicator,
.sf-menu ul a:hover>.sf-sub-indicator,
.sf-menu ul a:active>.sf-sub-indicator,
.sf-menu ul li:hover>a>.sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator {
    background-position: -10px 0
}

.sf-shadow ul {
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px
}

.sf-shadow ul.sf-shadow-off {
    background: 0 0
}

.clearfix:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

body {
    background: #f0f0f0;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 14px;
    color: #fff
}

a {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: underline
}

p {
    padding: 1em 0;
    color: #3e3e3e;
    line-height: 150%
}

p.text {
    font-size: 16px
}

p a {
    color: #f321b7
}

strong {
    color: #f321b7
}

blockquote {
    padding-left: 25px;
    color: #25282a;
    font-size: 27px;
    font-family: roboto;
    font-weight: 700;
    line-height: 120%;
    background: #f0f0f0 url(./icons/other/quote_content.png) no-repeat 20px 20px;
    padding: 50px 20px 20px
}

blockquote.simple {
    background-color: transparent;
    background-position: 0 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 18px
}

pre {
    font-family: courier new;
    font-size: 14px;
    line-height: 170%;
    background: url(./code_background.png) repeat;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    padding: 0 5px;
    margin: 0;
    overflow: auto
}

label {
    color: #25282a;
    font-family: roboto
}

.relative {
    position: relative
}

.responsive {
    display: block;
    width: 100%;
    height: auto
}

input,
textarea {
    font-family: arial;
    background: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    color: #3e3e3e
}

.center_align {
    text-align: center
}

.margin_top_0 {
    margin-top: 0!important
}

.margin_top_10 {
    margin-top: 10px!important
}

.margin_top_15 {
    margin-top: 15px
}

.margin_top_20 {
    margin-top: 20px!important
}

.padding_top_0 {
    padding-top: 0
}

.padding_top_30 {
    padding-top: 30px
}

.padding_top_bottom_25 {
    padding: 25px 0
}

.padding_top_bottom_15 {
    padding: 15px 0!important
}

.nounderline,
.nounderline:hover {
    text-decoration: none
}

body.image_1 {
    background: url(./backgrounds/images/image_1.jpg) fixed no-repeat
}

body.image_2 {
    background: url(./backgrounds/images/image_2.jpg) fixed no-repeat
}

body.image_3 {
    background: url(./backgrounds/images/image_3.jpg) fixed no-repeat
}

body.image_4 {
    background: url(./backgrounds/images/image_4.jpg) fixed no-repeat
}

body.image_5 {
    background: url(./backgrounds/images/image_5.jpg) fixed no-repeat
}

body.pattern_1 {
    background: url(./backgrounds/patterns/pattern_1.png) fixed
}

body.pattern_2 {
    background: url(./backgrounds/patterns/pattern_2.png) fixed
}

body.pattern_3 {
    background: url(./backgrounds/patterns/pattern_3.png) fixed
}

body.pattern_4 {
    background: url(./backgrounds/patterns/pattern_4.png) fixed
}

body.pattern_5 {
    background: url(./backgrounds/patterns/pattern_5.png) fixed
}

body.pattern_6 {
    background: url(./backgrounds/patterns/pattern_6.png) fixed
}

body.pattern_7 {
    background: url(./backgrounds/patterns/pattern_7.png) fixed
}

body.pattern_8 {
    background: url(./patterns/pattern_8.png) fixed
}

body.pattern_9 {
    background: url(./patterns/pattern_9.png) fixed
}

body.pattern_10 {
    background: url(./patterns/pattern_10.png) fixed
}

body.overlay .background_overlay {
    display: block
}

.background_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(./overlay.png);
    z-index: 1
}

.site_container {
    background: #fff
}

.site_container.boxed {
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

body.overlay .site_container {
    position: relative;
    z-index: 2
}

.site_container.boxed .header_top_bar {
    width: auto
}

.site_container.boxed .header_top_bar .latest_news_scrolling_list_container .category {
    border-left: none
}

.site_container.boxed .header_top_bar .search {
    border-right: none
}

.site_container.boxed .slider,
.site_container.boxed .slider li.slide {
    width: 1150px;
    height: 508px
}

.site_container.boxed .slider li.slide img {
    width: 1155px
}

.site_container.boxed .slider_content_box {
    left: 55px;
    top: 231px
}

.site_container.boxed .small_slider .slider_content_box {
    left: 0;
    top: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #25282a
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #25282a
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer h1 a,
.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a {
    color: #fff
}

h1 {
    font-size: 18px;
    line-height: 110%
}

h2 {
    font-size: 22px;
    line-height: 120%
}

h3 {
    font-size: 20px;
    line-height: 140%
}

h4 {
    font-size: 18px;
    line-height: 140%
}

h5 {
    font-size: 16px;
    line-height: 140%
}

h6 {
    font-size: 13px;
    line-height: 150%
}

.box_header {
    background: #f0f0f0;
    border-left: 3px solid #f321b7;
    padding: 15px 15px 10px
}

.footer .box_header {
    background: #42494f;
    border-color: #858d94
}

.about_title,
.about_subtitle {
    font-family: roboto;
    font-weight: 300;
    font-size: 55px
}

.about_subtitle {
    font-weight: 700;
    color: #f321b7
}

.header_container {
    background-color: #fff;
    padding-bottom: 26px
}

.header_top_bar_container {
    background-color: #363b40
}

.header_top_bar_container.border {
    border-bottom: 1px solid #464d53
}

.header_top_bar,
.header,
.menu_container .sf-menu,
.footer {
    width: 1130px;
    margin-left: auto;
    margin-right: auto
}

.header {
    text-align: center;
    padding-top: 7px
}

.header h1 {
    font-size: 96px;
    font-family: roboto condensed;
    color: #f321b7;
    letter-spacing: -.01em;
    line-height: 1
}

.header h1 a {
    color: #f321b7
}

.header h4 {
    color: #7c7c7c;
    line-height: 1;
    margin-top: 3px
}

.header .placeholder {
    display: none;
    float: right;
    font-size: 30px;
    font-family: roboto condensed;
    font-weight: 300;
    background: #f0f0f0;
    width: 728px;
    height: 61px;
    margin-top: 30px;
    color: #ababab;
    text-align: center
}

.header_top_bar {
    overflow: hidden;
    height: 46px
}

.header_top_bar .caroufredsel_wrapper_vertical_carousel {
    height: 46px!important
}

.style_2.header_top_bar_container {
    background: #fff
}

.style_2.border.header_top_bar_container {
    border-bottom: 1px solid #e9e9e9
}

.style_2 .latest_news_scrolling_list_container .category,
.style_2 .latest_news_scrolling_list_container li.left,
.style_2 .latest_news_scrolling_list_container li.right,
.style_2 .search,
.style_2 .search .search_input {
    border-color: #e9e9e9
}

.style_2 .search .search_input,
.style_3 .search .search_input,
.style_4 .search .search_input {
    background: 0 0
}

.style_2 .latest_news_scrolling_list_container .category,
.style_2 .latest_news_scrolling_list_container .category a,
.style_2 .latest_news_scrolling_list_container li .latest_news_scrolling_list a,
.style_2 .search .search_input,
.style_2 .search .search_input.hint,
.style_3 .latest_news_scrolling_list_container .category,
.style_3 .latest_news_scrolling_list_container .category a,
.style_3 .latest_news_scrolling_list_container li .latest_news_scrolling_list a,
.style_3 .search .search_input,
.style_3 .search .search_input.hint {
    color: #25282a
}

.style_2 .latest_news_scrolling_list_container li .timeago,
.style_3 .latest_news_scrolling_list_container li .timeago {
    color: #ababab
}

.style_2 .latest_news_scrolling_list_container .left a,
.style_3 .latest_news_scrolling_list_container .left a {
    background-image: url(./icons/navigation/navigation_latest_arrow_left.png)
}

.style_2 .latest_news_scrolling_list_container .right a,
.style_3 .latest_news_scrolling_list_container .right a {
    background-image: url(./icons/navigation/navigation_latest_arrow_right.png)
}

.style_2 .latest_news_scrolling_list_container li.left:hover,
.style_2 .latest_news_scrolling_list_container li.right:hover,
.style_2 .search .search_submit:hover {
    background-color: #e9e9e9
}

.style_2 .search .search_submit,
.style_3 .search .search_submit {
    background-image: url(./header_search.png)
}

.style_3.header_top_bar_container {
    background: #f0f0f0
}

.style_3.border.header_top_bar_container {
    border-bottom: 1px solid #e0e0e0
}

.style_3 .latest_news_scrolling_list_container .category,
.style_3 .latest_news_scrolling_list_container li.left,
.style_3 .latest_news_scrolling_list_container li.right,
.style_3 .search,
.style_3 .search .search_input {
    border-color: #e0e0e0
}

.style_3 .latest_news_scrolling_list_container li.left:hover,
.style_3 .latest_news_scrolling_list_container li.right:hover,
.style_3 .search .search_submit:hover {
    background-color: #e0e0e0
}

.style_4.header_top_bar_container {
    background: #2d3032
}

.style_4.border.header_top_bar_container {
    border-bottom: 1px solid #363b40
}

.style_4 .latest_news_scrolling_list_container .category,
.style_4 .latest_news_scrolling_list_container li.left,
.style_4 .latest_news_scrolling_list_container li.right,
.style_4 .search,
.style_4 .search .search_input {
    border-color: #363b40
}

.style_4 .latest_news_scrolling_list_container li.left:hover,
.style_4 .latest_news_scrolling_list_container li.right:hover,
.style_4 .search .search_submit:hover {
    background-color: #363b40
}

.style_5.header_top_bar_container {
    background: #000
}

.style_5.border.header_top_bar_container {
    border-bottom: 1px solid #464d53
}

.style_5 .latest_news_scrolling_list_container .category,
.style_5 .latest_news_scrolling_list_container li.left,
.style_5 .latest_news_scrolling_list_container li.right,
.style_5 .search,
.style_5 .search .search_input {
    border-color: #464d53
}

.style_5 .latest_news_scrolling_list_container li.left:hover,
.style_5 .latest_news_scrolling_list_container li.right:hover,
.style_5 .search .search_submit:hover {
    background-color: #464d53
}

.style_5 .search .search_input {
    background-color: transparent
}

.style_2.header_container {
    background: #1e2022
}

.style_2 .header h1,
.style_2 .header h1 a,
.style_3 .header h1,
.style_3 .header h1 a {
    color: #fff
}

.style_2 .header h4,
.style_3 .header h4 {
    color: #9da4ab
}

.style_3.header_container {
    background: #000
}

.small.header_container {
    padding-bottom: 30px
}

.small .header {
    text-align: left;
    padding-top: 22px
}

.small .header h1 {
    font-size: 28px
}

.small .header h4 {
    font-size: 15px;
    margin-top: 0
}

.small .header .logo {
    float: left
}

.small .header .placeholder {
    display: block
}

.style_2 .placeholder {
    background: #42494f24;
    color: #858d94
}

.style_3 .placeholder {
    background: #2d3136;
    color: #9da4ab
}

.page_header .page_title {
    font-weight: 700
}

.page_header_left,
.page_header_right {
    float: left
}

.page_header_left {
    width: 400px
}

.page_header_right {
    width: 650px
}

.bread_crumb {
    float: right;
    margin: 3px 0 0;
    color: #9da4ab;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px
}

.bread_crumb li {
    float: left
}

.bread_crumb li,
.bread_crumb li a {
    color: #7c7c7c;
    font-size: 12px
}

.bread_crumb li a {
    text-decoration: none
}

.bread_crumb li a:hover {
    color: #25282a
}

.bread_crumb .separator {
    background: url(./icons/navigation/breadcrumb_arrow.png) no-repeat center center;
    width: 5px;
    height: 13px;
    padding: 0 10px
}

.footer_container {
    background: #363b40;
    padding-top: 50px
}

.footer {
    padding-bottom: 30px
}

.footer p {
    color: #d7dce0
}

.footer a {
    color: #fff;
    line-height: 140%
}

.menu_container {
    border-top: 3px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff
}

.menu_container.sticky.move {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.boxed .menu_container.sticky.move {
    max-width: 1150px;
    width: 100%
}

.sf-menu {
    float: none;
    padding: 0;
    margin: -3px 0 0
}

.sf-menu li {
    height: 42px;
    border: none;
    border-top: 3px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-right: 15px
}

.sf-menu>li {
    margin-bottom: -1px
}

.sf-menu li,
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: 0 0
}

.sf-menu li a,
.sf-menu li a:visited {
    font-family: prompt!important;
    font-size: 22px;
    font-weight: 400;
    color: #25282a;
    padding: 10px 0 10px 15px;
    border: none
}

.sf-menu li.submenu {
    padding-right: 0
}

.sf-menu li.submenu a {
    background-image: url(./img/icons/navigation/menu_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-color: transparent;
    padding-right: 15px;
    border-right: 15px solid transparent
}

.sf-menu a:hover {
    background-color: #f0f0f0
}

.sf-menu li.submenu ul {
    background: #363b40
}

.sf-menu li:hover,
.sf-menu li.selected,
.sf-menu li.submenu:hover {
    background-color: #f0f0f0;
    border-top-color: #f321b7;
    border-bottom-color: #f0f0f0
}

.sf-menu li ul {
    width: 210px;
    margin-top: 1px
}

.sf-menu li ul.wide li {
    width: 210px
}

.sf-menu li.submenu.wide ul {
    width: 420px
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 41px
}

.sf-menu li ul li {
    width: 210px;
    height: auto;
    padding: 0;
    border: none
}

.menu_container .sf-menu li:hover ul a,
.menu_container .sf-menu li.submenu:hover ul a,
.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a {
    border: none;
    color: #d7dce0;
    background-color: #363b40
}

.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.selected ul li a,
.menu_container .sf-menu li.submenu ul li a,
.menu_container .sf-menu li.submenu:hover ul li a,
.menu_container .sf-menu li:hover ul li a {
    padding: 15px;
    font-family: roboto;
    font-size: 14px;
    color: #d7dce0;
    background-image: none
}

.menu_container .sf-menu li ul li.submenu>a,
.menu_container .sf-menu li:hover ul li.submenu>a {
    background-image: url(./img/icons/navigation/dark_bg/submenu_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 0;
    border-right: 15px solid transparent
}

.menu_container .sf-menu li ul li.submenu>a:hover,
.menu_container .sf-menu li ul li.submenu.sfHover>a {
    background-image: url(./img/icons/navigation/dark_bg/submenu_arrow_hover.png)
}

.menu_container .sf-menu li ul li a:hover,
.menu_container .sf-menu li ul li.selected a,
.menu_container .sf-menu li.submenu ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li.selected a,
.menu_container .sf-menu li:hover ul li.sfHover>a {
    background-color: #42494f;
    color: #fff
}

.sf-menu li.submenu .mega_menu {
    position: absolute;
    top: -999em;
    background: #42494f;
    padding: 30px 0 30px 30px
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul,
ul.sf-menu li li:hover .mega_menu,
ul.sf-menu li li.sfHover .mega_menu,
ul.sf-menu li li li:hover .mega_menu,
ul.sf-menu li li li.sfHover .mega_menu {
    left: 210px;
    top: -1px;
    z-index: 2!important
}

ul.sf-menu li:hover li .mega_menu {
    display: none;
    width: 810px;
    left: 210px
}

ul.sf-menu .mega_menu,
ul.sf-menu .mega_menu li {
    background-color: #42494f
}

.mobile_menu_container {
    display: none
}

.mobile-menu-switch,
.mobile-menu,
.mobile-menu-divider {
    display: none;
    margin-left: auto;
    margin-right: auto
}

.mobile-menu-divider {
    margin-top: 15px
}

.mobile-menu li a {
    display: block;
    color: #25282a;
    background: #f0f0f0;
    font-size: 16px;
    font-family: roboto;
    padding: 12px 20px;
    margin-bottom: 1px
}

.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a {
    background: #f321b7;
    color: #fff
}

.mobile-menu li ul a {
    font-size: 14px;
    padding-left: 40px
}

.mobile-menu li ul ul a {
    font-size: 13px;
    padding-left: 80px
}

.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a {
    color: #25282a;
    background: #f0f0f0
}

.mobile-menu-switch {
    width: 35px;
    padding: 15px 8px 9px;
    border: 2px solid #f321b7
}

.mobile-menu-switch .line {
    display: block;
    width: 35px;
    height: 3px;
    background: #f321b7;
    margin-bottom: 6px
}

.mobile-menu-switch:hover {
    background: #f321b7
}

.mobile-menu-switch:hover .line {
    background: #fff
}

.footer_menu li {
    float: left;
    margin-right: 30px
}

.page {
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px
}

.page_margin_top {
    margin-top: 10px
}

.page_margin_top_section {
    margin-top: 50px
}

.vertical_align {
    display: table-row
}

.vertical_align_cell {
    display: table-cell;
    vertical-align: middle
}

.caroufredsel_wrapper {
    width: 100%!important;
    margin: 0!important;
    overflow: hidden
}

.caroufredsel_wrapper_slider {
    margin-top: 30px!important
}

.slider {
    padding: 0;
    width: 1250px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0
}

.slider li.slide {
    float: left;
    position: relative;
    width: 1250px;
    height: 550px;
    background-position: top center;
    background-repeat: no-repeat;
    margin-right: 10px
}

.slider li.slide img {
    width: 1250px
}

.slider li.slide .pr_preloader {
    height: 550px
}

.small_slider {
    display: none
}

.small_slider li.slide {
    position: relative;
    float: left;
    width: 690px
}

.small_slider li.slide img {
    display: block;
    opacity: 1;
    transition: opacity .4s ease-in-out 0s;
    height: auto
}

.small_slider li.slide a:hover img {
    opacity: .8;
    transition: opacity .4s ease-in-out 0s
}

.small_slider .slider_content_box {
    width: 650px;
    left: 0;
    bottom: 0;
    top: auto
}

.slider_content_box {
    position: absolute;
    width: 350px;
    padding: 18px 20px 20px;
    background: rgba(0, 0, 0, .5);
    left: 105px;
    top: 260px
}

.slider_content_box h2,
.slider_content_box h5 {
    float: left;
    clear: both;
    color: #fff;
    margin-top: 17px
}

.slider_content_box h2 a,
.slider_content_box h5 a {
    color: #fff
}

.slider_content_box .post_details li.category:after {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 13px;
    width: 30px
}

.slider_content_box p {
    clear: both;
    color: #fff;
    font-size: 14px;
    padding: 18px 0 0
}

.slider_navigation {
    position: absolute;
    top: 0;
    right: 0
}

.slider_navigation .slider_control {
    float: left
}

.slider_navigation .slider_control a,
a.slider_control {
    display: block;
    width: 45px;
    height: 45px;
    background-color: rgba(66, 73, 79, .8);
    background-image: url(./icons/navigation/navigation_arrow_right.png);
    background-position: 0 0
}

.slider_navigation .slider_control a {
    background-color: rgba(0, 0, 0, .5)
}

a.slider_control {
    display: block!important;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    bottom: 0;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

a.slider_control.right {
    right: 0
}

.slider_navigation .slider_control:first-child a,
a.slider_control.left {
    background-image: url(./img/icons/navigation/navigation_arrow_left.png)
}

a.slider_control.up {
    background-image: url(./img/icons/navigation/navigation_arrow_up.png);
    top: 30px
}

a.slider_control.down {
    background-image: url(./img/icons/navigation/navigation_arrow_down.png)
}

a.slider_control.up,
a.slider_control.down {
    left: 55px
}

.slider_navigation .slider_control a:hover,
a.slider_control:hover {
    background-color: #f321b7
}

.slider_posts_list_container {
    position: relative
}

.slider_posts_list {
    clear: both
}

.slider_posts_list li {
    float: left;
    position: relative;
    width: 262.5px!important;
    height: 120px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.column_2_3 .slider_posts_list li {
    width: 230px!important
}

.slider_posts_list li.current h5,
.slider_posts_list li:hover h5 {
    color: #25282a
}

.slider_posts_list li h5 {
    position: relative;
    z-index: 1;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: #7c7c7c
}

.slider_posts_list li .date {
    display: block;
    position: relative;
    z-index: 1;
    color: #ababab;
    font-size: 11px;
    padding-top: 23px;
    padding-left: 20px
}

.slider_posts_list .slider_posts_list_bar {
    position: absolute;
    background-color: #f321b7;
    height: 6px;
    bottom: -1px
}

.slider_posts_list .slider_posts_list_progress_block {
    position: absolute;
    background-color: #f0f0f0;
    height: 100%;
    bottom: 4px
}

.blog_grid .post {
    position: relative;
    float: left;
    clear: none;
    margin: 0 0 0 2px;
    width: 524px;
    height: 261px
}

.blog_grid .post .pr_preloader {
    width: 524px;
    height: 261px
}

.blog_grid .post.large,
.blog_grid .post.large .pr_preloader {
    width: 787px;
    height: 524px
}

.blog_grid .post.big,
.blog_grid .post.big .pr_preloader {
    height: 524px
}

.blog_grid .post.small,
.blog_grid .post.small .pr_preloader {
    width: 261px
}

.blog_grid .post:first-child {
    margin: 0
}

.blog_grid .row {
    margin-top: 2px
}

.blog_grid .row:first-child {
    margin-top: 0
}

.blog_grid .column {
    margin-left: 2px
}

.site_container.boxed .blog_grid .post .slider_content_box,
.blog_grid .post .slider_content_box {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    background: linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
    cursor: pointer;
    padding: 40px 0 20px
}

.blog_grid .post .post_details.simple {
    margin: 0 20px
}

.blog_grid .post h2,
.blog_grid .post h5 {
    margin: 17px 20px 0
}

.blog_grid .post:hover img {
    opacity: .8;
    transition: opacity .4s ease-in-out 0s
}

.blog_grid .slider_view {
    display: none
}

.row:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.column {
    float: left;
    padding: 4px
}

.column:first-child,
.column.first {
    margin-left: 0
}

.column.border_top {
    border-top: 1px solid #e9e9e9
}

.column_1_1 {
    width: 100%
}

.column_1_2 {
    width: 510px
}

.column_1_3,
.column_2_3 .column_1_2 {
    width: 330px
}

.column_2_3 {
    width: 690px
}

.column_1_3 .column_1_2 {
    width: 150px
}

.column_2_3 .column_1_3 {
    width: 210px
}

.column_1_4 {
    width: 240px
}

.column_1_left_right {
    width: 170px
}

.column_1_center {
    width: 801px
}

.column_3_4 {
    width: 780px
}

.row.copyright_row {
    border-top: 1px solid #464d53;
    margin-top: 15px;
    padding-top: 15px
}

.column_right {
    float: right
}

.columns.no_width .column_left,
.columns.no_width .column_right {
    width: auto
}

.mega_menu .column_1_2 {
    width: 390px
}

.mega_menu .column_1_3 {
    width: 250px
}

.column_1_movie {
    width: 190px;
    height: 286px;
    margin-right: 0;
    border: .1px solid #24242400
}

.column_1_left_year {
    width: 130px
}

.column_1_right_year {
    width: 220px
}

.column_1_youtube {
    width: 570px;
    height: 300px;
    float: left;
    padding-left: 9px
}

.blog.column_1_youtube iframe {
    width: 100%;
    height: 100%;
    border-left: none;
    box-sizing: border-box
}

.blog.column_movie_thumbnail {
    float: left
}

.column_movie_thumbnail img {
    width: 220px;
    height: 300px
}

.sf-menu li.submenu .mega_menu.blog {
    padding: 0 30px 30px 0
}

.mega_menu li.post {
    float: left;
    margin: 30px 0 0 30px;
    margin-bottom: 0
}

.post {
    float: left;
    clear: both;
    margin-top: 50px
}

.post:first-child {
    margin-top: 30px
}

.post img {
    position: relative;
    display: block;
    width: 80%;
    opacity: 1;
    transition: opacity .4s ease-in-out 0s
}

.post a:hover img {
    opacity: .8;
    transition: opacity .4s ease-in-out 0s
}

.post h2 {
    clear: both;
    margin-top: 20px
}

.post .with_number a {
    float: left;
    width: 280px
}

.post a.comments_number {
    float: right;
    position: relative;
    width: auto;
    font-family: arial;
    font-weight: 700;
    background: #f0f0f0;
    color: #7c7c7c;
    font-size: 12px;
    line-height: 1;
    padding: 8px 11px 9px;
    margin-top: 6px
}

.footer .post a.comments_number {
    background: #42494f;
    color: #9da4ab
}

.post .comments_number:hover,
.footer .post .comments_number:hover {
    background: #f321b7;
    color: #fff
}

.post .arrow_comments {
    content: "";
    display: inline;
    position: absolute;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: #f0f0f0 transparent;
    right: 0;
    bottom: -5px
}

.footer .post .arrow_comments {
    border-color: #42494f transparent
}

.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments {
    border-color: #f321b7 transparent
}

.post h5,
.menu_container .sf-menu li ul.mega_menu li.post h5 a {
    clear: both;
    color: #fff;
    margin-top: 15px
}

.post h5.page_margin_top_section {
    margin-top: 50px
}

.sf-menu .mega_menu li.post:hover,
.sf-menu .mega_menu li.post li:hover {
    background: 0 0
}

.menu_container .sf-menu li ul.mega_menu li.post a {
    background: 0 0;
    padding: 0
}

.sf-menu .mega_menu li.post h5 a:hover {
    text-decoration: underline
}

span.number,
span.odometer.number {
    color: #ababab;
    font-family: roboto condensed;
    font-size: 30px;
    font-weight: 300;
    padding: 5px 8px 5px 0;
    visibility: visible
}

.post h5 .number {
    float: left
}

.post p {
    margin-top: 11px
}

.post .post_details {
    clear: both;
    float: left;
    margin-top: 25px
}

.post .post_details+p {
    clear: both;
    float: left
}

.post_details li {
    float: left;
    font-family: arial;
    font-size: 12px
}

.post_details li.category {
    font-weight: 700;
    background: #f321b7;
    padding: 14px 15px 13px 14px
}

.post_details li.category a {
    color: #fff
}

.post_details li.date {
    color: #7c7c7c;
    border: 1px solid #e9e9e9;
    border-left: none;
    padding: 13px 14px 12px 13px
}

.menu_container .mega_menu li.post {
    clear: none;
    width: 240px
}

.post ul.post_details.simple {
    position: static;
    background: 0 0;
    margin-top: 14px
}

ul.post_details.simple li {
    background: 0 0;
    padding: 0
}

.post ul.post_details.simple li.date,
ul.post_details.simple li.date {
    margin-left: 10px;
    border: none
}

.mega_menu li.post ul.post_details.simple li {
    width: auto;
    color: #9da4ab
}

.slider_content_box ul.post_details li {
    color: #fff
}

.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a {
    color: #f321b7
}

.mega_menu.blog ul.post_details.simple li.category a,
.menu_container .mega_menu .blog.small .post li.category,
.menu_container .mega_menu .blog.small .post li.category a {
    font-family: arial;
    color: #9da4ab;
    font-size: 12px;
    font-weight: 700
}

.mega_menu.blog ul.post_details.simple li.category a:hover {
    text-decoration: underline
}

.mega_menu .column_1_2 .blog.small .post {
    width: 390px
}

.mega_menu .column_1_3 .blog.small .post {
    width: 250px
}

.mega_menu .column_1_2 .blog.small .post_content {
    width: 250px
}

.mega_menu .column_1_3 .blog.small .post_content {
    width: 130px
}

.mega_menu .column_1_3 .blog.small .post ul.post_details.simple li.date {
    clear: both;
    margin-left: 0;
    margin-top: 5px
}

.mega_menu .blog.small {
    position: static;
    left: 0;
    top: 0;
    margin-top: 0
}

.mega_menu .blog.small .post {
    margin: 30px 0 0
}

.mega_menu .blog.small .post:first-child {
    margin-top: 0
}

.menu_container .mega_menu .blog.small .post a {
    padding: 0;
    background: 0 0;
    color: #fff
}

.blog.small .post,
.blog.small_margin .post {
    margin-top: 30px
}

.blog.big img {
    width: 330px
}

.blog.small img {
    width: auto
}

.blog.big img,
.blog.big .post_content,
.blog.small img,
.blog.small .post_content {
    float: left
}

.blog.big .post_content {
    width: 330px;
    margin-left: 30px
}

.blog.small .post_content {
    margin-left: 20px
}

.column_2_3 .column_1_2 .blog.small .post_content,
.column_1_3 .blog.small .post_content {
    width: 210px
}

.column_1_2 .blog.small .post_content {
    width: 390px
}

.blog.small .post_content p {
    margin-top: 0
}

.blog.small .post_details.simple {
    clear: none
}

.blog.big .post_content h2,
.blog.small .post_content h5 {
    margin-top: 0
}

.blog.medium .post {
    clear: none;
    width: 210px;
    margin-top: 30px;
    margin-left: 30px
}

.blog.medium .post:first-child,
.blog.medium .post:nth-child(3n+1) {
    margin-left: 0
}

.blog.rating .post {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px
}

.blog.rating .post:first-child {
    margin-top: 0
}

.blog.rating .post,
.blog.rating .post_content {
    position: relative;
    z-index: 1
}

.blog.rating .post_content {
    padding: 10px 20px
}

.blog.rating .post span.number {
    display: block;
    padding: 5px 0 0
}

.blog.rating h5 {
    margin-top: 5px
}

.blog.rating .post .value_bar_container {
    position: absolute;
    bottom: 0
}

.blog.rating .post .value_bar {
    background: #f0f0f0;
    height: 100%
}

.footer .blog ul.post_details.simple li.category,
.footer .blog ul.post_details.simple li.category a,
.footer .post_details li.date {
    color: #9da4ab;
    line-height: 1
}

.column_1_3 .blog.small .post {
    width: 330px
}

h1.post_title {
    font-size: 55px;
    font-weight: 700
}

.post.single {
    margin-top: 0
}

.post.single .post_image {
    display: block;
    position: relative
}

.post.single .post_image blockquote {
    position: absolute;
    bottom: 0;
    background-image: url(./img/icons/other/quote_image.png);
    background-color: rgba(0, 0, 0, .5);
    background-position: 20px 20px;
    color: #fff
}

.post.single .post_image blockquote .author {
    color: #fff
}

.post.single .sentence,
.gallery_popup .sentence {
    margin-top: 20px
}

.post.single .sentence .text,
.gallery_popup .sentence .text {
    color: #7c7c7c;
    font-weight: 700
}

.post.single .sentence .author,
.gallery_popup .sentence .author,
blockquote .author {
    color: #ababab;
    margin-left: 3px
}

.gallery_popup .sentence .author {
    color: 858d94;
    margin-left: 0
}

.post.single .sentence .text,
.post.single .sentence .author,
.gallery_popup .sentence .text,
.gallery_popup .sentence .author,
blockquote .author {
    line-height: 120%;
    font-size: 12px
}

.post.single .post_content {
    position: relative
}

.post.single .author_box,
.post.single .content_box {
    float: right
}

.post.single .author_box {
    position: absolute;
    width: 100px;
    text-align: center;
    visibility: visible;
    top: 0
}

.post.single .content_box {
    width: 560px;
    margin-left: 30px
}

.post.single .text {
    font-size: 16px
}

.post.single blockquote.inside_text {
    float: left;
    width: 200px;
    margin-bottom: 1em;
    font-size: 18px;
    padding-top: 60px;
    background-position: 20px 30px;
    line-height: 140%;
    margin-right: 30px
}

.post.single blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 30px
}

.post.single blockquote.inside_text.simple {
    background-position: 0 20px
}

blockquote .author {
    display: block;
    margin-top: 23px;
    font-weight: 400
}

.post.single .post_details {
    clear: both;
    float: none;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e9e9e9
}

.post.single .post_details a {
    color: #f321b7
}

.post.single li.detail {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    padding: 0 0 0 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #7c7c7c
}

li.detail.category {
    background-image: url(./img/icons/other/post_category.png)
}

.detail.date {
    background-image: url(./img/icons/other/post_date.png)
}

.detail.author {
    background-image: url(./img/icons/other/post_author.png)
}

.detail.views {
    background-image: url(./img/icons/other/post_views.png)
}

.detail.comments {
    background-image: url(./img/icons/other/post_comments.png)
}

.share_box {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0
}

.share_box label {
    float: left;
    font-size: 18px;
    margin-top: 5px
}

.share_box .social_icons {
    float: right
}

.taxonomies.tags.left {
    float: left
}

.taxonomies.categories.right {
    float: right
}

.column_2_3 .iframe_video {
    width: 100%;
    height: 388px
}

.column_2_3 .iframe_sound {
    width: 100%
}

.post.single.small_image .post_image_box {
    float: left;
    width: 330px;
    margin-right: 30px
}

.post.single.small_image .post_image_box .pr_preloader {
    height: 242px
}

.post.single.small_image .content_box {
    width: 100%
}

.post.single.small_image .text {
    display: inline
}

.post.single.small_image .text>* {
    margin-left: 130px
}

.post.single.small_image p {
    clear: none;
    float: none
}

.list {
    margin-top: 20px;
    border-top: 1px solid #e9e9e9
}

.list li ul {
    margin-top: 0
}

.list li {
    padding-top: 6px;
    padding-bottom: 6px
}

.list li:first-child {
    margin-top: 14px
}

.list li ul li:first-child {
    margin-top: 4px
}

.list.spacing li ul li:first-child {
    margin-top: 7px
}

.list li,
.list li a {
    color: #25282a
}

.list.indent {
    padding-left: 15px
}

.list.no_border,
.review_block .list {
    border-top: none
}

.list.spacing li,
.review_block .list li {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0
}

.review_block .list li,
.review_block .list li a {
    color: #3e3e3e
}

.dropcap {
    line-height: 150%
}

.dropcap .dropcap_label {
    float: left;
    padding: 6px 13px;
    background-color: #f0f0f0;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 5px
}

.dropcap .dropcap_label.active {
    background-color: #f321b7
}

.dropcap .dropcap_label h3 {
    color: #25282a;
    font-size: 24px
}

.dropcap .dropcap_label.active h3 {
    color: #fff
}

.taxonomies li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.w-100 {
    width: 100%
}

.column_1_3 .taxonomies {
    width: 335px
}

.column_1_3 .taxonomies.columns li {
    width: 48.51%
}

.taxonomies a {
    display: block;
    border: 1px solid #e9e9e9;
    color: #7c7c7c;
    font-family: prompt;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 12px 12px;
    text-align: left
}

.taxonomies a:hover {
    color: #fff;
    background: #f321b7;
    border-color: #f321b7
}

.taxonomies a.selected {
    color: #fff;
    background: #f321b7;
    border-color: #f321b7
}

.taxonomies.columns {
    text-align: center
}

.taxonomies.tags {
    padding-left: 35px;
    background: url(./icons/other/post_footer_tags.png) no-repeat left center
}

.taxonomies.categories {
    padding-left: 35px;
    background: url(./icons/other/post_footer_category.png) no-repeat left center
}

.review_block {
    padding: 30px;
    background: #f0f0f0
}

.review_summary {
    position: relative;
    background: 0 0;
    padding: 30px 0
}

.review_block h5,
.review_summary h5 {
    color: #25282a
}

.column_2_3 .review_block .column_1_2 {
    width: 300px
}

.review_chart li {
    margin-top: 15px
}

.review_chart li:first-child {
    margin-top: 0
}

.review_summary .number,
.review_summary .text {
    position: relative;
    float: left;
    z-index: 1
}

.review_summary .text {
    width: 480px
}

.review_summary .text p {
    color: #3e3e3e;
    font-size: 14px;
    margin-top: 0
}

.review_summary .number {
    border: 2px solid #f321b7;
    color: #f321b7;
    font-size: 42px;
    font-weight: 300;
    font-family: roboto condensed;
    padding: 27px 23px;
    margin: 0 30px
}

.review_summary .value_bar_container {
    position: absolute;
    bottom: 0
}

.review_summary .value_bar {
    background: #f0f0f0;
    height: 100%
}

.value_container {
    background: #fff;
    height: 26px;
    margin-top: 10px
}

.value_container .value_bar {
    position: relative;
    height: 20px;
    padding-top: 6px;
    background: #f321b7;
    text-align: right
}

.value_container .value_bar .number {
    margin: 0 10px;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: arial
}

.announcement {
    background: #f0f0f0;
    padding: 30px
}

.announcement h2 {
    float: left;
    margin-right: 10px
}

.announcement .expose {
    color: #f321b7;
    margin-right: 0
}

.announcement .vertical_align {
    height: 57px
}

.read_more {
    position: relative;
    display: block;
    height: 29px;
    clear: both;
    float: left;
    color: #25282a;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding-right: 12px
}

.read_more.page_margin_top {
    margin-top: 30px
}

.read_more.page_margin_top_section {
    margin-top: 50px
}

.read_more span {
    display: block;
    line-height: normal;
    margin-top: 7px;
    position: relative;
    margin-left: 38px
}

.read_more .arrow {
    position: absolute;
    width: 29px;
    height: 29px;
    margin-left: 0;
    background: #f321b7 url(./icons/navigation/call_to_action_arrow.png) no-repeat;
    margin-top: 0
}

.read_more:hover {
    color: #fff
}

.read_more:hover .arrow {
    width: 100%
}

.comment_form fieldset,
.contact_form fieldset {
    clear: both
}

.comment_form fieldset.column,
.contact_form fieldset.column {
    clear: none
}

.comment_form fieldset.column_1_3,
.contact_form fieldset.column_1_3 {
    margin-left: 10px;
    width: 223px
}

.comment_form fieldset.column_1_3:first-child,
.contact_form fieldset.column_1_3:first-child {
    width: 224px
}

.column_1_3 .comment_form fieldset.column_1_3,
.column_1_3 .contact_form fieldset.column_1_3,
.comment_form fieldset.column:first-child,
.contact_form fieldset.column:first-child {
    margin-left: 0
}

.column_1_3 .comment_form fieldset.column_1_3,
.column_1_3 .contact_form fieldset.column_1_3 {
    margin-top: 10px
}

.column_1_3 .comment_form fieldset.column_1_3:first-child,
.column_1_3 .contact_form fieldset.column_1_3:first-child {
    margin-top: 0
}

.comment_form input,
.comment_form textarea,
.contact_form input,
.contact_form textarea {
    background: #f0f0f0;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    color: #3e3e3e
}

.comment_form textarea,
.contact_form textarea {
    width: 650px;
    height: 105px;
    margin-top: 10px;
    resize: none
}

.comment_form .text_input,
.contact_form .text_input {
    width: 183px
}

.comment_form fieldset.column:first-child .text_input,
.contact_form fieldset.column:first-child .text_input {
    width: 184px
}

.column_1_3 .comment_form .text_input,
.column_1_3 .contact_form .text_input,
.column_1_3 .comment_form fieldset.column:first-child .text_input,
.column_1_3 .contact_form fieldset.column:first-child .text_input,
.column_1_3 .comment_form textarea,
.column_1_3 .contact_form textarea {
    width: 290px
}

.comment_form [type=submit],
.contact_form [type=submit] {
    float: right;
    font-size: 12px;
    color: #25282a;
    margin-top: 10px;
    outline: none
}

.comment_form .text_input:focus,
.comment_form textarea:focus,
.contact_form .text_input:focus,
.contact_form textarea:focus {
    background: 0 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 14px
}

.comment_form textarea:focus,
.contact_form textarea:focus {
    padding: 14px 19px;
    border: 1px solid #e9e9e9
}

#cancel_comment {
    display: none;
    float: right;
    font-size: 11px;
    margin-top: 30px;
    margin-right: 20px;
    color: #f321b7
}

.comment_form .hint,
.contact_form .hint {
    color: #ababab
}

::-webkit-input-placeholder {
    color: #ababab
}

:-moz-placeholder {
    color: #ababab;
    opacity: 1
}

::-moz-placeholder {
    color: #ababab;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ababab
}

.search_form input[type=text] {
    width: 650px
}

.search_form input[type=text]:focus {
    background: 0 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 14px
}

.search_form input[type=submit] {
    float: right
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content {
    font-size: 13px;
    font-family: arial;
    color: #fff
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content {
    border: none
}

.ui-tooltip-content {
    padding: 10px 20px
}

.ui-tooltip-error .ui-tooltip-content {
    background: #e9431c
}

.ui-tooltip-success .ui-tooltip-content {
    background: #61911b
}

.comment {
    margin-top: 50px
}

#comments_list>.comment:first-child {
    margin-top: 30px
}

.comment_author_avatar {
    float: left;
    width: 100px;
    height: 100px;
    background: url(./samples/100x100/avatar.png)
}

.posted_by {
    clear: both
}

.posted_by h5 {
    float: left
}

.posted_by abbr.timeago {
    float: right;
    color: #7c7c7c;
    font-size: 12px;
    margin-top: 7px;
    text-decoration: none
}

.posted_by .in_reply {
    margin-left: 5px;
    color: #ababab
}

#comments_list .comment_details {
    float: left;
    width: 560px;
    margin-left: 30px
}

#comments_list .children {
    clear: both;
    float: left;
    margin-left: 70px
}

#comments_list .children .comment_details {
    width: 460px
}

#comments_list .children .comment .parent_arrow {
    float: left;
    width: 10px;
    height: 16px;
    margin-right: 20px;
    background: url(./icons/other/comment_reply.png) no-repeat
}

.pagination {
    clear: both
}

span.page-numbers.current {
    width: 29px;
    color: #fff;
    font-size: 14px;
    padding: 15px 15px 12px 16px;
    background: #f321b7
}

a.page-numbers {
    display: inline-block;
    color: #9d9d9d;
    font-size: 14px;
    padding: 15px 15px 12px 16px;
    background: #2d3032
}

a.page-numbers:hover {
    color: #fff;
    font-size: 14px;
    padding: 15px 15px 12px 16px;
    background: #f321b7;
    text-decoration: none
}

span.page-numbers.dots {
    display: inline-block;
    color: #9d9d9d;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 15px 15px 12px 16px;
    background: #2d3032
}

.bullet {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px
}

.bullet.parent {
    background-position: left 3px
}

.spacing .bullet.parent {
    background-position: left 6px
}

.bullet.style_1 {
    background-image: url(./icons/other/bullet_style_1.png);
    padding-left: 15px
}

.bullet.style_2 {
    background-image: url(./icons/other/bullet_style_2.png)
}

.bullet.style_3 {
    background-image: url(./icons/other/bullet_style_3.png)
}

.bullet.style_4 {
    background-image: url(./icons/other/bullet_style_4.png)
}

.tabs_navigation {
    width: 100%;
    padding: 0;
    margin: 0 0 -15px;
    list-style: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: 0 0;
    border: none
}

.tabs_navigation.small {
    border-bottom: 1px solid #e9e9e9;
    margin: 0
}

.tabs_navigation li {
    position: relative;
    float: left;
    padding: 0;
    border: none;
    list-style: none;
    text-align: center
}

.tabs_navigation li a {
    position: relative;
    width: auto;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #25282a;
    padding: 8px 15px 11px;
    border: none;
    background: #f0f0f0;
    font-family: roboto;
    line-height: normal;
    outline: none;
    text-decoration: none;
    transition: none;
    line-height: 140%;
    border-right: 1px solid #e0e0e0
}

.tabs_navigation li:last-child a {
    border-right: none
}

.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a {
    background: #f321b7;
    color: #fff
}

.tabs_navigation li.ui-tabs-active span {
    display: inline;
    position: relative;
    border-style: solid;
    border-width: 9px 9px 0;
    border-color: #f321b7 transparent;
    bottom: -9px
}

.tabs_navigation.small li {
    margin: 5px 20px -1px 0
}

.tabs_navigation.small li:last-child {
    margin-right: 0
}

.tabs_navigation.small li a {
    padding: 0 0 8px;
    font-size: 15px;
    margin-bottom: 1px;
    color: #7c7c7c;
    background: 0 0;
    border-right: none
}

.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a {
    border-bottom: 3px solid #f321b7;
    padding-bottom: 6px;
    margin-bottom: 0;
    background: 0 0;
    color: #25282a
}

.accordion.medium .ui-accordion-content {
    padding: 30px 0 20px
}

.accordion .ui-accordion-header {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9
}

.accordion .ui-accordion-header.ui-state-active {
    background-color: #f321b7;
    border-bottom-color: #f321b7
}

.accordion .ui-accordion-header h4 {
    padding-left: 41px
}

.accordion .ui-accordion-header.ui-state-active h4 {
    color: #fff;
    line-height: normal
}

.accordion .ui-accordion-header .ui-accordion-header-icon {
    float: left;
    width: 21px;
    height: 21px;
    background: #f0f0f0 url(./icons/navigation/accordion_arrow_down.png) no-repeat 0 0;
    margin-right: 20px;
    margin-top: 2px
}

.accordion .ui-accordion-header:hover .ui-accordion-header-icon {
    background: #f321b7 url(./icons/navigation/accordion_arrow_down_hover.png) no-repeat 0 0
}

.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    background: transparent url(./icons/navigation/accordion_arrow_up.png) no-repeat 0 0
}

.horizontal_carousel {
    display: none
}

.horizontal_carousel_container,
.vertical_carousel_container {
    position: relative
}

.horizontal_carousel_container a.slider_control {
    top: 109px
}

.horizontal_carousel_container.big a.slider_control,
.column_1_1 .horizontal_carousel_container.big a.slider_control {
    top: 197px
}

.column_2_3 .horizontal_carousel_container.big a.slider_control {
    top: 405px
}

.column_1_1 .horizontal_carousel_container a.slider_control {
    top: 131px
}

.column_1_1 .horizontal_carousel_container.small a.slider_control {
    top: 76px
}

.horizontal_carousel_container.thin a.slider_control {
    top: 50px
}

.horizontal_carousel_container .horizontal_carousel>li {
    float: left;
    width: 170px;
    clear: none;
    margin-right: 0;
    margin-top: 0
}

.horizontal_carousel_container.big .horizontal_carousel>li {
    width: auto
}

.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3>li {
    width: 330px
}

.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4>li {
    width: 240px
}

.column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5>li,
.gallery_popup .horizontal_carousel_container.thin .horizontal_carousel.visible-8>li {
    width: 130px;
    margin-right: 10px
}

.gallery_popup .horizontal_carousel_container.thin {
    width: 970px;
    margin-left: auto;
    margin-right: auto
}

.blog.horizontal_carousel>li {
    padding-bottom: 1px
}

.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li {
    opacity: .5
}

.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li.current,
.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li:hover,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li.current,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li:hover {
    opacity: 1
}

.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li img,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li img {
    transition: none;
    -webkit-transition: none;
    opacity: 1
}

.horizontal_carousel .author h6 {
    margin-top: 10px
}

.pr_preloader {
    display: block;
    height: auto;
    min-height: 100px;
    background: url(./preloader.gif) no-repeat center center
}

.blog .post>a>img,
.grid_view .post>a>img,
.post.single .post_image img,
.slider li.slide img,
.pr_preload {
    display: none
}

.blog .post>a>.icon,
.grid_view .post>a>.icon,
.post.single .post_image .icon,
.slider li.slide .icon {
    display: none
}

.blog.small .post>a>img,
.blog.small .post>a>.icon {
    display: block
}

.icon {
    display: block;
    position: absolute;
    width: 45px;
    height: 29px;
    z-index: 1;
    background-color: rgba(66, 73, 79, .8);
    background-repeat: no-repeat;
    text-align: center
}

.icon.small {
    width: 29px;
    height: 29px
}

.icon span {
    display: inline-block;
    color: #fff;
    font-family: prompt;
    font-size: 15px;
    margin-top: 7px
}

.icon.video {
    background-image: url(./icons/media/video.png)
}

.icon.gallery {
    background-image: url(./icons/media/gallery.png)
}

.icon.small.video {
    background-image: url(./icons/media/small_video.png)
}

.icon.small.gallery {
    background-image: url(./icons/media/small_gallery.png)
}

.icon.small.review {
    background-image: url(./icons/media/small_review.png)
}

.icon.fullscreen {
    cursor: pointer;
    background-image: url(./icons/media/fullscreen.png)
}

.icon.fullscreen:hover {
    background-color: #f321b7
}

.icon.fullscreen.animated {
    visibility: hidden;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.authors .author {
    float: left;
    width: 150px;
    margin-top: 30px;
    margin-left: 30px;
    text-align: center
}

.authors .author:nth-child(2n+1) {
    margin-left: 0
}

.author h6 {
    color: #7c7c7c;
    font-weight: 700
}

.author .thumb,
.author .number,
.author .thumb img {
    display: block
}

.author .thumb {
    position: relative
}

.author .details {
    clear: both;
    margin-top: 10px
}

.author .details h5 {
    margin-top: 0
}

.author .number,
.author .number.odometer {
    position: absolute;
    width: 50px;
    bottom: 7px;
    right: 0;
    z-index: 1;
    padding-right: 0;
    text-align: center
}

.author .value_bar_container {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    bottom: 0
}

.author .value_bar {
    position: absolute;
    width: 50px;
    height: 100%;
    bottom: 0;
    background: #f0f0f0
}

.author a img {
    width: auto;
    opacity: 1;
    transition: opacity .4s ease-in-out 0s;
    -webkit-transition: opacity .4s ease-in-out 0s
}

.author a:hover img {
    opacity: .8;
    transition: opacity .4s ease-in-out 0s;
    -webkit-transition: opacity .4s ease-in-out 0s
}

.horizontal_carousel .author a img {
    width: 100%
}

.author .avatar_block {
    float: left;
    margin-right: 30px
}

.author .avatar_block img {
    display: block;
    width: 240px
}

.authors_list .author {
    margin-top: 50px
}

.authors_list .author:first-child {
    margin-top: 0
}

.authors_list .author blockquote .author {
    margin-top: 23px;
    margin-left: 0
}

.authors_list .content {
    position: relative;
    float: left;
    width: 420px
}

.authors_list .social_icons {
    position: absolute;
    right: 0
}

.authors_list .more {
    width: 74px
}

.authors_list .details {
    position: relative;
    margin-top: 0;
    padding: 15px 20px
}

.authors_list .author .value_bar_container {
    left: 0;
    right: auto
}

.authors_list .author .value_bar {
    width: 100%
}

.authors_list .details .columns {
    position: relative;
    z-index: 1
}

.authors_list .details .columns .column {
    width: 85px
}

.authors_list .details .columns .number {
    position: static;
    width: auto;
    text-align: left;
    font-size: 18px;
    font-weight: 400
}

.item_content {
    margin-top: 10px;
    list-style: none
}

.page_margin_top.item_content:first-child {
    margin-top: 30px
}

.item_content:first-child {
    margin-top: 0
}

.item_content .features_icon {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.item_content.border_top {
    padding-top: 30px;
    border-top: 1px solid #e9e9e9
}

.item_content .not_found {
    width: 110px;
    height: 110px;
    background-image: url(./icons/other/404.png)
}

.app {
    background-image: url(./icons/features/app.png)
}

.calendar {
    background-image: url(./icons/features/calendar.png)
}

.chart {
    background-image: url(./icons/features/chart.png)
}

.chat {
    background-image: url(./icons/features/chat.png)
}

.clock {
    background-image: url(./icons/features/clock.png)
}

.database {
    background-image: url(./icons/features/database.png)
}

.document {
    background-image: url(./icons/features/document.png)
}

.envelope {
    background-image: url(./icons/features/envelope.png)
}

.faq {
    background-image: url(./icons/features/faq.png)
}

.graph {
    background-image: url(./icons/features/graph.png)
}

.image {
    background-image: url(./icons/features/image.png)
}

.laptop {
    background-image: url(./icons/features/laptop.png)
}

.magnifier {
    background-image: url(./icons/features/magnifier.png)
}

.features_icon.mobile {
    background-image: url(./icons/features/mobile.png)
}

.pin {
    background-image: url(./icons/features/pin.png)
}

.printer {
    background-image: url(./icons/features/printer.png)
}

.quote {
    background-image: url(./icons/features/quote.png)
}

.screen {
    background-image: url(./icons/features/screen.png)
}

.speaker {
    background-image: url(./icons/features/speaker.png)
}

.video {
    background-image: url(./icons/features/video.png)
}

.latest_news_scrolling_list_container li {
    float: left;
    padding: 15px 14px 17px 15px
}

.latest_news_scrolling_list_container li.posts {
    padding: 0;
    overflow: hidden
}

.latest_news_scrolling_list_container .category {
    border-right: 1px solid #464d53;
    border-left: 1px solid #464d53;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%
}

.latest_news_scrolling_list_container .date {
    padding-left: 0
}

.latest_news_scrolling_list_container .date .timeago {
    display: none
}

.latest_news_scrolling_list_container .date .timeago.current {
    display: inline
}

.latest_news_scrolling_list_container li.left,
.latest_news_scrolling_list_container li.right {
    border-right: 1px solid #464d53;
    cursor: pointer
}

.latest_news_scrolling_list_container li.left {
    padding: 8px 8px 9px 7px
}

.latest_news_scrolling_list_container li.right {
    padding: 8px 7px 9px 8px
}

.latest_news_scrolling_list_container li.left:hover,
.latest_news_scrolling_list_container li.right:hover {
    background: #464d53
}

.latest_news_scrolling_list_container .left a,
.latest_news_scrolling_list_container .right a {
    display: block;
    width: 29px;
    height: 29px;
    background: no-repeat 0 0
}

.latest_news_scrolling_list_container .left a {
    background-image: url(./icons/navigation/dark_bg/navigation_latest_arrow_left.png)
}

.latest_news_scrolling_list_container .right a {
    background-image: url(./icons/navigation/dark_bg/navigation_latest_arrow_right.png)
}

.latest_news_scrolling_list_container .left:hover a,
.latest_news_scrolling_list_container .right:hover a {
    background-position: 0 -29px
}

.latest_news_scrolling_list_container li .timeago {
    color: #858d94;
    font-size: 14px;
    text-decoration: none
}

.latest_news_scrolling_list_container li .latest_news_scrolling_list {
    height: 46px;
    overflow: hidden
}

.latest_news_scrolling_list_container li .latest_news_scrolling_list li {
    padding-right: 5px
}

.latest_news_scrolling_list_container li .latest_news_scrolling_list a {
    color: #fff;
    font-size: 14px
}

.social_icons li {
    float: left;
    padding: 0 5px 0 0
}

.social_icons .social_icon {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: none;
    background-position: 0 0;
    outline: none
}

.header_top_bar .social_icons {
    float: right
}

.header_top_bar .social_icons li {
    padding: 8px 0 8px 5px
}

.social_icons .social_icon:hover,
.social_icons.colors .social_icon {
    background-position: 0 -30px
}

.social_icons.colors .social_icon {
    opacity: 1;
    transition: opacity .2s ease-in-out 0s
}

.social_icons.colors .social_icon:hover {
    opacity: .7;
    transition: opacity .2s ease-in-out 0s
}

.behance {
    background-image: url(./icons/social/behance.png)
}

.bing {
    background-image: url(./icons/social/bing.png)
}

.blogger {
    background-image: url(./icons/social/blogger.png)
}

.deezer {
    background-image: url(./icons/social/deezer.png)
}

.designfloat {
    background-image: url(./icons/social/designfloat.png)
}

.deviantart {
    background-image: url(./icons/social/deviantart.png)
}

.digg {
    background-image: url(./icons/social/digg.png)
}

.digg {
    background-image: url(./icons/social/digg.png)
}

.dribbble {
    background-image: url(./icons/social/dribbble.png)
}

.envato {
    background-image: url(./icons/social/envato.png)
}

.facebook {
    background-image: url(./img/icons/social/facebook.png)
}

.flickr {
    background-image: url(./icons/social/flickr.png)
}

.form {
    background-image: url(./icons/social/form.png)
}

.forrst {
    background-image: url(./icons/social/forrst.png)
}

.foursquare {
    background-image: url(./icons/social/foursquare.png)
}

.friendfeed {
    background-image: url(./icons/social/friendfeed.png)
}

.googleplus {
    background-image: url(./icons/social/googleplus.png)
}

.instagram {
    background-image: url(./icons/social/instagram.png)
}

.linkedin {
    background-image: url(./icons/social/linkedin.png)
}

.mail {
    background-image: url(./icons/social/mail.png)
}

.mobile {
    background-image: url(./icons/social/mobile.png)
}

.myspace {
    background-image: url(./icons/social/myspace.png)
}

.picasa {
    background-image: url(./icons/social/picasa.png)
}

.pinterest {
    background-image: url(./icons/social/pinterest.png)
}

.reddit {
    background-image: url(./icons/social/reddit.png)
}

.rss {
    background-image: url(./icons/social/rss.png)
}

.skype {
    background-image: url(./icons/social/skype.png)
}

.soundcloud {
    background-image: url(./icons/social/soundcloud.png)
}

.spotify {
    background-image: url(./icons/social/spotify.png)
}

.stumbleupon {
    background-image: url(./icons/social/stumbleupon.png)
}

.technorati {
    background-image: url(./icons/social/technorati.png)
}

.tumblr {
    background-image: url(./icons/social/tumblr.png)
}

.twitter {
    background-image: url(./icons/social/twitter.png)
}

.vimeo {
    background-image: url(./icons/social/vimeo.png)
}

.wykop {
    background-image: url(./icons/social/wykop.png)
}

.xing {
    background-image: url(./icons/social/xing.png)
}

.youtube {
    background-image: url(./icons/social/youtube.png)
}

.dark .behance,
.colors .behance {
    background-image: url(./icons/social/dark_bg/behance.png)
}

.dark .bing,
.colors .bing {
    background-image: url(./icons/social/dark_bg/bing.png)
}

.dark .blogger,
.colors .blogger {
    background-image: url(./icons/social/dark_bg/blogger.png)
}

.dark .deezer,
.colors .deezer {
    background-image: url(./icons/social/dark_bg/deezer.png)
}

.dark .designfloat,
.colors .designfloat {
    background-image: url(./icons/social/dark_bg/designfloat.png)
}

.dark .deviantart,
.colors .deviantart {
    background-image: url(./icons/social/dark_bg/deviantart.png)
}

.dark .digg,
.colors .digg {
    background-image: url(./icons/social/dark_bg/digg.png)
}

.dark .digg,
.colors .digg {
    background-image: url(./icons/social/dark_bg/digg.png)
}

.dark .dribbble,
.colors .dribbble {
    background-image: url(./icons/social/dark_bg/dribbble.png)
}

.dark .envato,
.colors .envato {
    background-image: url(./icons/social/dark_bg/envato.png)
}

.dark .facebook,
.colors .facebook {
    background-image: url(./img/icons/social/dark_bg/facebook.png)
}

.dark .flickr,
.colors .flickr {
    background-image: url(./icons/social/dark_bg/flickr.png)
}

.dark .form,
.colors .form {
    background-image: url(./icons/social/dark_bg/form.png)
}

.dark .forrst,
.colors .forrst {
    background-image: url(./icons/social/dark_bg/forrst.png)
}

.dark .foursquare,
.colors .foursquare {
    background-image: url(./icons/social/dark_bg/foursquare.png)
}

.dark .friendfeed,
.colors .friendfeed {
    background-image: url(./icons/social/dark_bg/friendfeed.png)
}

.dark .googleplus,
.colors .googleplus {
    background-image: url(./icons/social/dark_bg/googleplus.png)
}

.dark .instagram,
.colors .instagram {
    background-image: url(./icons/social/dark_bg/instagram.png)
}

.dark .linkedin,
.colors .linkedin {
    background-image: url(./icons/social/dark_bg/linkedin.png)
}

.dark .mail,
.colors .mail {
    background-image: url(./icons/social/dark_bg/mail.png)
}

.dark .mobile,
.colors .mobile {
    background-image: url(./icons/social/dark_bg/mobile.png)
}

.dark .myspace,
.colors .myspace {
    background-image: url(./icons/social/dark_bg/myspace.png)
}

.dark .picasa,
.colors .picasa {
    background-image: url(./icons/social/dark_bg/picasa.png)
}

.dark .pinterest,
.colors .pinterest {
    background-image: url(./icons/social/dark_bg/pinterest.png)
}

.dark .reddit,
.colors .reddit {
    background-image: url(./icons/social/dark_bg/reddit.png)
}

.dark .rss,
.colors .rss {
    background-image: url(./icons/social/dark_bg/rss.png)
}

.dark .skype,
.colors .skype {
    background-image: url(./icons/social/dark_bg/skype.png)
}

.dark .soundcloud,
.colors .soundcloud {
    background-image: url(./icons/social/dark_bg/soundcloud.png)
}

.dark .spotify,
.colors .spotify {
    background-image: url(./icons/social/dark_bg/spotify.png)
}

.dark .stumbleupon,
.colors .stumbleupon {
    background-image: url(./icons/social/dark_bg/stumbleupon.png)
}

.dark .technorati,
.colors .technorati {
    background-image: url(./icons/social/dark_bg/technorati.png)
}

.dark .tumblr,
.colors .tumblr {
    background-image: url(./icons/social/dark_bg/tumblr.png)
}

.dark .twitter,
.colors .twitter {
    background-image: url(./icons/social/dark_bg/twitter.png)
}

.dark .vimeo,
.colors .vimeo {
    background-image: url(./icons/social/dark_bg/vimeo.png)
}

.dark .wykop,
.colors .wykop {
    background-image: url(./icons/social/dark_bg/wykop.png)
}

.dark .xing,
.colors .xing {
    background-image: url(./icons/social/dark_bg/xing.png)
}

.dark .youtube,
.colors .youtube {
    background-image: url(./icons/social/dark_bg/youtube.png)
}

.colors .behance {
    background-color: #000
}

.colors .bing {
    background-color: #fdb700
}

.colors .blogger {
    background-color: #f7974a
}

.colors .deezer {
    background-color: #36bdf4
}

.colors .designfloat {
    background-color: #f07d00
}

.colors .deviantart {
    background-color: #58735c
}

.colors .digg {
    background-color: #546b9f
}

.colors .dribbble {
    background-color: #e94d8a
}

.colors .envato {
    background-color: #83b542
}

.colors .facebook {
    background-color: #3b5a9b
}

.colors .flickr {
    background-color: #3565ab
}

.colors .form {
    background-color: #f321b7
}

.colors .forrst {
    background-color: #859563
}

.colors .foursquare {
    background-color: #0086be
}

.colors .friendfeed {
    background-color: #3c75ba
}

.colors .googleplus {
    background-color: #dd4b39
}

.colors .instagram {
    background-color: #5280a5
}

.colors .linkedin {
    background-color: #007bb6
}

.colors .mail {
    background-color: #c72c58
}

.colors .mobile {
    background-color: #f321b7
}

.colors .myspace {
    background-color: #000
}

.colors .picasa {
    background-color: #65b145
}

.colors .pinterest {
    background-color: #cb2027
}

.colors .reddit {
    background-color: #fe5d05
}

.colors .rss {
    background-color: #f38f36
}

.colors .skype {
    background-color: #40beee
}

.colors .soundcloud {
    background-color: #f76e10
}

.colors .spotify {
    background-color: #85bf40
}

.colors .stumbleupon {
    background-color: #eb4c23
}

.colors .technorati {
    background-color: #56b849
}

.colors .tumblr {
    background-color: #4c6e8f
}

.colors .twitter {
    background-color: #00aced
}

.colors .vimeo {
    background-color: #5cb5e6
}

.colors .wykop {
    background-color: #f15a25
}

.colors .xing {
    background-color: #1e6a70
}

.colors .youtube {
    background-color: #bc110a
}

.search {
    float: right;
    border-left: 1px solid #464d53;
    border-right: 1px solid #464d53;
    margin-left: 15px;
    line-height: 1
}

.search .search_input {
    float: left;
    width: 120px;
    font-size: 14px;
    background: #363b40;
    color: #fff;
    border: none;
    margin: 0;
    padding: 15px 14px 15px 15px;
    border-right: 1px solid #464d53;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s
}

.search .search_input:focus {
    width: 130px
}

.search .search_input.hint {
    color: #fff
}

.search .search_input::-webkit-input-placeholder {
    color: #858d94
}

.search .search_input:-moz-placeholder {
    color: #858d94;
    opacity: 1
}

.search .search_input::-moz-placeholder {
    color: #858d94;
    opacity: 1
}

.search .search_input:-ms-input-placeholder {
    color: #858d94
}

.search .search_submit {
    display: block;
    float: right;
    width: 30px;
    height: 46px;
    padding: 0 22px;
    background: url(./header_search.png) 0 0 no-repeat;
    border: none;
    cursor: pointer
}

.search .search_submit:hover {
    background-color: #464d53;
    background-position: 0 -46px
}

.more,
.more[type=submit] {
    display: block;
    border: 1px solid #e9e9e9;
    color: #25282a;
    font-family: arial;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 13px 13px;
    text-align: center;
    cursor: pointer
}

.more.highlight,
.more.active:hover {
    border: 2px solid #f321b7;
    padding: 13px 12px 12px
}

.more.active,
.more:hover {
    color: #fff!important;
    background: #f321b7;
    border-color: #f321b7
}

.more.medium,
.more.medium[type=submit] {
    font-size: 13px;
    padding: 15px 13px 14px
}

.more.medium.highlight,
.more.medium.active:hover {
    padding: 14px 12px 13px
}

.more.big,
.more.big[type=submit] {
    font-size: 14px;
    padding: 20px 29px 19px
}

.more.big.highlight,
.more.big.active:hover {
    padding: 19px 28px 18px
}

.copyright_row,
.copyright_row h6 {
    font-family: arial;
    font-size: 14px;
    color: #9da4ab
}

.copyright_row .footer_menu {
    float: right
}

.copyright_row .footer_menu li {
    margin-left: 25px;
    margin-right: 0
}

.gallery_popup {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 101;
    left: 0;
    overflow-y: scroll;
    background: #2d3136
}

.gallery_overlay {
    left: 0;
    top: 0;
    position: absolute;
    background-color: #2d3136;
    z-index: 100
}

.gallery_popup .header_container {
    background: 0 0;
    border-bottom: 1px solid #464d53;
    padding: 30px 0
}

.gallery_popup .header {
    text-align: left;
    padding: 0
}

.gallery_popup .header h1,
.gallery_popup .header h1 a {
    float: left;
    font-family: roboto condensed;
    font-size: 50px;
    color: #fff
}

.gallery_popup h3 {
    font-size: 18px;
    color: #fff
}

.gallery_popup p {
    color: #d7dce0
}

.gallery_popup p {
    font-size: 16px
}

.gallery_popup .read_more {
    color: #fff
}

.gallery_close {
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    background: url(./icons/other/dark_bg/gallery_close.png) no-repeat 0 0;
    margin-top: 15px
}

.gallery_close:hover {
    background-position: 0 -23px
}

.gallery_popup .slider_navigation {
    position: static;
    float: left
}

.gallery_popup .slider_navigation .slider_control:first-child {
    margin-right: 2px
}

.gallery_popup .slider_navigation .slider_control a {
    background-color: #42494f
}

.gallery_popup .slider_navigation .slider_control a:hover {
    background-color: #f321b7
}

.gallery_popup .slider_info {
    float: right;
    background: #42494f;
    font-size: 18px;
    font-family: roboto condensed;
    padding: 13px 15px 14px
}

.gallery_popup .share_box {
    border-top-color: #464d53;
    border-bottom: none
}

.gallery_popup .share_box label {
    color: #fff
}

div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    background: 0 0;
    padding: 0
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    padding: 10px
}

div.pp_default .pp_description {
    font-size: 12px;
    color: #7c7c7c
}

div.pp_default .pp_close {
    margin-top: 8px;
    background: url(./icons/other/close.png) 0 0 no-repeat
}

div.pp_default .pp_close:hover {
    opacity: 1;
    background-position: 0 -30px
}

.contact_map {
    width: 100%;
    height: 350px
}

.column_1_3 .contact_map {
    height: 330px
}

.divider {
    background: #f0f0f0;
    border: none;
    height: 10px;
    margin: 0
}

.divider.page_margin_top {
    margin-top: 30px
}

.divider_block {
    margin-top: 25px
}

.divider_block .divider {
    float: left
}

.divider.first {
    width: 30px
}

.divider.subheader_arrow {
    width: 20px;
    height: 30px;
    background: url(./icons/other/subheader_arrow.png) no-repeat 0 0
}

.divider.last {
    width: 1000px
}

.scroll_top {
    float: right;
    background: url(./go_top_arrow.png) no-repeat center right;
    padding: 0 20px 0 0;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 18px;
    font-family: roboto;
    color: #fff;
    line-height: 140%
}

.button_preview {
    float: left;
    margin-top: 30px;
    width: 90px;
    margin-right: 30px
}

.button_preview.medium {
    width: 109px
}

.button_preview.big {
    width: 108px
}

.header h1 a,
.sf-menu a:hover,
.social_icons .social_icon:hover,
.more:hover,
.read_more:hover,
.tabs_navigation li a:hover,
.tabs_navigation li a:focus,
.tabs_navigation li a:active,
.post .comments_number:hover,
.taxonomies a:hover,
.pagination li a:hover,
.slider_content_box li.category a:hover,
.gallery_close:hover {
    text-decoration: none
}

input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

body.lock-position {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.th-font {
    font-family: prompt!important
}

.th-font a {
    color: #9da4ab;
    line-height: 25px
}

.th-font a:hover {
    color: #f321b7;
    text-decoration: none
}

.movie {
    position: relative;
    height: 286px;
    overflow: hidden
}

.movie img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.movie-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    opacity: 1
}

.movie-box .movie-title {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 4px;
    box-sizing: border-box
}

.movie-box .movie-title>a {
    word-wrap: break-word;
    color: #ffcb00;
    font-size: 16px;
    text-decoration: none
}

.movie-box .movie-image {
    width: auto;
    height: inherit
}

.movie-box .movie-image img {
    width: 100%;
    height: 286px;
    border-radius: 4px
}

span.movie-title {
    font-family: prompt!important;
    padding: 5px;
    margin: 0;
    font-size: 18px
}

.text-center {
    text-align: center!important
}

.movie-trailer {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    padding: 0;
    overflow: hidden
}

.movie-trailer .movie-trailer-item,
.movie-trailer embed,
.movie-trailer iframe,
.movie-trailer object,
.movie-trailer video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.ads-center {
    display: block;
    margin: auto
}

.ad-player-skip {
    position: relative;
    margin-top: -220px;
    margin-bottom: 163px;
    z-index: 2147483647;
    display: none;
    float: right;
    padding-right: 5px
}

.imdb {
    font-size: 11px!important;
    margin-top: 1px!important;
    color: #f321b7!important
}

.upload-process {
    text-decoration: line-through
}

.movie-detail {
    font-size: 15px;
    line-height: 150%
}

.link-category {
    color: #fff
}

.mb-10 {
    margin-bottom: 10px
}

.mt-10 {
    margin-top: 10px
}

.img-logo {
    width: 290px
}

.bg-facebook {}

.f-current-view {
    font-size: 13px
}

.icon-type-hd {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    height: 29px;
    z-index: 1;
    background-color: rgba(220, 6, 3, .8);
    background-repeat: no-repeat;
    text-align: center
}

.icon-type-sub {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    height: 29px;
    z-index: 1;
    background-color: rgba(3, 112, 220, .8);
    background-repeat: no-repeat;
    text-align: center
}

.icon-type-sd {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    height: 29px;
    z-index: 1;
    background-color: rgba(220, 181, 3, .78);
    background-repeat: no-repeat;
    text-align: center
}

.icon-type-zm {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    height: 29px;
    z-index: 1;
    background-color: rgba(48, 196, 85, .8);
    background-repeat: no-repeat;
    text-align: center
}

.icon-type-hd span {
    display: inline-block;
    color: #fff;
    font-family: prompt;
    font-size: 15px;
    margin-top: 7px
}

.icon-type-sub span {
    display: inline-block;
    color: #fff;
    font-family: prompt;
    font-size: 15px;
    margin-top: 7px
}

.icon-type-sd span {
    display: inline-block;
    color: #fff;
    font-family: prompt;
    font-size: 15px;
    margin-top: 7px
}

.icon-type-zm span {
    display: inline-block;
    color: #fff;
    font-family: prompt;
    font-size: 15px;
    margin-top: 7px
}

.jwplayer.jw-state-idle .jw-controlbar,
body .jwplayer.jw-state-error .jw-controlbar {
    display: none!important
}

.js-player-load {
    color: #f321b7;
    display: none
}

.blog.column.column_1_movie:hover {
    border-color: #f321b7;
    background: #000;
    transition: all .3s linear
}

.blog.column.column_1_right_year .Title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    font-family: prompt!important;
    background-color: #2d3032;
    border-left: 3px solid #f321b7;
    padding: 8px 15px 11px;
    margin-bottom: 10px
}

.blog.column.column_1_right_year li a {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #464d53;
    color: #9da4ab;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 13px 9px 12px;
    text-align: left
}

.blog.column.column_1_right_year li a:hover {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f321b7;
    border: 1px solid #464d53;
    text-decoration: none;
    color: #fff;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 9px 12px;
    text-align: left
}

.blog.column.column_1_left_year .Title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    font-family: prompt!important;
    background-color: #2d3032;
    border-left: 3px solid #f321b7;
    padding: 8px 15px 11px;
    margin-bottom: 10px
}

.blog.column.column_1_left_year li a {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #464d53;
    color: #9da4ab;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 13px 9px 12px;
    text-align: left
}

.blog.column.column_1_left_year li a:hover {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f321b7;
    border: 1px solid #464d53;
    text-decoration: none;
    color: #fff;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 9px 12px;
    text-align: left
}

.title {
    float: left;
    width: 610px;
    box-sizing: border-box
}

.title .google-search {
    float: left
}

.movie-description {
    text-align: center;
    line-height: 1.42857143;
    color: #afafaf;
    padding-top: 10px
}

.movie-description a {
    text-align: center;
    line-height: 1.42857143;
    color: #afafaf
}

.imdb-rating {
    background: url(./img/IMDb.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 36px;
    vertical-align: top;
    display: inline-block
}

.imdb-rating-content {
    margin: 1px 0 0 70px;
    font-size: 18px;
    color: #888
}

.imdb-rating-content>span {
    font-size: 24px;
    color: #333
}

.content-tags {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.content-tags a {
    color: #6f6f6f;
    line-height: 25px;
    font-size: 12px
}

.content-tags a:hover {
    color: #f321b7;
    text-decoration: none
}

.bread_crumb span a {
    color: #fff;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.bread_crumb span a:hover {
    color: #f321b7;
    text-decoration: none;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.box-header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 9px 15px 8px;
    border-left: 3px solid #f321b7;
    margin-bottom: 10px;
    background: #2d3032;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    box-sizing: border-box
}

.title h1 {
    color: #fff;
    font-size: 20px;
    font-family: prompt!important;
    font-weight: 400;
    padding-top: 3px
}

.title h1 a {
    color: #fff;
    font-size: 20px;
    font-family: prompt!important;
    font-weight: 400;
    margin: 0 0 0 5px
}

.title h1 a:hover {
    color: #f321b7;
    text-decoration: none;
    font-size: 20px;
    font-family: prompt!important;
    font-weight: 400;
    margin: 0 0 0 5px
}

.box_header_newmovie {
    background: #2d3032;
    border-left: 3px solid #f321b7;
    padding: 9px 15px 10px
}

.recommend {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center
}

.recommend a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    color: #7c7c7c;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 12px 12px
}

.recommend a.selected:hover {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ececec;
    color: #fff;
    background: #2d3032;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 12px 12px
}

.recommend a.selected {
    color: #fff;
    background: #f321b7;
    border-color: #f321b7
}

img.custom-logo {
    width: 150px
}

p.footer_content {
    padding: 20px
}

.Logo-Footer {
    padding-left: 10px
}

@media only screen and (max-width:375px) {
    div.home-content {
        margin: 10px;
        overflow: hidden;
        padding: 15px;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 9px 9px 9px 9px;
        font-family: helvetica neue, Helvetica, Arial, sans-serif;
        border: 2px solid #f321b7;
        background-color: #1d2024;
        line-height: 1.5em;
        color: #949494;
        height: 100px;
        overflow: scroll
    }
}

@media screen and (min-width:412px) and (max-width:1024px) {
    div.home-content {
        margin: 10px;
        overflow: hidden;
        padding: 15px;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 9px 9px 9px 9px;
        font-family: helvetica neue, Helvetica, Arial, sans-serif;
        border: 2px solid #f321b7;
        background-color: #1d2024;
        line-height: 1.5em;
        color: #949494;
        height: 95px;
        overflow: scroll
    }
}

div.home-content {
    margin: 10px;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 9px 9px 9px 9px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    border: 2px solid #f321b7;
    background-color: #1d2024;
    line-height: 1.5em;
    color: #949494
}

div.home-content h2,
.h2 {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    color: #d4d4d4;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.1em
}

.h1-logo {
    font-family: prompt!important;
    opacity: .6;
    margin: auto;
    padding: 0;
    font-weight: 400;
    display: block;
    font-size: 2em;
    margin-block-start: .67em;
    margin-block-end: .67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.imdb img {
    width: 12px
}

body {
    background-color: #2d3136
}

.site_container,
.value_container {
    background-color: #1e2022
}

.site_container.boxed {
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.header_container.style_2 {
    margin-bottom: 0
}

.header_top_bar_container .latest_news_scrolling_list_container {
    border-color: #363b40
}

.post_details li.date,
.more,
.more[type=submit],
.post.single .post_details,
.share_box,
.taxonomies a,
.comment_form .text_input:focus,
.comment_form textarea:focus,
.contact_form .text_input:focus,
.contact_form textarea:focus,
.column.border_top,
.accordion .ui-accordion-header,
.list,
.search_form input[type=text]:focus,
.item_content.border_top {
    border-color: #464d53
}

.box_header,
.more.active,
.more:hover,
.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a,
.more.highlight,
.more.active:hover,
.taxonomies a:hover,
.review_summary .number,
.accordion .ui-accordion-header.ui-state-active,
.mobile-menu-switch {
    border-color: #f321b7
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.box_header,
.read_more,
.tabs_navigation li a,
.more,
.more[type=submit],
.more.highlight:hover,
.tabs_navigation.small li a,
.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a,
blockquote,
label,
.comment_form input,
.comment_form textarea,
.contact_form input,
.contact_form textarea,
.review_block h5,
.review_summary h5,
.list li,
.list li a,
.dropcap .dropcap_label h3,
input,
textarea,
.mobile-menu li a,
.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a,
.slider_posts_list li.current h5,
.slider_posts_list li:hover h5,
.bread_crumb li a:hover {
    color: #fff
}

.box_header,
.tabs_navigation li a,
.post a.comments_number,
.blog.rating .post .value_bar,
.author .value_bar,
.divider,
.pagination li a,
blockquote,
.comment_form input,
.comment_form textarea,
.contact_form input,
.contact_form textarea,
.review_block,
.review_summary .value_bar,
.item_content .features_icon,
.accordion .ui-accordion-header .ui-accordion-header-icon,
.announcement,
.dropcap .dropcap_label,
input,
textarea,
.mobile-menu li a,
.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a,
.slider_posts_list .slider_posts_list_progress_block {
    background-color: #2d3032
}

.tabs_navigation.small,
.slider_posts_list li {
    border-color: #42494f
}

.post_details li.category,
.slider_navigation .slider_control a:hover,
a.slider_control:hover,
.slider_posts_list .slider_posts_list_bar,
.read_more .arrow,
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a,
.post .comments_number:hover,
.footer .post .comments_number:hover,
.more.active,
.more:hover,
.slider_posts_list_container a.slider_control,
.pagination li a:hover,
.pagination li.selected a,
.taxonomies a:hover,
.value_container .value_bar,
.accordion .ui-accordion-header.ui-state-active,
.accordion .ui-accordion-header:hover .ui-accordion-header-icon,
.dropcap .dropcap_label.active,
.icon.fullscreen:hover,
.gallery_popup .slider_navigation .slider_control a:hover,
.mobile-menu-switch .line,
.mobile-menu-switch:hover,
.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a {
    background-color: #f321b7
}

.tabs_navigation li.ui-tabs-active span,
.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments {
    border-color: #f321b7 transparent
}

.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a,
.post.single .post_details a,
.more.highlight,
.more.active:hover,
.review_summary .number,
.about_subtitle,
.announcement .expose,
p a {
    color: #f321b7
}

ul.post_details.simple li {
    background: 0 0
}

.post_details li.date,
.post a.comments_number,
.author h6,
.bread_crumb li,
.bread_crumb li a,
.pagination li a,
.post.single li.detail,
.taxonomies a,
.posted_by abbr.timeago,
.post.single .sentence .text,
.gallery_popup .sentence .text,
.slider_posts_list li h5 {
    color: #9da4ab
}

.post .arrow_comments {
    border-color: #42494f transparent
}

p,
.review_block .list li,
.review_block .list li a,
.review_summary .text p {
    color: #d7dce0
}

span.number,
span.odometer.number,
.post.single .sentence .author,
.gallery_popup .sentence .author,
blockquote .author,
input.hint,
textarea.hint,
.comment_form .hint,
.contact_form .hint,
.posted_by .in_reply,
.slider_posts_list li .date {
    color: #858d94
}

::-webkit-input-placeholder {
    color: #858d94
}

:-moz-placeholder {
    color: #858d94
}

::-moz-placeholder {
    color: #858d94
}

:-ms-input-placeholder {
    color: #858d94
}

.tabs_navigation li a {
    border-color: #52595f
}

.footer_container {
    background-color: #2d3032
}

.divider.subheader_arrow {
    background-image: url(./css/images/icons/other/dark_bg/subheader_arrow.png)
}

.pagination li.left a {
    background-image: url(./css/images/icons/navigation/dark_bg/pagination_arrow_left.png)
}

.pagination li.right a {
    background-image: url(./css/images/icons/navigation/dark_bg/pagination_arrow_right.png)
}

blockquote {
    background-image: url(./css/images/icons/other/dark_bg/quote_content.png)
}

#comments_list .children .comment .parent_arrow {
    background-image: url(./css/images/icons/other/dark_bg/comment_reply.png)
}

.bullet.style_1 {
    background-image: url(./css/images/icons/other/dark_bg/bullet_style_1.png);
    padding-left: 15px
}

.bullet.style_2 {
    background-image: url(./css/images/icons/other/dark_bg/bullet_style_2.png)
}

.bullet.style_3 {
    background-image: url(./css/images/icons/other/dark_bg/bullet_style_3.png)
}

.bullet.style_4 {
    background-image: url(./css/images/icons/other/dark_bg/bullet_style_4.png)
}

.item_content .not_found {
    background-image: url(./css/images/icons/other/dark_bg/404.png)
}

.app {
    background-image: url(./css/images/icons/features/dark_bg/app.png)
}

.calendar {
    background-image: url(./css/images/icons/features/dark_bg/calendar.png)
}

.chart {
    background-image: url(./css/images/icons/features/dark_bg/chart.png)
}

.chat {
    background-image: url(./css/images/icons/features/dark_bg/chat.png)
}

.clock {
    background-image: url(./css/images/icons/features/dark_bg/clock.png)
}

.database {
    background-image: url(./css/images/icons/features/dark_bg/database.png)
}

.document {
    background-image: url(./css/images/icons/features/dark_bg/document.png)
}

.envelope {
    background-image: url(./css/images/icons/features/dark_bg/envelope.png)
}

.faq {
    background-image: url(./css/images/icons/features/dark_bg/faq.png)
}

.graph {
    background-image: url(./css/images/icons/features/dark_bg/graph.png)
}

.image {
    background-image: url(./css/images/icons/features/dark_bg/image.png)
}

.laptop {
    background-image: url(./css/images/icons/features/dark_bg/laptop.png)
}

.magnifier {
    background-image: url(./css/images/icons/features/dark_bg/magnifier.png)
}

.features_icon.mobile {
    background-image: url(./css/images/icons/features/dark_bg/mobile.png)
}

.pin {
    background-image: url(./css/images/icons/features/dark_bg/pin.png)
}

.printer {
    background-image: url(./css/images/icons/features/dark_bg/printer.png)
}

.quote {
    background-image: url(./css/images/icons/features/dark_bg/quote.png)
}

.screen {
    background-image: url(./css/images/icons/features/dark_bg/screen.png)
}

.speaker {
    background-image: url(./css/images/icons/features/dark_bg/speaker.png)
}

.video {
    background-image: url(./css/images/icons/features/dark_bg/video.png)
}

li.detail.category {
    background-image: url(./css/images/icons/other/dark_bg/post_category.png)
}

.detail.date {
    background-image: url(./css/images/icons/other/dark_bg/post_date.png)
}

.detail.author {
    background-image: url(./css/images/icons/other/dark_bg/post_author.png)
}

.detail.views {
    background-image: url(./css/images/icons/other/dark_bg/post_views.png)
}

.detail.comments {
    background-image: url(./css/images/icons/other/dark_bg/post_comments.png)
}

.taxonomies.tags {
    background-image: url(./css/images/icons/other/dark_bg/post_footer_tags.png)
}

.taxonomies.categories {
    background-image: url(./css/images/icons/other/dark_bg/post_footer_category.png)
}

.behance {
    background-image: url(./css/images/icons/social/dark_bg/behance.png)
}

.bing {
    background-image: url(./css/images/icons/social/dark_bg/bing.png)
}

.blogger {
    background-image: url(./css/images/icons/social/dark_bg/blogger.png)
}

.deezer {
    background-image: url(./css/images/icons/social/dark_bg/deezer.png)
}

.designfloat {
    background-image: url(./css/images/icons/social/dark_bg/designfloat.png)
}

.deviantart {
    background-image: url(./css/images/icons/social/dark_bg/deviantart.png)
}

.digg {
    background-image: url(./css/images/icons/social/dark_bg/digg.png)
}

.digg {
    background-image: url(./css/images/icons/social/dark_bg/digg.png)
}

.dribbble {
    background-image: url(./css/images/icons/social/dark_bg/dribbble.png)
}

.envato {
    background-image: url(./css/images/icons/social/dark_bg/envato.png)
}

.facebook {
    background-image: url(./facebook.png)
}

.bread_crumb .separator {
    background-image: url(./css/images/icons/navigation/dark_bg/breadcrumb_arrow.png)
}

.accordion .ui-accordion-header .ui-accordion-header-icon {
    background-image: url(./css/images/icons/navigation/dark_bg/accordion_arrow_down.png)
}

.menu_container {
    border-top-color: #2d3032;
    border-bottom-color: #2d3032;
    background: #1e2022
}

.menu_container.sticky.move {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
    border-bottom-color: transparent
}

.menu_container.sticky.move .sf-menu li {
    border-bottom-color: transparent
}

.sf-menu li {
    background-color: #1e2022;
    border-bottom-color: #2d3032;
    border-top-color: #2d3032
}

.sf-menu li a,
.sf-menu li a:visited {
    color: #fff
}

.menu_container .sf-menu li.submenu a,
.menu_container .sf-menu li.selected.submenu a,
.menu_container .sf-menu li.submenu:hover a {
    background-image: url(./css/images/icons/navigation/dark_bg/menu_arrow.png)
}

.sf-menu a:hover,
.sf-menu a:hover {
    background-color: #42494f
}

.sf-menu li.submenu ul,
.menu_container .sf-menu li:hover ul a,
.menu_container .sf-menu li.submenu:hover ul a,
.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a {
    background-color: #2d3136
}

.menu_container .sf-menu li ul li a:hover,
.menu_container .sf-menu li ul li.selected a,
.menu_container .sf-menu li.submenu ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li.selected a,
.menu_container .sf-menu li:hover ul li.sfHover>a,
ul.sf-menu .mega_menu,
ul.sf-menu .mega_menu li,
.sf-menu li.submenu .mega_menu {
    background-color: #212429
}

.sf-menu li:hover,
.sf-menu li.selected,
.sf-menu li.submenu:hover,
.sf-menu li:hover a,
.sf-menu li.selected a,
.sf-menu li.submenu:hover a {
    background-color: #2d3032;
    border-top-color: #f321b7;
    border-bottom-color: #2d3032
}

.style_2.menu_container {
    background: #42494f;
    border-color: #42494f
}

.style_2 .sf-menu {
    border-top-color: #52595f
}

.style_2 .sf-menu li {
    background-color: #42494f;
    border-bottom-color: #42494f;
    border-top-color: #52595f
}

.style_2 .sf-menu a:hover,
.style_3 .sf-menu a:hover {
    background-color: #f321b7
}

.style_2 .sf-menu li:hover,
.style_2 .sf-menu li.selected,
.style_2 .sf-menu li.submenu:hover,
.style_2 .sf-menu li:hover a,
.style_2 .sf-menu li.selected a,
.style_2 .sf-menu li.submenu:hover a,
.style_3 .sf-menu li:hover,
.style_3 .sf-menu li.selected,
.style_3 .sf-menu li.submenu:hover,
.style_3 .sf-menu li:hover a,
.style_3 .sf-menu li.selected a,
.style_3 .sf-menu li.submenu:hover a,
.style_5 .sf-menu li:hover,
.style_5 .sf-menu li.selected,
.style_5 .sf-menu li.submenu:hover,
.style_5 .sf-menu li:hover a,
.style_5 .sf-menu li.selected a,
.style_5 .sf-menu li.submenu:hover a,
.style_10 .sf-menu li:hover,
.style_10 .sf-menu li.selected,
.style_10 .sf-menu li.submenu:hover,
.style_10 .sf-menu li:hover a,
.style_10 .sf-menu li.selected a,
.style_10 .sf-menu li.submenu:hover a {
    background-color: #f321b7;
    border-top-color: #f321b7;
    border-bottom-color: #f321b7
}

.style_2 .sf-menu li a,
.style_2 .sf-menu li.selected a,
.style_2 .sf-menu li:hover a,
.style_3 .sf-menu li.selected a,
.style_3 .sf-menu li:hover a,
.style_5 .sf-menu li a,
.style_6 .sf-menu li.selected a,
.style_6 .sf-menu li:hover a,
.style_7 .sf-menu li a,
.style_8 .sf-menu li.selected a,
.style_8 .sf-menu li:hover a,
.style_9 .sf-menu li a,
.style_10 .sf-menu li.selected a,
.style_10 .sf-menu li:hover a {
    color: #fff
}

.style_3.menu_container,
.style_3 .sf-menu li {
    border-top-color: #f321b7
}

.style_4.menu_container,
.style_4 .sf-menu li {
    background-color: #42494f;
    border-color: #42494f
}

.style_4 .sf-menu li:hover,
.style_4 .sf-menu li.selected,
.style_4 .sf-menu li.submenu:hover,
.style_4 .sf-menu li:hover a,
.style_4 .sf-menu li.selected a,
.style_4 .sf-menu li.submenu:hover a {
    background-color: #363b40;
    border-bottom-color: #363b40;
    border-top-color: #f321b7
}

.style_5.menu_container,
.style_5 .sf-menu li,
.style_7.menu_container,
.style_7 .sf-menu li,
.style_9.menu_container,
.style_9 .sf-menu li {
    background-color: #2d3136;
    border-color: #2d3136
}

.style_5 .sf-menu a:hover,
.style_10 .sf-menu a:hover {
    background-color: #f321b7
}

.style_6.menu_container.sticky.move,
.style_6.menu_container,
.style_6.menu_container.sticky.move .sf-menu li,
.style_6 .sf-menu li {
    border-bottom-color: #2d3136
}

.style_6 .sf-menu a:hover {
    background-color: #2d3136
}

.style_6 .sf-menu li:hover,
.style_6 .sf-menu li.selected,
.style_6 .sf-menu li.submenu:hover,
.style_6 .sf-menu li:hover a,
.style_6 .sf-menu li.selected a,
.style_6 .sf-menu li.submenu:hover a {
    background-color: #2d3136
}

.style_7 .sf-menu a:hover {
    background-color: #25282a
}

.style_7 .sf-menu li:hover,
.style_7 .sf-menu li.selected,
.style_7 .sf-menu li.submenu:hover,
.style_7 .sf-menu li:hover a,
.style_7 .sf-menu li.selected a,
.style_7 .sf-menu li.submenu:hover a {
    background-color: #363b40;
    border-top-color: #363b40;
    border-bottom-color: #363b40;
    color: #fff
}

.style_8 .sf-menu li,
.style_8.menu_container,
.style_10 .sf-menu li,
.style_10.menu_container {
    border-top-color: #363b40
}

.style_8 .sf-menu a:hover,
.style_9 .sf-menu a:hover {
    background-color: #42494f
}

.style_8 .sf-menu li:hover,
.style_8 .sf-menu li.selected,
.style_8 .sf-menu li.submenu:hover,
.style_8 .sf-menu li:hover a,
.style_8 .sf-menu li.selected a,
.style_8 .sf-menu li.submenu:hover a,
.style_9 .sf-menu li:hover,
.style_9 .sf-menu li.selected,
.style_9 .sf-menu li.submenu:hover,
.style_9 .sf-menu li:hover a,
.style_9 .sf-menu li.selected a,
.style_9 .sf-menu li.submenu:hover a {
    background-color: #42494f;
    border-top-color: #42494f;
    border-bottom-color: #42494f
}