:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
}
#start-resizable-editor-section {
    display: none;
}
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: 0.667em 1.333em;
    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 {
    border: 2px solid;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c;
}
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
}
.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 0.5em;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0;
}
.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 0.5em;
}
.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: 0.25em;
    border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
    border: none;
}
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.wp-block-calendar 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-code code {
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}
.wp-block-columns.has-background {
    padding: 1.25em 2.375em;
}
.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 {
    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:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em;
    }
}
@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: 2em;
    }
}
.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: 1em;
    box-sizing: border-box;
}
.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.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
    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;
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
        .has-background-gradient
    ):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
        .has-background-gradient
    ):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
        .has-background-gradient
    ):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
        .has-background-gradient
    ):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
        .has-background-gradient
    ):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
        .has-background-gradient
    ):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
        .has-background-gradient
    ):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
        .has-background-gradient
    ):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
        .has-background-gradient
    ):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
    .wp-block-cover__gradient-background,
.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
    .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
        .has-background-gradient
    ):before {
    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: 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: 100%;
    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;
    -o-object-fit: cover;
    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: 0.44em;
    text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"]
    > [data-type="core/embed"]
    .wp-block-embed__wrapper,
.wp-block[data-align="right"]
    > [data-type="core/embed"]
    .wp-block-embed__wrapper {
    min-width: 280px;
}
.wp-block-embed {
    margin-bottom: 1em;
}
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-embed iframe {
    max-width: 100%;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%;
}
.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: 0.8em;
    padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}
.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 .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: 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: 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: 3em 0.77em 0.7em;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.3) 70%,
        transparent
    );
    box-sizing: border-box;
    margin: 0;
}
.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 figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1;
}
.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: 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;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.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% - 0.66667em);
        margin-right: 1em;
    }
    .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% - 0.75em);
        margin-right: 1em;
    }
    .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% - 0.8em);
        margin-right: 1em;
    }
    .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% - 0.83333em);
        margin-right: 1em;
    }
    .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% - 0.85714em);
        margin-right: 1em;
    }
    .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% - 0.875em);
        margin-right: 1em;
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.wp-block-group {
    box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
}
.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 {
    display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
    (-webkit-mask-image: none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}
.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    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: 3.25em;
}
.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: 0.875em;
    line-height: 1.8;
    margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.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 1.25em 1.25em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 0.625em);
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em);
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0;
    }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
    display: inline-block;
}
.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;
}
.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-editor-image-alignment-control__row
    .components-base-control__field
    .components-base-control__label {
    margin-bottom: 0;
}
ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em;
}
.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 .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}
.wp-block-navigation:not(.has-background)
    .wp-block-navigation__container
    .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e;
}
.wp-block-navigation:not(.has-background)
    .wp-block-navigation__container
    .wp-block-navigation__container {
    background-color: #fff;
}
.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-link__content {
    padding-right: 0.5em;
}
.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}
.has-child
    .wp-block-navigation__container
    > .wp-block-navigation-link
    > .wp-block-navigation-link__content {
    flex-grow: 1;
}
.has-child
    .wp-block-navigation__container
    > .wp-block-navigation-link
    > .wp-block-navigation-link__submenu-icon {
    padding-right: 0.5em;
}
@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em;
    }
    .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: 0.5em;
        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 {
    color: inherit;
    text-decoration: none;
    padding: 0.5em 1em;
}
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0;
}
.has-text-color .wp-block-navigation-link__content {
    color: inherit;
}
.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 0.375em 1em 0.375em 0;
}
.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: 0.875em;
}
.is-regular-text {
    font-size: 1em;
}
.is-large-text {
    font-size: 2.25em;
}
.is-larger-text {
    font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-background {
    padding: 1.25em 2.375em;
}
p.has-text-color a {
    color: inherit;
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.5em;
}
.wp-block-post-author__avatar {
    margin-right: 1em;
}
.wp-block-post-author__bio {
    margin-bottom: 0.7em;
    font-size: 0.7em;
}
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0;
}
.wp-block-post-author__name {
    font-weight: 700;
    margin: 0;
}
.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em;
}
.wp-block-pullquote p {
    font-size: 1.75em;
    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: 2em;
}
.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-bottom: 1em;
    padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    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: 1.125em;
    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 1em 1em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em);
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: 0.8125em;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search .wp-block-search__label {
    width: 100%;
}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
}
.wp-block-search .wp-block-search__button {
    margin-left: 0.625em;
    word-break: normal;
}
.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside
    .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside
    .wp-block-search__inside-wrapper
    .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside
    .wp-block-search__inside-wrapper
    .wp-block-search__input:focus {
    outline: none;
}
.wp-block-search.wp-block-search__button-inside
    .wp-block-search__inside-wrapper
    .wp-block-search__button {
    padding: 0.125em 0.5em;
}
.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: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}
.wp-block-custom-logo .aligncenter {
    display: table;
}
.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 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: 9999px;
    margin: 0 8px 8px 0;
    transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}
.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor;
}
.wp-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px;
}
.wp-block-spacer {
    clear: both;
}
p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.75;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    width: 100%;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    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: sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-post-featured-image a {
    display: inline-block;
}
:root .has-pale-pink-background-color {
    background-color: #f78da7;
}
:root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}
:root .has-white-background-color {
    background-color: #fff;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .has-black-background-color {
    background-color: #000;
}
:root .has-pale-pink-color {
    color: #f78da7;
}
:root .has-vivid-red-color {
    color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900;
}
:root .has-light-green-cyan-color {
    color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
    color: #00d084;
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3;
}
:root .has-vivid-purple-color {
    color: #9b51e0;
}
:root .has-white-color {
    color: #fff;
}
:root .has-very-light-gray-color {
    color: #eee;
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .has-black-color {
    color: #000;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(
        135deg,
        #4aeadc,
        #9778d1 20%,
        #cf2aba 40%,
        #ee2c82 60%,
        #fb6962 80%,
        #fef84c
    );
}
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e);
}
.has-small-font-size {
    font-size: 0.8125em;
}
.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em;
}
.has-medium-font-size {
    font-size: 1.25em;
}
.has-large-font-size {
    font-size: 2.25em;
}
.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em;
}
.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;
    -ms-text-size-adjust: 100%;
    -webkit-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: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
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 {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .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 th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("/wp-content/themes/goody/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("/wp-content/themes/goody/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
            format("embedded-opentype"),
        url("/wp-content/themes/goody/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2")
            format("woff2"),
        url("/wp-content/themes/goody/assets/fonts/bootstrap/glyphicons-halflings-regular.woff")
            format("woff"),
        url("/wp-content/themes/goody/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf")
            format("truetype"),
        url("/wp-content/themes/goody/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
            format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #525252;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2c2c2c;
    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;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 41px;
}
h2,
.h2 {
    font-size: 34px;
}
h3,
.h3 {
    font-size: 28px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 16px;
}
h6,
.h6 {
    font-size: 14px;
}
p {
    margin: 0 0 11px;
}
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}
small,
.small {
    font-size: 87%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.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,
.initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #525252;
}
a.text-primary:hover {
    color: #393939;
}
.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;
}
.bg-primary {
    background-color: #525252;
}
a.bg-primary:hover {
    background-color: #393939;
}
.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: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 22px;
}
dt,
dd {
    line-height: 1.42857;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
    margin-bottom: 20px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857;
}
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: 0px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}
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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    line-height: 15px;
}
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table > tbody + tbody {
    border-top: 2px solid #ddd;
}
table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.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;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.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: 38px;
    }
    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 33px;
    }
    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 49px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 38px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 33px;
    line-height: 33px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
}
.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    min-height: 36px;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 49px;
    line-height: 49px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}
.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0px;
}
.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    min-height: 42px;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 47.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 27px;
}
.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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: normal;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #fff;
    background-color: #1f1b1c;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #040303;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #1f1b1c;
    border-color: #ccc;
}
.btn-default .badge {
    color: #1f1b1c;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #525252;
    border-color: #454545;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #393939;
    border-color: #272727;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #525252;
    border-color: #454545;
}
.btn-primary .badge {
    color: #525252;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #b7cc16;
    border-color: #a2b514;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #8e9e11;
    border-color: #717e0e;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #b7cc16;
    border-color: #a2b514;
}
.btn-success .badge {
    color: #b7cc16;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #4bc5c6;
    border-color: #3cbbbc;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #35a8a9;
    border-color: #2d8d8d;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #4bc5c6;
    border-color: #3cbbbc;
}
.btn-info .badge {
    color: #4bc5c6;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #df8b1b;
    border-color: #c87d18;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b26f15;
    border-color: #925b12;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #df8b1b;
    border-color: #c87d18;
}
.btn-warning .badge {
    color: #df8b1b;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #e3503c;
    border-color: #e03c26;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ce331e;
    border-color: #af2b19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e3503c;
    border-color: #e03c26;
}
.btn-danger .badge {
    color: #e3503c;
    background-color: #fff;
}
.btn-link {
    color: #525252;
    font-weight: normal;
    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:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2c2c2c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.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;
}
.dropup,
.dropdown {
    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;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #525252;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.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 {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    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:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.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: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.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-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    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="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    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-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #525252;
}
.nav .nav-divider {
    height: 1px;
    margin: 10px 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.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #525252;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        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-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        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-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        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;
    padding: 14px 0;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.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: 7px 0;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 6px;
    margin-bottom: 6px;
}
@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 .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        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;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
    .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:hover,
.navbar-default .navbar-brand:focus {
    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:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    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:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        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:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        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:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: ">";
    padding: 0 5px;
    color: #242628;
}
.breadcrumb > .active {
    color: #f5622f;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #525252;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #2c2c2c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #525252;
    border-color: #525252;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.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:hover,
.pager li > a:focus {
    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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    font-size: 75%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #525252;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #393939;
}
.label-success {
    background-color: #b7cc16;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #8e9e11;
}
.label-info {
    background-color: #4bc5c6;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #35a8a9;
}
.label-warning {
    background-color: #df8b1b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #b26f15;
}
.label-danger {
    background-color: #e3503c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #ce331e;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #525252;
    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;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.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: 24px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #525252;
}
.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.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 {
    background-color: none;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: none;
    border-color: #e7e7e7;
    color: #555;
}
.alert-info hr {
    border-top-color: #dadada;
}
.alert-info .alert-link {
    color: #3b3b3b;
}
.alert-warning {
    background-color: none;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: none;
    border-color: #ebccd1;
    color: #a94442;
}
.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;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #525252;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -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: #b7cc16;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-info {
    background-color: #4bc5c6;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-warning {
    background-color: #df8b1b;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-danger {
    background-color: #e3503c;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.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-left,
.media-right,
.media-body {
    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 {
    margin-bottom: 20px;
    padding-left: 0;
}
.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-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}
.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: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,
.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 {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #b8b8b8;
}
.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:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    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:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    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:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    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:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    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: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.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-right-radius: -1px;
    border-top-left-radius: -1px;
}
.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: -1px;
    border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .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-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}
.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,
.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-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-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 {
    border-top-left-radius: -1px;
}
.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,
.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-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-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 {
    border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.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 {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}
.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,
.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 {
    border-bottom-left-radius: -1px;
}
.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,
.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 {
    border-bottom-right-radius: -1px;
}
.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 th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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 {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 22px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    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: #525252;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #525252;
}
.panel-primary > .panel-heading .badge {
    color: #525252;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #525252;
}
.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 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: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 0px;
}
.well-sm {
    padding: 9px;
    border-radius: 0px;
}
.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.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, 0.5);
        box-shadow: 0 5px 15px rgba(0, 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: 14px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.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: 16px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 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 {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    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, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}
.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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 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-prev,
    .carousel-control .icon-next {
        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 {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
    }
    th.visible-xs,
    td.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;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.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;
    }
    th.visible-print,
    td.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;
    }
} /*
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("/wp-content/themes/goody/assets/css/fonts/font-awesome/fontawesome-webfont.eot");
    src: url("/wp-content/themes/goody/assets/css/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3")
            format("embedded-opentype"),
        url("/wp-content/themes/goody/assets/css/fonts/font-awesome/fontawesome-webfont.woff2")
            format("woff2"),
        url("/wp-content/themes/goody/assets/css/fonts/font-awesome/fontawesome-webfont.woff")
            format("woff"),
        url("/wp-content/themes/goody/assets/css/fonts/font-awesome/fontawesome-webfont.ttf")
            format("truetype"),
        url("/wp-content/themes/goody/assets/css/fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.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.14286em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: "themify";
    src: url("/wp-content/themes/goody/assets/css/fonts/font-themify/themify.eot");
    src: url("/wp-content/themes/goody/assets/css/fonts/font-themify/themify.eot?#iefix-fvbane")
            format("embedded-opentype"),
        url("/wp-content/themes/goody/assets/css/fonts/font-themify/themify.woff")
            format("woff"),
        url("/wp-content/themes/goody/assets/css/fonts/font-themify/themify.ttf")
            format("truetype"),
        url("/wp-content/themes/goody/assets/css/fonts/font-themify/themify.svg#themify")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="ti-"],
[class*=" ti-"] {
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
    content: "\e600";
}
.ti-volume:before {
    content: "\e601";
}
.ti-user:before {
    content: "\e602";
}
.ti-unlock:before {
    content: "\e603";
}
.ti-unlink:before {
    content: "\e604";
}
.ti-trash:before {
    content: "\e605";
}
.ti-thought:before {
    content: "\e606";
}
.ti-target:before {
    content: "\e607";
}
.ti-tag:before {
    content: "\e608";
}
.ti-tablet:before {
    content: "\e609";
}
.ti-star:before {
    content: "\e60a";
}
.ti-spray:before {
    content: "\e60b";
}
.ti-signal:before {
    content: "\e60c";
}
.ti-shopping-cart:before {
    content: "\e60d";
}
.ti-shopping-cart-full:before {
    content: "\e60e";
}
.ti-settings:before {
    content: "\e60f";
}
.ti-search:before {
    content: "\e610";
}
.ti-zoom-in:before {
    content: "\e611";
}
.ti-zoom-out:before {
    content: "\e612";
}
.ti-cut:before {
    content: "\e613";
}
.ti-ruler:before {
    content: "\e614";
}
.ti-ruler-pencil:before {
    content: "\e615";
}
.ti-ruler-alt:before {
    content: "\e616";
}
.ti-bookmark:before {
    content: "\e617";
}
.ti-bookmark-alt:before {
    content: "\e618";
}
.ti-reload:before {
    content: "\e619";
}
.ti-plus:before {
    content: "\e61a";
}
.ti-pin:before {
    content: "\e61b";
}
.ti-pencil:before {
    content: "\e61c";
}
.ti-pencil-alt:before {
    content: "\e61d";
}
.ti-paint-roller:before {
    content: "\e61e";
}
.ti-paint-bucket:before {
    content: "\e61f";
}
.ti-na:before {
    content: "\e620";
}
.ti-mobile:before {
    content: "\e621";
}
.ti-minus:before {
    content: "\e622";
}
.ti-medall:before {
    content: "\e623";
}
.ti-medall-alt:before {
    content: "\e624";
}
.ti-marker:before {
    content: "\e625";
}
.ti-marker-alt:before {
    content: "\e626";
}
.ti-arrow-up:before {
    content: "\e627";
}
.ti-arrow-right:before {
    content: "\e628";
}
.ti-arrow-left:before {
    content: "\e629";
}
.ti-arrow-down:before {
    content: "\e62a";
}
.ti-lock:before {
    content: "\e62b";
}
.ti-location-arrow:before {
    content: "\e62c";
}
.ti-link:before {
    content: "\e62d";
}
.ti-layout:before {
    content: "\e62e";
}
.ti-layers:before {
    content: "\e62f";
}
.ti-layers-alt:before {
    content: "\e630";
}
.ti-key:before {
    content: "\e631";
}
.ti-import:before {
    content: "\e632";
}
.ti-image:before {
    content: "\e633";
}
.ti-heart:before {
    content: "\e634";
}
.ti-heart-broken:before {
    content: "\e635";
}
.ti-hand-stop:before {
    content: "\e636";
}
.ti-hand-open:before {
    content: "\e637";
}
.ti-hand-drag:before {
    content: "\e638";
}
.ti-folder:before {
    content: "\e639";
}
.ti-flag:before {
    content: "\e63a";
}
.ti-flag-alt:before {
    content: "\e63b";
}
.ti-flag-alt-2:before {
    content: "\e63c";
}
.ti-eye:before {
    content: "\e63d";
}
.ti-export:before {
    content: "\e63e";
}
.ti-exchange-vertical:before {
    content: "\e63f";
}
.ti-desktop:before {
    content: "\e640";
}
.ti-cup:before {
    content: "\e641";
}
.ti-crown:before {
    content: "\e642";
}
.ti-comments:before {
    content: "\e643";
}
.ti-comment:before {
    content: "\e644";
}
.ti-comment-alt:before {
    content: "\e645";
}
.ti-close:before {
    content: "\e646";
}
.ti-clip:before {
    content: "\e647";
}
.ti-angle-up:before {
    content: "\e648";
}
.ti-angle-right:before {
    content: "\e649";
}
.ti-angle-left:before {
    content: "\e64a";
}
.ti-angle-down:before {
    content: "\e64b";
}
.ti-check:before {
    content: "\e64c";
}
.ti-check-box:before {
    content: "\e64d";
}
.ti-camera:before {
    content: "\e64e";
}
.ti-announcement:before {
    content: "\e64f";
}
.ti-brush:before {
    content: "\e650";
}
.ti-briefcase:before {
    content: "\e651";
}
.ti-bolt:before {
    content: "\e652";
}
.ti-bolt-alt:before {
    content: "\e653";
}
.ti-blackboard:before {
    content: "\e654";
}
.ti-bag:before {
    content: "\e655";
}
.ti-move:before {
    content: "\e656";
}
.ti-arrows-vertical:before {
    content: "\e657";
}
.ti-arrows-horizontal:before {
    content: "\e658";
}
.ti-fullscreen:before {
    content: "\e659";
}
.ti-arrow-top-right:before {
    content: "\e65a";
}
.ti-arrow-top-left:before {
    content: "\e65b";
}
.ti-arrow-circle-up:before {
    content: "\e65c";
}
.ti-arrow-circle-right:before {
    content: "\e65d";
}
.ti-arrow-circle-left:before {
    content: "\e65e";
}
.ti-arrow-circle-down:before {
    content: "\e65f";
}
.ti-angle-double-up:before {
    content: "\e660";
}
.ti-angle-double-right:before {
    content: "\e661";
}
.ti-angle-double-left:before {
    content: "\e662";
}
.ti-angle-double-down:before {
    content: "\e663";
}
.ti-zip:before {
    content: "\e664";
}
.ti-world:before {
    content: "\e665";
}
.ti-wheelchair:before {
    content: "\e666";
}
.ti-view-list:before {
    content: "\e667";
}
.ti-view-list-alt:before {
    content: "\e668";
}
.ti-view-grid:before {
    content: "\e669";
}
.ti-uppercase:before {
    content: "\e66a";
}
.ti-upload:before {
    content: "\e66b";
}
.ti-underline:before {
    content: "\e66c";
}
.ti-truck:before {
    content: "\e66d";
}
.ti-timer:before {
    content: "\e66e";
}
.ti-ticket:before {
    content: "\e66f";
}
.ti-thumb-up:before {
    content: "\e670";
}
.ti-thumb-down:before {
    content: "\e671";
}
.ti-text:before {
    content: "\e672";
}
.ti-stats-up:before {
    content: "\e673";
}
.ti-stats-down:before {
    content: "\e674";
}
.ti-split-v:before {
    content: "\e675";
}
.ti-split-h:before {
    content: "\e676";
}
.ti-smallcap:before {
    content: "\e677";
}
.ti-shine:before {
    content: "\e678";
}
.ti-shift-right:before {
    content: "\e679";
}
.ti-shift-left:before {
    content: "\e67a";
}
.ti-shield:before {
    content: "\e67b";
}
.ti-notepad:before {
    content: "\e67c";
}
.ti-server:before {
    content: "\e67d";
}
.ti-quote-right:before {
    content: "\e67e";
}
.ti-quote-left:before {
    content: "\e67f";
}
.ti-pulse:before {
    content: "\e680";
}
.ti-printer:before {
    content: "\e681";
}
.ti-power-off:before {
    content: "\e682";
}
.ti-plug:before {
    content: "\e683";
}
.ti-pie-chart:before {
    content: "\e684";
}
.ti-paragraph:before {
    content: "\e685";
}
.ti-panel:before {
    content: "\e686";
}
.ti-package:before {
    content: "\e687";
}
.ti-music:before {
    content: "\e688";
}
.ti-music-alt:before {
    content: "\e689";
}
.ti-mouse:before {
    content: "\e68a";
}
.ti-mouse-alt:before {
    content: "\e68b";
}
.ti-money:before {
    content: "\e68c";
}
.ti-microphone:before {
    content: "\e68d";
}
.ti-menu:before {
    content: "\e68e";
}
.ti-menu-alt:before {
    content: "\e68f";
}
.ti-map:before {
    content: "\e690";
}
.ti-map-alt:before {
    content: "\e691";
}
.ti-loop:before {
    content: "\e692";
}
.ti-location-pin:before {
    content: "\e693";
}
.ti-list:before {
    content: "\e694";
}
.ti-light-bulb:before {
    content: "\e695";
}
.ti-Italic:before {
    content: "\e696";
}
.ti-info:before {
    content: "\e697";
}
.ti-infinite:before {
    content: "\e698";
}
.ti-id-badge:before {
    content: "\e699";
}
.ti-hummer:before {
    content: "\e69a";
}
.ti-home:before {
    content: "\e69b";
}
.ti-help:before {
    content: "\e69c";
}
.ti-headphone:before {
    content: "\e69d";
}
.ti-harddrives:before {
    content: "\e69e";
}
.ti-harddrive:before {
    content: "\e69f";
}
.ti-gift:before {
    content: "\e6a0";
}
.ti-game:before {
    content: "\e6a1";
}
.ti-filter:before {
    content: "\e6a2";
}
.ti-files:before {
    content: "\e6a3";
}
.ti-file:before {
    content: "\e6a4";
}
.ti-eraser:before {
    content: "\e6a5";
}
.ti-envelope:before {
    content: "\e6a6";
}
.ti-download:before {
    content: "\e6a7";
}
.ti-direction:before {
    content: "\e6a8";
}
.ti-direction-alt:before {
    content: "\e6a9";
}
.ti-dashboard:before {
    content: "\e6aa";
}
.ti-control-stop:before {
    content: "\e6ab";
}
.ti-control-shuffle:before {
    content: "\e6ac";
}
.ti-control-play:before {
    content: "\e6ad";
}
.ti-control-pause:before {
    content: "\e6ae";
}
.ti-control-forward:before {
    content: "\e6af";
}
.ti-control-backward:before {
    content: "\e6b0";
}
.ti-cloud:before {
    content: "\e6b1";
}
.ti-cloud-up:before {
    content: "\e6b2";
}
.ti-cloud-down:before {
    content: "\e6b3";
}
.ti-clipboard:before {
    content: "\e6b4";
}
.ti-car:before {
    content: "\e6b5";
}
.ti-calendar:before {
    content: "\e6b6";
}
.ti-book:before {
    content: "\e6b7";
}
.ti-bell:before {
    content: "\e6b8";
}
.ti-basketball:before {
    content: "\e6b9";
}
.ti-bar-chart:before {
    content: "\e6ba";
}
.ti-bar-chart-alt:before {
    content: "\e6bb";
}
.ti-back-right:before {
    content: "\e6bc";
}
.ti-back-left:before {
    content: "\e6bd";
}
.ti-arrows-corner:before {
    content: "\e6be";
}
.ti-archive:before {
    content: "\e6bf";
}
.ti-anchor:before {
    content: "\e6c0";
}
.ti-align-right:before {
    content: "\e6c1";
}
.ti-align-left:before {
    content: "\e6c2";
}
.ti-align-justify:before {
    content: "\e6c3";
}
.ti-align-center:before {
    content: "\e6c4";
}
.ti-alert:before {
    content: "\e6c5";
}
.ti-alarm-clock:before {
    content: "\e6c6";
}
.ti-agenda:before {
    content: "\e6c7";
}
.ti-write:before {
    content: "\e6c8";
}
.ti-window:before {
    content: "\e6c9";
}
.ti-widgetized:before {
    content: "\e6ca";
}
.ti-widget:before {
    content: "\e6cb";
}
.ti-widget-alt:before {
    content: "\e6cc";
}
.ti-wallet:before {
    content: "\e6cd";
}
.ti-video-clapper:before {
    content: "\e6ce";
}
.ti-video-camera:before {
    content: "\e6cf";
}
.ti-vector:before {
    content: "\e6d0";
}
.ti-themify-logo:before {
    content: "\e6d1";
}
.ti-themify-favicon:before {
    content: "\e6d2";
}
.ti-themify-favicon-alt:before {
    content: "\e6d3";
}
.ti-support:before {
    content: "\e6d4";
}
.ti-stamp:before {
    content: "\e6d5";
}
.ti-split-v-alt:before {
    content: "\e6d6";
}
.ti-slice:before {
    content: "\e6d7";
}
.ti-shortcode:before {
    content: "\e6d8";
}
.ti-shift-right-alt:before {
    content: "\e6d9";
}
.ti-shift-left-alt:before {
    content: "\e6da";
}
.ti-ruler-alt-2:before {
    content: "\e6db";
}
.ti-receipt:before {
    content: "\e6dc";
}
.ti-pin2:before {
    content: "\e6dd";
}
.ti-pin-alt:before {
    content: "\e6de";
}
.ti-pencil-alt2:before {
    content: "\e6df";
}
.ti-palette:before {
    content: "\e6e0";
}
.ti-more:before {
    content: "\e6e1";
}
.ti-more-alt:before {
    content: "\e6e2";
}
.ti-microphone-alt:before {
    content: "\e6e3";
}
.ti-magnet:before {
    content: "\e6e4";
}
.ti-line-double:before {
    content: "\e6e5";
}
.ti-line-dotted:before {
    content: "\e6e6";
}
.ti-line-dashed:before {
    content: "\e6e7";
}
.ti-layout-width-full:before {
    content: "\e6e8";
}
.ti-layout-width-default:before {
    content: "\e6e9";
}
.ti-layout-width-default-alt:before {
    content: "\e6ea";
}
.ti-layout-tab:before {
    content: "\e6eb";
}
.ti-layout-tab-window:before {
    content: "\e6ec";
}
.ti-layout-tab-v:before {
    content: "\e6ed";
}
.ti-layout-tab-min:before {
    content: "\e6ee";
}
.ti-layout-slider:before {
    content: "\e6ef";
}
.ti-layout-slider-alt:before {
    content: "\e6f0";
}
.ti-layout-sidebar-right:before {
    content: "\e6f1";
}
.ti-layout-sidebar-none:before {
    content: "\e6f2";
}
.ti-layout-sidebar-left:before {
    content: "\e6f3";
}
.ti-layout-placeholder:before {
    content: "\e6f4";
}
.ti-layout-menu:before {
    content: "\e6f5";
}
.ti-layout-menu-v:before {
    content: "\e6f6";
}
.ti-layout-menu-separated:before {
    content: "\e6f7";
}
.ti-layout-menu-full:before {
    content: "\e6f8";
}
.ti-layout-media-right-alt:before {
    content: "\e6f9";
}
.ti-layout-media-right:before {
    content: "\e6fa";
}
.ti-layout-media-overlay:before {
    content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}
.ti-layout-media-left-alt:before {
    content: "\e6fe";
}
.ti-layout-media-left:before {
    content: "\e6ff";
}
.ti-layout-media-center-alt:before {
    content: "\e700";
}
.ti-layout-media-center:before {
    content: "\e701";
}
.ti-layout-list-thumb:before {
    content: "\e702";
}
.ti-layout-list-thumb-alt:before {
    content: "\e703";
}
.ti-layout-list-post:before {
    content: "\e704";
}
.ti-layout-list-large-image:before {
    content: "\e705";
}
.ti-layout-line-solid:before {
    content: "\e706";
}
.ti-layout-grid4:before {
    content: "\e707";
}
.ti-layout-grid3:before {
    content: "\e708";
}
.ti-layout-grid2:before {
    content: "\e709";
}
.ti-layout-grid2-thumb:before {
    content: "\e70a";
}
.ti-layout-cta-right:before {
    content: "\e70b";
}
.ti-layout-cta-left:before {
    content: "\e70c";
}
.ti-layout-cta-center:before {
    content: "\e70d";
}
.ti-layout-cta-btn-right:before {
    content: "\e70e";
}
.ti-layout-cta-btn-left:before {
    content: "\e70f";
}
.ti-layout-column4:before {
    content: "\e710";
}
.ti-layout-column3:before {
    content: "\e711";
}
.ti-layout-column2:before {
    content: "\e712";
}
.ti-layout-accordion-separated:before {
    content: "\e713";
}
.ti-layout-accordion-merged:before {
    content: "\e714";
}
.ti-layout-accordion-list:before {
    content: "\e715";
}
.ti-ink-pen:before {
    content: "\e716";
}
.ti-info-alt:before {
    content: "\e717";
}
.ti-help-alt:before {
    content: "\e718";
}
.ti-headphone-alt:before {
    content: "\e719";
}
.ti-hand-point-up:before {
    content: "\e71a";
}
.ti-hand-point-right:before {
    content: "\e71b";
}
.ti-hand-point-left:before {
    content: "\e71c";
}
.ti-hand-point-down:before {
    content: "\e71d";
}
.ti-gallery:before {
    content: "\e71e";
}
.ti-face-smile:before {
    content: "\e71f";
}
.ti-face-sad:before {
    content: "\e720";
}
.ti-credit-card:before {
    content: "\e721";
}
.ti-control-skip-forward:before {
    content: "\e722";
}
.ti-control-skip-backward:before {
    content: "\e723";
}
.ti-control-record:before {
    content: "\e724";
}
.ti-control-eject:before {
    content: "\e725";
}
.ti-comments-smiley:before {
    content: "\e726";
}
.ti-brush-alt:before {
    content: "\e727";
}
.ti-youtube:before {
    content: "\e728";
}
.ti-vimeo:before {
    content: "\e729";
}
.ti-twitter:before {
    content: "\e72a";
}
.ti-time:before {
    content: "\e72b";
}
.ti-tumblr:before {
    content: "\e72c";
}
.ti-skype:before {
    content: "\e72d";
}
.ti-share:before {
    content: "\e72e";
}
.ti-share-alt:before {
    content: "\e72f";
}
.ti-rocket:before {
    content: "\e730";
}
.ti-pinterest:before {
    content: "\e731";
}
.ti-new-window:before {
    content: "\e732";
}
.ti-microsoft:before {
    content: "\e733";
}
.ti-list-ol:before {
    content: "\e734";
}
.ti-linkedin:before {
    content: "\e735";
}
.ti-layout-sidebar-2:before {
    content: "\e736";
}
.ti-layout-grid4-alt:before {
    content: "\e737";
}
.ti-layout-grid3-alt:before {
    content: "\e738";
}
.ti-layout-grid2-alt:before {
    content: "\e739";
}
.ti-layout-column4-alt:before {
    content: "\e73a";
}
.ti-layout-column3-alt:before {
    content: "\e73b";
}
.ti-layout-column2-alt:before {
    content: "\e73c";
}
.ti-instagram:before {
    content: "\e73d";
}
.ti-google:before {
    content: "\e73e";
}
.ti-github:before {
    content: "\e73f";
}
.ti-flickr:before {
    content: "\e740";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-dropbox:before {
    content: "\e742";
}
.ti-dribbble:before {
    content: "\e743";
}
.ti-apple:before {
    content: "\e744";
}
.ti-android:before {
    content: "\e745";
}
.ti-save:before {
    content: "\e746";
}
.ti-save-alt:before {
    content: "\e747";
}
.ti-yahoo:before {
    content: "\e748";
}
.ti-wordpress:before {
    content: "\e749";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-tumblr-alt:before {
    content: "\e74c";
}
.ti-trello:before {
    content: "\e74d";
}
.ti-stack-overflow:before {
    content: "\e74e";
}
.ti-soundcloud:before {
    content: "\e74f";
}
.ti-sharethis:before {
    content: "\e750";
}
.ti-sharethis-alt:before {
    content: "\e751";
}
.ti-reddit:before {
    content: "\e752";
}
.ti-pinterest-alt:before {
    content: "\e753";
}
.ti-microsoft-alt:before {
    content: "\e754";
}
.ti-linux:before {
    content: "\e755";
}
.ti-jsfiddle:before {
    content: "\e756";
}
.ti-joomla:before {
    content: "\e757";
}
.ti-html5:before {
    content: "\e758";
}
.ti-flickr-alt:before {
    content: "\e759";
}
.ti-email:before {
    content: "\e75a";
}
.ti-drupal:before {
    content: "\e75b";
}
.ti-dropbox-alt:before {
    content: "\e75c";
}
.ti-css3:before {
    content: "\e75d";
}
.ti-rss:before {
    content: "\e75e";
}
.ti-rss-alt:before {
    content: "\e75f";
}
.slick-slider {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: transparent
        url("/wp-content/themes/goody/assets/css/ajax-loader.gif") center center
        no-repeat;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: fontawesome;
    font-size: 18px;
    line-height: 10px;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}
[dir="rtl"] .slick-prev {
    left: 50px;
    right: auto;
}
.slick-prev:before {
    content: "\f104";
    font-family: fontawesome;
}
[dir="rtl"] .slick-prev:before {
    content: "\f104";
    font-family: fontawesome;
}
.slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: 10px;
}
.slick-next:before {
    content: "\f105";
    font-family: fontawesome;
}
[dir="rtl"] .slick-next:before {
    content: "\f105";
    font-family: fontawesome;
}
.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: -5px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 28px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 20px;
    top: 0;
    left: 0;
    content: "\f111";
    text-align: center;
    opacity: 0.5;
    color: #bb9757;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #525252;
} /*
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}
.slicknav_menu {
    *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}
.slicknav_nav {
    clear: both;
}
.slicknav_nav ul {
    display: block;
}
.slicknav_nav li {
    display: block;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_item a {
    display: inline;
}
.slicknav_nav .slicknav_row {
    display: block;
}
.slicknav_nav a {
    display: block;
}
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_brand {
    float: left;
}
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #4c4c4c;
}
.slicknav_menu * {
    box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    font-size: 22px;
}
.slicknav_btn {
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slicknav_nav {
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
    color: #e6430b;
}
.slicknav_nav > li:first-child a {
    border-top: none;
}
.slicknav_nav a {
    padding: 5px 10px;
    margin: 0px 5px;
    text-decoration: none;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    line-height: 44px;
    color: #fff;
}
.slicknav_nav a:hover {
    color: #e6430b;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}
.slicknav_btn {
    margin: 0 10px;
    height: 35px;
    line-height: 24px;
    padding: 5px;
    position: absolute;
    left: 4px;
    text-align: center;
    top: 2px;
    width: 45px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    z-index: 99999;
    display: none;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    line-height: 1.188em;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    height: 0.125em;
    width: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}
.slicknav_nav {
    clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
    display: block;
    float: none !important;
    width: 100%;
    position: relative;
}
.slicknav_nav li a.mega-menu-link {
    line-height: 44px;
}
.slicknav_nav .slicknav_arrow {
    font-size: 12px;
    margin: 0 0 0 0.4em;
    position: absolute;
    right: 20px;
    top: 18px;
    line-height: 20px;
}
.slicknav_menu .slicknav_item {
    padding: 0 !important;
    margin: 0 !important;
}
#main-navigation.horizontal-menu .slicknav_menu ul.mega-sub-menu {
    box-shadow: none !important;
    padding-left: 4% !important;
}
.slicknav_nav .mega-menu-link {
    margin: 0 10px !important;
    padding: 5px 0 !important;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_row {
    display: block;
}
.slicknav_nav a {
    display: block !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #fff !important;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_menu::before,
.slicknav_menu::after {
    content: " ";
    display: table;
}
.slicknav_menu::after {
    clear: both;
}
.slicknav_menu {
    font-size: 16px;
}
.slicknav_btn {
    position: absolute;
    top: 0;
    left: 0;
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
.header-top-black .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_nav {
    background-color: #000;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 9999;
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: outside none none;
}
.slicknav_nav ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.slicknav_nav .slicknav_row {
    margin: 2px 5px;
    padding: 5px 10px;
}
.slicknav_nav a {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 2px 5px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_menu .slicknav_no-text {
    margin-top: 7px;
}
.slicknav_menu .mega-block-title {
    color: #ffffff !important;
    font-size: 12px;
    text-transform: uppercase;
} /* Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
    background: white;
}
.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-prev-next-button .arrow {
    fill: #333;
}
.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1;
}
ul {
    list-style-type: square;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}
img.aligncenter {
    margin: 5px auto;
}
img.alignnone {
    margin: 5px 0;
}
.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
    color: #757575;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}
.rsswidget img,
img.wp-smiley {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.alignleft + ol,
.wp-caption.alignleft + ul {
    list-style-position: inside;
}
.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}
.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(7.6923% + 24px);
    padding-top: calc(7.6923% + 24px);
}
.sticky-post {
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #f25c2c;
    padding-right: 10px;
}
.sticky .posted-on {
    display: none;
}
.updated:not(.published) {
    display: none;
}
.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: 30px;
}
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
    max-width: 100%;
    height: auto;
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.bypostauthor .text-user {
    color: #ed145b;
}
.archive-blog .article-meta .posted-on {
    padding-right: 15px;
}
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    overflow-wrap: normal;
    position: absolute;
    width: 1px;
}
.rtl .archive-blog .article-meta .posted-on {
    padding-left: 15px;
}
.rtl .pull-left {
    float: right !important;
}
.rtl .pull-right {
    float: left !important;
}
.rtl [class*="col-"] {
    float: right;
}
.rtl .vc_row[data-vc-full-width] {
    float: left;
}
.rtl .next.page-numbers {
    line-height: 44px;
}
.rtl .next.page-numbers .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .prev.page-numbers {
    line-height: 44px;
}
.rtl .prev.page-numbers .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .slick-prev.slick-arrow,
.rtl .slick-next.slick-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .nano > .nano-content {
    left: -17px !important;
    right: inherit !important;
}
.wpb_single_image {
    overflow: hidden;
    display: block;
}
.wpb_single_image a {
    display: block !important;
}
.wpb_single_image .vc_single_image-wrapper {
    display: block !important;
}
.wpb_single_image:hover {
    cursor: pointer;
}
.hover-image {
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: auto;
}
.img-effect:hover .wp-post-image {
    margin-left: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.rtl .img-effect:hover .wp-post-image {
    margin-right: 100%;
    margin-left: inherit;
}
.img-effect:hover .hover-image {
    right: 0;
    left: 0%;
    margin: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
div.affect-border:hover:before {
    top: 1px;
    left: 0px;
}
.rtl div.affect-border:hover:before {
    right: 0px;
    left: auto;
}
div.affect-border:hover:after {
    top: -1px;
    right: 0px;
}
.rtl div.affect-border:hover:after {
    left: 0px;
    right: auto;
}
div.affect-border:hover div.affect-border-inner:before {
    top: 0;
    left: 0px;
}
.rtl div.affect-border:hover div.affect-border-inner:before {
    right: 0px;
    left: auto;
}
div.affect-border:hover div.affect-border-inner:after {
    bottom: 0;
    left: 0px;
}
.rtl div.affect-border:hover div.affect-border-inner:after {
    right: 0px;
    left: auto;
}
div.affect-border,
div.affect-border-inner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: block;
}
div.affect-border:before,
div.affect-border:after,
div.affect-border-inner:before,
div.affect-border-inner:after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: " ";
    display: block;
    position: absolute;
    z-index: 99;
    background: #525252;
}
div.affect-border:before,
div.affect-border:after {
    height: 100%;
    width: 2px;
}
div.affect-border:before {
    top: -100%;
    left: 0px;
}
.rtl div.affect-border:before {
    right: 0px;
    left: auto;
}
div.affect-border:after {
    top: 100%;
    right: 0px;
}
.rtl div.affect-border:after {
    left: 0px;
    right: auto;
}
div.affect-border-inner:before,
div.affect-border-inner:after {
    height: 2px;
    width: 100%;
}
div.affect-border-inner:before {
    top: 0;
    left: 100%;
}
.rtl div.affect-border-inner:before {
    right: 100%;
    left: auto;
}
div.affect-border-inner:after {
    bottom: 0;
    left: -100%;
}
.rtl div.affect-border-inner:after {
    right: -100%;
    left: auto;
}
.affect-zoo-border {
    position: relative;
}
.affect-zoo-border-inner {
    -webkit-transform: translate3d(-20px, 0px, 0px);
    -ms-transform: translate3d(-20px, 0px, 0px);
    -moz-transform: translate3d(-20px, 0px, 0px);
    transform: translate3d(-20px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}
.affect-zoo-border-inner img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.affect-zoo-border-inner:hover {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.affect-zoo-border:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    border: 1px solid transparent;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.affect-zoo-border:hover:before {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #fff;
}
.slide-border .overlay_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.slide-border .overlay_border:before,
.slide-border .overlay_border:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
}
.slide-border .overlay_border:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.slide-border .overlay_border:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.slide-border:hover .overlay_border:before,
.slide-border:hover .overlay_border:after,
.slide-border.hover .overlay_border:before,
.slide-border.hover .overlay_border:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slide-border .overlay_border:before,
.slide-border .overlay_border:before,
.slide-border .overlay_border:after,
.slide-border .overlay_border:after {
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 14px;
}
.rtl .slide-border .overlay_border:before,
.rtl .slide-border .overlay_border:before,
.rtl .slide-border .overlay_border:after,
.rtl .slide-border .overlay_border:after {
    left: 15px;
    right: auto;
}
.rtl .slide-border .overlay_border:before,
.rtl .slide-border .overlay_border:before,
.rtl .slide-border .overlay_border:after,
.rtl .slide-border .overlay_border:after {
    right: 14px;
    left: auto;
}
.affect-plus {
    position: relative;
}
.affect-plus::before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.4) rotateY(180deg);
    -moz-transform: scale(0.4) rotateY(180deg);
    -ms-transform: scale(0.4) rotateY(180deg);
    -o-transform: scale(0.4) rotateY(180deg);
    transform: scale(0.4) rotateY(180deg);
    background: url("/wp-content/themes/goody/assets/images/plus.png") no-repeat
        scroll center center/60px 60px rgba(0, 0, 0, 0.6);
    pointer-events: none;
}
.rtl .affect-plus::before {
    right: 0;
    left: auto;
}
.affect-plus:hover::before {
    visibility: visible;
    opacity: 0.6;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}
.affect-zoom {
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.affect-zoom:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    pointer-events: none;
}
.rtl .affect-zoom:after {
    right: 0px;
    left: auto;
}
.affect-zoom img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.affect-zoom:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.affect-zoom-animation {
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.affect-zoom-animation:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}
.rtl .affect-zoom-animation:after {
    right: 0px;
    left: auto;
}
.affect-zoom-animation:hover:after {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: rgba(0, 0, 0, 0.3);
}
.affect-zoom-animation:hover img {
    animation: 10s linear 0s alternate none 2 running animation_zoom;
}
@keyframes animation_zoom {
    0% {
        transform: scale(1) translateX(0px);
    }
    50% {
        transform: scale(1.2) translateX(-10px);
    }
    75% {
        transform: scale(1.3) translateX(-20px);
    }
    100% {
        transform: scale(1.4) translateX(-30px);
    }
}
.affect-fast {
    position: relative;
}
.affect-fast:after {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: url("/wp-content/themes/goody/assets/images/mlass.png")
        no-repeat;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    pointer-events: none;
}
.rtl .affect-fast:after {
    right: -100%;
    left: auto;
}
.affect-fast:before {
    border: 6px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0px;
    overflow: visible;
    position: absolute;
    right: 0px;
    top: 0;
    pointer-events: none;
}
.rtl .affect-fast:before {
    right: 0px;
    left: auto;
}
.rtl .affect-fast:before {
    left: 0px;
    right: auto;
}
.affect-fast:hover:after {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    left: 100%;
}
.rtl .affect-fast:hover:after {
    right: 100%;
    left: auto;
}
.add-links,
.quick-view {
    display: inline-block;
}
.caption-product .ground-addcart {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    left: 0;
    opacity: 0;
    text-align: left;
}
.rtl .caption-product .ground-addcart {
    text-align: right;
}
.product-block {
    overflow: hidden;
}
.product-block:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.product-block:hover .ground-addcart {
    left: 15px;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.product-block:hover .quick-view {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.product-block .wp-post-image {
    margin-left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.rtl .product-block .wp-post-image {
    margin-right: 0;
    margin-left: inherit;
}
.product-block .hover-image {
    display: none;
    position: absolute;
}
.list-view .product-block:hover .caption-product {
    background: transparent;
}
.list-view .product-block:hover .name a {
    color: #282828;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0 !important;
}
.inline input {
    height: auto;
}
.center {
    text-align: center;
}
.js-vc_parallax-o-image {
    background-attachment: fixed;
    background-clip: padding-box;
    background-position: 0 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.ads-item > * {
    margin-bottom: 30px;
    text-align: center;
}
.ads-item.col-xs-6 > * {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}
.layout-list .ads-item > * {
    margin-bottom: 60px;
    text-align: center;
}
.ads_content_single {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}
.rtl .ads_content_single {
    padding-right: 30px;
    padding-left: inherit;
}
.advertising_content_single {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}
.has-padding-top {
    padding-top: 60px;
}
.ads_bottom {
    margin-top: 30px;
}
html {
    height: 100%;
}
body {
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
}
#page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}
.site-content {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
    min-height: 0;
}
footer {
    clear: both;
    float: left;
    position: relative;
    right: 0px;
    width: 100%;
}
.rtl footer {
    float: right;
}
.rtl footer {
    left: 0px;
    right: auto;
}
a {
    line-height: 1;
    color: #757575;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #525252;
}
btn {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
btn:hover,
btn:focus {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 400;
    color: #282828;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #282828;
}
th {
    font-weight: 500;
}
select {
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    font-size: 16px;
}
label {
    color: #282828;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
b,
strong {
    font-weight: 500;
}
.radio,
.checkbox {
    display: inline-block;
}
blockquote {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    border-left: 0;
    padding: 20px 30px 20px 50px;
    background: #f3f3f3;
    border-left: 5px solid #525252;
}
.rtl blockquote {
    border-right: 0;
    border-left: inherit;
}
.rtl blockquote {
    padding: 20px 50px 20px 30px;
}
.rtl blockquote {
    border-right: 5px solid #525252;
    border-left: inherit;
}
p {
    margin: 0 0 20px;
}
img,
.post-image {
    max-width: 100%;
    height: auto;
}
img:focus,
.post-image:focus {
    border: none;
    border-color: none;
    outline: none;
    outline-offset: none;
}
.img.size-full {
    height: auto;
    max-width: 100%;
}
.alignright {
    float: right;
}
.rtl .alignright {
    float: left;
}
.alignleft {
    float: left;
}
.rtl .alignleft {
    float: right;
}
.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
input {
    height: 36px;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 10px;
    border: 1px solid #e9e9e9;
}
.form-control {
    -webkit-appearance: none;
    appearance: none;
}
input[type="submit"] {
    background: #525252;
    border: 1px solid #525252;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: auto;
    line-height: 28px;
    font-weight: 500;
    padding: 3px 30px;
    text-transform: uppercase;
    vertical-align: top;
}
input[type="text"] {
    border-radius: 100px;
}
.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
}
.rtl .video-responsive embed,
.rtl .video-responsive iframe,
.rtl .video-responsive iframe,
.rtl .video-responsive video {
    right: 0;
    left: auto;
}
.audio-responsive iframe {
    width: 100%;
    height: 126px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.alert {
    margin: 20px 0;
    padding: 20px;
}
div.tags-list a,
div.tagcloud a {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #757575;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 3px;
    padding: 7px 10px;
    font-size: 14px;
}
.rtl div.tags-list a,
.rtl div.tagcloud a {
    margin-right: 3px;
    margin-left: inherit;
}
div.tags-list a:hover,
div.tagcloud a:hover {
    color: #fff;
    background: #525252;
    border: 1px solid #525252;
}
dt {
    font-weight: 500;
    color: #282828;
}
.required {
    border: 0 none;
    color: #ff0000;
    font-weight: 700;
}
.tagcloud a {
    font-size: 12px !important;
    color: #757575;
}
.tagcloud a:hover {
    color: #fff;
}
pre {
    border: none;
    border-radius: 0;
}
table {
    background: #fff;
    color: #212121;
    border: 1px solid #e5e5e5;
}
table thead {
    background: #fafafa;
}
table thead > tr > th {
    border-bottom: 1px solid #e5e5e5;
}
table th {
    font-weight: 400;
}
table tbody {
    font-size: 13px;
}
#today a {
    color: #fff;
}
span.dots {
    background: #fff;
    color: #757575;
    border: 1px solid #e9e9e9;
}
.pagination {
    text-align: center;
    width: 100%;
}
.pagination .screen-reader-text {
    display: none;
}
.pagination .nav-links {
    margin: 30px 0 0;
}
.pagination .nav-links > * {
    display: inline-block;
    padding: 8px 15px;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.pagination .nav-links a {
    color: #757575;
}
.page-links .page-numbers {
    color: #fff;
    background: #525252;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    border: 1px solid #525252;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.page-links .screen-reader-text {
    display: none;
}
.page-links a > .page-numbers {
    color: #757575;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e9e9e9;
}
.page-links a > .page-numbers:hover {
    color: #fff;
    background: #525252;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #525252;
}
.searchform .btn-primary {
    border: none;
}
.bottun-contact {
    margin-top: 40px;
}
body {
    font-family: "Roboto", Arial, serif;
}
.btn-outline {
    color: #525252;
    border-style: solid;
    background-color: transparent;
    border-color: #525252;
    border-radius: 2px;
    font-family: "Roboto";
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    height: auto;
    cursor: pointer;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #525252;
    background-color: transparent;
    border-color: #525252;
    box-shadow: none;
}
.open .btn-outline.dropdown-toggle {
    color: #525252;
    background-color: transparent;
    border-color: #525252;
}
.btn-outline:active,
.btn-outline.active {
    background-image: none;
}
.open .btn-outline.dropdown-toggle {
    background-image: none;
}
.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
    background-color: transparent;
    border-color: #525252;
}
.btn-outline .badge {
    color: transparent;
    background-color: #525252;
}
.btn-inverse {
    color: #fff;
    border-style: solid;
    background-color: #525252;
    border-color: #525252;
    border-radius: 2px;
    font-family: "Roboto";
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    height: auto;
    cursor: pointer;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
    box-shadow: none;
}
.open .btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}
.btn-inverse:active,
.btn-inverse.active {
    background-image: none;
}
.open .btn-inverse.dropdown-toggle {
    background-image: none;
}
.btn-inverse.disabled,
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled],
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
    background-color: #525252;
    border-color: #525252;
}
.btn-inverse .badge {
    color: #525252;
    background-color: #fff;
}
.btn-variant {
    color: #fff;
    border-style: solid;
    background-color: #525252;
    border-color: #525252;
    border-radius: 2px;
    font-family: "Roboto";
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    height: auto;
    cursor: pointer;
    padding: 10px 30px;
}
.btn-variant:hover,
.btn-variant:focus,
.btn-variant:active,
.btn-variant.active {
    color: #fff;
    background-color: #393939;
    border-color: #393939;
    box-shadow: none;
}
.open .btn-variant.dropdown-toggle {
    color: #fff;
    background-color: #393939;
    border-color: #393939;
}
.btn-variant:active,
.btn-variant.active {
    background-image: none;
}
.open .btn-variant.dropdown-toggle {
    background-image: none;
}
.btn-variant.disabled,
.btn-variant.disabled:hover,
.btn-variant.disabled:focus,
.btn-variant.disabled:active,
.btn-variant.disabled.active,
.btn-variant[disabled],
.btn-variant[disabled]:hover,
.btn-variant[disabled]:focus,
.btn-variant[disabled]:active,
.btn-variant[disabled].active,
fieldset[disabled] .btn-variant,
fieldset[disabled] .btn-variant:hover,
fieldset[disabled] .btn-variant:focus,
fieldset[disabled] .btn-variant:active,
fieldset[disabled] .btn-variant.active {
    background-color: #525252;
    border-color: #525252;
}
.btn-variant .badge {
    color: #525252;
    background-color: #fff;
}
.button {
    color: #fff;
    border-style: solid;
    background-color: #282828;
    border-color: #282828;
    border-radius: 2px;
    font-family: "Roboto";
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    height: auto;
    cursor: pointer;
    padding: 12px 50px;
    border-width: 0;
}
.button:hover,
.button:focus,
.button:active,
.button.active {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
    box-shadow: none;
}
.open .button.dropdown-toggle {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}
.button:active,
.button.active {
    background-image: none;
}
.open .button.dropdown-toggle {
    background-image: none;
}
.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:active,
.button.disabled.active,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus,
.button[disabled]:active,
.button[disabled].active,
fieldset[disabled] .button,
fieldset[disabled] .button:hover,
fieldset[disabled] .button:focus,
fieldset[disabled] .button:active,
fieldset[disabled] .button.active {
    background-color: #282828;
    border-color: #282828;
}
.button .badge {
    color: #282828;
    background-color: #fff;
}
#loadMore,
#loadMoreCat {
    box-shadow: none;
    background: white;
    border: 1px solid #dfdfdf;
    padding: 14px 0;
    border-radius: 0;
    letter-spacing: 1.5px;
    font-size: 13px;
    display: block;
    margin: 10px auto;
    text-align: center;
    color: #282828;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#loadMore:hover,
#loadMoreCat:hover {
    color: #fff;
    border: 1px solid #525252;
    background: #525252;
}
#loadMore:active,
#loadMore:focus,
#loadMoreCat:active,
#loadMoreCat:focus {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#loadMore.loading,
#loadMoreCat.loading {
    width: 100px;
    height: 100px;
    background: #fff;
}
#loadMore.hidden {
    display: block !important;
    opacity: 0;
    pointer-events: none;
}
#loadMoreCat {
    margin-top: -57px;
}
.form-control {
    background: #fff;
    box-shadow: none;
    border: 1px solid #e9e9e9;
}
.form-control:focus {
    border: 1px solid #e9e9e9;
    border-color: none;
    outline: none;
    box-shadow: none;
}
.input-group input,
.input-group .form-control {
    height: 40px;
}
.input-group .btn {
    padding: 7px 17px;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
    outline: none;
}
.form-control::-moz-placeholder {
    font-weight: 300;
    color: #ccc;
}
.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    position: relative;
    display: block;
}
.wpcf7-form .form-control {
    background: white;
    border-radius: 3px;
}
.nav-tabs {
    border: none;
}
.nav-tabs > li {
    float: left;
    padding-right: 15px;
}
.rtl .nav-tabs > li {
    float: right;
}
.rtl .nav-tabs > li {
    padding-left: 15px;
    padding-right: inherit;
}
.nav-tabs > li > a {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    background: transparent;
}
.nav-tabs > li.active > a {
    color: #525252;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: none;
    color: #525252;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.header-content-right .goody-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.header-content-right .goody-hidden .searchform,
.header-content-right .goody-hidden .woocommerce-product-search {
    opacity: 0;
    padding: 50px !important;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.header-content-right .goody-hidden .btn-mini-close {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.searchform-mini {
    padding-left: 50px;
    cursor: pointer;
    position: relative;
}
.rtl .searchform-mini {
    padding-right: 50px;
    padding-left: inherit;
}
.widget_search .btn-primary,
.error-404 .btn-primary {
    background: #fcfcfc;
    border: none;
    padding: 11px 20px;
    color: #fff;
}
.btn-mini-search {
    border: none;
    line-height: 20px;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    z-index: 99;
    position: relative;
    color: #282828;
}
.btn-mini-search:hover {
    color: #525252;
}
.search-transition-wrap {
    opacity: 1;
    visibility: visible;
    background: rgba(20, 22, 24, 0.95);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100% !important;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    z-index: 99999;
}
.search-transition-wrap .search-transition-inner {
    padding: 0 25% !important;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    border: none !important;
}
.search-transition-wrap .searchform,
.search-transition-wrap .woocommerce-product-search {
    opacity: 1;
    padding: 50px !important;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.search-transition-wrap .searchform .form-control,
.search-transition-wrap .woocommerce-product-search .form-control {
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    height: 50px;
    padding: 0;
}
.search-transition-wrap .searchform .input-group,
.search-transition-wrap .woocommerce-product-search .input-group {
    border-bottom: 1px solid #fff;
    padding: 0 !important;
}
.search-transition-wrap .searchform .btn,
.search-transition-wrap .woocommerce-product-search .btn {
    background: none;
    font-size: 16px;
    padding: 0 15px;
}
.search-transition-wrap .btn-mini-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
    font-size: 18px;
    position: absolute;
    top: -10px;
    right: 25%;
    margin-right: 50px;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.rtl .search-transition-wrap .btn-mini-close {
    left: 25%;
    right: auto;
}
.rtl .search-transition-wrap .btn-mini-close {
    margin-left: 50px;
    margin-right: inherit;
}
.search-transition-wrap .btn-mini-close * {
    color: #fff !important;
}
.widget_search .form-control {
    background: #fff;
    box-shadow: none;
    font-size: 14px;
}
.widget_search .widgettitle {
    padding-top: 0;
}
.sidebar .widget_search .widgettitle {
    padding-top: 30px;
    margin: 0;
}
.sidebar .widget_search form {
    padding: 26px;
    padding-top: 40px;
}
.form-group {
    margin-bottom: 20px;
}
.slick-prev,
.slick-next {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    color: #757575;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    position: absolute;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.slick-prev:before,
.slick-next:before {
    color: #757575;
}
.slick-prev:hover,
.slick-next:hover {
    background: #525252;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}
.product-carousel:hover .slick-prev,
.product-carousel:hover .slick-next {
    opacity: 1;
}
#na-menu-primary ul.mega-menu > li > a {
    color: #282828;
    line-height: 100px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 0 20px;
}
#na-menu-primary ul.mega-menu > li > a:hover,
#na-menu-primary ul.mega-menu > li > a:focus {
    color: #525252;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#na-menu-primary ul.mega-menu {
    position: static;
}
#na-menu-primary ul.mega-menu li.information_widget:first-child {
    clear: left;
}
#na-menu-primary ul.mega-menu .mega-sub-menu {
    max-width: 1170px;
}
#na-menu-primary ul.mega-menu ul > li {
    float: none;
}
#na-menu-primary ul.mega-menu > li[class*="mega-current-"] > a {
    color: #525252 !important;
}
#na-menu-primary ul.mega-menu > li[class*="mega-current-"] > a:before {
    color: #525252 !important;
}
#na-menu-primary ul li a {
    display: inline-block;
}
#na-menu-primary ul {
    margin: 0;
    padding: 0;
    position: relative;
}
#na-menu-primary ul:before,
#na-menu-primary ul:after {
    content: " ";
    display: table;
}
#na-menu-primary ul:after {
    clear: both;
}
#na-menu-primary ul > li {
    list-style: none;
    position: relative;
    float: left;
}
.rtl #na-menu-primary ul > li {
    float: right;
}
#na-menu-primary ul > li[class*="-has-children"] > a:before {
    position: absolute;
    content: "\f107";
    color: #282828;
    font-family: "fontawesome";
    right: 5px;
    top: 0px;
    font-size: 12px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.rtl #na-menu-primary ul > li[class*="-has-children"] > a:before {
    left: 5px;
    right: auto;
}
#na-menu-primary ul > li:hover[class*="-has-children"] > a:before {
    color: #525252;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#na-menu-primary ul > li > a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828;
    padding: 0;
    position: relative;
    font-family: "Roboto";
    letter-spacing: 1px;
}
#na-menu-primary ul > li > a:hover,
#na-menu-primary ul > li > a:focus {
    color: #525252;
    background: transparent;
}
#na-menu-primary ul > li > a:hover:after,
#na-menu-primary ul > li > a:focus:after {
    opacity: 1;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#na-menu-primary ul > li > ul {
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    position: absolute !important;
    min-width: 215px;
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 99999;
}
#na-menu-primary ul > li > ul li[class*="-has-children"] a:before {
    content: none;
}
#na-menu-primary ul > li > ul li[class*="-has-children"]:after {
    position: absolute;
    content: "\f105";
    color: #282828;
    font-family: "fontawesome";
    right: 10px;
    line-height: 50px;
    top: 0;
}
.rtl #na-menu-primary ul > li > ul li[class*="-has-children"]:after {
    left: 10px;
    right: auto;
}
#na-menu-primary ul > li > ul li[class*="-has-children"]:hover:after {
    color: #525252;
}
#na-menu-primary ul > li > ul > li {
    float: none;
    display: block;
    border-right: none;
    text-align: left;
    border-top: 1px solid #f3f3f3;
    color: #757575;
}
.rtl #na-menu-primary ul > li > ul > li {
    border-left: none;
    border-right: inherit;
}
.rtl #na-menu-primary ul > li > ul > li {
    text-align: right;
}
#na-menu-primary ul > li > ul > li:first-child {
    border-left: none;
}
.rtl #na-menu-primary ul > li > ul > li:first-child {
    border-right: none;
    border-left: inherit;
}
#na-menu-primary ul > li > ul > li a {
    padding: 15px 25px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}
#na-menu-primary ul > li > ul a {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
#na-menu-primary ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#na-menu-primary .mega-sub-menu > li a,
#na-menu-primary .mega-sub-menu > li a {
    color: #757575;
}
#na-menu-primary ul > li > ul > li ul {
    float: none !important;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
.rtl #na-menu-primary ul > li > ul > li ul {
    right: 100%;
    left: auto;
}
#na-menu-primary ul > li > ul > li:hover > ul {
    display: block;
}
#na-menu-primary ul > li > ul > li:hover > .sub-menu {
    top: 0;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu {
    width: 101%;
    padding: 0px 15px 0px;
    border-top: 1px solid #f3f3f3;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu li {
    border-right: none;
}
.rtl #na-menu-primary .mega-menu-megamenu .mega-sub-menu li {
    border-left: none;
    border-right: inherit;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
    border-left: none;
}
.rtl #na-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
    border-right: none;
    border-left: inherit;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu > * {
    border: none;
    padding: 0 15px;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:after {
    content: none;
}
#na-menu-primary .mega-menu-megamenu .widget_nav_menu {
    text-align: center;
}
#na-menu-primary .mega-menu-megamenu .wpb_column {
    border-right: 1px solid #eee;
}
.rtl #na-menu-primary .mega-menu-megamenu .wpb_column {
    border-left: 1px solid #eee;
    border-right: inherit;
}
#na-menu-primary .mega-menu-megamenu .wpb_column:last-child {
    border-right: 0px solid #eee;
}
.rtl #na-menu-primary .mega-menu-megamenu .wpb_column:last-child {
    border-left: 0px solid #eee;
    border-right: inherit;
}
#na-menu-primary .mega-menu-megamenu .vc_wp_custommenu {
    margin-bottom: 20px;
}
#na-menu-primary .mega-menu-megamenu .widgettitle {
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 600;
}
#na-menu-primary .mega-menu-megamenu .widget_text {
    padding-left: 0;
    padding-right: 0;
}
#na-menu-primary .mega-menu-megamenu .widget_nav_menu {
    margin-top: 30px;
    min-height: 180px;
}
#na-menu-primary .mega-menu-megamenu .wpb_single_image {
    padding: 0 15%;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu {
    position: static;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul {
    right: 0px;
}
.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu > ul {
    left: 0px;
    right: auto;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul:before,
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
    content: " ";
    display: table;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
    clear: both;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
    float: left;
}
.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
    float: right;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
    display: block;
    position: relative;
    left: 0;
}
.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
    right: 0;
    left: auto;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item {
    float: none;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a {
    padding: 5px 0px !important;
    font-size: 12px;
    text-transform: capitalize;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a:after {
    content: none;
}
.mega-menu-columns-1-of-1 {
    width: 100%;
}
.mega-menu-columns-1-of-2 {
    width: 50%;
}
.mega-menu-columns-2-of-2 {
    width: 100%;
}
.mega-menu-columns-1-of-3 {
    width: 33.33333%;
}
.mega-menu-columns-2-of-3 {
    width: 66.66667%;
}
.mega-menu-columns-3-of-3 {
    width: 100%;
}
.mega-menu-columns-1-of-4 {
    width: 25%;
}
.mega-menu-columns-2-of-4 {
    width: 50%;
}
.mega-menu-columns-3-of-4 {
    width: 75%;
}
.mega-menu-columns-4-of-4 {
    width: 100%;
}
.mega-menu-columns-1-of-5 {
    width: 20%;
}
.mega-menu-columns-2-of-5 {
    width: 40%;
}
.mega-menu-columns-3-of-5 {
    width: 60%;
}
.mega-menu-columns-4-of-5 {
    width: 80%;
}
.mega-menu-columns-5-of-5 {
    width: 100%;
}
.mega-menu-columns-1-of-6 {
    width: 16.66667%;
}
.mega-menu-columns-2-of-6 {
    width: 33.33333%;
}
.mega-menu-columns-3-of-6 {
    width: 50%;
}
.mega-menu-columns-4-of-6 {
    width: 66.66667%;
}
.mega-menu-columns-5-of-6 {
    width: 83.33333%;
}
.mega-menu-columns-6-of-6 {
    width: 100%;
}
.mega-menu-columns-1-of-7 {
    width: 14.28571%;
}
.mega-menu-columns-2-of-7 {
    width: 28.57143%;
}
.mega-menu-columns-3-of-7 {
    width: 42.85714%;
}
.mega-menu-columns-4-of-7 {
    width: 57.14286%;
}
.mega-menu-columns-5-of-7 {
    width: 71.42857%;
}
.mega-menu-columns-6-of-7 {
    width: 85.71429%;
}
.mega-menu-columns-7-of-7 {
    width: 100%;
}
.mega-menu-columns-1-of-8 {
    width: 12.5%;
}
.mega-menu-columns-2-of-8 {
    width: 25%;
}
.mega-menu-columns-3-of-8 {
    width: 37.5%;
}
.mega-menu-columns-4-of-8 {
    width: 50%;
}
.mega-menu-columns-5-of-8 {
    width: 62.5%;
}
.mega-menu-columns-6-of-8 {
    width: 75%;
}
.mega-menu-columns-7-of-8 {
    width: 87.5%;
}
.mega-menu-columns-8-of-8 {
    width: 100%;
}
#na-menu-primary .mega-block-title {
    padding-bottom: 15px;
    color: #757575;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f3f3;
    margin: 10px 0;
}
#na-menu-primary .product_list_widget {
    box-shadow: none;
    max-width: 400px;
    position: relative !important;
}
#na-menu-primary .product_list_widget > li {
    margin-bottom: 30px;
    border: none;
}
#na-menu-primary .product_list_widget > li:before,
#na-menu-primary .product_list_widget > li:after {
    content: " ";
    display: table;
}
#na-menu-primary .product_list_widget > li:after {
    clear: both;
}
#na-menu-primary .product_list_widget > li .product-image {
    padding: 0 !important;
}
#na-menu-primary .cart_list.product_list_widget > li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}
#na-menu-primary .product-image {
    margin-right: 10px;
    width: auto;
    padding: 0;
    float: left;
}
.rtl #na-menu-primary .product-image {
    margin-left: 10px;
    margin-right: inherit;
}
.rtl #na-menu-primary .product-image {
    float: right;
}
#na-menu-primary .product-image .img-effect:hover .wp-post-image {
    margin-left: 0%;
    transition: all 0.4s ease 0s;
}
.rtl #na-menu-primary .product-image .img-effect:hover .wp-post-image {
    margin-right: 0%;
    margin-left: inherit;
}
#na-menu-primary .product-image .hover-image {
    display: none;
}
#na-menu-primary .product-details {
    padding: 0;
    overflow: hidden;
}
#na-menu-primary .product-details a {
    padding-left: 0px;
    color: #000000;
    font-size: 15px;
    padding-bottom: 10px;
}
.rtl #na-menu-primary .product-details a {
    padding-right: 0px;
    padding-left: inherit;
}
#na-menu-primary .product-details a:hover {
    color: #525252;
}
#na-menu-primary .product-details .amount {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}
#na-menu-primary .widget_sp_image-image-link {
    padding: 0;
}
#na-menu-primary .widget_sp_image-description {
    padding: 15px 0;
    font-style: italic;
    text-align: justify;
}
.site-header.fixed {
    z-index: 9999;
}
.site-header.fixed .header-fixed {
    background: #fff;
}
.admin-bar .site-header.fixed {
    top: 32px;
}
body {
    overflow-x: hidden;
}
@media (max-width: 991px) {
    .slicknav_btn {
        display: block !important;
    }
}
.share-links {
    text-align: center;
}
.share-links .count-share {
    vertical-align: middle;
    color: #252525;
    position: relative;
}
.share-links .count-share i {
    font-size: 16px;
    color: #525252;
}
.share-links .count-share .social-item i {
    font-size: 14px;
    color: #9e9e9e;
    padding-right: 0px;
}
.rtl .share-links .count-share .social-item i {
    padding-left: 0px;
    padding-right: inherit;
}
.share-links .social-icons {
    margin: 0;
    text-align: right;
    display: inline-block;
}
.rtl .share-links .social-icons {
    text-align: left;
}
.share-links .social-item {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    text-align: center;
    width: 32px;
    border-radius: 100%;
}
.share-links .social-item:first-child {
    margin-left: 0;
}
.share-links .social-item:hover i {
    color: #525252;
}
.share-links .social-item > a {
    display: inline-block;
    text-align: center;
}
.share-links .author-social {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    margin-right: 3px;
}
.rtl .share-links .author-social {
    margin-left: 3px;
    margin-right: inherit;
}
.share-links .author-social .fa {
    font-size: 14px;
    padding-right: 10px;
}
.rtl .share-links .author-social .fa {
    padding-left: 10px;
    padding-right: inherit;
}
.sb_instagram {
    position: relative;
}
#sb_instagram #sbi_load div.sbi_follow_btn {
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #fff;
}
#sb_instagram {
    position: relative;
}
.sbi_follow_btn {
    margin: 20px;
}
.sbi_follow_btn .fa-instagram {
    padding-bottom: 10px;
}
#sb_instagram #sbi_load .fa,
#sb_instagram .sbi_follow_btn .fa {
    font-size: 18px;
    color: #525252;
}
#sb_instagram .sbi_follow_btn a {
    background: none;
    color: #757575;
    background: #fff;
    font-size: 14px;
    padding: 3px 20px 0;
}
.header-placeholder {
    display: none;
}
.header-placeholder.fixed {
    display: block;
}
.site-header {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}
.site-header .boxed {
    max-width: 1170px;
    margin: auto;
}
.site-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 15px;
}
.site-title a {
    color: #525252;
}
.site-description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
#goody-header {
    position: relative;
}
.goody-header-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-content-logo {
    min-width: 250px;
}
.header-content-menu {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 30px;
}
.header-content-menu > .nav-menu {
    float: left;
}
.rtl .header-content-menu > .nav-menu {
    float: right;
}
.header-content-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-center .input-group-btn {
    border: none;
}
.header-center #goody-header {
    text-align: center;
}
.header-center .container {
    position: relative;
}
.header-center .header-content-logo {
    padding: 60px 0;
    border-bottom: 1px solid #e9e9e9;
}
.header-center .goody-header-content {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-center .header-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-center #na-menu-primary ul.mega-menu > li > a {
    line-height: 70px;
}
.header-left #goody-header {
    text-align: left;
}
.rtl .header-left #goody-header {
    text-align: right;
}
.header-left .header-content-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-left .header-content {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-left .goody-header-content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-left .header-content-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.header-left #na-menu-primary ul.mega-menu > li > a {
    line-height: 70px;
}
.header-left #na-menu-primary ul.mega-menu > li:first-child > a {
    padding: 0 20px 0 0;
}
.rtl .header-left #na-menu-primary ul.mega-menu > li:first-child > a {
    padding: 0 0 0 20px;
}
.header-left .header-content-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-left .header-middle {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-left .site-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header-drawer {
    background: #fff;
}
.header-drawer #goody-top-navbar {
    background: transparent;
}
.header-drawer #goody-header {
    background: transparent;
}
.header-drawer .na-cart .mini-cart {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
}
.rtl .header-drawer .na-cart .mini-cart {
    padding-right: 20px;
    padding-left: inherit;
}
.rtl .header-drawer .na-cart .mini-cart {
    padding-left: 30px;
    padding-right: inherit;
}
.header-drawer .search-menu {
    background: #fff;
    max-width: 700px;
    min-width: 600px;
    border-radius: 3px !important;
    vertical-align: middle;
    display: inline-block;
}
.header-drawer .search-menu .btn-primary {
    background: transparent;
    color: #757575;
    cursor: text;
}
.header-drawer .search-menu .btn-primary:hover {
    color: #e0e0e0;
}
.header-drawer .search-menu .form-control {
    background: #fff;
    border-radius: 3px !important;
    border-color: #fff;
    padding: 7px 20px;
    height: 44px;
    color: #757575;
}
.header-drawer .search-menu .form-control:focus {
    border-color: #fff;
}
.header-drawer .search-menu .form-control:focus::-moz-placeholder {
    opacity: 0;
}
.header-drawer .search-menu .form-control::-moz-placeholder {
    color: #757575;
}
.header-drawer .searchform,
.header-drawer .woocommerce-product-search {
    padding: 0;
}
.header-drawer .header-content-menu {
    text-align: center;
}
header .input-group-btn {
    border: none;
}
header .input-group {
    border: none;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
    max-width: initial;
}
header .goody_social a {
    margin-bottom: 0;
    color: #282828;
}
header .goody_social a:hover {
    border: none;
}
header [class*="ion-social-"] {
    border: none;
}
.menu-drawer {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    width: 250px;
    border-right: 1px solid #e9e9e9;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
}
.rtl .menu-drawer {
    right: 0;
    left: auto;
}
.rtl .menu-drawer {
    border-left: 1px solid #e9e9e9;
    border-right: inherit;
}
.menu-drawer > * {
    padding-top: 30px;
}
.menu-drawer.show {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.menu-drawer #na-menu-primary ul.mega-menu > li {
    float: none;
}
.menu-drawer #na-menu-primary ul.mega-menu > li:hover {
    background: #e5e5e5;
}
.menu-drawer #na-menu-primary ul.mega-menu > li > a {
    display: block;
    line-height: 50px;
    padding: 0 30px;
    text-transform: capitalize;
    color: #757575;
}
.menu-drawer #na-menu-primary ul.mega-menu > li > a:hover {
    color: #525252;
}
.menu-drawer #na-menu-primary ul > li[class*="-has-children"] > a::before {
    right: 20px;
    color: #757575;
}
.rtl .menu-drawer #na-menu-primary ul > li[class*="-has-children"] > a::before {
    left: 20px;
    right: auto;
}
.menu-drawer #na-menu-primary ul.mega-menu > li ul {
    top: 100%;
    left: 100%;
}
.rtl .menu-drawer #na-menu-primary ul.mega-menu > li ul {
    right: 100%;
    left: auto;
}
.menu-drawer #na-menu-primary ul.mega-menu > li:hover ul {
    top: 0;
}
.menu-drawer #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
    position: relative;
}
.menu-drawer #na-menu-primary ul.mega-menu > li.mega-menu-flyout > ul {
    min-width: 300px;
}
.menu-drawer #na-menu-primary ul.mega-menu > li > ul {
    min-width: 900px;
    max-width: 1170px;
}
.menu-drawer #na-menu-primary ul.mega-menu li ul ul {
    margin: 0;
    padding: 0;
    display: block;
    left: 0;
    position: relative;
}
.rtl .menu-drawer #na-menu-primary ul.mega-menu li ul ul {
    right: 0;
    left: auto;
}
.goody-header-content .user-login {
    cursor: pointer;
    position: relative;
}
.goody-header-content .user-login .author-img {
    padding: 0;
}
.goody-header-content .user-login:hover #menu-topbar-menu {
    top: 45px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.goody-header-content .user-login #menu-topbar-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
    min-width: 125px;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 60px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.rtl .goody-header-content .user-login #menu-topbar-menu {
    left: 0px;
    right: auto;
}
.goody-header-content .user-login #menu-topbar-menu li {
    float: none;
    font-size: 12px;
}
.goody-header-content .user-login #menu-topbar-menu li > a {
    padding: 5px;
}
.goody-header-content .user-login #menu-topbar-menu li > a:hover,
.goody-header-content .user-login #menu-topbar-menu li > a:focus {
    background: none;
}
.header-vertical {
    background: #fff;
}
.header-vertical .header-content-menu {
    padding: 23px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.header-vertical #goody-top-navbar {
    background: transparent;
}
.header-vertical #goody-header {
    background: transparent;
}
.header-vertical .na-cart .mini-cart {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
}
.rtl .header-vertical .na-cart .mini-cart {
    padding-right: 20px;
    padding-left: inherit;
}
.rtl .header-vertical .na-cart .mini-cart {
    padding-left: 30px;
    padding-right: inherit;
}
.header-vertical .search-menu {
    background: #fff;
    max-width: 700px;
    min-width: 600px;
    border-radius: 3px !important;
    vertical-align: middle;
    display: inline-block;
}
.header-vertical .search-menu .btn-primary {
    background: transparent;
    color: #757575;
    cursor: text;
}
.header-vertical .search-menu .btn-primary:hover {
    color: #757575;
}
.header-vertical .search-menu .form-control {
    background: #fff;
    border-radius: 3px !important;
    border-color: #fff;
    padding: 7px 20px;
    height: 44px;
    color: #757575;
}
.header-vertical .search-menu .form-control:focus {
    border-color: #fff;
}
.header-vertical .search-menu .form-control:focus::-moz-placeholder {
    opacity: 0;
}
.header-vertical .search-menu .form-control::-moz-placeholder {
    color: #757575;
}
.header-vertical .searchform,
.header-vertical .woocommerce-product-search {
    padding: 0;
}
.layout-header-vertical .site-content > .container,
.layout-header-vertical #na-footer > * {
    transform: translateX(120px);
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
}
.menu-vertical {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    width: 250px;
    height: 100%;
    border-right: 1px solid #e9e9e9;
}
.rtl .menu-vertical {
    right: 0;
    left: auto;
}
.rtl .menu-vertical {
    border-left: 1px solid #e9e9e9;
    border-right: inherit;
}
.menu-vertical > * {
    padding-top: 10px;
}
.menu-vertical .header-content-logo {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.rtl .menu-vertical .header-content-logo {
    padding-right: 30px;
    padding-left: inherit;
}
.menu-vertical #na-menu-primary ul.mega-menu > li {
    float: none;
}
.menu-vertical #na-menu-primary ul.mega-menu > li:hover {
    background: #e5e5e5;
}
.menu-vertical #na-menu-primary ul.mega-menu > li > a {
    display: block;
    line-height: 50px;
    padding: 0 30px;
    text-transform: capitalize;
    color: #282828;
}
.menu-vertical #na-menu-primary ul.mega-menu > li > a:hover {
    color: #525252;
}
.menu-vertical #na-menu-primary ul > li[class*="-has-children"] > a::before {
    right: 20px;
    color: #757575;
}
.rtl
    .menu-vertical
    #na-menu-primary
    ul
    > li[class*="-has-children"]
    > a::before {
    left: 20px;
    right: auto;
}
.menu-vertical #na-menu-primary ul.mega-menu > li ul {
    top: 100%;
    left: 100%;
}
.rtl .menu-vertical #na-menu-primary ul.mega-menu > li ul {
    right: 100%;
    left: auto;
}
.menu-vertical #na-menu-primary ul.mega-menu > li:hover ul {
    top: 0;
}
.menu-vertical #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
    position: relative;
}
.menu-vertical #na-menu-primary ul.mega-menu > li.mega-menu-flyout > ul {
    min-width: 300px;
}
.menu-vertical #na-menu-primary ul.mega-menu > li > ul {
    min-width: 900px;
    max-width: 1170px;
}
.menu-vertical #na-menu-primary ul.mega-menu li ul ul {
    margin: 0;
    padding: 0;
    display: block;
    left: 0;
    position: relative;
}
.rtl .menu-vertical #na-menu-primary ul.mega-menu li ul ul {
    right: 0;
    left: auto;
}
.goody_icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    margin-left: 30px;
}
.goody_icon .goody_icon-bar {
    background: #333;
    display: block;
    height: 2px;
    margin: 4px;
    position: relative;
    width: 22px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.goody_icon:hover .goody_icon-bar {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #525252;
}
#goody-top-navbar {
    background: #f5f5f5;
    font-size: 12px;
    color: #757575;
    border-bottom: 0px solid transparent;
}
#goody-top-navbar .topbar-right {
    text-align: right;
}
#goody-top-navbar .top-bar-fex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#goody-top-navbar a {
    color: #757575;
    font-size: 13px;
    border: none;
}
#goody-top-navbar a:hover,
#goody-top-navbar a:focus {
    color: #525252;
    background: transparent;
}
#goody-top-navbar ul > li {
    float: left;
    padding: 7px 10px;
}
.rtl #goody-top-navbar ul > li {
    float: right;
}
#goody-top-navbar ul > li:first-child {
    padding-left: 0;
}
.rtl #goody-top-navbar ul > li:first-child {
    padding-right: 0;
    padding-left: inherit;
}
#goody-top-navbar ul > li a {
    padding: 0;
    margin: 0;
    line-height: 26px;
}
#goody-top-navbar .topbar-left a {
    color: #757575;
    font-weight: 400;
}
#goody-top-navbar .topbar-left a:hover {
    color: #525252;
}
#goody-top-navbar .topbar-left > * {
    display: block;
    float: left;
    line-height: 26px;
}
.rtl #goody-top-navbar .topbar-left > * {
    float: right;
}
#goody-top-navbar .topbar-left .list-unstyled {
    padding: 7px 20px;
}
#goody-top-navbar .topbar-left .language {
    padding-left: 0;
}
.rtl #goody-top-navbar .topbar-left .language {
    padding-right: 0;
    padding-left: inherit;
}
#goody-top-navbar .topbar-right .na-topbar {
    float: right;
}
.rtl #goody-top-navbar .topbar-right .na-topbar {
    float: left;
}
#goody-top-navbar .topbar-right .navbar {
    margin: 0;
    min-height: auto;
}
#goody-top-navbar .topbar-right .navbar > a {
    padding: 0;
}
#goody-top-navbar .topbar-right #menu-topbar li:last-child {
    padding-right: 0;
}
.rtl #goody-top-navbar .topbar-right #menu-topbar li:last-child {
    padding-left: 0;
    padding-right: inherit;
}
#goody-top-navbar .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
#goody-top-navbar .widget_nav_menu ul li {
    list-style: none;
}
#goody-top-navbar .topbar-right #goody_social-3 {
    margin: 0;
}
.slicknav_nav > li:first-child a {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.slicknav_nav a > a {
    border-top: none;
}
.single .sidebar .widget:last-child {
    margin-bottom: 84px;
}
.sidebar {
    padding-bottom: 50px;
    color: #555555;
    font-size: 15px;
}
.sidebar .input-group {
    max-width: initial;
}
.sidebar .post-item {
    border: none;
}
.sidebar .newsletters .btn-newsletter {
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    background: #525252;
    color: #fff;
}
.sidebar .newsletters .group-input-newsletter {
    padding-bottom: 0;
    display: block;
    border-radius: 0;
}
.sidebar .newsletters .input-newsletter {
    border-radius: 0;
}
.sidebar .newsletters .input-group {
    display: block;
    border: none;
    width: 100%;
}
.sidebar .newsletters .input-group-btn {
    border-radius: 0;
    border: none;
    width: 100%;
    display: block;
    white-space: normal;
}
.sidebar .newsletters input[type="email"],
.sidebar .newsletters input[type="submit"] {
    height: 40px;
    letter-spacing: 0.2px;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    border-radius: 0;
}
.sidebar .newsletters input[type="email"]:hover,
.sidebar .newsletters input[type="submit"]:hover {
    background: #282828;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sidebar .widget.about .about-description {
    color: #757575;
}
.sidebar .newsletters {
    padding: 0;
}
.sidebar .newsletters #mc4wp {
    min-width: initial;
}
.sidebar .btn {
    letter-spacing: inherit;
}
.sidebar .widget_categories ul {
    padding-top: 15px;
    letter-spacing: 0.3px;
}
.sidebar .widget_categories a {
    color: #282828;
    font-size: 16px;
}
.sidebar .content-inner {
    background: none;
    box-shadow: none;
}
.sidebar .widget {
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.sidebar .widget.widget_tabs_post {
    padding-top: 0;
}
.sidebar .widget.widget_tabs_post .tab-content {
    padding-top: 0;
    position: relative;
    overflow: hidden;
}
.sidebar .widget.widget_tabs_post .tab-content > div.tab-pane {
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
.sidebar .widget.widget_tabs_post .tab-content > div.tab-pane.active {
    position: relative;
    opacity: 1;
    z-index: 99;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sidebar .widget.widget_tabs_post > ul > li {
    width: 50%;
    float: left;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #e9e9e9;
}
.sidebar .widget.widget_tabs_post > ul > li a {
    color: #7d7d7d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sidebar .widget.widget_tabs_post > ul > li.active {
    border-bottom: none;
    color: #282828;
}
.sidebar .widget.widget_tabs_post > ul > li:hover a {
    color: #282828;
}
.sidebar .widget.widget_tabs_post > ul > li:first-child.active {
    border-right: 1px solid #e9e9e9;
}
.sidebar .widget.widget_tabs_post > ul > li:last-child.active {
    border-left: 1px solid #e9e9e9;
}
.sidebar .widget.widget_tabs_post > ul a {
    padding: 0;
}
.sidebar .widget.widget_search {
    padding: 4px;
}
.sidebar .widget.widget_search > * {
    background: #f5f5f5;
}
.sidebar .widget:last-child {
    margin-bottom: 44px;
}
.sidebar .widget.widget_mc4wp_form_widget {
    padding: 4px;
    overflow: hidden;
}
.sidebar .widget.widget_mc4wp_form_widget .group-input-newsletter {
    padding-top: 20px;
}
.sidebar .widget.widget_mc4wp_form_widget .widgettitle {
    margin: 0;
    padding: 30px;
    padding-bottom: 0;
}
.sidebar .widget.widget_mc4wp_form_widget form {
    padding: 26px;
    padding-top: 35px;
}
.sidebar .widget.widget_mc4wp_form_widget > * {
    background: #f5f5f5;
}
.sidebar a:hover {
    color: #525252;
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar ul li {
    border-bottom: 1px solid #e9e9e9;
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 0;
}
.sidebar ul li:first-child {
    padding-top: 0px;
}
.sidebar ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar ul li.current-cat > a {
    color: #525252;
}
.sidebar ul li .children,
.sidebar ul li .sub-menu {
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
}
.sidebar ul li ul li {
    padding-left: 20px;
}
.rtl .sidebar ul li ul li {
    padding-right: 20px;
    padding-left: inherit;
}
.sidebar ul li ul li:first-child {
    padding-top: 15px;
}
.sidebar .widget {
    overflow: visible;
    padding: 30px;
    border: 1px solid #e9e9e9;
}
.sidebar .widget:first-child .widgettitle {
    border-top: none;
}
.sidebar .widgettitle {
    font-size: 18px;
    margin: 0 0 35px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}
.sidebar .widgettitle img {
    width: auto;
    height: auto;
}
.sidebar .widgettitle + * {
    margin: 0;
    padding-top: 10px;
    overflow: hidden;
}
.sidebar select {
    margin: 20px 0 0;
    width: calc(100%);
}
.sidebar .widget.dropdown .widgettitle:after {
    color: #282828;
    content: "\f067";
    font-family: "fontawesome";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0px;
}
.rtl .sidebar .widget.dropdown .widgettitle:after {
    left: 15px;
    right: auto;
}
.sidebar .widget.dropdown .widgetcontent.dropdown-menu {
    position: relative;
    float: none;
    border: none;
    box-shadow: none;
}
.sidebar .vc_column_container > .vc_column-inner {
    padding: 0;
}
.sidebar #recentcomments li > a {
    color: #525252;
}
.sidebar .post-item {
    box-shadow: none;
}
.sidebar .post-image {
    box-shadow: none;
    float: left;
    padding-bottom: 0;
}
.rtl .sidebar .post-image {
    float: right;
}
.sidebar .side-item-text {
    float: left;
    width: 65%;
}
.rtl .sidebar .side-item-text {
    float: right;
}
.sidebar .side-item-text.full-width {
    width: 100%;
}
.sidebar .entry-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 400;
}
.sidebar .article-meta {
    display: none;
    color: #888888;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding-top: 15px;
    background: none;
    border-top: none;
}
.sidebar .entry-header {
    padding: 0;
}
.sidebar article {
    padding: 10px 0;
}
.sidebar article:first-child {
    padding-top: 0;
}
.sidebar .post-cat {
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
}
.sidebar .recent-post-widgets li {
    padding: 15px 0;
}
.sidebar .information_widget {
    box-shadow: none;
    padding: 16px;
}
.sidebar .post-sidebar {
    min-height: auto;
    margin-bottom: 0;
}
.sidebar .post-sidebar .article-image {
    width: 35%;
}
.sidebar .posted-on::after {
    content: none;
}
.sidebar .author-on {
    display: none;
}
.sidebar .main-view-like {
    display: none;
}
.sidebar .entry-date {
    font-size: 13px;
}
.sidebar .newsletters input[type="email"]:hover {
    background: #fff;
    color: initial;
}
.scrollup {
    border-radius: 100%;
    color: #151515 !important;
    cursor: pointer;
    height: 50px;
    left: 0;
    margin: auto;
    padding: 2px;
    position: absolute;
    right: 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    top: -30px;
    width: 50px;
    z-index: 999;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    line-height: 46px;
}
.scrollup:hover {
    background: #525252;
    color: #fff !important;
}
.fitnez-instagram {
    margin-top: -6px;
}
#na-footer {
    margin-top: 30px;
    font-weight: 400;
    background: #f5f5f5;
    color: #757575;
    font-size: 15px;
    background-position: center center;
    background-size: cover;
}
#na-footer .mc4wp-form-fields {
    float: left;
}
.rtl #na-footer .mc4wp-form-fields {
    float: right;
}
#na-footer.footer-2 .sbi_item {
    border: none;
}
#na-footer.footer-2 .newsletters {
    margin-top: 0;
    text-align: left;
}
.rtl #na-footer.footer-2 .newsletters {
    text-align: right;
}
#na-footer.footer-2 .footer-bottom .copy-right {
    text-align: center;
    color: #757575;
}
#na-footer.footer-2 .footer-bottom .copy-right a {
    color: #525252;
}
#na-footer.footer-2 .goody_social {
    margin-top: 25px;
}
#na-footer.footer-2 .goody_social a:hover {
    opacity: 0.7;
}
#na-footer.footer-2 .footer-top {
    padding: 50px 0 30px;
}
#na-footer .widgettitle {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
}
#na-footer .widgettitle::after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#na-footer .about {
    margin-top: 30px;
    margin-bottom: 10px;
}
#na-footer .goody-social-icon {
    margin: 10px 0 35px;
}
#na-footer .goody-social-icon a:hover i {
    color: #525252;
}
#na-footer [class*="ion-social-"] {
    margin-bottom: 0;
}
#na-footer .widget.about .widgettitle {
    color: #282828;
    display: block;
    font-size: 20px;
    margin: 20px 0;
    position: relative;
    text-transform: capitalize;
}
#na-footer .btn-newsletter:hover {
    background: #525252;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#na-footer .newsletters {
    padding: 0;
    max-width: 650px;
    margin: auto;
    margin-top: 50px;
}
#na-footer .newsletters .group-input-newsletter {
    border-radius: 0;
    padding: 0;
    margin: 20px 0 10px;
}
#na-footer .newsletters .input-group {
    border: none;
}
#na-footer .newsletters .form-control {
    height: 38px;
}
#na-footer .newsletters .widgettitle {
    margin-bottom: 35px;
}
#na-footer .newsletters input[type="submit"] {
    height: 38px;
    padding: 5px 20px;
    border-radius: 0;
}
#na-footer .newsletters .input-group-btn {
    border: none;
}
#na-footer li {
    list-style: none;
    float: left;
    margin-right: 15px;
}
#na-footer li:last-child {
    margin-right: 0;
}
#na-footer ul {
    overflow: hidden;
    padding: 0;
    display: inline-block;
}
#na-footer .footer-center {
    position: relative;
    text-align: center;
}
#na-footer.footer-1 .footer-bottom {
    border-top: none;
    background: #f5f5f5;
}
#na-footer.footer-1 .footer-bottom .copy-right {
    text-align: right;
}
.rtl #na-footer.footer-1 .footer-bottom .copy-right {
    text-align: left;
}
#na-footer .footer-bottom {
    background: #f5f5f5;
    padding: 25px 0;
    font-size: 14px;
    line-height: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e2e2e2;
}
#na-footer .footer-bottom [class*="ion-social-"] {
    border: none;
}
#na-footer .footer-bottom ul {
    float: left;
    margin: 0;
}
.rtl #na-footer .footer-bottom ul {
    float: right;
}
#na-footer .footer-bottom .goody-social-icon {
    text-align: left;
    margin: 0;
}
.rtl #na-footer .footer-bottom .goody-social-icon {
    text-align: right;
}
#na-footer .footer-bottom .copy-right {
    text-align: right;
}
#na-footer .footer-bottom .copy-right a {
    color: #525252;
    font-weight: 400;
}
#na-footer .footer-bottom .copy-right a:hover {
    color: #525252;
}
#na-footer .goody-image-content {
    padding: 100px 0 50px;
}
#na-footer .fa-heart {
    color: #525252;
}
#sbi_load {
    padding-top: 0 !important;
}
.footer-center {
    text-align: center;
}
.main-content {
    padding-bottom: 50px;
}
.page-header {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: none;
}
.page-title {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 20px;
}
.page-title > h1 {
    margin-top: 0;
    font-size: 30px;
}
.page-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact .fa {
    color: #525252;
    font-size: 18px;
    width: 30px;
}
.error-404,
.no-results {
    padding: 200px 0;
    text-align: center;
}
.error-404 .page-title,
.no-results .page-title {
    margin: 0;
}
.error-404 .searchform,
.no-results .searchform {
    display: inline-block;
}
.error-404 .searchform .input-group,
.no-results .searchform .input-group {
    max-width: 500px;
}
.error-404 .searchform .form-control,
.no-results .searchform .form-control {
    background: #fff;
    width: 100%;
    height: 50px;
    min-width: 400px;
}
.error-404 .searchform button,
.no-results .searchform button {
    height: 50px;
    background: #fcfcfc;
    color: #525252;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
}
.error-404 .searchform button:hover,
.no-results .searchform button:hover {
    background: #525252;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.error-404 .searchform button:hover i,
.no-results .searchform button:hover i {
    color: #fff;
}
.panel {
    box-shadow: none;
}
.panel-heading > *,
.panel-title {
    font-size: 18px;
    text-transform: uppercase;
}
.panel-body {
    padding: 30px;
}
.panel-body .form-row {
    margin-bottom: 20px;
}
.edit {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
}
.fa-map-marker,
.fa-phone,
.fa-envelope-o {
    margin-right: 10px;
    color: #000;
}
.rtl .fa-map-marker,
.rtl .fa-phone,
.rtl .fa-envelope-o {
    margin-left: 10px;
    margin-right: inherit;
}
.author .sidebar .widget:last-child {
    margin-bottom: 127px;
}
.search-results .sidebar .widget:last-child {
    margin-bottom: 127px;
}
.search-results .archive-blog .col-md-12 .grid-full:last-child {
    margin-bottom: 30px;
}
.home .wrap-breadcrumb {
    display: none;
}
.home .page-header {
    display: none;
}
.site-title {
    display: inline-block;
}
.container-fluid,
.container-full {
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid .container-inner,
.container-full .container-inner {
    padding: 0 60px;
}
.site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.wrap-content {
    margin-top: 30px;
}
.widget.center {
    text-align: center;
}
.widget.left {
    text-align: left;
}
.rtl .widget.left {
    text-align: right;
}
.widget.right {
    text-align: center;
}
.widgettitle {
    color: #282828;
    display: block;
    font-size: 20px;
    margin: 20px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widgettitle::after {
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    border-bottom: 1px solid #282828;
    bottom: -10px;
}
.widgettitle span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.widget_calendar table > thead > tr > th {
    border-bottom: 1px solid #f3f3f3;
}
.widget_layered_nav ul li.chosen,
.widget_layered_nav_filters ul li.chosen {
    vertical-align: middle;
    color: #525252;
}
.widget_layered_nav ul li.chosen > a,
.widget_layered_nav_filters ul li.chosen > a {
    color: #525252;
}
.widget_layered_nav ul li.chosen > a:before,
.widget_layered_nav_filters ul li.chosen > a:before {
    border: none;
    background: #525252;
}
.widget_layered_nav ul li.chosen > a:after,
.widget_layered_nav_filters ul li.chosen > a:after {
    color: #fff;
    content: "";
    display: block;
    font-family: "icomoon";
    font-size: 16px;
    height: 18px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 18px;
    line-height: 18px;
    z-index: 10;
}
.rtl .widget_layered_nav ul li.chosen > a:after,
.rtl .widget_layered_nav_filters ul li.chosen > a:after {
    right: 0px;
    left: auto;
}
.widget_layered_nav ul li.chosen > a:hover:after,
.widget_layered_nav_filters ul li.chosen > a:hover:after {
    content: "\e780";
}
.widget_layered_nav ul li a,
.widget_layered_nav_filters ul li a {
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.rtl .widget_layered_nav ul li a,
.rtl .widget_layered_nav_filters ul li a {
    padding-right: 30px;
    padding-left: inherit;
}
.widget_layered_nav ul li a:before,
.widget_layered_nav_filters ul li a:before {
    content: "" !important;
    width: 18px;
    height: 18px;
    border: 1px solid #dfdfdf;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 0px;
    z-index: 5;
    background: transparent;
}
.rtl .widget_layered_nav ul li a:before,
.rtl .widget_layered_nav_filters ul li a:before {
    right: 0;
    left: auto;
}
.widget_layered_nav ul li a:hover:before,
.widget_layered_nav_filters ul li a:hover:before {
    border: none;
    background: #525252;
}
.widget_layered_nav ul li:hover .count,
.widget_layered_nav_filters ul li:hover .count {
    color: #525252;
}
.widget_layered_nav_filters ul li.chosen > a:after {
    color: #fff;
    content: "\e780";
    display: block;
    font-family: "icomoon";
    font-size: 16px;
    height: 18px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 18px;
    line-height: 18px;
    z-index: 10;
}
.rtl .widget_layered_nav_filters ul li.chosen > a:after {
    right: 0px;
    left: auto;
}
.input-group-btn {
    border-left: 1px solid #ededed;
}
.sidebar .widget.widget_search .ti-search {
    font-size: 14px;
}
.sidebar .widget.widget_search input[type="text"] {
    border-radius: 100px;
}
.sidebar .widget.widget_search .input-group {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid #ededed;
}
.sidebar .widget.widget_search .input-group-btn {
    position: absolute;
    display: inline-block;
    width: initial;
    z-index: 9;
    right: 0;
}
.sidebar .widget.widget_search .input-group-btn * {
    color: #525252;
    border: none;
    outline: none;
    box-shadow: none;
}
.input-group-btn {
    outline: none;
}
.information_widget .logo-footer {
    width: auto;
    margin-top: 15px;
}
.information_widget .description {
    margin: 20px 0 15px;
    line-height: 30px;
}
.page-content .wpb_revslider_element {
    margin-bottom: 0;
}
.widget-related .widgettitle {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-transform: capitalize;
}
.widget-related .related-wrapper {
    margin-bottom: 50px;
}
.widget.recent_blog {
    padding-bottom: 0;
}
.widget.recent_blog .post-item {
    position: relative;
}
.widget.recent_blog .widgettitle {
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding-bottom: 20px;
}
.widget.recent_blog ul > li {
    padding-left: 30px !important;
}
.rtl .widget.recent_blog ul > li {
    padding-right: 30px !important;
    padding-left: inherit;
}
.widget.recent_blog li > a {
    font-weight: 500;
    color: #282828;
}
.widget.recent_blog .post-date {
    display: block;
}
.widget.recent_blog .entry-title {
    padding: 0;
}
.widget.recent_blog .entry-header {
    padding: 15px 0;
}
.widget.recent_blog .entry-title a {
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 10px;
    display: block;
}
.rtl .widget.recent_blog .entry-title a {
    padding-right: 10px;
    padding-left: inherit;
}
.widget.recent_blog .entry-title a:hover {
    color: #525252;
}
.widget.recent_blog .entry-meta {
    font-size: 12px;
    color: #757575;
    padding-left: 10px;
    display: block;
}
.rtl .widget.recent_blog .entry-meta {
    padding-right: 10px;
    padding-left: inherit;
}
.widget.recent_blog .number-post {
    background: #ff4422 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: white;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    left: -15px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 35px;
    z-index: 99;
}
.rtl .widget.recent_blog .number-post {
    right: -15px;
    left: auto;
}
.widget.recent_blog .entry-header-title {
    float: left;
    width: 70%;
}
.rtl .widget.recent_blog .entry-header-title {
    float: right;
}
.widget.recent_blog .post-item:last-child {
    border: none;
}
.widget.recent_blog .post-image {
    float: left;
    width: 30%;
}
.rtl .widget.recent_blog .post-image {
    float: right;
}
.widget.recent_blog .no-image .number-post {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f2756f;
    font-size: 30px;
    font-weight: 300;
    left: -5px;
    top: 15px;
}
.rtl .widget.recent_blog .no-image .number-post {
    right: -5px;
    left: auto;
}
.widget.recent_blog .no-image .entry-header-title {
    padding-left: 40px;
    width: 100%;
}
.rtl .widget.recent_blog .no-image .entry-header-title {
    padding-right: 40px;
    padding-left: inherit;
}
.widget_search .form-control {
    border: none;
}
.widget_search .input-group-btn {
    background: #fcfcfc;
}
.slider-full .post-item.slick-active .article-content {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    transition-delay: 0.7s;
}
.slider-full .post-cat {
    color: #525252 !important;
}
.slider-blog .entry-title a:hover {
    color: #fff;
}
.slider-blog .col-md-8 .post-list .article-content,
.slider-blog .col-lg-8 .post-list .article-content {
    max-width: initial;
}
.slider-blog.column3 .box-large .entry-title,
.slider-blog.col-2-3box .box-large .entry-title {
    line-height: 30px;
}
.slider-blog.column3 .box-small .entry-title,
.slider-blog.col-2-3box .box-small .entry-title {
    line-height: 20px;
}
.slider-blog.column3 .box-small .entry-title a,
.slider-blog.col-2-3box .box-small .entry-title a {
    line-height: 20px;
}
.slider-blog.col-2-3box,
.slider-blog.column3,
.slider-blog .article-carousel-center {
    cursor: -webkit-grab;
}
.slider-blog.col-2-3box .posted-on::after,
.slider-blog.column3 .posted-on::after,
.slider-blog .article-carousel-center .posted-on::after {
    border-left: 1px solid #fff;
}
.slider-blog.col-2-3box a.readmore,
.slider-blog.column3 a.readmore,
.slider-blog .article-carousel-center a.readmore {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 15px;
    padding: 10px 12px;
    font-size: 14px;
}
.slider-blog.col-2-3box a.readmore:hover,
.slider-blog.column3 a.readmore:hover,
.slider-blog .article-carousel-center a.readmore:hover {
    border: 1px solid #282828;
}
.slider-blog.col-2-3box .post-cat a,
.slider-blog.column3 .post-cat a,
.slider-blog .article-carousel-center .post-cat a {
    color: #fff;
}
.slider-blog.col-2-3box .post-cat a:hover,
.slider-blog.column3 .post-cat a:hover,
.slider-blog .article-carousel-center .post-cat a:hover {
    color: #525252;
}
.slider-blog.col-2-3box .box-large .post-image,
.slider-blog.column3 .box-large .post-image,
.slider-blog .article-carousel-center .box-large .post-image {
    height: 559px;
}
.slider-blog.col-2-3box .box-large .post-list .article-content,
.slider-blog.column3 .box-large .post-list .article-content,
.slider-blog .article-carousel-center .box-large .post-list .article-content {
    padding: 30px;
}
.slider-blog.col-2-3box .box-large .post-list .article-content .entry-title > a,
.slider-blog.column3 .box-large .post-list .article-content .entry-title > a,
.slider-blog
    .article-carousel-center
    .box-large
    .post-list
    .article-content
    .entry-title
    > a {
    font-size: 24px;
}
.slider-blog.col-2-3box .post-list .post-image::before,
.slider-blog.column3 .post-list .post-image::before,
.slider-blog .article-carousel-center .post-list .post-image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
.slider-blog.col-2-3box .post-list .article-content,
.slider-blog.column3 .post-list .article-content,
.slider-blog .article-carousel-center .post-list .article-content {
    padding: 20px 15px;
    width: 80%;
    opacity: 1;
    background: transparent;
    transform: translate(-50%, -50%);
}
.slider-blog.col-2-3box .post-list .article-content .entry-title > a,
.slider-blog.column3 .post-list .article-content .entry-title > a,
.slider-blog
    .article-carousel-center
    .post-list
    .article-content
    .entry-title
    > a {
    font-size: 16px;
    color: #fff;
}
.slider-blog.col-2-3box .post-list .article-content .entry-title > a:hover,
.slider-blog.column3 .post-list .article-content .entry-title > a:hover,
.slider-blog
    .article-carousel-center
    .post-list
    .article-content
    .entry-title
    > a:hover {
    color: #fff;
}
.slider-blog.col-2-3box .post-list .article-content .entry-content,
.slider-blog.column3 .post-list .article-content .entry-content,
.slider-blog
    .article-carousel-center
    .post-list
    .article-content
    .entry-content {
    color: #fff;
}
.slider-blog.col-2-3box .post-list .article-content .entry-date,
.slider-blog.col-2-3box .post-list .article-content .total-view,
.slider-blog.col-2-3box .post-list .article-content .entry-meta-right a,
.slider-blog.column3 .post-list .article-content .entry-date,
.slider-blog.column3 .post-list .article-content .total-view,
.slider-blog.column3 .post-list .article-content .entry-meta-right a,
.slider-blog .article-carousel-center .post-list .article-content .entry-date,
.slider-blog .article-carousel-center .post-list .article-content .total-view,
.slider-blog
    .article-carousel-center
    .post-list
    .article-content
    .entry-meta-right
    a {
    color: #fff;
}
.slider-blog.col-2-3box .article-image,
.slider-blog.column3 .article-image,
.slider-blog .article-carousel-center .article-image {
    width: 100%;
}
.slider-blog.col-2-3box .post-item,
.slider-blog.column3 .post-item,
.slider-blog .article-carousel-center .post-item {
    border: none;
    margin-bottom: 30px;
}
.slider-blog .article-carousel-center .post-list {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: 0.7s;
}
.slider-blog .article-carousel-center .post-list.slick-active {
    opacity: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: 0.7s;
}
.slider-blog .article-carousel-center .post-list.slick-active .article-content {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0.7s;
}
.slider-blog .article-carousel-center .post-list .article-content {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0.7s;
}
.slider-blog
    .article-carousel-center
    .post-list
    .article-content
    .entry-title
    > a {
    font-size: 24px;
    line-height: 30px;
}
.slider-blog .readmore {
    margin-top: 17px;
    padding: 12px 15px;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.slider-blog .article-image {
    margin: 0;
}
.slider-blog .slider-full .slick-slide .article-content {
    padding: 30px;
}
.slider-blog .slider-full .slick-slide .article-content::before {
    content: "";
    position: absolute;
    left: -4px;
    right: -5px;
    top: -4px;
    bottom: -4px;
    z-index: -1;
    opacity: 0.9;
    border: 1px solid #fff;
}
.slider-blog.article-carousel .article-content {
    padding: 30px;
    opacity: 0.78;
}
.slider-blog.article-carousel.col-2-3box .article-image {
    width: 100%;
}
.slider-blog .article-carousel-center .article-content {
    padding: 30px;
}
.slider-blog .archive-blog .post-cat {
    text-transform: uppercase;
    color: #8d8d8d;
    text-align: center;
}
.slider-blog .posted-on::after {
    border-left: 1px solid #8d8d8d;
    opacity: 1;
}
.slider-blog .post-list .article-meta {
    text-align: center;
}
.slider-blog .post-list .post-cat {
    text-align: center;
    color: #fff;
}
.slider-blog.col8-4box .post-list .post-image {
    min-height: 450px;
}
.slider-blog.col8-4box .post-list .article-content {
    text-align: left;
    bottom: 15px;
    position: absolute;
    left: 0px;
}
.slider-blog.blog-box-layout .post-image {
    height: 530px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
}
.slider-blog .post-image {
    box-shadow: none;
}
.slider-blog .post-list .article-meta,
.slider-blog .post-list .entry-header-title {
    display: block;
    text-align: center;
}
.slider-blog .post-list {
    position: relative;
    border: none;
    margin-bottom: 0;
}
.slider-blog .post-list .article-image {
    position: relative;
}
.slider-blog .post-list .post-image {
    box-shadow: none;
}
.slider-blog .post-list .entry-date {
    color: #9e9e9e;
}
.slider-blog .post-list .article-content {
    position: absolute;
    z-index: 99;
    left: 50%;
    background: none;
    top: 50%;
    opacity: 0;
    width: 100%;
    transform: translate(-50%, -55%);
    max-width: 600px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transition-delay: 0.6s;
}
.slider-blog .post-list .entry-header {
    text-align: center;
}
.slider-blog .post-list .entry-title > a {
    color: #282828;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
.slider-blog .post-list .entry-title > a:hover {
    color: #525252;
}
.slider-blog .post-list .entry-title {
    position: relative;
}
.slider-blog .post-list .author > a {
    color: #fff;
}
.slider-blog .post-list .entry-content {
    color: #757575;
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.slider-blog .post-list .total-view {
    color: #9e9e9e;
}
.slider-blog .post-list .post-format {
    display: none;
}
.slider-blog .post-list .author strong {
    font-size: 12px;
}
.slider-blog .post-list b,
.slider-blog .post-list strong {
    color: #fff;
}
.slider-blog .post-list p {
    margin: 0;
}
.slider-blog .post-list .by {
    color: #c8c8c8;
}
.slider-blog .post-list .byline {
    line-height: 24px;
}
.slider-blog .post-list .article-content .entry-meta-right {
    text-align: left;
    float: none;
    color: white;
    padding: 0;
}
.rtl .slider-blog .post-list .article-content .entry-meta-right {
    text-align: right;
}
.slider-blog .post-list .article-content .entry-meta-right a {
    color: #9e9e9e;
}
.slider-blog .post-list .article-content .entry-meta-right span {
    color: white !important;
}
.slider-blog .post-list .full-width b,
.slider-blog .post-list .full-width strong {
    color: #757575;
}
.slider-blog .post-list .full-width .entry-title > a {
    color: #282828;
}
.slider-blog .post-list .full-width .article-meta {
    padding: 10px 30px 20px 15px;
    padding: 10px 30px 20px 15px;
}
.rtl .slider-blog .post-list .full-width .article-meta {
    padding: 10px 15px 20px 30px;
}
.slider-blog .post-list .full-width .entry-content {
    padding: 0 20px;
    color: #757575;
}
.slider-blog .post-list .full-width .entry-meta-right a,
.slider-blog .post-list .full-width .entry-meta-right span {
    color: #757575 !important;
}
.slider-blog .post-list .post-image.full-width:after {
    content: none;
}
.slider-blog .post-list .placeholder-trans {
    max-height: 500px;
}
.posts-featured {
    margin: 0 -15px;
}
.posts-featured .post-item {
    box-shadow: none;
}
.post-vertical {
    margin: 0 -7.5px;
}
.post-vertical .article-meta {
    color: #fff;
}
.post-vertical .article-meta a {
    color: #fff;
}
.post-vertical .entry-title a:hover {
    color: #fff;
}
.post-vertical .post-image {
    height: 450px;
}
.post-vertical .post-image:after {
    background: rgba(0, 0, 0, 0)
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%)
        repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    max-height: 200px;
    position: absolute;
    width: 100%;
}
.post-vertical .post-item {
    margin: 0;
    padding: 0 7.5px;
    border: none;
}
.post-vertical .posted-on::after {
    color: #fff;
}
.post-vertical .article-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    padding-bottom: 25px;
    width: 100%;
}
.post-vertical .post-image {
    height: 420px;
    max-width: 490px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.post-vertical .entry-title a {
    color: #fff;
}
.post-vertical .post-cat a {
    color: #fff;
}
.single-bgr-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
}
span.post-loading,
.loading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 4px solid #fff;
    border-radius: 100%;
    display: block;
    height: 100px;
    margin: auto auto 30px;
    position: relative;
    width: 100px;
}
.post-loading:before,
.loading:before {
    content: "";
    width: 50%;
    height: 50%;
    background: transparent;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 3px;
    left: -1px;
    z-index: 999;
    box-shadow: -2px -5px #525252;
}
.loading,
.post-loading {
    font-size: 0 !important;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    border: 1px solid #fff !important;
    background: #ffffff;
    background: -moz-linear-gradient(
        left,
        #fff 10%,
        rgba(255, 255, 255, 0) 42%
    );
    background: -webkit-linear-gradient(
        left,
        #fff 10%,
        rgba(255, 255, 255, 0) 42%
    );
    background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(
        to right,
        #ffffff 10%,
        rgba(255, 255, 255, 0) 42%
    );
    position: relative;
    -webkit-animation: load3 1s infinite linear;
    animation: load3 1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
}
.loading:hover,
.post-loading:hover {
    border-color: #fff;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.posts-featured .slick-prev {
    left: -20px;
}
.posts-featured .slick-next {
    right: -20px;
}
.posts-featured.article-carousel {
    cursor: -webkit-grab;
}
.vc_row-no-padding .slider-blog.blog-box-layout .post-image {
    height: calc(100vh - 100px);
}
.col-2-3box .post-item .article-content {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%) !important;
}
.col-2-3box .post-item .post-cat {
    text-align: left;
}
.col-2-3box .post-item .entry-header-title {
    text-align: left;
}
.col-2-3box .post-item .article-meta {
    text-align: left;
}
.col-2-3box .post-item .entry-content {
    text-align: left;
}
.col-2-3box .post-item .entry-header {
    text-align: left;
}
.col-2-3box .box-small .entry-title {
    margin-top: 0 !important;
}
.col-2-3box .box-small .entry-title a {
    font-size: 18px !important;
}
.newsletters {
    padding: 30px;
    text-align: center;
    color: #757575;
}
.newsletters .widgettitle {
    text-align: center;
}
.newsletters .des-newsletter {
    line-height: 24px;
}
.newsletters .group-input-newsletter {
    display: inline-block;
    padding: 30px 0;
}
.newsletters input,
.newsletters .form-control {
    height: 40px;
    font-size: 14px;
}
.newsletters input[type="email"] {
    background: #fff none repeat scroll 0 0;
    height: 42px;
    width: 100%;
    border: none;
    padding: 6px 20px;
}
.newsletters input[type="email"].form-control::-moz-placeholder {
    color: #999999;
}
.newsletters input[type="submit"] {
    border: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    height: 42px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 400;
    background: #525252;
}
.newsletters input[type="submit"]:hover {
    background: #282828;
}
.input-group {
    max-width: 500px;
    overflow: hidden;
    border: 1px solid #ededed;
}
[class*="ion-social-"] {
    width: 30px;
    height: 30px;
    color: #757575;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    margin-left: 15px;
    text-align: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 100%;
    border: 1px solid #757575;
}
.rtl [class*="ion-social-"] {
    margin-right: 15px;
    margin-left: inherit;
}
[class*="ion-social-"]:first-child {
    margin-left: 0;
}
.goody_social a {
    margin-bottom: 10px;
}
.goody_social a:hover {
    border: 1px solid #525252;
}
.goody_social a:hover i {
    color: #525252;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.widget_apsc_widget .apsc-inner-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.widget_apsc_widget .apsc-each-profile {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.widget_apsc_widget .apsc-each-profile:last-child {
    border-bottom: none;
    padding: 0;
}
.widget_apsc_widget .apsc-icons-wrapper {
    padding-top: 0;
}
.widget_apsc_widget .social-icon {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    vertical-align: middle;
}
.widget_apsc_widget .social-icon .fa {
    font-size: 20px;
    width: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
}
.rtl .widget_apsc_widget .social-icon .fa {
    margin-left: 15px;
    margin-right: inherit;
}
.widget_apsc_widget .social-icon .media-name {
    color: #585858;
    font-size: 14px;
    text-transform: uppercase;
}
.widget_apsc_widget .apsc-count {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    vertical-align: middle;
    height: 50px;
    text-align: right;
    line-height: 50px;
    margin-right: 5px;
}
.rtl .widget_apsc_widget .apsc-count {
    text-align: left;
}
.rtl .widget_apsc_widget .apsc-count {
    margin-left: 5px;
    margin-right: inherit;
}
.widget_apsc_widget .apsc-media-type {
    line-height: 50px;
    text-transform: lowercase;
}
.widget_apsc_widget .fa-facebook {
    color: #3b5998;
}
.widget_apsc_widget .fa-google-plus {
    color: #dd4b39;
}
.widget_apsc_widget .fa-twitter {
    color: #00aced;
}
.widget_apsc_widget .fa-instagram {
    color: #517fa4;
}
.widget_apsc_widget .fa-pinterest {
    color: #cb2027;
}
.widget_apsc_widget .fa-skype {
    color: #0078ca;
}
.widget_apsc_widget .fa-vimeo {
    color: #aad450;
}
.widget_apsc_widget .fa-youtube {
    color: #bb0000;
}
.widget_apsc_widget .fa-dribbble {
    color: #ea4c89;
}
.widget_apsc_widget .fa-linkedin {
    color: #007bb6;
}
.widget_apsc_widget .fa-rss {
    color: #ff9900;
}
.widget.about {
    text-align: center;
}
.widget.about .goody-social-icon {
    margin-top: 15px;
}
.widget.about .goody-social-icon a:hover {
    border: 1px solid #525252;
}
.widget.about .widgettitle {
    text-align: center;
    color: #282828;
    display: block;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.widget.about .about-description {
    text-align: center;
    line-height: 24px;
    display: inline-block;
    color: #757575;
    padding-top: 0;
    margin-top: 10px;
}
#na-footer .widget.about {
    max-width: 600px;
    display: inline-block;
}
#na-footer .widget.about .about-image {
    margin: 0;
    border-radius: 0;
    max-width: inherit;
}
#na-footer .widget.about .goody-social-icon {
    padding-top: 0px;
    border-top: none;
}
#na-footer .widget.about .goody-social-icon a {
    margin: 0px 10px 0 0;
}
.rtl #na-footer .widget.about .goody-social-icon a {
    margin: 0px 0 0 10px;
}
#na-footer .widget.about .goody-social-icon a:last-child {
    margin: 0;
}
.sidebar .widget_tabs_post,
.sidebar .widget_most_views {
    text-align: left;
}
.rtl .sidebar .widget_tabs_post,
.rtl .sidebar .widget_most_views {
    text-align: right;
}
.sidebar .widget_tabs_post .comment-text,
.sidebar .widget_most_views .comment-text {
    padding-right: 10px;
    padding-left: 0;
}
.rtl .sidebar .widget_tabs_post .comment-text,
.rtl .sidebar .widget_most_views .comment-text {
    padding-right: 0;
    padding-left: inherit;
}
.sidebar .widget_tabs_post .entry-footer,
.sidebar .widget_most_views .entry-footer {
    border: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    color: #8d8d8d;
}
.sidebar .widget_tabs_post .entry-footer *,
.sidebar .widget_most_views .entry-footer * {
    font-size: 13px;
    color: #9e9e9e;
}
.sidebar .widget_tabs_post .widget-title,
.sidebar .widget_most_views .widget-title {
    border: none;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.sidebar .widget_tabs_post .widget-title li,
.sidebar .widget_most_views .widget-title li {
    border: none;
    padding: 0;
    float: none;
    position: relative;
}
.sidebar .widget_tabs_post .widget-title li.active a::after,
.sidebar .widget_most_views .widget-title li.active a::after {
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    border-bottom: 1px solid #282828;
    top: 30px;
}
.sidebar .widget_tabs_post .widget-title li:last-child a,
.sidebar .widget_most_views .widget-title li:last-child a {
    padding-right: 0px;
    float: right;
}
.rtl .sidebar .widget_tabs_post .widget-title li:last-child a,
.rtl .sidebar .widget_most_views .widget-title li:last-child a {
    padding-left: 0px;
    padding-right: inherit;
}
.sidebar .widget_tabs_post .widget-title li:first-child a,
.sidebar .widget_most_views .widget-title li:first-child a {
    padding-left: 0px;
}
.rtl .sidebar .widget_tabs_post .widget-title li:first-child a,
.rtl .sidebar .widget_most_views .widget-title li:first-child a {
    padding-right: 0px;
    padding-left: inherit;
}
.sidebar .widget_tabs_post .widget-title li.active a,
.sidebar .widget_most_views .widget-title li.active a {
    color: #282828;
}
.sidebar .widget_tabs_post .widget-title li a,
.sidebar .widget_most_views .widget-title li a {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left;
    text-transform: uppercase;
}
.rtl .sidebar .widget_tabs_post .widget-title li a,
.rtl .sidebar .widget_most_views .widget-title li a {
    text-align: right;
}
.sidebar .widget_tabs_post .widget-title li a:hover,
.sidebar .widget_tabs_post .widget-title li a:focus,
.sidebar .widget_tabs_post .widget-title li a:active,
.sidebar .widget_most_views .widget-title li a:hover,
.sidebar .widget_most_views .widget-title li a:focus,
.sidebar .widget_most_views .widget-title li a:active {
    color: #282828;
}
.sidebar .widget_tabs_post article,
.sidebar .widget_most_views article {
    padding: 10px 0;
}
.sidebar .widget_tabs_post article:last-child,
.sidebar .widget_most_views article:last-child {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}
.sidebar .widget_tabs_post .entry-header,
.sidebar .widget_most_views .entry-header {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}
.sidebar .widget_tabs_post .byline,
.sidebar .widget_most_views .byline {
    display: none;
}
.sidebar .widget_tabs_post .article-content .entry-meta-right,
.sidebar .widget_most_views .article-content .entry-meta-right {
    float: left;
}
.rtl .sidebar .widget_tabs_post .article-content .entry-meta-right,
.rtl .sidebar .widget_most_views .article-content .entry-meta-right {
    float: right;
}
.sidebar .widget_tabs_post .article-content .entry-meta-right .text-comment,
.sidebar .widget_most_views .article-content .entry-meta-right .text-comment {
    color: #757575;
}
.sidebar .widget_tabs_post .total-view,
.sidebar .widget_most_views .total-view {
    padding: 0;
}
.sidebar .widget_tabs_post .entry-title > a,
.sidebar .widget_most_views .entry-title > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
}
.ti-comment {
    padding-right: 2px;
}
.rtl .ti-comment {
    padding-left: 2px;
    padding-right: inherit;
}
.widget-introduce {
    vertical-align: middle;
}
.widget-introduce .introduce-image {
    width: 350px;
    height: 450px;
    display: table-cell;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.widget-introduce .introduce-text {
    padding-left: 60px;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    max-width: 520px;
}
.rtl .widget-introduce .introduce-text {
    padding-right: 60px;
    padding-left: inherit;
}
.widget-introduce .row-nopadding {
    display: table;
}
.widget-introduce .widget-content {
    padding: 40px 100px 60px;
    position: relative;
}
.widget-introduce .sub-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 60px;
    bottom: 90px;
}
.widget-introduce .widgettitle {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    margin-bottom: 35px;
    max-width: 450px;
    letter-spacing: 1px;
}
.widget-introduce .widgettitle:after {
    left: 30px;
}
.widget-introduce .des-services {
    padding: 10px 0;
    line-height: 24px;
}
.widget-introduce .initialize {
    padding: 0;
    font-size: 14px;
    display: inline-block;
    float: left;
    color: #282828;
}
.social-about {
    display: inline-block;
    float: right;
    margin-top: -4px;
}
.social-about a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    text-align: center;
}
.social-about i {
    color: #282828;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-about i:hover {
    color: #525252;
}
.social-about li {
    display: inline-block;
}
.archive_description {
    text-transform: capitalize;
    color: #f2f2f2;
}
.title-page,
.title-cat {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 15px 0 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.archive-blog .full-width {
    padding: 30px;
}
.archive-blog .box-small article {
    margin-bottom: 0px;
}
.archive-blog .entry-content {
    padding-bottom: 10px;
    color: #757575;
}
.archive-blog .entry-content h1,
.archive-blog .entry-content h2,
.archive-blog .entry-content h3,
.archive-blog .entry-content h4,
.archive-blog .entry-content h5 {
    font-weight: 500;
    margin-top: 10px;
}
.archive-blog .entry-content p {
    margin-bottom: 10px;
}
.archive-blog .entry-action {
    padding-top: 10px;
    padding-left: 30px;
}
.rtl .archive-blog .entry-action {
    padding-right: 30px;
    padding-left: inherit;
}
.archive-blog .entry-title {
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    margin-top: 5px;
    line-height: 24px;
}
.archive-blog .posted-on {
    padding: 0;
}
.archive-blog .author {
    text-transform: capitalize;
    font-size: 12px;
}
.archive-blog .icon-icon_tag {
    padding-right: 5px;
}
.rtl .archive-blog .icon-icon_tag {
    padding-left: 5px;
    padding-right: inherit;
}
.archive-blog .post-image {
    padding-bottom: 0;
}
.archive-blog .post-cat {
    font-size: 14px;
    font-weight: 400;
    display: block;
    overflow: hidden;
}
.archive-blog .comments-link {
    padding-left: 0;
}
.rtl .archive-blog .comments-link {
    padding-right: 0;
    padding-left: inherit;
}
.content-area {
    margin-bottom: 30px;
}
.by {
    color: #9e9e9e;
    text-transform: lowercase;
    font-style: italic;
    font-size: 14px !important;
    padding-right: 5px;
}
.rtl .by {
    padding-left: 5px;
    padding-right: inherit;
}
.author > a {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}
.rtl .author > a {
    padding-left: 10px;
    padding-right: inherit;
}
.image-item {
    position: relative;
    overflow: hidden;
    text-align: initial;
}
.image-item .share-links {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-70%);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
}
.image-item .share-links .social-item {
    border: none;
}
.image-item .share-links .social-item i {
    color: #fff;
    font-size: 20px;
}
.post-item {
    border: 1px solid #e9e9e9;
}
.post-item:hover .image-item .share-links {
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: initial;
}
.post-item:hover .bgr-item {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.grid-text .article-content.full-width,
.grid-full .article-content.full-width {
    padding-top: 0;
}
.post-grid .article-content.no-thumb {
    padding: 30px;
    min-height: initial;
}
.post-grid .article-content.no-thumb .entry-content {
    margin-top: 20px;
}
.content-cate-full .post-list .entry-title {
    font-size: 24px;
}
#loadMore.loading,
#loadMoreCat.loading {
    border-left: 4px solid #bb9757;
}
.wrapper-filter {
    padding-left: 0;
}
.na-banners .content {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    background: #fff;
    left: 50%;
    padding: 10px 120px;
    opacity: 0.96;
    top: 50%;
}
*:focus,
*:active {
    outline: none;
    border-color: none;
}
.post-format .ti-control-play,
.post-format .ti-camera,
.post-format .ti-headphone,
.post-format .ti-quote-left {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #525252;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: #f1f1f1;
    border-radius: 100%;
    line-height: 45px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: none;
}
.post-format .ti-control-play:hover,
.post-format .ti-camera:hover,
.post-format .ti-headphone:hover,
.post-format .ti-quote-left:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #525252;
    color: #f1f1f1;
}
.single .post-image .wp-post-image {
    display: inline-block;
    text-align: center;
}
.single .post-image {
    box-shadow: none;
}
.post-image {
    text-align: center;
    position: relative;
}
.post-image > * {
    display: block;
}
.post-image ul li {
    list-style: none;
}
.post-image .owl-carousel {
    padding: 0;
    z-index: 999;
}
.post-image .owl-carousel .fa {
    font-weight: 700;
}
.post-image .owl-carousel .owl-prev {
    left: 15px;
    border-width: 2px;
}
.post-image .owl-carousel .owl-next {
    right: 15px;
    border-width: 2px;
}
.post-image img {
    float: none !important;
}
.single .entry-header,
.single .article-content {
    text-align: center;
}
.post-cat {
    color: #9e9e9e;
    text-transform: capitalize;
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
}
.post-cat a {
    color: #9e9e9e;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.post-date {
    color: #9e9e9e;
    font-size: 14px;
}
.entry-header {
    padding-top: 40px;
}
.entry-title {
    display: inline-block;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 38px;
    font-weight: 500;
    margin-top: 0;
    color: #282828;
}
.entry-title a {
    color: #282828;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.entry-title a:hover {
    color: #525252;
}
.entry-avatar {
    margin: 10px 0 40px;
}
.entry-avatar .total-view {
    margin-right: 2px;
}
.rtl .entry-avatar .total-view {
    margin-left: 2px;
    margin-right: inherit;
}
.entry-avatar .comment-text i {
    padding: 0 5px;
}
.entry-avatar .avatar {
    border-radius: 100%;
    margin-right: 10px;
}
.rtl .entry-avatar .avatar {
    margin-left: 10px;
    margin-right: inherit;
}
.entry-avatar .author-by,
.entry-avatar .author-on {
    color: #9e9e9e;
    font-style: italic;
}
.entry-avatar .author-title {
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    position: relative;
}
.entry-avatar .author-title::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    border-left: 1px solid #afafaf;
    right: -15px;
    top: 6px;
}
.entry-avatar .author-link {
    text-transform: capitalize;
    color: #9e9e9e;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 14px;
}
.entry-avatar .author-link:hover {
    color: #525252;
}
.entry-avatar .count-share {
    float: right;
}
.rtl .entry-avatar .count-share {
    float: left;
}
.entry-avatar > * {
    display: inline-block;
}
.entry-footer {
    padding-top: 15px;
    color: #757575;
}
.entry-footer i {
    font-size: 15px;
    padding-right: 3px;
    line-height: 22px;
}
.rtl .entry-footer i {
    padding-left: 3px;
    padding-right: inherit;
}
.entry-footer .comment-text {
    padding: 0 10px;
    color: #757575;
}
.entry-footer .comment-text .fb_comments_count {
    padding-right: 5px;
}
.rtl .entry-footer .comment-text .fb_comments_count {
    padding-left: 5px;
    padding-right: inherit;
}
.entry-footer .comment-text .i {
    font-size: 16px;
}
.entry-footer .comment-text .txt {
    font-size: 12px;
}
.entry-footer .comment-text:hover * {
    color: #525252;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
}
.archive-header .entry-title {
    padding: 15px 0;
}
.total-view .fa,
.comments-link .fa {
    padding-right: 5px;
}
.post-comment {
    padding-bottom: 25px;
    line-height: 24px;
}
.post-comment .fa {
    padding-right: 10px;
    color: #525252;
}
.rtl .post-comment .fa {
    padding-left: 10px;
    padding-right: inherit;
}
.post-comment span {
    font-size: 12px;
}
.post-comment span:first-child {
    padding-left: 0px;
}
.rtl .post-comment span:first-child {
    padding-right: 0px;
    padding-left: inherit;
}
.tags-wrap .tags {
    color: #9e9e9e;
}
.tags-wrap .tags > span {
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
}
.rtl .tags-wrap .tags > span {
    padding-left: 5px;
    padding-right: inherit;
}
.tags-wrap .tags .fa {
    padding-right: 10px;
    color: #757575;
}
.rtl .tags-wrap .tags .fa {
    padding-left: 10px;
    padding-right: inherit;
}
.tags-wrap .tags a {
    background: #ffffff none repeat scroll 0 0;
    color: #9e9e9e;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.tags-wrap .tags a:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #525252;
}
.entry-content {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
}
.author-img > img {
    border-radius: 100%;
    max-width: inherit;
}
.avatar > img {
    max-width: inherit;
    border-radius: 100%;
}
.author-content h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.author-content a {
    color: #282828;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
.author-content .author-social {
    margin: 0 15px;
}
.author-content p {
    font-size: 14px;
    color: #757575;
    margin: auto;
    line-height: 24px;
}
.comment-text .tags-link-wrap {
    padding-right: 30px;
    display: inline-block;
}
.rtl .comment-text .tags-link-wrap {
    padding-left: 30px;
    padding-right: inherit;
}
.comment-text .text-comment {
    display: inline-block;
}
.text-comment:hover {
    color: #525252;
}
.text-comment:hover i {
    color: #525252;
}
.comment-box .comment-text {
    font-size: 16px;
    color: #757575;
    line-height: 24px;
}
.comment-box .comment-text > p {
    margin: 0;
}
.commentform {
    padding-bottom: 10px;
}
.commentform input[type="submit"] {
    padding: 8px 30px;
}
#comments .form-control {
    border: 1px solid #d9d9d9;
}
#comments .heading {
    color: #282828;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 500;
    font-size: 24px;
}
#comments .heading::after {
    content: none;
}
#comments .comment-list {
    padding: 0;
    margin: 0;
}
#comments .comment-list li.comment {
    border-top: 1px solid #e9e9e9;
    list-style: outside none none;
    padding: 30px 0;
}
#comments .text-user {
    text-transform: capitalize;
    font-weight: 500;
    color: #282828;
}
#comments .text-user > a {
    color: #282828;
}
#comments .meta-user {
    color: #7c7c7e;
    padding-top: 15px;
}
#comments .meta-user a {
    background: #fff;
    border-radius: 3px;
    color: #525252;
    font-size: 12px;
    padding: 2px 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#comments .meta-user a:first-child {
    padding-left: 0;
}
.rtl #comments .meta-user a:first-child {
    padding-right: 0;
    padding-left: inherit;
}
#comments .children {
    padding-left: 85px;
}
.rtl #comments .children {
    padding-right: 85px;
    padding-left: inherit;
}
#comments .children li:first-child {
    margin-top: 20px;
}
#comments .children li:last-child {
    padding-bottom: 0;
}
#comments .comment-author {
    padding-bottom: 10px;
}
#comments .h-info {
    padding-bottom: 30px;
}
#comments .the-comment > .avatar {
    padding-right: 15px;
}
.rtl #comments .the-comment > .avatar {
    padding-left: 15px;
    padding-right: inherit;
}
#comments .ground-user .comment-time {
    padding: 5px 0;
    display: block;
    font-size: 11px;
}
#commentform .comment-text {
    text-transform: lowercase;
}
.post-related {
    padding: 30px 0px 0;
}
.post-related .post-box {
    text-align: left;
}
.rtl .post-related .post-box {
    text-align: right;
}
.post-related .widgettitle {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 60px;
}
.post-related .post-cat {
    font-size: 12px;
}
.post-related .group-des {
    color: #757575;
    font-style: italic;
    font-size: 12px;
}
.post-related .author-link {
    font-weight: 600;
    color: #757575;
    font-style: normal;
}
.post-related .author-link:hover {
    color: #525252;
}
.item-related .post-format {
    width: 30px;
    height: 30px;
    right: 20px;
    line-height: 32px;
    font-size: 12px;
    bottom: -15px;
    top: auto;
}
.rtl .item-related .post-format {
    left: 20px;
    right: auto;
}
.item-related .post-image {
    padding: 0;
}
.item-related .ground-title {
    min-height: 70px;
    padding: 15px 20px 30px;
}
.item-related .post-title {
    text-align: left;
    font-size: 14px;
    color: #282828;
    margin: 3px 0 20px;
    line-height: 20px;
    min-height: 40px;
}
.rtl .item-related .post-title {
    text-align: right;
}
.item-related .post-title > a {
    color: #282828;
    font-weight: 500;
}
.item-related .post-title > a:hover {
    color: #525252;
}
.item-related .embed-responsive {
    overflow: visible;
}
.item-comment {
    padding: 0;
    font-style: normal;
    margin: 0;
}
.item-comment > span {
    vertical-align: middle;
    font-weight: 500;
    padding-left: 7px;
    font-size: 13px;
}
.rtl .item-comment > span {
    padding-right: 7px;
    padding-left: inherit;
}
.item-comment i {
    font-size: 14px;
}
.icon-comment {
    font-size: 18px;
    color: #d1d1d0;
    padding-left: 0px;
}
.rtl .icon-comment {
    padding-right: 0px;
    padding-left: inherit;
}
.entry_pagination {
    padding-top: 30px;
    border-top: 1px solid #ededed;
}
.entry_pagination .txt-pagination {
    margin-top: 15px;
}
.entry_pagination .pagination {
    margin: 0;
    border: none;
}
.entry_pagination .pagination .fa {
    color: #525252;
}
.entry_pagination .pagination .page-numbers:hover .fa {
    color: #525252;
}
.entry_pagination .page-numbers {
    background: none;
    box-shadow: none;
    color: #282828;
    vertical-align: middle;
    border-radius: 0;
    margin: 0;
    border: none;
}
.entry_pagination .page-numbers img {
    display: none;
    border-radius: 100%;
}
.entry_pagination .page-numbers i {
    color: #525252;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    background: white;
    border-radius: 100%;
    text-align: center;
}
.entry_pagination .page-numbers:hover {
    color: #525252;
    background: none;
    box-shadow: none;
    border: none;
}
.entry_pagination .page-numbers:hover i {
    color: white;
    background: #525252;
}
.entry_pagination .page-numbers.page-prev {
    max-width: 50%;
    text-align: left;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.rtl .entry_pagination .page-numbers.page-prev {
    text-align: right;
}
.entry_pagination .page-numbers.page-prev img {
    margin-right: 20px;
    float: left;
}
.rtl .entry_pagination .page-numbers.page-prev img {
    margin-left: 20px;
    margin-right: inherit;
}
.rtl .entry_pagination .page-numbers.page-prev img {
    float: right;
}
.entry_pagination .page-numbers.page-prev .txt-prev {
    float: left;
}
.entry_pagination .page-numbers.page-next {
    max-width: 50%;
    text-align: right;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0 0 5px 0;
}
.rtl .entry_pagination .page-numbers.page-next {
    text-align: left;
}
.entry_pagination .page-numbers.page-next img {
    margin-left: 20px;
    float: right;
}
.rtl .entry_pagination .page-numbers.page-next img {
    margin-right: 20px;
    margin-left: inherit;
}
.rtl .entry_pagination .page-numbers.page-next img {
    float: left;
}
.entry_pagination .page-numbers.page-next .txt-next {
    float: right;
}
.entry_pagination .page-numbers .btn-prev {
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    letter-spacing: 0.3px;
}
.entry_pagination .page-numbers .btn-next {
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.entry_pagination .page-numbers .title-pagination {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    font-weight: 500;
    margin-bottom: 0;
}
.pr-single {
    margin-bottom: 10px;
}
.form-submit {
    margin-top: 30px;
    margin-bottom: 0;
}
.form-submit:before,
.form-submit:after {
    content: " ";
    display: table;
}
.form-submit:after {
    clear: both;
}
.article-meta-single {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.article-meta-single .post-date {
    color: #7c7c7e;
    font-size: 12px;
    padding-left: 7px;
    text-transform: uppercase;
}
.rtl .article-meta-single .post-date {
    padding-right: 7px;
    padding-left: inherit;
}
.article-meta {
    color: #9e9e9e;
}
.article-meta a {
    color: #9e9e9e;
}
.post-author {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
}
.content-social-author {
    display: inline-block;
    margin-top: 10px;
}
.content-social-author a {
    width: 30px;
    height: 30px;
    background: transparent;
    color: #bb9757;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
    border-radius: 100%;
    border: 1px solid #282828;
}
.top-author {
    margin: 30px 0 30px;
}
.author-content {
    vertical-align: middle;
}
.author-content .author-social {
    margin: 0 10px;
}
.author-content .author-social:hover {
    border: 1px solid #525252;
}
.author-content .author-social:hover i {
    color: #525252;
}
.author-content .author-social i {
    font-size: 14px;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
}
.author-content h5 {
    display: block;
    margin: 0;
}
.author-content h5 a {
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.author-content h5 a:hover {
    color: #525252;
}
.author-content h5 a::after {
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    border-bottom: 1px solid #bb9757;
    top: 35px;
}
.author-content a {
    color: #282828;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
}
.author-content p {
    font-size: 16px;
    color: #757575;
    line-height: 30px;
    margin: auto;
}
.entry-footer-social {
    display: inline-block;
}
.tags-wrap {
    display: inline-block;
    float: right;
}
.rtl .tags-wrap {
    float: left;
}
.tags-wrap .tags-title {
    color: #282828;
    line-height: 30px;
}
.entry-footer-social .entry-footer-left {
    line-height: 40px;
    float: left;
}
.rtl .entry-footer-social .entry-footer-left {
    float: right;
}
.entry-footer-social .entry-footer-left > * {
    display: inline-block;
    font-size: 15px;
}
.entry-footer-social .entry-footer-right {
    float: right;
}
.rtl .entry-footer-social .entry-footer-right {
    float: left;
}
.entry-footer-social .entry-footer-right > * {
    display: inline-block;
    color: #252525;
}
.entry-footer-social .entry-footer-right .lc-4,
.entry-footer-social .entry-footer-right .lc {
    color: #757575;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    font-size: 0;
}
.rtl .entry-footer-social .entry-footer-right .lc-4,
.rtl .entry-footer-social .entry-footer-right .lc {
    right: 0;
    left: auto;
}
.entry-footer-social .entry-footer-right .action-like span::before {
    font-size: 14px;
    left: -22px;
    line-height: 5px;
    top: 6px;
    color: #dd4b39;
}
.rtl .entry-footer-social .entry-footer-right .action-like span::before {
    right: -22px;
    left: auto;
}
.entry-footer-social .entry-footer-right .like-links {
    cursor: pointer;
}
.entry-footer-social .entry-footer-right .like-links:hover {
    color: #dd4b39;
}
.entry-footer-social .entry-footer-right .like-links:hover a {
    color: #dd4b39;
}
.count-share .social-icons {
    right: 0px;
    z-index: 999;
}
.rtl .count-share .social-icons {
    left: 0px;
    right: auto;
}
.entry-content .watch-action {
    display: none !important;
}
.entry-content a {
    color: #0000ff;
}
.entry-footer .entry-footer {
    padding-left: 60px;
}
.rtl .entry-footer .entry-footer {
    padding-right: 60px;
    padding-left: inherit;
}
.watch-action {
    position: relative;
}
.watch-action .watch-position,
.watch-action .action-like,
.watch-action .lc,
.watch-action .unlc {
    float: none;
    line-height: 24px;
}
.watch-action .action-like img,
.watch-action .action-unlike img {
    display: none;
}
.watch-action .action-like {
    position: relative;
    padding-left: 15px;
}
.rtl .watch-action .action-like {
    padding-right: 15px;
    padding-left: inherit;
}
.watch-action .action-like > a {
    color: #757575;
}
.watch-action .action-like > a .lc {
    color: #757575;
}
.watch-action .action-like span::before {
    content: "\e634";
    font-family: "themify";
    font-size: 14px;
    top: -2px;
    left: 0;
    position: absolute;
}
.rtl .watch-action .action-like span::before {
    right: 0;
    left: auto;
}
.watch-action .action-unlike {
    display: none !important;
}
.watch-action .status {
    display: none !important;
}
.main-content .box-comment {
    margin-bottom: 0;
}
.comment-navigation {
    clear: both;
    padding: 0 0 30px;
}
.comment-navigation .previous {
    float: left;
    display: inline-block;
}
.rtl .comment-navigation .previous {
    float: right;
}
.comment-navigation .next {
    float: right;
    display: inline-block;
}
.rtl .comment-navigation .next {
    float: left;
}
.taxonomy-description {
    font-size: 14px;
    margin-bottom: 30px;
}
.description-page {
    display: none;
}
.description-page.show {
    display: block;
}
.single-2 .entry-header {
    padding-top: 0;
    margin-bottom: 15px;
}
.single-2 .image-single-2 {
    margin-bottom: 30px;
}
.share-content > * {
    font-size: 14px;
    color: #8d8d8d;
}
a.readmore {
    color: #8c8c8c;
    display: inline-block;
    position: relative;
    margin-top: 17px;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a.readmore:hover {
    color: #fff;
    border: 1px solid #282828;
    background: #282828;
}
a.readmore:hover::after {
    border-bottom: 1px solid #282828;
    opacity: 0.8;
}
.navigation span.current {
    background: #282828;
    color: #fff;
    border: 1px solid #282828;
}
.navigation a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #e9e9e9;
}
.navigation a:hover {
    background: #282828;
    color: #fff;
    border: 1px solid #282828;
}
.navigation > * {
    padding: 8px 15px;
    margin-right: 10px;
}
.navigation > *:last-child {
    margin: 0;
}
.content-single-full .padding-content-single {
    padding-right: 60px;
    padding-left: 60px;
}
.main-view-like {
    display: inline-block;
    color: #9e9e9e;
    padding-left: 3px;
}
.main-view-like .total-view,
.main-view-like .comment-text {
    font-size: 13px;
    display: inline-block;
}
.main-view-like .total-view *,
.main-view-like .comment-text * {
    font-size: 13px;
    color: #9e9e9e;
}
.content-sidebar-right {
    padding-right: 30px;
}
.content-sidebar-left {
    padding-left: 30px;
}
.rtl .content-sidebar-left {
    padding-right: 30px;
    padding-left: inherit;
}
.title-vertical,
.title-box {
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 25px;
}
.title-box {
    text-align: left;
    display: inline-block;
    margin: 0;
    margin-bottom: 40px;
}
.rtl .title-box {
    text-align: right;
}
.title-box::after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.group-image-banner {
    margin-bottom: 30px;
}
.na-banners {
    position: relative;
}
.na-banners .content {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    background: #fff;
    left: 50%;
    opacity: 0.96;
    top: 50%;
}
.na-banners .content::after {
    content: "";
    position: absolute;
    left: -4px;
    right: -5px;
    top: -4px;
    bottom: -4px;
    z-index: -1;
    opacity: 0.9;
    border: 1px solid #fff;
}
.na-banners .content .bannertitle {
    margin: 0;
    font-size: 16px;
}
.na-banners .content .bannertitle a {
    color: #525252;
}
.vc_col-sm-4 .group-image-banner {
    margin-bottom: 30px;
}
.vc_col-sm-4:nth-child(3) .group-image-banner {
    margin-bottom: 0;
}
#comments input[type="text"] {
    border-radius: 0;
}
.slicknav_menu .slicknav_icon-bar {
    height: 2px;
    width: 24px;
}
.sbi_item {
    border: 1px solid #fff;
}
.article-image {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.sticky-post {
    color: #525252;
}
.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: 0;
}
.btn-mini-search i {
    line-height: 24px;
}
.slicknav_menu > ul li:first-child > a {
    border-top: none;
}
.slicknav_menu > ul li:first-child > a > a {
    border-top: none;
}
.fitnez-instagram {
    margin-left: -10px;
}
.rtl .fitnez-instagram {
    margin-right: -10px;
    margin-left: inherit;
}
.embed-responsive {
    padding-bottom: 0 !important;
}
.post-item .post-quote {
    padding: 0;
}
.post-vertical .post-cat {
    color: #fff;
}
.theiaStickySidebar .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.grid-text.post-grid .share-links .social-item {
    border: none;
}
.grid-text.post-grid .entry-content {
    padding-top: 15px;
}
.post-grid .byline,
.post-grid .author-on,
.slider-blog .byline,
.slider-blog .author-on {
    display: none;
}
.post-grid .article-meta,
.post-grid .posted-on,
.post-grid .entry-meta-right,
.slider-blog .article-meta,
.slider-blog .posted-on,
.slider-blog .entry-meta-right {
    font-size: 13px;
}
.post-grid .posted-on .entry-date,
.slider-blog .posted-on .entry-date {
    font-size: 13px;
}
body.category .sidebar .widget:last-child {
    margin-bottom: 129px;
}
.post-item .share-links .social-item {
    width: 40px;
}
.post-item .entry-header {
    padding: 0;
}
.post-item .total-view,
.post-item .comments-link {
    display: inline-block;
    padding: 0 7px;
}
.post-item .article-meta,
.post-item .posted-on,
.post-item .entry-meta-right {
    display: inline-block;
    font-size: 14px;
}
.post-item .comments-link {
    padding-left: 0;
}
.rtl .post-item .comments-link {
    padding-right: 0;
    padding-left: inherit;
}
.post-item .ti-comment {
    font-size: 11px;
}
.col-item:last-child .post-item {
    margin-bottom: 30px;
}
.grid-full {
    position: relative;
    margin-bottom: 60px;
}
.grid-full a.readmore {
    margin-top: 25px;
}
.grid-full .share-links {
    padding-left: 0;
    margin-top: 25px;
    display: inline-block;
}
.rtl .grid-full .share-links {
    padding-right: 0;
    padding-left: inherit;
}
.grid-full .share-links .social-item:hover {
    border: none;
}
.grid-full .share-links a i {
    color: #282828;
}
.grid-full .count-share .social-icons {
    height: initial;
}
.grid-full .entry-title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
}
.grid-full .article-image {
    position: relative;
    display: block;
}
.grid-full .post-cat a {
    padding-left: 0;
    background: none;
}
.rtl .grid-full .post-cat a {
    padding-right: 0;
    padding-left: inherit;
}
.grid-full .article-content {
    text-align: center;
    padding: 25px 40px 30px;
}
.grid-full .article-content.full-width {
    width: 100%;
}
.grid-full .article-content.full-width .entry-content {
    padding-top: 15px;
}
.grid-full .article-content.full-width .article-meta {
    margin: 0;
    padding: 10px 20px 0px 0;
    padding: 10px 20px 0px 0px;
}
.rtl .grid-full .article-content.full-width .article-meta {
    padding: 10px 0px 0px 20px;
}
.grid-full .post-quote.full-width {
    display: none;
}
.grid-full .entry-header .posted-on {
    font-weight: 500;
    color: #282828;
    font-size: 16px;
    margin-top: 5px;
}
.grid-full .entry-header .posted-on a {
    color: #282828;
}
.grid-full .entry-header .posted-on a:hover {
    color: #525252;
}
.grid-full .entry-meta-right {
    padding: 0 !important;
}
.grid-full .entry-content {
    padding: 20px 0 0;
    font-size: 15px;
    max-width: 800px;
    margin: auto;
}
.grid-full .entry-excerpt {
    padding: 0;
    margin: 0;
    font-style: normal;
}
.grid-full .author strong {
    font-size: 12px;
    color: #757575;
    font-weight: 600;
}
.grid-full .author strong:hover {
    color: #525252;
}
.grid-full .wp-post-image {
    width: 100%;
}
.grid-full .article-meta {
    color: #8f8f8f;
    margin-top: 5px;
    display: block;
    right: 0px;
}
.rtl .grid-full .article-meta {
    left: 0px;
    right: auto;
}
.grid-full .article-meta a {
    color: #8f8f8f;
}
.grid-full .article-meta a:hover {
    color: #525252;
}
.post-image {
    overflow: hidden;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.post-grid {
    text-align: center;
}
.post-grid,
.grid-content .post-list {
    margin-bottom: 30px;
}
.post-grid .entry-header,
.grid-content .post-list .entry-header {
    margin-bottom: 0;
}
.post-grid .article-content,
.grid-content .post-list .article-content {
    padding: 30px;
    border-top: none;
}
.post-grid .article-image,
.grid-content .post-list .article-image {
    position: relative;
}
.post-grid .entry-title,
.grid-content .post-list .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
.post-grid .full-width .article-meta,
.grid-content .post-list .full-width .article-meta {
    padding: 10px 20px 0px 0px;
}
.rtl .post-grid .full-width .article-meta,
.rtl .grid-content .post-list .full-width .article-meta {
    padding: 10px 0px 0px 20px;
}
.post-grid .post-format,
.grid-content .post-list .post-format {
    right: 10px;
    left: auto;
}
.rtl .post-grid .post-format,
.rtl .grid-content .post-list .post-format {
    left: 10px;
    right: auto;
}
.post-grid .article-content.full-width .post-format,
.grid-content .post-list .article-content.full-width .post-format {
    display: none;
}
.post-grid .article-meta a:hover,
.grid-content .post-list .article-meta a:hover {
    color: #525252;
}
.post-grid .post-quote.full-width,
.grid-content .post-list .post-quote.full-width {
    text-align: center;
}
.post-grid .post-quote.full-width .post-format,
.grid-content .post-list .post-quote.full-width .post-format {
    border: none;
    padding-top: 15px;
    background: none;
    font-size: 50px;
    color: #ccc;
    box-shadow: none;
    bottom: auto;
    left: auto;
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
}
.post-sidebar .article-content,
.post-sidebar .post-content {
    padding-left: 20px;
    text-align: initial;
}
.rtl .post-sidebar .article-content,
.rtl .post-sidebar .post-content {
    padding-right: 20px;
    padding-left: inherit;
}
.post-sidebar .entry-title > a {
    font-size: 16px;
    font-weight: 600;
}
.post-sidebar .post-cat a::before {
    content: none;
}
.post-sidebar .post-cat a {
    padding: 0;
}
.css-content .grid-full .entry-header {
    padding: 30px 30px 0 0;
    padding: 30px 30px 0px 0px;
}
.rtl .css-content .grid-full .entry-header {
    padding: 30px 0px 0px 30px;
}
.css-content .grid-full .entry-content {
    padding: 30px 30px 0 0;
    padding: 30px 30px 0px 0px;
}
.rtl .css-content .grid-full .entry-content {
    padding: 30px 0px 0px 30px;
}
.wrapper-filter {
    list-style: none;
    display: inline-block;
    float: right;
    vertical-align: bottom;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 0;
}
.wrapper-filter li {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}
.rtl .wrapper-filter li {
    padding-right: 10px;
    padding-left: inherit;
}
.wrapper-filter li.active .cat-item {
    color: #282828;
}
.wrapper-filter .cat-item {
    color: #9e9e9e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    text-transform: uppercase;
}
.wrapper-filter .cat-item:hover {
    color: #282828;
}
.wrapper-filter .cat-item.active {
    color: #282828;
}
.tab-content .archive-blog {
    display: none;
}
.tab-content .archive-blog.active {
    display: block;
}
.posted-on {
    position: relative;
    padding-right: 10px;
}
.posted-on .author-on {
    padding-right: 5px;
}
.posted-on a:hover {
    color: #525252;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.posted-on::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    border-left: 1px solid #afafaf;
    right: 0;
    top: 5px;
}
.posted-on .entry-date {
    color: #9e9e9e;
}
.archive-blog .article-meta .posted-on {
    padding-right: 15px;
    padding-left: 0;
}
.rtl .archive-blog .article-meta .posted-on {
    padding-left: 15px;
    padding-right: inherit;
}
.rtl .archive-blog .article-meta .posted-on {
    padding-right: 0;
    padding-left: inherit;
}
.article-carousel .post-list .article-image {
    float: none;
    width: initial;
    max-width: initial;
}
.vc_col-md-8 .post-list .entry-title,
.vc_col-sm-8 .post-list .entry-title,
.content-cat-8 .post-list .entry-title {
    font-size: 18px;
}
.post-list {
    margin-bottom: 60px;
    display: -ms-flexbox;
    border: 1px solid #e9e9e9;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-list .post-cat {
    text-align: left;
}
.post-list .entry-title {
    font-size: 24px;
    margin-bottom: 5px;
}
.post-list .entry-header-title {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}
.post-list .article-image {
    float: left;
    width: 42%;
    max-width: 490px;
}
.rtl .post-list .article-image {
    float: right;
}
.post-list .article-content {
    float: left;
    max-width: 58%;
    border-left: none;
    padding-left: 60px;
    padding-right: 60px;
}
.post-list .article-content .entry-content {
    margin-top: 20px;
}
.post-list .article-meta {
    display: block;
    text-align: left;
}
.rtl .post-list .article-meta {
    text-align: right;
}
.post-thumb.pull-left {
    padding-right: 0;
}
.rtl .post-thumb.pull-left {
    padding-left: 0;
    padding-right: inherit;
}
.vc_col-md-8 .layout-list .post-item,
.vc_col-sm-8 .layout-list .post-item,
.col-md-8 .layout-list .post-item,
.col-lg-8 .layout-list .post-item {
    margin-bottom: 30px;
}
.vc_col-md-8 .layout-list .post-list,
.vc_col-sm-8 .layout-list .post-list,
.col-md-8 .layout-list .post-list,
.col-lg-8 .layout-list .post-list {
    margin-bottom: 30px;
    position: relative;
}
.vc_col-md-8 .layout-list .post-list .article-image,
.vc_col-sm-8 .layout-list .post-list .article-image,
.col-md-8 .layout-list .post-list .article-image,
.col-lg-8 .layout-list .post-list .article-image {
    width: 45%;
}
.vc_col-md-8 .layout-list .post-list .article-content,
.vc_col-sm-8 .layout-list .post-list .article-content,
.col-md-8 .layout-list .post-list .article-content,
.col-lg-8 .layout-list .post-list .article-content {
    float: left;
    max-width: 55%;
    padding: 22px 20px 30px 30px;
}
.rtl .vc_col-md-8 .layout-list .post-list .article-content,
.rtl .vc_col-sm-8 .layout-list .post-list .article-content,
.rtl .col-md-8 .layout-list .post-list .article-content,
.rtl .col-lg-8 .layout-list .post-list .article-content {
    padding: 22px 30px 30px 20px;
}
.vc_col-md-8 .layout-list .post-list .article-content.full-width,
.vc_col-sm-8 .layout-list .post-list .article-content.full-width,
.col-md-8 .layout-list .post-list .article-content.full-width,
.col-lg-8 .layout-list .post-list .article-content.full-width {
    max-width: 80%;
}
.col-md-8 .post-item,
.col-lg-8 .post-item {
    margin-bottom: 30px;
}
.col-md-8 .post-list,
.col-lg-8 .post-list {
    margin-bottom: 30px;
    position: relative;
}
.col-md-8 .post-list .article-image,
.col-lg-8 .post-list .article-image {
    width: 45%;
}
.col-md-8 .post-list .article-content,
.col-lg-8 .post-list .article-content {
    float: left;
    max-width: 55%;
    padding: 22px 20px 30px 30px;
}
.rtl .col-md-8 .post-list .article-content,
.rtl .col-lg-8 .post-list .article-content {
    padding: 22px 30px 30px 20px;
}
.col-md-8 .post-list .article-content.full-width,
.col-lg-8 .post-list .article-content.full-width {
    max-width: 80%;
}
.item-related:nth-child(2n + 1) {
    clear: both;
}
.content-cat-8 .post-item {
    margin-bottom: 30px;
}
.content-cat-8 .post-list {
    margin-bottom: 30px;
    position: relative;
}
.content-cat-8 .post-list .article-image {
    width: 45%;
}
.content-cat-8 .post-list .article-content {
    float: left;
    max-width: 55%;
    padding: 22px 20px 30px 30px;
}
.rtl .content-cat-8 .post-list .article-content {
    padding: 22px 30px 30px 20px;
}
.article-carousel-center {
    position: relative;
}
.article-carousel-center:hover .slick-next,
.article-carousel-center:hover .slick-prev {
    opacity: 1;
}
.article-carousel-center .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-carousel-center .post-list {
    margin-bottom: 0;
}
.article-carousel-center .post-list .article-image::after {
    content: "";
    position: absolute;
    height: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: 0.5s;
}
.article-carousel-center .post-list .article-image::before {
    content: "";
    position: absolute;
    height: 45px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: 0.5s;
}
.article-carousel-center .post-list .post-image {
    width: 860px;
    height: 550px;
}
.article-carousel-center .post-list .article-image {
    max-width: initial;
}
.article-carousel-center .post-list.slick-active .article-image::after,
.article-carousel-center .post-list.slick-active .article-image::before {
    height: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: 0.5s;
}
.article-carousel-center .post-list.slick-active .post-image {
    opacity: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transition-delay: 0.5s;
}
div.slider-blog.column3 .article-image {
    width: 100%;
}
div.slider-blog.column3 .box-large .post-image {
    height: 450px;
}
div.slider-blog.column3 .post-list {
    margin-bottom: 30px;
}
.vc_col-lg-8 .grid-full {
    margin-bottom: 30px;
}
.slider-blog .posted-on .entry-date,
.slider-blog .main-view-like,
.post-vertical .posted-on .entry-date,
.post-vertical .main-view-like {
    color: white;
}
.slider-blog .main-view-like .total-view *,
.slider-blog .main-view-like .comment-text *,
.post-vertical .main-view-like .total-view *,
.post-vertical .main-view-like .comment-text * {
    color: white;
}
.blog-box-layout .posted-on .entry-date,
.blog-box-layout .main-view-like {
    color: #9e9e9e;
}
.blog-box-layout .main-view-like .total-view *,
.blog-box-layout .main-view-like .comment-text * {
    color: #9e9e9e;
}
.post-sidebar {
    border: none;
    min-height: auto;
    margin-bottom: 20px;
}
.post-sidebar .article-image {
    width: 35%;
    float: left;
}
.rtl .post-sidebar .article-image {
    float: right;
}
.post-sidebar .article-content {
    width: 65%;
    float: left;
}
.rtl .post-sidebar .article-content {
    float: right;
}
.post-sidebar .entry-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}
.post-sidebar .entry-date {
    font-size: 13px;
}
@media (min-width: 992px) {
    .slicknav_nav {
        display: none !important;
    }
    .form-group.col-md-6:nth-child(2) {
        padding-left: 10px;
    }
    .rtl .form-group.col-md-6:nth-child(2) {
        padding-right: 10px;
        padding-left: inherit;
    }
    .form-group.col-md-6:nth-child(1) {
        padding-right: 10px;
    }
    .rtl .form-group.col-md-6:nth-child(1) {
        padding-left: 10px;
        padding-right: inherit;
    }
}
@media (min-width: 1200px) {
    .title-pagination {
        width: 266px;
    }
}
@media (min-width: 1200px) and (max-width: 1250px) {
    .posts-featured .slick-next {
        right: 20px;
    }
    .posts-featured .slick-prev {
        left: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    div.post-vertical .post-image {
        height: 390px;
    }
    .vc_col-md-8 .layout-list .post-list .entry-header-title,
    .vc_col-sm-8 .layout-list .post-list .entry-header-title {
        margin-top: 0;
    }
    .vc_col-md-8 .layout-list .post-list .article-content,
    .vc_col-sm-8 .layout-list .post-list .article-content {
        padding: 20px 20px 20px 25px;
    }
    .vc_col-md-8 .layout-list .post-list .entry-content,
    .vc_col-sm-8 .layout-list .post-list .entry-content {
        margin-top: 15px;
        height: 45px;
        overflow: hidden;
    }
    .content-cat-8 .post-list .entry-header-title,
    .col-md-8 .post-list .entry-header-title,
    .col-lg-8 .post-list .entry-header-title {
        margin-top: 0;
    }
    .content-cat-8 .post-list .article-content,
    .col-md-8 .post-list .article-content,
    .col-lg-8 .post-list .article-content {
        padding: 20px 20px 20px 25px;
    }
    .content-cat-8 .post-list .entry-content,
    .col-md-8 .post-list .entry-content,
    .col-lg-8 .post-list .entry-content {
        margin-top: 15px;
        height: 45px;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .posts-featured .slick-next {
        right: 20px;
    }
    .posts-featured .slick-prev {
        left: 20px;
    }
}
@media (max-width: 800px) {
    .posts-featured .slick-next {
        right: 20px;
    }
    .posts-featured .slick-prev {
        left: 20px;
    }
}
@media (max-width: 1200px) {
    .sidebar .widget.widget_mc4wp_form_widget form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sidebar .widget_tabs_post .widget-title li a,
    .sidebar .widget_most_views .widget-title li a {
        font-size: 16px;
    }
    .slider-blog.col-2-3box .box-large .post-image {
        height: 449px;
    }
    .img-effect:hover .wp-post-image {
        margin-left: 0%;
    }
    .img-effect:hover .hover-image {
        left: -100%;
    }
}
@media (max-width: 1200px) {
    .grid-full .entry-header {
        padding: 0;
    }
    .css-content .grid-full .entry-header {
        padding: 0;
    }
    .css-content .grid-full .entry-content {
        padding: 15px 30px 0 0;
    }
    .slider-blog.blog-box-layout .post-image {
        min-height: 550px;
    }
    .widget.recent_blog .post-image {
        width: auto;
    }
    .sidebar .widget_mc4wp_form_widget .newsletters #mc4wp {
        min-width: 100px;
    }
}
@media (max-width: 991px) {
    .sidebar {
        margin-top: 20px;
    }
    .slicknav_nav {
        min-height: 100vh;
    }
    .content-sidebar-right,
    .content-sidebar-left,
    .content-single-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-single-full {
        padding-left: 30px;
        padding-right: 30px;
    }
    .entry_pagination .txt-pagination {
        float: none;
        clear: both;
        margin-top: 15px;
    }
    .layout-list .post-list .entry-title,
    .content-cate-full .post-list .entry-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .layout-list .post-list .article-content,
    .content-cate-full .post-list .article-content {
        padding: 20px 20px 25px 30px;
    }
    .layout-list .post-list .entry-content,
    .content-cate-full .post-list .entry-content {
        height: 77px;
        overflow: hidden;
        margin-top: 17px;
    }
    .slider-full .slick-prev {
        left: 30px;
    }
    .slider-full .slick-next {
        right: 30px;
    }
    .article-carousel-center .post-list .post-image {
        width: 750px;
        height: 502px;
    }
    .site-header {
        border: none;
    }
    .header-simple,
    .header-left {
        border: 1px solid #e9e9e9;
    }
    .header-topbar .container {
        width: 100%;
        padding: 0 15px;
    }
    .slicknav_btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .searchform-mini {
        padding: 0;
    }
    .slicknav_btn {
        margin: 0;
    }
    .header-social {
        display: none;
    }
    #na-footer .row .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
    #na-footer .container-fluid .container-inner,
    #na-footer .container-full .container-inner {
        padding: 0;
    }
    .page-content {
        padding-top: 30px;
    }
    #sticky-wrapper {
        display: none;
    }
    .searchform-mini {
        position: absolute;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        z-index: 999;
    }
    .widget.recent_blog .post-image {
        width: auto;
    }
    .header-left .site-logo {
        display: inline-block;
    }
    .header-left .header-content-logo {
        display: block;
    }
    .header-left .header-content {
        display: none;
    }
    .header-left .header-middle {
        display: none;
    }
    .goody-header-content {
        padding: 15px 0;
    }
    .header-center .header-content-logo {
        padding: 20px 0;
    }
    .site-logo {
        max-height: 70px;
    }
    #logo img {
        max-height: 70px;
    }
    .switch-layout {
        display: none;
    }
    .shop-btn-filter {
        width: 120px;
    }
    .goody_icon {
        display: none;
    }
    .header-content-menu {
        display: none;
    }
    .goody-header-content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header-content-logo {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }
    .slicknav_btn {
        bottom: 0;
        vertical-align: middle;
        top: 50%;
        left: 25px;
    }
    .header-center .slicknav_btn,
    .header-center .searchform-mini {
        top: 64%;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #040203;
    }
    .slicknav_menu .slicknav_icon-bar .slicknav_no-text {
        padding-top: 5px;
    }
    .slicknav_nav {
        top: 100% !important;
    }
    .slicknav_nav ul {
        text-align: left;
        padding: 0 0 0 20px;
        margin: 0;
    }
    .slicknav_nav ul .menu {
        padding: 0;
    }
    .slicknav_nav ul .menu li {
        padding: 0;
    }
    .slicknav_nav img {
        display: none !important;
    }
    .slicknav_nav .widgettitle {
        padding-top: 20px;
        font-size: 14px;
        color: white;
    }
    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid > li {
        margin-bottom: 0 !important;
    }
    .wpb_content_element {
        margin-bottom: 35px !important;
    }
    .widget-related .related-wrapper {
        margin-bottom: 0;
    }
    .product-detail-wrap {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .product-detail-wrap > .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .product-detail-wrap .gallery-main img {
        width: 100%;
    }
    .summary-before {
        padding-left: 0;
        padding-right: 0;
    }
    .product-thumbnails {
        display: none;
    }
    .entry-summary {
        padding: 50px 50px 30px;
    }
    .woocommerce-tabs {
        padding-left: 50px;
        padding-right: 50px;
    }
    .woocommerce-tabs li.resp-tab-item {
        font-size: 14px;
    }
    #goody-top-navbar ul > li {
        padding: 7px 15px;
    }
    .single-product .mfp-wrap,
    .single-product .mfp-bg {
        display: none !important;
    }
    .widget-introduce .widgettitle {
        max-width: initial;
        font-size: 26px;
        margin-bottom: 15px;
    }
    .widget-introduce .widgettitle::after {
        bottom: 0;
    }
    .widget-introduce .row-nopadding {
        width: 100%;
        display: block;
    }
    .widget-introduce .introduce-text {
        width: 100%;
        display: block;
        max-width: initial;
        padding-left: 0;
        margin-top: 30px;
    }
    .rtl .widget-introduce .introduce-text {
        padding-right: 0;
        padding-left: inherit;
    }
    .widget-introduce .introduce-image {
        display: block;
        margin: auto;
    }
    .widget-introduce .widget-content {
        padding: 60px;
        padding-bottom: 35px;
    }
    .widget-introduce .widget-content .sub-title {
        display: none;
    }
    div.widget_deals {
        padding-bottom: 150px;
        padding-top: 50px;
    }
    div.widget_deals .countdown-times > * > b {
        font-size: 20px;
        min-width: 60px;
        padding: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 900px) {
    .article-carousel-center .post-list .post-image {
        width: 650px;
        height: 435px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .slider-full .slick-next {
        right: 15px;
    }
    .slider-full .slick-prev {
        left: 15px;
    }
    .slider-full .slick-next {
        right: 15px;
    }
    .slider-full .slick-prev {
        left: 15px;
    }
    div.post-vertical .post-image {
        height: 350px;
    }
    .layout-list .post-list .article-image,
    .content-cat-8 .post-list .article-image,
    .col-md-8 .post-list .article-image,
    .col-lg-8 .post-list .article-image {
        width: 45%;
    }
    .layout-list .post-list .article-content,
    .content-cat-8 .post-list .article-content,
    .col-md-8 .post-list .article-content,
    .col-lg-8 .post-list .article-content {
        padding: 20px 20px 25px 30px;
        max-width: 55%;
    }
    .layout-list .post-list .entry-content,
    .content-cat-8 .post-list .entry-content,
    .col-md-8 .post-list .entry-content,
    .col-lg-8 .post-list .entry-content {
        height: 77px;
        overflow: hidden;
        margin-top: 17px;
    }
}
@media (max-width: 767px) {
    .copy-right {
        text-align: center !important;
    }
    .main-content .entry-header,
    .main-content .entry-avatar,
    .main-content .entry-content {
        padding-left: 0;
        padding-right: 0;
    }
    div.post-vertical .post-image {
        height: 320px;
    }
    .layout-list .col-1 {
        width: 50%;
    }
    .layout-list .post-list {
        display: block;
        margin-bottom: 30px;
    }
    .layout-list .post-list .article-image {
        width: initial !important;
        float: none;
        max-width: initial;
    }
    .layout-list .post-list .article-content {
        text-align: center;
        padding: 25px 15px !important;
        max-width: initial !important;
    }
    .layout-list .post-list .article-content * {
        text-align: center;
    }
    .layout-list .post-list .entry-content {
        height: initial;
    }
    .content-cat-8 .ct-list .col-item,
    .content-cate-full .ct-list .col-item {
        width: 50%;
    }
    .content-cat-8 .ct-list .post-list,
    .content-cate-full .ct-list .post-list {
        display: block;
        margin-bottom: 30px;
    }
    .content-cat-8 .ct-list .post-list .article-image,
    .content-cate-full .ct-list .post-list .article-image {
        width: initial !important;
        float: none;
        max-width: initial;
    }
    .content-cat-8 .ct-list .post-list .article-content,
    .content-cate-full .ct-list .post-list .article-content {
        text-align: center;
        padding: 25px 15px !important;
        max-width: initial !important;
    }
    .content-cat-8 .ct-list .post-list .article-content *,
    .content-cate-full .ct-list .post-list .article-content * {
        text-align: center;
    }
    .content-cat-8 .ct-list .post-list .entry-content,
    .content-cate-full .ct-list .post-list .entry-content {
        height: initial;
    }
    .article-carousel-center .post-list .post-image {
        width: 666px;
        height: 400px;
    }
    .slider-blog.column3 .post-list .article-content,
    .slider-blog.col-2-3box .post-list .article-content {
        width: 100%;
        left: initial;
        transform: translateY(-50%);
        max-width: initial;
    }
    .slider-blog .slider-full .post-list .article-content {
        width: 60%;
    }
    .slider-blog .slider-full .post-list .entry-title > a {
        font-size: 20px;
    }
    .slider-blog .slider-full .readmore {
        padding: 10px 12px;
    }
    .slider-blog .entry-content {
        display: none;
    }
    .slider-blog .readmore {
        margin-top: 22px !important;
    }
    .header-center .slicknav_btn,
    .header-center .searchform-mini {
        top: 52%;
    }
    #na-footer .footer-bottom .goody-social-icon {
        text-align: center;
    }
    .rtl [class*="col-"] {
        float: none;
    }
    .blog-column-center-layout .post-item {
        margin: 0 5px;
    }
    .woocommerce-result-count {
        display: none;
    }
    .woocommerce-ordering {
        float: right !important;
    }
    .wrapper-content-product {
        visibility: hidden;
        opacity: 0;
    }
    .filter-show .wrapper-content-product {
        visibility: visible;
        opacity: 1;
    }
    .shop-content .wrapper-content-product {
        padding: 0 20px;
    }
    .container-fluid .container-inner,
    .container-full .container-inner {
        padding: 0 20px;
    }
    div.widget-testimonial .carousel-nav {
        padding: 0 20%;
    }
    #goody-top-navbar {
        display: none;
    }
    .product-taxonomy .layout-large .caption-product {
        background: white;
    }
    #comments .comment-lists ul.children {
        padding-left: 15px;
    }
    #na-footer .goody-social-icon a {
        margin: 10px 5px;
        text-align: center;
    }
}
@media (max-width: 520px) {
    .title-box,
    .wrapper-filter {
        display: block;
        float: left;
        float: none;
    }
    .rtl .title-box,
    .rtl .wrapper-filter {
        float: right;
    }
    .layout-list .col-1 {
        width: 100%;
    }
    .content-cat-8 .ct-list .col-item,
    .content-cate-full .ct-list .col-item {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .footer-2 #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25% !important;
    }
    .slider-blog .blog-box-layout .post-image {
        height: 450px;
    }
    .post-related {
        padding-top: 20px;
    }
    .widget-introduce .social-about {
        padding-left: 0;
    }
    .widget-introduce .widget-content {
        padding: 30px;
        padding-bottom: 5px;
    }
    .entry-footer-social,
    .tags-wrap {
        display: block;
        text-align: center;
        float: none;
    }
    blockquote {
        padding: 20px;
    }
    .post-grid .article-content,
    .grid-content .post-list .article-content {
        padding: 15px;
    }
    .entry_pagination .page-numbers .title-pagination {
        display: none;
    }
    .entry_pagination .page-numbers .btn-next {
        padding-right: 14px;
    }
    div.slider-blog .slider-full .readmore {
        font-size: 13px;
    }
    div.slider-blog .slider-full .post-list .entry-title {
        line-height: 20px;
    }
    div.slider-blog .slider-full .post-list .entry-title a {
        font-size: 16px;
    }
    div.slider-blog.column3 .box-small .entry-title,
    div.slider-blog.col-2-3box .box-small .entry-title {
        margin-top: 0;
    }
    div.slider-blog.column3 .box-small .post-list,
    div.slider-blog.col-2-3box .box-small .post-list {
        margin-bottom: 30px;
    }
    div.slider-blog.column3 .entry-header-title,
    div.slider-blog.col-2-3box .entry-header-title {
        margin-bottom: 0;
    }
    div.slider-blog.column3 .post-list,
    div.slider-blog.col-2-3box .post-list {
        margin-bottom: 15px;
    }
    div.slider-blog.column3 .row,
    div.slider-blog.col-2-3box .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    div.slider-blog.column3 .box-large,
    div.slider-blog.col-2-3box .box-large {
        padding: 0 7.5px;
    }
    div.slider-blog.column3 .box-large .post-image,
    div.slider-blog.col-2-3box .box-large .post-image {
        height: 350px;
    }
    div.slider-blog.column3 .box-small,
    div.slider-blog.col-2-3box .box-small {
        padding: 0 7.5px;
    }
    .article-carousel-center .post-list .post-image {
        height: 350px;
    }
    #sb_instagram .sbi_photo {
        max-height: 130px !important;
    }
    .slider-blog.blog-box-layout .post-image {
        min-height: 450px;
    }
    .box-author {
        display: none;
    }
    .ads-before-content {
        display: none;
    }
    .archive-blog .post-list .article-meta {
        padding: 0;
    }
    .entry-header,
    .entry-content,
    .entry-footer {
        padding-left: 0;
        margin-left: 0;
    }
    .rtl .entry-header,
    .rtl .entry-content,
    .rtl .entry-footer {
        padding-right: 0;
        padding-left: inherit;
    }
    .rtl .entry-header,
    .rtl .entry-content,
    .rtl .entry-footer {
        margin-right: 0;
        margin-left: inherit;
    }
    .search-transition-wrap .search-transition-inner {
        padding: 0 !important;
    }
    .search-transition-wrap .btn-mini-close {
        right: 0 !important;
    }
    .error-404 {
        padding: 100px 0;
    }
    .error-404 .searchform {
        display: inline-block;
    }
    .error-404 .searchform .input-group {
        max-width: 320px;
    }
    .error-404 .searchform .form-control {
        min-width: 250px;
    }
    .grid-full .article-image {
        display: block;
        float: none;
        width: 100%;
    }
    .grid-full .article-image .post-image img.lazy {
        width: 100%;
    }
    .grid-full .entry-header {
        padding-right: 0;
    }
    .grid-full .entry-content {
        padding-right: 0;
    }
    .box-large .post-list .entry-title > a {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
    }
    .style_center .post-list .entry-title > a {
        font-size: 20px;
        line-height: 20px;
    }
    .style_center .article-content {
        bottom: 0;
        left: 0;
        margin: auto;
        right: inherit;
        text-align: left;
    }
    .style_center .entry-title {
        line-height: 30px;
        margin: 0;
    }
    .article-content .entry-meta-right {
        line-height: 24px;
    }
    #comments .comment-box {
        display: block;
        width: auto;
    }
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 25% !important;
    }
    .wrapper-filter {
        padding-left: 0;
    }
    .rtl .wrapper-filter {
        padding-right: 0;
        padding-left: inherit;
    }
    .wrapper-filter > li {
        padding-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 25%;
        max-height: 130px;
    }
}
@media (max-width: 568px) {
    .content-single-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-related {
        width: 100%;
    }
    .post-grid .article-content,
    .grid-content .post-list .article-content {
        padding: 20px;
        padding-top: 25px;
    }
    .col-item.col-xs-6 {
        width: 100%;
    }
    article.post-grid .entry-title,
    article.grid-content .entry-title,
    article.grid-full .entry-title {
        font-size: 22px;
    }
    .vc_col-md-8 .layout-first-large .grid-full .entry-title {
        font-size: 18px;
    }
}
@media (max-width: 550px) {
    .column3 .box-small .post-cat,
    .col-2-3box .box-small .post-cat {
        display: none;
    }
}
@media (max-width: 480px) {
    .widget-introduce .widget-content {
        padding-bottom: 15px;
    }
    .post-related {
        padding-top: 0;
    }
    .post-related .widgettitle {
        margin-bottom: 40px;
    }
    .tags-wrap .tags a {
        line-height: 24px;
    }
    .entry-avatar {
        margin: 10px 0 20px;
    }
    .wrapper-filter {
        padding-bottom: 30px;
    }
    .article-carousel-center .post-list .post-image {
        height: 300px;
    }
    div.slider-blog.column3 .box-large .post-image,
    div.slider-blog.col-2-3box .box-large .post-image {
        height: 290px;
    }
    div.slider-blog.column3 .box-small .article-meta,
    div.slider-blog.col-2-3box .box-small .article-meta {
        display: none;
    }
    div.slider-blog .slider-full .slick-slide .article-content {
        padding: 15px;
    }
    div.slider-blog .slider-full .slick-prev {
        left: 15px;
    }
    div.slider-blog .slider-full .slick-next {
        right: 15px;
    }
    div.slider-blog .slider-full .readmore {
        display: none;
    }
    div.slider-blog .article-carousel-center .post-list .article-content {
        width: 100%;
    }
    #sb_instagram .sbi_photo {
        max-height: 100px !important;
    }
    .slider-blog.blog-box-layout .post-image {
        height: 300px;
        min-height: 300px;
    }
    .post-related .post-item {
        width: 100%;
    }
    .entry-header {
        padding-top: 15px;
    }
    .entry-title {
        font-size: 24px;
        line-height: 30px;
    }
    .wrapper-posts .col-item {
        padding: 0 7.5px;
    }
    .wrapper-posts .archive-blog {
        margin: 0 -7.5px;
    }
    .archive-blog .post-list .entry-title > a {
        line-height: 20px;
        padding: 0;
    }
    .archive-blog .post-list .entry-title {
        margin-bottom: 0;
    }
    .slider-blog .post-list .entry-title {
        padding-bottom: 0px;
    }
    .blog-column-center-layout .article-content {
        bottom: 0px;
        left: 0px;
    }
    .rtl .blog-column-center-layout .article-content {
        right: 0px;
        left: auto;
    }
    .blog-column-center-layout .article-content .entry-title {
        margin-bottom: 0;
    }
    .product-detail-wrap .entry-summary {
        padding: 50px 20px 30px;
    }
    div.woocommerce-tabs {
        padding: 50px 20px;
    }
    .tabs.wc-tabs.resp-tabs-list > li {
        float: none;
        text-align: left;
        display: block;
        margin-bottom: 10px;
    }
    .widget-services-content {
        margin-bottom: 30px;
    }
    div.widget_deals .item-deal {
        padding: 10px;
    }
    div.widget_deals {
        padding-bottom: 50px !important;
    }
    h3.widgettitle {
        font-size: 20px;
    }
    .na-recent-post.col-xs-6 {
        width: 100%;
    }
    div.newsletters .btn {
        font-size: 14px;
    }
    .widget-testimonial {
        display: none;
    }
    .widget-banner-slider {
        display: none;
    }
    .widget-product {
        overflow: hidden;
    }
    .widget-product .slick-prev,
    .widget-product .slick-next {
        display: none !important;
    }
    .product-taxonomy .layout-large .caption-product {
        bottom: 0;
        left: 0;
        position: relative;
    }
    .product-taxonomy .layout-large .caption {
        border-top: 1px solid #ebebeb;
    }
    .product-taxonomy .layout-large .product-block {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    }
    .entry_pagination .page-numbers {
        height: auto;
    }
    #comments .comment-lists ul.children {
        padding-left: 0;
    }
    .rtl #comments .comment-lists ul.children {
        padding-right: 0;
        padding-left: inherit;
    }
    .entry-header,
    .entry-avatar,
    .entry-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-gird .entry-header,
    .post-gird .entry-avatar,
    .post-gird .entry-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .entry-footer {
        margin-left: 15px;
        margin-right: 15px;
    }
    .sidebar .entry-footer {
        margin-left: 0;
        margin-right: 0;
    }
    .entry-footer-social .entry-footer-right {
        float: none;
    }
    .share-links {
        padding: 20px 0 10px;
    }
    .count-share .social-icons {
        right: inherit;
        left: 70px;
        opacity: 1;
        top: -20px;
        visibility: visible;
    }
    .share-links .social-icons {
        text-align: left;
    }
    .entry_pagination .pagination {
        padding: 5px 0 30px;
    }
    .entry-footer-social .entry-footer-left {
        float: none;
    }
    #na-footer .goody-image-content {
        padding: 10px 0 30px;
    }
    #na-footer .footer-top {
        padding: 0;
    }
    #na-footer .footer-bottom {
        padding: 20px;
        border-top: 1px solid #eee;
    }
    .grid-full {
        padding: 0px;
    }
    .grid-full .article-content {
        padding: 30px 15px 25px;
    }
}
@media (max-width: 440px) {
    .widget-introduce .introduce-text {
        margin-top: 10px;
    }
    .widget-introduce .widgettitle {
        font-size: 22px;
        letter-spacing: 1.5px;
    }
    .widget-introduce .des-services {
        padding-bottom: 0;
    }
    .widget-introduce .introduce-image {
        height: 380px;
        width: 100%;
    }
    .widget-introduce .social-about a {
        width: 25px;
    }
}
@media (max-width: 400px) {
    div.post-vertical .post-image {
        height: 290px;
    }
    .widget-introduce .introduce-image {
        height: 300px;
    }
    .widget-introduce .social-about {
        float: left;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .rtl .widget-introduce .social-about {
        float: right;
    }
    .widget-introduce .social-about li:first-child a {
        width: 0;
        margin-right: 20px;
    }
    .widget-introduce .initialize {
        display: block;
        float: none;
    }
    .slider-blog
        .article-carousel-center
        .post-list
        .article-content
        .entry-title
        > a {
        font-size: 20px;
        line-height: 26px;
    }
    .slider-blog.column3 .box-large .post-list .post-image,
    .slider-blog.col-2-3box .box-large .post-list .post-image {
        height: 250px;
    }
    .slider-blog.column3
        .box-large
        .post-list
        .article-content
        .entry-title
        > a,
    .slider-blog.col-2-3box
        .box-large
        .post-list
        .article-content
        .entry-title
        > a {
        font-size: 18px;
    }
    .slider-blog.column3 .box-small .post-list .article-content .entry-title >,
    .slider-blog.col-2-3box
        .box-small
        .post-list
        .article-content
        .entry-title
        > {
        line-height: 14px;
    }
    .slider-blog.column3
        .box-small
        .post-list
        .article-content
        .entry-title
        > a,
    .slider-blog.col-2-3box
        .box-small
        .post-list
        .article-content
        .entry-title
        > a {
        font-size: 13px;
        line-height: 14px;
    }
    #sb_instagram .sbi_photo {
        max-height: 80px !important;
    }
    .newsletters input[type="email"] {
        padding: 6px 15px;
    }
    .wrapper-posts .col-item {
        width: 100%;
    }
    .wrapper-posts .col-item {
        padding: 0 15px;
    }
    .wrapper-posts .post-item {
        margin-bottom: 30px;
    }
    .wrapper-posts .archive-blog {
        margin: 0 -15px;
    }
    .archive-blog .post-list .article-meta {
        display: block;
    }
    .archive-blog .post-list .entry-title > a {
        font-size: 18px;
        line-height: 24px;
        padding: 0;
    }
    .post-sidebar .article-image {
        padding-right: 10px;
        width: 40%;
    }
    .rtl .post-sidebar .article-image {
        padding-left: 10px;
        padding-right: inherit;
    }
    .box-blog.large-vertical .box-small .article-content {
        width: 60%;
    }
    .woocommerce-ordering .orderby {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 146px;
        padding-right: 20px;
    }
    .top-products .wrap-select > select {
        line-height: 50px;
    }
    .group-cover .title-page {
        font-size: 20px;
    }
    .wrap-breadcrumb-cover .breadcrumb {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
    .scrollup {
        display: none !important;
    }
    .entry_pagination .page-numbers {
        height: auto;
    }
}
@media (max-width: 350px) {
    #sb_instagram .sbi_follow_btn a {
        font-size: 12px;
    }
    #na-footer li {
        margin-right: 10px;
    }
}
.rpwwt-widget ul {
    list-style: outside none none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 1.5em;
}
.rpwwt-widget ul li:last-child {
    margin: 0;
}
.rpwwt-widget .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
.rpwwt-widget .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: 0.3em 0.75em 0.75em 0;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 120px;
    height: 100px;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 75px;
    height: 75px;
}
.post-grid .image-item img {
    min-height: 263px;
}
.post-grid .article-content {
    min-height: 160px;
}
body {
    color: #222;
}
.entry-avatar .author-by,
.entry-avatar .author-on {
    color: #666;
}
.posted-on .entry-date {
    color: #666;
}
.post-item:hover .bgr-item {
    background: rgba(0, 0, 0, 0.2);
}
.post-item:hover .bgr-item {
    background: rgba(0, 0, 0, 0.2);
}
.post-item .image-item img {
    transition: all 0.5s ease-in;
}
.post-item:hover .image-item img {
    transform: scale(1.1);
    transition: all 0.5s ease-in;
}
a .fa.fa-linkedin {
    background: #0b74b1;
}
.fa.fa-facebook {
    background: #3b5998;
}
a .fa.fa-twitter {
    background: #00bdec;
}
a .fa.fa-pinterest {
    background: #bd081c;
}
a .fa.fa-instagram {
    background: #d22d8f;
}
a .fa.fa-youtube {
    background: #fe0002 none repeat scroll 0 0;
}
header .goody_social a .fa {
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.9s ease 0s;
    width: 30px;
    margin-left: 5px !important;
}
.sidebar .widget {
    text-align: left !important;
}
@media (max-width: 991px) {
    #logo img {
        max-height: 24px !important;
    }
}
.welcome {
    background: #ec1a3a;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 0px !important;
}
