@import "https://fonts.googleapis.com/css?family=Oswald|Montserrat:400,700";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-embed__wrapper {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-child:hover {
    cursor: pointer
}

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

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

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

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

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

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

.wp-block-navigation-link__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    word-break: normal;
    overflow-wrap: break-word
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-spacer {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aligncenter {
    clear: both
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

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

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

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

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

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

@font-face {
    font-family: fontawesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #f6f6f6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px)and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

div.ui-cluetip {
    font-size: 1em
}

.ui-cluetip-header, .ui-cluetip-content {
    padding: 12px
}

.ui-cluetip-header {
    font-size: 1em;
    margin: 0;
    overflow: hidden
}

.cluetip-title .cluetip-close {
    float: right;
    position: relative
}

.cluetip-close img {
    border: 0
}

#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/wait.png)
}

.cluetip-arrows {
    display: none;
    position: absolute;
    top: 6px !important;
    left: -11px;
    width: 11px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-width: 0
}

.cluetip-extra {
    display: none
}

.cluetip-default, .cluetip-default .cluetip-outer {
    background-color: #fff
}

.cluetip-default .ui-cluetip-header {
    background-color: #fff;
    color: #79c142;
    font-size: 16px;
    padding: 10px 12px
}

div.cluetip-default .cluetip-arrows {
    border-width: 0;
    background: transparent none
}

div.clue-right-default .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/arrow-left.png)
}

div.clue-left-default .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/arrow-right.png);
    left: 100%;
    margin-right: -11px
}

div.clue-top-default .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/darrowdown.png);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 11px
}

div.clue-bottom-default .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/darrowup.png);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 11px
}

.cluetip-jtip {
    background-color: #fff
}

.cluetip-jtip .cluetip-outer {
    border: 2px solid #ccc;
    position: relative
}

.cluetip-jtip .cluetip-inner {
    padding: 5px;
    display: inline-block
}

.cluetip-jtip div.cluetip-close {
    text-align: right;
    margin: 0 5px;
    color: #900
}

.cluetip-jtip .ui-cluetip-header {
    background-color: #ccc;
    padding: 6px
}

div.cluetip-jtip .cluetip-arrows {
    border-width: 0;
    background: transparent none
}

div.clue-right-jtip .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/arrow-left.png)
}

div.clue-left-jtip .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/arrow-right.png);
    left: 100%;
    margin-right: -11px
}

div.clue-top-jtip .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/arrowdown.png);
    top: 100%;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px
}

div.clue-bottom-jtip .cluetip-arrows {
    background-image: url(../../../../../../../../themes/filmstoon/assets/images/arrowup.png);
    top: -11px;
    left: 50%;
    width: 22px;
    height: 11px;
    margin-left: -11px
}

.cluetip-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ccc
}

.cluetip-rounded .cluetip-outer {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff
}

.cluetip-rounded .cluetip-arrows {
    border-color: #ccc
}

div.cluetip-rounded .cluetip-arrows {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    background: transparent none
}

div.clue-right-rounded .cluetip-arrows {
    border-width: 11px 11px 11px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

div.clue-left-rounded .cluetip-arrows {
    left: 100%;
    margin-right: -11px;
    border-width: 11px 0 11px 11px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent
}

div.clue-top-rounded .cluetip-arrows {
    top: 100%;
    left: 50%;
    border-width: 11px 11px 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.clue-bottom-rounded .cluetip-arrows {
    top: -11px;
    left: 50%;
    border-width: 0 11px 11px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent
}

.cluetip-rounded .cluetip-title, .cluetip-rounded .cluetip-inner {
    zoom: 1
}

.jtip-top {
    padding: 5px 12px;
    background: #eee;
    color: #333;
    font-weight: 700;
    margin: 0 -13px 12px;
    font-size: 12px
}

.jtip-top .jt-info {
    display: inline-block;
    padding: 3px 0;
    margin-right: 20px
}

.jtip-top .jt-info.jt-imdb {
    padding: 1px 7px;
    background: #fed500;
    margin-right: 15px
}

.jtip-bottom {
    margin-top: 15px
}

.jtip-bottom i {
    font-size: 16px
}

.jtip-bottom .btn-default {
    background: #eee;
    border: none
}

.ui-cluetip-content {
    padding: 12px;
    font-size: 12px
}

.ui-cluetip-content .f-desc {
    line-height: 1.3em
}

.jtip-quality {
    position: absolute;
    top: -27px;
    right: 0;
    line-height: 1em;
    padding: 3px 5px;
    font-size: 10px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat
}

h3.cluetip-title {
    margin-right: 60px
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: 400 bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111
}

.qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1
}

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
    background-color: #404040
}

.qtip-dark .qtip-icon {
    border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-cream {
    background-color: #fbf7aa;
    border-color: #f9e98e;
    color: #a27d35
}

.qtip-cream .qtip-titlebar {
    background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}

.qtip-red {
    background-color: #f78b83;
    border-color: #d95252;
    color: #912323
}

.qtip-red .qtip-titlebar {
    background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0
}

.qtip-red .qtip-icon, .qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #d95252
}

.qtip-green {
    background-color: #caed9e;
    border-color: #90d93f;
    color: #3f6219
}

.qtip-green .qtip-titlebar {
    background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0
}

.qtip-blue {
    background-color: #e5f6fe;
    border-color: #add9ed;
    color: #5e99bd
}

.qtip-blue .qtip-titlebar {
    background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0
}

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border: 0 solid transparent;
    background: #4a4a4a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
    background-image: -moz-linear-gradient(top, #4A4A4A 0, #000 100%);
    background-image: -ms-linear-gradient(top, #4A4A4A 0, #000 100%);
    background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%)
}

.qtip-youtube .qtip-titlebar {
    background-color: transparent
}

.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon {
    border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, .7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
}

.qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
    background: 0 0;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
    border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333
}

.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    background-color: #d9d9c2;
    color: #111;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
    background-color: #87876a;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
    border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952
}

.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, .87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: lucida grande, sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-tipped {
    border: 3px solid #959fa9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #454545;
    font-weight: 400;
    font-family: serif
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: #fff;
    background: #3a79b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: #fbfbfb;
    color: #555
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
    background: 0 0
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

.qtip .qtip-tip, x:-o-prefocus {
    visibility: hidden
}

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: 0 0;
    border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(../../../../../../../../themes/filmstoon/assets/css/#default#VML);
    display: inline-block;
    visibility: visible
}

#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#qtip-overlay.blurs {
    cursor: pointer
}

#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(Opacity=70)"
}

.qtipmodal-ie6fix {
    position: absolute !important
}

.error-block {
    display: none;
    color: red
}

.jw-skin-seven .jw-overlay .jw-playlist-container {
    width: 400px;
    left: -20%
}

.jwplayer .jw-playlist {
    height: 250px
}

.jwplayer .jw-playlist .jw-option {
    padding: 0 15px;
    margin: auto;
    text-align: left
}

.jw-playlist .jw-name {
    width: 30em !important
}

#content-embed iframe {
    width: 100% !important;
    height: 100% !important
}

.bp-btn-like.active i {
    color: #79c142
}

.qtip {
    max-width: 320px
}

.qtip .qtip-content {
    font-size: 12px;
    padding: 12px;
    overflow: visible
}

.qtip .qtip-content .f-desc {
    line-height: 1.3em !important;
    font-size: 12px !important
}

.qtip .qtip-title {
    margin-right: 60px;
    background: #fff;
    color: #71b43e;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 12px;
    line-height: normal
}

.qtip .qtip-titlebar {
    background: 0 0 !important;
    padding: 0 !important
}

.jtip-quality {
    top: 13px;
    right: 12px
}

#media-player {
    position: relative
}

.loading-film {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    color: #fff;
    width: 200px;
    text-align: center;
    height: 180px;
    margin-left: -100px;
    top: 50%;
    margin-top: -90px
}

.content-kus {
    overflow: hidden
}

.content-kus div {
    margin: 0 auto !important
}

.cssload-center {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 70px;
    background: 0 0
}

.cssload-2x {
    min-height: 100px
}

.cssload-3x {
    min-height: 160px
}

.cssload {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto
}

.cssload-2x .cssload {
    width: 60px;
    height: 60px
}

.cssload-3x .cssload {
    width: 120px;
    height: 120px
}

.cssload-3x .cssload span, .cssload-3x .cssload span:before, .cssload-3x .cssload span:after {
    border-width: 3px !important
}

.cssload * {
    box-sizing: content-box
}

.cssload span, .cssload span:before, .cssload span:after {
    top: 0;
    left: 0;
    position: absolute;
    border-bottom: 2px solid transparent !important;
    border: 2px solid #79c142;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100% !important;
    height: 100% !important;
    display: inline-block
}

.cssload span {
    margin: -2px 0 0 -2px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite
}

.cssload span:before {
    content: "";
    margin: 5% 0 0 5%;
    height: 90% !important;
    width: 90% !important;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite
}

.cssload span:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 15%;
    height: 70% !important;
    width: 70% !important;
    animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite
}

.cssload-2x .cssload span::after, .cssload-3x .cssload span::after {
    top: 13%;
    left: 13%;
    height: 74% !important;
    width: 74% !important
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg)
    }
}

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 6px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 6px
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #888;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #888;
    opacity: .9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999
}

@media screen and (min-width: 640px) and (max-width: 800px) {
    .movieplay, .movieplay .wp-video .mejs-container {
        height: 300px !important
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .movieplay, .movieplay .wp-video .mejs-container {
        height: 300px !important
    }
}

@media screen and (max-width: 479px) {
    .movieplay, .movieplay .wp-video .mejs-container {
        height: 200px !important
    }
}

@media screen and (min-width: 801px) and (max-width: 899px) {
    .movieplay, .movieplay .wp-video .mejs-container {
        height: 400px !important
    }
}

@media screen and (min-width: 900px) {
    .movieplay, .movieplay .wp-video .mejs-container {
        height: 500px !important
    }
}

.movieplay .wp-video .mejs-container {
    width: 100% !important;
    max-height: 500px !important
}

.movieplay .wp-video {
    width: 100% !important
}

@media screen and (max-width: 480px) {
    .qtip {
        display: none !important
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-slide img {
    width: 100%
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20viewBox%3D '0%200%2027%2044' %3E%3Cpath%20d%3D 'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' %20fill%3D '%23007aff' %2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20viewBox%3D '0%200%2027%2044' %3E%3Cpath%20d%3D 'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' %20fill%3D '%23000000' %2F%3E%3C%2Fsvg%3E)
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20viewBox%3D '0%200%2027%2044' %3E%3Cpath%20d%3D 'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' %20fill%3D '%23ffffff' %2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20viewBox%3D '0%200%2027%2044' %3E%3Cpath%20d%3D 'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' %20fill%3D '%23007aff' %2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20viewBox%3D '0%200%2027%2044' %3E%3Cpath%20d%3D 'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' %20fill%3D '%23000000' %2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20viewBox%3D '0%200%2027%2044' %3E%3Cpath%20d%3D 'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' %20fill%3D '%23ffffff' %2F%3E%3C%2Fsvg%3E)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 3px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #fff;
    vertical-align: middle;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    cursor: pointer
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #79c143;
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
    background: 0 0;
    margin: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 20px;
    width: 50%;
    text-align: left
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D '0%200%20120%20120' %20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20xmlns%3Axlink%3D 'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink' %3E%3Cdefs%3E%3Cline%20id%3D 'l' %20x1%3D '60' %20x2%3D '60' %20y1%3D '7' %20y2%3D '27' %20stroke%3D '%236c6c6c' %20stroke-width%3D '11' %20stroke-linecap%3D 'round' %2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(30%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(60%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(90%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(120%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(150%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.37' %20transform%3D 'rotate(180%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.46' %20transform%3D 'rotate(210%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.56' %20transform%3D 'rotate(240%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.66' %20transform%3D 'rotate(270%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.75' %20transform%3D 'rotate(300%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.85' %20transform%3D 'rotate(330%2060%2C60)' %2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D '0%200%20120%20120' %20xmlns%3D 'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' %20xmlns%3Axlink%3D 'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink' %3E%3Cdefs%3E%3Cline%20id%3D 'l' %20x1%3D '60' %20x2%3D '60' %20y1%3D '7' %20y2%3D '27' %20stroke%3D '%23fff' %20stroke-width%3D '11' %20stroke-linecap%3D 'round' %2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(30%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(60%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(90%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(120%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.27' %20transform%3D 'rotate(150%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.37' %20transform%3D 'rotate(180%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.46' %20transform%3D 'rotate(210%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.56' %20transform%3D 'rotate(240%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.66' %20transform%3D 'rotate(270%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.75' %20transform%3D 'rotate(300%2060%2C60)' %2F%3E%3Cuse%20xlink%3Ahref%3D '%23l' %20opacity%3D '.85' %20transform%3D 'rotate(330%2060%2C60)' %2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.breadcrumb li {
    text-transform: capitalize
}


body {
    background: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    position: relative
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

a {
    color: #79c142;
    text-decoration: none !important;
    outline: none;
    -moz-outline: none
}

a:hover {
    color: #63a235;
    text-decoration: none
}

a:focus, a:hover {
    color: #63a235
}

a:active, a:focus {
    outline: none
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb5 {
    margin-bottom: 5px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.ml10 {
    margin-left: 10px !important
}

.ml5 {
    margin-left: 5px
}

.dlb {
    display: block
}

.dib {
    display: inline-block
}

.fll {
    float: left
}

.flr {
    float: right
}

.clr {
    clear: both
}

.btn-block {
    border-radius: 3px
}

.btn-successful {
    background: #79c143;
    border: none;
    border-bottom: 3px solid #73ad38;
    color: #fff !important
}

.btn-successful:hover, .btn-successful:active, .btn-successful:focus {
    background: #70b63d;
    border-bottom: 3px solid #63a235
}

.btn-default {
    background: #eee;
    border: none;
    border-bottom: 3px solid #ddd !important
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background: #e5e5e5 !important;
    border-bottom: 3px solid #ccc !important
}

.btn-primary {
    background: #3598db;
    border: none;
    border-bottom: 3px solid #2486c8 !important
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #2d94d9;
    border-bottom: 3px solid #2486c8 !important
}

.btn-danger {
    background: #df091e;
    border: none;
    border-bottom: 3px solid #cc091c !important
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: #d9091e;
    border-bottom: 3px solid #cc091c !important
}

.btn-login {
    height: 34px;
    line-height: 32px;
    padding: 0 15px
}

.btn-facebook {
    background: #39569b;
    color: #fff !important;
    border: none;
    border-bottom: 3px solid #314a86 !important
}

.btn-facebook:hover {
    background: #314a86;
    border-bottom: 3px solid #2b4073
}

.thumb {
    background-position: 50% 25%;
    background-size: cover;
    display: inline-block
}

.cluetip-inner .btn-danger {
    background: #ccc !important;
    border: none;
    border-bottom: 3px solid silver !important
}

header {
    background: #fff;
    height: 70px;
    width: 100%;
    display: table;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

header .header-logo {
    margin-right: 10px;
    margin-top: 7px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px
}

header .header-logo:after {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 45px;
    position: absolute;
    right: -30px;
    top: 5px;
    width: 1px
}

header .header-logo h1 {
    font-size: 0;
    margin: 0
}

#logo {
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/logo-light.png);
    background-position: 50% 25%;
    background-size: cover;
    height: 49px;
    width: 187px;
    display: inline-block
}

#menu {
    float: left
}

#menu ul.top-menu {
    list-style: none;
    padding: 0
}

#menu ul.top-menu li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    position: relative
}

#menu ul.top-menu li a {
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0 5px;
    font-family: oswald;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    display: inline-block
}

#menu ul.top-menu li:hover a, #menu ul.top-menu li.active a {
    color: #79c143
}

#menu ul.top-menu li.active a {
    border-bottom: 3px solid #79c143
}

#menu .sub-container {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 500px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #79c143;
    z-index: 5;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

#menu .sub-container ul.sub-menu {
    padding: 10px;
    overflow: hidden
}

#menu .sub-container ul.sub-menu li {
    width: 30%;
    float: left;
    margin: 0 1.65%
}

#menu .sub-container ul.sub-menu li a {
    height: 30px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 10px;
    text-transform: none;
    display: block;
    border-bottom: none !important
}

#menu .sub-container ul.sub-menu li:hover a {
    background: #79c143;
    color: #fff !important
}

#menu ul.top-menu li:hover .sub-container ul.sub-menu li a {
    color: #333
}

#searchform .fa {
    float: right;
    position: relative;
    top: -25px;
    color: #79c142;
    font: normal normal normal 18px/1 FontAwesome;
    right: 13px
}

#search {
    float: right;
    width: 295px;
    margin-top: 17px;
    position: relative
}

#search input.search-input {
    padding-right: 50px
}

#search .search-submit {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 34px;
    text-align: center
}

#search .search-submit i {
    line-height: 30px
}

#top-user {
    float: right;
    margin-left: 15px
}

#top-user .top-user-content.guest {
    margin-top: 17px
}

#main {
    position: relative;
    min-height: 800px;
    padding-top: 70px
}

.page-category .pad {
    height: 20px !important
}

.top-content {
    height: 405px;
    position: relative
}

#slider {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-right: 0;
    width: 1170px;
    background: #bbb
}

#slider .swiper-slide {
    background-position: 50% 25%;
    background-size: cover;
    position: relative;
    width: 100% !important;
    overflow: hidden
}

#slider .swiper-slide .slide-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9
}

#slider .slide-caption {
    position: absolute;
    right: -380px;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 380px;
    padding: 20px 30px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

#slider:hover .slide-caption {
    left: auto;
    right: 380px;
    opacity: 1
}

#slider .slide-caption h2 {
    word-wrap: break-word;
    margin: 0 0 10px;
    font-size: 24px;
    color: #79c143;
    font-family: montserrat
}

#slider .slide-caption .slide-caption-info {
    background: rgba(0, 0, 0, .5);
    color: #ccc;
    border-radius: 4px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 15px;
    font-size: 12px
}

#slider .slide-caption .slide-caption-info .block {
    margin: 10px 15px;
    line-height: 1em
}

#slider .slide-caption .slide-caption-info .block strong {
    display: inline-block;
    width: 80px
}

#top-news {
    background: #222;
    width: 380px;
    height: 100%;
    overflow: hidden;
    color: #ccc;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

#top-news .nav {
    height: 40px;
    border-bottom: none;
    background: #111;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index: 2
}

#top-news .nav li {
    border: none;
    height: 40px;
    line-height: 40px;
    border-radius: 0 !important
}

#top-news .nav li a {
    line-height: 40px !important;
    padding: 0 18px !important;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    margin-right: 0;
    font-family: montserrat
}

#top-news .nav li.active a {
    background: 0 0;
    border-bottom: 2px solid #88c64c;
    height: 40px
}

#top-news .nav li:hover a {
    background: #333
}

#top-news .top-news {
    position: relative
}

#top-news .top-news-content {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px
}

#top-news .top-news-content .tn-news {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#top-news .top-news-content .tn-notice {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 85px;
    right: 0
}

#top-news .top-news-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#top-news .top-news-content ul.tn-news li {
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#top-news .top-news-content ul.tn-news li.tn-apps {
    background: #111;
    border-top: 1px solid #383838;
    margin-bottom: -10px
}

#top-news .top-news-content ul.tn-news li:hover {
    background: #181818
}

#top-news .top-news-content ul.tn-news li:hover .tnc-info h4 a {
    color: #fff
}

#top-news .top-news-content ul.tn-news li:hover .news-thumb {
    opacity: 1
}

#top-news .top-news-content ul.tn-news li .news-thumb {
    width: 100px;
    height: 60px;
    float: left;
    opacity: .8
}

#top-news .top-news-content ul.tn-news li .tnc-info {
    padding-left: 115px
}

#top-news .top-news-content ul.tn-news li .tnc-info h4 {
    margin: 0
}

#top-news .top-news-content ul.tn-news li .tnc-info h4 a {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    color: #ccc
}

#top-news .top-news-content ul.tn-news li.view-more {
    text-align: center;
    background: #111;
    font-weight: 700;
    margin-bottom: -1px
}

#top-news .top-news-content ul.tn-news li.view-more a i {
    font-size: 16px;
    color: #fff;
    margin-left: 10px
}

#top-news .top-news-content ul.tn-notice li {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#top-news .top-news-content ul.tn-notice li:hover {
    background: #181818
}

#top-news .top-news-content ul.tn-notice li a {
    color: #eee
}

#top-news .top-news-content ul.tn-notice li a span {
    display: block;
    margin-bottom: 5px
}

#top-news .top-news-content ul.tn-notice li a span i {
    background: #88c64c;
    color: #fff;
    font-style: normal;
    padding: 3px 5px;
    display: inline-block;
    font-size: 10px
}

#top-news .top-news-content .tab-pane {
    position: relative;
    height: 365px
}

#top-news .top-news-content .tab-pane .tnc-apps {
    background: #111;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-family: montserrat;
    font-size: 0
}

#top-news .top-news-content .tab-pane .tnca-block {
    position: relative;
    width: 46%;
    margin: 2%;
    color: #fff;
    padding: 10px 10px 10px 50px;
    border: 1px solid #555;
    background: #222;
    font-size: 12px;
    display: inline-block;
    line-height: 14px
}

#top-news .top-news-content .tab-pane .tnca-block span {
    display: block;
    font-size: 14px
}

#top-news .top-news-content .tab-pane .tnca-block i {
    font-size: 28px;
    position: absolute;
    top: 8px;
    left: 15px
}

#top-news .top-news-content .tab-pane .tnca-block:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #333
}

#top-news .top-news-content .tab-pane .tnca-block.ios:hover i {
    color: #537df9
}

#top-news .top-news-content .tab-pane .tnca-block.android:hover i {
    color: #79c143
}

#top-news .top-news-content ul.tn-premium {
    overflow: hidden;
    padding: 10px
}

#top-news .top-news-content ul.tn-premium li {
    display: block;
    width: 44%;
    margin: 3%;
    float: left
}

#top-news .top-news-content ul.tn-premium li a {
    border: 1px solid #555;
    background: #333;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    padding: 13px;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, .1)
}

#top-news .top-news-content ul.tn-premium li a:hover {
    background: #555;
    border-color: #888
}

#top-news .top-news-content ul.tn-premium li a .price {
    font-size: 40px;
    display: block
}

#top-news .top-news-content ul.tn-premium li a .btn {
    display: block;
    margin-top: 10px
}

.survey, .social-home {
    padding: 15px;
    text-align: center;
    background: #fff url(../../../../../../../../themes/filmstoon/assets/css/./img/survey.jpg) bottom left no-repeat;
    position: relative;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2)
}

.social-home {
    background: #fff;
    text-align: left;
    height: 50px
}

.social-home .addthis_native_toolbox {
    display: inline-block;
    float: left;
    height: 20px
}

.social-home .sh-like {
    float: left;
    margin-right: 2px
}

.social-home .at-share-tbx-element .addthis_button_google_plusone #___plusone_0 {
    width: 70px !important
}

.social-home .sh-text {
    margin-left: 15px
}

.survey-full {
    display: block
}

.survey .sv-caption {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 300px;
    display: inline-block;
    font-family: montserrat;
    font-size: 14px;
    text-align: left;
    opacity: .3;
    display: none
}

.survey .sv-caption span {
    display: block;
    font-size: 37px;
    line-height: 40px
}

.survey .sv-caption i {
    font-style: normal;
    height: 24px;
    line-height: 24px;
    border-radius: 15px;
    border: 1px solid #333;
    padding: 0 10px;
    display: inline-block
}

.survey .sv-info {
    text-align: center
}

.survey h5 {
    font-size: 20px;
    margin: 0 0 10px;
    font-family: montserrat
}

.survey .btn {
    min-width: 80px;
    padding: 6px 15px;
    margin: 0 5px
}

.pad {
    height: 40px;
    width: 100%;
    display: block
}

.movies-list-wrap {
    display: block;
    overflow: hidden;
    margin: 0 0 40px
}

.movies-list-wrap .ml-title {
    display: block;
    margin-bottom: 10px
}

.movies-list-wrap .ml-title span {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #79c142;
    color: #fff;
    border-radius: 3px 3px 0 0
}

.movies-list-wrap .ml-title span i {
    font-size: 14px
}

.movies-list-wrap .ml-title .nav-tabs {
    display: inline-block;
    margin-left: 15px;
    border-bottom: none
}

.movies-list-wrap .ml-title .nav-tabs li.active a {
    border-radius: 3px
}

.movies-list-wrap .ml-title .nav-tabs li a {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    min-width: 80px;
    color: #333
}

.movies-list {
    display: block;
    margin: 0 -1%
}

.movies-list .ml-item {
    width: 10.5%;
    margin: 1%;
    float: left;
    position: relative;
    height: 260px;
    overflow: hidden
}

.movies-list .ml-item .mli-quality {
    background: #fed700;
    border-radius: 3px;
    color: #222;
    font-size: 11px;
    font-weight: 500;
    height: auto;
    line-height: normal;
    padding: 4px 6px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: auto;
    z-index: 4
}

.movies-list .ml-item .mli-thumb {
    width: 100%;
    height: 100%
}

img.thumb.mli-thumb {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important
}

.movies-list .ml-item .mli-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background: url('/static/filmstoon/img/mask_title.png') top repeat-x;
    z-index: 5
}

.movies-list .ml-item .mli-info h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .6)
}

.movies-list .ml-item .mli-eps {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    padding-top: 15px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    background: rgba(136, 198, 76, .9);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.movies-list .ml-item .mli-eps i {
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    margin-top: 3px
}

.movies-list .ml-item .ml-mask {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.movies-list .ml-item .ml-mask:before {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.movies-list .ml-item .ml-mask:hover:before {
    opacity: 1
}

.movies-list .ml-item .ml-mask:after {
    content: "";
    width: 55px;
    height: 55px;
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/btn-overlay.png);
    background-position: 50% 25%;
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27.5px;
    margin-left: -27.5px
}

.movies-list .ml-item .ml-mask:hover:after {
    opacity: 1
}

.movies-list .ml-item .ml-mask:after, .movies-list .ml-item .ml-mask:before {
    transition: all .2s ease 0;
    -webkit-transition: all .2s ease 0;
    z-index: 4
}

.mlw-related .movies-list .ml-item {
    width: 14.6%;
    margin: 1%;
    height: 280px
}

.page-detail .pad {
    height: 20px
}

.main-detail {
    width: 1200px;
    margin: 0 auto
}

#bread .breadcrumb {
    padding: 0;
    background: 0 0;
    color: #333
}

#bread .breadcrumb a {
    color: #333
}

#mv-info {
    margin-bottom: 0;
    position: relative
}

#mv-info .mvi-cover {
    height: 500px;
    width: 100%;
    position: relative
}

#mv-info .mvi-cover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0
}

#mv-info .mvi-cover:before {
    content: "";
    width: 110px;
    height: 110px;
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/btn-play.png);
    background-position: 50% 25%;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    margin-left: -55px;
    left: 50%;
    z-index: 2;
    border-radius: 55px;
    border: 6px solid #fff;
    transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0
}

#mv-info .mvi-cover:hover:before {
    border: 8px solid #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

#mv-info .mvi-cover:hover:after {
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 0 150px rgba(0, 0, 0, .4) inset
}

#mv-info .mvi-view {
    position: absolute;
    color: #fff;
    bottom: 20px;
    right: 25px;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    z-index: 9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

#mv-info .mvi-content {
    background: #fff;
    padding: 20px;
    font-size: 12px;
    position: relative;
    width: 100%;
    margin-top: -5px
}

#mv-info .mvi-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 10px;
    display: initial;
    margin-right: 10px
}

#mv-info .mvi-content .block-trailer {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

#mv-info .mvi-content .block-trailer a {
    border-radius: 15px;
    padding: 4px 15px;
    font-size: 12px;
    cursor: pointer
}

#mv-info .mvi-content .mvic-desc {
    width: 700px;
    margin-right: 20px;
    min-height: 210px;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #eee
}

#mv-info .mvi-content .mvic-desc .desc {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    color: #aaa
}

#mv-info .mvi-content .mvic-info {
    width: 100%;
    display: block
}

#mv-info .mvi-content .mvic-info p {
    margin-bottom: 3px
}

#mv-info .mvi-content .mvic-info .mvici-left {
    float: left;
    width: 48%;
    margin-right: 2%
}

#mv-info .mvi-content .mvic-info .mvici-right {
    float: left;
    width: 50%
}

#mv-info .mvi-content .mvic-thumb {
    width: 140px;
    height: 210px;
    float: left;
    margin-right: 20px
}

#mv-info .mvi-content .mvic-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    left: 900px;
    bottom: 20px
}

#mv-info .mvi-content .mvic-btn .btn {
    margin: 8px 0
}

#mv-info .mvi-content .quality {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    background: #222;
    color: #fff;
    margin-left: 2px;
    padding: 2px 5px;
    border-radius: 3px
}

#mv-info .mvi-content .imdb-r {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    background: #f9a302;
    color: #fff;
    margin-left: 2px;
    margin-top: -2px;
    padding: 2px 5px;
    border-radius: 3px
}

#mv-info .mvi-content .block-social {
    display: block;
    margin-bottom: 10px
}

#mv-keywords {
    margin-bottom: 20px;
    padding: 20px;
    display: block;
    clear: both;
    background: #f5f5f5
}

#mv-keywords.tv-keywords {
    margin-bottom: 0
}

#backdrops {
    font-size: 12px;
    position: relative;
    width: 100%
}

#mv-keywords a {
    margin: 5px 15px 5px 0;
    color: #888;
    text-transform: capitalize
}

#mv-keywords a:hover {
    color: #79c142
}

#mv-keywords a h5 {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    margin: 0
}

#mv-keywords a h5:before {
    content: '#'
}

#mv-keywords a:before {
    content: '#'
}

.mv-rating {
    text-align: left;
    font-size: 14px;
    position: relative;
    margin-top: 5px
}

.mv-rating .star-rating .caption {
    font-size: 12px;
    text-transform: uppercase
}

.mv-rating .star-rating {
    display: inline-block;
    height: 24px !important;
    font-size: 20px !important
}

.mv-rating label {
    display: block;
    margin-bottom: -2px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 2px;
    padding-left: 2px
}

.mv-rating .clear-rating-active {
    display: none !important
}

.mv-rating .rating-container .rating-stars::before {
    text-shadow: none
}

.mv-rating .rating-active .rating-container {
    cursor: pointer
}

.mv-rating .btn {
    float: left;
    margin: 0 !important;
    margin-right: 10px !important;
    padding: 4px 10px !important;
    font-weight: 700;
    font-size: 24px;
    cursor: default
}

#content-cover {
    height: 300px;
    background: #fff;
    width: 100%;
    background-position: 50% 15%;
    background-size: cover;
    position: relative
}

#media-player, #content-embed {
    background: #e5e5e5;
    width: 100%;
    position: relative
}

#media-player.active, #content-embed.active {
    margin-top: 50px
}

#bar-player {
    background: #222;
    position: relative;
    font-size: 0
}

#bar-player .bp-view {
    position: relative;
    float: right;
    color: #ddd;
    padding: 10px;
    font-size: 14px
}

#bar-player .bp-btn-favorite span:after {
    content: "Favorite"
}

#bar-player .bp-btn-img span:after {
    content: "Photos"
}

#bar-player .bp-btn-light span:after {
    content: "Turn off light"
}

#bar-player .bp-btn-light.active span:after {
    content: "Turn on light"
}

#bar-player .bp-btn-auto span:after {
    content: "Off"
}

#bar-player .bp-btn-auto.active span:after {
    content: "On"
}

#bar-player .btn {
    color: #ccc;
    padding: 10px 20px;
    margin-right: 0;
    margin-right: 2px;
    font-weight: 700;
    border-radius: 0
}

#bar-player .btn:hover {
    color: #fff
}

#bar-player .btn.active {
    background: #333;
    color: #fff
}

#bar-player .bp-btn-light.active {
    background: #666;
    color: #fff
}

#bar-player .btn i {
    margin-right: 5px
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1
}

#overlay.active {
    z-index: 100;
    background: rgba(0, 0, 0, .98)
}

.page-watch {
    z-index: auto !important
}

#comment-area {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 101
}

#comment-area.active {
    display: block
}

#comment-area #toggle {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 20px
}

#comment-area #comment {
    display: inline-block;
    position: absolute;
    bottom: -500px;
    right: 0;
    background: #111;
    border-radius: 5px 5px 0 0;
    transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0
}

#comment-area #comment.active {
    bottom: 0
}

#comment-area #comment .content {
    width: 470px;
    height: 280px;
    overflow-y: auto;
    margin: 10px 10px 0 20px;
    position: relative
}

#comment-area #comment .cac-close {
    position: absolute;
    cursor: pointer;
    top: -30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 0 15px;
    font-size: 12px
}

#comment-area #comment .cac-close i {
    vertical-align: text-top
}

.logged {
    position: relative
}

.logged .logged-feed {
    display: inline-block;
    margin-top: 15px;
    position: relative
}

.logged .btn-feed {
    position: relative
}

.logged .btn-logged i {
    font-size: 24px;
    color: #555
}

.logged .btn-logged.active i {
    color: #79c142
}

.logged .btn-logged span.feed-number {
    position: absolute;
    top: 0;
    left: 24px;
    background: #c00;
    color: #fff;
    line-height: 16px;
    padding: 0 3px;
    min-width: 16px;
    font-size: 12px;
    border-radius: 8px
}

.logged .logged-user {
    float: right;
    margin-top: 17px
}

.logged .avatar {
    margin-left: 10px;
    position: relative;
    padding-right: 20px;
    display: inline-block;
    overflow: hidden
}

.logged .avatar img {
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.logged .avatar .fa {
    font-size: 12px;
    color: #555;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    text-align: center;
    line-height: 12px
}

.logged.open .avatar .fa {
    color: #79c142
}

.logged .logged-user {
    position: relative
}

.logged .dropdown-menu {
    left: auto;
    right: -1px !important;
    padding: 0;
    overflow: hidden;
    width: 180px
}

.logged .logged-user .dropdown-menu > li > a {
    padding: 5px 12px;
    white-space: normal
}

.logged .logged-user .dropdown-menu > li > a .badge {
    float: right
}

.logged .logged-user .dropdown-menu > li {
    border-bottom: 1px solid #eee
}

.logged .logged-user .dropdown-menu > li:last-of-type {
    border-bottom: none
}

.logged .logged-user .dropdown-menu > li.active {
    background: #79c142 !important;
    border-bottom: none
}

.logged .logged-user .dropdown-menu > li.active a {
    background: 0 0 !important;
    color: #fff !important
}

.logged .logged-user .dropdown-menu > li > a > i {
    width: 16px;
    text-align: center
}

.logged .logged-feed .dropdown-menu {
    width: 300px
}

.logged .logged-feed .dropdown-menu > li.more a {
    padding: 12px 0;
    text-align: center;
    background: #f8f8f8;
    font-size: 12px;
    color: #79c142
}

.logged .logged-feed .dropdown-menu > li.more a i {
    position: relative;
    left: auto;
    top: auto;
    font-size: 16px
}

.logged .logged-feed .dropdown-menu > li > a {
    padding: 8px 12px 8px 38px;
    font-size: 14px;
    width: 310px;
    white-space: normal;
    line-height: 1.2em;
    position: relative
}

.logged .logged-feed .dropdown-menu > li > a span.time {
    display: block;
    color: #aaa;
    font-style: italic;
    font-size: 11px;
    margin-top: 3px
}

.logged .logged-feed .dropdown-menu > li > a > i {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.logged .logged-feed .dropdown-menu > li > a > i.fa-2x {
    top: 10px;
    font-size: 1.5em
}

.logged .logged-feed .dropdown-menu > li > a > strong {
    color: #79c142
}

.logged .logged-feed .dropdown-menu > li {
    border-bottom: 1px solid #eee
}

.profiles-wrap {
    background: #f0f0f0;
    margin-bottom: 50px
}

.profiles-wrap .sidebar {
    float: left;
    width: 20%;
    position: relative;
    min-height: 550px;
    color: #eee;
    background: #f0f0f0
}

.profiles-wrap .pp-main {
    float: right;
    width: 80%;
    position: relative;
    min-height: 550px;
    background: #fff
}

.profiles-wrap .pp-main .ppm-head ul.nav-tabs {
    background: #555
}

.profiles-wrap .pp-main .ppm-head ul.nav-tabs li a {
    border: none !important;
    border-radius: 0;
    padding: 10px 50px;
    margin: 0;
    color: #fff
}

.profiles-wrap .pp-main .ppm-head ul.nav-tabs li a:hover, .profiles-wrap .pp-main .ppm-head ul.nav-tabs li a:focus {
    background: rgba(0, 0, 0, .02)
}

.profiles-wrap .pp-main .ppm-head ul.nav-tabs li.active a {
    color: #333;
    background: #fff
}

.profiles-wrap .pp-main .ppm-content {
    padding: 20px
}

.profiles-wrap .pp-main .ppm-head .ppmh-title {
    padding: 10px 15px;
    background: #555;
    color: #fff
}

.profiles-wrap .pp-main .ppm-head .ppmh-title .pull-right {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px
}

.noti-content {
    padding: 0 !important
}

.noti-content ul {
    list-style: none;
    padding: 0
}

.noti-content ul li {
    border-bottom: 1px solid #eee
}

.noti-content ul li a {
    padding: 15px 20px 15px 50px;
    display: block;
    position: relative;
    color: #333
}

.noti-content ul li a i {
    position: absolute;
    top: 16px;
    left: 20px;
    line-height: 20px
}

.noti-content ul li:hover {
    background: rgba(0, 0, 0, .01)
}

.noti-content ul li a strong {
    color: #79c142
}

.noti-content ul li a .time {
    display: block;
    color: #bbb;
    font-size: 12px;
    font-style: italic
}

.uc-form {
    max-width: 500px;
    margin: 20px 0
}

.uc-form .form-group {
    margin-bottom: 20px
}

.uc-form .ucf-b {
    width: 30.3%;
    margin-right: 3%;
    float: left
}

.uc-form .ucf-b:last-of-type {
    margin-right: 0;
    width: 33.3%
}

.uc-form .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.uc-form textarea {
    resize: none
}

.user-content {
    padding: 40px 100px !important
}

.user-content .uct-avatar {
    float: left
}

.user-content .uct-avatar img {
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.user-content .uct-info {
    padding-left: 230px
}

.user-content .uct-info .block {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #757575
}

.user-content .uct-info .block label {
    width: 120px;
    display: inline-block;
    color: #333
}

.offer-content {
    padding: 0 !important
}

.offer-content ul {
    list-style: none;
    padding: 0
}

.offer-content ul li {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: -1px;
    padding: 15px 110px 15px 20px;
    position: relative
}

.offer-content ul li:hover {
    background: rgba(0, 0, 0, .02)
}

.offer-content ul li .btn {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 15px;
    width: 80px;
    text-align: center
}

.offer-content ul li .time {
    color: #bbb;
    font-size: 11px;
    margin-top: 3px;
    display: block
}

.offer-content ul li h3 {
    font-size: 16px;
    margin: 0 0 8px
}

.block-padding {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    border-radius: 5px
}

.block-padding:hover {
    border: 1px solid #ccc;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .2)
}

.apps-content {
    position: relative
}

.apps-content:before {
    content: "";
    width: 100%;
    height: 205px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 25%;
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/app-bg.jpg)
}

.apps-content .btn {
    padding: 8px 30px
}

.apps-content .ac-block-ul {
    margin: 20px -1%;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.apps-content .ac-block {
    float: left;
    width: 31.33%;
    margin: 1%
}

.apps-content .ac-block.disabled * {
    color: #ccc
}

.apps-content .ac-block.disabled .btn {
    background-color: #ccc !important;
    border-color: #bbb !important;
    color: #eee !important
}

.apps-content .ac-block .title {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px
}

.apps-content .ac-block .small {
    color: #bbb
}

.ac-desc {
    position: relative;
    z-index: 2;
    color: #fff
}

.ac-desc h3 {
    margin-top: 0;
    font-size: 20px;
    padding-top: 3px
}

.ac-desc .app-icon {
    width: 100px;
    height: 100px;
    float: left
}

.ac-desc .desc {
    padding-left: 115px
}

.sidebar .sb-title {
    padding: 10px 15px;
    background: #79c142;
    color: #fff
}

.sidebar .sidebar-menu ul {
    list-style: none;
    padding: 0
}

.sidebar .sidebar-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.sidebar .sidebar-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #555
}

.sidebar .sidebar-menu ul li a:hover {
    background: rgba(255, 255, 255, .05)
}

.sidebar .sidebar-menu ul li.active {
    background: #fff
}

.sidebar .sidebar-menu ul li.active a {
    color: #333
}

.sidebar .sidebar-menu ul li a .badge {
    float: right
}

.sidebar .sidebar-menu ul li a i {
    width: 16px;
    text-align: center
}

.mlw-profiles {
    margin-bottom: 0
}

.mlw-profiles .movies-list .ml-item {
    width: 14.66%;
    height: 220px;
    margin: 0 1% 2%
}

.ml-item.ml-item-remove:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 9
}

.ml-item.ml-item-remove:after {
    content: "Removed";
    text-align: center;
    color: #fff;
    z-index: 10;
    font-size: 14px;
    position: absolute;
    background: #888;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1.6em
}

.mli-fixed {
    position: absolute;
    top: 0;
    left: 0;
    background: #e1d000;
    font-size: 12px;
    color: #fff;
    padding: 3px 8px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    z-index: 9;
    text-align: center
}

footer {
    background: #1e1e1e;
    padding: 20px 0 40px;
    color: #fff;
    margin-top: 30px
}

footer a {
    color: #ccc
}

#footer .footer-link {
    float: left;
    margin-right: 60px
}

#footer .footer-link.end {
    margin-right: 0
}

#footer .footer-link-head {
    font-size: 16px
}

#commentfb {
    padding: 10px 20px;
    margin: 20px 0;
    background: #fff;
    display: block
}

.comment-avatar img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 40px;
    width: 40px
}

.comment-avatar {
    float: left
}

.comment-author {
    float: left;
    margin-left: 15px
}

p.author-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #353535
}

.comment-author {
    float: left;
    padding: 4px
}

p.comment-date {
    font-size: 12px
}

a.comment-reply-link {
    color: #fff;
    font-size: 11px;
    padding: 5px;
    background: #79c143
}

a.comment-reply-link:hover {
    background: #6d6d6d
}

.reply.comment-reply-link {
    margin-bottom: 15px
}

.comment-cont {
    margin-bottom: 13px;
    border-bottom: 1px solid #eaeaea
}

.post-comments .comment-cont:last-child {
    border-bottom: 0
}

#comments h3.heading {
    margin-bottom: 25px
}

section#comments {
    padding: 10px
}

h3#reply-title {
    display: none
}

p.comment-awaiting-moderation, p.must-log-in {
    background: #fdfce2;
    border: 1px solid #dcd06a;
    color: #545454;
    font-size: 12px;
    padding: 7px 15px
}

p.comment-awaiting-moderation i.fa {
    color: #d44141
}

.comment-form span.required {
    color: red
}

.infopage {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.infopage .infopage-head {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    background: #f8f8f8
}

.infopage .content {
    padding: 15px 20px
}

.infopage .ip-left {
    width: 49%;
    float: left;
    margin-right: 1%
}

.infopage .ip-right {
    width: 50%;
    float: left;
    margin-top: -10px
}

.mlw-request h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px
}

.mlw-request .ml-item {
    width: 23%;
    height: 230px
}

.main-news {
    width: 1120px;
    margin: 0 auto 30px
}

.news-block .news-content {
    width: 800px;
    float: left;
    min-height: 300px
}

.news-block .news-sidebar {
    width: 300px;
    float: right;
    min-height: 300px
}

.news-view-content {
    border-bottom: 20px solid #e5e5e5
}

.news-view-content h1.title {
    margin: 0 0 10px;
    font-size: 26px;
    font-family: montserrat
}

.news-view-content .tags {
    margin-top: 30px
}

.news-view-content .tags a {
    color: #888
}

.news-list-item .thumb {
    max-height: 180px;
    overflow: hidden
}

.news-list-item-lg .thumb {
    max-height: 280px
}

.news-block .news-sidebar .news-list-item .info {
    display: inline-block;
    width: 100%
}

.news-block .news-sidebar .news-list-item .info h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif
}

.news-block .news-sidebar .news-list-item .info span {
    display: none
}

.content-padding {
    padding: 20px
}

.content-padding h3.title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: montserrat;
    font-size: 18px
}

.movies-embed h4 {
    font-size: 14px
}

.movies-embed .me-li {
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.nvc-thumb {
    height: 250px;
    overflow: hidden;
    background-position: 50% 25%;
    background-size: cover;
    margin: -20px -20px 20px
}

.box {
    margin-bottom: 20px;
    background: #fff;
    display: block;
    overflow: hidden
}

.box-content {
    padding: 20px
}

.box .box-head {
    background: #333;
    padding: 0 20px;
    line-height: 40px;
    font-size: 40px;
    color: #fff;
    font-size: 18px;
    font-family: montserrat
}

.box .box-head .nlh {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase
}

.box .box-head .nav-tabs {
    display: inline-block;
    border: none;
    float: left
}

.box .box-head .nav-tabs li {
    margin: 0
}

.box .box-head .nav-tabs li a {
    line-height: 40px;
    padding: 0 15px;
    border-radius: 0;
    margin: 0;
    border: none !important;
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase
}

.box .box-head .nav-tabs li.active a {
    background: #79c143 !important;
    color: #fff
}

.box .box-head .nav-tabs li:hover a, .box .box-head .nav-tabs li:focus a {
    background: rgba(255, 255, 255, .1) !important
}

.news-list-item {
    padding: 10px 15px;
    border-bottom: 1px solid #eee
}

.news-list .news-list-item {
    padding: 20px
}

.news-list .news-list-item .info {
    padding-left: 320px
}

.news-list .news-list-item .info h2 {
    margin: 0 0 8px;
    font-family: montserrat;
    font-size: 22px;
    line-height: 24px
}

.news-list-item:hover {
    background: #f9f9f9
}

.news-list-item .thumb {
    float: left
}

.news-list-item .thumb img {
    width: 300px;
    height: auto
}

.news-list-item .info h2 {
    margin: 0 0 8px;
    font-family: montserrat;
    font-size: 16px;
    line-height: 18px
}

.news-list-item .info h2 a {
    word-wrap: break-word;
    color: #333
}

.news-list-item .info p {
    word-wrap: break-word;
    line-height: 1.2em
}

.news-list-item .info .time {
    color: #aaa;
    margin-bottom: 0
}

.news-list-item:last-of-type {
    border-bottom: none
}

.news-list-item-lg .thumb {
    float: none;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px
}

.news-list-item-lg .thumb img {
    width: 100% !important;
    height: auto
}

.news-list-item-lg .info {
    padding-left: 0 !important
}

.label-sm {
    font-size: 10px;
    padding: 3px 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.bootstrap-select {
    width: 220px \0
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .btn {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, .4)
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgba(204, 204, 204, .2)
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block
}

.mobile-menu, .mobile-search {
    display: none;
    color: #333
}

.search-content {
    position: relative
}

.search-suggest {
    background: #fff;
    border-top: 1px solid #79c142;
    overflow: hidden;
    display: block;
    top: 40px;
    right: 0;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.search-suggest ul {
    list-style: none;
    padding: 0;
    padding-bottom: 40px;
    position: relative
}

.search-suggest ul li.ss-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.search-suggest ul li.ss-bottom a {
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #79c142;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.search-suggest ul li {
    padding: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #888;
    border-bottom: 1px solid #eee
}

.search-suggest ul li:hover {
    background: #fcfcfc
}

.search-suggest ul li .ss-info {
    padding-left: 50px;
    color: #888
}

.search-suggest ul li .ss-info a.ss-title {
    color: #333;
    font-size: 14px;
    font-weight: 700
}

.search-suggest ul li .ss-info p {
    margin-bottom: 0
}

.search-suggest ul li .thumb {
    float: left;
    width: 40px;
    height: 60px;
    display: inline-block
}

.modal-dialog .modal-body {
    padding: 30px
}

.modal-header {
    padding: 12px 30px;
    text-align: center;
    border-bottom: none;
    position: relative;
    font-family: montserrat
}

.modal-dialog .modal-body .desc {
    margin-bottom: 20px;
    font-size: 11.5px
}

.modal-dialog .modal-body input {
    padding: 8px 12px;
    height: 38px
}

.modal-dialog .modal-body input[type=checkbox] {
    padding: inherit;
    height: inherit
}

.modal-dialog .modal-body .btn-block {
    padding: 8px 12px
}

.modal-dialog .modal-body label {
    font-weight: 400
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 12px;
    margin-top: 0
}

#pop-login .modal-dialog, #pop-register .modal-dialog, #pop-forgot .modal-dialog {
    width: 430px
}

.modal-cuz .modal-dialog .modal-body {
    padding: 0 30px 30px
}

.modal-cuz .modal-dialog {
    margin: 70px auto
}

.modal-cuz .modal-footer {
    text-align: center
}

.modal-cuz .modal-footer a {
    cursor: pointer
}

.modal-trailer .modal-dialog {
    width: 800px
}

.modal-trailer .modal-dialog .modal-body {
    padding: 0;
    margin-bottom: -5px
}

.modal-trailer .modal-dialog .modal-body .modal-body-trailer iframe {
    width: 100%;
    height: 450px !important
}

.modal-dialog .alert {
    padding: 5px 15px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px
}

#pagination {
    margin-top: 30px;
    text-align: center
}

.pagination > li > a, .pagination > li > span {
    border: none;
    color: #333
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #79c142;
    border: none
}

.pagination > li > a {
    margin: 0 5px;
    border-radius: 3px
}

#open-forgot {
    cursor: pointer;
    color: #888;
    margin-top: 2px;
    display: inline-block
}

.cat-more {
    display: inline-block;
    margin-top: 10px
}

#menu.active {
    display: block !important
}

#search.active {
    display: inline-block
}

.filter-toggle {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    border-radius: 3px;
    cursor: pointer
}

.filter-toggle.active {
    background: #555;
    color: #fff
}

#filter {
    padding: 10px 20px;
    background: #fff;
    position: relative;
    padding-bottom: 10px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 20px;
    display: none
}

#filter.active {
    display: block !important
}

#filter .fc-title {
    font-size: 18px;
    font-family: montserrat;
    margin-bottom: 5px;
    display: block;
    color: #79c142
}

#filter ul {
    list-style: none;
    padding: 10px 15px 8px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 3px;
    overflow: hidden
}

#filter ul li {
    float: left;
    width: 130px;
    padding: 3px 5px 3px 2px;
    margin: 0 0 5px;
    width: auto;
    margin-right: 5px
}

#filter ul li.active {
    background: #79c142;
    color: #fff
}

#filter ul li label {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0
}

#filter ul li label input {
    margin: 0 3px 0 0;
    vertical-align: text-top
}

#filter ul.fc-main-list {
    padding: 0;
    border: none;
    overflow: visible;
    background: 0 0
}

#filter ul.fc-main-list li {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 4px
}

#filter ul.fc-main-list li a {
    font-size: 14px;
    background: #eee;
    color: #333;
    display: block;
    padding: 7px 10px
}

#filter ul.fc-main-list li a.active {
    background: #79c142 !important;
    color: #fff
}

#filter ul.fc-main-list li a:hover {
    background: #79c142;
    color: #fff
}

.fc-genre, .fc-country, .fc-release {
    clear: both;
    display: block
}

#filter .filter-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee
}

#filter .cs10-top .fc-filmtype {
    float: left;
    width: 50%
}

#filter .cs10-top .fc-quality {
    margin-left: 52%
}

#list-eps {
    background: #fff;
    margin-bottom: 20px
}

#list-eps .le-server {
    padding: 10px 20px;
    border-bottom: 1px solid #eee
}

#list-eps .le-server:last-of-type {
    border-bottom: none
}

#list-eps .le-server .les-title {
    display: inline-block;
    width: 120px;
    float: left;
    padding-top: 10px
}

#list-eps .le-server .les-content {
    padding-left: 200px;
    font-size: 0
}

#list-eps .le-server .les-content .btn-eps {
    padding: 7px 12px 5px;
    min-width: 72px;
    text-align: center;
    border-radius: 3px;
    background: #f0f0f0;
    border-bottom: 3px solid #e0e0e0;
    font-size: 12px;
    color: #333;
    font-weight: 700;
    margin: 5px;
    white-space: nowrap;
    display: inline-block
}

#list-eps .le-server .les-content .btn-eps.active {
    border-color: #73ad38;
    background: #70b63d;
    color: #fff
}

#list-eps .le-server .les-content .btn-eps.active:before {
    content: "\f04b";
    font-family: fontawesome;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 400
}

#list-eps .le-server .les-content .btn-eps:hover {
    border-color: #555;
    background: #666;
    color: #fff
}

.faq-div {
    margin-top: -10px
}

.faq-div h3 {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0 10px 0 42px;
    position: relative;
    height: 34px;
    display: table-cell;
    vertical-align: middle
}

.faq-div a h3 {
    color: #333
}

.faq-div span {
    height: 34px;
    width: 34px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    background: #79c143;
    color: #fff;
    position: absolute;
    top: 10px;
    left: -1px;
    border-radius: 3px
}

.faq-div p {
    padding-left: 42px
}

.faq-div ul {
    list-style: none;
    padding: 0
}

.faq-div ul li {
    padding: 10px 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-top: 0 !important;
    position: relative;
    min-height: 54px
}

.page-404 {
    background: #fff url(../../../../../../../../themes/filmstoon/assets/css/./img/404.jpg) bottom center no-repeat;
    margin-bottom: -30px;
    width: 100%;
    height: 315px;
    position: absolute
}

.not-found {
    text-align: center
}

.not-found h1 {
    font-size: 140px;
    font-family: montserrat;
    margin-top: 100px
}

body {
    overflow: visible !important;
    padding-right: 0 !important
}

.modal-open {
    padding-right: 0 !important
}

.modal-open-2 {
    overflow: hidden !important
}

.ppm-donate .ppmh-title {
    background: #1d2247 !important
}

.ppm-donate .ppmh-title i {
    margin-left: 1%
}

.donate-content {
    background: #090f26 url(../../../../../../../../themes/filmstoon/assets/css/./img/donate.jpg) top right no-repeat;
    color: #fff
}

.donate-content .donate-desc {
    margin-bottom: 20px;
    padding: 0 1%
}

.donate-content .donate-desc .desc {
    padding-right: 400px
}

.donate-content .donate-desc .dd-list {
    list-style: none;
    margin-top: 20px;
    padding: 0
}

.donate-content .donate-desc .dd-list li {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    position: relative;
    padding-left: 20px
}

.donate-content .donate-desc .dd-list li i {
    color: #79c142;
    position: absolute;
    top: 4px;
    left: 0
}

.donate-content .donate-block-ul .donate-block {
    width: 23%;
    margin: 1%;
    float: left;
    overflow: hidden;
    padding: 15px;
    border-color: #a3b6c1;
    color: #333;
    border: none !important
}

.donate-content .donate-block-ul .donate-block .donate-logo img {
    max-width: 90%
}

.donate-content .donate-block-ul .donate-block .title {
    font-weight: 500
}

.donate-content .donate-block-ul .donate-block .note {
    font-size: 11px;
    color: #ccc;
    font-style: italic;
    text-align: left;
    min-height: 60px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif
}

.donate-content .donate-block-ul .donate-block .btn {
    margin-bottom: 5px;
    cursor: pointer;
    padding: 12px
}

.donate-content .btn-warning {
    background-color: #f7931a !important;
    border: none !important;
    border-bottom: 3px solid #e5830d !important
}

.donate-content .btn-default {
    background-color: #555 !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 3px solid #444 !important
}

.donate-popup .modal-dialog {
    max-width: 400px
}

.donate {
    display: block
}

.donate .pp-main {
    width: 100%;
    float: none
}

#donate-paypal .modal-body form {
    text-align: center
}

#donate-paypal .modal-body form input[type=image] {
    height: 60px !important
}

#schedule-eps {
    display: block
}

#schedule-eps .se-next {
    display: block;
    background: #2196f3;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff
}

#schedule-eps .se-next .fa-close {
    display: none
}

#schedule-eps .se-left {
    float: left;
    font-size: 16px
}

#schedule-eps .se-right {
    float: right
}

#schedule-eps .se-right a {
    color: #fff;
    cursor: pointer
}

#schedule-eps .se-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 3px solid #178ae6;
    display: none;
    margin-bottom: 15px
}

#schedule-eps .se-list li {
    padding: 10px 20px;
    background: #fff;
    border-radius: 3px;
    border-bottom: 1px solid #eee
}

#schedule-eps .se-list li:hover {
    background: #f9f9f9
}

#schedule-eps .se-list li .se-left {
    font-size: 14px
}

#toggle-schedule {
    position: relative
}

#toggle-schedule.active {
    font-size: 0
}

#toggle-schedule.active .fa-close {
    display: inline-block;
    font-size: 20px
}

.install-app-body {
    margin-top: 90px
}

#install-app {
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.install-app-body #install-app {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    display: block;
    height: 90px;
    overflow: hidden;
    z-index: 999
}

.install-app-body header {
    margin-top: 90px
}

#install-app .container {
    position: relative
}

#install-app .ia-icon {
    float: left
}

#install-app .ia-icon img {
    width: 60px
}

#install-app .ia-info {
    padding-left: 70px;
    padding-right: 30px
}

#install-app .ia-info .ia-title {
    font-weight: 600;
    font-size: 16px;
    font-family: montserrat;
    color: #333
}

#install-app .ia-info p {
    line-height: 1.2em;
    margin-bottom: 0
}

#install-app .ia-close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #ccc;
    font-size: 18px
}

.modal-subc h4 {
    font-size: 30px;
    margin-top: 10px;
    font-family: montserrat;
    font-weight: 400
}

.modal-subc .modal-body {
    padding: 20px 80px 30px
}

.modal-subc .modal-body .desc {
    font-size: 15px;
    font-weight: 600
}

.modal-subc .modal-body .subc-input {
    position: relative;
    text-align: center
}

.modal-subc .modal-body .subc-input .form-control {
    text-align: center;
    border-radius: 0;
    border-color: #333;
    box-shadow: none !important;
    padding-left: 50px;
    padding-right: 50px
}

i.subc-email {
    width: 20px;
    height: 14px;
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/subc-email.png);
    background-position: 50% 25%;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 12px
}

.modal-subc .modal-body .btn {
    border-radius: 0 !important;
    font-size: 15px;
    font-weight: 600
}

.modal-subc .modal-body .subc-not-show {
    color: #555;
    text-decoration: underline !important;
    margin-top: 10px;
    display: block
}

.modal-subc .modal-content {
    border-radius: 0
}

.modal-subc .modal-content:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../../../../../../themes/filmstoon/assets/css/./img/subc-pattern.png) repeat-x
}

.modal-subc .modal-header {
    z-index: 5
}

.modal-subc .modal-header .close {
    top: 20px;
    right: 20px
}

.mt30 {
    margin-top: 30px
}

.subs-block {
    max-width: 1000px;
    margin: 30px auto;
    background: #fff;
    padding: 25px 20px;
    position: relative
}

.subs-block:before, .subs-block:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../../../../../../themes/filmstoon/assets/css/./img/letter-pattern.png) top repeat-x
}

.subs-block:after {
    top: auto;
    bottom: 0
}

.subs-block h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: montserrat;
    font-weight: 400;
    font-size: 30px
}

.subs-block .sbk-left {
    width: 500px;
    float: left;
    padding-left: 70px
}

.subs-block .subs-icon {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: 50% 25%;
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/subs-icon.png);
    position: absolute;
    left: -35px;
    top: -10px;
    z-index: 3
}

.subs-block .sbk-left p {
    margin-bottom: 0
}

.subs-block .sbk-right {
    padding-left: 520px
}

.subs-block .sbk-right .col-sm-9 {
    padding-right: 0
}

.subs-block .sbk-right .subc-input {
    position: relative
}

.subs-block .sbk-right .subc-input .form-control {
    height: 40px;
    padding: 10px 15px;
    padding-left: 50px
}

.subs-block .sbk-right .btn-approve {
    padding: 9px 12px
}

.subs-block .sbk-right i.subc-email {
    left: 30px;
    top: 14px
}

.modal-error .modal-body .btn {
    min-width: 130px;
    font-weight: 400;
    font-size: 14px;
    margin: 0 10px
}

.modal-error .modal-dialog .modal-content {
    width: 100%
}

.modal-error .modal-dialog {
    width: 440px
}

.modal-error .modal-body {
    padding: 20px 20px 30px
}

.modal-error h4 {
    font-size: 22px
}

.footer-tags {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center
}

.footer-tags a {
    margin: 5px;
    color: #555;
    font-weight: 300;
    letter-spacing: .5px;
    display: inline-block;
    line-height: 20px;
    height: 23px;
    padding: 0 12px;
    border: 1px solid #444;
    border-radius: 15px;
    font-size: 12px;
    background: rgba(255, 255, 255, .04)
}

.footer-tags a:hover {
    color: #79c143
}

#watch-alert .alert {
    margin-bottom: 0;
    border: none;
    border-radius: 0
}

.modal-report .modal-header {
    border-bottom: 1px solid #e5e5e5
}

.modal-report .form-group .fg-radio {
    display: inline-block;
    float: left;
    margin: -1px 0 0;
    padding: 8px 0;
    margin-right: 20px
}

.modal-report .form-group input {
    height: auto;
    margin-right: 5px
}

.report-list {
    background: rgba(0, 0, 0, .02);
    padding: 0;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px 0;
    overflow: auto
}

.report-list .rl-block {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd
}

.report-list .rl-block:last-of-type {
    border-bottom: none
}

.report-textarea textarea {
    resize: none;
    font-size: 12px
}

.report-list .rl-title {
    font-size: 14px
}

.popover-like {
    bottom: 46px;
    left: 90px;
    top: auto;
    display: block;
    width: 230px;
    font-size: 12px;
    z-index: 9
}

.popover-like .btn {
    width: 95px;
    padding: 5px 10px !important;
    font-weight: 400 !important
}

.popover-like .btn-successful {
    margin-right: 6px !important;
    color: #fff !important
}

.popover-like .btn-default {
    color: #333 !important
}

.popover-like p {
    margin-bottom: 5px
}

.alert-bottom {
    background: #7a0087;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 20px 0
}

.alert-bottom .alert-bottom-content {
    float: left;
    margin-right: 40px;
    width: 600px
}

.alert-bottom .alert-bottom-close {
    width: 60px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.alert-bottom .alert-bottom-close i {
    font-size: 30px;
    margin-top: 28px
}

.alert-bottom .ab-title {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase
}

.alert-bottom .ab-btn {
    margin-top: 0;
    float: left;
    margin-right: 60px
}

.alert-bottom .ab-btn .btn-domain {
    padding: 10px 18px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 500;
    background: rgba(255, 255, 255, .2);
    display: inline-block
}

.alert-bottom .ab-btn .btn-domain:hover {
    background: rgba(255, 255, 255, .3)
}

.alert-bottom .ab-btn .ab-or {
    display: inline-block;
    margin: 0 10px;
    color: rgba(255, 255, 255, .5)
}

.alert-bottom .desc {
    margin-bottom: 0
}

.zopim {
    z-index: 99 !important
}

.mobile-btn {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: none
}

.mobile-btn .btn {
    width: 48%;
    float: left;
    margin: 0 1%
}

.movies-letter {
    display: block;
    margin: 20px -.25% 10px
}

.movies-letter a.btn-letter {
    float: left;
    width: 3.2%;
    margin: 0 .25% .8%;
    padding: 5px 1px;
    border-radius: 3px !important;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    background: #fff;
    box-shadow: none
}

.movies-letter a.btn-letter:hover {
    color: #70b63d
}

.movies-letter a.btn-letter.active {
    background: #70b63d;
    color: #fff
}

.letter-movies-lits .table-striped {
    background: #fff;
    margin-top: 10px
}

.letter-movies-lits a {
    color: #333
}

.letter-movies-lits .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, .015)
}

.letter-movies-lits .table-striped > tbody > tr > td {
    border-color: #eee;
    vertical-align: middle
}

.letter-movies-lits .mlnew-head td {
    font-weight: 600
}

.letter-movies-lits .mlnew h2 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.42857
}

.letter-movies-lits .mlnh-1 {
    width: 40px;
    text-align: center
}

.letter-movies-lits .mlnew .mlnh-thumb .thumb {
    width: 40px;
    height: 60px;
    overflow: hidden;
    display: inline-block
}

.letter-movies-lits .mlnew .mlnh-thumb .thumb img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.letter-movies-lits .mlnew .mlnh-thumb {
    width: 56px !important
}

.letter-movies-lits .mlnew .mlnh-6 span {
    background: #e2bc00 !important;
    color: #111 !important;
    display: inline-block;
    margin-bottom: 5px
}

.letter-movies-lits .mlnew .d-rating {
    width: 80px;
    margin-top: 5px
}

.cls-list {
    display: block;
    text-align: center
}

.btn-flat .btn {
    padding: 12px;
    border: none !important;
    box-shadow: none;
    border-radius: 3px;
    background: #176bce !important;
    color: #fff !important;
    border: none;
    opacity: 1
}

.btn-flat .btn-google {
    background: #dd4337 !important
}

.btn-flat .btn-twitter {
    background: #57aaee !important
}

.btn-flat .btn-mail {
    background: #86abb4 !important
}

.btn-flat .btn:hover {
    opacity: .9
}

.off-cookie {
    position: relative;
    margin-top: 50px
}

.off-cookie header {
    margin-top: 50px !important
}

.alert-cookie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    border-radius: 0;
    z-index: 99;
    text-align: center;
    color: #111
}

.alert-cookie a {
    text-decoration: underline !important;
    color: #111
}

.resume-load {
    height: 6px;
    background: #d5d5d5;
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: inline-block
}

.resume-load div {
    height: 6px;
    background: #56a8cf;
    position: absolute;
    top: 0;
    left: 0;
    top: 0
}

.resume-load div i {
    position: absolute;
    bottom: 3px;
    right: -10px;
    width: 20px;
    text-align: center;
    font-size: 20px
}

.resume-load div span {
    width: 40px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    right: -20px;
    top: 7px;
    font-weight: 700
}

.modal-resume .modal-dialog {
    width: 460px;
    margin: 10px auto
}

.modal-resume .modal-body {
    padding: 0 30px 30px
}

#switch-mode {
    position: fixed;
    top: 48%;
    left: 0;
    width: 50px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    background: rgba(0, 0, 0, .8);
    border-radius: 0 3px 3px 0;
    padding: 5px
}

#switch-mode .sm-icon {
    color: #fff
}

#switch-mode .sm-text {
    font-size: 9px;
    color: #aaa;
    text-transform: uppercase;
    line-height: 1.1em;
    display: block;
    margin: 2px 0
}

#switch-mode .sm-button {
    overflow: hidden;
    width: 60%;
    margin: 8px auto;
    position: relative;
    border-radius: 20px;
    background: #555;
    height: 10px
}

#switch-mode .sm-button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888;
    position: absolute;
    top: 0;
    left: 0
}

#switch-mode.active .sm-button span {
    background: #0060ff;
    left: auto;
    right: 0
}

#switch-mode.active .sm-button {
    background: #333
}

.content-kuss {
    margin: 20px 0;
    padding: 15px 0 !important
}

.content-kuss iframe {
    max-width: 100%
}

.fav-movie-remove {
    display: none
}

@keyframes fa-blink {
    0% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

.fa-blink {
    -webkit-animation: fa-blink .5s linear infinite;
    -moz-animation: fa-blink .5s linear infinite;
    -ms-animation: fa-blink .5s linear infinite;
    -o-animation: fa-blink .5s linear infinite;
    animation: fa-blink .5s linear infinite
}

.ann-home {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
    background: #0f87fe;
    color: #fff
}

@media screen and (min-width: 641px) {
    .tvseason .les-content {
        padding-left: 200px
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1580px
    }
}

@media screen and (max-width: 1599px) {
    .container {
        width: 1300px
    }

    .movies-list .ml-item {
        height: 200px
    }

    .top-content {
        height: 355px
    }

    #top-news .top-news-content .tab-pane {
        height: 315px
    }

    #top-news .top-news-content ul.tn-premium li a .price {
        font-size: 32px;
        line-height: 32px
    }

    #search {
        width: 275px
    }

    #top-user {
        margin-left: 5px
    }

    #slider {
        width: 890px
    }

    #menu ul.top-menu li a {
        padding: 0 2px
    }
}

@media screen and (max-width: 1325px) {
    .container {
        width: 1170px
    }

    #search {
        width: 215px
    }

    #logo {
        height: 40px;
        width: 153px
    }

    header .header-logo:after {
        display: none
    }

    header .header-logo {
        margin-right: 20px;
        margin-top: 14px
    }

    #top-news {
        width: 320px
    }

    #slider {
        width: 820px
    }

    #slider .slide-caption {
        width: 320px
    }

    #slider:hover .slide-caption {
        left: auto;
        right: 0;
        opacity: 1
    }

    #top-news .nav li a {
        font-size: 12px;
        padding: 0 14px !important
    }

    #top-news .top-news-content ul.tn-premium li .tnp-info {
        font-size: 11px
    }

    #top-news .top-news-content ul.tn-premium li a .price {
        line-height: 40px
    }

    #top-news .top-news-content ul.tn-news li .tnc-info h4 a {
        word-wrap: break-word;
        font-size: 13px
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block {
        width: 48%;
        margin: 1%
    }

    #top-news .top-news-content .tn-notice {
        bottom: 75px
    }

    .movies-list .ml-item {
        height: 180px
    }

    .movies-list .ml-item .mli-info h2 {
        font-size: 12px
    }

    .main-detail {
        width: 100%
    }

    #mv-info .mvi-content .mvic-btn {
        left: 860px
    }

    #mv-info .mvi-content .mvic-desc {
        border-right: 0;
        padding-right: 0;
        width: 660px
    }

    .mlw-related .movies-list .ml-item {
        height: 240px
    }

    .jwplayer, #123movies-player iframe {
        height: 470px !important
    }

    .infopage .uc-form {
        width: 95%
    }

    footer .footer-one, footer .footer-subs {
        width: 50%
    }

    footer .footer-copyright {
        width: 100%;
        float: none;
        text-align: center;
        overflow: hidden;
        padding-top: 30px
    }

    #menu ul.top-menu li a {
        font-size: 14px
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 970px
    }

    #menu {
        position: absolute;
        float: none;
        bottom: 0;
        left: 15px;
        right: 15px;
        border-top: 1px solid #ddd
    }

    #menu ul.top-menu {
        margin-bottom: 0;
        display: block
    }

    #menu ul.top-menu li.active a {
        border-bottom: 2px solid #79c142
    }

    #menu .sub-container {
        top: 40px;
        left: -10px;
        width: 470px
    }

    #menu .sub-container ul.sub-menu li {
        margin: .65%;
        width: 32%
    }

    #menu .sub-container ul.sub-menu li a {
        height: 24px;
        line-height: 24px
    }

    #main {
        padding-top: 110px
    }

    .top-content {
        height: 245px
    }

    #top-news .top-news-content .tab-pane {
        height: 205px
    }

    #top-news .top-news-content ul.tn-news li {
        padding: 12px
    }

    #top-news .top-news-content ul.tn-news li .news-thumb {
        width: 60px;
        height: 40px
    }

    #top-news .top-news-content ul.tn-news li .tnc-info {
        padding-left: 75px
    }

    #top-news .top-news-content ul.tn-news li .tnc-info h4 a {
        font-size: 12px;
        line-height: 1.2em
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block span {
        font-size: 12px;
        font-weight: 700
    }

    #top-news .top-news-content .tab-pane .tnc-apps {
        padding: 5px
    }

    #top-news {
        width: 280px
    }

    #top-news .nav li a {
        font-size: 11px;
        padding: 0 11px !important
    }

    #slider {
        width: 660px
    }

    #slider:hover .slide-caption {
        right: 0
    }

    #slider .slide-caption {
        right: -270px
    }

    .slide-caption p {
        font-size: 12px
    }

    #slider .slide-caption h2 {
        font-size: 18px
    }

    #slider .slide-caption .slide-caption-info {
        display: none
    }

    #slider .slide-caption {
        padding: 15px 20px;
        width: 280px
    }

    .slide-caption .mt20 {
        margin-top: 10px !important
    }

    #top-news .top-news-content ul.tn-notice li {
        padding: 12px
    }

    #top-news .top-news-content ul.tn-notice li a {
        font-size: 12px;
        line-height: 1.2em
    }

    #top-news .top-news-content ul.tn-notice li a span {
        display: none
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block i {
        left: 10px;
        font-size: 24px;
        top: 8px
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block {
        padding: 8px 8px 8px 38px
    }

    #top-news .top-news-content .tn-notice {
        bottom: 65px
    }

    #top-news .top-news-content ul.tn-premium {
        padding: 0
    }

    #top-news .top-news-content ul.tn-premium li {
        width: 100%;
        margin: 0;
        float: none;
        position: relative
    }

    #top-news .top-news-content ul.tn-premium li a {
        text-align: left;
        padding: 11px 12px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-radius: 0
    }

    #top-news .top-news-content ul.tn-premium li a .btn {
        margin-top: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 3px 8px
    }

    #top-news .top-news-content ul.tn-premium li a .price {
        line-height: 28px
    }

    #top-news .top-news-content ul.tn-premium li .tnp-info {
        top: 17px;
        left: 80px;
        position: absolute
    }

    .pad {
        height: 20px
    }

    footer .footer-one, footer .footer-subs {
        float: left
    }

    .movies-list .ml-item {
        width: 14.6%;
        height: 230px
    }

    #filter {
        padding: 15px 15px 10px
    }

    #filter ul li {
        float: none;
        width: auto !important;
        display: inline-block;
        padding: 0;
        margin: 0 5px 5px 0
    }

    #filter .col-sm-10 {
        width: 75%;
        float: left
    }

    #filter .col-sm-2 {
        width: 25%;
        float: left
    }

    #filter ul.fc-main-list li a {
        padding: 9px 15px
    }

    #mv-info .mvi-content .mvic-desc {
        width: 500px;
        border-right: none;
        padding-right: 0
    }

    #mv-info .mvi-content .mvic-btn {
        left: 700px
    }

    #mv-info .mvi-cover {
        height: 400px
    }

    #mv-keywords a h5 {
        font-size: 12px
    }

    #mv-info .mvi-content .mvic-btn {
        left: 660px
    }

    #mv-info .mvi-content .mvic-desc {
        width: 460px
    }

    #mv-info .mvi-content .mvic-info .mvici-left {
        width: 63%;
        margin-right: 2%
    }

    #mv-info .mvi-content .mvic-info .mvici-right {
        width: 35%
    }

    .jwplayer, #123movies-player iframe {
        height: 430px !important
    }

    .main-news {
        width: 100%
    }

    .news-block .news-content {
        float: none;
        width: 100%
    }

    .news-block .news-sidebar {
        width: 100%;
        float: none
    }

    .nvc-thumb {
        height: 350px
    }

    .sidebar .sidebar-menu ul li a {
        width: 50px;
        overflow: hidden;
        height: 50px;
        position: relative;
        font-size: 0
    }

    .sidebar .sidebar-menu ul li a i {
        font-size: 16px;
        position: absolute;
        top: 17px;
        left: 17px
    }

    .sidebar .sidebar-menu ul li a .badge {
        display: none
    }

    .sidebar .sidebar-menu ul li {
        padding: 0 5px
    }

    .sidebar .sb-title {
        font-size: 0;
        padding: 12px 15px;
        text-align: center
    }

    .sidebar .sb-title i {
        font-size: 16px
    }

    .profiles-wrap .sidebar {
        width: 60px
    }

    .profiles-wrap .pp-main {
        float: none;
        width: auto;
        overflow: hidden
    }

    .donate-content {
        background: #090f26
    }

    .donate-content .donate-desc .desc {
        padding-right: 0
    }

    .subs-block .sbk-right .col-sm-9 {
        width: 60%
    }

    .subs-block .sbk-right .col-sm-3 {
        width: 40%
    }

    .alert-bottom .alert-bottom-content {
        width: 450px;
        margin-right: 20px
    }

    .alert-bottom {
        font-size: 14px
    }

    .alert-bottom .ab-btn .btn-domain {
        font-size: 14px
    }

    .mlnh-4 {
        display: none
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    #menu {
        border-top: none;
        float: left;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 20px
    }

    #search {
        width: 135px
    }

    #menu ul.top-menu li a {
        padding: 0
    }

    #menu .sub-container {
        top: 55px
    }

    .logged .avatar {
        width: 20px;
        margin-left: 0
    }

    .logged .avatar img {
        width: 0
    }

    #search input.search-input:focus {
        position: absolute;
        width: 250px;
        left: -115px
    }

    #main {
        padding-top: 70px
    }
}

@media screen and (min-width: 991px) {
    div#wpas-ptype {
        width: 30%;
        margin-right: 2%
    }

    div#wpas-tax_quality {
        width: 68%
    }
}

@media screen and (max-width: 991px) {
    div#wpas-ptype {
        width: 100%
    }

    div#wpas-tax_quality {
        width: 100%
    }

    #menu ul.top-menu li a {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        margin: 0 5px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700
    }

    .container {
        width: 100%
    }

    .btn-login {
        border-bottom: none !important
    }

    .mobile-menu, .mobile-search {
        display: inline-block;
        cursor: pointer;
        height: 34px;
        width: 34px;
        text-align: center;
        background: #eee;
        border-radius: 3px;
        position: absolute;
        top: 17px;
        left: 15px
    }

    .mobile-menu i, .mobile-search i {
        font-size: 18px;
        line-height: 32px
    }

    .mobile-menu.active, .mobile-search.active {
        background: #666
    }

    .mobile-menu.active i, .mobile-search.active i {
        color: #fff
    }

    .mobile-search {
        left: auto;
        right: 15px
    }

    .logged .avatar img {
        display: none
    }

    .logged .avatar {
        overflow: visible;
        margin: 0;
        padding: 5px 10px
    }

    .logged .avatar .fa {
        position: relative;
        top: auto;
        left: auto;
        font-size: 16px
    }

    .logged .btn-feed {
        padding: 6px 8px
    }

    header {
        position: relative !important;
        display: block !important;
        top: auto !important
    }

    #main {
        margin-top: 0 !important
    }

    header .header-logo {
        margin: 0;
        position: absolute;
        top: 13px;
        left: 50%;
        margin-left: -77px
    }

    #menu {
        border-top: none;
        bottom: auto;
        top: 70px;
        right: 15px;
        left: 15px;
        background: #222;
        display: none
    }

    #menu ul.top-menu {
        width: 100%
    }

    #menu ul.top-menu li {
        float: none;
        display: block;
        margin: 0;
        border-bottom: 1px solid #333
    }

    #menu ul.top-menu li.active a {
        border-bottom: none
    }

    #menu ul.top-menu li a {
        color: #79c142;
        display: block
    }

    #menu .sub-container {
        width: 100%;
        margin-top: -10px;
        display: block !important;
        position: relative;
        top: auto;
        left: auto;
        background: 0 0;
        border: none
    }

    #menu .sub-container ul.sub-menu li {
        border-bottom: none;
        width: 23%;
        margin: 1%
    }

    #menu .sub-container ul.sub-menu li a {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #ccc !important;
        background: #282828;
        width: auto;
        font-weight: 400
    }

    header .container {
        height: 70px
    }

    #search {
        float: none;
        position: absolute;
        bottom: -64px;
        left: 0;
        right: 0;
        width: auto;
        padding: 15px;
        background: #fff;
        margin: 15px;
        display: none
    }

    .search-suggest {
        left: 0;
        right: 0;
        width: 100%;
        top: 33px
    }

    #main {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    #menu.active {
        position: absolute
    }

    .movies-list .ml-item {
        width: 23%;
        margin: 1%;
        height: 260px
    }

    .movies-list .ml-item .mli-info h2 {
        font-weight: 700;
        font-size: 14px
    }

    #slider {
        margin-right: 0;
        height: 250px;
        width: 100%
    }

    #slider .slide-caption {
        right: 20px !important
    }

    .top-content {
        height: auto
    }

    #top-news {
        position: relative;
        width: 100%;
        display: none
    }

    #top-news .top-news-content {
        position: relative;
        top: auto
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block span {
        display: inline-block
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block {
        padding: 12px 8px 12px 38px
    }

    #top-news .top-news-content .tab-pane .tnc-apps .tnca-block i {
        top: 6px
    }

    #top-news .top-news-content ul.tn-news li {
        padding: 14px 12px
    }

    #cluetip-1, #cluetip {
        display: none !important
    }

    .movies-list-wrap .ml-title span {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif
    }

    .filter-toggle {
        height: 30px;
        line-height: 30px
    }

    .cat-more {
        margin-top: 5px
    }

    .movies-list-wrap {
        margin-bottom: 20px
    }

    footer {
        margin-top: 20px
    }

    .movies-list-wrap .ml-title span {
        background: 0 0;
        padding: 0;
        color: #333;
        font-weight: 700;
        font-size: 16px
    }

    #mv-info .mvi-cover {
        height: 350px
    }

    #mv-info .mvi-content .mvic-btn {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        margin: 0 -1% 20px
    }

    #mv-info .mvi-content .mvic-btn .btn-block {
        width: 48%;
        margin: 0 1%;
        float: left;
        display: none
    }

    #mv-info .mvi-content {
        margin-top: 0
    }

    .mobile-btn {
        display: block
    }

    .mv-rating {
        clear: both;
        margin-top: 0;
        position: absolute;
        top: 70px;
        right: 10px;
        padding: 10px 20px 20px;
        border: 1px solid #efefef;
        background: #fff;
        text-align: center;
        width: 150px
    }

    .mv-rating .star-rating .caption {
        display: block;
        text-align: center;
        padding-left: 0;
        margin-top: 5px
    }

    .mv-rating .btn {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        background: 0 0 !important;
        border: none !important;
        color: #333;
        padding: 10px !important;
        font-size: 50px;
        line-height: 1em
    }

    .mv-rating label {
        margin-bottom: 0
    }

    #mv-info .mvi-content .mvic-desc {
        float: none;
        padding-left: 160px;
        margin-right: 0;
        width: 100%;
        padding-right: 160px
    }

    .mlw-related .movies-list .ml-item {
        width: 23%;
        height: 300px
    }

    .modal-trailer .modal-dialog {
        width: 95%
    }

    .jwplayer, #123movies-player iframe {
        height: 400px !important
    }

    .logged .logged-feed {
        position: static
    }

    .logged {
        position: static
    }

    .logged .logged-feed .dropdown-menu {
        left: 0;
        right: 0;
        margin: 0 14px;
        width: auto;
        border-radius: 0;
        top: 69px
    }

    .logged .logged-feed .dropdown-menu > li > a {
        width: auto
    }

    .infopage .ip-left {
        float: none;
        width: 100%;
        margin: 0
    }

    .infopage .ip-right {
        float: none;
        width: 100%;
        margin-top: 20px
    }

    .infopage .uc-form {
        max-width: 500px
    }

    .subs-block .subs-icon {
        left: 15px;
        top: 10px;
        width: 70px;
        height: 70px
    }

    .subs-block .sbk-left {
        padding-left: 80px;
        width: 400px
    }

    .subs-block .sbk-right {
        padding-left: 420px
    }

    .alert-bottom .alert-bottom-content {
        width: 100%;
        margin-right: 0;
        padding-right: 80px
    }

    .alert-bottom .ab-btn {
        margin-top: 10px
    }

    .alert-bottom .ab-title {
        margin-bottom: 0
    }

    .alert-bottom .alert-bottom-close i {
        margin-top: 10px
    }

    .movies-letter {
        margin-top: 0
    }

    #switch-mode {
        position: absolute;
        top: 17px;
        right: 55px;
        left: auto;
        border-radius: 3px;
        background: #eee;
        width: 33px;
        height: 33px;
        padding: 0;
        line-height: 34px
    }

    #switch-mode .sm-text, #switch-mode .sm-button {
        display: none
    }

    #switch-mode .sm-icon {
        color: #333;
        font-size: 18px;
        top: 8px
    }

    .swiper-container-horizontal > .swiper-pagination {
        width: auto !important
    }

    .page-profiles .mlw-profiles .movies-list .ml-item {
        width: 23%;
        height: 260px
    }
}

@media screen and (min-width: 799px) {
    #mv-info .mvi-content .block-social {
        max-height: 50px
    }
}

@media screen and (max-width: 799px) {
    .container {
        width: 100%
    }

    .movies-list-wrap .ml-title .nav-tabs {
        clear: both;
        float: none;
        margin-left: 0;
        overflow: hidden;
        margin-top: 10px;
        width: 100%
    }

    #menu {
        left: 0;
        right: 0
    }

    #search {
        margin: 0;
        padding: 15px;
        padding-top: 5px;
        top: 70px;
        bottom: auto
    }

    #mv-info .mvi-content .mvic-thumb {
        width: 100px;
        height: 150px
    }

    #mv-info .mvi-content .mvic-desc {
        padding-left: 120px;
        padding-right: 145px
    }

    .mv-rating {
        width: 130px;
        padding: 10px 0 20px
    }

    #mv-info .mvi-content h3 {
        font-size: 18px
    }

    #mv-info .mvi-content .mvic-info .mvici-left {
        width: 100%;
        float: none;
        margin-right: 0;
        width: 100%;
        float: none
    }

    .mlw-related .movies-list .ml-item {
        width: 23%;
        height: 240px
    }

    #mv-info .mvi-content .mvic-thumb {
        display: none
    }

    #mv-info .mvi-content .mvic-desc {
        padding-right: 0;
        padding-left: 0
    }

    #mv-info .mvi-cover {
        height: 300px
    }

    #mv-info .mvi-content .mvic-btn .btn-block {
        font-size: 14px
    }

    .mv-rating {
        display: none
    }

    #mv-info .mvi-content .mvic-btn {
        margin-bottom: 10px;
        overflow: hidden
    }

    #filter ul.fc-main-list {
        overflow: hidden
    }

    .modal-trailer .modal-dialog .modal-body .modal-body-trailer iframe {
        height: 300px !important
    }

    .logged .logged-feed .dropdown-menu {
        margin: 0;
        border-left: 0;
        border-right: 0
    }

    .faq-div p {
        padding-left: 0;
        margin-top: 10px
    }

    .faq-div p img {
        max-width: 100%;
        height: auto
    }

    .nvc-thumb {
        height: 300px
    }

    .news-list .news-list-item .info h2 {
        font-size: 18px;
        line-height: 20px
    }

    .donate-content .donate-block-ul .donate-block {
        width: 48%;
        margin-bottom: 10px
    }

    .donate-content .donate-block-ul .donate-block .note {
        height: 60px;
        overflow: hidden
    }

    .subs-block .sbk-left {
        float: none;
        width: 100%
    }

    .subs-block .sbk-right {
        padding-left: 80px;
        margin-top: 20px
    }

    .subs-block .sbk-right .col-sm-9, .subs-block .sbk-right .col-sm-3 {
        float: left
    }

    footer .footer-one {
        display: none
    }

    footer .footer-subs {
        float: right
    }

    footer .footer-copyright {
        float: left;
        width: 50%;
        text-align: left;
        padding-top: 10px
    }

    #filter .fc-main, #filter .col-sm-10 {
        float: none;
        width: 100%
    }

    #filter ul.fc-main-list li {
        width: 50%;
        float: left
    }

    .social-home {
        padding: 10px;
        height: 40px
    }

    .social-home span.sh-text {
        display: none
    }

    .social-home .addthis_native_toolbox {
        width: 100%;
        float: none;
        display: block
    }

    .social-home .at-share-tbx-element .addthis_button_facebook_send, .social-home .at-share-tbx-element .addthis_button_facebook_share {
        display: none !important
    }

    .modal-error .modal-dialog {
        width: auto
    }

    footer .footer-copyright {
        width: 40%
    }

    footer .footer-copyright img {
        max-width: 80%
    }

    footer .footer-subs {
        width: 60%
    }

    .footer-tags {
        margin: 30px 0 0
    }

    .alert-bottom .ab-title {
        text-transform: none
    }

    .movies-letter a.btn-letter {
        width: 6.64%
    }

    .modal-resume .modal-dialog {
        max-width: none !important
    }

    .page-profiles .mlw-profiles .movies-list .ml-item {
        width: 31.33%;
        height: 220px
    }
}

@media screen and (max-width: 640px) {
    #slider .slide-caption {
        display: none
    }

    #slider {
        height: 180px
    }

    .movies-list .ml-item {
        height: 200px
    }

    .survey {
        background: #fff
    }

    #menu .sub-container ul.sub-menu li {
        border-bottom: none;
        width: 31.3%;
        margin: 1%
    }

    #pop-register p.desc {
        display: none
    }

    .modal-cuz .modal-dialog .modal-body {
        padding: 0 20px 20px
    }

    .survey h5 {
        font-size: 16px
    }

    .mlw-related .movies-list .ml-item {
        width: 31.3%;
        height: 240px
    }

    #pbar_outerdiv.fake_player {
        height: 300px
    }

    #bread {
        display: none
    }

    #mv-info .mvi-cover {
        height: 220px
    }

    .modal-trailer .modal-dialog .modal-body .modal-body-trailer iframe {
        height: 250px !important
    }

    .modal-trailer .modal-dialog .modal-body {
        padding: 0 !important
    }

    .modal-trailer .modal-dialog .modal-header h4 {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif
    }

    .jwplayer, #123movies-player iframe {
        height: 350px !important
    }

    #list-eps .le-server .les-title {
        float: none;
        width: 100%;
        padding-top: 0;
        margin-bottom: 5px
    }

    #list-eps .le-server .les-content {
        padding-left: 0
    }

    ul.idTabs .les-content {
        padding-left: 0
    }

    #list-eps .le-server {
        padding: 10px 15px
    }

    #schedule-eps .se-left {
        float: none;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    #schedule-eps .se-right {
        float: none;
        display: block;
        width: 100%;
        text-align: center
    }

    #schedule-eps ul li .se-left {
        font-weight: 600
    }

    .modal-error .modal-body .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }

    footer .footer-subs, footer .footer-copyright {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }

    footer .footer-subs {
        padding-right: 50px;
        padding-left: 50px;
        text-align: center
    }

    .form-subs.mt20 {
        border-bottom: 1px solid #2d2d2d;
        padding-bottom: 25px;
        margin-bottom: -5px
    }

    #social-foot.footer-social a i.fa {
        font-size: 34px
    }

    footer .footer-subs .footer-link-head {
        display: none
    }

    footer .footer-copyright {
        text-align: center
    }

    .footer-tags {
        margin: 0
    }

    footer .footer-copyright img {
        max-width: 50%
    }

    #bar-player .bp-view {
        display: none
    }

    #bar-player .btn span {
        display: none
    }

    #bar-player .btn {
        font-size: 0;
        padding: 10px 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
        margin-right: 0
    }

    #bar-player .btn .fa, #button-favorite .btn i {
        font-size: 16px;
        margin-right: 0;
        width: 16px;
        text-align: center
    }

    .popover-like .btn {
        font-size: 12px !important
    }

    .popover-like .btn .fa {
        font-size: 12px !important;
        width: 12px !important
    }

    .popover-like {
        left: 10px
    }

    .popover-like .arrow {
        left: 27% !important
    }

    .mobile-btn .btn {
        font-size: 14px
    }

    .mlnh-5 {
        display: none
    }

    .modal-subc .modal-body .btn-flat .pull-left {
        width: 48% !important
    }

    .modal-resume h4 {
        margin-top: 0;
        font-size: 26px
    }

    .modal-resume .modal-dialog {
        width: 90%
    }

    .modal-resume .resume-load {
        display: none
    }

    .fav-movie-remove {
        z-index: 9;
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        background: #c00;
        color: #fff !important;
        text-align: center;
        padding: 6px;
        line-height: 1em;
        font-size: 20px
    }
}

@media screen and (max-width: 550px) {
    #mv-info .mvi-content .mvic-btn .btn-block {
        width: 48%;
        margin-bottom: 10px
    }

    #mv-info .mvi-content .mvic-btn {
        margin-bottom: 0
    }

    #mv-info .mvi-content .mvic-btn .btn-03 {
        width: 98% !important
    }

    #mv-info .mvi-content .mvic-btn .btn-01 i, #mv-info .mvi-content .mvic-btn .btn-02 i {
        display: none
    }

    #mv-info .mvi-content .mvic-info .mvici-left {
        width: 65%;
        float: left
    }

    .jwplayer, #123movies-player iframe {
        height: 250px !important
    }

    .news-list .news-list-item .info h2 {
        font-size: 16px;
        line-height: 18px
    }

    .news-list-item .thumb img {
        width: 200px
    }

    .news-list .news-list-item .info {
        padding-left: 220px
    }

    .news-list .news-list-item .info .desc {
        display: none
    }

    .news-list-item-lg .thumb {
        height: 200px
    }

    .donate-content .donate-block-ul .donate-block {
        width: 98%;
        margin-bottom: 10px
    }

    .donate-content .donate-block-ul .donate-block .note {
        min-height: 0
    }

    .donate-content .donate-block-ul .donate-block .donate-logo img {
        max-width: 50%
    }

    .modal-subc .modal-body {
        padding: 20px 30px 30px
    }

    .modal-resume .modal-body {
        padding: 0 20px 20px
    }

    .page-profiles .mlw-profiles .movies-list .ml-item {
        width: 48%;
        height: 220px
    }
}

@media screen and (min-width: 521px) {
    #lnk-dl-button i.fa, #lnk-watch-button i.fa {
        font-size: 14px;
        margin-right: 5px
    }
}

@media screen and (max-width: 520px) {
    .movies-list .ml-item {
        height: 250px;
        margin: 1%;
        width: 31.3%
    }

    #pop-login .modal-dialog, #pop-register .modal-dialog, #pop-forgot .modal-dialog {
        margin: 2% auto;
        width: 96%
    }

    #logo {
        width: 103px;
        height: 27px
    }

    header, header .container {
        height: 50px
    }

    .mobile-menu, .mobile-search {
        top: 8px
    }

    #top-user .top-user-content.guest {
        margin-top: 8px
    }

    header .header-logo {
        left: 70px;
        top: 10px;
        margin: 0
    }

    #menu {
        top: 50px
    }

    #search {
        top: 50px
    }

    #filter .col-sm-2, #filter .col-sm-4 {
        display: block;
        float: none;
        width: 100%;
        clear: both
    }

    #filter .fc-title {
        clear: both;
        display: block;
        width: 100%
    }

    #filter .fc-release {
        margin-left: 0
    }

    #mv-info .mvi-cover {
        height: 200px
    }

    #mv-info .mvi-view {
        right: 10px;
        bottom: 5px;
        font-size: 14px
    }

    #mv-info .mvi-cover:before {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px
    }

    .modal-trailer .modal-dialog .modal-body .modal-body-trailer iframe {
        height: 200px !important
    }

    .logged .logged-user {
        margin-top: 10px
    }

    .logged .logged-feed {
        margin-top: 8px
    }

    .logged .btn-feed {
        font-size: 18px
    }

    .logged .btn-logged span.feed-number {
        left: 18px
    }

    .logged .logged-feed {
        margin-top: 4px
    }

    .logged .logged-user {
        margin-top: 8px
    }

    .logged .logged-feed .dropdown-menu {
        top: 49px
    }

    .nvc-thumb {
        height: 250px
    }

    .news-view-content h1.title {
        font-size: 18px
    }

    .news-list-item .info h2 {
        font-size: 14px
    }

    .movies-embed .me-li .badge {
        display: none
    }

    .news-list-head {
        padding: 0 !important;
        text-align: center
    }

    .news-list-head .nlh {
        margin-right: 0 !important;
        display: block !important;
        width: 100%;
        float: none !important
    }

    .box .box-head .nav-tabs li a {
        font-size: 12px;
        padding: 0 10px
    }

    .box .box-head .nav-tabs {
        width: 100% !important;
        display: block !important;
        float: none !important;
        background: rgba(0, 0, 0, .2)
    }

    footer .footer-subs {
        float: none;
        width: 100%
    }

    footer .footer-copyright {
        float: none;
        width: 100%;
        padding-top: 20px
    }

    #filter .cs10-top .fc-filmtype {
        float: none;
        width: 100%
    }

    #filter .cs10-top .fc-quality {
        float: none;
        margin-left: 0
    }

    .alert-bottom .alert-bottom-close {
        width: auto;
        padding: 0 12px;
        top: 0
    }

    .alert-bottom .alert-bottom-close i {
        font-size: 20px;
        margin-top: 10px
    }

    .alert-bottom .alert-bottom-close p {
        display: none
    }

    .alert-bottom .alert-bottom-content {
        padding-right: 0
    }

    .alert-bottom .desc {
        padding-right: 30px;
        font-size: 12px
    }

    .alert-bottom .ab-title {
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: none
    }

    .alert-bottom .ab-btn .btn-domain {
        font-size: 12px;
        padding: 5px 8px
    }

    .alert-bottom .ab-btn .ab-or {
        margin: 0 3px
    }

    .alert-bottom {
        padding: 10px 0
    }

    .alert-bottom .ab-btn {
        margin-bottom: 5px;
        margin-right: 0
    }

    .mlnh-8 {
        display: none
    }

    .mlnh-1 {
        display: none
    }

    .letter-movies-lits .table-striped > tbody > tr > td {
        padding: 5px
    }

    .letter-movies-lits .mlnew h2 {
        font-weight: 500;
        font-size: 13px;
        line-height: 1.2em
    }

    .letter-movies-lits {
        font-size: 12px
    }

    .mlnh-3 {
        text-align: center
    }

    .letter-movies-lits .mlnew .mlnh-thumb {
        width: 50px !important
    }

    .off-cookie header {
        margin-top: 70px !important
    }

    .off-cookie {
        margin-top: 70px
    }

    .alert-cookie {
        height: 70px;
        text-align: left
    }

    #switch-mode {
        top: 8px;
        right: 55px
    }

    span.lang_tit {
        display: none
    }

    span.serv_tit {
        display: none
    }

    span.dl_tit {
        display: none
    }

    #lnk-dl-button i.fa, #lnk-watch-button i.fa {
        font-size: 18px;
        margin-right: 0
    }
}

@media screen and (max-width: 479px) {
    .movies-list .ml-item {
        height: 250px;
        margin: 1.5%;
        width: 47%
    }

    #slider {
        height: 140px
    }

    #footer .col-lg-4 img {
        width: 80%
    }

    #footer .col-lg-4 p {
        font-size: 12px
    }

    #menu ul.top-menu li a {
        padding: 0 8px
    }

    #menu .sub-container ul.sub-menu li {
        border-bottom: none;
        margin: 0;
        width: 33.33%
    }

    #menu .sub-container ul.sub-menu li a {
        margin: 0;
        padding: 0;
        background: 0 0 !important;
        padding-left: 8px
    }

    #menu .sub-container ul.sub-menu {
        padding: 5px
    }

    .movies-list-wrap .ml-title .nav-tabs li a {
        min-width: 50px
    }

    .mlw-related .movies-list .ml-item {
        width: 48%;
        height: 240px
    }

    #mv-info .mvi-content {
        padding: 10px
    }

    #mv-info .mvi-content .mvic-info .mvici-left, #mv-info .mvi-content .mvic-info .mvici-right {
        width: 100%;
        float: none
    }

    #mv-keywords {
        padding: 10px;
        font-size: 12px
    }

    #mv-keywords a {
        margin-right: 10px
    }

    #mv-info .mvi-content .block-trailer {
        display: block;
        overflow: hidden
    }

    #mv-info .mvi-content .block-trailer a {
        padding: 6px 10px;
        width: 100%
    }

    #mv-info .mvi-content h3 {
        line-height: 1.3em;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
        display: block
    }

    #mv-info .mvi-cover {
        height: 180px
    }

    .modal-trailer .modal-dialog .modal-body .modal-body-trailer iframe {
        height: 180px !important
    }

    .jwplayer, #123movies-player iframe {
        height: 200px !important
    }

    #bar-player .bp-view {
        display: none
    }

    .nvc-thumb {
        height: 200px
    }

    .news-list-item .thumb {
        float: none;
        margin-bottom: 10px;
        width: 100%
    }

    .news-list-item .thumb img {
        width: 100%
    }

    .news-list .news-list-item .info {
        padding-left: 0
    }

    .profiles-wrap .sidebar {
        display: none
    }

    .mlw-profiles .movies-list .ml-item {
        height: 200px
    }

    .apps-content .ac-block {
        width: 98% !important
    }

    .donate-popup .modal-dialog {
        margin: 30px 15px
    }

    .modal-subc .modal-body .subc-icon img {
        height: 40px;
        width: auto
    }

    .modal-subc .modal-body .subc-input .form-control {
        text-align: left;
        padding-right: 20px
    }

    .subs-block .sbk-right .col-sm-9, .subs-block .sbk-right .col-sm-3 {
        float: none;
        width: 100%;
        padding-right: 15px;
        margin-top: 10px
    }

    .subs-block .sbk-right {
        margin-top: 10px;
        padding-left: 0
    }

    .subs-block {
        margin: 15px auto
    }

    #filter .col-sm-2 {
        margin-bottom: 5px
    }

    #filter ul.fc-main-list li {
        width: 49% !important;
        margin-right: 1%
    }

    .social-home .at-share-tbx-element .addthis_button_google_plusone {
        display: none !important
    }

    .social-home .at-share-tbx-element .addthis_counter {
        float: right !important
    }

    .mobile-btn .btn {
        font-size: 13px
    }

    .mobile-btn .btn i {
        display: none
    }

    .movies-letter a.btn-letter {
        width: 9.5%
    }
}

@media screen and (max-width: 359px) {
    .movies-list .ml-item {
        height: 230px
    }

    .install-app-body, .install-app-body header {
        margin-top: 80px
    }

    .install-app-body #install-app {
        height: 80px
    }

    #install-app .ia-icon img {
        width: 50px
    }

    #install-app .ia-info {
        padding-left: 60px
    }

    #install-app .ia-info .ia-title {
        font-weight: 400;
        font-size: 14px;
        margin-top: -2px
    }

    #install-app .ia-info p {
        font-size: 12px
    }

    #filter ul.fc-main-list li {
        width: 100% !important;
        margin-right: 0
    }

    .modal-subc .modal-body {
        padding: 20px 15px 30px !important
    }
}

#respond p label {
    display: block
}

#respond p textarea, #respond p input {
    width: 100%;
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #d8d8d8
}

#respond p.recaptcha_submit input.submit {
    display: block;
    margin-top: 7px
}

#respond p input.submit {
    width: auto;
    color: #fff;
    padding: 10px 15px;
    background: #79c143;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

#respond p input.submit:hover {
    background: #73ad38
}

p.comment-notes {
    font-weight: 400;
    color: #828282;
    font-family: arial
}

.player_nav {
    margin-bottom: 20px;
    background: #fff
}

ul.idTabs li a {
    border-bottom: 3px solid #e0e0e0;
    background: #f0f0f0;
    padding: 7px 12px 5px;
    min-width: 72px;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
    text-align: center
}

ul.idTabs li a.selected, ul.idTabs li a.active {
    border-bottom: 3px solid #73ad38;
    background: #70b63d;
    color: #fff;
    border-bottom: 3px solid #73ad38;
    background: #70b63d;
    color: #fff
}

.player_nav .idTabs li a.selected:before, .player_nav .idTabs li a.active:before {
    content: "\f04b";
    font-family: fontawesome;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 400
}

ul.idTabs li a:hover {
    border-bottom: 3px solid #555;
    background: #666;
    color: #fff
}

.player_nav ul.idTabs li {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.player_nav ul.idTabs {
    list-style-type: none;
    -webkit-padding-start: 0
}

.player_nav .les-title {
    float: left;
    width: 120px;
    margin-top: 4px
}

#content-embed.active div#player2 {
    z-index: 101;
    position: relative
}

#hidden_tip {
    display: none
}

ul.idTabs .les-content {
    padding-left: 200px;
    margin: -5px
}

#content-embed #seasons {
    background: #fff;
    margin-bottom: 20px
}

.tvseason {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.tvseason .les-content {
    margin: -5px
}

.tvseason .les-title {
    float: left
}

.tvseason .les-content a {
    border-bottom: 3px solid #e0e0e0;
    background: #f0f0f0;
    padding: 7px 12px 5px;
    min-width: 72px;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin: 5px
}

.tvseason .les-content a:visited {
    border-bottom: 3px solid #555;
    background: #666;
    color: #fff
}

.tvseason .les-content a:hover {
    border-bottom: 3px solid #73ad38;
    background: #70b63d;
    color: #fff
}

.tvseason .les-content a:hover:before {
    content: "\f04b";
    font-family: fontawesome;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 400
}

.mvi-images {
    padding: 15px 15px 18px 16px;
    background: #fff;
    margin-top: 20px
}

.galeria {
    float: left;
    width: 98%;
    overflow: hidden
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    float: left
}

.galeria .galeria_img {
    padding: 3px
}

.galeria_img img {
    width: 100%
}

.tabContent {
    display: none
}

.jt-info .ep_airdate, .block .ep_title {
    color: #79c142;
    margin-left: 5px
}

.modal-body-trailer .no_trailer {
    text-align: center;
    padding: 50px;
    font-size: 15px;
    text-transform: uppercase;
    background: #ececec
}

.no_trailer .fa-warning {
    color: #ffa545;
    margin-right: 5px
}

#button-favorite a.liked i.fa {
    color: #79c142
}

#button-favorite a.liked {
    background: #333;
    color: #fff
}

.sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important
}

.sl-button {
    color: #ccc;
    padding: 10px 20px;
    margin-right: 0;
    margin-right: 2px;
    font-weight: 700;
    border-radius: 0
}

a.liked {
    color: #da1b1b
}

a.liked:hover, a.liked:active, a.liked:focus {
    color: #666
}

a.liked span.sl-count, .sl-count {
    color: #666
}

.sl-icon {
    margin-right: .3125em;
    font-family: arial unicode ms, Arial, sans-serif;
    vertical-align: middle
}

.sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em
}

.sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sl-count {
    font-size: .625em;
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    text-transform: uppercase;
    vertical-align: middle
}

.loader, .loader:before, .loader:after {
    background: rgba(0, 0, 0, .2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em
}

.loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: ''
}

.loader:before {
    left: -.375em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:after {
    left: .375em
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 rgba(0, 0, 0, .2);
        height: .6em
    }
    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, .2);
        height: 1em
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 rgba(0, 0, 0, .2);
        height: .6em
    }
    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, .2);
        height: 1em
    }
}

.jtip-bottom a.sl-button {
    background: #eee;
    width: 100%;
    padding: 6px 12px;
    color: #333;
    border-radius: 3px;
    border-bottom: 3px solid #ddd !important;
    margin-top: 10px
}

.jtip-bottom a.sl-button:hover {
    background: #e5e5e5 !important;
    border-bottom: 3px solid #ccc !important
}

.jtip-bottom a.sl-button.liked i.fa {
    color: #ec4d4d
}

.jtip-bottom a.sl-button i.fa {
    margin-right: 10px
}

.post-ratings-text {
    background-color: #777;
    color: #fff;
    font-size: 10px;
    padding: .3em .6em;
    border-radius: .25em;
    text-transform: uppercase;
    display: none
}

.post-ratings-rated {
    background-color: #777;
    color: #fff;
    font-size: 10px;
    padding: .3em .6em;
    border-radius: .25em;
    text-transform: uppercase
}

.post-ratings-loading img {
    margin-right: 5px
}

.post-ratings-loading {
    font-size: 10px
}

.modal-body #loginform input#wp-submit {
    background: #79c143;
    border: none;
    border-bottom: 3px solid #73ad38;
    color: #fff !important;
    height: 39px
}

.modal-body #loginform input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.modal-body #loginform .login-username label, .modal-body #loginform .login-password label {
    display: none
}

.modal-body #loginform .login-remember input#rememberme {
    height: 13px;
    width: auto;
    float: left;
    margin-right: 5px;
    margin-top: 1px
}

.modal-body #loginform .login-remember {
    font-weight: 400;
    font-size: 85%;
    padding: 5px
}

#loginform a.forgot_pass:hover {
    color: #000
}

#loginform a.forgot_pass {
    float: right;
    color: #888;
    font-size: 85%;
    margin-top: 6px
}

#button-favorite .btn i {
    margin-right: 10px
}

.search-content button {
    position: relative;
    float: right;
    right: -5px;
    top: -2px;
    background: 0 0;
    border: none;
    height: 0;
    width: 0
}

.fake_player img.cover {
    width: 100%;
    height: 100%
}

.fake_player {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.fake_player section {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background-repeat: repeat-x
}

.fake_player section span.barra {
    float: left;
    width: 100%;
    height: 5px;
    background-color: rgba(255, 255, 255, .28);
    position: relative
}

.fake_player section span.barra span.progreso {
    background: rgba(255, 255, 255, .5);
    width: 0;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0
}

.fake_player section span.barra span.played {
    background: red;
    width: 1%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0
}

.fake_player section span.controles {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 0 9px 10px -5px #000;
    box-shadow: 0 9px 10px -5px #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: -1px 0 3px #000
}

.fake_player section span.controles i.fa {
    font: normal normal normal 20px/1 FontAwesome;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff
}

.fake_player section span.controles i {
    font-style: normal;
    float: left;
    font-size: 15px;
    color: #fff;
    padding: 16px;
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
    font-weight: 600
}

.fake_player section span.controles i span {
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, .62);
    margin-left: 5px
}

.fake_player section span.controles i.fa-arrows-alt {
    float: right;
    font-size: 21px;
    padding: 13px 0;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff
}

span.play_tiempo {
    position: absolute;
    top: 40%;
    left: 49%;
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 0 5px #000;
    font-weight: 600;
    font-family: arial
}

.fake_player section span.controles i.fa:hover {
    color: red
}

.play_ads:before {
    content: "";
    width: 110px;
    height: 110px;
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/btn-play.png);
    background-position: 50% 25%;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    margin-left: -55px;
    left: 50%;
    z-index: 2;
    border-radius: 55px;
    border: 6px solid #fff;
    transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0
}

.play_ads:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0
}

span.playads {
    padding-left: 35px;
    padding-top: 28px;
    height: 100px;
    width: 100px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    border-radius: 50%;
    top: 36%;
    left: 46%
}

.playads i.fa.fa-play {
    color: #fff;
    font-size: 46px
}

.fake_player:hover > span.playads i.fa.fa-play {
    color: #9bff00
}

.fake_player a.lnkplay:hover > span.playads {
    background: transparent
}

.fake_player:hover > img.cover {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px)
}

.fake_player a.lnkplay {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.fake_player a.lnkplay:hover > .playads i.fa.fa-play {
    color: red
}

.infopage.comment {
    margin-top: 25px
}

@keyframes fa-blink {
    0% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

.fa-blink {
    -webkit-animation: fa-blink .5s linear infinite;
    -moz-animation: fa-blink .5s linear infinite;
    -ms-animation: fa-blink .5s linear infinite;
    -o-animation: fa-blink .5s linear infinite;
    animation: fa-blink .5s linear infinite
}

.ann-home a:hover {
    color: #fff;
    text-shadow: #000 0 0 3px
}

.lnk {
    margin-right: 3px;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: table-cell;
    border-radius: 0
}

.lnk-dl {
    background: #f5f5f5;
    color: #525252;
    border-right: 1px solid #e5e5e5
}

.lnk-title {
    background: #777;
    padding: 10px;
    border-right: 1px solid #e5e5e5
}

.lnk:last-child {
    border: 0
}

#lnk-watch-button, #lnk-dl-button {
    background: #79c142;
    color: #fff;
    border-radius: 4px
}

a.lnk-lnk {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    margin-bottom: 1px
}

a.lnk-lnk:hover > .lnk-dl {
    background: #f1f1f1
}

#lnk-watch-button:hover, #lnk-dl-button:hover {
    background: #6bab3b
}

.tab-pane.active {
    display: block
}

.tab-pane {
    display: none
}

.test_container {
    margin-top: 20px
}

.test_container .nav > li > a:hover {
    background: #fff;
    border: 0;
    color: #353535
}

.test_container .nav > li.active > a {
    background: #79c142;
    color: #fff;
    border: 0
}

.test_container .nav > li > a {
    color: #6b6b6b;
    background: #ececec;
    border: 0
}

.text_container .nav-tabs > li {
    margin-bottom: 0
}

.test_container .nav-tabs > li > a {
    margin-right: 3px
}

.test_container .nav-tabs {
    border-color: transparent
}

.top-menu ul li {
    list-style: none
}

.rep_cont {
    float: left;
    width: 48%;
    margin: 1%
}

.rep_cont2 {
    width: 100%;
    float: left;
    padding: 1%
}

.rep_cont select {
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 12px
}

.rep_cont2 textarea[name=detalles] {
    margin-top: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #555;
    resize: none;
    height: auto
}

#bar-player .bp-btn-previous span:after {
    content: "Previous"
}

#bar-player .bp-btn-next span:after {
    content: "Next"
}

#top-news .top-news ul.nav-tabs {
    text-transform: uppercase
}

.pt-register, .pt-login, .pt-reset-password, .pt-register-footer, .pt-login-footer {
    display: none
}

div[data-active-tab="#pt-reset-password"] .pt-reset-password, div[data-active-tab="#pt-reset-password"] .pt-login-footer, div[data-active-tab="#pt-login"] .pt-login, div[data-active-tab="#pt-register"] .pt-register, div[data-active-tab="#pt-register"] .pt-login-footer, div[data-active-tab="#pt-login"] .pt-register-footer {
    display: block
}

.pt-loading {
    display: none
}

#pt-user-modal .alert {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

#pt-user-modal .alert > p, #pt-user-modal .alert > ul {
    margin-bottom: 0
}

#pt-user-modal .alert-danger {
    margin-top: 5px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 0;
    margin-top: 15px
}

#pt-user-modal .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

#pt-user-modal .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    width: 100%;
    margin: -5px 0 -30px;
    display: inline-block
}

#pt-user-modal .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

#pt-user-modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

#pt-user-modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

#pt-user-modal h3 {
    clear: none;
    margin-bottom: 20px
}

.pt-login h4.modal-title {
    text-transform: uppercase
}

#pt-user-modal .modal-dialog {
    max-width: 430px
}

#pt-user-modal .block {
    margin-bottom: 10px
}

#pt-user-modal .modal-dialog .modal-body .btn-block {
    font-size: 14px;
    font-weight: 400
}

#pt-user-modal .modal-dialog .modal-body .modal-header .close {
    top: 10px;
    right: -15px
}

#pt-user-modal .alert-warning {
    margin-bottom: -10px
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../../../../../../../../themes/filmstoon/assets/css/./img/flags.png) no-repeat
}

.flag.flag-hr {
    background-position: -224px -55px
}

.flag.flag-tw {
    background-position: -48px -154px
}

.flag.flag-ms {
    background-position: -80px -99px
}

.flag.flag-cz {
    background-position: -32px -33px
}

.flag.flag-vc {
    background-position: -192px -154px
}

.flag.flag-ad {
    background-position: 0 0
}

.flag.flag-eh {
    background-position: -192px -33px
}

.flag.flag-hk {
    background-position: -176px -55px
}

.flag.flag-ga {
    background-position: -128px -44px
}

.flag.flag-catalonia {
    background-position: -32px -22px
}

.flag.flag-somaliland {
    background-position: -192px -132px
}

.flag.flag-mu {
    background-position: -112px -99px
}

.flag.flag-kz {
    background-position: -176px -77px
}

.flag.flag-pw {
    background-position: -96px -121px
}

.flag.flag-an {
    background-position: -112px 0
}

.flag.flag-bg {
    background-position: -64px -11px
}

.flag.flag-nf {
    background-position: 0 -110px
}

.flag.flag-gs {
    background-position: -96px -55px
}

.flag.flag-mm {
    background-position: -240px -88px
}

.flag.flag-tm {
    background-position: -208px -143px
}

.flag.flag-dm {
    background-position: -96px -33px
}

.flag.flag-sm {
    background-position: -144px -132px
}

.flag.flag-om {
    background-position: -144px -110px
}

.flag.flag-ck {
    background-position: -128px -22px
}

.flag.flag-yt {
    background-position: -112px -165px
}

.flag.flag-rw {
    background-position: -208px -121px
}

.flag.flag-sg {
    background-position: -64px -132px
}

.flag.flag-al {
    background-position: -80px 0
}

.flag.flag-ec {
    background-position: -144px -33px
}

.flag.flag-et {
    background-position: 0 -44px
}

.flag.flag-bm {
    background-position: -112px -11px
}

.flag.flag-gm {
    background-position: -16px -55px
}

.flag.flag-aw {
    background-position: -208px 0
}

.flag.flag-it {
    background-position: -176px -66px
}

.flag.flag-br {
    background-position: -160px -11px
}

.flag.flag-kg {
    background-position: -16px -77px
}

.flag.flag-sb {
    background-position: -240px -121px
}

.flag.flag-ee {
    background-position: -160px -33px
}

.flag.flag-ao {
    background-position: -128px 0
}

.flag.flag-tr {
    background-position: 0 -154px
}

.flag.flag-bn {
    background-position: -128px -11px
}

.flag.flag-gu {
    background-position: -128px -55px
}

.flag.flag-tk {
    background-position: -176px -143px
}

.flag.flag-bs {
    background-position: -176px -11px
}

.flag.flag-fr {
    background-position: -112px -44px
}

.flag.flag-ly {
    background-position: -96px -88px
}

.flag.flag-mk {
    background-position: -208px -88px
}

.flag.flag-py {
    background-position: -112px -121px
}

.flag.flag-st {
    background-position: -240px -132px
}

.flag.flag-pn {
    background-position: -32px -121px
}

.flag.flag-ph {
    background-position: -224px -110px
}

.flag.flag-bb {
    background-position: 0 -11px
}

.flag.flag-tn {
    background-position: -224px -143px
}

.flag.flag-sk {
    background-position: -112px -132px
}

.flag.flag-id {
    background-position: -32px -66px
}

.flag.flag-mp {
    background-position: -32px -99px
}

.flag.flag-nc {
    background-position: -224px -99px
}

.flag.flag-ws {
    background-position: -64px -165px
}

.flag.flag-fk {
    background-position: -64px -44px
}

.flag.flag-kp {
    background-position: -96px -77px
}

.flag.flag-eg {
    background-position: -176px -33px
}

.flag.flag-sn {
    background-position: -160px -132px
}

.flag.flag-tibet {
    background-position: -144px -143px
}

.flag.flag-ky {
    background-position: -160px -77px
}

.flag.flag-im {
    background-position: -80px -66px
}

.flag.flag-no {
    background-position: -64px -110px
}

.flag.flag-mz {
    background-position: -192px -99px
}

.flag.flag-kw {
    background-position: -144px -77px
}

.flag.flag-ag {
    background-position: -48px 0
}

.flag.flag-sr {
    background-position: -208px -132px
}

.flag.flag-eu {
    background-position: -16px -44px
}

.flag.flag-je {
    background-position: -192px -66px
}

.flag.flag-pe {
    background-position: -176px -110px
}

.flag.flag-bt {
    background-position: -192px -11px
}

.flag.flag-sc {
    background-position: 0 -132px
}

.flag.flag-ng {
    background-position: -16px -110px
}

.flag.flag-jo {
    background-position: -224px -66px
}

.flag.flag-gd {
    background-position: -160px -44px
}

.flag.flag-cd {
    background-position: -48px -22px
}

.flag.flag-so {
    background-position: -176px -132px
}

.flag.flag-de {
    background-position: -48px -33px
}

.flag.flag-va {
    background-position: -176px -154px
}

.flag.flag-sl {
    background-position: -128px -132px
}

.flag.flag-pa {
    background-position: -160px -110px
}

.flag.flag-iq {
    background-position: -128px -66px
}

.flag.flag-ie {
    background-position: -48px -66px
}

.flag.flag-gw {
    background-position: -144px -55px
}

.flag.flag-vg {
    background-position: -224px -154px
}

.flag.flag-tz {
    background-position: -64px -154px
}

.flag.flag-mx {
    background-position: -160px -99px
}

.flag.flag-um {
    background-position: -112px -154px
}

.flag.flag-cv {
    background-position: -240px -22px
}

.flag.flag-as {
    background-position: -160px 0
}

.flag.flag-dj {
    background-position: -64px -33px
}

.flag.flag-mn {
    background-position: 0 -99px
}

.flag.flag-zanzibar {
    background-position: -144px -165px
}

.flag.flag-do {
    background-position: -112px -33px
}

.flag.flag-my {
    background-position: -176px -99px
}

.flag.flag-at {
    background-position: -176px 0
}

.flag.flag-ml {
    background-position: -224px -88px
}

.flag.flag-ca {
    background-position: -16px -22px
}

.flag.flag-bh {
    background-position: -80px -11px
}

.flag.flag-ru {
    background-position: -192px -121px
}

.flag.flag-cf {
    background-position: -64px -22px
}

.flag.flag-hm {
    background-position: -192px -55px
}

.flag.flag-az {
    background-position: -224px 0
}

.flag.flag-ma {
    background-position: -112px -88px
}

.flag.flag-pm {
    background-position: -16px -121px
}

.flag.flag-cu {
    background-position: -224px -22px
}

.flag.flag-pt {
    background-position: -80px -121px
}

.flag.flag-bd {
    background-position: -16px -11px
}

.flag.flag-tl {
    background-position: -192px -143px
}

.flag.flag-england {
    background-position: -208px -33px
}

.flag.flag-to {
    background-position: -240px -143px
}

.flag.flag-dk {
    background-position: -80px -33px
}

.flag.flag-na {
    background-position: -208px -99px
}

.flag.flag-co {
    background-position: -192px -22px
}

.flag.flag-gy {
    background-position: -160px -55px
}

.flag.flag-kurdistan {
    background-position: -128px -77px
}

.flag.flag-mh {
    background-position: -192px -88px
}

.flag.flag-qa {
    background-position: -128px -121px
}

.flag.flag-pf {
    background-position: -192px -110px
}

.flag.flag-dz {
    background-position: -128px -33px
}

.flag.flag-li {
    background-position: -240px -77px
}

.flag.flag-fj {
    background-position: -48px -44px
}

.flag.flag-vu {
    background-position: -16px -165px
}

.flag.flag-lb {
    background-position: -208px -77px
}

.flag.flag-mq {
    background-position: -48px -99px
}

.flag.flag-ge {
    background-position: -176px -44px
}

.flag.flag-ai {
    background-position: -64px 0
}

.flag.flag-bv {
    background-position: -208px -11px
}

.flag.flag-mr {
    background-position: -64px -99px
}

.flag.flag-mc {
    background-position: -128px -88px
}

.flag.flag-lk {
    background-position: 0 -88px
}

.flag.flag-bj {
    background-position: -96px -11px
}

.flag.flag-fm {
    background-position: -80px -44px
}

.flag.flag-xk {
    background-position: -80px -165px
}

.flag.flag-gr {
    background-position: -80px -55px
}

.flag.flag-tg {
    background-position: -112px -143px
}

.flag.flag-zm {
    background-position: -160px -165px
}

.flag.flag-cy {
    background-position: -16px -33px
}

.flag.flag-pr {
    background-position: -48px -121px
}

.flag.flag-af {
    background-position: -32px 0
}

.flag.flag-gf {
    background-position: -192px -44px
}

.flag.flag-is {
    background-position: -160px -66px
}

.flag.flag-md {
    background-position: -144px -88px
}

.flag.flag-kr {
    background-position: -112px -77px
}

.flag.flag-gp {
    background-position: -48px -55px
}

.flag.flag-il {
    background-position: -64px -66px
}

.flag.flag-ro {
    background-position: -160px -121px
}

.flag.flag-za {
    background-position: -128px -165px
}

.flag.flag-cn {
    background-position: -176px -22px
}

.flag.flag-mv {
    background-position: -128px -99px
}

.flag.flag-ls {
    background-position: -32px -88px
}

.flag.flag-gt {
    background-position: -112px -55px
}

.flag.flag-ss {
    background-position: -224px -132px
}

.flag.flag-bo {
    background-position: -144px -11px
}

.flag.flag-td {
    background-position: -80px -143px
}

.flag.flag-th {
    background-position: -128px -143px
}

.flag.flag-hu {
    background-position: 0 -66px
}

.flag.flag-er {
    background-position: -224px -33px
}

.flag.flag-tc {
    background-position: -64px -143px
}

.flag.flag-sd {
    background-position: -32px -132px
}

.flag.flag-hn {
    background-position: -208px -55px
}

.flag.flag-mg {
    background-position: -176px -88px
}

.flag.flag-pl {
    background-position: 0 -121px
}

.flag.flag-wales {
    background-position: -32px -165px
}

.flag.flag-am {
    background-position: -96px 0
}

.flag.flag-be {
    background-position: -32px -11px
}

.flag.flag-ke {
    background-position: 0 -77px
}

.flag.flag-ar {
    background-position: -144px 0
}

.flag.flag-ni {
    background-position: -32px -110px
}

.flag.flag-ht {
    background-position: -240px -55px
}

.flag.flag-io {
    background-position: -112px -66px
}

.flag.flag-gh {
    background-position: -224px -44px
}

.flag.flag-nu {
    background-position: -112px -110px
}

.flag.flag-mt {
    background-position: -96px -99px
}

.flag.flag-kh {
    background-position: -32px -77px
}

.flag.flag-cg {
    background-position: -80px -22px
}

.flag.flag-cl {
    background-position: -144px -22px
}

.flag.flag-vn {
    background-position: 0 -165px
}

.flag.flag-scotland {
    background-position: -16px -132px
}

.flag.flag-fi {
    background-position: -32px -44px
}

.flag.flag-re {
    background-position: -144px -121px
}

.flag.flag-np {
    background-position: -80px -110px
}

.flag.flag-ba {
    background-position: -240px 0
}

.flag.flag-lt {
    background-position: -48px -88px
}

.flag.flag-wf {
    background-position: -48px -165px
}

.flag.flag-mo {
    background-position: -16px -99px
}

.flag.flag-gn {
    background-position: -32px -55px
}

.flag.flag-sz {
    background-position: -48px -143px
}

.flag.flag-tt {
    background-position: -16px -154px
}

.flag.flag-es {
    background-position: -240px -33px
}

.flag.flag-uz {
    background-position: -160px -154px
}

.flag.flag-ch {
    background-position: -96px -22px
}

.flag.flag-pg {
    background-position: -208px -110px
}

.flag.flag-lu {
    background-position: -64px -88px
}

.flag.flag-sa {
    background-position: -224px -121px
}

.flag.flag-ir {
    background-position: -144px -66px
}

.flag.flag-ug {
    background-position: -96px -154px
}

.flag.flag-us {
    background-position: -128px -154px
}

.flag.flag-vi {
    background-position: -240px -154px
}

.flag.flag-sx {
    background-position: -16px -143px
}

.flag.flag-ye {
    background-position: -96px -165px
}

.flag.flag-nz {
    background-position: -128px -110px
}

.flag.flag-jp {
    background-position: -240px -66px
}

.flag.flag-gq {
    background-position: -64px -55px
}

.flag.flag-pk {
    background-position: -240px -110px
}

.flag.flag-bf {
    background-position: -48px -11px
}

.flag.flag-sy {
    background-position: -32px -143px
}

.flag.flag-cr {
    background-position: -208px -22px
}

.flag.flag-tf {
    background-position: -96px -143px
}

.flag.flag-sv {
    background-position: 0 -143px
}

.flag.flag-ps {
    background-position: -64px -121px
}

.flag.flag-au {
    background-position: -192px 0
}

.flag.flag-la {
    background-position: -192px -77px
}

.flag.flag-mw {
    background-position: -144px -99px
}

.flag.flag-nl {
    background-position: -48px -110px
}

.flag.flag-gb {
    background-position: -144px -44px
}

.flag.flag-nr {
    background-position: -96px -110px
}

.flag.flag-gl {
    background-position: 0 -55px
}

.flag.flag-rs {
    background-position: -176px -121px
}

.flag.flag-cm {
    background-position: -160px -22px
}

.flag.flag-gi {
    background-position: -240px -44px
}

.flag.flag-km {
    background-position: -64px -77px
}

.flag.flag-tv {
    background-position: -32px -154px
}

.flag.flag-me {
    background-position: -160px -88px
}

.flag.flag-cw {
    background-position: 0 -33px
}

.flag.flag-gg {
    background-position: -208px -44px
}

.flag.flag-jm {
    background-position: -208px -66px
}

.flag.flag-ae {
    background-position: -16px 0
}

.flag.flag-si {
    background-position: -96px -132px
}

.flag.flag-tj {
    background-position: -160px -143px
}

.flag.flag-bz {
    background-position: 0 -22px
}

.flag.flag-ve {
    background-position: -208px -154px
}

.flag.flag-in {
    background-position: -96px -66px
}

.flag.flag-sh {
    background-position: -80px -132px
}

.flag.flag-ki {
    background-position: -48px -77px
}

.flag.flag-zw {
    background-position: -176px -165px
}

.flag.flag-ic {
    background-position: -16px -66px
}

.flag.flag-by {
    background-position: -240px -11px
}

.flag.flag-fo {
    background-position: -96px -44px
}

.flag.flag-ne {
    background-position: -240px -99px
}

.flag.flag-uy {
    background-position: -144px -154px
}

.flag.flag-lr {
    background-position: -16px -88px
}

.flag.flag-ci {
    background-position: -112px -22px
}

.flag.flag-lc {
    background-position: -224px -77px
}

.flag.flag-se {
    background-position: -48px -132px
}

.flag.flag-kn {
    background-position: -80px -77px
}

.flag.flag-lv {
    background-position: -80px -88px
}

.flag.flag-bw {
    background-position: -224px -11px
}

.flag.flag-ua {
    background-position: -80px -154px
}

#wpas-ptype .wpas-ptype-radio-buttons .wpas-radio-container input {
    margin-right: 6px;
    float: left
}

#wpas-ptype .wpas-ptype-radio-buttons .wpas-radio-container {
    float: left;
    margin-right: 15px
}

.wpas-ptype-radio-buttons {
    padding: 10px 15px 8px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 3px;
    width: 100%;
    display: table
}

div#wpas-ptype {
    float: left
}

div#wpas-tax_quality {
    float: left
}

div#wpas-tax_category {
    float: left;
    width: 100%
}

div#wpas-tax_country {
    float: left;
    width: 100%
}

div#wpas-tax_release-year {
    float: left;
    width: 100%
}

div#wpas-tax_quality .wpas-tax_quality-checkboxes .wpas-checkbox-container {
    float: left;
    margin-right: 15px
}

div#wpas-tax_quality .wpas-tax_quality-checkboxes .wpas-checkbox-container input {
    margin-right: 6px;
    float: left
}

div#wpas-tax_quality .wpas-tax_quality-checkboxes.wpas-checkboxes.field-container {
    padding: 10px 15px 8px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 3px;
    width: 100%;
    display: table
}

.wpas-field .label-container {
    font-size: 18px;
    font-family: montserrat;
    margin-bottom: 5px;
    display: block;
    color: #79c142
}

.label-container label {
    font-weight: 400;
    margin-bottom: 0
}

#wpas-tax_category .field-container {
    padding: 10px 15px 8px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 3px;
    width: 100%;
    display: table
}

#wp-advanced-search .wpas-field .field-container label {
    font-weight: 400;
    padding-top: 5px;
    margin-top: -2px
}

#wpas-tax_category .field-container .wpas-checkbox-container input {
    margin-right: 6px;
    float: left
}

#wpas-tax_category .field-container .wpas-checkbox-container {
    float: left;
    margin-right: 15px
}

#wpas-tax_country .field-container {
    padding: 10px 15px 8px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 3px;
    width: 100%;
    display: table
}

#wpas-tax_country .field-container .wpas-checkbox-container input {
    margin-right: 6px;
    float: left
}

#wpas-tax_country .field-container .wpas-checkbox-container {
    float: left;
    margin-right: 15px
}

#wpas-tax_release-year .field-container {
    padding: 10px 15px 8px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 3px;
    width: 100%;
    display: table
}

#wpas-tax_release-year .field-container .wpas-radio-container input {
    margin-right: 6px;
    float: left
}

#wpas-tax_release-year .field-container .wpas-radio-container {
    float: left;
    margin-right: 15px
}

div#wpas-submit {
    border-top: 1px solid #f1ecec;
    margin-top: 20px;
    padding-top: 18px;
    float: left;
    width: 100%
}

form#wp-advanced-search .field-container {
    font-size: 12px
}

form#wp-advanced-search .wpas-field {
    margin-bottom: 12px
}

.footer-social a:hover {
    color: #79c142
}

.footer-social a {
    color: #fff
}

.footer-social a i.fa {
    font-size: 44px;
    margin-right: 15px
}

.content-kuss #content-kuss-title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #79c142;
    color: #fff;
    border-radius: 3px 3px 0 0
}

.aff select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px
}

.aff textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    padding: 10px 13px
}

.aff input {
    width: 100%;
    margin-bottom: 10px
}

box.test .reportform {
    display: none
}

.aviso2 {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.aviso2.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.aviso2.error {
    color: #763c3c;
    background-color: #f0d8d8;
    border-color: #e9c6c6
}

.reportform p {
    margin: -10px 0 15px
}

.more {
    display: none
}

a.read-more-show {
    background: #9c9b9b;
    padding: 4px 6px;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px
}

a.read-more-show:hover {
    background: #757575
}

.update-content .updated {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 18px 25px 8px;
    background: #79c142;
    color: #fff;
    border-radius: 3px
}

.update-content .updated i.fa {
    float: left;
    font-size: 25px;
    margin-top: -2px;
    margin-right: 10px;
    color: #b4e490
}

form#psy-loginform {
    max-width: 1000px;
    margin: 0 auto
}

form#psy-loginform p {
    margin: 15px 0
}

form#psy-loginform p.login-remember label {
    display: block
}

form#psy-loginform p input, form#psy_registration_form fieldset p input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 15px
}

form#psy-loginform p.login-remember input {
    width: auto
}

form#psy-loginform p input[type=text], form#psy-loginform p input[type=password], form#psy_registration_form fieldset p input[type=text], form#psy_registration_form fieldset p input[type=email], form#psy_registration_form fieldset p input[type=password] {
    border-radius: 3px;
    border: 1px solid #bbb;
    background: #f1f1f1
}

@media screen and (min-width: 350px) {
    a.forgot_pass {
        display: block !important
    }

    .forgot_reset, hr.forgot-sep {
        display: none !important
    }
}

a.forgot_pass {
    float: right;
    margin-top: 1px;
    display: none
}

.forgot_reset, hr.forgot-sep {
    text-align: center;
    display: block
}

form#psy-loginform p input[type=submit] {
    background: #79c143;
    border-bottom: 3px solid #73ad38 !important;
    color: #fff !important;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px
}

form#psy-loginform p input[type=submit]:hover {
    background: #65ab31;
    border-bottom: 3px solid #5c9027 !important
}

p.reg_already {
    text-align: center;
    color: #5a5a5a
}

p.login-create-account a, p.forgot_reset a, p.reg_already aa {
    background: #a7a7a7;
    border-bottom: 3px solid #989898 !important;
    color: #fff !important;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    width: 100%
}

p.login-create-account a:hover, p.forgot_reset a:hover, p.reg_already aa:hover {
    background: #949494;
    border-bottom: 3px solid #807e7e !important
}

.profiles-wrap .pp-main.auth {
    min-height: 470px
}

p.none {
    margin-left: 10px
}

form#psy_registration_form fieldset p input#psy_user_first, form#psy_registration_form fieldset p input#psy_user_last {
    float: left;
    width: 49%;
    margin-bottom: 10px
}

form#psy_registration_form fieldset p input#psy_user_first {
    margin-right: 2%
}

form#psy_registration_form .g-recaptcha {
    margin-bottom: -10px
}

.psy_reg_alert .alert {
    padding: 10px 15px;
    margin-bottom: 10px
}

.user-register h3.psy_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.psy_reg_container {
    padding-top: 15px
}

#profile-form .form-control[disabled], #profile-form .form-control[readonly], #profile-form fieldset[disabled] .form-control {
    cursor: not-allowed
}

h4#myModalLabel {
    font-family: helvetica neue, Helvetica, Arial
}

.rep_cont label {
    width: 100%
}

.rep_cont2 .g-recaptcha {
    margin-bottom: 15px
}

@media screen and (max-width: 390px) {
    .rep_cont2 .g-recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.67);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.pull-right.badge:hover {
    background: #79c142
}

.movies-embed .me-li h4 a:hover > span.pull-right.badge {
    background: #79c142
}

.box .box-head .nav-tabs li a {
    cursor: pointer
}

.box .box-head .nav-tabs li.active > a {
    cursor: default
}

span.psy_type {
    color: rgba(255, 255, 255, .3)
}

a.psy_type {
    color: #79c142
}

.owl-prev:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff
}

.owl-next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff
}

.owl-next, .owl-prev {
    width: auto;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    position: relative;
    cursor: pointer
}

.owl-next {
    float: right;
    margin-right: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.owl-prev {
    float: left;
    margin-left: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.owl-buttons {
    position: absolute;
    top: 36%;
    width: 100%;
    display: none
}

@media screen and (min-width: 600px) {
    .owl-next {
        margin-right: 4px
    }
}

@media screen and (min-width: 500px) {
    .owl-buttons {
        display: block
    }
}

div#tab-ad .movieplay {
    margin-bottom: 0
}

.ab-follow {
    float: left;
    width: 360px;
    max-width: 100%;
    padding: 12px 15px;
    background: #fff;
    height: 44px;
    color: #333;
    border-radius: 3px;
    margin-top: 3px
}

.abf-text {
    float: left;
    font-size: 12px;
    margin-right: 15px;
    line-height: 20px
}

.abf-btn .fb-like {
    float: left;
    margin-right: 10px
}

.abf-btn {
    font-size: 0
}

.playertab {
    display: none
}

.splash-image {
    cursor: pointer
}

.aff input[type=email] {
    width: 100%;
    height: 80px;
    padding: 10px 13px
}

.rep_cont2 input[type=email] {
    margin-top: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 12px;
    color: #555;
    resize: none;
    height: auto
}

.mvi-images {
    display: none
}

.mvi-images.show {
    display: block
}

div#content-embed div.alert {
    margin-top: 4px
}

#main.page-404 {
    min-height: 600px
}

.tvseason .les-content a.ep-404 {
    border: 0;
    background: #e5e5e5;
    color: #929292;
    cursor: not-allowed
}

.tvseason .les-content a.ep-404:hover:before {
    content: "\f00d"
}

.tvseason .les-content a.ep-404:before {
    font-family: fontawesome;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 400;
    content: "\f00d"
}

.tvseason .les-content a.ep-404:hover {
    border-bottom: 0;
    background: #e5e5e5
}

.aviso2 .contenido32 span {
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    display: inline-block
}

.aviso2 .contenido32 {
    text-align: center
}

.ppm-content.user-content.profile-comment {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px !important
}

.profiles-wrap .pp-main .ppm-content.profile-comment h2 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

span.notice-date {
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 4px;
    margin-top: 3px;
    float: left
}

span.notice-date i.fa {
    margin-right: 2px
}

.tvseason .les-content a.ep-unav {
    border-bottom: 3px solid #e5e5e5 !important;
    background: #e5e5e5 !important;
    color: #717171;
    cursor: not-allowed
}

.searchwp-live-search-results {
    min-height: auto !important
}

.searchwp-live-search-results-showing {
    overflow: inherit !important
}

.searchwp-live-search-results-showing .spinner {
    display: none !important
}

.movies-list .ml-item .mli-quality.tv {
    left: 8px;
    right: unset
}

.searchwp-live-search-results {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 9999;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, .4);
    box-shadow: 0 0 2px 0 rgba(30, 30, 30, .4);
    border-radius: 3px;
    width: 315px;
    position: absolute;
    top: 40px !important;
    left: 0 !important
}

.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto
}

.searchwp-live-search-no-results {
    padding: 3em 2em 0;
    text-align: center
}

.searchwp-live-search-result p {
    font-size: .9em;
    padding: 1em;
    margin: 0;
    border-bottom: 1px solid rgba(30, 30, 30, .1)
}

.searchwp-live-search-result:last-of-type p {
    border-bottom: 0
}

.searchwp-live-search-result a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-suggest {
    display: none;
    border-top: 0
}

.search-suggest.searchwp-live-search-results.searchwp-live-search-results-showing {
    display: block !important
}

.search-suggest ul {
    border-top: 1px solid #79c142
}

.search-suggest ul li.ss-bottom a {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.home-main {
    text-align: center;
    max-width: 800px;
    margin: 180px auto
}

.home-main .hm-logo {
    margin-bottom: 30px
}

.home-main .hm-logo a {
    display: inline-block;
    background-image: url(../../../../../../../../themes/filmstoon/assets/css/./img/logo-light.png);
    background-size: cover;
    background-position: 50% 25%;
    width: 280px;
    height: 78px
}

.home-main #hm-search {
    width: 100%;
    display: inline-block;
    margin: 0 auto 60px;
    position: relative
}

.search-content {
    position: relative
}

.home-main #hm-search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    width: 80px;
    display: inline-block;
    background: #79c142;
    color: #fff;
    line-height: 54px;
    border-radius: 0 5px 5px 0;
    border: 0
}

.home-main #hm-search button i.fa {
    float: none;
    position: unset;
    color: #fff;
    font-size: 26px;
    margin-top: 13px
}

.home-main #hm-search .form-control {
    height: 56px;
    background: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 90px;
    box-shadow: none;
    color: #111;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.home-main .hm-button .btn-successful {
    font-size: 26px;
    padding: 15px 25px;
    border-radius: 5px;
    height: auto;
    white-space: normal
}

.home-main #hm-search #search-homepage #search-homepage-results {
    left: 1px;
    top: 58px;
    right: 0;
    width: auto;
    text-align: left;
    border-top: none;
    z-index: 99
}

.home-main #hm-search #search-homepage #search-homepage-results .searchwp-live-search-results-showing {
    width: auto;
    margin-top: 18px
}

.home-main #hm-search #search-homepage #search-homepage-results .searchwp-live-search-results-showing ul {
    margin-bottom: 40px !important;
    border-top: 0 !important;
    overflow: auto;
    max-height: 300px;
    position: static;
    padding: 0
}

@media screen and (max-width: 550px) {
    .home-main #hm-search button {
        height: 46px;
        line-height: 42px;
        font-size: 20px;
        width: 50px
    }

    .home-main #hm-search .form-control {
        height: 46px;
        font-size: 16px;
        padding-right: 65px;
        padding-left: 15px
    }

    .home-main .hm-button .btn-successful {
        font-size: 18px;
        padding: 12px 20px
    }

    .home-main {
        margin: 150px auto
    }

    .home-main #hm-search {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 479px) {
    .home-main {
        margin-top: 50px
    }

    .home-main .hm-logo {
        display: none
    }
}

#menu ul.top-menu li:last-child {
    border-bottom: 0
}

@media screen and (max-width: 1325px) {
    #slider:hover .slide-caption {
        left: auto;
        right: 320px !important;
        opacity: 1
    }
}

@media screen and (max-width: 1199px) {
    #slider:hover .slide-caption {
        right: 280px !important
    }
}

@media screen and (max-width: 991px) {
    #slider .slide-caption {
        right: -280px !important
    }

    #slider:hover .slide-caption {
        right: 0 !important
    }
}

.fb-comments. span iframe, .fb_iframe_widget_fluid_desktop iframe {
    min-width: 100% !important
}

.pad {
    height: 20px
}

div#content-embed #next-ep-notice .alert-warning {
    margin: 0
}

#slider:hover .slide-caption {
    right: 0 !important
}

#mv-info .mvi-content .mvic-desc {
    width: calc(100% - 160px);
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

#mv-info .mvi-content .mvic-btn {
    display: none
}

@media screen and (max-width: 991px) {
    #mv-info .mvi-content .mvic-desc {
        width: 100%
    }
}

.wp-video-shortcode video, video.wp-video-shortcode {
    height: 100% !important
}

.movieplay .mejs-container.mejs-container-fullscreen {
    max-height: 100% !important;
    height: 100% !important
}

#main {
    min-height: calc(100vh - 371px)
}

.alert-bottom {
    background: #7a0087
}

fake_player section span.barra span.played {
    background: #81ad53
}

.fake_player section span.barra span.played {
    background: #81ad53
}

.fake_player section span.controles i.fa:hover {
    color: #81ad53
}

.fake_player a.lnkplay:hover > .playads i.fa.fa-play {
    color: #81ad53
}

.fake_player a.lnkplay:hover > span.playads {
    background: rgba(0, 0, 0, 0)
}

ann-home a {
    color: #c8e2fd
}

/*.movies-list-wrap:first-child {
    margin-top: 40px !important
}*/

#logo.night, #logo-home.night {
    background-image: url('/static/filmstoon/img/logo_black.png')
}

#logo.light, #logo-home.light {
    background-image: url('/static/filmstoon/img/logo_black.png')
}

#logo, #logo-home {
    background-image: url('/static/filmstoon/img/logo_black.png')
}

#content-embed {
    display: none
}

.btn-successful, .movies-list-wrap .ml-title span {
    background: #0397D6
}

.block .ep_title, .jt-info .ep_airdate, a, .movies-letter a.btn-letter:hover {
    color: #0397D6
}

a:focus, a:hover {
    color: #097ea0
}

#slider .slide-caption h2 {
    color: #0397D6
}

.btn-successful {
    border-bottom: 3px solid #107ead
}

.btn-successful:active, .btn-successful:focus, .btn-successful:hover {
    background: #0590cc;
    border-bottom: 3px solid #107ead
}

#top-news .nav li.active a {
    border-bottom: 2px solid #0397d6
}

.qtip .qtip-title {
    color: #0397d6
}

.movies-list .ml-item .mli-eps {
    background: rgba(3, 151, 214, .9)
}

a.psy_type {
    color: #36a2d8
}

.footer-social a:hover {
    color: #2690c5
}

#menu ul.top-menu li.active a, #menu ul.top-menu li:hover a, #searchform .fa {
    color: #0397d6
}

.sidebar .sb-title {
    background: #0397D6
}

ul.idTabs li a.active, ul.idTabs li a.selected {
    background: #0397D6;
    border-bottom: 3px solid #107ead
}

.box .box-head .nav-tabs li.active a {
    background: #0397D6 !important
}

#menu .sub-container ul.sub-menu li:hover a {
    background: #0397d6
}

#menu .sub-container {
    border-top: 1px solid #1f9ddc
}

#mv-info .mvi-cover:before, .movies-list .ml-item .ml-mask:after {
    background-image: url(/static/filmstoon/img/btn-blue.png)
}

#button-favorite a.liked i.fa {
    color: #21aeda
}

.footer-tags a:hover {
    color: #39aae2
}

#filter .fc-title, .wpas-field .label-container {
    color: #0397D6
}

#filter ul.fc-main-list li a.active, #filter ul.fc-main-list li a:hover {
    background: #0397D6 !important
}

.test_container .nav > li.active > a:focus, .test_container .nav > li.active > a {
    background: #0397d6 !important
}

#lnk-dl-button, #lnk-watch-button {
    background: #0397d6
}

#lnk-watch-button:hover, #lnk-dl-button:hover {
    background: #0a85b9;
!important
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #0397d6
}

form#psy-loginform p input[type=submit] {
    background: #0397D6;
    border-bottom: 3px solid #107ead !important
}

form#psy-loginform p input[type=submit]:hover {
    background: #0784b9;
    border-bottom: 3px solid #0d74a0 !important
}

@media screen and (max-width: 991px) {
    .movies-list-wrap .ml-title span {
        background: none
    }

    #menu .sub-container {
        border: 0
    }

    #menu ul.top-menu li a {
        color: #13a3e0 !important
    }
}

.tvseason .les-content a:hover {
    border-bottom: 3px solid #107ead;
    background: #0397D6
}

.home-main #hm-search button, .search-suggest ul li.ss-bottom a {
    background: #0397D6
}

.search-suggest ul {
    border-top: 1px solid #0397D6
}

a.comment-reply-link, #respond p input.submit {
    color: #fff;
    background: #0397d6
}

a.comment-reply-link:hover, #respond p input.submit:hover {
    color: #fff;
    background: #0a85b9
}

#mv-keywords a:hover {
    color: #039dce
}

.cssload span, .cssload span:before, .cssload span:after {
    border: 2px solid #0397D6
}

#menu .sub-container ul.sub-menu li a {
    height: auto;
}

.p2w-wrapper {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
}

.p2w-wrapper .logoHelper > img {
    margin: auto;
    height:70px;
}

.movies-list {
    overflow: hidden;
    margin: 0;
}

#pagination span, #pagination a {

}

.pagination>a {
    border: none;
    color: #333
}

.pagination>span {
    border: none;
    color: white
}

.pagination>a, .pagination>span {
    margin: 0 5px;
    border-radius: 3px
}

.pagination>a,.pagination>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>span, .pagination>a:focus, .pagination>a:hover {
    background: #0397d6;
}

.pagination>a:first-child,.pagination>span:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>a:last-child,.pagination>span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>a:focus,.pagination>a:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.static_page h1 {
    text-align: center;
}
