#start-resizable-editor-section {
    display: none
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.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-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    width: calc(100% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child {
    margin-right: 0;
    width: 100%
}

@supports (column-gap: .5em) {
    .wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,.wp-block-buttons>.wp-block-button.wp-block-button {
        margin-right:0;
        margin-left: 0
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
        width: calc(25% - .375em)
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
        width: calc(50% - .25em)
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
        width: calc(75% - .125em)
    }

    .wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
        width: auto;
        flex-basis: 100%
    }
}

.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;
    padding: .667em 1.333em
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: .5em
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-button.aligncenter,.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,.wp-block-calendar th {
    padding: .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 {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    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 {
    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;
    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: .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: .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: .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: .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: .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: .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: .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: .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: .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: .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: 420px;
    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 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 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-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,.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,.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,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: 840px;
    padding: .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-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-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__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    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 .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(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,.blocks-gallery-grid.is-cropped .blocks-gallery-item,.wp-block-gallery.is-cropped .blocks-gallery-image,.wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: inherit
}

.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% - .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% - .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% - .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% - .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% - .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% - .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),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.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-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.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: 420px;
    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: 0 0 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.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: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.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-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 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: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .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: .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;
    padding-left: 0
}

.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% - .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% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .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: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .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;
    max-width: 100%
}

.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 {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    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 {
    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 {
    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 {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .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 {
        grid-template-columns:100%!important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative
}

.wp-block-navigation ul,.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link,.wp-block-navigation .wp-block-pages-list__item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item__link {
    color: inherit;
    display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-page-list__submenu-icon {
    height: inherit
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .wp-block-page-list__submenu-icon svg {
    stroke: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
    padding: 0
}

.wp-block-navigation .has-child>.wp-block-navigation-link__content,.wp-block-navigation .has-child>.wp-block-pages-list__item__link {
    margin-right: .5em
}

.wp-block-navigation .has-child .submenu-container,.wp-block-navigation .has-child .wp-block-navigation-link__container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: normal;
    min-width: 200px;
    display: none;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link {
    flex-grow: 1
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon {
    padding-right: .5em
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .submenu-container .submenu-container:before,.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
        content:"";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:hover {
    cursor: pointer
}

.wp-block-navigation .has-child:hover>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within {
    cursor: pointer
}

.wp-block-navigation .has-child:focus-within>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container {
    left: auto;
    right: 0
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: auto;
    right: 100%
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .wp-block-page-list,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 2em 0 0
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child {
    margin-right: 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 .5em 0 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
    left: -1em;
    top: 100%
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
    margin: 0
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left:100%;
        top: -1px
    }
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
    left: 0;
    top: 100%
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: 0
}

@media (min-width: 782px) {
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left:100%;
        top: 0
    }
}

.wp-block-navigation:not(.has-background) .submenu-container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation__container {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

@media (min-width: 600px) {
    .wp-block-navigation__container {
        display:flex;
        flex-wrap: wrap
    }

    .is-vertical .wp-block-navigation__container {
        display: block;
        flex-direction: column;
        align-items: flex-start
    }
}

.items-justified-center .wp-block-navigation__container {
    justify-content: center
}

.items-justified-right .wp-block-navigation__container {
    justify-content: flex-end
}

.items-justified-space-between .wp-block-navigation__container {
    justify-content: space-between
}

.is-vertical.items-justified-center>ul {
    align-items: center
}

.is-vertical.items-justified-right>ul {
    align-items: flex-end
}

.is-vertical.items-justified-right>ul .wp-block-navigation-link,.is-vertical.items-justified-right>ul .wp-block-pages-list__item {
    margin-right: 0;
    justify-content: flex-end
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    overflow: auto;
    z-index: 100000;
    padding: 24px;
    background-color: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    line-height: 48px;
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
    background: transparent!important
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display:flex;
        flex-direction: row;
        position: relative;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open {
        display:none
    }
}

.items-justified-left .wp-block-navigation__responsive-container-open {
    margin-left: 0;
    margin-right: auto
}

.items-justified-center .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: auto
}

.items-justified-right .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    height: 100%
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
    display: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 32px;
    border: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
    flex-direction: column;
    align-items: flex-start
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
    padding: .5em 1em
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    background-color: inherit
}

.wp-block-navigation .wp-block-pages-list__item {
    background-color: inherit
}

.wp-block-navigation .wp-block-page-list__submenu-icon {
    display: none
}

.is-open .wp-block-navigation__container .wp-block-page-list,.is-vertical .wp-block-navigation__container .wp-block-page-list,.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
    display: block
}

@media (min-width: 480px) {
    .is-open .wp-block-navigation__container .wp-block-page-list {
        display:flex
    }
}

.items-justified-space-between .wp-block-page-list {
    display: contents
}

.is-small-text {
    font-size: .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: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

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: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
    display: block
}

.wp-block-post-comments .comment-form-comment textarea {
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input,.wp-block-post-comments textarea {
    border: 1px solid #949494
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-excerpt__more-link,.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 420px
}

.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-post-template,.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template li,.wp-block-query-loop li {
    clear: both
}

.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li {
        margin-right:1.25em
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.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.wp-block-rss {
    box-sizing: border-box
}

.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: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.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-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 .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: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo .aligncenter {
    display: table
}

.wp-block-site-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    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-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.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-patreon {
    background-color: #ff424d;
    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-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    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-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-patreon {
    color: #ff424d
}

.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-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.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 {
    color: #d32422
}

.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: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    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-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr {
    border-width: inherit
}

.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%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-video video {
    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: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
    width: 100%
}

: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)
}

.has-small-font-size {
    font-size: .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
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.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;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-grid .so-parallax {
    position: relative
}

.panel-grid .so-parallax>:not(.simpleParallax) {
    position: relative;
    z-index: 1
}

.panel-grid .so-parallax .simpleParallax {
    overflow: hidden
}

.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax] {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.panel-grid-cell .panel-cell-style {
    height: 100%
}

.panel-grid-cell .so-panel {
    zoom:1}

.panel-grid-cell .so-panel:before {
    content: "";
    display: block
}

.panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
}

.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}

.panel-grid-cell .widget-title {
    margin-top: 0
}

body.siteorigin-panels-before-js {
    overflow-x: hidden
}

body.siteorigin-panels-before-js .siteorigin-panels-stretch {
    margin-right: -1000px!important;
    margin-left: -1000px!important;
    padding-right: 1000px!important;
    padding-left: 1000px!important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }
}

@keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

@keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

@keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,.flipOutX {
    -webkit-backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .social-media-button-container {
    zoom:1;text-align: left
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .social-media-button-container:before {
    content: '';
    display: block
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .social-media-button-container:after {
    content: '';
    display: table;
    clear: both
}

@media (max-width: 780px) {
    .so-widget-sow-social-media-buttons-atom-a9b058572687 .social-media-button-container {
        text-align:left
    }
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-facebook-0 {
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
    border-color: #273b65 #25375e #203053 #25375e;
    background: #3a5795;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2c4270),color-stop(1,#3a5795));
    background: -ms-linear-gradient(bottom,#2c4270,#3a5795);
    background: -moz-linear-gradient(center bottom,#2c4270 0%,#3a5795 100%);
    background: -o-linear-gradient(#3a5795,#2c4270);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a5795',endColorstr='#2c4270',GradientType=0);
    color: #ffffff!important
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-facebook-0.ow-button-hover:hover {
    border-color: #2a3f6d #273b65 #23355a #273b65;
    background: #3d5b9c;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2f4678),color-stop(1,#3d5b9c));
    background: -ms-linear-gradient(bottom,#2f4678,#3d5b9c);
    background: -moz-linear-gradient(center bottom,#2f4678 0%,#3d5b9c 100%);
    background: -o-linear-gradient(#3d5b9c,#2f4678);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d5b9c',endColorstr='#2f4678',GradientType=0)
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-facebook-0:visited,.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-facebook-0:active,.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-facebook-0:hover {
    color: #ffffff!important
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-facebook-0.ow-button-hover:hover {
    color: #fff
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-linkedin-0 {
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
    border-color: #014b72 #014568 #003b59 #014568;
    background: #0177b4;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#015581),color-stop(1,#0177b4));
    background: -ms-linear-gradient(bottom,#015581,#0177b4);
    background: -moz-linear-gradient(center bottom,#015581 0%,#0177b4 100%);
    background: -o-linear-gradient(#0177b4,#015581);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0177b4',endColorstr='#015581',GradientType=0);
    color: #ffffff!important
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-linkedin-0.ow-button-hover:hover {
    border-color: #01527c #014b72 #014163 #014b72;
    background: #017ebe;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#015c8b),color-stop(1,#017ebe));
    background: -ms-linear-gradient(bottom,#015c8b,#017ebe);
    background: -moz-linear-gradient(center bottom,#015c8b 0%,#017ebe 100%);
    background: -o-linear-gradient(#017ebe,#015c8b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017ebe',endColorstr='#015c8b',GradientType=0)
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-linkedin-0:visited,.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-linkedin-0:active,.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-linkedin-0:hover {
    color: #ffffff!important
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button-linkedin-0.ow-button-hover:hover {
    color: #fff
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    margin: .1em .1em .1em 0;
    padding: 1em 0;
    width: 3em;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 .sow-social-media-button .sow-icon-fontawesome {
    display: inline-block;
    height: 1em
}

.so-widget-sow-social-media-buttons-atom-a9b058572687 a .sow-icon-image {
    width: 1em;
    height: 1em;
    background-size: cover
}

.iw-text-left {
    text-align: left!important
}

.iw-text-right {
    text-align: right!important
}

.iw-text-center {
    text-align: center!important
}

.iw-text-justify {
    text-align: justify!important
}

@media screen and (min-width: 640px) {
    .iw-small {
        display:none!important
    }
}

@media screen and (max-width: 640px) {
    .iw-med-up {
        display:none!important
    }
}

@media screen and (max-width: 640px),screen and (min-width:1024px) {
    .iw-medium {
        display:none!important
    }
}

@media screen and (min-width: 1024px) {
    .iw-med-dw {
        display:none!important
    }
}

@media screen and (max-width: 1024px) {
    .iw-large {
        display:none!important
    }
}

.iw-show-l,.iw-hide-p {
    display: inherit!important
}

.iw-hide-l,.iw-show-p {
    display: none!important
}

@media only screen and (orientation: landscape) {
    .iw-show-l,.iw-hide-p {
        display:inherit!important
    }

    .iw-hide-l,.iw-show-p {
        display: none!important
    }
}

@media only screen and (orientation: portrait) {
    .iw-show-p,.iw-hide-l {
        display:inherit!important
    }

    .iw-hide-p,.iw-show-l {
        display: none!important
    }
}

.iw-row {
    margin: 0 auto;
    width: 100%
}

.iw-row:before,.iw-row:after {
    content: " ";
    display: table
}

.iw-row:after {
    clear: both
}

.iw-cols {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx.is-active .hamburger-inner,.hamburger--3dx:hover .hamburger-inner {
    background-color: transparent!important;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dx-r.is-active .hamburger-inner,.hamburger--3dx-r:hover .hamburger-inner {
    background-color: transparent!important;
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy.is-active .hamburger-inner,.hamburger--3dy:hover .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dy-r.is-active .hamburger-inner,.hamburger--3dy-r:hover .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy.is-active .hamburger-inner,.hamburger--3dxy.is-active:hover .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(.645,.045,.355,1),background-color 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(.645,.045,.355,1)
}

.hamburger--3dxy-r.is-active .hamburger-inner,.hamburger--3dxy-r.is-active:hover .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: 0.075s
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0,-20px,0) rotate(-270deg);
    transition-delay: 0.075s
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(-135deg);
    transition-delay: 0.075s
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0,-20px,0) rotate(270deg);
    transition-delay: 0.075s
}

.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out,top 0.08s 0s ease-out,opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out,top 0.08s ease-out,opacity 0s 0.08s linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s
}

.hamburger--slider .hamburger-inner::after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0,-20px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px,-6px,0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0,-20px,0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner,.hamburger--spring.is-active:hover .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent!important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.22s cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.22s cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s 0.22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.22s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(.55,.055,.675,.19),background-color 0s 0.075s linear
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand.is-active .hamburger-inner,.hamburger--stand:hover .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent!important;
    transition: transform 0.075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s 0.15s linear
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(.55,.055,.675,.19),background-color 0s 0.075s linear
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--stand-r.is-active .hamburger-inner,.hamburger--stand-r.is-active:hover .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent!important;
    transition: transform 0.075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s 0.15s linear
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease,opacity 0.075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease,opacity 0.075s 0.12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(.215,.61,.355,1)
}

.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top,opacity
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom,transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top,opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom,transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg)
}

@font-face {
    font-display: swap;
    font-family: wprmenu;
    src: url(wprmenu.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

html.wprmenu-body-fixed {
    overflow: inherit
}

html.wprmenu-body-fixed body {
    position: fixed!important
}

#mg-wprm-wrap [class*=" icon-"],#mg-wprm-wrap [class^=icon-] {
    font-family: wprmenu!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#wprmenu_bar,#wprmenu_bar * {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    font-family: inherit;
    text-align: left;
    font-size: 100%;
    font-weight: 400
}

html body div.wprm-wrapper {
    z-index: 999999
}

#wprmenu_bar img {
    border: 0;
    border: none
}

.wprmenu_clear {
    clear: both!important;
    display: block!important;
    height: 1px!important;
    margin: -1px 0 0!important;
    width: 1px!important
}

#wprmenu_bar {
    position: fixed;
    background: #4C656C;
    padding: 10px 16px;
    cursor: pointer;
    overflow: hidden;
    height: 42px;
    z-index: 99999
}

#wprmenu_bar .menu_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: -6px
}

#wprmenu_bar .menu_title a {
    display: inline-block;
    position: relative;
    top: 4px
}

#wprmenu_bar .bar_logo {
    border: none;
    margin: 0;
    padding: 0 8px 0 0;
    width: auto;
    height: 25px
}

#wprmenu_bar .wprmenu_icon {
    margin-right: 5px
}

#wprmenu_bar div.hamburger {
    margin-top: -3px
}

.wpr_search .wpr-search-field {
    padding: 5px!important;
    border: 1px solid #ccc;
    max-width: 100%;
    height: 35px
}

.search-menu {
    padding: 14px
}

#wprmenu_bar .wprmenu_icon_menu {
    color: #f2f2f2;
    margin-right: 5px
}

body {
    position: relative!important
}

body.admin-bar #wprmenu_bar {
    top: 32px
}

.admin-bar #custom_menu_icon {
    margin-top: 32px
}

#wprmenu_menu_ul .sub-menu {
    padding: 0
}

#wprmenu_menu.wprmenu_levels ul li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #131212;
    border-top: 1px solid #474747;
    position: relative
}

#mg-wprm-wrap ul li {
    margin: 0
}

#mg-wprm-wrap ul li ul li ul li.wprmenu_parent_item_li,#mg-wprm-wrap ul li ul li.wprmenu_parent_item_li {
    padding-left: 0
}

#mg-wprm-wrap ul li ul.sub-menu li {
    border: none;
    position: relative
}

html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul {
    margin-left: 0!important
}

div#mg-wprm-wrap ul li span.wprmenu_icon {
    font-family: 'wprmenu';
    position: absolute;
    right: 10px;
    line-height: 38px;
    padding: 24px
}

div#mg-wprm-wrap ul#wprmenu_menu_ul>li>span.wprmenu_icon:before {
    right: 3px
}

div#mg-wprm-wrap ul li span.wprmenu_icon:before {
    top: 3px
}

div#mg-wprm-wrap ul li ul.sub-menu span.wprmenu_icon {
    margin-left: 0
}

div#mg-wprm-wrap form.wpr-search-form {
    position: relative;
    padding: 0;
    margin: 0
}

div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #000;
    width: 35px;
    height: 35px;
    padding: 0 8px;
    border: none
}

html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul {
    padding: 0 10px;
    margin: 0
}

#mg-wprm-wrap {
    z-index: 9999
}

#mg-wprm-wrap ul li a {
    text-decoration: none;
    z-index: 9999
}

.wprmenu_bar #custom_menu_icon.hamburger {
    padding: 10px 9px 2px;
    position: fixed;
    z-index: 99999
}

.icon_default.wprmenu_icon_par:before {
    content: "\74";
    position: absolute
}

.icon_default.wprmenu_par_opened:before {
    content: "\6f"
}

.wprmenu_icon {
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left
}

span.wprmenu_icon.wprmenu_icon_par {
    top: 4px
}

.wprmenu_icon span {
    display: block;
    position: absolute;
    height: 4px;
    background: #d3531a;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.wprmenu_icon.open span:nth-child(1),.wprmenu_icon.open span:nth-child(4) {
    width: 0;
    left: 50%;
    top: 18px
}

.wprmenu_icon span:nth-child(2),.wprmenu_icon span:nth-child(3) {
    top: 9px
}

.wprmenu_icon span:nth-child(4) {
    top: 18px
}

.wprmenu_icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wprmenu_icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#mg-wprm-wrap.cbp-spmenu-right.custom .menu_title {
    padding: 15px;
    text-align: center
}

#mg-wprm-wrap li.menu-item-has-children {
    position: relative
}

.admin-bar #wprmenu_menu_ul {
    position: relative;
    z-index: 9999;
    overflow: hidden
}

#mg-wprm-wrap canvas {
    position: absolute;
    z-index: 99
}

#mg-wprm-wrap div.wpr_search {
    padding: 13px
}

#wprmenu_menu_ul {
    padding: 0 0 50px;
    margin: 0;
    overflow: hidden
}

.custom #wprmenu_menu_ul {
    padding: 0 0 10px
}

#wprmenu_menu_ul ul.sub-menu {
    margin-left: 0
}

div.wpr-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

#mg-wprm-wrap li.menu-item a {
    padding: 13px 14px
}

#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
    right: 10px;
    padding: 20px 20px 30px;
    line-height: 38px
}

* html div.wpr-clear {
    height: 1%
}

div.wpr-clear {
    display: block
}

@media only screen and (max-width: 768px) {
    .admin-bar #wprmenu_menu_ul {
        margin-top:0
    }

    div.wpr_search {
        padding-left: 0!important;
        padding-right: 0!important;
        margin-left: 8px!important;
        width: 92%!important
    }
}

.cbp-spmenu {
    position: fixed;
    overflow: auto;
    height: 100%;
    z-index: 9999
}

.cbp-spmenu a {
    padding: 1em;
    display: block
}

.admin-bar #mg-wprm-wrap.cbp-spmenu.custom {
    top: 32px
}

#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right {
    top: 42px
}

.admin-bar #mg-wprm-wrap.cbp-spmenu-left,.admin-bar #mg-wprm-wrap.cbp-spmenu-right {
    top: 74px
}

.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open,.admin-bar .cbp-spmenu-top.cbp-spmenu-open {
    top: 74px!important
}

body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open,body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open {
    top: 32px!important
}

@media only screen and (max-width: 782px) {
    .admin-bar #custom_menu_icon {
        margin-top:46px
    }

    body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open,body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open {
        top: 46px!important
    }

    .admin-bar #mg-wprm-wrap.cbp-spmenu.custom,body.admin-bar #wprmenu_bar {
        top: 46px
    }

    .admin-bar #mg-wprm-wrap.cbp-spmenu-left,.admin-bar #mg-wprm-wrap.cbp-spmenu-right {
        top: 88px
    }

    .admin-bar .cbp-spmenu-top.cbp-spmenu-open,.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open {
        top: 88px!important
    }

    #wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-left,#wpr_iframe .admin-bar #mg-wprm-wrap.cbp-spmenu-right {
        top: 42px!important
    }
}

.cbp-spmenu-left {
    left: -100%
}

.cbp-spmenu-right {
    right: -100%
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -100%!important
}

.cbp-spmenu-bottom {
    top: 100%!important
}

.cbp-spmenu-bottom.cbp-spmenu-open,.cbp-spmenu-top.cbp-spmenu-open {
    top: 42px!important
}

.cbp-spmenu-bottom.cbp-spmenu-open.custom,.cbp-spmenu-top.cbp-spmenu-open.custom {
    top: 0!important
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative
}

.cbp-spmenu-push-toright {
    left: 100%
}

.cbp-spmenu-push-toleft {
    left: -100%
}

.cbp-spmenu-push .cbp-spmenu-top {
    -webkit-transition: unset;
    -moz-transition: unset;
    transition: unset
}

.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top {
    position: static;
    width: 100%;
    max-width: 100%
}

.cbp-spmenu-push .cbp-spmenu-top #wprmenu_menu_ul {
    padding: 0
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

html body .wprm-overlay.active {
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: fixed
}

#wprmenu_bar,#mg-wprm-wrap.custom .menu_title,#mg-wprm-wrap,.wpr_custom_menu #custom_menu_icon,.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top {
    display: none
}

.wprmenu_icon span:nth-child(1),#wprmenu_bar,html body .wprm-overlay.active,#mg-wprm-wrap.cbp-spmenu.custom {
    top: 0
}

#wprmenu_bar,html body .wprm-overlay.active,.cbp-spmenu-push,.wprmenu_icon span {
    left: 0
}

.wprmenu_icon span,#wprmenu_menu.wprmenu_levels ul li,html body div.wprm-wrapper,#wprmenu_bar,.wpr_search .wpr-search-field {
    width: 100%
}

#wprmenu_menu_ul .sub-menu,#wprmenu_menu_ul,#wprmenu_bar,#wprmenu_bar * {
    list-style: none
}

@font-face {
    font-display: swap;
    font-family: 'icomoon';
    src: url(icomoon.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

[class^="wpr-icon-"],[class*=" wpr-icon-"] {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wpr-icon-store:before {
    content: "\e900"
}

.wpr-icon-cart2:before {
    content: "\e901"
}

.wpr-icon-basket:before {
    content: "\e902"
}

.wpr-icon-cart:before {
    content: "\e93a"
}

.wpr-icon-x:before {
    content: "\e687"
}

.wpr-icon-rss:before {
    content: "\e600"
}

.wpr-icon-rss-alt:before {
    content: "\e68c"
}

.wpr-icon-mail:before {
    content: "\e68d"
}

.wpr-icon-plus:before {
    content: "\e601"
}

.wpr-icon-minus:before {
    content: "\e602"
}

.wpr-icon-magnifying-glass:before {
    content: "\e603"
}

.wpr-icon-instagram:before {
    content: "\e688"
}

.wpr-icon-grid:before {
    content: "\e604"
}

.wpr-icon-search:before {
    content: "\e605"
}

.wpr-icon-twitter:before {
    content: "\e606"
}

.wpr-icon-plus2:before {
    content: "\e607"
}

.wpr-icon-minus2:before {
    content: "\e608"
}

.wpr-icon-search2:before {
    content: "\e609"
}

.wpr-icon-feed:before {
    content: "\e60a"
}

.wpr-icon-cancel:before {
    content: "\e60b"
}

.wpr-icon-home:before {
    content: "\e60c"
}

.wpr-icon-home2:before {
    content: "\e60d"
}

.wpr-icon-search3:before {
    content: "\e689"
}

.wpr-icon-menu:before {
    content: "\e60e"
}

.wpr-icon-point-right:before {
    content: "\e60f"
}

.wpr-icon-point-down:before {
    content: "\e610"
}

.wpr-icon-close:before {
    content: "\e611"
}

.wpr-icon-minus3:before {
    content: "\e612"
}

.wpr-icon-plus3:before {
    content: "\e613"
}

.wpr-icon-arrow-right:before {
    content: "\e614"
}

.wpr-icon-arrow-down:before {
    content: "\e615"
}

.wpr-icon-arrow-right2:before {
    content: "\e616"
}

.wpr-icon-arrow-down2:before {
    content: "\e617"
}

.wpr-icon-arrow-right3:before {
    content: "\e618"
}

.wpr-icon-arrow-down3:before {
    content: "\e619"
}

.wpr-icon-paragraph-justify:before {
    content: "\e61a"
}

.wpr-icon-paragraph-justify2:before {
    content: "\e61b"
}

.wpr-icon-mail2:before {
    content: "\e61c"
}

.wpr-icon-google:before {
    content: "\e61d"
}

.wpr-icon-googleplus:before {
    content: "\e61e"
}

.wpr-icon-googleplus2:before {
    content: "\e61f"
}

.wpr-icon-googleplus3:before {
    content: "\e620"
}

.wpr-icon-googleplus4:before {
    content: "\e621"
}

.wpr-icon-facebook:before {
    content: "\e622"
}

.wpr-icon-facebook2:before {
    content: "\e623"
}

.wpr-icon-facebook3:before {
    content: "\e624"
}

.wpr-icon-instagram2:before {
    content: "\e68a"
}

.wpr-icon-twitter2:before {
    content: "\e625"
}

.wpr-icon-twitter3:before {
    content: "\e626"
}

.wpr-icon-twitter4:before {
    content: "\e627"
}

.wpr-icon-feed2:before {
    content: "\e628"
}

.wpr-icon-feed3:before {
    content: "\e629"
}

.wpr-icon-feed4:before {
    content: "\e62a"
}

.wpr-icon-vimeo:before {
    content: "\e62b"
}

.wpr-icon-vimeo2:before {
    content: "\e62c"
}

.wpr-icon-vimeo3:before {
    content: "\e62d"
}

.wpr-icon-flickr:before {
    content: "\e62e"
}

.wpr-icon-flickr2:before {
    content: "\e62f"
}

.wpr-icon-flickr3:before {
    content: "\e630"
}

.wpr-icon-flickr4:before {
    content: "\e631"
}

.wpr-icon-deviantart:before {
    content: "\e632"
}

.wpr-icon-deviantart2:before {
    content: "\e633"
}

.wpr-icon-github:before {
    content: "\e634"
}

.wpr-icon-github2:before {
    content: "\e635"
}

.wpr-icon-github3:before {
    content: "\e636"
}

.wpr-icon-github4:before {
    content: "\e637"
}

.wpr-icon-github5:before {
    content: "\e638"
}

.wpr-icon-tumblr:before {
    content: "\e639"
}

.wpr-icon-tumblr2:before {
    content: "\e63a"
}

.wpr-icon-skype:before {
    content: "\e63b"
}

.wpr-icon-linkedin:before {
    content: "\e63c"
}

.wpr-icon-pinterest:before {
    content: "\e63d"
}

.wpr-icon-pinterest2:before {
    content: "\e63e"
}

.wpr-icon-search32:before {
    content: "\e63f"
}

.wpr-icon-basket2:before {
    content: "\e903"
}

.wpr-icon-basket3:before {
    content: "\e027"
}

.wpr-icon-magnifying-glass2:before {
    content: "\e037"
}

.wpr-icon-facebook5:before {
    content: "\e05d"
}

.wpr-icon-twitter5:before {
    content: "\e05e"
}

.wpr-icon-googleplus5:before {
    content: "\e05f"
}

.wpr-icon-rss2:before {
    content: "\e060"
}

.wpr-icon-tumblr3:before {
    content: "\e061"
}

.wpr-icon-linkedin2:before {
    content: "\e062"
}

.wpr-icon-dribbble:before {
    content: "\e063"
}

.wpr-icon-plus5:before {
    content: "\e656"
}

.wpr-icon-plus6:before {
    content: "\e657"
}

.wpr-icon-minus5:before {
    content: "\e658"
}

.wpr-icon-minus6:before {
    content: "\e659"
}

.wpr-icon-cancel2:before {
    content: "\e65a"
}

.wpr-icon-magnifier:before {
    content: "\e65b"
}

.wpr-icon-grid3:before {
    content: "\e65c"
}

.wpr-icon-grid4:before {
    content: "\e65d"
}

.wpr-icon-list:before {
    content: "\e65e"
}

.wpr-icon-add:before {
    content: "\e65f"
}

.wpr-icon-minus7:before {
    content: "\e660"
}

.wpr-icon-search7:before {
    content: "\e661"
}

.wpr-icon-shopping-bag2:before {
    content: "\e904"
}

.wpr-icon-shopping-cart2:before {
    content: "\e905"
}

.wpr-icon-add_shopping_cart:before {
    content: "\e854"
}

.wpr-icon-shopping_cart:before {
    content: "\e8cc"
}

.wpr-icon-remove_shopping_cart:before {
    content: "\e928"
}

.wpr-icon-shopping_basket:before {
    content: "\e8cb"
}

.wpr-icon-align-justify:before {
    content: "\e026"
}

.wpr-icon-search5:before {
    content: "\e036"
}

.wpr-icon-circle-plus:before {
    content: "\e040"
}

.wpr-icon-circle-minus:before {
    content: "\e041"
}

.wpr-icon-square-plus:before {
    content: "\e044"
}

.wpr-icon-square-minus:before {
    content: "\e045"
}

.wpr-icon-arrow-right4:before {
    content: "\e095"
}

.wpr-icon-arrow-down4:before {
    content: "\e097"
}

.wpr-icon-grid2:before {
    content: "\e102"
}

.wpr-icon-cross:before {
    content: "\e117"
}

.wpr-icon-menu2:before {
    content: "\e120"
}

.wpr-icon-ellipsis:before {
    content: "\e129"
}

.wpr-icon-times:before {
    content: "\e647"
}

.wpr-icon-plus4:before {
    content: "\e648"
}

.wpr-icon-minus4:before {
    content: "\e649"
}

.wpr-icon-arrow-right-thick:before {
    content: "\e64a"
}

.wpr-icon-th-menu:before {
    content: "\e64b"
}

.wpr-icon-arrow-down-thick:before {
    content: "\e64c"
}

.wpr-icon-times-outline:before {
    content: "\e64d"
}

.wpr-icon-plus-outline:before {
    content: "\e64e"
}

.wpr-icon-minus-outline:before {
    content: "\e64f"
}

.wpr-icon-th-small-outline:before {
    content: "\e650"
}

.wpr-icon-th-menu-outline:before {
    content: "\e651"
}

.wpr-icon-zoom-outline:before {
    content: "\e652"
}

.wpr-icon-arrow-down5:before {
    content: "\e653"
}

.wpr-icon-arrow-right5:before {
    content: "\e654"
}

.wpr-icon-search6:before {
    content: "\e655"
}

.wpr-icon-shopping-cart:before {
    content: "\f07a"
}

.wpr-icon-cart-plus:before {
    content: "\f217"
}

.wpr-icon-cart-arrow-down:before {
    content: "\f218"
}

.wpr-icon-shopping-bag:before {
    content: "\f290"
}

.wpr-icon-shopping-basket:before {
    content: "\f291"
}

.wpr-icon-search9:before {
    content: "\f002"
}

.wpr-icon-envelope-o:before {
    content: "\f003"
}

.wpr-icon-th-large:before {
    content: "\f009"
}

.wpr-icon-th:before {
    content: "\f00a"
}

.wpr-icon-th-list:before {
    content: "\f00b"
}

.wpr-icon-times2:before {
    content: "\f00d"
}

.wpr-icon-home3:before {
    content: "\f015"
}

.wpr-icon-align-justify2:before {
    content: "\f039"
}

.wpr-icon-chevron-right:before {
    content: "\f054"
}

.wpr-icon-plus-circle:before {
    content: "\f055"
}

.wpr-icon-minus-circle:before {
    content: "\f056"
}

.wpr-icon-arrow-right6:before {
    content: "\f061"
}

.wpr-icon-arrow-down6:before {
    content: "\f063"
}

.wpr-icon-plus7:before {
    content: "\f067"
}

.wpr-icon-minus8:before {
    content: "\f068"
}

.wpr-icon-chevron-down:before {
    content: "\f078"
}

.wpr-icon-twitter-square:before {
    content: "\f081"
}

.wpr-icon-facebook-square:before {
    content: "\f082"
}

.wpr-icon-linkedin-square:before {
    content: "\f08c"
}

.wpr-icon-github-square:before {
    content: "\f092"
}

.wpr-icon-twitter6:before {
    content: "\f099"
}

.wpr-icon-facebook6:before {
    content: "\f09a"
}

.wpr-icon-github6:before {
    content: "\f09b"
}

.wpr-icon-hand-o-right:before {
    content: "\f0a4"
}

.wpr-icon-hand-o-down:before {
    content: "\f0a7"
}

.wpr-icon-arrow-circle-right:before {
    content: "\f0a9"
}

.wpr-icon-arrow-circle-down:before {
    content: "\f0ab"
}

.wpr-icon-tasks:before {
    content: "\f0ae"
}

.wpr-icon-bars:before {
    content: "\f0c9"
}

.wpr-icon-pinterest3:before {
    content: "\f0d2"
}

.wpr-icon-pinterest-square:before {
    content: "\f0d3"
}

.wpr-icon-google-plus-square:before {
    content: "\f0d4"
}

.wpr-icon-google-plus:before {
    content: "\f0d5"
}

.wpr-icon-envelope:before {
    content: "\f0e0"
}

.wpr-icon-linkedin3:before {
    content: "\f0e1"
}

.wpr-icon-angle-double-right:before {
    content: "\f101"
}

.wpr-icon-angle-double-down:before {
    content: "\f103"
}

.wpr-icon-angle-right:before {
    content: "\f105"
}

.wpr-icon-angle-down:before {
    content: "\f107"
}

.wpr-icon-github-alt:before {
    content: "\f113"
}

.wpr-icon-ellipsis-h:before {
    content: "\f141"
}

.wpr-icon-rss-square:before {
    content: "\f143"
}

.wpr-icon-toggle-down:before {
    content: "\f150"
}

.wpr-icon-toggle-right:before {
    content: "\f152"
}

.wpr-icon-youtube-square:before {
    content: "\f166"
}

.wpr-icon-youtube:before {
    content: "\f167"
}

.wpr-icon-instagram3:before {
    content: "\f16d"
}

.wpr-icon-apple:before {
    content: "\f179"
}

.wpr-icon-android:before {
    content: "\f17b"
}

.wpr-icon-skype2:before {
    content: "\f17e"
}

.wpr-icon-vimeo-square:before {
    content: "\f194"
}

.wpr-icon-cart3:before {
    content: "\e906"
}

.wpr-icon-bag:before {
    content: "\e907"
}

.wpr-icon-facebook4:before {
    content: "\e640"
}

.wpr-icon-twitter-old:before {
    content: "\e641"
}

.wpr-icon-feed5:before {
    content: "\e642"
}

.wpr-icon-bird:before {
    content: "\e643"
}

.wpr-icon-search4:before {
    content: "\e644"
}

.wpr-icon-pointer:before {
    content: "\e645"
}

.wpr-icon-pointer2:before {
    content: "\e646"
}

.wpr-icon-shopping-bag3:before {
    content: "\e908"
}

.wpr-icon-shopping-basket2:before {
    content: "\e909"
}

.wpr-icon-shopping-cart3:before {
    content: "\e90a"
}

.wpr-icon-search10:before {
    content: "\e68b"
}

.wpr-icon-cross2:before {
    content: "\e663"
}

.wpr-icon-minus9:before {
    content: "\e664"
}

.wpr-icon-plus8:before {
    content: "\e665"
}

.wpr-icon-layout:before {
    content: "\e666"
}

.wpr-icon-list2:before {
    content: "\e667"
}

.wpr-icon-video:before {
    content: "\e668"
}

.wpr-icon-arrow-down7:before {
    content: "\e669"
}

.wpr-icon-arrow-right7:before {
    content: "\e66a"
}

.wpr-icon-arrow-down8:before {
    content: "\e66b"
}

.wpr-icon-arrow-right8:before {
    content: "\e66c"
}

.wpr-icon-arrow-down9:before {
    content: "\e66d"
}

.wpr-icon-arrow-right9:before {
    content: "\e66e"
}

.wpr-icon-arrow-down10:before {
    content: "\e66f"
}

.wpr-icon-arrow-right10:before {
    content: "\e670"
}

.wpr-icon-arrow-down11:before {
    content: "\e671"
}

.wpr-icon-uniE672:before {
    content: "\e672"
}

.wpr-icon-arrow-right11:before {
    content: "\e673"
}

.wpr-icon-github62:before {
    content: "\e674"
}

.wpr-icon-flickr5:before {
    content: "\e675"
}

.wpr-icon-flickr6:before {
    content: "\e676"
}

.wpr-icon-vimeo4:before {
    content: "\e677"
}

.wpr-icon-vimeo5:before {
    content: "\e678"
}

.wpr-icon-twitter7:before {
    content: "\e679"
}

.wpr-icon-facebook7:before {
    content: "\e67a"
}

.wpr-icon-facebook8:before {
    content: "\e67b"
}

.wpr-icon-facebook9:before {
    content: "\e67c"
}

.wpr-icon-googleplus6:before {
    content: "\e67d"
}

.wpr-icon-googleplus7:before {
    content: "\e67e"
}

.wpr-icon-pinterest4:before {
    content: "\e67f"
}

.wpr-icon-pinterest5:before {
    content: "\e680"
}

.wpr-icon-tumblr4:before {
    content: "\e681"
}

.wpr-icon-linkedin4:before {
    content: "\e682"
}

.wpr-icon-linkedin5:before {
    content: "\e683"
}

.wpr-icon-instagram4:before {
    content: "\e684"
}

.wpr-icon-skype3:before {
    content: "\e685"
}

.wpr-icon-skype4:before {
    content: "\e686"
}

.wpr-icon-cart4:before {
    content: "\e90b"
}

.wpr-icon-search8:before {
    content: "\e662"
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQ.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff) format('woff')
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVQ.woff) format('woff')
}

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-outer,.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
        background-image:url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(fontawesome-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

@media print {
    *,:after,:before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    select {
        background: #fff!important
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-display: swap;
    font-family: 'Glyphicons Halflings';
    src: url(glyphicons-halflings-regular.woff) format('woff')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 44.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.33px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px)and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding:48px 0
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px)and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@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
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width: 992px)and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 992px)and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px)and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px)and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: 0
}

article,aside,details,figcaption,figure,footer,header,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,button,input,select,textarea {
    font-family: 'Open Sans',sans-serif
}

body {
    color: #282828;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    line-height: 28px
}

a {
    color: #ca3c08;
    text-decoration: none
}


a:focus {
    outline: none;
    background: none
}

a:active,a:hover {
  
    outline: 0
}

a:hover {
    text-decoration: none
}

mark {
    background: none
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    line-height: 1.3;
    font-family: 'Open Sans',sans-serif
}

h1 {
    font-size: 26px;
    margin: 20px 0
}

h2 {
    font-size: 24px;
    margin: 20px 0
}

h3 {
    font-size: 20px;
    margin: 20px 0
}

h4 {
    font-size: 20px;
    margin: 20px 0
}

h5 {
    font-size: 18px;
    margin: 20px 0
}

h6 {
    font-size: 16px;
    margin: 20px 0
}

address {
    font-style: italic;
    margin: 0 0 24px
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p {
    margin: 0 0 24px;
    line-height: 28px;
    color: #282828;
    font-size: 15px
}

p:last-child {
    margin-bottom: 0!important
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

blockquote,q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite,blockquote small {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

blockquote em,blockquote i {
    font-style: normal;
    font-weight: 300
}

blockquote strong,blockquote b {
    font-weight: 400
}

small {
    font-size: smaller
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl {
    margin: 0 20px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 20px
}

menu,ol,ul {
    margin: 16px 0;
    padding: 0 0 0 40px
}

ul {
    list-style-type: square
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none
}

li>ul,li>ol {
    margin: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

input:focus::-webkit-input-placeholder {
    opacity: 0
}

input:focus::-moz-input-placeholder {
    opacity: 0
}

input:focus::-ms-input-placeholder {
    opacity: 0
}

input:focus::-webkit-input-placeholder {
    opacity: 0
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

textarea:focus::-moz-input-placeholder {
    opacity: 0
}

textarea:focus::-ms-input-placeholder {
    opacity: 0
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

button,input {
    line-height: normal
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    width: 270px
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    outline: none
}

.alignleft,.left {
    float: left
}

.alignright,.right {
    float: right
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

caption,th,td {
    font-weight: 400;
    text-align: left
}

caption {
    font-size: 16px;
    margin: 20px 0
}

th {
    font-weight: 700;
    text-transform: uppercase
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

del {
    color: #333
}

ins {
    background: #fff9c0;
    text-decoration: none
}

hr {
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    height: 1px;
    margin: 0 0 24px
}

.clear {
    clear: both
}

.genericon:before,.menu-toggle:after,.featured-post:before,.date a:before,.entry-meta .author a:before,.format-audio .entry-content:before,.comments-link a:before,.tags-links a:first-child:before,.categories-links a:first-child:before,.edit-link a:before,.attachment .entry-title:before,.attachment-meta:before,.attachment-meta a:before,.comment-awaiting-moderation:before,.comment-reply-link:before,.comment-reply-login:before,.comment-reply-title small a:before,.bypostauthor>.comment-body .fn:before,.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom
}

.clear:after,.attachment .entry-header:after,.site-footer .widget-area:after,.entry-content:after,.page-content:after,.navigation:after,.nav-links:after,.gallery:after,.comment-form-author:after,.comment-form-email:after,.comment-form-url:after,.comment-body:after {
    clear: both
}

.clear:before,.clear:after,.attachment .entry-header:before,.attachment .entry-header:after,.site-footer .widget-area:before,.site-footer .widget-area:after,.entry-content:before,.entry-content:after,.page-content:before,.page-content:after,.navigation:before,.navigation:after,.nav-links:before,.nav-links:after,.gallery:before,.gallery:after,.comment-form-author:before,.comment-form-author:after,.comment-form-email:before,.comment-form-email:after,.comment-form-url:before,.comment-form-url:after,.comment-body:before,.comment-body:after {
    content: "";
    display: table
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000
}

input,textarea {
    border: 1px solid #a6a6a6;
    font-family: inherit;
    padding: 5px;
    color: #333
}

input:focus,textarea:focus {
    border-color: gray;
    outline: 0
}

.button,a.button,button,input[type="submit"],input[type="button"],input[type="reset"] {
    font-size: 100%;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: auto;
    color: #333;
    border: 1px solid #999;
    background: #ccc;
    white-space: nowrap;
    display: inline-block
}

.button:hover,a.button:hover,button:hover,input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover {
    background: #a6a6a6;
    color: #0d0d0d;
    text-decoration: none
}

.button:focus,a.button:focus,button:focus,input[type="submit"]:focus,input[type="button"]:focus,input[type="reset"]:focus {
    outline: none
}

.button:active,a.button:active,button:active,input[type="submit"]:active,input[type="button"]:active,input[type="reset"]:active {
    border-color: #666
}

.button:disabled,.button.disabled,a.button:disabled,a.button.disabled,button:disabled,button.disabled,input[type="submit"]:disabled,input[type="submit"].disabled,input[type="button"]:disabled,input[type="button"].disabled,input[type="reset"]:disabled,input[type="reset"].disabled {
    background: #ccc;
    color: gray;
    border: 1px solid #b3b3b3;
    cursor: not-allowed
}

.button:disabled:active,.button.disabled:active,a.button:disabled:active,a.button.disabled:active,button:disabled:active,button.disabled:active,input[type="submit"]:disabled:active,input[type="submit"].disabled:active,input[type="button"]:disabled:active,input[type="button"].disabled:active,input[type="reset"]:disabled:active,input[type="reset"].disabled:active {
    top: 0
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

.entry-content img,.entry-summary img,.comment-content img,.widget img,.wp-caption {
    max-width: 100%
}

.entry-content img,.entry-summary img,.comment-content img[height],img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"] {
    height: auto
}

img.size-full,img.size-large,img.wp-post-image {
    height: auto;
    max-width: 100%
}

embed,iframe,object,video {
    max-width: 100%
}

.entry-content .twitter-tweet-rendered {
    max-width: 100%!important
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 5px 20px 5px 0
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0
}

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
}

.wp-caption .wp-caption-text,.entry-caption,.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300
}

img.wp-smiley,.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption.alignleft+ul,.wp-caption.alignleft+ol {
    list-style-position: inside
}

.site-width {
    max-width: 1024px;
    margin: 0 auto
}

.site-main {
    position: relative
}

.site-main .content-area .site-content .entry-header .entry-thumbnail {
    margin: 0 0 20px
}

.site-main .content-area .site-content .entry-header .entry-thumbnail img {
    margin: 0
}

.site-main .content-area .site-content .widget {
    padding: 0
}

.site-main .content-area .site-content input,.site-main .content-area .site-content textarea,.site-main .content-area .site-content input[type="text"],.site-main .content-area .site-content select {
    border: 1px solid #e7e8e8;
    padding: 12px 20px;
    height: 50px
}

.site-main .content-area .site-content textarea {
    max-height: 100px
}

.site-main .sidebar-container {
    background: transparent;
    padding: 0;
    width: 25%;
    float: right;
    margin: 0 auto 0
}

.site-main .sidebar-container .widget {
    border-radius: 6px;
    border: 1px solid #cbccce;
    margin-bottom: 20px;
    overflow: hidden
}

.site-main .sidebar-container .widget h3 {
    background: #edeff5;
    font-size: 18px;
    color: #54575e;
    position: relative;
    border: 0;
    padding: 11px 12px 8px
}

.site-main .sidebar-container .widget h3:before {
    content: '';
    color: #009198;
    height: 17px;
    width: 1px;
    display: block;
    border-left: 1px solid;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.site-main .sidebar-container .sidebar-inner {
    margin: 0 auto
}

.site-main .sidebar-container .sidebar-inner ul {
    margin-left: 15px;
    margin-bottom: 20px
}

.site-main .sidebar-container .sidebar-inner ul li {
    vertical-align: top
}

.site-main .sidebar-container .sidebar-inner ul li a {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 0 20px;
    display: block;
    position: relative
}

.site-main .sidebar-container .sidebar-inner ul li a:hover {
    color: #eea73b
}

.site-main .sidebar-container .sidebar-inner ul li a:before {
    content: '';
    background: #54575e;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px
}

.site-main .sidebar-container .sidebar-inner .searchform {
    margin-bottom: 20px
}

.site-main .sidebar-container .sidebar-inner input[type="text"] {
    border-radius: 20px;
    border: 1px solid #d5e2f3;
    padding: 9px 40px 9px 18px
}

.site-main .sidebar-container .sidebar-inner input[type="submit"] {
    color: #fff;
    background: #009198;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 20px;
    border: 1px solid #009198
}

.site-main .sidebar-container .sidebar-inner input[type="submit"]:hover {
    background-color: #fff;
    color: #009198
}

.site-main .sidebar-container div#search-2 {
    border: 0;
    margin-bottom: 5px;
    position: relative
}

.site-main .sidebar-container div#search-2 input[type="text"] {
    border: 1px solid #cbccce;
    width: 100%
}

.site-main .sidebar-container div#search-2 input#searchsubmit {
    position: absolute;
    right: 0;
    top: 0
}

body.home .site-main {
    margin-top: 0
}

body.full-width #primary {
    width: 100%
}

#primary {
    width: 73%;
    float: left;
    margin: 0 auto
}

.container {
    max-width: 1236px;
    width: 100%;
    margin: 0 auto
}

.site-header {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto
}

.site-header .site-title {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    position: relative;
    left: -14%
}

.site-header .site-title img {
    max-width: 100%;
    height: auto;
    display: block
}

body.home .navbar-wrap .navbar .collapse {
    padding: 0
}

body.home .navbar-wrap .navbar .nav-menu {
    position: relative;
    float: right;
    margin-top: 100px
}

body.home .navbar-wrap .navbar .nav-menu>li {
    float: left;
    margin-right: 15px
}

body.home .navbar-wrap .navbar .nav-menu>li .sub-menu {
    display: none
}

body.home .navbar-wrap .navbar .nav-menu>li>a {
    width: 118px;
    height: 135px;
    padding: 0 10px;
    text-align: center;
    background: url(../images/menu-bg.png) no-repeat 0 0;
    display: table-cell;
    vertical-align: middle;
    color: #009198!important;
    border: 0;
    text-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

body.home .navbar-wrap .navbar .nav-menu>li:nth-child(3n+1) {
    clear: left
}

body.home .navbar-wrap .navbar .nav-menu>li:nth-child(3n) {
    margin-right: 0
}

body.home .navbar-wrap .navbar .nav-menu>li:nth-child(4) {
    margin-top: -20px;
    margin-left: 67px
}

body.home .navbar-wrap .navbar .nav-menu>li:nth-child(5),body.home .navbar-wrap .navbar .nav-menu>li:nth-child(6) {
    margin-top: -20px
}

body.home .navbar-wrap .navbar .nav-menu>li:nth-child(7) {
    margin-top: -20px;
    margin-left: 132px
}

body.home .navbar-wrap .navbar .nav-menu>li:nth-child(8),body.home .navbar-wrap .navbar .nav-menu>li:nth-child(9) {
    margin-top: -20px
}

body.home .navbar-wrap .navbar .nav-menu>li:hover a,body.home .navbar-wrap .navbar .nav-menu>li.current_page_item a {
    color: #fff!important;
    background: url(../images/menu-bg-hover.png) no-repeat 0 0;
    border-bottom: none!important
}

.navbar-wrap .navbar {
    float: right;
    padding-top: 25px
}

.navbar-wrap .navbar .nav-menu li a {
    color: #fff;
    font-weight: 100;
    border-bottom: 2px solid transparent
}

.navbar-wrap .navbar .nav-menu li.current-menu-item a,.navbar-wrap .navbar .nav-menu li.current_page_ancestor a {
    color: #80afff!important;
    border-color: #80afff
}

.navbar-wrap .navbar .nav-menu li:hover a {
    color: #80afff;
    border-bottom: 2px solid #80afff!important
}

.navbar-wrap .navbar .nav-menu li .sub-menu li a {
    background: rgba(50,100,183,.7)!important;
    color: #fff!important;
    text-shadow: none;
    font-size: 14px;
    padding: 11px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-bottom: 1px solid #009198
}

.navbar-wrap .navbar .nav-menu li .sub-menu li a:hover {
    background: #009198!important;
    padding-left: 25px
}

.navbar-wrap .navbar .nav-menu li .sub-menu li.current-menu-item a {
    background: #009198!important;
    font-weight: 700
}

body.single-cb_products .nav-menu li.menu-item-object-cb_products a {
    color: #fff!important;
    text-shadow: 1px 0 3px #000;
    border-color: #009198
}

.client-wrap .clients-list .slick-slider .slick-arrow {
    top: 41%;
    filter: contrast(0)
}

.client-wrap .clients-list .slick-slider .slick-arrow:hover {
    filter: contrast(100%)
}

.client-wrap .clients-list .slick-slider .slick-prev {
    left: -3%
}

.client-wrap .clients-list .slick-slider .slick-prev:before {
    content: 'Prev';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    width: 50px;
    background: #556c83;
    color: #fff;
    top: -28px;
    left: -9px;
    position: absolute;
    border: 1px solid #333;
    padding: 0 4px;
    display: block;
    vertical-align: top;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.client-wrap .clients-list .slick-slider .slick-prev:hover:before {
    opacity: 1
}

.client-wrap .clients-list .slick-slider .slick-next {
    right: -3%
}

.client-wrap .clients-list .slick-slider .slick-next:before {
    content: 'Next';
    display: block;
    width: 50px;
    height: 20px;
    font-size: 18px;
    background: #556c83;
    color: #fff;
    top: -28px;
    left: auto;
    right: -9px;
    position: absolute;
    border: 1px solid #333;
    padding: 0 4px;
    display: block;
    vertical-align: top;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.client-wrap .clients-list .slick-slider .slick-next:hover:before {
    opacity: 1
}

.client-wrap .clients-list .slick-slider .slick-track .testi-wrap {
    padding: 0 10px
}

.client-wrap .clients-list .slick-slider .slick-track .testi-wrap .entry-thumbnail a img {
    box-shadow: -4px 6px 2px #2e3f4f
}

.address-wrap h3 {
    font-size: 36px;
    color: #009198;
    font-weight: 700;
    text-transform: uppercase
}

.address-wrap h6 {
    font-size: 26px;
    color: #009198;
    font-weight: 800
}

.address-wrap ul {
    margin: 0 0 20px!important;
    padding: 0
}

.address-wrap ul li {
    list-style: none;
    padding: 0 0 20px;
    position: relative
}

.address-wrap ul li:last-child {
    padding: 0
}

.address-wrap ul li .addcontent {
    position: relative;
    font-size: 17px;
    padding-left: 30px;
    line-height: 30px
}

.address-wrap ul li .addcontent a {
    text-decoration: none;
    color: #282828
}

.address-wrap ul li .addcontent a:hover {
    color: #009198
}

.address-wrap ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/location.svg) no-repeat;
    top: 5px;
    left: 0
}

.address-wrap ul li:nth-child(2):before {
    background: url(../images/call.svg) no-repeat
}

.address-wrap ul li:nth-child(3):before {
    background: url(../images/fax.svg) no-repeat
}

.address-wrap ul li:nth-child(4):before {
    background: url(../images/email-icon.svg) no-repeat
}

.address-wrap ul li:nth-child(2) .icon-holder .fa {
    font-size: 26px
}

.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative
}

ul.nav-menu,nav.nav-menu>ul,div.nav-menu>ul {
    margin: 0;
    padding: 0
}

.nav-menu li {
    display: inline-block;
    position: relative
}

.nav-menu li a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    margin: 0 7px;
    text-decoration: none;
    position: relative
}

.nav-menu>li>ul>li>a {
    border-right: none;
    padding: 13px 25px
}

.nav-menu li:hover>a,.nav-menu li a:hover {
    color: #333
}

.nav-menu .sub-menu,.nav-menu .children {
    border-top: 0;
    display: none;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 99999
}

.nav-menu .sub-menu ul,.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0
}

ul.nav-menu ul a,.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px
}

ul.nav-menu ul a:hover,.nav-menu ul ul a:hover {
    background-color: #b3b4b4
}

ul.nav-menu ul li,.nav-menu ul ul li {
    background-color: #525252
}

ul.nav-menu li:hover>ul,.nav-menu ul li:hover>ul {
    display: block
}

.nav-menu .current_page_item>a,.nav-menu .current_page_ancestor>a,.nav-menu .current-menu-item>a,.nav-menu .current-menu-ancestor>a {
    color: #333;
    font-weight: 700
}

.menu-toggle {
    display: none
}

.navbar {
    box-shadow: none;
    background: none;
    min-height: auto;
    border: none;
    border-radius: 0;
    margin: 0!important;
    position: relative
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
' background-position: 50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");'}

@-webkit-keyframes "swiper-preloader-spin" {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes "swiper-preloader-spin" {
    100% {
        transform: rotate(360deg)
    }
}

#banner-section {
    position: relative
}

#banner-section.inner-banner {
    margin-bottom: 30px
}

#banner-section .slick-slide:after {
    background: #0000004f;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#banner-section .page-header {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border: 0;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    border-left: 5px solid #009198;
    padding: 0 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

#banner-section .page-header .page-title {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase
}

#banner-section .page-header .breadcrumb-wrapper {
    font-size: 15px;
    font-weight: 400
}

#banner-section .page-header .breadcrumb-wrapper a {
    color: #fff
}

#banner-section .page-header .breadcrumb-wrapper a:hover {
    color: #009198
}

#banner-section .page-header .breadcrumb-wrapper strong {
    font-weight: 400
}

#banner-section .page-header .breadcrumb-wrapper .breadcrumb_divider {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    background: #009198;
    position: relative;
    margin: 0 12px 0 4px
}

#banner-section .page-header .breadcrumb-wrapper .breadcrumb_divider:after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    right: -6px;
    width: 8px;
    height: 8px;
    background: #009198;
    border-radius: 100%
}

#banner-section .carousel-caption {
    top: 33%;
    left: 0
}

#banner-section .carousel-caption .banner-text {
    left: 21%;
    position: absolute
}

#banner-section .carousel-caption .banner-text h3 {
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    border-left: 6px solid #009198;
    text-align: left;
    padding-left: 25px;
    line-height: 55px;
    text-transform: uppercase
}

#banner-section .slick-slider {
    position: relative
}

#banner-section .slick-slider .slick-list img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

#banner-section .slick-slider .slick-dots {
    position: absolute;
    bottom: 25%;
    right: 5%;
    display: flex!important;
    list-style: none;
    z-index: 56;
    padding-left: 0
}

#banner-section .slick-slider .slick-dots li {
    margin: 0 3px
}

#banner-section .slick-slider .slick-dots li button {
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    width: 40px;
    height: 25px;
    text-align: center;
    position: relative
}

#banner-section .slick-slider .slick-dots li button:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: auto;
    right: 0;
    width: 1px;
    top: 5px;
    height: 14px;
    border-right: 1px solid #fff
}

#banner-section .slick-slider .slick-dots li button:before {
    content: '0';
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 20px;
    top: 5px;
    height: 18px
}

#banner-section .slick-slider .slick-dots li button:hover {
    color: #009198!important
}

#banner-section .slick-slider .slick-dots li.slick-active {
    position: relative
}

#banner-section .slick-slider .slick-dots li.slick-active button {
    color: #009198
}

#banner-section .slick-slider .slick-dots li.slick-active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 0;
    width: 18px;
    height: 1px;
    top: auto;
    background: #009198
}

#banner-section .slick-slider .slick-dots li:last-child button:after {
    display: none!important
}

#banner-section .curve-section {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 55;
    transform: rotate(180deg)
}

#banner-section.inner-banner .curve-section {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg)
}

.contact-curvewrap svg {
    transform: rotate(180deg);
    margin-bottom: -6px
}

.contact-curvewrap span img {
    background-size: cover;
    max-width: 590px;
    width: 100%
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    border: none;
    font-size: 0;
    width: 35px;
    height: 35px;
    background: url(../images/slider-arrows.png) no-repeat 0 0
}

.slick-slider .slick-arrow:hover {
    background-position: 0 100%
}

.slick-slider .slick-arrow.slick-prev:before {
    display: block;
    font-size: 18px;
    background: #556c83;
    color: #fff;
    top: -28px;
    left: -2px;
    position: absolute;
    border: 1px solid #333;
    padding: 0 4px;
    display: block;
    vertical-align: top;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.slick-slider .slick-arrow.slick-prev:hover:before {
    opacity: 1
}

.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    background-position: 100% 0
}

.slick-slider .slick-arrow.slick-next:before {
    display: block;
    font-size: 18px;
    background: #556c83;
    color: #fff;
    top: -28px;
    left: auto;
    right: -2px;
    position: absolute;
    border: 1px solid #333;
    padding: 0 4px;
    display: block;
    vertical-align: top;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.slick-slider .slick-arrow.slick-next:hover {
    background-position: 100% 100%
}

.slick-slider .slick-arrow.slick-next:hover:before {
    opacity: 1
}

.hentry {
    padding: 0
}

.entry-header,.entry-content,.entry-summary,.entry-meta {
    margin: 0 auto;
    width: 100%
}

.sidebar .entry-header,.sidebar .entry-content,.sidebar .entry-summary,.sidebar .entry-meta {
    padding: 0 376px 0 60px
}

.sidebar .entry-header .entry-meta {
    padding: 0
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px
}

.entry-header,.page-header {
    margin-bottom: 20px
}

.entry-title,.page-title {
    font-weight: 700;
    margin: 0 0 5px
}

.entry-title a,.page-title a {
    color: #141412
}

.entry-title a:hover,.page-title a:hover {
    color: #ea9629
}

.entry-meta {
    clear: both;
    font-size: 14px
}

.entry-meta a {
    color: #bc360a
}

.entry-meta a:hover {
    color: #bc360a
}

.entry-meta>span {
    margin-right: 20px
}

.entry-meta>span:last-child {
    margin-right: 0
}

.single-author .entry-meta .author,.sticky.format-standard .entry-meta .date,.sticky.format-audio .entry-meta .date,.sticky.format-chat .entry-meta .date,.sticky.format-image .entry-meta .date,.sticky.format-gallery .entry-meta .date {
    display: none
}

.entry-content a,.comment-content a {
    color: #333
}

.entry-content a:hover,.comment-content a:hover {
    color: #0d0d0d
}

.entry-content blockquote {
    font-size: 24px
}

.entry-content blockquote cite,.entry-content blockquote small {
    font-size: 16px
}

.entry-content img.alignleft,.entry-content .wp-caption.alignleft {
    margin-left: -60px
}

.entry-content img.alignright,.entry-content .wp-caption.alignright {
    margin-right: -60px
}

footer.entry-meta {
    margin-top: 24px
}

.format-standard footer.entry-meta {
    margin-top: 0
}

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase
}

.page-links a,.page-links>span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none
}

.format-status .entry-content .page-links a,.format-gallery .entry-content .page-links a,.format-chat .entry-content .page-links a,.format-quote .entry-content .page-links a,.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff
}

.format-gallery .entry-content .page-links a:hover,.format-audio .entry-content .page-links a:hover,.format-status .entry-content .page-links a:hover,.format-video .entry-content .page-links a:hover,.format-chat .entry-content .page-links a:hover,.format-quote .entry-content .page-links a:hover,.page-links a:hover {
    background: #fff;
    color: #e63f2a
}

.format-status .entry-content .page-links>span,.format-quote .entry-content .page-links>span {
    background: none
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0
}

.hentry .mejs-mediaelement,.hentry .mejs-container .mejs-controls {
    background: #220e10
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959
}

.hentry .mejs-controls .mejs-time-rail span,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0
}

.gallery {
    margin-bottom: 20px;
    margin-left: -4px
}

.gallery-item {
    float: left;
    margin: 1%;
    overflow: hidden;
    position: relative
}

.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px
}

.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item {
    text-align: center
}

.gallery-columns-4 .gallery-item {
    max-width: 23%
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(16%);
    max-width: calc(16%)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(12.7%);
    max-width: calc(12.7%)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(10.28%);
    max-width: calc(10.28%)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(8.5%);
    max-width: calc(8.5%)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(7.1%);
    max-width: calc(7.1%)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-caption {
    background-color: rgba(0,0,0,.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
    display: none
}

.format-aside {
    background-color: #f7f5e7
}

.blog .format-aside:first-of-type,.single .format-aside:first-of-type,.format-aside+.format-aside,.format-aside+.format-link,.format-link+.format-aside {
    box-shadow: inset 0 2px 2px rgba(173,165,105,.2)
}

.format-aside .entry-meta {
    margin-top: 0
}

.format-aside blockquote {
    font-size: 100%;
    font-weight: 400
}

.format-aside cite {
    font-size: 100%;
    text-transform: none
}

.format-audio {
    background-color: #db572f
}

.format-audio .entry-title {
    font-size: 28px;
    font-weight: 700
}

.format-audio .entry-content a,.format-audio .entry-meta a,.format-audio .entry-content a:hover,.format-audio .entry-meta a:hover {
    color: #fbfaf3
}

.format-audio .audio-content {
    background: url(../images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(15%);
    width: calc(15%)
}

.format-audio .wp-audio-shortcode {
    height: 30px!important;
    margin: 20px 0;
    max-width: 400px!important
}

.format-audio audio {
    max-width: 100%!important
}

.format-chat {
    background-color: #eadaa6
}

.format-chat .entry-title {
    font-size: 28px;
    font-weight: 700
}

.format-chat .entry-meta a,.format-chat .entry-content a {
    color: #722d19
}

.format-chat .entry-meta .author {
    display: none
}

.format-chat .chat {
    margin: 0
}

.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 10px 0
}

.format-chat .chat .fn {
    font-style: normal
}

.format-gallery {
    background-color: #fbca3c
}

.format-gallery .entry-header {
    margin-bottom: 15px
}

.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0
}

.format-gallery .entry-meta a,.format-gallery .entry-content a {
    color: #722d19
}

.format-image .entry-title {
    font-size: 28px;
    font-weight: 700
}

.format-image .categories-links,.format-image .tags-links {
    display: none
}

.format-link {
    background-color: #f7f5e7
}

.blog .format-link:first-of-type,.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173,165,105,.2)
}

.format-link .entry-header,.format-link .entry-content p:last-child {
    margin-bottom: 0
}

.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px Arial,sans-serif;
    margin-right: 20px
}

.format-link .entry-title a {
    color: #bc360a
}

.format-link div.entry-meta {
    display: inline
}

.format-quote {
    background-color: #210d10
}

.format-quote .entry-content,.format-quote .entry-meta {
    color: #f7f5e7
}

.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0
}

.format-quote .entry-content a,.format-quote .entry-meta a,.format-quote .linked {
    color: #e63f2a
}

.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff
}

.format-quote .entry-content cite a:hover {
    text-decoration: none
}

.format-quote blockquote small,.format-quote blockquote cite {
    display: block;
    font-size: 16px
}

.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative
}

.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px
}

.format-quote .entry-meta .author {
    display: none
}

.format-status {
    background-color: #722d19;
    padding: 0
}

.format-status .entry-content,.format-status .entry-meta {
    padding-left: 35px;
    position: relative
}

.format-status .entry-content a {
    color: #eadaa6
}

.format-status .entry-meta a {
    color: #f7f5e7
}

.sidebar .format-status .entry-content,.sidebar .format-status .entry-meta {
    padding-left: 95px
}

.format-status .entry-content:before,.format-status .entry-meta:before {
    background: url(../images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px
}

.sidebar .format-status .entry-content:before,.sidebar .format-status .entry-meta:before {
    left: 70px
}

.format-status .categories-links,.format-status .tags-links {
    display: none
}

.format-status .entry-meta:before {
    background-position: left top
}

.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative
}

.format-status .entry-content p:first-child:before {
    background-color: rgba(0,0,0,.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px
}

.sidebar .format-status .entry-content>p:first-child:before {
    left: 64px
}

.format-status .entry-content p:last-child {
    margin-bottom: 0
}

.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px
}

.format-video {
    background-color: #db572f
}

.format-video .entry-content a,.format-video .entry-meta a,.format-video .entry-content a:hover,.format-video .entry-meta a:hover {
    color: #fbfaf3
}

.format-video .entry-title {
    font-size: 50px;
    font-weight: 400
}

.format-video .entry-meta {
    color: #220e10
}

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0
}

.attachment .entry-header {
    margin-bottom: 0;
    padding: 30px 0
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px Arial,sans-serif;
    margin: 0
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px
}

.attachment footer.entry-meta {
    display: none
}

.full-size-link:before {
    content: none
}

.attachment .entry-meta a,.attachment .entry-meta .edit-link:before,.attachment .full-size-link:before {
    color: #ca3c08
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative
}

.image-navigation a:hover {
    text-decoration: none
}

.image-navigation .nav-previous,.image-navigation .nav-next {
    position: absolute;
    top: 50px
}

.image-navigation .nav-previous {
    left: 0
}

.image-navigation .nav-next {
    right: 0
}

.image-navigation .meta-nav {
    font-size: 32px;
    vertical-align: -4px
}

.attachment .entry-attachment,.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center
}

.attachment .entry-attachment .attachment {
    display: inline-block
}

.attachment .entry-caption {
    text-align: left
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px
}

.attachment .entry-caption p:last-child,.attachment .entry-description p:last-child {
    margin: 0
}

.attachment .site-main .sidebar-container {
    display: none
}

.navigation a {
    color: #bc360a
}

.navigation a:hover {
    color: #ea9629;
    text-decoration: none
}

.navigation .nav-previous {
    float: left
}

.navigation .nav-next {
    float: right
}

.paging-navigation {
    padding: 20px 0
}

.paging-navigation .nav-links {
    margin: 0 auto;
    width: 100%
}

.paging-navigation a {
    display: block;
    font-size: 22px;
    font-weight: 300;
    text-align: center
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none
}

.paging-navigation .nav-previous,.paging-navigation .nav-next {
    width: 50%
}

.paging-navigation .nav-previous .meta-nav,.paging-navigation .nav-next .meta-nav {
    margin: 0 10px
}

.paging-navigation .meta-nav {
    display: inline-block;
    font-size: 26px;
    padding: 0;
    text-align: center;
    width: 50px
}

.author-info {
    margin: 0 auto;
    padding: 30px 0 10px;
    text-align: left;
    width: 100%
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px
}

.single .author-info {
    padding: 50px 0 0
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0
}

.single-format-status .author-description {
    color: #f7f5e7
}

.author-description .author-title {
    clear: none;
    font: 300 italic 20px Arial,sans-serif;
    margin: 0 0 8px
}

.author-link {
    color: #ca3c08;
    margin-left: 2px
}

.author.archive .author-link {
    display: none
}

.archive-title,.archive-meta {
    margin: 0 auto;
    max-width: 1040px;
    padding: 20px 0;
    width: 100%
}

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: -15px;
    padding: 0 0 11px
}

.sidebar .archive-meta {
    padding-right: 316px
}

.error404 .page-title {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto
}

.error404 .page-wrapper {
    background-color: #e8e5ce
}

.error404 .page-header,.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%
}

.comments-title,.comment-list,.comment-reply-title,.must-log-in,.comment-respond .comment-form,.comment-respond iframe {
    display: block
}

.sidebar .comments-title,.sidebar .comment-list,.sidebar .must-log-in,.sidebar .comment-reply-title,.sidebar .comment-navigation,.sidebar .comment-respond .comment-form {
    padding-left: 60px;
    padding-right: 376px
}

.comments-title,.comment-reply-title {
    padding: 5px 0 5px 0;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #e1e3e3;
    font-size: 18px
}

.comment-list,.comment-list .children {
    list-style-type: none;
    padding: 0
}

.comment-list .children {
    margin-left: 20px
}

.comment-list>li:after,.comment-list .children>li:before {
    background: url(../images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.comment-list>li:last-child:after {
    display: none
}

.comment-body {
    padding: 24px 0;
    position: relative;
    border-bottom: 1px solid rgba(225,227,227,.5)
}

.comment-author {
    float: left;
    max-width: 74px;
    margin: 0 10px 0 0
}

.comment-author .avatar {
    display: block;
    margin-bottom: 10px
}

.comment-author .fn {
    word-wrap: break-word
}

.comment-author .fn,.comment-author .url,.comment-reply-link,.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.says {
    display: none
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative
}

.no-avatars .comment-metadata,.no-avatars .comment-content,.no-avatars .comment-list .reply {
    width: 100%
}

.comment-list .edit-link {
    margin-left: 20px
}

.comment-metadata,.comment-awaiting-moderation,.comment-content,.comment-list .reply {
    float: left;
    width: 79%;
    width: -webkit-calc(-24%);
    width: calc(-24%);
    word-wrap: break-word
}

.comment-meta,.comment-meta a {
    color: #a2a2a2;
    font-size: 13px
}

.comment-meta a:hover {
    color: #ea9629
}

.comment-metadata {
    margin-bottom: 20px
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2
}

.comment-awaiting-moderation {
    color: #a2a2a2
}

.comment-respond {
    background-color: #e1e3e3;
    padding: 20px
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px
}

.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px
}

.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none
}

.sidebar .comment-list .comment-reply-title,.sidebar .comment-list .comment-respond .comment-form {
    padding: 0
}

.comment-form .comment-notes {
    margin-bottom: 15px
}

.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url {
    margin-bottom: 8px
}

.comment-form [for="author"],.comment-form [for="email"],.comment-form [for="url"],.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px
}

.comment-form .required {
    color: #ed331c
}

.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%
}

.comment-form textarea {
    width: 100%
}

.form-allowed-tags,.form-allowed-tags code {
    color: #686758;
    font-size: 12px
}

.form-allowed-tags code {
    font-size: 11px;
    margin-left: 3px
}

.comment-list .pingback,.comment-list .trackback {
    padding-top: 24px
}

.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 100%
}

.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center
}

.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px
}

.widget {
    word-wrap: break-word
}

.widget .widget-title {
    margin: 0 0 10px
}

.widget ul,.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget li {
    padding: 5px 0
}

.widget .children li:last-child {
    padding-bottom: 0
}

.widget li>ul,.widget li>ol {
    margin-left: 20px
}

.widget a {
    color: #bc360a
}

.widget a:hover {
    color: #000
}

.search-form .search-submit {
    display: none
}

.widget_rss .rss-date {
    display: block
}

.widget_rss .rss-date,.widget_rss li>cite {
    color: #a2a2a2
}

.widget_calendar table,.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0
}

.widget_calendar th,.widget_calendar td {
    padding: 0;
    text-align: center
}

.widget_calendar a {
    display: block
}

.widget_calendar a:hover {
    background-color: rgba(0,0,0,.15)
}

.widget_calendar tbody td {
    background-color: rgba(255,255,255,.5)
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255,255,255,.05)
}

.widget_calendar tbody .pad,.site-footer .widget_calendar tbody .pad {
    background-color: transparent
}

.site-footer {
    background-color: #3e5266;
    color: #686758;
    font-size: 14px;
    text-align: center;
    margin: 0
}

.site-footer .widget-area,.sidebar .site-footer {
    text-align: left
}

.site-footer a {
    color: #fff
}

.site-footer a:hover {
    color: #fff
}

.site-footer .sidebar-container {
    background-color: #220e10;
    padding: 20px 0
}

.site-footer .widget-area {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%
}

.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px
}

.site-footer .widget {
    background: transparent;
    color: #fff;
    width: 100%
}

.sidebar .site-footer .widget {
    width: 228px
}

.sidebar .site-footer .widget:nth-of-type(4),.sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0
}

.site-footer .widget a {
    color: #e6402a
}

.site-footer .widget-title,.site-footer .widget-title a,.site-footer .wp-caption-text {
    color: #fff
}

.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%
}

#wpstats {
    display: block;
    margin: -10px auto 0
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 85%;
    left: 0;
    background: #fff;
    padding: 2px 10px;
    border: 1px solid red;
    color: red;
    border-radius: 5px;
    z-index: 3;
    font-size: 13px
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,.wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    border-color: rgba(194,225,245,0);
    border-bottom-color: red;
    border-width: 7px;
    margin-left: -7px
}

.career-formwrap .jfilestyle.jfilestyle-corner input {
    width: 100%!important
}

.career-formwrap .jfilestyle-corner span.focus-jfilestyle {
    position: absolute!important;
    right: 0
}

.wpcf7-form .career-form ul li .focus-jfilestyle span {
    border-radius: 0 5px 5px 0;
    padding: 10px 15px
}

.wpcf7-form .jfilestyle .focus-jfilestyle span {
    padding: 16px 5px 15px;
    background: #009198;
    border: 20px;
    color: #fff;
    cursor: pointer;
    position: relative
}

.jfilestyle.jfilestyle-corner {
    display: flex
}

.focus-jfilestyle {
    line-height: 51px
}

.focus-jfilestyle label {
    margin-bottom: 0;
    height: 50px
}

body.modal-open {
    padding-right: 0!important
}

body.modal-open div.modal {
    padding-right: 0!important
}

.blog .hentry {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #b80b1e
}

.footer-widgets {
    position: relative
}

.footer-widgets .widget-title {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px
}

.footer-widgets .widget_nav_menu .menu-quick-links-container,.footer-widgets .widget_nav_menu .menu-products-container {
    text-align: left;
    max-width: 230px
}

.footer-widgets .widget_nav_menu .menu-quick-links-container ul li,.footer-widgets .widget_nav_menu .menu-products-container ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    padding: 7px;
    border-bottom: 1px solid #526476
}

.footer-widgets .widget_nav_menu .menu-quick-links-container ul li a,.footer-widgets .widget_nav_menu .menu-products-container ul li a {
    color: #F2F2F2;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    padding: 0 0 0 28px;
    background: url(../images/footer-meny-icon.svg) no-repeat 0 7px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

.footer-widgets .widget_nav_menu .menu-quick-links-container ul li:hover a,.footer-widgets .widget_nav_menu .menu-quick-links-container ul li .active a,.footer-widgets .widget_nav_menu .menu-products-container ul li:hover a,.footer-widgets .widget_nav_menu .menu-products-container ul li .active a {
    background-position: 10px 7px;
    color: #F2F2F2
}

.footer-widgets .widget_sow-social-media-buttons {
    margin-top: 50px
}

.footer-widgets .widget_sow-social-media-buttons .social-media-button-container a {
    border: 0;
    background: #1ca1f1!important;
    border-radius: 100%;
    width: 32px;
    margin-right: 15px
}

.footer-widgets .widget_sow-social-media-buttons .social-media-button-container a .sow-icon-fontawesome {
    color: #ffffff!important;
    font-size: 16px
}

.footer-widgets .widget_sow-social-media-buttons .social-media-button-container a:hover {
    box-shadow: -4px -2px 3px #364656;
    background: #ffffff!important
}

.footer-widgets .widget_sow-social-media-buttons .social-media-button-container a:hover .sow-icon-fontawesome {
    color: #3E5266!important
}

.footer-widgets .widget_sow-social-media-buttons .social-media-button-container a:nth-child(2) {
    background: #0a66c2!important
}

.footer-widgets .widget_sow-social-media-buttons .social-media-button-container a:nth-child(2):hover {
    color: #ffffff!important
}

.footer-widgets .widget_sow-social-media-buttons .sow-social-media-button {
    padding: .5em
}

.wpcf7-form {
    text-align: center
}

.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    display: block
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 2px 10px;
    border: 1px solid red;
    color: red;
    border-radius: 5px;
    z-index: 3;
    font-size: 13px
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    border-color: rgba(194,225,245,0);
    border-bottom-color: red;
    border-width: 7px;
    margin-left: -7px
}

.wpcf7-form input,.wpcf7-form textarea,.wpcf7-form select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 50px!important;
    margin: 0;
    padding: 0 15px;
    background: #526476;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: none;
    border-radius: 0;
    color: #dedede!important
}

.wpcf7-form input:hover,.wpcf7-form input:focus,.wpcf7-form input:active,.wpcf7-form textarea:hover,.wpcf7-form textarea:focus,.wpcf7-form textarea:active,.wpcf7-form select:hover,.wpcf7-form select:focus,.wpcf7-form select:active {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    border: none
}

.wpcf7-form ::-webkit-input-placeholder {
    color: #dedede
}

.wpcf7-form :-ms-input-placeholder {
    color: #dedede
}

.wpcf7-form ::-moz-placeholder {
    color: #dedede;
    opacity: 1
}

.wpcf7-form :-moz-placeholder {
    color: #dedede;
    opacity: 1
}

.wpcf7-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    color: #9999b2
}

.wpcf7-form select::-ms-expand {
    display: none
}

.wpcf7-form textarea {
    resize: none;
    height: 40px;
    width: 99.6%;
    line-height: 38px
}

.wpcf7-form .service-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.wpcf7-form .service-form ul li {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    background: none;
    padding: 0 10px 0 0;
    margin-bottom: 15px;
    text-align: left
}

.wpcf7-form .service-form ul li.full-width {
    width: 100%
}

.wpcf7-form .service-form ul li.submit-btn-wrap {
    width: 49.5%;
    text-align: left;
    position: relative
}

.wpcf7-form .service-form ul li.submit-btn-wrap input {
    border-radius: 0px!important;
    background: #009198;
    color: #fff!important;
    border: 1px solid #009198;
    font-size: 16px;
    padding: 13px 0 13px 52px;
    width: 48%;
    height: auto;
    text-align: left;
    margin-right: 5px;
    font-weight: 700;
    letter-spacing: 2px;
    border: none
}

.wpcf7-form .service-form ul li.submit-btn-wrap input:hover {
    background-color: #fff;
    color: #a6cf39!important
}

.wpcf7-form .service-form ul li.footerpro .wpcf7-form-control-wrap:before {
    content: "\f0dd";
    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;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #009198;
    pointer-events: none
}

.enquire-form {
    max-width: 500px;
    min-width: 500px;
    width: 100%
}

.enquire-form .wpcf7-submit {
    background: #9ec72c;
    color: #fff!important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px
}

.enquire-form span.ajax-loader {
    position: relative;
    top: -29px;
    right: 14px;
    float: right
}

.sym-submit {
    margin-bottom: 0!important
}

.wpcf7-validation-errors {
    color: red!important
}

.screen-reader-response {
    display: none
}

.success-message {
    color: green!important
}

.wpcf7-response-output {
    color: green;
    border: 0 solid;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    line-height: 20px
}

.wpcf7-response-output.wpcf7-display-none {
    display: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: inline-block;
    border: 1px solid;
    color: red;
    background: #fff
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: 1px solid;
    display: inline-block!important;
    color: #1a8231;
    background: #fff
}

.wpcf7 .ajax-loader {
    background-image: url(../images/ajax-loader.gif)!important;
    visibility: hidden;
    width: 30px!important;
    height: 30px!important;
    border: none;
    margin: 0 0 0 4px!important;
    vertical-align: middle;
    background-color: #526476;
    padding: 0;
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    position: absolute;
    top: 10px
}

.text-left,.text-right,.text-footer-center {
    padding: 10px 0 8px;
    color: #88929d
}

.text-left a,.text-right a,.text-footer-center a {
    color: #88929d
}

.text-left ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.text-left ul li {
    float: left;
    margin-right: 10px
}

.text-left ul li a {
    cursor: pointer;
    margin-right: 10px
}

.widget_sow-headline {
    margin-bottom: 15px!important
}

.widget_sow-headline .sow-headline {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px
}

.widget_sow-headline .sow-sub-headline {
    margin-top: 0;
    color: #009198;
    padding-bottom: 20px
}

.about-wrap .aboutinfographic {
    float: right;
    max-width: 500px;
    margin-top: -50px
}

.about-wrap .aboutinfographic h4 {
    text-transform: none!important;
    font-weight: 600!important;
    text-align: left;
    color: #009198;
    line-height: 36px;
    font-size: 24px
}

.about-wrap .aboutinfographic .aboutimg {
    max-width: 444px;
    height: 191px;
    background: url(../images/about-infographic.png) no-repeat center center;
    margin-top: 60px;
    display: flex
}

.about-wrap .aboutinfographic .aboutimg ul {
    list-style-type: none;
    display: flex;
    width: 100%!important;
    overflow: hidden
}

.about-wrap .aboutinfographic .aboutimg ul li {
    width: 50%;
    margin: 0;
    font-weight: 600;
    color: #000;
    padding: 32px 36px 0 0;
    text-align: right;
    font-size: 13px;
    line-height: 19px
}

.about-wrap .aboutinfographic .aboutimg ul li:before {
    display: none
}

.about-wrap .aboutinfographic .aboutimg ul li:last-child {
    padding: 89px 0 0 36px;
    text-align: left
}

.about-wrap .widget_sow-headline {
    margin-bottom: 15px!important
}

.about-wrap .widget_sow-editor {
    margin-bottom: 10px!important
}

.about-wrap .aboutus-text-wrap {
    text-align: justify;
    line-height: 25px
}

.about-wrap .aboutus-text-wrap .about-btn.readmore {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #333!important;
    font-weight: 700;
    font-weight: 600
}

.about-wrap .aboutus-text-wrap .about-btn.readmore:hover {
    color: #009198!important
}

.about-wrap .widget_cl-popup .cl-popup a {
    position: relative;
    display: block;
    top: -130px;
    z-index: 88
}

.about-wrap .widget_cl-popup .cl-popup a:before {
    content: "\f01d";
    font: normal normal normal 14px/1 FontAwesome;
    top: 45%;
    left: 40%;
    position: absolute;
    font-size: 100px;
    color: #fff;
    z-index: 5;
    height: 30px;
    width: 30px
}

.about-wrap .widget_cl-popup .cl-popup a:hover:before {
    color: #a6cf39
}

.readmore {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #333!important;
    font-weight: 700;
    font-weight: 600
}

.counter-wrap .widget {
    height: 100%
}

.counter-wrap .widget .so-widget-ink-num-count {
    height: 100%
}

.counter-wrap .widget .so-widget-ink-num-count .iw-so-number {
    padding: 0;
    border-left: 3px solid #00000017;
    padding: 0 0 0 15px
}

.counter-wrap .widget .so-widget-ink-num-count .iw-so-number .iw-so-number-count {
    font-size: 30px;
    font-weight: 800;
    color: #009198;
    text-align: left!important;
    line-height: 32px;
    margin-bottom: 5px
}

.counter-wrap .widget .so-widget-ink-num-count .iw-so-number .iw-so-number-count .iw-so-number-timer {
    text-align: left!important
}

.counter-wrap .widget .so-widget-ink-num-count .iw-so-number .iw-so-number-title {
    font-size: 15px;
    text-align: left!important;
    margin-top: 0;
    color: #282828!important
}

.video-gallery .video-wrap {
    margin-bottom: 13px
}

.video-gallery .video-wrap a {
    position: relative;
    display: inline-block;
    width: 100%
}

.video-gallery .video-wrap a:before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    color: #fff;
    top: 40%;
    left: 40%;
    background: url(../images/video-icon.svg) no-repeat
}

.video-gallery .video-wrap a:hover:before {
    color: #a6cf39
}

.video-gallery .video-wrap .img-holder img {
    width: 100%
}

.video-gallery .slick-slider .slick-list .slick-slide {
    margin-right: 15px
}

.gallery-wrapper .slick-slider .slick-list .slick-slide .gallery-image-wrap {
    margin-bottom: 20px;
    display: block;
    margin: 0 22px 15px 0
}

.gallery-wrapper.awards-gallery .gallery-image-wrap {
    padding: 0 20px
}

.gallery-wrapper.awards-gallery .gallery-image-wrap img {
    margin: 0 auto;
    max-width: 100%
}

.vediophoto-news-gallery-wrap {
    padding: 60px 0 0
}

.vediophoto-news-gallery-wrap #ink-tabs-220019-2 {
    display: none
}

.vediophoto-news-gallery-wrap .iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel {
    padding: 0;
    margin-top: 25px
}

.vediophoto-news-gallery-wrap .iw-so-tabs.iw-so-tabs-horizontal {
    padding-right: 20px
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title {
    margin-right: 20px;
    position: relative;
    padding: 0
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    background: none;
    border-bottom: 2px solid transparent;
    color: #282828;
    font-size: 28px;
    font-weight: 800;
    padding: 10px 10px 10px 40px
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title:first-child:before {
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 29px;
    height: 25px;
    background: url(../images/photo-icon.png) no-repeat
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title:nth-child(2):before {
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 29px;
    height: 25px;
    background: url(../images/video-icon.png) no-repeat
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title:hover a {
    color: #009198
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title:hover:first-child:before {
    background: url(../images/photo-icon-hover.png) no-repeat!important;
    width: 29px;
    height: 25px;
    position: absolute;
    content: ''
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title:hover:nth-child(2):before {
    background: url(../images/video-icon-hover.png) no-repeat!important;
    width: 29px;
    height: 25px;
    position: absolute;
    content: ''
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active:first-child:before {
    background: url(../images/photo-icon-hover.png) no-repeat!important
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active:nth-child(2):before {
    background: url(../images/video-icon-hover.png) no-repeat!important
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active a {
    border-color: #009198;
    color: #009198
}

.vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active a:after {
    top: auto;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #009198;
    border-width: 8px;
    margin-left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -14px
}

.vediophoto-news-gallery-wrap .gallerybtn {
    float: right;
    right: 6%;
    font-weight: 700;
    color: #333;
    margin-top: 5px
}

.vediophoto-news-gallery-wrap .gallerybtn:hover {
    color: #009198!important
}

.vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-arrow,.vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-arrow {
    top: -60px;
    opacity: .5;
    width: 22px;
    height: 22px;
    background-size: 44px;
    right: 20px
}

.vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev,.vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-prev {
    left: 92%
}

.vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev:hover,.vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-prev:hover {
    opacity: 1
}

.vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev:hover:before,.vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-prev:hover:before {
    display: none
}

.vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-next:hover,.vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-next:hover {
    opacity: 1
}

.vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-next:hover:before,.vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-next:hover:before {
    display: none
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-title {
    color: #282828;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list-wrap {
    margin-top: 30px
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li {
    padding-top: 0;
    border-left: 1px solid #cacaca;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-bottom: 0
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li .highlight-wrap .entry-content h4 {
    margin: 0 0 5px 0;
    line-height: 10px;
    margin-bottom: 10px
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li .highlight-wrap .entry-content h4 a {
    font-size: 16px;
    color: #181818;
    font-weight: 500
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li .highlight-wrap .entry-content .news-date {
    margin: 0 0 0;
    color: #009198
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li .highlight-wrap .entry-content .news-date .fa {
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: -1px
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li .highlight-wrap .entry-content .news-excerpt {
    color: #181818;
    font-size: 14px;
    line-height: 22px
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li .highlight-wrap .entry-content .schedulemeeting {
    padding: 1px 10px;
    background: #009198;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #009198;
    margin-top: 5px
}

.vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li .highlight-wrap .entry-content .schedulemeeting:hover {
    color: #009198;
    background: #fff
}

.vediophoto-news-gallery-wrap .highlights-wrapper .view-more {
    float: left
}

.vediophoto-news-gallery-wrap .highlights-wrapper .view-more a {
    color: #333!important;
    font-weight: 700
}

.vediophoto-news-gallery-wrap .highlights-wrapper .view-more a:hover {
    color: #009198!important
}

.vediophoto-news-gallery-wrap .highlights-wrapper .readmore {
    margin-top: 10px
}

.readmore {
    color: #333;
    position: relative
}

.readmore:after {
    content: '';
    background: #009198;
    width: 31px;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 15px;
    margin-left: 10px
}

.readmore:before {
    content: '';
    background: #009198;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0%;
    top: 11px;
    border-radius: 100%;
    margin-right: -16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.readmore:hover:before {
    content: '';
    right: -42%
}

.infrastructure-wrap {
    text-align: justify
}

.infrastructure-wrap .sow-headline-container .sow-sub-headline {
    width: 100%
}

.infrastructure-wrap .read-more.readmore {
    margin-top: 20px;
    float: left
}

.infrastructure-wrap .read-more.readmore a {
    color: #333;
    font-weight: 700
}

.infrastructure-wrap .read-more.readmore:hover a {
    color: #a6cf39
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs {
    display: flex;
    flex-direction: column-reverse
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-1 {
    background: url(../images/packing-icon.png) no-repeat 29px -5px
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-2 {
    background: url(../images/quality-control.png) no-repeat 59px -3px
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-3 {
    background: url(../images/research-icon.png) no-repeat 107px 0
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-4 {
    background: url(../images/production-icon.png) no-repeat 39px -2px
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title {
    border-right: 1px solid #e5e5e5
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    padding: 3em .5em 1em .5em;
    margin: 0 18px 10px 18px;
    background: none;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active a {
    color: #a6cf39;
    border-color: #a6cf39
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title:last-child {
    border-right: none
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-1.iw-so-tab-active {
    background: url(../images/packing-icon-hover.png) no-repeat 29px -5px
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-2.iw-so-tab-active {
    background: url(../images/quality-control-hover.png) no-repeat 59px -3px
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-3.iw-so-tab-active {
    background: url(../images/research-and-development-hover.png) no-repeat 105px 0
}

.infrastructure-wrap .infrastructure-tab-wrap .so-widget-ink-tabs .iw-so-tabs .iw-so-tabs-nav #packing-container-4.iw-so-tab-active {
    background: url(../images/production-hover.png) no-repeat 39px -2px
}

.infrastructure-wrap .showactive {
    position: relative;
    width: 100%
}

.infrastructure-wrap .showactive img {
    position: absolute;
    bottom: 60px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto
}

.infrastructure-wrap .showactive .showactiveimg {
    transform: rotate(-1800deg)
}

.career-wrap .widget_sow-editor .textwidget {
    text-align: justify
}

.career-wrap .widget_sow-editor .textwidget .read-more.readmore {
    float: left
}

.career-wrap .widget_sow-editor .textwidget .read-more.readmore a {
    color: #333;
    font-weight: 700
}

.career-wrap .widget_sow-editor .textwidget .read-more.readmore:hover a {
    color: #b2d553
}

.career-wrap .photogallery .swiper-button-prev,.career-wrap .photogallery .swiper-button-next {
    height: 35px;
    width: 35px;
    background: url(../images/slider-arrows.png) no-repeat 0 0 #fff;
    border-radius: 50%
}

.career-wrap .photogallery .swiper-button-prev:hover,.career-wrap .photogallery .swiper-button-next:hover {
    background-position: 0 100%
}

.career-wrap .photogallery .swiper-button-prev:hover:before,.career-wrap .photogallery .swiper-button-next:hover:before {
    opacity: 1
}

.career-wrap .photogallery .swiper-button-prev:before {
    content: 'Prev';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    width: 50px;
    background: #556c83;
    color: #fff;
    top: -28px;
    left: -9px;
    position: absolute;
    border: 1px solid #333;
    padding: 0 4px;
    display: block;
    vertical-align: top;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.career-wrap .photogallery .swiper-button-next {
    background-position: 100% 0
}

.career-wrap .photogallery .swiper-button-next:before {
    content: 'Next';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    width: 50px;
    background: #556c83;
    color: #fff;
    top: -28px;
    left: auto;
    right: -9px;
    position: absolute;
    border: 1px solid #333;
    padding: 0 4px;
    display: block;
    vertical-align: top;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.career-wrap .photogallery .swiper-button-next:hover {
    background-position: 100% 100%
}

.career-wrap .photogallery .swiper-button-next:hover:before {
    opacity: 1
}

ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 20px 20px 20px 60px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border: 1px solid #0066b3
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border-bottom: none;
    padding: 20px 20px 20px 60px!important
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1!important;
    margin-bottom: 0px!important;
    padding: 10px 15px!important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1!important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: right;
    width: 20%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 20px 20px 20px 60px!important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    float: left;
    width: 78%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px!important;
    padding: 20px 20px 20px 60px!important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797
}

h2.resp-tab-active {
    background: #DBDBDB
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display:none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none!important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1!important
    }
}

.leadership-wrap {
    overflow: hidden
}

.modal-applications {
    position: relative
}

.modal-applications .leadership-content {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 55.4%;
    top: 0;
    width: 33%
}

.modal-applications .leadership-content h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px
}

.modal-applications .leadership-content p {
    color: #fff;
    margin-bottom: 60px;
    font-size: 16px
}

.modal-applications .resp-tabs-list {
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    left: 100%;
    top: 0
}

.modal-applications .resp-tabs-list li {
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 5px!important;
    list-style: none;
    cursor: pointer;
    float: none;
    border: none;
    color: #fff;
    margin: 10px 0;
    border: 1px solid transparent
}

.modal-applications .resp-tabs-list li .tabsHomeInner {
    width: 62px;
    height: 45px;
    position: relative;
    display: block;
    background: #efe9e9
}

.modal-applications .resp-tabs-list li .tabsHomeInner .tabsHomeInnerinner {
    width: 62px;
    height: 45px;
    display: block;
    position: relative;
    overflow: hidden
}

.modal-applications .resp-tabs-list li .tabsHomeInner img {
    max-width: 100%
}

.modal-applications .resp-tabs-list li:hover {
    border-color: #5260d2
}

.modal-applications .resp-tabs-list li.resp-tab-active {
    border-color: #fff
}

.modal-applications .resp-tabs-list li.resp-tab-active:after {
    content: '';
    background: #fff;
    height: 184px;
    position: absolute;
    border: 0;
    border-radius: 0;
    top: 24px;
    width: 1px;
    left: -60px;
    overflow: hidden
}

.modal-applications .resp-tabs-wraper {
    padding: 0;
    clear: left;
    width: 100%;
    float: left;
    position: relative
}

.modal-applications .resp-tabs-wraper:after {
    content: '';
    position: absolute;
    border-top: 1px solid #fff;
    width: 18%;
    display: block;
    left: 77.2%;
    bottom: auto;
    height: 10px;
    background: transparent;
    z-index: 5;
    top: 218px
}

.modal-applications .resp-tabs-wraper:before {
    content: '';
    position: absolute;
    border-top: 1px solid #009198;
    width: 10px;
    height: 10px;
    right: 22.5%;
    left: auto;
    bottom: auto;
    background: #009198;
    border-radius: 100%;
    z-index: 6;
    top: 213px
}

.modal-applications .resp-tabs-wraper .view-all {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 555
}

.modal-applications .resp-tabs-wraper .view-all a {
    color: #fff
}

.modal-applications .resp-tabs-wraper .view-all a:hover {
    color: #b2d553
}

.modal-applications .resp-tabs-container {
    clear: left;
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    padding: 0
}

.modal-applications .resp-tabs-container .left-info {
    text-align: left;
    font-size: 16px;
    width: 45%;
    float: left;
    position: relative
}

.modal-applications .resp-tabs-container .left-info img {
    display: block;
    margin: 0 auto
}

.modal-applications .resp-tabs-container .left-info:after {
    background: #5d6e7f;
    width: 1px;
    height: 90%;
    position: absolute;
    content: '';
    top: 25px;
    right: -50px
}

.modal-applications .resp-tabs-container .left-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    width: 230px;
    height: 260px;
    background: #fff;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
    opacity: .4;
    filter: blur(50px);
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px)
}

.modal-applications .resp-tabs-container .right-info {
    width: 42%;
    float: right;
    margin: 17% 0 20px;
    padding-left: 60px;
    margin-right: 90px;
    position: relative
}

.modal-applications .resp-tabs-container .right-info .other-fields {
    color: #fff;
    line-height: 25px
}

.modal-applications .resp-tabs-container .right-info h4 {
    font-size: 22px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
    position: relative;
    display: inline-block;
    margin-right: 100px;
    text-align: left
}

.modal-applications .resp-tabs-container .right-info .designation {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600
}

.modal-applications .resp-tabs-container .right-info .qualification {
    color: #A9AFB6;
    font-size: 15px;
    margin-bottom: 7px
}

.modal-applications .resp-tabs-container .right-info .experience {
    color: #fff;
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 26px
}

.modal-applications .resp-tabs-container .right-info .readmorebtn {
    margin: 34px 0;
    display: block;
    float: left
}

.modal-applications .resp-tabs-container .right-info .readmorebtn.readmore {
    color: #fff!important;
    text-decoration: none
}

.modal-applications .resp-tabs-container .right-info .readmorebtn.readmore:before {
    top: 9px
}

.modal-applications .resp-tabs-container .right-info .readmorebtn.readmore:after {
    top: 11px
}

.modal-applications h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.modal-applications .resp-tab-content {
    display: none;
    padding: 0;
    right: auto;
    border: none!important
}

.modal-applications .resp-tab-active {
    position: relative;
    border: none;
    padding: 10px 20px 10px 0px!important;
    background-color: transparent;
    color: #00aff0!important
}

.modal-applications .resp-tab-active:before {
    width: 60px;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 23px;
    line-height: 0;
    left: -60px;
    background: #fff;
    text-align: center;
    vertical-align: top
}

.modal-applications .resp-tab-active span {
    position: relative
}

.modal-applications .resp-content-active,.modal-applications .resp-accordion-active {
    display: block
}

.modal-applications h2.resp-accordion {
    font-size: 18px;
    color: #333;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

.modal-applications h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1!important;
    margin-bottom: 0px!important;
    padding: 10px 15px!important;
    background: #DBDBDB
}

.modal-applications h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1!important;
    background: blue
}

.modal-applications .resp-easy-accordion h2.resp-accordion {
    display: block
}

.modal-applications .resp-easy-accordion h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

.modal-applications .resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.modal-applications .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.modal-applications .resp-tab-content-active {
    display: block
}

.modal-applications .resp-jfit {
    width: 100%;
    margin: 0
}

.modal-applications .resp-vtabs ul.resp-tabs-list {
    text-align: center;
    width: 100%
}

.modal-applications .resp-vtabs ul.resp-tabs-list li {
    display: inline-block;
    padding: 15px 18px 15px 18px!important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    color: #000;
    border: 1px solid #000
}

.modal-applications .resp-vtabs ul.resp-tabs-list li:hover {
    background: #A00121;
    color: #fff
}

.modal-applications .resp-vtabs ul.resp-tabs-list li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: 0px!important;
    padding: 15px 18px 15px 18px!important;
    background: #A00121;
    color: #fff
}

.modal-applications .resp-vtabs ul.resp-tabs-list li.resp-tab-active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid #A00121;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent
}

.modal-applications .resp-vtabs .resp-tabs-container {
    padding: 0;
    float: left;
    width: 100%;
    min-height: 250px;
    clear: none
}

.modal-applications .resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    overflow: hidden;
    padding: 50px 0;
    min-height: 380px
}

.modal-applications .resp-vtabs .resp-tab-content .content-area-9 {
    float: left;
    width: 22%;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center
}

.modal-applications .resp-vtabs .resp-tab-content .content-area-9 .content-area-thumb {
    padding: 40px 20px;
    background: #f5f5f5
}

.modal-applications .resp-vtabs .resp-tab-content .content-area-9 h2 {
    background: #ebebeb;
    color: #000;
    padding: 20px 10px;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    display: none
}

.modal-applications.products-cate .resp-vtabs ul.resp-tabs-list {
    text-align: left;
    width: 100%
}

.modal-applications .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

.modal-applications h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797
}

.modal-applications .resp-tabs-list li:nth-child(2).resp-tab-active:after {
    height: 117px
}

.modal-applications .resp-tabs-list li:nth-child(3).resp-tab-active:after {
    height: 49px
}

.modal-applications .resp-tabs-list li:nth-child(4).resp-tab-active:after {
    height: 17px;
    top: 6px
}

.modal-applications .resp-tabs-list li:nth-child(5).resp-tab-active:after {
    height: 85px;
    top: auto;
    bottom: 31px
}

.modal-applications .resp-tabs-list li:nth-child(6).resp-tab-active:after {
    height: 188px;
    top: auto;
    bottom: 31px
}

.career-slide-wrap #pgc-w612c84c4c02b1-0-0 {
    position: relative;
    z-index: 9
}

.Product-wrap {
    background: url(../images/services-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff
}

.Product-wrap p {
    color: #fff
}

.Product-wrap .products-tabs ul {
    max-width: 167px;
    margin-top: 20%;
    margin-left: 6%
}

.Product-wrap .products-tabs ul li {
    display: block;
    position: relative;
    padding: 0 0;
    margin: 0 0 5px;
    background: url(../images/product-tab.png) no-repeat
}

.Product-wrap .products-tabs ul li a {
    width: 166px;
    height: 147px;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #009198!important;
    border: 0;
    text-shadow: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

.Product-wrap .products-tabs ul li:hover {
    background: url(../images/product-tab-hover.png) no-repeat;
    color: #ffffff!important
}

.Product-wrap .products-tabs ul li.current {
    background: url(../images/product-tab-hover.png) no-repeat
}

.Product-wrap .products-tabs ul li.current a {
    color: #ffffff!important
}

.Product-wrap .products-text ul {
    margin-top: 40px
}

.Product-wrap .products-text ul li {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 40px
}

.Product-wrap .products-text ul li:before {
    background: url(../images/product-tab.png) no-repeat;
    content: '';
    position: absolute;
    width: 19px;
    height: 17px;
    top: 11px;
    left: 0;
    background-size: 19px
}

.Product-wrap .products-text ul li a {
    font-size: 24px;
    text-transform: capitalize;
    color: #ffffff!important;
    text-decoration: none!important
}

.Product-wrap .widget_sow-editor .textwidget {
    color: #e6e8eb;
    text-align: justify
}

.Product-wrap .widget_sow-editor .textwidget ul.product-cat li {
    display: inline-block;
    width: 48%;
    border-left: 2px solid #9ec336;
    padding-left: 15px
}

.Product-wrap .widget_sow-editor .textwidget ul.product-cat li strong {
    font-size: 28px;
    font-weight: 400;
    display: block
}

.Product-wrap .widget_sow-editor .textwidget ul.product-cat li:before {
    display: none
}

.Product-wrap .widget_sow-editor .textwidget .read-more.readmore {
    margin-top: 25px;
    display: block;
    float: left;
    color: #fff!important
}

.Product-wrap .widget_sow-editor .textwidget .read-more.readmore:before {
    top: 12px
}

.Product-wrap .widget_sow-editor .textwidget .read-more.readmore:after {
    top: 16px
}

.Product-wrap .widget_sow-editor .textwidget .read-more.readmore:hover {
    color: #b2d553!important
}

.whiteh {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px
}

.product-wrap {
    width: 100%
}

.product-wrap .product-list {
    padding: 70px 0 0;
    margin: 0
}

.product-wrap .product-list li {
    float: left
}

.product-wrap .product-list li>a {
    width: 196px;
    height: 145px;
    padding: 0 30px;
    text-align: center;
    background: url(../images/produc-hexagon.png) no-repeat 0 0;
    display: table-cell;
    vertical-align: middle;
    color: #000!important;
    text-shadow: none;
    transition: all 0.3s
}

.product-wrap .product-list li:nth-child(3n+1) {
    clear: left
}

.product-wrap .product-list li:nth-child(3n+2) {
    margin-top: -78px;
    margin-bottom: 70px;
    margin-left: -30px
}

.product-wrap .product-list li:nth-child(3n+5) {
    margin-top: -75px;
    margin-bottom: 65px
}

.product-wrap .product-list li:nth-child(3n+3) {
    margin-left: -25px
}

.product-wrap .product-list li:last-child {
    margin-left: 165px;
    margin-top: -70px
}

.product-wrap .product-list li.logo>a {
    padding: 0
}

.product-wrap .product-list li.logo:hover>a {
    background-position: 0 0
}

.product-wrap .product-list li:hover a {
    background-position: left bottom;
    color: #000!important
}

.leadership-svg,.footer-curve {
    text-align: center
}

.leadership-svg svg,.footer-curve svg {
    transform: rotate(180deg) rotateY(180deg);
    display: block;
    margin-bottom: -1px
}

.leadership-svg svg path,.footer-curve svg path {
    width: 100%!important;
    display: block;
    margin: 0 auto;
    text-align: center
}

.footer-enquiry .service-form {
    margin-top: 25px
}

.courve-section {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: rotate(180deg)
}

.courve-section svg {
    width: 100%
}

.courve-section path {
    width: 100%!important
}

.widget_sow-editor .widget-title {
    font-size: 36px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 15px
}

.widget_sow-editor .textwidget {
    color: #282828;
    text-align: justify;
    line-height: 28px
}

.widget_sow-editor .textwidget p {
    margin-bottom: 10px
}

.widget_sow-editor .textwidget p:last-child {
    margin-bottom: 0
}

.widget_sow-editor .textwidget ul {
    margin: 0;
    padding: 0;
    line-height: normal
}

.widget_sow-editor .textwidget ul li {
    position: relative;
    padding: 5px 0 5px 35px
}

.widget_sow-editor .textwidget ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 11px;
    background: url(../images/list-icon.png) no-repeat 0 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

.widget_sow-editor .textwidget ul li:hover:before {
    left: 7px
}

.widget_sow-editor .textwidget ul li ul {
    margin-top: 7px
}

.widget_sow-editor .textwidget table {
    font-size: 15px;
    border: 0
}

.widget_sow-editor .textwidget table th {
    background: #9be2f1;
    padding: 5px 20px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600
}

.widget_sow-editor .textwidget table td {
    padding: 10px 20px;
    border: 0
}

.widget_sow-editor .textwidget table tr:nth-child(odd) {
    background: #eff7f9
}

.widget_sow-editor .text-center .textwidget p {
    text-align-last: center
}

.vision-mission .widget_sow-editor {
    padding: 30px
}

.vision-mission .widget_sow-editor .widget-title {
    color: #fff
}

.vision-mission .widget_sow-editor .textwidget {
    color: #fff;
    line-height: 22px
}

.product-list ul {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.product-list ul li {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px
}

.product-list ul li .product-inner {
    padding: 30px;
    margin: 0 15px 35px;
    background: #fff;
    height: 100%;
    color: #5a5a5a;
    position: relative;
    border: 1px solid #f2f2f2;
}

.product-list ul li .product-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #000;
    margin: 10px;
    opacity: 0;
    z-index: 1;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    -ms-transform: scale(.7);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

.product-list ul li .product-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: background-color 0.8s;
    -webkit-transition: background-color 0.8s;
    -moz-transition: background-color 0.8s;
    -o-transition: background-color 0.8s;
    -ms-transition: background-color 0.8s;
    z-index: 0
}

.product-list ul li .product-inner>* {
    position: relative;
    z-index: 2
}

.product-list ul li .product-inner h3 {
    margin: 0 0 15px;
    color: #009198;
    font-size: 26px;
    font-weight: 800
}

.product-list ul li .product-inner h3 a {
    color: #009198
}

.product-list ul li .product-inner .read-more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding-right: 10px
}

.product-list ul li .product-inner .read-more:before,.product-list ul li .product-inner .read-more:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    background: #a6cf39;
    height: 1px;
    width: 35px
}

.product-list ul li .product-inner .read-more:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

.product-list ul li .product-inner .read-more:hover:after {
    margin-left: 30px
}

.product-list ul li .product-inner:hover:after {
    background-color: #9bc62f;
    background-image: -moz-linear-gradient(45deg,#9bc62f 0%,#9bc62f 50%,#a6ce38 51%,#a6ce38 100%);
    background-image: -webkit-gradient(left bottom,right top,color-stop(0%,#9bc62f),color-stop(50%,#9bc62f),color-stop(51%,#a6ce38),color-stop(100%,#a6ce38));
    background-image: -webkit-linear-gradient(45deg,#9bc62f 0%,#9bc62f 50%,#a6ce38 51%,#a6ce38 100%);
    background-image: -o-linear-gradient(45deg,#9bc62f 0%,#9bc62f 50%,#a6ce38 51%,#a6ce38 100%);
    background-image: -ms-linear-gradient(45deg,#9bc62f 0%,#9bc62f 50%,#a6ce38 51%,#a6ce38 100%);
    background-image: linear-gradient(45deg,#9bc62f 0%,#9bc62f 50%,#a6ce38 51%,#a6ce38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc62f',endColorstr='#009198',GradientType=1)
}

.product-list ul li .product-inner:hover:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.product-list ul li .product-inner:hover h3 a {
    color: #fff
}

.product-list ul li .product-inner:hover .read-more:before,.product-list ul li .product-inner:hover .read-more:after {
    background-color: #fff
}

.single-cb_products .entry-content .formula-section .textwidget {
    font-size: 18px
}

.single-cb_products .entry-content .formula-section .textwidget ul {
    line-height: 28px
}

.single-cb_products .entry-content .formula-section .textwidget ul li {
    font-weight: 600;
    padding-left: 25px
}

.single-cb_products .entry-content .formula-section .textwidget ul li:before {
    width: 10px;
    height: 10px;
    top: 15px;
    background-image: url(../images/bullet-icon.png)
}

.single-cb_products .entry-content .formula-section .widget_sow-headline {
    margin: 0!important;
    border-left: 2px solid #009198;
    padding-left: 15px
}

.single-cb_products .entry-content .formula-section .widget_sow-headline .sow-headline {
    line-height: 40px
}

.single-cb_products .entry-content .textwidget table td {
    width: 33.3%
}

.single-cb_products .entry-content .widget-title {
    font-size: 26px;
    margin-bottom: 30px
}

.single-cb_products .button-wrapper {
    margin-top: 20px
}

.single-cb_products .button-wrapper .button {
    background: #9ec72c;
    font-size: 18px;
    padding: 13px 35px;
    color: #fff;
    margin-right: 15px;
    border-radius: 0;
    border: 1px solid #9ec72c
}

.single-cb_products .button-wrapper .button em {
    margin-right: 10px
}

.single-cb_products .button-wrapper .button:last-child {
    margin-right: 0
}

.single-cb_products .button-wrapper .button:hover {
    background: #fff;
    color: #9ec72c
}

.single-cb_products .button-wrapper .button.product-enquire {
    background: #009198;
    border: 1px solid #009198
}

.single-cb_products .button-wrapper .button.product-enquire:hover {
    background: #fff;
    color: #009198
}

.otherproductssection {
    background: #f2f2f2;
    padding: 40px 0 140px;
    margin-top: 40px;
    margin-bottom: -180px
}

.otherproductssection .productLisheading {
    color: #9ec72c;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px
}

.otherproductssection .product-list ul {
    margin-left: -10px;
    margin-right: -10px
}

.otherproductssection .product-list ul li {
    width: 20%
}

.otherproductssection .product-list ul li .product-inner {
    margin: 0 10px;
    padding: 15px;
    box-shadow: 1px 2px 3px #d6cece
}

.otherproductssection .product-list ul li .product-inner h3 {
    font-size: 18px
}

.otherproductssection .product-list ul li .product-inner .read-more {
    bottom: 15px;
    left: 15px
}

.otherproductssection .product-list ul li .product-inner .excerpt-content {
    margin-bottom: 30px
}

.manufacturing-wrap #pgc-2-3-0 {
    padding-right: 30px
}

.manufacturing-wrap .manufact-facility {
    padding: 0 15px
}

.manufacturing-wrap .manufact-facility .manufacturingslider .article-inner1 img {
    width: 100%
}

.manufacturing-wrap .manufact-facility .manufacturingslider .slick-arrow {
    top: 43%;
    left: -50px;
    opacity: .3
}

.manufacturing-wrap .manufact-facility .manufacturingslider .slick-arrow:before {
    display: none
}

.manufacturing-wrap .manufact-facility .manufacturingslider .slick-next {
    right: -50px;
    left: auto
}

.manufacturing-wrap .manufact-facility .mf-slide-nav {
    margin-top: 30px
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-list {
    padding: 0px!important
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-track {
    transform: translate3d(0,0,0)!important
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide {
    padding: 0 10px 0 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    min-height: 95px
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide:after {
    background: #e5e5e5;
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    top: 0;
    right: 5px
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide img {
    margin: 0 auto 15px;
    display: block
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide h3 {
    font-size: 14.8px;
    color: #181818;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide:hover h3 {
    color: #009198
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide:last-child {
    padding: 0 0 0 0
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide:last-child:after {
    display: none
}

.manufacturing-wrap .manufact-facility .mf-slide-nav .slick-current h3 {
    color: #009198
}

div#mycrawler21 {
    padding: 0 0 40px
}

.imagecontainerwrap:nth-child(even) .wraptextdesc.bottom {
    opacity: 0
}

.imagecontainerwrap:nth-child(odd) .wraptextdesc.top {
    opacity: 0
}

.imagecontainerwrap:nth-child(odd) .wraptextdesc.bottom {
    opacity: 1
}

.imagecontainerwrap:nth-child(even) .wraptextdesc.top {
    opacity: 1
}

.imagecontainerwrap {
    margin: 0 20px
}

.imagecontainerwrap .wraptextdesc {
    width: 75%;
    margin: 0 auto;
    opacity: 0;
    min-height: 215px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-align: center
}

.imagecontainerwrap .wraptextdesc p {
    font-size: 16px;
    margin-bottom: 0
}

.imagecontainerwrap h4 {
    position: relative;
    margin: 10px 0;
    text-align: center;
    color: #204258
}

.imagecontainerwrap h4 svg.svgimagsh {
    position: relative;
    z-index: 1;
    height: 160px;
    margin: 0 auto
}

.imagecontainerwrap h4:after {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    top: 75px;
    left: 50%;
    background: #367993
}

.imagecontainerwrap h4 span.titlespan {
    background: #fff;
    position: absolute;
    z-index: 4;
    top: 12.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 120px;
    height: 120px;
    padding: 30px 15px;
    text-align: center;
    border-radius: 50%
}

.imagecontainerwrap h4 span.titlespan:after {
    content: '';
    background: transparent;
    height: 94%;
    width: 94%;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #e5ecf4
}

.imagecontainerwrap h4 span.beforeImage:after {
    content: '';
    background: transparent;
    height: 94%;
    width: 94%;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    border: 5px solid #e5ecf4
}

.imagecontainerwrap span.beforeImage svg.nameofarrow {
    height: 70px;
    width: 10px;
    display: flow-root;
    margin: 0 auto
}

.imagecontainerwrap:nth-child(even) .wraptextdesc.top {
    opacity: 1;
    display: table;
    height: 215px
}

.imagecontainerwrap:nth-child(even) .wraptextdesc.top>div {
    display: table-cell;
    vertical-align: bottom
}

.imagecontainerwrap:nth-child(even) .wraptextdesc.bottom {
    visibility: hidden;
    opacity: 0
}

.imagecontainerwrap:nth-child(odd) .wraptextdesc.top {
    visibility: hidden;
    opacity: 0
}

.imagecontainerwrap:nth-child(odd) .wraptextdesc.bottom {
    opacity: 1
}

.imagecontainerwrap.slick-slide .wraptextdesc {
    opacity: 0
}

.imagecontainerwrap.slick-slide.slick-active .wraptextdesc {
    opacity: 1
}

.imagecontainerwrap.slick-slide.slick-center .wraptextdesc {
    opacity: 1;
    transform: scale(1)
}

.imagecontainerwrap.slick-slide.slick-center h4 {
    color: #efaf40
}

.imagecontainerwrap:nth-child(1) h4:after {
    background: #367993!important
}

.imagecontainerwrap:nth-child(1) h4 svg.svgimagsh path.st0 {
    fill: #367993!important
}

.imagecontainerwrap:nth-child(8) h4:after {
    background: #367993!important
}

.imagecontainerwrap:nth-child(8) h4 svg.svgimagsh path.st0 {
    fill: #367993!important
}

.imagecontainerwrap:nth-child(2) h4:after {
    background: #5ea6b2!important
}

.imagecontainerwrap:nth-child(2) h4 svg.svgimagsh path.st0 {
    fill: #5ea6b2!important
}

.imagecontainerwrap:nth-child(9) h4:after {
    background: #5ea6b2!important
}

.imagecontainerwrap:nth-child(9) h4 svg.svgimagsh path.st0 {
    fill: #5ea6b2!important
}

.imagecontainerwrap:nth-child(3) h4:after {
    background: #8992b9!important
}

.imagecontainerwrap:nth-child(3) h4 svg.svgimagsh path.st0 {
    fill: #8992b9!important
}

.imagecontainerwrap:nth-child(10) h4:after {
    background: #8992b9!important
}

.imagecontainerwrap:nth-child(10) h4 svg.svgimagsh path.st0 {
    fill: #8992b9!important
}

.imagecontainerwrap:nth-child(4) h4:after {
    background: #bb96a7!important
}

.imagecontainerwrap:nth-child(4) h4 svg.svgimagsh path.st0 {
    fill: #bb96a7!important
}

.imagecontainerwrap:nth-child(11) h4:after {
    background: #bb96a7!important
}

.imagecontainerwrap:nth-child(11) h4 svg.svgimagsh path.st0 {
    fill: #bb96a7!important
}

.imagecontainerwrap:nth-child(5) h4:after {
    background: #ed9a96!important
}

.imagecontainerwrap:nth-child(5) h4 svg.svgimagsh path.st0 {
    fill: #ed9a96!important
}

.imagecontainerwrap:nth-child(12) h4:after {
    background: #ed9a96!important
}

.imagecontainerwrap:nth-child(12) h4 svg.svgimagsh path.st0 {
    fill: #ed9a96!important
}

.imagecontainerwrap:nth-child(6) h4:after {
    background: #f4ad7f!important
}

.imagecontainerwrap:nth-child(6) h4 svg.svgimagsh path.st0 {
    fill: #f4ad7f!important
}

.imagecontainerwrap:nth-child(13) h4:after {
    background: #f4ad7f!important
}

.imagecontainerwrap:nth-child(13) h4 svg.svgimagsh path.st0 {
    fill: #f4ad7f!important
}

.imagecontainerwrap:nth-child(7) h4:after {
    background: #fec168!important
}

.imagecontainerwrap:nth-child(7) h4 svg.svgimagsh path.st0 {
    fill: #fec168!important
}

.imagecontainerwrap:nth-child(14) h4:after {
    background: #fec168!important
}

.imagecontainerwrap:nth-child(14) h4 svg.svgimagsh path.st0 {
    fill: #fec168!important
}

.imagecontainerwrap:nth-child(15) h4:after {
    background: #367993!important
}

.imagecontainerwrap:nth-child(15) h4 svg.svgimagsh path.st0 {
    fill: #367993!important
}

.imagecontainerwrap:nth-child(16) h4:after {
    background: #5ea6b2!important
}

.imagecontainerwrap:nth-child(16) h4 svg.svgimagsh path.st0 {
    fill: #5ea6b2!important
}

.imagecontainerwrap:nth-child(17) h4:after {
    background: #8992b9!important
}

.imagecontainerwrap:nth-child(17) h4 svg.svgimagsh path.st0 {
    fill: #8992b9!important
}

.imagecontainerwrap:nth-child(18) h4:after {
    background: #bb96a7!important
}

.imagecontainerwrap:nth-child(18) h4 svg.svgimagsh path.st0 {
    fill: #bb96a7!important
}

.imagecontainerwrap:nth-child(19) h4:after {
    background: #ed9a96!important
}

.imagecontainerwrap:nth-child(19) h4 svg.svgimagsh path.st0 {
    fill: #ed9a96!important
}

.imagecontainerwrap:nth-child(20) h4:after {
    background: #f4ad7f!important
}

.imagecontainerwrap:nth-child(20) h4 svg.svgimagsh path.st0 {
    fill: #f4ad7f!important
}

.responsivemilestone div#mycrawler2 {
    position: relative
}

.responsivemilestone .slick-slider button.slick-arrow {
    top: 50%;
    height: 24px;
    width: 30px;
    margin-top: -15px
}

.responsivemilestone .slick-slider button.slick-arrow.slick-prev {
    background-image: url(../images/prevslide.png);
    background-color: #000;
    left: -30px
}

.responsivemilestone .slick-slider button.slick-arrow.slick-prev:hover {
    background-color: #f2af20;
    background-image: url(../images/prevslidehover.png);
    background-position: center;
    background-repeat: no-repeat
}

.responsivemilestone .slick-slider button.slick-arrow.slick-next {
    background-image: url(../images/nextslide.png);
    background-color: #000;
    right: -30px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg)
}

.responsivemilestone .slick-slider button.slick-arrow.slick-next:hover {
    background-color: #f2af20;
    background-image: url(../images/nextslidehover.png);
    background-position: center;
    background-repeat: no-repeat
}

.view-wrap {
    text-align: center;
    margin-top: 20px
}

.view-wrap a {
    background: #1a80cc;
    border: 1px solid #1a80cc;
    padding: 5px 28px;
    color: #fff
}

.view-wrap a:hover {
    background: none;
    border-color: #1a80cc
}

.bottom-text .so-widget-sow-editor .textwidget p {
    margin-bottom: 8px
}

.events-row-wrap .col-lg-4:nth-child(3n) .cb_news:after {
    display: none
}

.post-type-archive-cb_news .site-main #primary,.single-cb_news .site-main #primary {
    width: 100%
}

.post-type-archive-cb_news .site-main .cb_news,.single-cb_news .site-main .cb_news {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative
}

.post-type-archive-cb_news .site-main .cb_news .entry-header .entry-thumbnail,.single-cb_news .site-main .cb_news .entry-header .entry-thumbnail {
    margin-right: 20px
}

.post-type-archive-cb_news .site-main .cb_news .entry-content,.single-cb_news .site-main .cb_news .entry-content {
    text-align: justify
}

.post-type-archive-cb_news .site-main .cb_news .entry-content .entry-title,.single-cb_news .site-main .cb_news .entry-content .entry-title {
    margin-bottom: 20px;
    font-size: 26px
}

.post-type-archive-cb_news .site-main .cb_news .entry-content .entry-title a,.single-cb_news .site-main .cb_news .entry-content .entry-title a {
    color: #009198
}

.post-type-archive-cb_news .site-main .cb_news:last-child,.single-cb_news .site-main .cb_news:last-child {
    border-bottom: none
}

.post-type-archive-cb_news .site-main .cb_news:after,.single-cb_news .site-main .cb_news:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    background: #d2d2d2;
    width: 1px;
    height: 100%
}

.single-cb_team .cb_team .entry-header {
    width: 70%;
    float: left
}

.contact-enquiry-wrap .service-form ul li.full-width {
    width: 100%!important
}

section {
    padding: 3em 1em 10em;
    text-align: center;
    clear: both
}

section h2 {
    font-size: 2.6em;
    font-weight: 300;
    padding: 4em 0 .4em
}

section p {
    font-size: 1.5em;
    line-height: 1.5;
    margin-top: 0
}

.related>a {
    border: 1px solid rgba(0,0,0,.3);
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px
}

.related a:hover {
    border-color: #fff;
    color: #fff
}

.related a img {
    max-width: 100%;
    opacity: .8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.related a:hover img,.related a:active img {
    opacity: 1
}

.related a h3 {
    margin: 0;
    padding: .5em 0 .3em;
    max-width: 300px;
    text-align: left
}

.pageload-link {
    padding: 0;
    color: #fff;
    background: rgba(0,0,0,.25);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .6em;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 0;
    padding: 0
}

@media screen and (max-width: 40em) {
    .column {
        width:100%;
        float: none;
        padding: 2em;
        text-align: center
    }

    .codrops-demos {
        text-align: center
    }
}

@media screen and (max-width: 25em) {
    .codrops-icon span {
        display:none
    }
}

.pageload-overlay {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden
}

.pageload-overlay.show {
    visibility: visible
}

.pageload-overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.pageload-overlay svg path {
    fill: #fff
}

.pageload-overlay::after,.pageload-overlay::before {
    content: '';
    position: fixed;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: opacity 0.15s,visibility 0s 0.15s;
    transition: opacity 0.15s,visibility 0s 0.15s
}

.pageload-overlay::after {
    background: #6cc88a;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-animation: moveRight 0.6s linear infinite alternate;
    animation: moveRight 0.6s linear infinite alternate
}

.pageload-overlay::before {
    background: #4fc3f7;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-animation: moveLeft 0.6s linear infinite alternate;
    animation: moveLeft 0.6s linear infinite alternate
}



.pageload-loading.pageload-overlay::after,.pageload-loading.pageload-overlay::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

body.search-open .search-modal {
    opacity: 1;
    visibility: visible
}

div#bs-example-navbar-collapse-1 {
    float: right
}

.search-btn {
    float: right;
    padding: 11px 10px 10px 10px;
    line-height: 0
}

.search-btn i {
    color: #fff;
    font-size: 18px
}

.search-btn i:hover {
    color: #009198
}

.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,.9);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s
}

.search-modal .close-btn {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    background: #009198;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    right: 40px;
    top: 40px;
    text-align: center
}

.search-modal .close-btn:hover {
    background: #fff;
    border: 1px solid #009198
}

.search-modal .close-btn:hover .fa {
    color: #009198
}

.search-modal .close-btn .fa {
    font-size: 1.5em;
    line-height: 40px
}

.search-modal .search-modal-inner {
    margin: 0 auto;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0
}

.search-modal .search-modal-inner .search-modal-inner .widget-title {
    text-align: center;
    margin-top: 100px;
    font-size: 2em;
    color: #fff
}

.search-modal .search-modal-inner form {
    margin: 0
}

.search-modal .search-modal-inner form .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important
}

.search-modal .search-modal-inner form input {
    width: 77%;
    display: inline-block;
    margin-right: 10px;
    padding: 20px 10px;
    vertical-align: top
}

.search-modal .search-modal-inner form #searchsubmit {
    position: relative;
    width: 20%;
    font-size: 1.6em;
    padding: 17px;
    background-color: #009198;
    border-color: #009198;
    color: #fff
}

.search-modal .search-modal-inner form #searchsubmit:hover {
    background-color: #fff;
    color: #009198;
    border-color: #009198
}

.search-modal .search-modal-inner .menu-quick-links-container ul {
    list-style: none;
    padding: 0;
    border: 0
}

.search-modal .search-modal-inner .menu-quick-links-container ul li {
    float: left;
    margin-bottom: 10px
}

.search-modal .search-modal-inner .menu-quick-links-container ul li a {
    color: #fff;
    font-size: 18px;
    padding: 0 25px;
    background: none;
    border: 0;
    border-right: 1px solid #fff;
    border-radius: 0
}

.search-modal .search-modal-inner .menu-quick-links-container ul li a:hover {
    color: #17a1ba
}

.search-modal .search-modal-inner .menu-quick-links-container ul li:first-child a {
    padding-left: 0
}

.search-modal .search-modal-inner .menu-quick-links-container ul li:last-child a {
    border-right: none
}

.page404 #content {
    margin: 40px 0 20px
}

.page404 #content .redbgslidewrap {
    margin: 30px 0 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: none;
    clear: both
}

.page404 #content .redbgslidewrap .redbgslide {
    border-radius: 0;
    background: #009198;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px 45px;
    width: auto;
    height: auto;
    text-align: center;
    margin-right: 0;
    border-color: transparent
}

.page404 #content .redbgslidewrap .redbgslide:hover {
    background: #fff;
    color: #009198!important;
    border: 1px solid #009198
}

div#sitemappage a {
    color: #333
}

div#sitemappage a:hover {
    color: #009198
}

div#sitemappage .sub-menu li {
    position: relative
}

div#sitemappage .sub-menu li:before {
    content: '';
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #009198;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    font-size: 18px;
    position: absolute;
    top: 41%;
    left: -18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

#sitemappage .sitemaprow1 ul li:before {
    content: '';
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #3291d8;
    width: 5px;
    height: 5px;
    font-size: 18px;
    position: absolute;
    top: 41%;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

#sitemappage .sitemaprow1 ul li:nth-child(4):before {
    top: 13%
}

#sitemappage .sitemaprow1 ul.menu li,#sitemappage .sitemaprow2 ul.menu li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px
}

#sitemappage .sitemaprow1 ul.menu li a,#sitemappage .sitemaprow2 ul.menu li a {
    color: #333
}

#sitemappage .sitemaprow1 ul.menu li ul.sub-menu li,#sitemappage .sitemaprow2 ul.menu li ul.sub-menu li {
    width: 100%
}

#sitemappage .sitemaprow1 ul.menu li ul.sub-menu li a,#sitemappage .sitemaprow2 ul.menu li ul.sub-menu li a {
    color: #333
}

#sitemappage .sitemaprow1 ul.menu li ul.sub-menu li:hover:before,#sitemappage .sitemaprow2 ul.menu li ul.sub-menu li:hover:before {
    left: -10px
}

#sitemappage .sitemaprow1 ul.menu li:hover:before,#sitemappage .sitemaprow2 ul.menu li:hover:before {
    left: -10px
}

#sitemappage .sitemaprow2 ul.menu li {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 15px;
    position: relative
}

#sitemappage .sitemaprow2 ul.menu li:before {
    content: '';
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #3291d8;
    width: 5px;
    height: 5px;
    font-size: 18px;
    position: absolute;
    top: 41%;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

#sitemappage .sitemaprow2 ul.menu li:hover:before {
    left: -10px
}

.leadershipleader .entry-content {
    min-height: 80px
}

.leadershipleader .entry-content h1 {
    text-align: center
}

.leadershipleader .entry-content p {
    margin-bottom: 0;
    text-align: center
}

.about-arrow-wrap {
    position: relative;
    z-index: 2
}

.about-arrow-wrap:before {
    top: 47%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #29253e;
    border-width: 10px;
    margin-left: 0;
    transform: rotate(270deg)
}

.about-arrow-wrap:after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    background: #01add2;
    z-index: -1;
    width: 20px;
    height: 100%
}

.about-arrow-wrap.mission:before {
    left: auto;
    right: 0;
    transform: rotate(-270deg);
    border-top-color: #e7eae7
}

.about-arrow-wrap.mission:after {
    left: auto;
    right: 0;
    background: #009198
}

.about-arrow-wrap.value:before {
    top: -30px;
    left: 0;
    right: 0;
    transform: rotate(0deg);
    border-top-color: #e7eae7;
    transform: rotate(0deg);
    border-top-color: #b1c8ff;
    margin: 0 auto;
    text-align: center
}

.about-arrow-wrap.value:after {
    top: -30px;
    left: auto;
    right: 0;
    background: #3e5266;
    width: 100%;
    height: 20px
}

.teamContent {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.teamContent .team-item {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0
}

.teamContent .team-item .designationwrap {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #73b343;
    text-align: left;
    margin-bottom: 10px
}

.teamContent .team-item .thoughtswrap {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px
}

.teamContent .team-item .thoughtswrap i {
    font-size: 14px;
    font-weight: 100
}

.teamContent .team-item .entry-header {
    margin-bottom: 15px
}

.teamContent .team-item .entry-header .entry-title {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #009198;
    font-family: 'Open Sans',sans-serif;
    text-align: left;
    font-weight: 800
}

.teamContent .team-item .entry-header .designation {
    display: block;
    color: #9ec336;
    font-size: 20px
}

.teamContent .team-item .other-fields .qualification {
    margin-bottom: 6px
}

.teamContent .team-item .read-more {
    margin-top: 10px
}

.teamContent .team-item .entry-thumbnail1 {
    position: relative;
    z-index: 2;
    top: -20px;
    padding: 0;
    text-align: center;
    width: 30%
}

.teamContent .team-item .entry-thumbnail1:after {
    content: '';
    position: absolute;
    background: #009198;
    height: 100%;
    width: 80%;
    top: 20px;
    right: 0;
    z-index: -1;
    box-shadow: 3px 3px 3px #7b9632
}

.teamContent .team-item .entry-thumbnail1 .imagesectioin {
    box-shadow: 0 0 10px #bfbfbf;
    background: url(../images/team-bg.jpg) no-repeat 0 0 #fff;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-right: 20px;
    padding-top: 20px
}

.teamContent .team-item .entry-thumbnail1 .imagesectioin img {
    max-height: 300px;
    width: auto
}

.teamContent .team-item .entry-thumbnail1 .imagesectioin:nth-child(odd):after {
    box-shadow: -3px 2px 3px #7b9632
}

.teamContent .team-item .entry-summary1 {
    width: 70%;
    background: #f5f5f5;
    padding: 35px 35px 35px 75px
}

.teamContent .team-item:nth-child(even) {
    flex-direction: row-reverse
}

.teamContent .team-item:nth-child(even) .entry-thumbnail1:after {
    left: 0;
    right: auto
}

.teamContent .team-item:nth-child(even) .entry-thumbnail1 .imagesectioin {
    margin-left: 20px;
    margin-right: 0;
    background-image: url(../images/team-bg-even.jpg)
}

.teamContent .team-item:nth-child(even) .entry-summary1 {
    padding: 35px 75px 35px 35px
}

.teamContent .read-more .readmoreSarroe {
    display: inline-block
}

.socialIconsWrap ul.socialIcons {
    width: 100%;
    float: left;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0
}

.socialIconsWrap ul.socialIcons li {
    display: inline-block
}

.socialIconsWrap ul.socialIcons li a {
    color: #fff
}

.socialIconsWrap ul.socialIcons li a img {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    padding: 2px;
    height: 36px
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item {
    border: 1px solid #b0ca68
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-title {
    color: #000;
    font-size: 18px;
    padding: 10px 20px
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-title .sow-icon-fontawesome {
    top: -5px;
    color: #009198
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item.iw-so-acc-item-active .iw-so-acc-title {
    background: #009198;
    color: #fff
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item.iw-so-acc-item-active .iw-so-acc-title .sow-icon-fontawesome {
    color: #fff
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content {
    background: #fff;
    border-top: 1px solid #b0ca68;
    line-height: 26px
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: #333!important;
    font-weight: 700;
    font-weight: 600;
    color: #333;
    position: relative;
    padding: 3px 10px;
    color: #b0ca68;
    margin-top: 20px;
    display: inline-block
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:after {
    content: '';
    background: #009198;
    width: 31px;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 15px;
    margin-left: 10px
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:before {
    content: '';
    background: #009198;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0%;
    top: 11px;
    border-radius: 100%;
    margin-right: -16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:hover:before {
    content: '';
    right: -42%
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:before,.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:after {
    top: 17px
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:before {
    top: 15px
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:hover {
    color: #a6cf39!important;
    border-color: #a6cf39
}

.career-accordion-wrap .widget_ink-accordion .iw-so-acc-item .iw-so-acc-content .applybtn a:hover:before {
    right: -45px
}

#career-form h3 {
    text-align: center;
    margin-top: 0
}

.service-form.career-formwrap ul li {
    display: block;
    width: 100%;
    margin-bottom: 7px
}

.service-form.career-formwrap ul li.submit-btn-wrap {
    position: relative
}

.service-form.career-formwrap ul li.submit-btn-wrap input {
    width: 100%;
    text-align: center
}

.service-form.career-formwrap ul li.submit-btn-wrap .ajax-loader {
    position: absolute;
    bottom: 15px;
    right: 17px
}

.quality-wrap .sow-image-container .so-widget-image {
    margin-top: -60px
}

.contact-wrap .so-widget-sow-headline .sow-headline-container .sow-headline {
    text-transform: capitalize
}

.contact-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    background: #f2f2f2;
    padding: 1em 4em
}

.contact-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title a:hover {
    background: #a6ce39;
    color: #fff
}

.contact-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title.iw-so-tab-active a {
    background: #a6ce39;
    color: #fff
}

.contact-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-content .address-wrap {
    margin: 0 -.9375rem
}

.career-content-wrap a {
    color: #141412
}

.career-content-wrap a:hover {
    color: #a6cf39
}

.tab-wrapper.men_contshow {
    display: flex;
    flex-direction: column-reverse
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected {
    margin-top: 40px;
    cursor: pointer
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul {
    text-align: center;
    display: flex
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li {
    text-align: center;
    padding: 10px 5px;
    background: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 0 25px 0 0;
    line-height: 21px
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li img {
    margin-bottom: 10px
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    border-left: 1px solid #ccc;
    height: 100%
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:last-child {
    margin-right: 0
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:last-child:before {
    display: none
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:after {
    content: '';
    width: 0;
    border-bottom: 2px solid #333;
    bottom: 6px;
    left: 0;
    position: absolute;
    display: block;
    transition: all 0.5s
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li.activetop {
    color: #009198
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li.activetop:after {
    width: 100%;
    border-color: #009198
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:hover {
    color: #009198
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:hover:after {
    border-color: #009198;
    width: 100%
}

.tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:last-child {
    border-right: none
}

@media screen and (max-width: 600px) {
    .product-table table {
        border:0
    }

    .product-table table caption {
        font-size: 1.3em
    }

    .product-table table thead {
        display: none
    }

    .product-table table tr {
        border-bottom: 3px solid #ddd;
        display: block
    }

    .product-table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right
    }

    .product-table table tr td {
        width: 100%!important
    }

    .product-table table td:before {
        content: attr(aria-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    .product-table table td:last-child {
        border-bottom: 0
    }
}

.infrastructure-wrap ul.mailonoffbutton li {
    display: inline-block;
    text-align: initial;
    padding: 20px
}

.infrastructure-wrap .resp-tabs-container {
    position: relative
}

.infrastructure-wrap .dontenttabs {
    position: absolute;
    opacity: 0;
    z-index: 5;
    top: 0;
    max-height: 300px;
    overflow: hidden;
    width: 100%
}

.infrastructure-wrap .dontenttabs.activecontent {
    opacity: 1;
    z-index: 10
}

.infrastructure-wrap .dontenttabs .slick-slider {
    padding: 0 40px
}

.infrastructure-wrap .dontenttabs .slick-slide img {
    max-height: 100%;
    margin: 0 auto;
    display: block
}

.infrastructure-wrap .dontenttabs:first-child {
    position: relative
}

.apply-now-form .career-formwrap ul li {
    padding: 0
}

.apply-now-form .career-formwrap ul li:before {
    display: none
}

.apply-now-form .career-formwrap ul li.selectboxcar,.apply-now-form .career-formwrap ul li.selectboxcar1 {
    display: inline-block;
    vertical-align: top;
    width: 49.5%
}

.apply-now-form .career-formwrap ul li .jfilestyle input {
    width: 77%!important
}

.apply-now-form .career-formwrap ul li .jfilestyle .focus-jfilestyle span {
    padding: 11px 11px
}

.apply-now-form .career-formwrap ul li.submit-btn-wrap {
    text-align: center
}

.apply-now-form .career-formwrap ul li.submit-btn-wrap input {
    width: auto;
    padding: 13px 40px!important
}

span.size-limit {
    border: 1px solid #ccc;
    padding: 3px;
    display: inline-block;
    font-size: 13px;
    width: 100%
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

ul.tabs li {
    color: #F2ECF5;
    display: inline-block;
    padding: 12px 22px;
    cursor: pointer;
    font-size: 14px
}

ul.tabs li.current {
    background: transparent
}

.tab-content {
    display: none;
    padding: 0
}

.tab-content.current {
    display: inherit
}

html body .wprm-overlay.active {
    z-index: 99!important
}

.sym-map .curve-section {
    position: relative
}

.sym-map .curve-section .courve-section {
    top: 0;
    bottom: auto;
    transform: rotate(0deg)
}

.news-date {
    color: #009198
}

a.newsreadmore {
    background: #009198;
    padding: 7px 17px;
    color: #fff!important
}

.post-type-archive-cb_news .site-main .cb_news .entry-content .entry-title,.single-cb_news .site-main .cb_news .entry-content .entry-title {
    margin-bottom: 8px;
    font-size: 26px
}

.modal-careerform .faq-box {
    margin-bottom: 20px
}

.modal-careerform .faq-box .faq-wrapper .item {
    padding: 12px 20px 12px;
    border-radius: 0;
    background: #FFF;
    box-shadow: 4px 4px 16px #0000000f;
    margin-bottom: 30px
}

.modal-careerform .faq-box .faq-wrapper .item .faqtitle a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #181818a3!important;
    font-size: 15px!important;
    line-height: 30px;
    outline: none;
    padding-right: 40px
}

.modal-careerform .faq-box .faq-wrapper .item .faqtitle a:hover {
    color: #009198
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a {
    border-bottom: 0px!important;
    padding: 1em 0 0.8em!important;
    font-size: 24px!important;
    line-height: 30px!important;
    color: #009198!important;
    font-weight: 700;
    text-decoration: none;
    outline: none
}

modal-careerform .faq-box .faq-wrapper .item .faqtitle a:hover::after {
    background: url(https://www.uniquesolutionsit.com/wp-content/themes/unique_solution/assets/images/down-arrow-up.png) right no-repeat
}

.modal-careerform .faq-box .faq-wrapper .item .faqtitle a span {
    background: transparent;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.modal-careerform .faq-box .faq-wrapper .item .faqtitle a span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #969696;
    height: 2px;
    width: 20px;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.modal-careerform .faq-box .faq-wrapper .item .faqtitle a span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #969696;
    height: 20px;
    width: 2px;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a span:before {
    background: #000
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a span:after {
    transform: rotate(90deg);
    background: #000
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a span {
    top: -30px;
    border: 0
}

.modal-careerform .faq-box .faq-wrapper .item .faqData {
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form h3 {
    margin: 0;
    padding: 0em 0 1em;
    font-weight: 800
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li {
    padding: 0;
    width: 30%;
    float: left;
    margin: 0 0 1em
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li span input {
    border: none;
    background: transparent;
    border: 1px solid #cdc5c7;
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
    color: #000
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li span select {
    border: none;
    background: transparent;
    border: 1px solid #cdc5c7;
    font-size: 16px;
    width: 100%;
    padding: .5em;
    color: #4c4c54;
    font-family: inherit
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li span select option {
    width: 100%;
    color: #000
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li span textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid #666;
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
    color: #000;
    height: 80px
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li .jfilestyle input {
    width: 100%!important
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li .jfilestyle .focus-jfilestyle {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 30px;
    width: 100%
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li .jfilestyle .focus-jfilestyle label {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li .jfilestyle .focus-jfilestyle span {
    padding: .2em 1em;
    background: #a0a0a0;
    border: 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    float: right
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li .jfilestyle .focus-jfilestyle span:hover {
    background: #ed0677
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form ul li .size-limit {
    font-size: 13px
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form li.submit-btn-wrap {
    margin: 0;
    position: relative
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form li.submit-btn-wrap input {
    background: #ed0677;
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700
}

.modal-careerform .faq-box .faq-wrapper .item .faqData .collaborate-form li.submit-btn-wrap input:hover {
    background: #bc8b29
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1em
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a::after {
    transform: rotate(-180deg);
    background: url(https://www.uniquesolutionsit.com/wp-content/themes/unique_solution/assets/images/down-arrow-up.png) right no-repeat
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqData {
    display: block
}

.modal-careerform .faq-box .faq-wrapper .item.current .faqData p {
    font-size: 15px;
    line-height: 30px
}

.csr-policy-wrap h3 {
    color: #282828!important;
    font-size: 22px!important;
    line-height: 28px!important;
    text-transform: none!important
}

.csr-listing h2 {
    padding-bottom: 30px!important
}

.CSR-Wrap .csr-dynamic-row {
    padding: 0 0 30px
}

.CSR-Wrap .csr-dynamic-row .container {
    flex-direction: row-reverse;
    display: flex
}

.CSR-Wrap .csr-dynamic-row .csrgslide img {
    width: 100%;
    margin: 0;
    padding: 0
}

.CSR-Wrap .csr-dynamic-row .csrgslide .slick-arrow {
    top: auto;
    bottom: 15px;
    right: 15px;
    left: auto;
    width: 25px;
    height: 25px;
    background-size: 50px;
    background-color: #fff;
    border-radius: 100%;
    filter: opacity(.5)
}

.CSR-Wrap .csr-dynamic-row .csrgslide .slick-arrow:before {
    display: none
}

.CSR-Wrap .csr-dynamic-row .csrgslide .slick-arrow:hover {
    filter: opacity(1)
}

.CSR-Wrap .csr-dynamic-row .csrgslide .slick-prev {
    right: 50px
}

.CSR-Wrap .csr-dynamic-row:nth-child(2n) .container {
    flex-direction: inherit
}

.CSR-Wrap .csr-dynamic-row:nth-child(2n) .csr-para {
    padding: 0 55px 0 0px!important
}

.CSR-Wrap .csr-para {
    padding: 0 0 0 55px!important
}

.CSR-Wrap .csr-para h4 {
    color: #282828;
    font-size: 22px;
    font-weight: 800;
    line-height: 29px
}

.CSR-Wrap .csrtxt {
    display: flex;
    align-items: center;
    padding: 0
}

.CSR-Wrap .csrimg {
    padding: 0
}

.CSR-Wrap .date-location-wrap {
    display: block;
    margin: 20px 0
}

.CSR-Wrap .date-location-wrap span {
    display: inline-block;
    padding-left: 30px;
    margin-right: 30px;
    color: #282828;
    font-size: 15px
}

.CSR-Wrap .date-location-wrap .csr-date {
    background: url(../images/calendar.png) no-repeat;
    background-position: 0 6px
}

.CSR-Wrap .date-location-wrap .csr-loc {
    background: url(../images/pin.png) no-repeat;
    background-position: 0 5px
}

.csr-pdf {
    padding: 20px 0 40px
}

.csr-pdf h4 {
    color: #282828;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 42px;
    text-align: center
}

.csr-pdf a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    padding: 2px 20px;
    letter-spacing: 1px;
    max-width: 200px;
    background: #009198 url(../images/download-icon.png) no-repeat;
    background-position: 150px 10px;
    margin: 0 auto
}

.csr-pdf a:hover {
    background: #3e5266 url(../images/download-icon.png) no-repeat;
    color: #fff;
    background-position: 150px 10px
}

.life-at-symbiotec-wrap {
    padding-left: 30px
}

.life-at-symbiotec-wrap .slick-arrow {
    left: -39%;
    right: auto!important;
    top: auto;
    bottom: 20px;
    opacity: .3
}

.life-at-symbiotec-wrap .slick-arrow:hover {
    opacity: 1
}

.life-at-symbiotec-wrap .slick-next {
    left: -33%!important;
    right: auto!important;
    background-position: 100% 0;
    opacity: .3
}

.life-at-symbiotec-wrap .slick-list {
    overflow: visible!important
}

.life-at-symbiotec-wrap .slick-list .slick-slide {
    opacity: 0;
    background: #FFF;
    box-shadow: 4px 4px 16px #0000000F;
    margin-right: 20px;
    padding: 10px 10px 20px;
    min-height: 606px
}

.life-at-symbiotec-wrap .slick-list .slick-slide img {
    width: 100%
}

.life-at-symbiotec-wrap .slick-list .slick-active {
    opacity: 1
}

.life-at-symbiotec-wrap .slick-list .slick-active+div {
    opacity: 1
}

.life-at-symbiotec-wrap h4 {
    color: #282828;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    margin: 20px 10px
}

.life-at-symbiotec-wrap p {
    margin: 0 10px 30px
}

.workwithus .workwithus-blue {
    color: #009198;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 30px 0 40px!important;
    display: block
}

.workwithus .careerul {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    padding: 0!important
}

.workwithus .careerul li {
    padding: 5px 0 0 25px!important;
    list-style-type: disc!important;
    position: relative;
    margin-bottom: 5px
}

.workwithus .careerul li:before {
    display: none!important
}

.workwithus .careerul li:after {
    position: absolute;
    content: '';
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: 7px;
    background: #000
}

.schedulemeeting-formwrap {
    width: 50%
}

.type-cb_news .news-date {
    color: #009198;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px
}

.iw-so-tabs-content .iw-so-tabs-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: block!important;
    z-index: 0
}

.iw-so-tabs-content .iw-so-tabs-panel.iw-so-tab-active {
    position: relative;
    z-index: 11;
    opacity: 1
}

ul.iw-so-tabs-nav .iw-so-tab-title {
    position: relative;
    z-index: 10
}

.iw-so-tabs-content h2.iw-so-tabs-panel-heading {
    z-index: 2;
    position: relative;
    display: none
}

#mg-wprm-wrap div.wpr_search {
    display: none!important
}

#mg-wprm-wrap.cbp-spmenu-right,#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right.custom,#mg-wprm-wrap.cbp-spmenu-left.custom,.cbp-spmenu-vertical {
    max-width: 100%!important
}

.about-us-row1 .about-slider-wrap {
    position: relative
}

.about-us-row1 .about-slider-wrap #gallery-top {
    position: relative
}

.about-us-row1 .about-slider-wrap #gallery-top:before {
    background: url(../images/about-us-slidertop-shape.png) no-repeat;
    width: 100%;
    height: 88px;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background-size: 100%;
    z-index: 9
}

.about-us-row1 .about-slider-wrap .slick-slide img {
    width: 100%;
    margin-bottom: 0
}

.about-us-row1 .about-slider-wrap #gallery-bottom .slick-slide {
    padding: 0 8px 0 0;
    width: 25%!important;
    cursor: pointer
}

.col-md-8.col-sm-6.regulatory-heading {
    padding-left: 0;
    margin-bottom: 10px
}

.col-md-4.col-sm-6.regulatory-size {
    padding-right: 0;
    margin-bottom: 20px
}

.errorMsgshow .ajax-loader.is-active {
    display: none
}

.removetooltip {
    display: none
}

.downproduct {
    color: #ffffff!important;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    padding: 5px 50px 5px 15px!important;
    letter-spacing: 0px!important
}

.downproduct:hover {
    background: #5b8cde
}

ul.productdetailslist {
    overflow: hidden
}

.full-w {
    width: 100%!important;
    display: block!important
}

.full-w textarea {
    height: 100px!important;
    max-height: 100%!important
}

.contact_sticky_wrap {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999
}

.contact_sticky_wrap .contact_sticky_icon {
    position: absolute;
    background: #009198;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #ffffffc7;
    overflow: hidden;
    right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.contact_sticky_wrap .contact_sticky_icon img {
    width: 20px;
    margin: 9px 6px 5px 8px;
    display: inline-block
}

.contact_sticky_wrap .contact_sticky_icon a {
    width: 170px;
    display: block;
    color: #fff
}

.contact_sticky_wrap span.contact_sticky_number {
    display: inline-block;
    position: relative;
    top: 4px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.contact_sticky_wrap span.contact_sticky_number a {
    color: #fff
}

.contact_sticky_wrap:hover .contact_sticky_icon {
    width: 170px
}

.contact_sticky_wrap:hover span.contact_sticky_number {
    opacity: 1
}

.contact_sticky_wrap1 {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    margin-top: 50px
}

.contact_sticky_wrap1 .contact_sticky_icon {
    position: absolute;
    background: #009198;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #ffffffc7;
    overflow: hidden;
    right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.contact_sticky_wrap1 .contact_sticky_icon img {
    width: 20px;
    margin: 10px 6px 5px 8px;
    display: inline-block
}

.contact_sticky_wrap1 .contact_sticky_icon a {
    width: 221px;
    display: block;
    color: #fff
}

.contact_sticky_wrap1 span.contact_sticky_email {
    display: inline-block;
    position: relative;
    top: 4px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.contact_sticky_wrap1 span.contact_sticky_email a {
    color: #fff
}

.contact_sticky_wrap1:hover .contact_sticky_icon {
    width: 221px
}

.contact_sticky_wrap1:hover span.contact_sticky_email {
    opacity: 1
}

.fancybox-inner {
    overflow: hidden!important
}

.grecaptcha-badge {
    display: none!important
}

@media (max-width: 1599px) {
    .site {
        border:0
    }
}

@media (max-width: 1600px) {
    #banner-section .carousel-caption .banner-text {
        left:10%
    }

    body.home .navbar-wrap .navbar .nav-menu {
        left: 25%
    }
}

@media (max-width: 1440px) {
    body.home .navbar-wrap .navbar .nav-menu {
        left:auto
    }

    body.home .navbar-wrap .navbar .nav-menu {
        margin-top: 10%
    }

    #banner-section .carousel-caption .banner-text {
        left: 6%
    }

    #banner-section .slick-slider .slick-dots {
        right: 10%
    }
}

@media (max-width: 1280px) {
    .manufacturing-wrap .manufact-facility .manufacturingslider .slick-arrow {
        left:10px;
        background: #fff url(../images/slider-arrows.png) no-repeat 0 0;
        border-radius: 100%;
        opacity: 0.8!important
    }

    .manufacturing-wrap .manufact-facility .manufacturingslider .slick-next {
        right: 10px;
        left: auto;
        transform: rotate(180deg)
    }

    .manufacturing-wrap #pgc-2-3-0 {
        padding-right: 0
    }

    .modal-applications .resp-tabs-list {
        left: 95%;
        z-index: 5
    }

    .modal-applications .resp-tabs-container .right-info .contentdata {
        width: 82%;
        text-align: justify
    }

    .modal-applications .resp-tabs-wraper:after {
        width: 13%;
        height: 40px
    }

    .modal-applications .resp-tabs-wraper .view-all {
        bottom: 60px
    }
}

@media (max-width: 1200px) {
    .modal-applications .resp-tabs-list li:nth-child(2).resp-tab-active:after {
        height:135px
    }

    .modal-applications .resp-tabs-list li:nth-child(3).resp-tab-active:after {
        height: 68px
    }

    .modal-applications .resp-tabs-list li:nth-child(4).resp-tab-active:after {
        height: 2px;
        top: 23px
    }

    .modal-applications .resp-tabs-list li:nth-child(5).resp-tab-active:after {
        height: 67px
    }

    .modal-applications .leadership-content p {
        font-size: 15px
    }

    .modal-applications .resp-tabs-container .right-info {
        margin-top: 19%
    }

    .modal-applications .resp-tabs-wraper:after {
        top: 236px
    }

    .modal-applications .resp-tabs-wraper:before {
        top: 231px
    }

    .modal-applications .resp-tabs-list li.resp-tab-active:after {
        height: 202px
    }

    #banner-section .carousel-caption .banner-text {
        left: 3%
    }

    #banner-section .carousel-caption .banner-text h3 {
        font-size: 32px;
        width: 55%;
        line-height: 45px
    }

    body.home .navbar-wrap .navbar .nav-menu {
        margin-top: 3%
    }

    .life-at-symbiotec-wrap {
        padding-left: 0
    }

    .life-at-symbiotec-wrap .slick-arrow {
        left: -34%
    }

    .life-at-symbiotec-wrap .slick-next {
        left: -28%!important
    }

    .life-at-symbiotec-wrap .slick-list .slick-slide {
        margin-right: 0px!important
    }

    .site-header .site-title {
        left: -2%
    }

    .footer-widgets .widget_nav_menu .menu-quick-links-container ul li {
        margin-right: 40px
    }

    .footer-widgets .widget_sow-social-media-buttons {
        left: 0;
        top: 80%;
        transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg)
    }

    .footer-widgets .social-media-button-container a .sow-icon-fontawesome {
        transform: rotate(2deg)!important;
        -o-transform: rotate(2deg)!important;
        -webkit-transform: rotate(2deg)!important;
        -ms-transform: rotate(2deg)!important;
        -moz-transform: rotate(2deg)!important
    }

    .modal-applications .resp-tabs-container .right-info:after {
        height: 1000%
    }

    .modal-applications .resp-tabs-container .right-info h4 {
        text-align: left;
        width: 100%
    }

    .modal-applications .resp-tabs-container .right-info .qualification br {
        display: none
    }

    .modal-applications .resp-tabs-wraper:after {
        width: 12.8%
    }

    .modal-applications .resp-tabs-wraper .view-all {
        left: 76%;
        bottom: 50px
    }

    .client-wrap .clients-list .slick-slider .slick-prev {
        left: -1%
    }

    .client-wrap .clients-list .slick-slider .slick-next {
        right: -1%
    }

    .responsivemilestone .slick-slider button.slick-arrow.slick-prev {
        left: -10px
    }

    .responsivemilestone .slick-slider button.slick-arrow.slick-next {
        right: -10px
    }
}

@media (max-width: 1150px) {
    .modal-applications .resp-tabs-wraper:after {
        width:12.5%
    }
}

@media (max-width: 1089px) {
    .modal-applications .leadership-content p {
        font-size:15px;
        line-height: 25px
    }

    .modal-applications .resp-tabs-container .right-info {
        margin-top: 21%
    }

    .vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev,.vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev {
        left: 88%
    }

    #banner-section .slick-slider .slick-dots {
        bottom: 22%
    }

    .product-wrap .product-list li:nth-child(3n+2) {
        margin-top: -77px;
        margin-left: -43px
    }

    .product-wrap .product-list li:nth-child(3n+3) {
        margin-left: -40px
    }

    .product-wrap .product-list li:last-child {
        margin-left: 156px;
        margin-top: -72px
    }

    .modal-applications .resp-tabs-list {
        left: 94%
    }

    .modal-applications .resp-tabs-list li.resp-tab-active:after {
        left: -21px
    }

    .modal-applications li.resp-tab-active:after {
        left: -21px
    }

    .modal-applications li.resp-tab-active:before {
        width: 20px;
        left: -21px
    }

    .modal-applications .resp-tabs-container .left-info {
        width: 44%
    }

    .modal-applications .resp-tabs-container .right-info:after {
        height: 1000%
    }

    .modal-applications .resp-tabs-wraper:after {
        height: 18px;
        width: 12%;
        left: 80.2%
    }

    .modal-applications .resp-tabs-wraper:before {
        right: 19.5%
    }

    .modal-applications .leadership-content p {
        font-size: 16px
    }

    #banner-section .carousel-caption .banner-text h3 {
        font-size: 36px
    }

    .infrastructure-wrap .widget_sow-headline .panel-widget-style {
        padding-right: 0!important
    }

    .infrastructure-wrap .widget_sow-editor .panel-widget-style {
        padding-right: 0!important
    }

    .about-wrap .widget_cl-popup .cl-popup a {
        top: -30px
    }

    .wpcf7-form .service-form ul li.submit-btn-wrap input {
        padding: 13px 74px;
        text-align: center
    }

    .responsivemilestone .slick-slider button.slick-arrow {
        top: 46%
    }

    .apply-now-form .career-formwrap ul li .jfilestyle input {
        width: 73%!important
    }
}

@media (max-width: 1080px) {
    .manufacturing-wrap {
        padding:0 0 15px!important;
        display: block!important
    }

    .manufacturing-wrap #pgc-2-3-0,.manufacturing-wrap #pgc-2-3-1 {
        width: 100%;
        margin: 0 0 20px
    }

    .manufacturing-wrap .manufact-facility {
        padding: 0 0
    }

    #panel-2-1-0-0>.panel-widget-style {
        padding: 0 0 0 0px!important
    }

    #banner-section .carousel-caption {
        top: 20%
    }

    #banner-section .carousel-caption .banner-text h3 {
        font-size: 30px!important;
        width: 60%;
        line-height: 40px
    }

    .sidebar img.alignleft,.sidebar .wp-caption.alignleft {
        margin-left: 0
    }

    .sidebar img.alignright,.sidebar .wp-caption.alignright {
        margin-right: 0
    }

    .error404 .page-header {
        margin-left: auto;
        width: 100%
    }

    .error404 .page-title {
        font-size: 24px;
        padding: 180px
    }

    .error404 .page-title:before {
        font-size: 554px
    }

    .attachment .image-navigation {
        max-width: 724px
    }

    .image-navigation .nav-previous,.image-navigation .nav-next {
        position: static
    }

    .site-main .widget-area {
        margin-right: 60px
    }

    .responsive-menu-item-current-parent>a {
        background-color: #0f6cb6!important;
        color: #fff!important;
        border-color: #212121!important
    }
}

@media (max-width: 1069px) {
    #banner-section .slick-slider .slick-dots {
        bottom:22%;
        right: 5%
    }

    .Product-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .Product-wrap .panel-grid-cell {
        width: 100%!important
    }

    .Product-wrap .product-list {
        max-width: 520px;
        margin: 0 auto;
        text-align: center
    }
}

@media (max-width: 1035px) {
    .about-wrap .aboutinfographic {
        margin-top:15px
    }
    
    #google_translate_element{
        display: none;
    }

    #banner-section .slick-slider .slick-dots {
        bottom: 1%!important;
        right: 1%!important
    }

    #banner-section .carousel-caption .banner-text h3 {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li {
        display:inline-block;
        width: 33%
    }

    .vediophoto-news-gallery-wrap .iw-so-tabs-panel-heading {
        display: none!important
    }

    .vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-arrow,.vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-arrow {
        right: 0
    }

    .gallery-wrapper .slick-slider .slick-list .slick-slide .gallery-image-wrap {
        display: block;
        margin: 0 0 0 5px
    }

    .vediophoto-news-gallery-wrap {
        padding: 0 0 0
    }

    .vediophoto-news-gallery-wrap .highlights-wrapper .highlights-title {
        margin: 0
    }

    #banner-section .carousel-caption .banner-text h3 {
        font-size: 30px
    }

    .tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li {
        padding: 10px 7px
    }

    .modal-applications .resp-tabs-container .left-info {
        width: 40%!important
    }

    .modal-applications .resp-tabs-container .left-info img {
        max-width: 75%;
        display: block;
        margin: 160px auto 0
    }

    .modal-applications .resp-tabs-container .left-info:before {
        top: 160px
    }

    .modal-applications .resp-tabs-container .right-info:after {
        left: 21px
    }

    .modal-applications .resp-tabs-wraper .view-all {
        left: 73%;
        bottom: 40px
    }

    .modal-applications .resp-tabs-wraper:after {
        left: 46%;
        width: 40.1%
    }

    .leadership-wrap .modal-applications .leadership-content {
        width: 75%;
        margin: 0 auto;
        left: 0;
        text-align: center
    }

    .modal-applications .resp-tabs-container .left-info:after {
        display: none
    }

    .modal-applications .resp-tabs-container .right-info {
        margin-top: 16%!important;
        width: 50%;
        padding-left: 0
    }

    .modal-applications .resp-tabs-wraper:after {
        left: 80%;
        width: 12.1%
    }

    .vediophoto-news-gallery-wrap .iw-so-tabs.iw-so-tabs-horizontal {
        padding-right: 0
    }

    .vediophoto-news-gallery-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .vediophoto-news-gallery-wrap .panel-grid-cell {
        width: 100%!important
    }

    .vediophoto-news-gallery-wrap .panel-grid-cell:nth-child(2) {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev {
        left: 94%
    }

    .vision-mission .so-widget-sow-image-default-8358abbce072 .sow-image-container .so-widget-image {
        height: 327px
    }

    .about-wrap .widget_cl-popup .cl-popup a {
        top: 30px
    }

    .apply-now-form .career-formwrap ul li.selectboxcar,.apply-now-form .career-formwrap ul li.selectboxcar1 {
        width: 100%
    }

    .apply-now-form .career-formwrap ul li .jfilestyle input {
        width: 72%!important
    }
}

@media (max-width: 999px) {
    .sidebar .entry-header,.sidebar .entry-content,.sidebar .entry-summary,.sidebar .entry-meta,.sidebar .comment-list,.sidebar .comment-reply-title,.sidebar .comment-navigation,.sidebar .comment-respond .comment-form,.sidebar .featured-gallery,.sidebar .post-navigation .nav-links,.author.sidebar .author-info {
        max-width:604px;
        padding-left: 0;
        padding-right: 0
    }

    .sidebar .site-info,.search.sidebar .page-content,.blog.sidebar .page-content,.attachment .entry-header,.sidebar .comments-title {
        max-width: 604px
    }

    .sidebar .archive-meta,.attachment .entry-header,.search.sidebar .page-content,.blog.sidebar .page-content,.sidebar .site-info,.sidebar .comments-title,.sidebar .no-comments {
        padding-left: 0;
        padding-right: 0
    }

    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%
    }

    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0
    }

    .format-status .entry-content {
        padding-top: 40px
    }

    .format-status .entry-meta {
        padding-bottom: 40px
    }

    .sidebar .format-status .entry-content,.sidebar .format-status .entry-meta {
        padding-left: 35px
    }

    .sidebar .format-status .entry-content:before,.sidebar .format-status .entry-meta:before {
        left: 10px
    }

    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px
    }

    .sidebar .paging-navigation .nav-links {
        padding: 0 60px
    }

    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px
    }

    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%
    }

    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0
    }

    .footer-curve {
        opacity: 0
    }

    #gallery-bottom ul.slick-dots {
        display: none!important
    }

    .footer-widgets .widget_sow-social-media-buttons {
        position: absolute;
        top: auto!important;
        right: -50px;
        bottom: 20px
    }

    .wpcf7-form .service-form ul li.submit-btn-wrap input {
        width: 100%;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px
    }

    .copyright .linkscopyright ul {
        width: 100%;
        text-align: center;
        float: left
    }

    .copyright .linkscopyright ul li {
        display: inline-block;
        float: none;
        margin-right: 5px
    }

    .copyright .linkscopyright ul li a {
        margin-right: 5px
    }

    .copyright .ikfcopyright {
        text-align: center
    }

    .copyright .textcopyright {
        padding: 0
    }

    .about-wrap .widget_cl-popup .cl-popup a {
        top: 60px
    }

    #banner-section .slick-slider .slick-dots {
        bottom: 0
    }

    .iw-so-tabs-content h2.iw-so-tabs-panel-heading {
        display: block
    }

    .mf-med .iw-so-tabs-panel-heading a {
        padding-right: 40px
    }

    .mf-med .iw-so-tabs-panel-heading a:before {
        content: '';
        position: absolute;
        background: #009198;
        height: 19px;
        width: 2px;
        transform: rotate(39deg);
        right: 30px;
        top: 18px
    }

    .mf-med .iw-so-tabs-panel-heading a:after {
        content: '';
        position: absolute;
        background: #009198;
        height: 19px;
        width: 2px;
        transform: rotate(-39deg);
        right: 18px;
        top: 18px
    }

    .mf-med h2.iw-so-tabs-panel-heading .iw-so-tab-active:before {
        background: #fff;
        transform: rotate(-39deg)
    }

    .mf-med h2.iw-so-tabs-panel-heading .iw-so-tab-active:after {
        background: #fff;
        transform: rotate(39deg)
    }

    .mf-tabs ul.iw-so-tabs-nav li {
        display: none!important
    }

    h2.iw-so-tabs-panel-heading {
        margin: 0;
        border-top: 1px solid #f2f2f28a;
        border-bottom: 1px solid #f2f2f28a
    }

    .mf-med h2.iw-so-tabs-panel-heading .iw-so-tab-active {
        background: #009198;
        color: #fff
    }

    .mf-med .iw-so-tabs-panel-heading a {
        background: #fff;
        padding: 15px 25px;
        width: 100%;
        text-align: left;
        display: block;
        color: #282828;
        font-size: 18px;
        font-weight: 600
    }

    .mf-med ul.iw-so-tabs-nav .iw-so-tab-active {
        background: #3d4499
    }

    .mf-med .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
        padding: 15px 25px;
        width: 100%;
        text-align: left
    }

    .mf-med .iw-so-tabs .iw-so-tabs-nav li {
        width: 100%
    }

    .mf-med ul.iw-so-tabs-nav .iw-so-tab-active a {
        color: #ffffff!important
    }

    .mf-med ul.iw-so-tabs-nav li:after {
        display: none
    }
}

@media (max-width: 991px) {
    .events-row-wrap .col-lg-4:nth-child(2n) .cb_news:after {
        display:none
    }

    .events-row-wrap .col-lg-4:nth-child(3n) .cb_news:after {
        display: block
    }

    .Product-wrap .products-tabs {
        width: 25%;
        float: left
    }

    .Product-wrap .products-text {
        width: 75%;
        float: left
    }

    .Product-wrap .products-text ul {
        margin-top: 10px
    }

    .Product-wrap .products-text ul li {
        font-size: 18px;
        margin-bottom: 0;
        padding-left: 30px
    }

    .career-slide-wrap {
        padding: 0px!important
    }

    .responsivemilestone .slick-slider button.slick-arrow {
        top: 50%
    }

    .search-modal .search-modal-inner form input {
        width: 75%
    }

    .apply-now-form .career-formwrap ul li .jfilestyle input {
        width: 70%!important
    }
}

@media (max-width: 967px) {
    .tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li {
        padding:10px 0
    }

    .vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev {
        left: 93%
    }
}

@media (max-width: 929px) {
    .modal-applications .resp-tabs-container .right-info {
        margin-top:21%!important;
        width: 49%;
        padding-left: 0
    }
}

@media (max-width: 910px) {
    .about-wrap .aboutinfographic .aboutimg ul li {
        font-size:12px
    }

    .about-wrap .aboutinfographic .aboutimg ul li:last-child {
        padding: 89px 0 0 28px
    }
}

@media (max-width: 847px) {
    .modal-applications .resp-tabs-container .right-info {
        width:47%
    }
}

@media (max-width: 820px) {
    .modal-applications .resp-tabs-container .right-info .contentdata {
        width:100%
    }

    .leadership-wrap .modal-applications .leadership-content {
        width: 100%
    }

    .modal-applications .leadership-content p {
        font-size: 15px
    }

    .Product-wrap .whiteh {
        font-size: 30px;
        margin-bottom: 15px
    }

    #pg-2-1>.panel-row-style {
        padding: 0 0 0 0px!important
    }

    .about-wrap .aboutinfographic .aboutimg ul li:first-child {
        text-align: right;
        padding-right: 43px;
        padding-left: 0
    }

    .widget_sow-headline .sow-headline {
        font-size: 30px;
        margin-bottom: 10px
    }

    .widget_sow-headline .sow-sub-headline {
        padding-bottom: 0;
        font-size: 16px!important
    }

    .about-wrap .aboutinfographic h4 {
        line-height: 26px;
        margin: 0;
        font-size: 18px
    }

    .about-wrap .aboutinfographic .aboutimg {
        max-width: 100%;
        height: 191px;
        margin-top: 25px;
        margin-bottom: 25px
    }

    .about-wrap .panel-cell-style-for-2-0-0 {
        padding: 15px 0px!important
    }

    .about-wrap .aboutinfographic {
        float: none;
        max-width: 100%!important;
        margin-top: 0!important
    }

    .about-wrap {
        display: flex;
        flex-direction: column
    }

    .about-wrap .panel-grid-cell {
        width: 100%!important
    }

    .about-wrap .panel-grid-cell .aboutus-text-wrap {
        padding-right: 0!important
    }

    .about-wrap .widget_cl-popup .cl-popup a {
        top: 10px
    }

    .about-wrap .cl-popup.align_left {
        text-align: center;
        margin-bottom: 50px
    }

    .Product-wrap {
        padding-top: 30px!important
    }

    .career-wrap {
        display: flex;
        flex-direction: column
    }

    .career-wrap .panel-grid-cell {
        width: 100%!important
    }

    .career-wrap .panel-grid-cell:first-child {
        margin-bottom: 50px
    }

    .infrastructure-wrap {
        padding-top: 0!important;
        display: flex;
        flex-direction: column
    }

    .infrastructure-wrap .panel-grid-cell {
        width: 100%!important
    }

    .modal-applications .resp-tabs-container .left-info {
        margin-bottom: 80px
    }

    .modal-applications .resp-tabs-container .right-info {
        width: 59%;
        float: left;
        margin: 16% 0 0;
        padding-left: 0;
        margin-right: 0
    }

    .modal-applications .resp-tabs-container .right-info:after {
        display: none
    }

    .modal-applications .resp-tabs-wraper:after {
        display: none
    }

    .modal-applications .resp-tabs-wraper .view-all {
        left: 83%;
        bottom: 100px
    }

    .modal-applications .resp-tabs-list {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        bottom: auto;
        top: auto;
        background: transparent;
        border-top: 2px solid #6b7a89;
        top: 153px
    }

    .modal-applications .resp-tabs-list li.resp-tab-active span:after {
        display: none
    }

    .modal-applications .resp-tabs-list li.resp-tab-active:after,.modal-applications .resp-tabs-list li.resp-tab-active:before {
        display: none
    }

    .modal-applications .resp-tabs-list li {
        display: inline-block
    }

    .modal-applications .resp-tabs-wraper:before {
        display: none
    }

    .modal-applications .resp-tab-content-active {
        margin-top: 100px;
        padding-bottom: 20px
    }

    .footer-enquiry {
        padding: 50px 0 80px 15px!important;
        display: flex;
        flex-direction: column-reverse
    }

    .footer-enquiry .panel-grid-cell {
        width: 100%!important
    }

    .wpcf7-form .service-form ul li.submit-btn-wrap {
        text-align: center
    }

    .wpcf7-form .service-form ul li.submit-btn-wrap input {
        width: 40%
    }

    .footer-widgets .widget_sow-social-media-buttons {
        bottom: 30px
    }

    .footer-curve {
        display: none
    }

    .vediophoto-news-gallery-wrap {
        margin-bottom: 30px
    }

    .teamContent .team-item {
        margin-bottom: 60px
    }

    .teamContent .team-item .entry-thumbnail1 {
        width: auto;
        display: inline-block;
        margin: 0 auto -200px
    }

    .teamContent .team-item .entry-summary1 {
        width: 100%;
        padding: 235px 35px 35px!important
    }

    .award-wrap {
        padding: 30px 0 210px 20px!important
    }
}

@media (max-width: 780px) {
    .widget_sow-headline .sow-headline {
        font-size:30px;
        margin-bottom: 10px
    }

    .workwithus p {
        padding: 0!important
    }

    .workwithus .workwithus-blue {
        margin: 5px 0 20px!important
    }

    .widget_sow-headline .sow-sub-headline {
        padding-bottom: 0;
        font-size: 16px
    }

    .workwithus {
        padding-top: 15px!important;
        padding-bottom: 0px!important
    }

    .modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a {
        padding: .1em 0 0.8em!important;
        font-size: 18px!important
    }

    .modal-careerform .faq-box .faq-wrapper .item.current .faqtitle a span {
        top: 0
    }

    .modal-careerform .faq-box .faq-wrapper .item {
        margin-bottom: 15px
    }

    .life-at-symbiotec-wrap {
        box-shadow: none;
        padding: 0
    }

    .life-at-symbiotec-wrap h4 {
        padding: 0!important;
        margin: 0!important
    }

    .life-at-symbiotec-wrap p {
        margin: 10px 0 0
    }

    .life-at-symbiotec-wrap .slick-list {
        overflow: hidden!important
    }

    .life-at-symbiotec-wrap .slick-list .slick-slide {
        min-height: auto;
        padding: 0 0 15px
    }

    .life-at-symbiotec-wrap .slick-arrow {
        left: auto;
        right: 50px!important;
        top: -20px;
        bottom: auto
    }

    .life-at-symbiotec-wrap .slick-next {
        left: auto!important;
        right: 0!important
    }

    .lifeatsymbiotec-slider {
        padding-top: 30px
    }

    .counter-wrap {
        padding-right: 0!important
    }

    .counter-wrap .panel-grid {
        flex-direction: row!important;
        flex-wrap: wrap
    }

    .about-wrap .panel-grid-cell {
        margin-bottom: 0!important
    }

    .vediophoto-news-gallery-wrap {
        display: flex;
        flex-direction: column-reverse!important
    }

    .vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-prev {
        left: 100%;
        margin-left: -55px
    }

    .modal-applications .resp-tabs-list {
        display: block
    }

    .Product-wrap {
        display: flex;
        flex-direction: column-reverse!important
    }

    .footer-enquiry {
        display: flex;
        flex-direction: column-reverse!important
    }

    .apply-now-form .career-formwrap ul li .jfilestyle input {
        width: 84%!important
    }

    .vediophoto-news-gallery-wrap .panel-grid-cell:nth-child(2) {
        padding-bottom: 20px!important
    }
}

@media (max-width: 768px) {
    .counter-wrap .panel-grid {
        display:flex;
        flex-direction: row!important;
        flex-wrap: nowrap
    }
}

@media (max-width: 767px) {
    .events-row-wrap .col-lg-4 .cb_news:after {
        display:none!important
    }

    .vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li {
        width: 49%
    }

    .manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide {
        padding: 0 10px 0 0;
        text-align: center;
        cursor: pointer;
        position: relative;
        min-height: 95px;
        width: 33%!important;
        margin-bottom: 15px
    }

    .manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide:last-child:after {
        background: #e5e5e5;
        position: absolute;
        content: '';
        height: 100%;
        width: 1px;
        top: 0;
        right: 5px;
        display: block
    }

    .Product-wrap {
        padding: 0 15px 15px 15px!important
    }

    .Product-wrap .products-tabs,.Product-wrap .products-text {
        width: 100%;
        float: none
    }

    .Product-wrap .products-tabs ul {
        max-width: 500px;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-top: 3%
    }

    .Product-wrap .products-tabs ul li {
        display: inline-block
    }

    .about-wrap .panel-cell-style-for-2-0-0 {
        padding: 15px 0 15px 0px!important
    }

    .entry-content img.alignleft,.entry-content .wp-caption.alignleft {
        margin-left: 0
    }

    .entry-content img.alignright,.entry-content .wp-caption.alignright {
        margin-right: 0
    }

    .attachment .image-navigation,.attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%
    }

    .gallery-caption {
        display: none
    }

    .vision-mission .widget_sow-editor .textwidget {
        margin-bottom: 30px
    }

    .about-arrow-wrap:before {
        top: -30px;
        left: 50%;
        transform: rotate(360deg)
    }

    .about-arrow-wrap.mission:before {
        left: auto;
        right: 50%;
        transform: rotate(-360deg);
        border-top-color: #5e5a53
    }
}

@media (max-width: 699px) {
    body.home #banner-section {
        padding:0 0!important;
        padding-top: 0
    }

    body.home #banner-section .banner-slider-outer {
        position: static;
        height: auto;
        overflow: auto
    }
}

@media (max-width: 643px) {
    #pg-2-1 {
        margin-bottom:10px!important
    }

    #pg-2-1 #pg-w612717f1468c9-0 {
        display: block
    }

    #pg-2-1 #pg-w612717f1468c9-0 .panel-grid-cell {
        width: 33%;
        float: left
    }

    .site-title {
        font-size: 30px
    }

    #content .format-status .entry-content,#content .format-status .entry-met {
        padding-left: 35px
    }

    #content .featured-gallery {
        padding-left: 24px
    }

    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%
    }

    .entry-title,.format-chat .entry-title,.format-image .entry-title,.format-gallery .entry-title,.format-video .entry-title {
        font-size: 22px;
        font-weight: 700
    }

    .format-quote blockquote,.format-status .entry-content {
        font-size: 18px
    }

    .format-quote blockquote small,.format-quote blockquote cite {
        font-size: 13px
    }

    .error404 .page-title {
        padding: 40px 0 0
    }

    .error404 .page-title:before {
        content: normal
    }

    .comment-author {
        margin-right: 30px
    }

    .comment-author .avatar {
        height: auto;
        max-width: 100%
    }

    .comment-metadata,.comment-content,.comment-list .reply {
        width: 70%;
        width: -webkit-calc(-4%);
        width: calc(-4%)
    }

    .comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"] {
        width: -webkit-calc(-20%);
        width: calc(-20%)
    }

    .comment-form textarea {
        height: 80px
    }

    .format-audio .entry-content:before {
        display: none
    }

    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto
    }

    #banner-section .carousel-caption {
        top: 13%
    }

    #banner-section .carousel-caption .banner-text h3 {
        width: 100%
    }

    .modal-applications .resp-tabs-container .right-info .qualification {
        margin-bottom: 10px
    }

    .modal-applications .resp-tabs-container .left-info {
        width: 100%!important;
        margin-bottom: 0;
        border-bottom: 2px solid #adadad
    }

    .modal-applications .resp-tabs-container .left-info:before {
        top: 230px
    }

    .modal-applications .resp-tabs-container .right-info {
        width: 100%;
        margin-top: 20px!important
    }

    .modal-applications .resp-tabs-container .right-info .contentdata {
        width: 100%;
        margin-bottom: 20px
    }

    .modal-applications .resp-tabs-container .right-info h4:before {
        display: none
    }

    .search-modal .search-modal-inner {
        text-align: center
    }

    .search-modal .search-modal-inner form {
        text-align: center
    }

    .search-modal .search-modal-inner form input {
        width: 100%
    }

    .search-modal .search-modal-inner form #searchsubmit {
        width: auto;
        padding: 12px 52px;
        left: 0;
        margin: 11px auto 0;
        right: 0;
        text-align: center
    }
}

@media (max-width: 599px) {
    .enquire-form {
        min-width:auto
    }
}

@media (max-width: 535px) {
    .modal-applications .resp-tabs-container .left-info img {
        margin:20px auto 0
    }

    .leadership-wrap .modal-applications .leadership-content {
        position: relative
    }

    #banner-section .slick-slider .slick-dots li button {
        width: 30px;
        height: 25px
    }

    #banner-section .slick-slider .slick-dots li button:before {
        left: -5px
    }

    #banner-section .carousel-caption .banner-text h3 {
        font-size: 21px!important;
        line-height: 29px
    }

    .product-wrap .product-list li>a {
        width: 194px
    }

    .product-wrap .product-list li:last-child {
        margin-left: 152px;
        margin-top: -77px
    }
}

@media (max-width: 527px) {
    .product-wrap .product-list {
        padding:120px 50px;
        position: relative
    }

    .product-wrap .product-list li:nth-child(3n+3) {
        margin-left: 0
    }

    .product-wrap .product-list li:nth-child(3n+2) {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }

    .product-wrap .product-list li:nth-child(3n+1) {
        clear: inherit
    }

    .product-wrap .product-list li:last-child {
        margin-left: 0;
        margin-top: 2px;
        position: relative;
        left: 2px
    }

    .product-wrap .product-list li.logo {
        position: absolute;
        top: -25px;
        text-align: center;
        left: 148px
    }

    .tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li {
        margin: 0 18px 0 0
    }
}

@media (max-width: 500px) {
    .product-wrap .product-list {
        padding:120px 37px
    }

    .product-wrap .product-list li.logo {
        left: 135px
    }

    .modal-applications .resp-tabs-wraper .view-all {
        left: 79%
    }

    .footer-enquiry .service-form ul li {
        width: 100%
    }
}

@media (max-width: 480px) {
    .vediophoto-news-gallery-wrap .highlights-wrapper .highlights-list ul li {
        width:100%
    }

    .modal-applications .resp-tabs-list {
        top: 171px
    }

    .leadership-wrap .modal-applications .leadership-content {
        margin-bottom: 30px
    }

    .modal-applications .resp-tabs-container .left-info img {
        margin: 60px auto 0
    }

    .modal-applications .resp-tabs-list li {
        margin: 10px 0 0
    }

    .manufacturing-wrap .manufact-facility .mf-slide-nav .slick-slide {
        width: 50%!important
    }

    .apply-now a {
        font-size: 16px!important
    }

    .apply-now:before {
        right: 20%!important;
        width: 35px!important
    }

    .apply-now:after {
        right: 17%!important
    }

    .product-wrap {
        padding: 50px 0 10px 0px!important
    }

    .product-wrap .product-list {
        padding: 150px 37px
    }

    .product-wrap .product-list li {
        padding-left: 90px
    }

    .product-wrap .product-list li.logo {
        top: -5px;
        left: 36px
    }

    .tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li {
        width: 46%;
        float: left;
        margin-bottom: 15px;
        padding: 10px
    }

    .tab-wrapper.men_contshow .onoffwrap.Men_topselected ul:nth-child(2):before {
        border-right: none
    }

    .modal-applications .resp-tabs-container .right-info .contentdata {
        margin-bottom: 20px
    }

    .modal-applications .resp-tabs-wraper .view-all {
        bottom: 170px
    }

    .modal-applications .resp-tabs-list li .tabsHomeInner {
        width: 82px
    }
}

@media (max-width: 430px) {
    .footer-widgets .widget_nav_menu .menu-quick-links-container ul li {
        margin-right:0;
        width: 100%
    }

    .service-form ul li {
        width: 100%!important;
        padding: 0 0 0 0!important
    }

    .product-wrap .product-list li {
        padding-left: 55px
    }

    .footer-enquiry .service-form ul li {
        width: 96%!important
    }

    .footer-widgets .widget_nav_menu .menu-quick-links-container ul li {
        width: 96%
    }

    .tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li {
        width: 96%
    }

    .tab-wrapper.men_contshow .onoffwrap.Men_topselected ul li:before {
        border-left: none
    }

    .counter-wrap .panel-grid {
        display: flex;
        flex-wrap: wrap
    }

    .counter-wrap .panel-grid .panel-grid-cell {
        margin-bottom: 20px!important;
        width: 50%!important
    }

    #banner-section .carousel-caption {
        width: 100%
    }

    #banner-section .carousel-caption .banner-text h3 {
        width: 100%;
        display: inline-block;
        line-height: 30px;
        font-size: 21px!important;
        padding-left: 10px
    }

    body.home #banner-section {
        padding-bottom: 0
    }

    .jfilestyle.jfilestyle-corner input {
        width: 227px!important
    }
}

@media (max-width: 410px) {
    .about-wrap .aboutinfographic .aboutimg ul {
        display:block;
        overflow: hidden;
        margin-bottom: 17px
    }

    .about-wrap .aboutinfographic .aboutimg {
        background: none;
        height: auto
    }

    .about-wrap .aboutinfographic .aboutimg ul li {
        padding: 20px 0!important;
        width: 100%;
        text-align: center!important;
        font-size: 14px;
        display: block;
        background: #7de314;
        margin-bottom: 15px!important;
        border-radius: 50px
    }

    .about-wrap .aboutinfographic .aboutimg ul li:last-child {
        background: #01cc9b
    }
}

@media (max-width: 412px) {
    .modal-applications .resp-tabs-container .right-info .contentdata {
        margin-bottom:20px
    }

    .modal-applications .resp-tabs-wraper .view-all {
        left: 74%
    }

    .vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title {
        margin-right: 40px
    }

    .gallery-wrapper {
        margin: 40px 3px
    }

    .vediophoto-news-gallery-wrap .gallery-wrapper .slick-slider .slick-arrow {
        top: -60px
    }

    .vediophoto-news-gallery-wrap .video-gallery .slick-slider .slick-arrow {
        top: -60px
    }
}

@media (max-width: 400px) {
    .jfilestyle.jfilestyle-corner input {
        width:214px!important
    }
}

@media (max-width: 384px) {
    .modal-applications .resp-tabs-list {
        top:196px
    }

    .widget_sow-headline .sow-headline {
        font-size: 32px
    }

    .vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title {
        margin-right: 30px
    }

    #banner-section .carousel-caption .banner-text h3 {
        line-height: 28px;
        font-size: 22px
    }

    .site-header .site-title img {
        max-width: 127%
    }

    .jfilestyle.jfilestyle-corner input {
        width: 188px!important
    }
}

@media (max-width: 360px) {
    .post-type-archive-cb_news .type-cb_news .news-date {
        margin-bottom:0
    }

    .post-type-archive-cb_news .newsreadmore {
        margin-top: 20px!important;
        display: inline-block
    }

    #banner-section .carousel-caption .banner-text h3 {
        line-height: 25px;
        font-size: 18px!important
    }

    #banner-section .carousel-caption {
        top: -12%
    }

    .product-wrap .product-list li {
        padding-left: 25px
    }

    .jfilestyle.jfilestyle-corner input {
        width: 174px!important
    }

    .wpcf7-form .service-form ul li.submit-btn-wrap input {
        width: auto
    }
}

@media (max-width: 359px) {
    .gallery {
        margin-left:0
    }

    .gallery .gallery-item,.gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(46%);
        width: calc(46%)
    }

    .gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail {
        display: block
    }

    .gallery-columns-1 .gallery-item,.gallery-columns-1.gallery-size-medium .gallery-item,.gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(96%);
        width: calc(96%)
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px
    }

    .gallery br {
        display: none
    }

    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0
    }

    .comment-author {
        margin: 0 0 5px;
        max-width: 100%
    }

    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px
    }

    .comment-metadata,.comment-content,.comment-list .reply {
        width: 100%
    }
}

@media (max-width: 322px) {
    .vediophoto-news-gallery-wrap .widget_ink-tabs .so-widget-ink-tabs .iw-so-tabs-nav .iw-so-tab-title {
        margin-right:6px
    }

    .product-wrap .product-list li {
        padding-left: 5px
    }

    .responsivemilestone .slick-slider button.slick-arrow {
        top: 47%
    }

    .modal-applications .resp-tabs-container .right-info .contentdata {
        margin-bottom: 20px
    }

    .modal-applications .resp-tabs-wraper .view-all {
        left: 67%;
        bottom: 250px
    }

    .jfilestyle.jfilestyle-corner input {
        width: 131px!important
    }
}

@media print,(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
    .site-header .search-field {
        background-image:url(/images/search-icon-2x.png)
    }

    .format-audio .audio-content,.format-status .entry-content:before,.format-status .entry-meta:before,.comment-list>li:after,.comment-list .children>li:before {
        background-image: url(../images/dotted-line-2x.png)
    }
}

@media print {
    body {
        background: none!important;
        color: #000;
        font-size: 10pt
    }

    footer a[rel="bookmark"]:link:after,footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] "
    }

    .site {
        max-width: 98%
    }

    .site-header {
        background-image: none!important
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0
    }

    .site-title {
        color: #000;
        font-size: 21pt
    }

    .site-description {
        font-size: 10pt
    }

    .author-avatar,.site-footer,.comment-respond,.comments-area .comment-edit-link,.comments-area .reply,.comments-link,.entry-meta .edit-link,.page-links,.site-content nav,.widget-area,.main-navigation,.navbar,.more-link {
        display: none
    }

    .entry-header,.entry-content,.entry-summary,.entry-meta {
        margin: 0;
        width: 100%
    }

    .page-title,.entry-title {
        font-size: 26px;
        font-weight: 700
    }

    .entry-meta,.entry-meta a {
        color: #444;
        font-size: 10pt
    }

    .entry-content img.alignleft,.entry-content .wp-caption.alignleft {
        margin-left: 0
    }

    .entry-content img.alignright,.entry-content .wp-caption.alignright {
        margin-right: 0
    }

    .format-image .entry-content .size-full {
        margin: 0
    }

    .hentry {
        background-color: #fff
    }

    .comments-area>li.comment {
        background: none;
        position: relative;
        width: auto
    }

    .comment-metadata {
        float: none
    }

    .comment-author .fn,.comment-reply-link,.comment-reply-login {
        color: #333
    }
}

table.financialstable {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}

table.financialstable thead {
    background: #f0f0f0;
    height: 60px!important
}

table.financialstable thead tr th {
    padding-left: 35px
}

table.financialstable thead tr th {
    text-transform: uppercase;
    line-height: 60px!important;
    text-align: left;
    font-size: 14px;
    padding-top: 0px!important;
    padding-bottom: 0px!important
}

table.financialstable tbody tr {
    border-top: 1px solid #e5e5e5;
    height: 60px
}

table.financialstable tbody tr td {
    height: 60px;
    line-height: 60px!important;
    text-align: left;
    padding: 16px 10px 3px 35px;
    font-size: 14px;
    border: 1px solid #fff;
    color: #000;
    font-weight: 500
}

.financialstable h3 {
    margin: 0;
    color: #3d4499;
    font-size: 18px
}

table.financialstable tbody tr td i {
    margin-right: 8px
}

.table>thead>tr>th {
    border-bottom: 1px solid #fff
}

@media screen and (max-width: 800px) {
    table.financialstable {
        border:1px solid transparent;
        box-shadow: none
    }

    table.financialstable thead {
        display: none
    }

    table.financialstable tbody tr {
        border-bottom: 45px solid #f8f8f8
    }

    table.financialstable tbody tr td:first-child {
        padding-left: 10px
    }

    table.financialstable tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700
    }

    table.financialstable tbody tr td {
        display: block;
        text-align: right;
        font-size: 14px;
        padding: 0 10px!important;
        box-shadow: 0 1px 1px rgba(0,0,0,.3)
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: 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
}

.inner-layout>.panel-grid-cell .iw-so-tabs .iw-so-tabs-content ul.pdfStyle li {
    display: inline-block;
    vertical-align: top;
    width: 24%
}

.address-wrap ul li .icon-holder a .fa {
    font-size: 16px!important
}

.address-wrap ul li .icon-holder .fa {
    font-size: 16px!important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s
}

.address-wrap ul li:hover .icon-holder .fa {
    color: #a6ce38
}

.address-wrap ul li:nth-child(2) .icon-holder .fa {
    transform: rotate(-30deg);
    font-size: 20px
}

.contact-enquiry-wrap .service-form ul li {
    width: 33.3%;
    float: left
}

.contact-enquiry-wrap .service-form ul li input,.contact-enquiry-wrap .service-form ul li select,.contact-enquiry-wrap .service-form ul li textarea {
    background: #fff
}

.contact-enquiry-wrap .service-form ul li input::-webkit-input-placeholder {
    color: #333
}

.contact-enquiry-wrap .service-form ul li input::-moz-placeholder {
    color: #333
}

.contact-enquiry-wrap .service-form ul li input:-ms-input-placeholder {
    color: #333
}

.contact-enquiry-wrap .service-form ul li input:-moz-placeholder {
    color: #333
}

.contact-enquiry-wrap .service-form ul li textarea::-webkit-input-placeholder {
    color: #333
}

.contact-enquiry-wrap .service-form ul li textarea::-moz-placeholder {
    color: #333
}

.contact-enquiry-wrap .service-form ul li textarea:-ms-input-placeholder {
    color: #333
}

.contact-enquiry-wrap .service-form ul li textarea:-moz-placeholder {
    color: #333
}

.contact-enquiry-wrap .wpcf7-form select {
    color: #333!important
}

.contact-enquiry-wrap .wpcf7-response-output {
    float: left
}

.contact-enquiry-wrap .service-form ul li.submit-btn-wrap {
    position: relative;
    width: 100%!important
}

.contact-enquiry-wrap .service-form ul li.submit-btn-wrap input {
    width: auto!important;
    padding: 13px 63px!important
}

.contact-enquiry-wrap .service-form ul li.submit-btn-wrap .fa {
    position: absolute;
    top: 10px;
    left: 60px;
    right: 0;
    color: #fff;
    font-size: 22px;
    display: block;
    width: 10%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.5s
}

.contact-enquiry-wrap .service-form ul li.submit-btn-wrap:hover .fa {
    transform: scale(1.2)
}

.contact-enquiry-wrap .wpcf7-form input,.contact-enquiry-wrap .wpcf7-form textarea,.contact-enquiry-wrap .wpcf7-form select {
    color: #333!important
}

.products-sym {
    background-color: #f2f2f2;
    padding: 60px 0 80px 0;
    overflow: hidden
}

.product-list ul li {
    overflow: hidden
}

.product-list ul li .product-inner {
    margin-right: 15px;
    margin-bottom: 35px
}

.product-pg .widget_sow-editor .text-center .textwidget p {
    text-align-last: left
}

.product-list ul li:first-child {
    width: 100%!important
}

.product-list ul li:nth-child(4) {
    width: 66%
}

.product-list ul li:last-child {
    width: 100%;
    padding-bottom: 0
}

.product-list ul li .product-inner:before {
    border: none
}

.product-list ul li .product-inner:after {
    opacity: 0;
    background: linear-gradient(180deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%);
    background-image: -webkit-gradient(180deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%);
    background-image: -webkit-linear-gradient((180deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    background-image: -o-linear-gradient((180deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    background-image: -ms-linear-gradient((180deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    background-image: linear-gradient((180deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: rotateX(18deg)
}

.product-list ul li .product-inner:hover:after {
    background: rgb(47,95,176);
    opacity: 1;
    transform: rotateX(0);
    background: linear-gradient(18deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%);
    background-image: -webkit-gradient(18deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%);
    background-image: -webkit-linear-gradient((18deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    background-image: -o-linear-gradient((18deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    background-image: -ms-linear-gradient((18deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    background-image: linear-gradient((18deg,rgba(47,95,176,1) 55%,rgba(42,84,163,1) 55%));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc62f',endColorstr='#a6ce38',GradientType=1)
}

.products-sym .product-list ul li .product-inner h3 a {
    color: #292929
}

.products-sym .product-list ul li:hover .product-inner h3 a {
    color: #ffffff!important
}

.products-sym .product-list ul li:hover .product-inner .read-more {
    color: #fff
}

.products-sym .product-list ul li .product-inner .read-more:before,.product-list ul li .product-inner .read-more:after {
    background: #3565b3
}

.products-sym .product-list ul li .product-inner .read-more:after {
    border-radius: 100%;
    margin-left: 30px
}

.products-sym .product-list ul li .product-inner .read-more:hover:after {
    margin-left: 0
}

.products-sym .product-list ul li:hover .product-inner .read-more:before,.product-list ul li:hover .product-inner .read-more:after {
    background: #fff
}

.products-sym .product-list ul li:hover .excerpt-content p {
    color: #fff
}

.products-sym .product-list ul li:nth-child(2n) .product-inner {
    margin: 0 0 35px 15px
}

#pg-19-0>.panel-row-style {
    padding: 0% 0% 0% 0%!important
}

.post-type-archive-cb_products .footer-curve {
    background: #f2f2f2
}

.contact-sym .so-widget-sow-headline-default-4ad5b68adf3a-13 .sow-headline-container h3.sow-headline {
    color: #3364b2
}

.contact-sym .so-widget-sow-headline-default-90089f45eae5-13 .sow-headline-container h5.sow-headline {
    color: #282828
}

.contact-sym .address-wrap ul li .addcontent .fa {
    color: #3264b4;
    font-size: 17px
}

.site-main .content-area .site-content textarea {
    max-height: 53px;
    overflow: hidden;
    padding: 6px 20px
}

.contact-smp h3.sow-headline {
    color: #3364b8
}

.sym-submit {
    position: relative;
    display: block;
    max-width: 300px
}

.sym-submit input.wpcf7-form-control.wpcf7-submit,.sym-submit a {
    width: 100%!important;
    background: #009198;
    font-size: 18px;
    color: #F2F2F2!important;
    text-align: left;
    padding: 9px 20px 9px 50px;
    font-weight: 600;
    text-transform: none;
    display: block!important
}

.sym-submit input.wpcf7-form-control.wpcf7-submit:hover,.sym-submit a:hover {
    background: #fff;
    color: #009198!important
}

.site-main .content-area .site-content input[type="submit"]:hover {
    background-color: #fff
}

.wpcf7-form .service-form ul li.submit-btn-wrap input:hover {
    background-color: #fff;
    color: #3365b8!important
}

.apply-now {
    margin: 30px 0
}

.apply-now:before {
    top: 50%!important
}

.apply-now:after {
    top: 39.5%!important
}

.apply-now a {
    border: 1px solid #009198!important
}

.apply-now a:hover {
    border: 1px solid #009198!important
}

.sym-submit:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 80px;
    background: #fff;
    height: 1px;
    width: 55px;
    z-index: 1
}

.sym-submit:hover:before {
    background: #3365b8
}

.sym-submit:hover:after {
    background: #3365b8
}

.sym-submit:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 0;
    margin-left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    z-index: 5;
    top: 20px;
    background: #fff;
    display: block;
    right: 73px;
    border-radius: 100%
}

.apply-now.sym-submit:after {
    margin-top: 2px!important
}

.contact-enquiry-wrap .service-form ul li.sym-submit input {
    width: 20%!important
}

.contact-smp .wpcf7-response-output {
    border: none
}

li.submit-btn-wrap.sym-submit:last-child {
    margin-top: 20px
}

.product-name {
    position: relative
}

.product-name:before {
    content: '';
    position: absolute;
    background: #a2a2a2;
    height: 12px;
    width: 2px;
    transform: rotate(-39deg);
    right: 26px;
    top: 21px
}

.product-name:after {
    content: '';
    position: absolute;
    background: #a2a2a2;
    height: 12px;
    width: 2px;
    transform: rotate(39deg);
    right: 18px;
    top: 21px
}

.productscomm .mf-overview {
    padding-bottom: 0
}

.productscomm .textwidget p {
    font-size: 18px;
    line-height: 33px
}

.mf-med {
    background-color: #F2F2F2;
    padding: 50px 0
}

.mf-med .iw-so-tabs .iw-so-tabs-nav {
    list-style: none;
    margin: 0;
    margin: -100px 0 60px 0;
    display: flex;
    justify-content: center
}

.mf-md .iw-so-tabs .iw-so-tabs-nav li {
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 2px;
    padding: 20px;
    background: red;
    box-shadow: 4px 4px 10px #00000008
}

.mf-med .so-widget-ink-tabs-tabs-864e5ee6ce2e-1090 .iw-so-tabs .iw-so-tab-title a {
    color: #282828;
    background: none
}

.mf-med .so-widget-ink-tabs-tabs-864e5ee6ce2e-1090 .iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
    background: none;
    color: #3D4499
}

.mf-med .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    padding: 0
}

.mf-med .iw-so-tabs .iw-so-tabs-nav li {
    background: #fff;
    display: flex;
    align-items: center;
    border-top: 1px solid #f2f2f28a;
    border-bottom: 1px solid #f2f2f28a;
    box-shadow: 4px 4px 10px #00000008
}

.mf-med .iw-so-tabs .iw-so-tabs-nav li:first-child {
    border-left: 1px solid #f2f2f28a
}

.mf-med .iw-so-tabs .iw-so-tabs-nav li:last-child {
    border-left: 1px solid #f2f2f28a
}

.mf-med .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title {
    margin-right: 0!important
}

.mf-med .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    text-align: center;
    color: #282828;
    font-weight: 600;
    padding: 25px 25px
}

.mf-med ul.iw-so-tabs-nav .iw-so-tab-active:before {
    position: absolute;
    content: '';
    background: #3D4499;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0
}

.mf-med ul.iw-so-tabs-nav .iw-so-tab-active {
    position: relative
}

.mf-med ul.iw-so-tabs-nav li {
    position: relative
}

.mf-med ul.iw-so-tabs-nav li:after {
    position: absolute;
    content: '';
    height: 80%;
    width: 3px;
    background: #F2F2F2;
    right: 0;
    bottom: 11px
}

.mf-med ul.iw-so-tabs-nav li:last-child:after {
    display: none
}

.mf-med .so-widget-ink-tabs-tabs-864e5ee6ce2e-1090 .iw-so-tabs .iw-so-tab-title a:hover,.so-widget-ink-tabs-tabs-864e5ee6ce2e-1090 .iw-so-tabs .iw-so-tab-title a:focus {
    color: #282828
}

.mf-inner-para p {
    margin-bottom: 15px!important;
    font-size: 15px;
    color: #181818
}

.mf-overview {
    padding-bottom: 80px
}

.mf-tabs .iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel {
    display: none;
    padding: 0
}

.mf-med .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a:hover {
    color: #282828
}

.mf-med .widget li {
    padding: 0
}

h3.main-med-heading {
    margin: 25px 0 13px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #282828
}

h3.sub-head-mf {
    margin: 0 0 23px 0;
    font-size: 24px;
    font-weight: 700;
    color: #282828
}

.inner-sterile p {
    margin-bottom: 20px!important
}

.equi-heading h4 {
    margin: 10px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #3D4499
}

.section-one {
    margin-bottom: 70px
}

.unit-mf {
    background: #fff;
    padding: 40px 34px 40px 24px
}

.unit-mf h3:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 4px;
    background: #F2F2F2;
    bottom: 0
}

.unit-mf h3 {
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    line-height: 28px;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 20px
}

.inner-sterile h4:before {
    display: none
}

.inner-sterile h4 {
    margin: 0 0 5px 0!important;
    color: #3d4499!important;
    font-weight: 600!important;
    font-size: 18px!important
}

.inner-sterile p {
    font-size: 14px
}

ul.list-equipment li:before {
    background: transparent;
    height: 4px;
    box-shadow: -20px 9px #181818;
    border-radius: 100%;
    width: 4px;
    content: '';
    position: absolute;
    left: 7px;
    top: 3px
}

ul.list-equipment li {
    position: relative
}

ul.list-equipment li:nth-child(3) {
    padding-right: 70px
}

.unit-mf ul.list-equipment {
    margin-left: 11px
}

.key-features {
    padding-left: 10px
}

.page-id-1090 .footer-curve {
    background: #f2f2f2!important
}

.page-id-1245 .footer-curve {
    background: #f2f2f2!important
}

.sterile h4 {
    color: #282828;
    font-size: 20px;
    font-weight: 600
}

.un-two {
    margin-top: 30px
}

.sterile {
    padding: 0 15px
}

.ferm-branch li:before {
    display: none!important
}

.ferm-branch li:nth-child(3) {
    padding-right: 0px!important
}

.ferm-branch-inner {
    width: 25%;
    margin: 0 auto;
    height: 85px
}

.ferm-branch-inner img {
    width: 100%
}

.ferm-branch-outter h4 {
    text-align: center
}

.finan-med .iw-so-tabs .iw-so-tabs-nav li {
    background: #fff
}

.finan-med .so-widget-ink-tabs-tabs-864e5ee6ce2e-1245 .iw-so-tabs .iw-so-tab-title a {
    padding: 25px 146px!important
}

.finan-med .so-widget-ink-tabs-tabs-864e5ee6ce2e-1245 .iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
    background: none;
    color: #3D4499
}

.financialstable thead tr {
    background: #f9f9f9;
    border: 1px solid #fff
}

.financialstable tr th {
    border: 1px solid #fff
}

.financials_doc_header h2 {
    display: inline-block;
    float: left;
    margin: 0 0 35px 0;
    font-weight: 600;
    font-size: 30px;
    color: #282828
}

.download_all a {
    float: right;
    margin: 10px 0 35px 0;
    color: #5359a4;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none!important
}

.download_all a:hover {
    color: #5359a4
}

.download_all {
    text-align: right;
    display: block
}

#download_all_broucher-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #3365b8!important;
    transition: 0.5s all
}

#download_all_broucher-form input.wpcf7-form-control.wpcf7-submit {
    background: #3365b8;
    border: 1px solid #3365b8;
    color: #ffffff!important;
    transition: 0.5s all
}

#download_all_broucher-form .wpcf7-response-output {
    border: none
}

ul.productdetailslist li {
    width: 50%;
    float: left;
    position: relative;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding-left: 25px!important;
    text-align: left
}

ul.productdetailslist li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/hexagon.png);
    width: 12px;
    height: 12px;
    margin: 12px 0 0 0
}

ul.csr_policy li {
    background: url(../images/Group-80.png);
    width: 210px;
    height: 205px;
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center
}

ul.csr_policy li .csr_policy_inner {
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    width: 113px;
    text-align: left;
    margin: -30px 30px 0 10px
}

ul.csr_policy {
    display: flex;
    margin: 40px 0 0!important;
    justify-content: center
}

ul.csr_policy li .csr_policy_inner {
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    width: 113px;
    text-align: left;
    margin: -30px 30px 0 0;
    text-align: center
}

.csroverview p {
    margin: 0 0 12px!important
}

ul.env-list {
    padding-left: 14px
}

ul.ferm-branch {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    overflow: hidden
}

ul.ferm-branch li {
    font-size: 18px;
    font-weight: 500
}

.sci-innovation .iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    padding: 25px 132px
}

.sci-innovation .so-widget-ink-tabs-tabs-864e5ee6ce2e-1092 .iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
    background: none;
    color: #282828
}

.sci-innovation .so-widget-ink-tabs-tabs-864e5ee6ce2e-1092 .iw-so-tabs .iw-so-tab-title a {
    color: #282828
}

.slider-innovation button.slick-prev.slick-arrow {
    left: 81%
}

.slider-innovation button.slick-next.slick-arrow {
    right: 2%
}

.slider-innovation .slick-arrow {
    top: 87%;
    left: -50px;
    opacity: .4
}

.slider-innovation .slick-arrow:hover {
    opacity: 1
}

.slider-innovation .slick-arrow {
    background-color: #fff;
    border-radius: 100%
}

.innovation-tab h3 {
    font-weight: 800;
    margin-bottom: 48px
}

.sci-innovation {
    padding-bottom: 0
}

.mar-bt-45 {
    margin-bottom: 45px!important
}

.api-sec .widget li {
    padding: 0
}

.api-list li:before {
    top: 5px!important
}

.api h3 {
    font-weight: 800;
    color: #282828
}

.api-sec {
    padding: 60px 0
}

.support img {
    margin-bottom: 20px
}

.support {
    box-shadow: -6px -3px 6px 7px #0000000d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding: 58px 0 40px 0
}

.support img {
    margin-bottom: 30px
}

.support h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 800
}

.our-support {
    margin-bottom: 45px
}

.api-list li {
    font-size: 15px;
    color: #181818;
    line-height: 34px
}

.sci-para p {
    margin-bottom: 15px!important
}

.product-filter label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #282828
}

.product-filter select {
    width: 100%;
    background: #F2F2F2
}

.med-search-btn label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

.med-search-btn input {
    width: 100%!important;
    background: #f2f2f2!important
}

.main-med {
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: -1px 0 6px 6px #0000000d;
    padding: 50px 30px 45px;
    margin-top: -100px;
    background: #fff
}

.search-med h3 {
    margin-bottom: 30px
}

.regulatory-table .table>thead>tr>th {
    border-bottom: none;
    background: #9cb2d8;
    color: #fff;
    padding: 15px 0 15px 15px
}

.regulatory-table .table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: none
}

.regulatory-table tr:nth-child(2n) {
    background: #f9f8f8
}

.regulatory-table tr {
    background: #fff
}

.regulatory-table tr td {
    padding: 20px 15px!important;
    font-size: 15px;
    font-weight: 500
}

.regulatory-table.table-bordered {
    border: none
}

.size-product {
    float: right
}

.size-product h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0
}

.size-product select {
    margin-left: 10px;
    padding: 5px 15px!important;
    height: 40px!important
}

ul.filings li a {
    color: #3C3E40
}

ul.filings {
    float: right
}

.btn-down {
    background: #009198;
    color: #fff;
    padding: 11px 50px 11px 22px;
    position: relative;
    border: none;
    border-radius: 0;
    letter-spacing: 1.2px
}

button.btn-down:hover {
    background: #009198;
    color: #fff
}

.btn-down:before {
    position: absolute;
    content: '';
    background: url(../images/download-1.png)center center no-repeat;
    background-size: cover;
    top: 9px;
    right: 13px;
    width: 18px;
    height: 18px
}

.regulatory-steroid {
    background: #F2F2F2
}

.regulatory-table table {
    margin: 0 0 40px
}

.page-id-1380 .footer-curve {
    background: #f2f2f2
}

.env-tab p {
    margin-bottom: 25px
}

h3.pro-details {
    margin: 0 0 10px 0
}

.paginationjs .paginationjs-pages li.active>a {
    background-color: #009198!important;
    border-color: #ddd;
    border-radius: 100%;
    width: 25px;
    height: 30px!important;
    line-height: 15px;
    margin: 4px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.paginationjs .paginationjs-pages li>a {
    min-width: 30px;
    height: 38px!important;
    line-height: 28px;
    background: #fff;
    font-size: 14px;
    color: #3C3E40;
    text-decoration: none;
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center
}

.paginationjs>li>a:hover,.paginationjs>li>span:focus,.paginationjs>li>span:hover {
    background-color: #009198!important;
    border-color: #ddd;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 15px;
    margin: 4px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.paginationjs .paginationjs-pages li {
    display: inline-block;
    background-color: #fff!important;
    border: 1px solid #DEE2E6!important;
    padding: 0px!important
}

.paginationjs li:first-child,.paginationjs li:last-child {
    width: auto
}

.paginationjs li:first-child a:hover {
    width: auto;
    border-radius: 20px;
    border: 0
}

.paginationjs li:last-child a:hover {
    width: auto;
    border-radius: 20px;
    border: 0
}

.paginationjs li:first-child a:hover,.paginationjs li:last-child a:hover {
    width: auto;
    border-radius: 20px;
    background: none;
    color: #000;
    border: 0
}

.paginationjs .paginationjs-pages {
    float: right!important
}

.env-paragraph p {
    margin-bottom: 10px
}

.env-section-tab {
    margin-top: 35px
}

h5.enviro-tag {
    font-weight: 600;
    font-size: 19px!important
}

.career_content h5 {
    font-size: 17px;
    margin: 0 0 20px 0
}

.career_content h3 {
    font-size: 17px;
    margin: 5px 0 5px 0
}

.list-job h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.page-id-1096 .footer-curve {
    background: #f2f2f2
}

.courve-section svg {
    transform: scale(1)
}

.courve-section svg {
    animation-duration: 10s;
    animation-name: slidein
}

.sym-submit .ajax-loader:after {
    display: none
}

@keyframes slidein {
    from {
        transform: scale(1)
    }

    75% {
        transform: scale(1.25)
    }

    to {
        transform: scale(1)
    }
}

.csr-policy-wrap h3 {
    text-align: center
}

p.fermen-para {
    margin-bottom: 10px
}

.api p {
    margin-bottom: 10px
}

.q-overview {
    padding-bottom: 30px!important
}

.page-id-1782 .footer-curve {
    background-color: #f2f2f2!important
}

@media (max-width: 1199px) {
    .otherproductssection .product-list ul li {
        width:33.3%
    }

    .otherproductssection .product-list ul li .product-inner .read-more {
        position: relative;
        left: 0
    }

    #banner-section .page-header .page-title {
        font-size: 28px
    }
}

@media (max-width: 1179px) {
    .navbar .navbar-collapse {
        padding:0
    }

    #banner-section .page-header {
        max-width: 90%
    }
}

@media (max-width: 1147px) {
    .csr-pdf h4 {
        font-size:26px
    }
}

@media (max-width: 1079px) {
    .nav-menu li a {
        font-size:14px
    }
}

@media (max-width: 1035px) {
    .site-header {
        position:relative;
        z-index: inherit;
        height: 0
    }

    .site-header .logo {
        width: 100%
    }

    .site-header .site-title {
        width: 100%;
        left: 0;
        text-align: center;
        display: block;
        padding: 0
    }

    .site-header .site-title:before {
        left: -30px;
        z-index: 1
    }

    .site-header .site-title img {
        margin: 0 auto;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        right: 0;
        width: 110px
    }

    .site-header .navbar-wrap {
        margin: 0 0 -1px
    }

    .site-header .navbar-wrap .navbar-header,.site-header .navbar-wrap .navbar-collapse {
        display: none!important
    }

    .site-header .navbar-wrap .search-btn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 5555;
        background: #009198;
        padding: 12px
    }

    #wprmenu_bar {
        z-index: 555
    }

    .cbp-spmenu .current-page-ancestor>a,.cbp-spmenu .current-menu-ancestor>a,.cbp-spmenu .current-menu-parent>a,.cbp-spmenu .current_page_parent>a,.cbp-spmenu .current_page_ancestor>a {
        background: #009198;
        color: #fff!important
    }

    .site-header .navbar {
        padding-top: 0
    }

    #wprmenu_bar .menu_title a {
        color: #fff;
        top: 0
    }

    #wprmenu_bar .menu_title {
        display: none
    }

    #banner-section .courve-section {
        display: none
    }
}

@media (max-width: 999px) {
    .product-list ul {
        float:none;
        width: auto;
        margin: 0 -15px
    }

    .product-list ul li {
        width: 50%
    }

    .product-list ul li .product-inner .read-more {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 10px
    }

    .search-modal .search-modal-inner {
        width: 90%
    }

    .product-list ul li:first-child {
        width: 100%!important
    }

    .product-list ul li {
        width: 100%!important
    }

    .product-list ul li .product-inner {
        margin: 0 15px!important
    }

    .products-sym {
        padding: 25px 0 25px 0
    }

    .product-list ul li .product-inner {
        padding: 15px
    }

    .footer-curve {
        display: none
    }

    .regulatory-table {
        padding-bottom: 20px
    }
}

@media (max-width: 992px) {
    .product-detail>.col-md-3 {
        float:none!important;
        padding: 0
    }

    .product-detail>.col-md-9 {
        padding: 0
    }
}

@media (max-width: 991px) {
    .slider-innovation .slick-slide img {
        width:100%;
        margin-bottom: 20px
    }
}

@media (max-width: 980px) {
    .product-filter select {
        margin-bottom:10px
    }
}

@media (max-width: 970px) {
    h3.main-med-heading {
        margin:15px 0 13px 0
    }

    .env-tab p {
        margin-bottom: 15px!important
    }

    h3.sub-head-mf {
        margin: 0 0 15px 0
    }

    .section-one {
        margin-bottom: 10px
    }

    .mf-tabs .key-features .list-equipment {
        margin-bottom: 10px
    }

    .slider-innovation button.slick-prev.slick-arrow {
        left: 88%
    }

    .un-two {
        margin-top: 0
    }

    .sterile h4 {
        margin: 0 0 20px 0
    }

    .mf-overview {
        padding-bottom: 0
    }

    .equi-heading h4 {
        margin: 10px 0 10px 0
    }

    .mf-tabs .iw-so-tabs .iw-so-tabs-content {
        padding: 20px 0
    }

    .api-sec {
        padding: 20px 0
    }

    .main-med {
        margin-top: 30px;
        margin-bottom: 0
    }

    .size-product {
        float: right;
        padding: 15px 0
    }
}

@media (max-width: 820px) {
    .contact-enquiry-wrap .service-form ul li {
        width:50%
    }
}

@media (max-width: 799px) {
    .otherproductssection .product-list ul {
        margin:0 -10px 40px
    }

    .otherproductssection .product-list ul li {
        width: 50%
    }

    .widget_sow-editor .textwidget table {
        border: 1px solid #ccc
    }

    .widget_sow-editor .textwidget table thead {
        display: none
    }

    .widget_sow-editor .textwidget table tbody tr td {
        display: block;
        width: 100%!important;
        padding-left: 35%;
        position: relative;
        border-bottom: 1px solid #ccc
    }

    .widget_sow-editor .textwidget table tbody tr td:before {
        content: attr(data-title);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 35%;
        padding: 10px;
        font-weight: 600
    }
}

@media (max-width: 780px) {
    h3.pro-details {
        margin:0 0 5px 0!important;
        font-size: 20px
    }

    .support {
        padding: 20px 0 20px 0
    }

    .support img {
        margin-bottom: 15px
    }

    .support h4 {
        font-size: 20px
    }

    .api-tech-img img {
        width: 100%
    }

    .mar-bt-45 {
        margin-bottom: 0!important
    }
}

@media (max-width: 768px) {
    ul.csr_policy {
        display:block
    }

    ul.csr_policy li {
        display: flex;
        width: 50%!important;
        background-position: center;
        float: left;
        background-repeat: no-repeat!important
    }

    .CSR-Wrap .csr-dynamic-row .container {
        display: block
    }

    .CSR-Wrap .csr-para {
        padding: 0 0 0 0!important
    }

    .CSR-Wrap .csr-dynamic-row {
        padding: 0 0 0
    }

    .csr-pdf h4 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 17px
    }

    .csr-listing h2 {
        padding-bottom: 0!important
    }

    .CSR-Wrap .date-location-wrap {
        display: block;
        margin: 0 0 10px 0
    }

    .CSR-Wrap .csr-para h4 {
        margin: 10px 0 10px 0
    }

    .csr-para p {
        margin-bottom: 10px!important
    }

    .csr-pdf {
        padding: 20px 0 0
    }

    .CSR-Wrap .csr-dynamic-row:nth-child(2n) .csr-para {
        padding: 0 0 0 0!important
    }

    .csr-listing .widget_sow-headline {
        margin-bottom: 0px!important
    }

    .btn-down {
        z-index: 99
    }
}

@media (max-width: 767px) {
    .size-product {
        float:left
    }

    .col-md-6.col-sm-6.regulatory-btn {
        width: 50%!important;
        float: left
    }
}

@media (max-width: 720px) {
    ul.ferm-branch li {
        font-size:17px
    }
}

@media (max-width: 700px) {
    .slider-innovation button.slick-prev.slick-arrow {
        left:85%
    }
}

@media (max-width: 699px) {
    .product-list ul li {
        width:100%
    }

    .widget_sow-editor .widget-title {
        font-size: 22px
    }

    #banner-section {
        padding: 45px 0
    }

    #banner-section .banner-slider-outer {
        position: absolute;
        z-index: -1;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0
    }

    #banner-section .slick-slider .slick-list img {
        width: 100%!important
    }

    #banner-section .banner-slider-outer .banner-slider,#banner-section .banner-slider-outer .banner-slider .slick-list,#banner-section .banner-slider-outer .banner-slider .slick-track,#banner-section .banner-slider-outer .banner-slider .slick-slide,#banner-section .banner-slider-outer .banner-slider .slick-slide img {
        height: 100%;
        width: auto
    }

    #banner-section .page-header {
        position: relative;
        z-index: 2;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    #banner-section.inner-banner .banner-slider-outer .banner-slider,#banner-section.inner-banner .banner-slider-outer .banner-slider .slick-list,#banner-section.inner-banner .banner-slider-outer .banner-slider .slick-track,#banner-section.inner-banner .banner-slider-outer .banner-slider .slick-slide,#banner-section.inner-banner .banner-slider-outer .banner-slider .slick-slide img {
        height: 100%;
        width: 100%!important
    }

    .contact-wrap .panel-grid-cell {
        margin-bottom: 0!important
    }

    ul.productdetailslist li {
        width: 100%
    }
}

@media (max-width: 622px) {
    .paginationjs .paginationjs-pages {
        float:left!important
    }

    .col-md-6.col-sm-6.regulatory-btn {
        width: 100%!important;
        float: left;
        margin-bottom: 15px
    }

    .site-header .site-title img {
        width: 80px
    }
}

@media (max-width: 600px) {
    .wpcf7-form .service-form ul li {
        width:100%
    }

    .contact-enquiry-wrap {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .contact-enquiry-wrap .wpcf7-form .service-form ul li {
        padding: 0
    }
}

@media (max-width: 587px) {
    .col-md-6.col-sm-6.regulatory-btn {
        width:100%!important;
        margin-bottom: 15px
    }

    ul.filings {
        float: left
    }
}

@media (max-width: 560px) {
    .slider-innovation button.slick-prev.slick-arrow {
        left:80%
    }
}

@media (max-width: 480px) {
    ul.csr_policy li {
        width:100%!important
    }
}

@media (max-width: 520px) {
    .slider-innovation .slick-arrow {
        top:80%
    }
}

@media (max-width: 420px) {
    .slider-innovation button.slick-prev.slick-arrow {
        left:74%
    }

    .banner-slider ul.slick-dots {
        padding: 0!important;
        margin: 0!important
    }

    .banner-text.site-width {
        padding-top: 10px
    }
}

@media (max-width: 479px) {
    .otherproductssection .product-list ul li {
        width:100%
    }

    .widget_sow-editor .textwidget table tbody tr td {
        padding: 10px
    }

    .widget_sow-editor .textwidget table tbody tr td:before {
        width: 100%;
        position: static;
        padding: 0
    }

    .contact-enquiry-wrap .service-form ul li {
        width: 100%;
        float: left
    }
}

@media (max-width: 359px) {
    #banner-section .page-header .page-title {
        font-size:18px
    }

    #banner-section .page-header .breadcrumb-wrapper {
        font-size: 15px
    }
}

@media (max-width: 327px) {
    .paginationjs .paginationjs-pages li>a {
        min-width:27px!important
    }
}

.about-arrow-wrap:after {
    display: none!important
}

.about-arrow-wrap:before {
    display: none!important
}

#gallery-bottom .entry-thumbnail {
    position: relative
}

#gallery-bottom .entry-thumbnail:after {
    position: absolute;
    content: '';
    background: #0000009c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#gallery-bottom .slick-current .entry-thumbnail:after {
    display: none
}

.about-wrap-text.about-wrap-text-values {
    padding: 50px 25px 20px 35px;
    line-height: 22px
}

.about-arrow-wrap.value:after {
    left: 0;
    background: #3e5266!important;
    width: 20px;
    height: 100%;
    top: 0!important
}

.about-arrow-wrap.value:before {
    left: 0!important;
    border-top-color: #c9dbe5!important;
    transform: rotate(270deg);
    top: 50%;
    right: auto
}

.img-arrow {
    position: relative
}

.img-arrow:before {
    top: 47%;
    right: -20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #29253e;
    border-width: 10px;
    margin-left: 0;
    transform: rotate(270deg);
    z-index: 999
}

.vision-img-arrow:before {
    border-top-color: #0a3965
}

.mission-img-arrow:before {
    border-top-color: #704b3b
}

.value-img-arrow:before {
    border-top-color: #96bac7
}

.about-arrow-wrap .so-widget-sow-editor .widget-title {
    color: #ffffff!important
}

.about-arrow-wrap .so-widget-sow-editor p {
    color: #ffffff!important;
    line-height: 22px;
    font-size: 15px;
    text-align: left
}

.about-wrap-text h2 {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0
}

.about-wrap-text p {
    font-size: 15px;
    color: #fff;
    line-height: 22px
}

.about-wrap-text.about-wrap-text-vision {
    padding: 22px 25px 0 35px
}

.about-wrap-text {
    padding: 0 30px 0 30px
}

.widget_sow-editor .textwidget ul li:before {
    background: url(../images/list-icon-white.png) no-repeat 0 0!important
}

.about-values-list li {
    position: relative;
    padding-left: 30px;
    color: #fff
}

.about-values-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 11px;
    background: url(../images/list-icon-white.png) no-repeat 0 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}

.key-usp-head .so-widget-sow-headline .sow-headline-container .sow-headline {
    margin-top: 60px!important;
    margin-bottom: 70px!important
}

.sec3-techstaff {
    margin-top: 130px
}

.sec3-techstaff .sec3-techstaff-infog {
    display: flex;
    margin: 130px 0 0;
    width: 92%;
    margin: 0 auto
}

.sec3-techstaff .sec3-techstaff-infog .sec3-techstaff_box {
    text-align: center;
    margin: 0 auto;
    position: relative
}

.sec3-techstaff .sec3-techstaff-infog .sec3-techstaff_box .sec3-techstaff_num {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff
}

.sec3-techstaff .sec3-techstaff-infog .sec3-techstaff_box .sec3-techstaff_num .sec3-techstaff_num_inner {
    height: 114px;
    width: 124px;
    top: 8px;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5
}

.sec3-techstaff .sec3-techstaff-infog .sec3-techstaff_box .sec3-techstaff_num .sec3-techstaff_num_inner img {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.sec3-techstaff .sec3-techstaff-infog .sec3-techstaff_box .sec3-techstaff_num:before {
    position: absolute;
    content: '';
    background: url(../images/rounb_with_dots.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    width: 112px!important;
    height: 144px!important;
    margin-left: -10px;
    margin-top: -10px
}

.sec3-techstaff .sec3-techstaff-infog .sec3-techstaff_box h4.sec3-techstaff_heading {
    width: 147%;
    position: relative;
    transform: translateX(-24%);
    text-align: center;
    margin: 60px 0 0 15px;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.sec3-techstaff .sec3-techstaff-infog li {
    text-align: center;
    width: 120px
}

.sec3-techstaff .sec3-techstaff-infog li:nth-child(2n) .sec3-techstaff_box h4.sec3-techstaff_heading {
    position: absolute;
    top: -160px
}

.sec3-techstaff .sec3-techstaff-infog li:nth-child(2n) .sec3-techstaff_box .sec3-techstaff_num:before {
    background: url(../images/rounb_with_dots_top.png);
    top: -35px
}

.certifications-section-p {
    text-align: center;
    margin-bottom: 0
}

.certifications-section-p {
    text-align: center;
    margin-bottom: 0
}

.certifications-site-block-inner {
    background: #f0f0f0;
    padding: 20px 30px;
    height: 230px
}

.certifications-site-block-inner1 {
    display: flex
}

.certifications-site-block-inner1-txt h4 {
    margin: 3px 0;
    color: #009198
}

.certifications-site-block-inner1-txt {
    margin-left: 12px
}

.certifications-site-block-inner2-txt {
    margin-bottom: 0
}

.certifications-site-block-inner2 {
    margin-top: 20px;
    font-size: 15px!important
}

.certifications-site.row {
    margin-top: 15px
}

.market-presence-section-inner h2 {
    font-size: 35px;
    font-weight: 900;
    color: #fff
}

.market-presence-section-inner p {
    color: #fff
}

.market-presence-section {
    padding: 90px 30px 40px 0
}

.market-present-row .panel-grid-cell:nth-child(2) {
    height: 420px
}

.market-present-row .panel-grid-cell:nth-child(2) .panel-cell-style {
    margin-top: 70px;
    background-repeat: no-repeat
}

.map-tab {
    position: relative
}

.value-tab:before {
    border-top-color: #cbd8e3!important
}

.site-footer .footer-mapsection {
    color: #282f4d
}

.site-footer .footer-mapsection .widget a {
    color: #282f4d
}

.site-footer .footer-mapsection .widget a:hover {
    color: #009198
}

.footermag_img {
    min-height: 361px
}

.footermag_img img {
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    opacity: .3
}

.footer-mapsection {
    position: relative;
    min-height: 381px;
    background: #bfcdd4
}

ul.footerlinks {
    display: flex
}

ul.footerlinks li {
    position: relative;
    padding: 0 10px
}

ul.footerlinks li:after {
    content: '';
    position: absolute;
    height: 100%;
    height: 14px;
    width: 0;
    border-right: 1px solid #282f4d;
    background: 0 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

ul.footerlinks li:last-child:after {
    display: none
}

ul.footerlinks li a {
    color: #fff
}

ul.footerlinks li a:hover {
    color: #3e85d5
}

.footermag_content {
    position: absolute;
    top: 0;
    bottom: 0
}

.footermag_content ul.footermag_location_ul li {
    position: absolute;
    left: 133px;
    top: 149px
}

.footermag_content ul.footermag_location_ul li .mapmark_hover {
    position: absolute;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 12px 8px;
    bottom: 100%;
    margin: 0 0 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 20px
}

.footermag_content ul.footermag_location_ul li .mapmark_hover span.country_name {
    letter-spacing: 0;
    color: #009198;
    text-transform: uppercase;
    display: block;
    font-weight: 700
}

.footermag_content ul.footermag_location_ul li .mapmark_hover a.address {
    text-align: left;
    font: normal normal normal 13px/22px Ubuntu;
    letter-spacing: 0;
    display: block;
    color: #363636;
    line-height: 18px;
    max-width: 286px;
    text-decoration: none;
    min-height: 37px
}

.footermag_content ul.footermag_location_ul li .mapmark_hover .call_no {
    text-align: left;
    font: normal normal normal 13px/30px Ubuntu;
    letter-spacing: 0;
    color: #363636;
    display: inline-block;
    margin: 0 10px 0 0
}

.footermag_content ul.footermag_location_ul li .mapmark_hover .email_id {
    text-align: left;
    font: normal normal normal 13px/30px Ubuntu;
    letter-spacing: 0;
    color: #363636
}

.footermag_content ul.footermag_location_ul li .mapmark_hover i.fa {
    color: #009198
}

.footermag_content ul.footermag_location_ul li .mapmark_hover i.fa.fa-phone {
    top: 1px;
    position: relative
}

.footermag_content ul.footermag_location_ul li .mapmark_hover a {
    text-decoration: none
}

.footermag_content ul.footermag_location_ul li .mapmark_hover i.fa.fa-envelope-o {
    position: relative;
    left: -2px
}

.footermag_content ul.footermag_location_ul li .mapmark_hover:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -7px;
    border-radius: 10px 10px 0 0
}

.footermag_content ul.footermag_location_ul li .mapmark_hover:before {
    content: '';
    background: #2764a5;
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 10px 10px 0 0
}

.footermag_content ul.footermag_location_ul li {
    cursor: pointer
}

.footermag_content ul.footermag_location_ul li:nth-child(1) {
    left: 660px;
    top: 246px
}

.footermag_content ul.footermag_location_ul li:nth-child(2) {
    left: 605px;
    top: 181px
}

.footermag_content ul.footermag_location_ul li:nth-child(3) {
    left: 416px;
    top: 113px
}

.footermag_content ul.footermag_location_ul li:nth-child(4) {
    left: 424px;
    top: 143px
}

.footermag_content ul.footermag_location_ul li:nth-child(5) {
    left: 152px;
    top: 192px
}

.footermag_content ul.footermag_location_ul li:nth-child(6) {
    left: 522px;
    top: 168px
}

.footermag_content ul.footermag_location_ul li:nth-child(7) {
    left: 575px;
    top: 198px
}

.footermag_content ul.footermag_location_ul li:nth-child(8) {
    left: 397px;
    top: 126px
}

.footermag_content ul.footermag_location_ul li:nth-child(9) {
    left: 136px;
    top: 92px
}

.footermag_content ul.footermag_location_ul li:nth-child(10) {
    left: 462px;
    top: 185px
}

.footermag_content ul.footermag_location_ul li:nth-child(11) {
    left: 158px;
    top: 149px
}

.footermag_content ul.footermag_location_ul li:nth-child(12) {
    left: 260px;
    top: 270px
}

.footermag_content ul.footermag_location_ul li:nth-child(13) {
    left: 222px;
    top: 232px
}

.footermag_content ul.footermag_location_ul li:nth-child(14) {
    left: 637px;
    top: 241px
}

.footermag_content ul.footermag_location_ul li:nth-child(15) {
    left: 630px;
    top: 157px
}

.footermag_content ul.footermag_location_ul li:nth-child(16) {
    left: 557px;
    top: 173px
}

.footermag_content ul.footermag_location_ul li:nth-child(17) {
    left: 693px;
    top: 156px
}

.footermag_content ul.footermag_location_ul li:nth-child(18) {
    left: 522px;
    top: 191px
}

.footermag_content ul.footermag_location_ul li:nth-child(19) {
    left: 648px;
    top: 217px
}

.footermag_content ul.footermag_location_ul li:nth-child(20) {
    left: 409px;
    top: 131px
}

.footermag_content ul.footermag_location_ul li:nth-child(21) {
    left: 411px;
    top: 163px
}

.footermag_content ul.footermag_location_ul li:nth-child(22) {
    left: 264px;
    top: 328px
}

.footermag_content ul.footermag_location_ul li:nth-child(23) {
    left: 475px;
    top: 167px
}

.footermag_content ul.footermag_location_ul li:nth-child(24) {
    left: 245px;
    top: 209px
}

.footermag_content ul.footermag_location_ul li:nth-child(25) {
    left: 404px;
    top: 142px
}

.footermag_content ul.footermag_location_ul li:nth-child(26) {
    left: 425px;
    top: 126px
}

.footermag_content ul.footermag_location_ul li:nth-child(27) {
    left: 499px;
    top: 210px
}

.footermag_content ul.footermag_location_ul li:nth-child(28) {
    left: 678px;
    top: 192px
}

.footermag_content ul.footermag_location_ul li:nth-child(29) {
    left: 219px;
    top: 275px
}

.footermag_content ul.footermag_location_ul li:nth-child(30) {
    left: 497px;
    top: 188px
}

.footermag_content ul.footermag_location_ul li:nth-child(31) {
    left: 455px;
    top: 135px
}

.footermag_content ul.footermag_location_ul li:nth-child(32) {
    left: 403px;
    top: 114px
}

.footermag_content ul.footermag_location_ul li:nth-child(33) {
    left: 197px;
    top: 225px
}

.footermag_content ul.footermag_location_ul li:nth-child(34) {
    left: 445px;
    top: 153px
}

.footermag_content ul.footermag_location_ul li:nth-child(35) {
    left: 383px;
    top: 151px
}

.footermag_content ul.footermag_location_ul li:nth-child(36) {
    left: 634px;
    top: 211px
}

.footermag_content ul.footermag_location_ul li:nth-child(37) {
    left: 690px;
    top: 145px
}

.footermag_content ul.footermag_location_ul li:nth-child(38) {
    left: 821px;
    top: 223px
}

.footermag_content ul.footermag_location_ul li:nth-child(39) {
    left: 662px;
    top: 188px
}

.footermag_content ul.footermag_location_ul li:nth-child(40) {
    left: 190px;
    top: 217px
}

.footermag_content ul.footermag_location_ul li:nth-child(41) {
    left: 630px;
    top: 234px
}

.footermag_content ul.footermag_location_ul li:nth-child(42) {
    left: 387px;
    top: 107px
}

.footermag_content ul.footermag_location_ul li:nth-child(43) {
    left: 485px;
    top: 174px
}

.footermag_content ul.footermag_location_ul li:nth-child(44) {
    left: 464px;
    top: 152px
}

.footermag_content ul.footermag_location_ul li:nth-child(45) {
    left: 708px;
    top: 304px
}

.footermag_content ul.footermag_location_ul li:nth-child(46) {
    left: 429px;
    top: 80px
}

.footermag_content ul.footermag_location_ul li:nth-child(47) {
    left: 233px;
    top: 343px
}

.footermag_content ul.footermag_location_ul li:nth-child(48) {
    left: 683px;
    top: 222px
}

.footermag_content ul.footermag_location_ul li:nth-child(49) {
    left: 441px;
    top: 137px
}

.footermag_content ul.footermag_location_ul li:nth-child(50) {
    left: 450px;
    top: 144px
}

.footermag_content ul.footermag_location_ul li:nth-child(51) {
    left: 388px;
    top: 116px
}

.footermag_content ul.footermag_location_ul li:nth-child(52) {
    left: 468px;
    top: 164px
}

.footermag_content ul.footermag_location_ul li:nth-child(53) {
    left: 487px;
    top: 163px
}

.footermag_content ul.footermag_location_ul li:nth-child(54) {
    left: 501px;
    top: 167px
}

.footermag_content ul.footermag_location_ul li.activeLocationouter .mapmark_hover,.footermag_content ul.footermag_location_ul li:hover .mapmark_hover {
    display: block
}

.footermag_content ul.footermag_location_ul li.activeLocationouter span.mapmark:after,.footermag_content ul.footermag_location_ul li:hover span.mapmark:after {
    content: '';
    position: absolute;
    top: 100%;
    border: 12px solid transparent;
    border-top-color: #fff;
    left: -6px;
    right: 0;
    top: -13px;
    width: 0;
    height: 0;
    margin: auto;
    z-index: 10
}

.footermag_content ul.footermag_location_ul li span.mapmark img {
    float: left;
    width: 12px;
    height: 10px
}

.footermag_content ul.footermag_location_ul li span.mapmark {
    position: relative;
    float: left;
    width: 12px;
    height: 10px;
    margin-top: 7px
}

.footermag_content ul.footermag_location_ul li span.mapmark i.fa.fa-map-marker {
    color: #3e85d5;
    font-size: 25px
}

#mapfoot .panel-grid-cell:first-child {
    width: 50px
}

.footermag_location_li_1 ul.content_location_tab {
    display: inline-block;
    width: 100%
}

.footermag_location_li_1 ul.content_location_tab li {
    position: relative;
    display: inline-block;
    color: #363636;
    cursor: pointer;
    padding: 0 10px;
    left: 0!important;
    top: 0!important
}

.footermag_location_li_1 ul.content_location_tab li:first-child {
    padding-left: 0
}

.footermag_location_li_1 ul.content_location_tab li:after {
    content: '';
    position: absolute;
    background: #363636;
    width: 1px;
    height: 12px;
    right: -3px;
    top: 8px
}

.footermag_location_li_1 ul.content_location_tab li:last-child:after {
    display: none
}

.footermag_location_li_1 ul.content_location_tab li.active_location_tab {
    color: #009198;
    font-weight: 600
}

.footermag_location_li_1 ul.content-section_location li {
    position: static;
    top: 0!important;
    left: 0!important;
    display: none
}

.footermag_location_li_1 ul.content-section_location li.activelocation {
    display: block
}

.footersocial {
    position: relative;
    z-index: 5
}

div#copyrightbottom {
    position: relative;
    z-index: 5
}

.home div#main {
    margin-top: 0
}

.site-footer .social-media-button-container {
    margin-top: -13px!important
}

body .site-footer .social-media-button-container a {
    color: #3e85d5!important;
    background: #fff!important
}

body .site-footer .social-media-button-container a span {
    color: #3e85d5!important
}

body .site-footer .social-media-button-container a:hover {
    color: #fff!important;
    background: #009198!important
}

body .site-footer .social-media-button-container a:hover span {
    color: #fff!important
}

#mapfoot .panel-grid-cell:first-child {
    width: auto;
    float: left
}

.footermag_img {
    position: relative
}

.footermag_img img {
    display: none
}

.footermag_img:after {
    content: '';
    background: url(../images/small_map_sectiobn.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: 0;
    background-repeat: no-repeat;
    width: 895px;
    height: 427px;
    opacity: .8
}

.call_no a {
    color: #009198
}

#gallery-bottom .slick-arrow:before {
    display: none
}

#gallery-bottom .slick-arrow.slick-prev {
    top: 35%;
    left: -40px
}

#gallery-bottom .slick-arrow.slick-next {
    top: 35%;
    right: -40px
}

.certifications-head .sow-headline {
    font-weight: 900!important
}

.about-slider-wrap {
    top: -80px
}

.about-us-list-1 ul li {
    position: relative!important;
    padding: 5px 0 25px 40px!important
}

.widget_sow-editor .textwidget .about-us-list-1 ul li:before {
    position: absolute!important;
    content: ''!important;
    width: 30px!important;
    height: 30px!important;
    top: -6px!important;
    left: 0!important;
    background: url(../images/Manufacturing_location.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important
}

.page-id-1094 .footer-curve {
    background: #F2F2F2
}

.quality-main-head .sow-sub-headline {
    padding-bottom: 0!important
}

.quality-main-head .sow-headline {
    margin-bottom: 20px
}

.quality-section-2 ul.list-equipment li:before {
    background: url(../images/map-icon.png) no-repeat!important;
    box-shadow: none!important;
    width: 14px;
    height: 12px;
    content: '';
    position: absolute;
    left: 0;
    top: 9px
}

.quality-list-row2 .key-features ul li {
    width: 50%;
    float: left;
    text-align: left
}

.quality-list-row2 .key-features ul {
    width: 100%;
    float: left;
    text-align: left
}

.quality-list-row2 {
    float: left;
    width: 100%
}

.quality-list-row2-btm {
    width: 100%;
    float: left;
    text-align: left
}

.quality-list-row2-btm h4 {
    font-size: 22px;
    font-weight: 900!important;
    margin-top: 0;
    text-align: left
}

.quality-list-row2 ul {
    margin-bottom: 20px!important
}

.quality-list-row2 ul li {
    padding: 5px 0 12px 20px!important
}

.quality-list-row2 ul li:before {
    left: -8px!important
}

.quality-row2-inner1-head {
    font-size: 35px;
    font-weight: 900;
    margin-top: 0;
    line-height: 35px;
    text-align: left
}

.quality-list-row2 .equi-heading h4 {
    margin: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #009198;
    text-align: left
}

.quality-list-row2.quality-list-row3 ul li {
    width: 100%
}

.quality-list-row3-infog-div {
    background: url(../images/quality-row3-infog.svg);
    height: 315px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 626px
}

.quality-list-row3-infog-div-list {
    display: flex;
    max-width: 626px;
    padding: 0 23px!important
}

.quality-list-row3-infog-div-list li {
    display: flex;
    margin-top: 100px;
    width: 208px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 0!important;
    font-weight: 600
}

.quality-list-row3-infog-div-list li span {
    max-width: 112px
}

.quality-list-row3-infog-div-list li:before {
    display: none!important
}

.quality-row-3 .quality-row3-head .sow-headline {
    margin-top: 80px!important
}

.quality-list-row3 ul li {
    padding: 5px 0 12px 20px!important
}

.quality-list-row3 ul li:before {
    left: -8px!important
}

.quality-row-3 .quality-row3-head .sow-headline-container .sow-headline {
    margin-top: 80px!important
}

.quality-list-row3 .equi-heading h4 {
    font-size: 25px;
    color: #282828!important;
    margin-bottom: 8px;
    font-weight: 900
}

.quality-list-row3 .equi-heading p {
    color: #282828!important
}

.terms-overview {
    padding-bottom: 20px!important
}

.terms-overview .sci-para p {
    margin-bottom: 0!important
}

@media (max-width: 1250px) {
    .market-present-row {
        display:block!important
    }

    .market-present-row .panel-grid-cell {
        width: 100%!important
    }

    .market-present-row .panel-grid-cell:nth-child(2) {
        max-width: 100%!important;
        margin: 0 auto
    }

    .market-presence-section {
        padding: 20px 0 20px 0
    }
}

@media (max-width: 1280px) {
    .about-arrow-wrap .about-wrap-text h2 {
        font-size:26px
    }
}

@media (max-width: 1180px) {
    .about-wrap-text.about-wrap-text-vision {
        padding:0 25px 0 35px
    }
}

@media (max-width: 1150px) {
    .sec3-techstaff .sec3-techstaff-infog {
        width:100%
    }
}

@media (max-width: 1035px) {
    .about-slider-wrap {
        top:0
    }
}

@media (max-width: 999px) {
    .about-us-row2 {
        display:block!important
    }

    .about-us-row2 .panel-grid-cell {
        width: 100%!important
    }

    .about-us-row2 .about-wrap-text {
        padding: 20px 15px 20px 15px!important
    }

    .about-us-row2 .about-arrow-wrap:before {
        left: 47%;
        top: 0;
        transform: rotate(360deg)
    }

    .about-arrow-wrap.mission-tab:before {
        border-top-color: #f9fafb
    }

    .vision-mission {
        display: block!important
    }

    .vision-mission .panel-grid-cell {
        width: 100%!important
    }

    .vision-mission .about-arrow-wrap:before {
        left: 47%;
        top: 0;
        transform: rotate(360deg)
    }

    .value-tab:before {
        border-top-color: #773f07
    }

    .about-wrap-text.about-wrap-text-values {
        padding: 20px 15px 20px 15px!important
    }

    .sec3-techstaff-infog {
        display: block!important
    }

    .sec3-techstaff .sec3-techstaff-infog li:nth-child(2n) .sec3-techstaff_box .sec3-techstaff_num:before {
        background: url(../images/rounb_with_dots.png)!important;
        top: 0
    }

    .sec3-techstaff .sec3-techstaff-infog li {
        float: left
    }

    .sec3-techstaff .sec3-techstaff-infog li:nth-child(2n) .sec3-techstaff_box h4.sec3-techstaff_heading {
        top: initial;
        position: initial!important
    }

    .sec3-techstaff .sec3-techstaff-infog li {
        float: left;
        width: 20%!important;
        margin-bottom: 20px
    }

    .sec3-techstaff .sec3-techstaff-infog li:nth-child(2n) {
        float: left;
        width: 20%!important;
        margin-bottom: 20px
    }

    .key-usp-head .so-widget-sow-headline .sow-headline-container .sow-headline {
        margin-top: 20px!important;
        margin-bottom: 20px!important
    }

    .sec3-techstaff {
        margin-top: 0
    }

    .key-usp {
        padding: 0!important
    }

    .sec3-techstaff .sec3-techstaff-infog .sec3-techstaff_box h4.sec3-techstaff_heading {
        transform: none!important;
        margin: 60px auto 0!important;
        width: 100%!important;
        max-width: 100px
    }

    .certifications-site.row {
        margin-bottom: 20px;
        padding: 0 15px
    }

    .certifications-site-block-inner2 {
        margin-top: 5px
    }

    .certifications-section-p {
        padding: 0 15px
    }

    #pg-17-3 {
        margin-bottom: 20px!important
    }

    .mapmark_hover {
        display: block!important;
        position: initial!important
    }

    .footermag_location_li_1 {
        float: left;
        width: 100%!important;
        position: initial!important
    }

    .footermag_location_ul {
        position: initial!important;
        float: left;
        width: 100%
    }

    .footermag_content ul.footermag_location_ul li .mapmark_hover {
        position: initial!important;
        display: block!important;
        transform: none;
        margin-top: -3px
    }

    .footermag_content ul.footermag_location_ul li {
        position: relative!important;
        top: 0!important;
        left: 0!important;
        margin-bottom: 15px
    }

    .market-present-row .panel-grid-cell:nth-child(2) .panel-cell-style {
        background: none!important;
        height: auto!important;
        margin-top: 0!important
    }

    .footermag_location_li_1 .mapmark {
        display: none
    }

    .footermag_content {
        position: initial
    }

    .market-present-row .panel-grid-cell:nth-child(2) {
        height: auto
    }

    .market-present-row {
        padding: 0 15px 30px 15px!important
    }

    .img-arrow:before {
        bottom: 0;
        top: 100%;
        transform: rotate(360deg);
        left: 47%
    }

    .vision-img-arrow:before {
        border-top-color: #325e6e
    }

    .mission-img-arrow:before {
        border-top-color: #d3d9e5
    }

    .value-img-arrow:before {
        border-top-color: #cdd9ea
    }

    .footermag_content ul.footermag_location_ul li {
        position: relative!important;
        top: 0!important;
        left: 0!important;
        margin-bottom: 15px;
        display: inline-block;
        width: 32%!important;
        margin: 0 5px
    }
}

@media (max-width: 991px) {
    .about-us-row1 #gallery-top .slick-arrow {
        position:absolute;
        bottom: 20px!important;
        top: auto!important;
        right: 20px!important
    }

    .about-us-row1 #gallery-top .slick-prev.slick-arrow {
        position: absolute;
        bottom: 20px!important;
        top: auto!important;
        right: 70px!important;
        left: auto!important
    }

    .about-us-row1 #gallery-bottom {
        display: none
    }

    .quality-list-row3 img {
        width: 100%
    }

    .quality-row-3 .quality-row3-head .sow-headline-container .sow-headline {
        margin-top: 20px!important;
        font-size: 28px
    }

    .quality-row2-inner-left .slider-innovation .slick-slide img {
        width: 100%!important;
        margin-bottom: 20px!important
    }

    .quality-row2-inner1-head {
        margin-top: 0;
        font-size: 28px!important
    }

    .quality-list-row2-btm h4 {
        font-size: 20px
    }

    .about-us-row1 .panel-grid-cell:nth-child(2) {
        display: none!important
    }

    .about-us-row1 .panel-grid-cell {
        width: 100%!important;
        max-width: 100%
    }

    .about-us-row1 {
        display: block!important
    }

    .about-arrow-wrap .about-wrap-text h2 {
        font-size: 24px
    }

    .about-wrap-text h2 {
        font-size: 25px;
        margin-bottom: 5px
    }

    .about-slider-wrap {
        top: 0!important
    }

    .about-us-row1 .about-slider-wrap #gallery-top:before {
        display: none!important
    }

    ul.ferm-branch li {
        float: left;
        width: 50%
    }

    .ferm-branch-inner {
        height: auto
    }
}

@media (max-width: 880px) {
    .certifications-site-block {
        width:100%;
        margin-bottom: 15px
    }

    .certifications-site-block-inner {
        height: auto
    }
}

@media (max-width: 780px) {
    .about-us-row2 .panel-grid-cell {
        margin-bottom:0!important
    }

    .vision-mission .panel-grid-cell {
        margin-bottom: 0!important
    }

    .footermag_content ul.footermag_location_ul li {
        width: 48%!important
    }
}

@media (max-width: 768px) {
    .quality-list-row2 .key-features ul li {
        width:100%
    }

    .mf-overview.terms-overview h3 {
        font-size: 20px!important
    }

    ul.ferm-branch li {
        float: left;
        width: 100%
    }
}

@media (max-width: 660px) {
    .quality-list-row3-infog-div {
        background:none;
        height: auto
    }

    .quality-list-row3-infog-div-list li {
        border-radius: 12px;
        background: #fff;
        height: 90px;
        display: inline-block
    }

    .quality-list-row3-infog-div-list li {
        display: flex;
        width: 33%;
        margin-right: 10px;
        margin-top: 0!important;
        box-shadow: 0 0 5px 0 #0c0c0c40;
        -webkit-box-shadow: 0 0 5px 0 #0c0c0c40;
        -moz-box-shadow: 0 0 5px 0 #0c0c0c40
    }

    .quality-list-row3-infog-div-list {
        padding: 20px 0px!important
    }

    .quality-list-row3-infog-div-list li:nth-child(1) {
        border-bottom: 3px solid #15e4bb
    }

    .quality-list-row3-infog-div-list li:nth-child(2) {
        border-bottom: 3px solid #5e95ba
    }

    .quality-list-row3-infog-div-list li:nth-child(3) {
        border-bottom: 3px solid #7c75ba
    }
}

@media (max-width: 600px) {
    .sec3-techstaff .sec3-techstaff-infog li {
        width:33%!important
    }

    .sec3-techstaff .sec3-techstaff-infog li:nth-child(2n) {
        width: 33%!important
    }

    .key-usp-head .so-widget-sow-headline .sow-headline-container .sow-headline {
        font-size: 25px!important
    }

    .certifications-head .sow-headline {
        font-size: 25px!important
    }

    .market-presence-section-inner h2 {
        font-size: 25px!important;
        margin: 0 0 15px 0!important
    }
}

@media (max-width: 530px) {
    .footermag_content ul.footermag_location_ul li {
        width:100%!important;
        margin: 0
    }
}

@media (max-width: 480px) {
    .quality-list-row3-infog-div-list {
        display:block
    }

    .quality-list-row3-infog-div-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .quality-list-row3-infog-div-list li:last-child {
        margin-bottom: 0
    }

    .quality-list-row3-infog-div-list li span {
        max-width: 90%;
        margin: 0 auto
    }

    .quality-row2-inner1-head {
        font-size: 25px!important;
        margin-bottom: 10px!important
    }

    .quality-row-3 .quality-row3-head .sow-headline-container .sow-headline {
        font-size: 25px!important;
        margin-top: 15px!important
    }

    .quality-list-row3-infog-div-list {
        padding: 0!important
    }

    .quality-list-row2-btm h4 {
        margin-bottom: 10px
    }

    .quality-main-head .sow-headline {
        margin-bottom: 0
    }

    .quality-main-head .sow-sub-headline {
        font-size: 17px
    }
}

@media (max-width: 420px) {
    .sec3-techstaff .sec3-techstaff-infog li {
        width:50%!important
    }

    .sec3-techstaff .sec3-techstaff-infog li:nth-child(2n) {
        width: 50%!important
    }
}

@media (max-width: 350px) {
    .footermag_content ul.footermag_location_ul li .mapmark_hover {
        min-width:250px!important
    }

    ul.content_location_tab li {
        padding: 0 3px!important;
        font-size: 13px
    }
}

.focus-jfilestyle {
    margin-left: 4px
}

@media (max-width: 999px) {
    .finan-med .iw-so-tabs-nav {
        display:none!important
    }
}

@media (max-width: 800px) {
    table.financialstable tbody tr h3 {
        display:inline-block;
        line-height: 20px;
        margin: 6px 0 0 0;
        font-size: 15px!important
    }

    table.financialstable tbody tr td p {
        display: inline-block;
        line-height: 20px;
        font-size: 15px!important
    }

    table.financialstable tbody tr td {
        height: auto
    }

    table.financialstable tbody tr td[data-label="Name"] {
        line-height: 30px!important
    }
}

@media (max-width: 768px) {
    .listmilestone_div .listmilestone_div_wrap .listmilestone_year {
        background-size:100%;
        margin: 0 auto
    }

    .listmilestone_content p {
        text-align: center
    }

    .listmilestone_content ul {
        text-align: center
    }
}

@media (max-width: 430px) {
    #banner-section .carousel-caption {
        top:-20px
    }
}

@media (max-width: 568px) {
    .listmilestone_div .listmilestone_div_wrap .listmilestone_content {
        max-width:100%!important
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQ.woff) format('woff')
}

.so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container h2.sow-headline {
    text-align: left;
    line-height: 1.4em
}

@media (max-width: 780px) {
    .so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container h2.sow-headline {
        text-align:left
    }
}

.so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container p.sow-sub-headline {
    font-family: Open Sans;
    font-weight: 600;
    text-align: left;
    color: #009198;
    line-height: 26px;
    font-size: 18px
}

@media (max-width: 780px) {
    .so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container p.sow-sub-headline {
        text-align:left
    }
}

.so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container p.sow-sub-headline a {
    color: #009198
}

.so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container .decoration {
    line-height: 0em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 780px) {
    .so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container .decoration {
        text-align:center
    }
}

.so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container .decoration .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 1px none #eee;
    width: 100%;
    max-width: 80%
}

.so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container *:first-child {
    margin-top: 0!important
}

.so-widget-sow-headline-default-c8f2feefce4b-2 .sow-headline-container *:last-child {
    margin-bottom: 0!important
}

.so-widget-ink-num-count-number-36b6ca10c517 .iw-so-number-title {
    color: inherit;
    margin-bottom: 0
}

.so-widget-ink-num-count-number-36b6ca10c517 .iw-so-number-count {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.so-widget-ink-num-count-number-36b6ca10c517 .iw-so-number {
    padding: 30px 15px
}

.so-widget-ink-tabs-tabs-864e5ee6ce2e-2 .iw-so-tabs .iw-so-tabs-content {
    background: transparent
}

.so-widget-ink-tabs-tabs-864e5ee6ce2e-2 .iw-so-tabs .iw-so-tab-title {
    margin-right: 3px
}

.so-widget-ink-tabs-tabs-864e5ee6ce2e-2 .iw-so-tabs .iw-so-tab-title a {
    color: #222;
    background: #fff
}

.so-widget-ink-tabs-tabs-864e5ee6ce2e-2 .iw-so-tabs .iw-so-tab-title a [class^="sow-icon-"] {
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    float: left;
    margin: .1em .75em -.2em 0em;
    display: block;
    color: inherit
}

.so-widget-ink-tabs-tabs-864e5ee6ce2e-2 .iw-so-tabs .iw-so-tab-title a:hover,.so-widget-ink-tabs-tabs-864e5ee6ce2e-2 .iw-so-tabs .iw-so-tab-title a:focus {
    color: #666
}

.so-widget-ink-tabs-tabs-864e5ee6ce2e-2 .iw-so-tabs .iw-so-tab-title.iw-so-tab-active a {
    background: #666;
    color: #fff
}

.iw-so-tabs .iw-so-tabs-nav {
    list-style: none;
    margin: 0
}

.iw-so-tabs .iw-so-tabs-nav::after {
    clear: both;
    content: "";
    display: table
}

.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title {
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 2px
}

.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a {
    display: block;
    font-size: 1em;
    padding: 1em 2em;
    text-decoration: none;
    outline: none;
    text-align: center
}

.iw-so-tabs .iw-so-tabs-nav .iw-so-tab-title a::after {
    clear: both;
    content: "";
    display: table
}

.iw-so-tabs .iw-so-tabs-content {
    width: 100%
}

.iw-so-tabs .iw-so-tabs-content::after {
    clear: both;
    content: "";
    display: table
}

.iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel {
    display: none;
    padding: .9375rem
}

.iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel.iw-so-tab-active {
    display: block
}

.iw-so-tabs.iw-so-tabs-vertical {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.iw-so-tabs.iw-so-tabs-vertical::after {
    clear: both;
    content: "";
    display: table
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav:last-child {
    margin-right: 0
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title {
    margin-bottom: .25rem;
    width: 100%
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title a {
    width: 100%
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content:last-child {
    margin-right: 0
}

.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content .iw-so-tabs-panel {
    padding: 0 10px
}

@media only screen and (max-width: 720px) {
    .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav,.iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-content {
        width:100%;
        margin-right: 0
    }

    .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title {
        margin-bottom: 0rem;
        width: auto
    }

    .iw-so-tabs.iw-so-tabs-vertical .iw-so-tabs-nav .iw-so-tab-title a {
        width: auto
    }

    .iw-so-tabs.iw-so-tabs-icons .iw-so-tabs-nav .iw-so-tab-title .iw-so-tab-text {
        display: none
    }

    .iw-so-tabs.iw-so-tabs-fullwidth .iw-so-tabs-nav .iw-so-tab-title {
        margin-bottom: .25rem;
        width: 100%;
        margin-right: 0
    }

    .iw-so-tabs.iw-so-tabs-fullwidth .iw-so-tabs-nav .iw-so-tab-title a {
        width: 100%
    }
}

.no-js .iw-so-tabs .iw-so-tabs-content .iw-so-tabs-panel {
    display: block!important
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .social-media-button-container {
    zoom:1;text-align: left
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .social-media-button-container:before {
    content: '';
    display: block
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .social-media-button-container:after {
    content: '';
    display: table;
    clear: both
}

@media (max-width: 780px) {
    .so-widget-sow-social-media-buttons-atom-6590b761fcb0 .social-media-button-container {
        text-align:left
    }
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-twitter-0 {
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
    border-color: #0c7cbf #0b75b5 #009198 #0b75b5;
    background: #1ca1f1;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#0d85cd),color-stop(1,#1ca1f1));
    background: -ms-linear-gradient(bottom,#0d85cd,#1ca1f1);
    background: -moz-linear-gradient(center bottom,#0d85cd 0%,#1ca1f1 100%);
    background: -o-linear-gradient(#1ca1f1,#0d85cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ca1f1',endColorstr='#0d85cd',GradientType=0);
    color: #3e5266!important
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-twitter-0.ow-button-hover:hover {
    border-color: #0c82c9 #0c7cbf #0b72b1 #0c7cbf;
    background: #26a5f2;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#0d8bd7),color-stop(1,#26a5f2));
    background: -ms-linear-gradient(bottom,#0d8bd7,#26a5f2);
    background: -moz-linear-gradient(center bottom,#0d8bd7 0%,#26a5f2 100%);
    background: -o-linear-gradient(#26a5f2,#0d8bd7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26a5f2',endColorstr='#0d8bd7',GradientType=0)
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-twitter-0:visited,.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-twitter-0:active,.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-twitter-0:hover {
    color: #3e5266!important
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-twitter-0.ow-button-hover:hover {
    color: #42576c
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-linkedin-0 {
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
    border-color: #014b72 #014568 #003b59 #014568;
    background: #0177b4;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#015581),color-stop(1,#0177b4));
    background: -ms-linear-gradient(bottom,#015581,#0177b4);
    background: -moz-linear-gradient(center bottom,#015581 0%,#0177b4 100%);
    background: -o-linear-gradient(#0177b4,#015581);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0177b4',endColorstr='#015581',GradientType=0);
    color: #ffffff!important
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-linkedin-0.ow-button-hover:hover {
    border-color: #01527c #014b72 #014163 #014b72;
    background: #017ebe;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#015c8b),color-stop(1,#017ebe));
    background: -ms-linear-gradient(bottom,#015c8b,#017ebe);
    background: -moz-linear-gradient(center bottom,#015c8b 0%,#017ebe 100%);
    background: -o-linear-gradient(#017ebe,#015c8b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017ebe',endColorstr='#015c8b',GradientType=0)
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-linkedin-0:visited,.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-linkedin-0:active,.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-linkedin-0:hover {
    color: #ffffff!important
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button-linkedin-0.ow-button-hover:hover {
    color: #fff
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    margin: .1em .1em .1em 0;
    padding: 1em 0;
    width: 3em;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 .sow-social-media-button .sow-icon-fontawesome {
    display: inline-block;
    height: 1em
}

.so-widget-sow-social-media-buttons-atom-6590b761fcb0 a .sow-icon-image {
    width: 1em;
    height: 1em;
    background-size: cover
}

@font-face {
    font-family: 'sow-fontawesome-brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fa-brands-400.woff) format("woff")
}

.sow-fab {
    font-family: 'sow-fontawesome-brands';
    font-style: normal!important;
    font-weight: normal!important
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fa-regular-400.woff) format("woff")
}

.sow-far {
    font-family: 'sow-fontawesome-free';
    font-style: normal!important;
    font-weight: 400!important
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fa-solid-900.woff) format("woff")
}

.sow-fa,.sow-fas {
    font-family: 'sow-fontawesome-free';
    font-weight: 900!important;
    font-style: normal!important
}

.sow-icon-fontawesome {
    display: inline-block;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sow-icon-fontawesome[data-sow-icon]:before {
    content: attr(data-sow-icon)
}
.wpcf7 .ajax-loader {
    background-image: url(../images/ajax-loader.gif);
    visibility: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

.wpcf7 .ajax-loader.is-active {
    visibility: visible
}


/*菜单 开始*/
@media only screen and (max-width: 1035px) {
    html body div.wprm-wrapper {
        overflow: scroll
    }

    html body div.wprm-overlay {
        background: rgb(0, 0, 0)
    }

    #wprmenu_bar {
        background-image: url();
        background-size: cover;
        background-repeat: repeat
    }

    #wprmenu_bar {
        background-color: #009198
    }

    html body div#mg-wprm-wrap .wpr_submit .icon.icon-search {
        color: #fff
    }

    #wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {
        color: #fff
    }

    #wprmenu_bar .menu_title {
        font-size: 20px;
        font-weight: 400
    }

    #mg-wprm-wrap li.menu-item a {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400
    }

    #mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400
    }

    #mg-wprm-wrap li.current-menu-item > a {
        background: #9cb2d8
    }

    #mg-wprm-wrap li.current-menu-item > a, #mg-wprm-wrap li.current-menu-item span.wprmenu_icon {
        color: #ffffff !important
    }

    #mg-wprm-wrap {
        background-color: #000
    }

    .cbp-spmenu-push-toright, .cbp-spmenu-push-toright .mm-slideout {
        left: 100%
    }

    .cbp-spmenu-push-toleft {
        left: -100%
    }

    #mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
        width: 100%;
        max-width: 400pxZ
    }

    #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon {
        color: #ffffff !important
    }

    #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
        background: #9cb2d8;
        color: #ffffff !important
    }

    div#mg-wprm-wrap ul > li:hover > span.wprmenu_icon {
        color: #ffffff !important
    }

    .wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
        background: #fff
    }

    .wprmenu_bar .hamburger:hover .hamburger-inner, .wprmenu_bar .hamburger:hover .hamburger-inner::before, .wprmenu_bar .hamburger:hover .hamburger-inner::after {
        background: #fff
    }

    div.wprmenu_bar div.hamburger {
        padding-right: 6px !important
    }

    #wprmenu_menu.left {
        width: 100%;
        left: -100%;
        right: auto
    }

    #wprmenu_menu.right {
        width: 100%;
        right: -100%;
        left: auto
    }

    html body div#wprmenu_bar {
        height: 42px
    }

    #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
        top: 42px !important
    }

    .wprmenu_bar .hamburger {
        float: left
    }

    .wprmenu_bar #custom_menu_icon.hamburger {
        top: px;
        left: px;
        float: left !important;
        background-color: #ccc
    }

    .wpr_custom_menu #custom_menu_icon {
        display: block
    }

    html {
        padding-top: 42px !important
    }

    #wprmenu_bar, #mg-wprm-wrap {
        display: block
    }

    div#wpadminbar {
        position: fixed
    }
}
/*菜单 结束*/
/*index 开始*/
#pgc-2-0-0, #pgc-2-0-1 {
    width: 50%;
    width: calc(50% - (0.5 * 30px))
}

#pg-2-0, #pl-2 .so-panel:last-of-type {
    margin-bottom: 0
}

#pgc-2-1-0, #pgc-2-2-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-2-1, #pg-2-2, #pl-2 .so-panel {
    margin-bottom: 30px
}

#pgc-2-3-0 {
    width: 35%;
    width: calc(35% - (0.65 * 30px))
}

#pgc-2-3-1 {
    width: 65%;
    width: calc(65% - (0.35 * 30px))
}

#pg-2-3 {
    margin-bottom: 60px
}

#pgc-2-4-0 {
    width: 30%
}

#pgc-2-4-1 {
    width: 70%
}

#pg-2-4 {
    margin-bottom: 70px
}

#pgc-2-5-0 {
    width: 75%;
    width: calc(75% - (0.25 * 30px))
}

#pgc-2-5-1 {
    width: 25%;
    width: calc(25% - (0.75 * 30px))
}

#pg-2-0.panel-no-style, #pg-2-0.panel-has-style > .panel-row-style, #pg-2-1.panel-no-style, #pg-2-1.panel-has-style > .panel-row-style, #pg-2-2.panel-no-style, #pg-2-2.panel-has-style > .panel-row-style, #pg-2-3.panel-no-style, #pg-2-3.panel-has-style > .panel-row-style, #pg-2-4.panel-no-style, #pg-2-4.panel-has-style > .panel-row-style, #pg-2-5.panel-no-style, #pg-2-5.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-2-0-0 > .panel-cell-style {
    padding: 30px 0 30px 0
}

#pgc-2-0-0, #pgc-2-4-1 {
    align-self: auto
}

#pg-2-1 > .panel-row-style {
    padding: 0 0 50px 0
}

#panel-2-1-0-0 > .panel-widget-style {
    padding: 0 60px 0 0
}

#pg-2-2 > .panel-row-style {
    background-color: #44576a;
    padding: 50px 0 50px 0
}

#pg-2-3 > .panel-row-style {
    padding: 40px 0 0 0
}

#pg-2-4 > .panel-row-style {
    background-color: #3e5266;
    padding: 0 0 100px 0
}

#pgc-2-4-1 > .panel-cell-style {
    background-image: url(../images/market-presence-bg.png);
    background-size: contain
}

@media (max-width: 780px) {
    #pg-2-0.panel-no-style, #pg-2-0.panel-has-style > .panel-row-style, #pg-2-1.panel-no-style, #pg-2-1.panel-has-style > .panel-row-style, #pg-2-2.panel-no-style, #pg-2-2.panel-has-style > .panel-row-style, #pg-2-3.panel-no-style, #pg-2-3.panel-has-style > .panel-row-style, #pg-2-4.panel-no-style, #pg-2-4.panel-has-style > .panel-row-style, #pg-2-5.panel-no-style, #pg-2-5.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-2-0 > .panel-grid-cell, #pg-2-0 > .panel-row-style > .panel-grid-cell, #pg-2-1 > .panel-grid-cell, #pg-2-1 > .panel-row-style > .panel-grid-cell, #pg-2-2 > .panel-grid-cell, #pg-2-2 > .panel-row-style > .panel-grid-cell, #pg-2-3 > .panel-grid-cell, #pg-2-3 > .panel-row-style > .panel-grid-cell, #pg-2-4 > .panel-grid-cell, #pg-2-4 > .panel-row-style > .panel-grid-cell, #pg-2-5 > .panel-grid-cell, #pg-2-5 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-2-0-0, #pgc-2-3-0, #pgc-2-4-0, #pgc-2-5-0 {
        margin-bottom: 30px
    }

    #pg-2-0, #pg-2-1, #pg-2-2, #pg-2-3, #pg-2-4, #pg-2-5 {
        margin-bottom: px
    }

    #pl-2 .panel-grid-cell {
        padding: 0
    }

    #pl-2 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-2 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
/*index 结束*/
/*about 开始*/
#pgc-17-0-0 {
    width: 55%;
    width: calc(55% - (0.45 * 30px))
}

#pgc-17-0-1 {
    width: 5%;
    width: calc(5% - (0.95 * 30px))
}

#pgc-17-0-2 {
    width: 40%;
    width: calc(40% - (0.6 * 30px))
}

#pg-17-0 {
    margin-bottom: 50px
}

#pgc-17-1-0, #pgc-17-1-1, #pgc-17-1-2, #pgc-17-1-3, #pgc-17-2-0 {
    width: 25%
}

#pg-17-1, #pg-17-4, #pg-17-5, #pl-17 .so-panel:last-of-type {
    margin-bottom: 0
}

#pgc-17-2-1 {
    width: 75%
}

#pg-17-2 {
    margin-bottom: 80px
}

#pgc-17-3-0, #pgc-17-4-0 {
    width: 100%
}

#pl-17 #panel-17-3-0-0, #pl-17 #panel-17-4-0-0 {
    margin: 0 0 0 0
}

#pg-17-3 {
    margin-bottom: 70px
}

#pgc-17-5-0, #pgc-17-6-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-17-6 {
    margin-bottom: 240px
}

#pgc-17-7-0 {
    width: 33.3%;
    width: calc(33.3% - (0.667 * 30px))
}

#pgc-17-7-1 {
    width: 66.7%;
    width: calc(66.7% - (0.333 * 30px))
}

#pg-17-7 {
    margin-bottom: -180px
}

#pl-17 .so-panel {
    margin-bottom: 30px
}

#pg-17-0.panel-no-style, #pg-17-0.panel-has-style > .panel-row-style, #pg-17-2.panel-no-style, #pg-17-2.panel-has-style > .panel-row-style, #pg-17-3.panel-no-style, #pg-17-3.panel-has-style > .panel-row-style, #pg-17-4.panel-no-style, #pg-17-4.panel-has-style > .panel-row-style, #pg-17-5.panel-no-style, #pg-17-5.panel-has-style > .panel-row-style, #pg-17-6.panel-no-style, #pg-17-6.panel-has-style > .panel-row-style, #pg-17-7.panel-no-style, #pg-17-7.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pg-17-1 > .panel-row-style {
    background-color: #009198
}

#pg-17-1.panel-no-style, #pg-17-1.panel-has-style > .panel-row-style {
    -webkit-align-items: center;
    align-items: center
}

#pgc-17-1-0 {
    align-self: auto
}

#pg-17-2 > .panel-row-style {
    background-color: #3e5266
}

#pg-17-3 > .panel-row-style {
    background-color: #fff;
    background-image: url(../images/key-usp-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0 0 100px 0
}

#pg-17-4 > .panel-row-style {
    background-color: #fff;
    padding: 0 0 95px 0
}

#pg-17-5 > .panel-row-style {
    padding: 0 0 0 0
}

#pg-17-6 > .panel-row-style {
    background-color: #34495e;
    padding: 0 0 0 0
}

#pg-17-7 > .panel-row-style {
    background-color: #f2f2f2;
    padding: 80px 0 140px 0
}

@media (max-width: 780px) {
    #pg-17-0.panel-no-style, #pg-17-0.panel-has-style > .panel-row-style, #pg-17-1.panel-no-style, #pg-17-1.panel-has-style > .panel-row-style, #pg-17-2.panel-no-style, #pg-17-2.panel-has-style > .panel-row-style, #pg-17-3.panel-no-style, #pg-17-3.panel-has-style > .panel-row-style, #pg-17-4.panel-no-style, #pg-17-4.panel-has-style > .panel-row-style, #pg-17-5.panel-no-style, #pg-17-5.panel-has-style > .panel-row-style, #pg-17-6.panel-no-style, #pg-17-6.panel-has-style > .panel-row-style, #pg-17-7.panel-no-style, #pg-17-7.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-17-0 > .panel-grid-cell, #pg-17-0 > .panel-row-style > .panel-grid-cell, #pg-17-1 > .panel-grid-cell, #pg-17-1 > .panel-row-style > .panel-grid-cell, #pg-17-2 > .panel-grid-cell, #pg-17-2 > .panel-row-style > .panel-grid-cell, #pg-17-3 > .panel-grid-cell, #pg-17-3 > .panel-row-style > .panel-grid-cell, #pg-17-4 > .panel-grid-cell, #pg-17-4 > .panel-row-style > .panel-grid-cell, #pg-17-5 > .panel-grid-cell, #pg-17-5 > .panel-row-style > .panel-grid-cell, #pg-17-6 > .panel-grid-cell, #pg-17-6 > .panel-row-style > .panel-grid-cell, #pg-17-7 > .panel-grid-cell, #pg-17-7 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-17-0-0, #pgc-17-0-1, #pgc-17-1-0, #pgc-17-1-1, #pgc-17-1-2, #pgc-17-2-0, #pgc-17-7-0 {
        margin-bottom: 30px
    }

    #pg-17-0, #pg-17-1, #pg-17-2, #pg-17-3, #pg-17-4, #pg-17-5, #pg-17-6, #pg-17-7 {
        margin-bottom: 0px
    }

    #pl-17 .panel-grid-cell {
        padding: 0
    }

    #pl-17 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-17 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
/*about 结束*/
/*career 开始*/
#pgc-1096-0-0, #pgc-1096-1-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-1096-0 {
    margin-bottom: 50px
}

#pl-1096 .so-panel {
    margin-bottom: 30px
}

#pl-1096 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-1096-0.panel-no-style, #pg-1096-0.panel-has-style > .panel-row-style, #pg-1096-1.panel-no-style, #pg-1096-1.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#panel-1096-0-0-2 > .panel-widget-style {
    padding: 60px 0 0 0
}

#pg-1096-1 > .panel-row-style {
    background-color: #f2f2f2;
    padding: 60px 0 60px 0
}

@media (max-width: 780px) {
    #pg-1096-0.panel-no-style, #pg-1096-0.panel-has-style > .panel-row-style, #pg-1096-1.panel-no-style, #pg-1096-1.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-1096-0 > .panel-grid-cell, #pg-1096-0 > .panel-row-style > .panel-grid-cell, #pg-1096-1 > .panel-grid-cell, #pg-1096-1 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pg-1096-0, #pg-1096-1 {
        margin-bottom: px
    }

    #pl-1096 .panel-grid-cell {
        padding: 0
    }

    #pl-1096 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-1096 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
/*career 结束*/
/*contact us 开始*/
#pgc-13-0-0, #pgc-13-0-1 {
    width: 50%;
    width: calc(50% - (0.5 * 30px))
}

#pl-13 #panel-13-0-0-1 {
    margin: 0 0 0 0
}

#pg-13-0, #pl-13 .so-panel {
    margin-bottom: 30px
}

#pgc-13-1-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-13-1 {
    margin-bottom: -180px
}

#pl-13 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-13-0.panel-no-style, #pg-13-0.panel-has-style > .panel-row-style, #pg-13-1.panel-no-style, #pg-13-1.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pg-13-1 > .panel-row-style {
    background-color: #f2f2f2;
    padding: 40px 0 180px 0
}

@media (max-width: 780px) {
    #pg-13-0.panel-no-style, #pg-13-0.panel-has-style > .panel-row-style, #pg-13-1.panel-no-style, #pg-13-1.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-13-0 > .panel-grid-cell, #pg-13-0 > .panel-row-style > .panel-grid-cell, #pg-13-1 > .panel-grid-cell, #pg-13-1 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-13-0-0 {
        margin-bottom: 30px
    }

    #pg-13-0, #pg-13-1 {
        margin-bottom: px
    }

    #pl-13 .panel-grid-cell {
        padding: 0
    }

    #pl-13 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-13 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
/*contact us 结束*/
/*manufacturing 开始*/
#pgc-1090-0-0, #pgc-1090-1-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-1090-0, #pl-1090 .so-panel {
    margin-bottom: 30px
}

#pl-1090 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-1090-0.panel-no-style, #pg-1090-0.panel-has-style > .panel-row-style, #pg-1090-1.panel-no-style, #pg-1090-1.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-1090-1-0 {
    align-self: auto
}

@media (max-width: 780px) {
    #pg-1090-0.panel-no-style, #pg-1090-0.panel-has-style > .panel-row-style, #pg-1090-1.panel-no-style, #pg-1090-1.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-1090-0 > .panel-grid-cell, #pg-1090-0 > .panel-row-style > .panel-grid-cell, #pg-1090-1 > .panel-grid-cell, #pg-1090-1 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pg-1090-0, #pg-1090-1 {
        margin-bottom: px
    }

    #pl-1090 .panel-grid-cell {
        padding: 0
    }

    #pl-1090 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-1090 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
/*manufacturing 结束*/
/*quality 开始*/
#pgc-1094-0-0, #pgc-1094-1-0, #pgc-1094-2-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-1094-0, #pg-1094-1, #pl-1094 .so-panel {
    margin-bottom: 30px
}

#pl-1094 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-1094-0.panel-no-style, #pg-1094-0.panel-has-style > .panel-row-style, #pg-1094-1.panel-no-style, #pg-1094-1.panel-has-style > .panel-row-style, #pg-1094-2.panel-no-style, #pg-1094-2.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pg-1094-2 > .panel-row-style {
    background-color: #f2f2f2
}

@media (max-width: 780px) {
    #pg-1094-0.panel-no-style, #pg-1094-0.panel-has-style > .panel-row-style, #pg-1094-1.panel-no-style, #pg-1094-1.panel-has-style > .panel-row-style, #pg-1094-2.panel-no-style, #pg-1094-2.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-1094-0 > .panel-grid-cell, #pg-1094-0 > .panel-row-style > .panel-grid-cell, #pg-1094-1 > .panel-grid-cell, #pg-1094-1 > .panel-row-style > .panel-grid-cell, #pg-1094-2 > .panel-grid-cell, #pg-1094-2 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pg-1094-0, #pg-1094-1, #pg-1094-2 {
        margin-bottom: px
    }

    #pl-1094 .panel-grid-cell {
        padding: 0
    }

    #pl-1094 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-1094 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
/*quality 结束*/
/*sci 开始*/
#pgc-1092-0-0, #pgc-1092-1-0, #pgc-1092-3-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-1092-0, #pg-1092-2, #pl-1092 .so-panel {
    margin-bottom: 30px
}

#pg-1092-1, #pg-1092-3, #pl-1092 .so-panel:last-of-type {
    margin-bottom: 0
}

#pgc-1092-2-0 {
    width: 60%;
    width: calc(60% - (0.4 * 30px))
}

#pgc-1092-2-1 {
    width: 40%;
    width: calc(40% - (0.6 * 30px))
}

#pg-1092-0.panel-no-style, #pg-1092-0.panel-has-style > .panel-row-style, #pg-1092-1.panel-no-style, #pg-1092-1.panel-has-style > .panel-row-style, #pg-1092-2.panel-no-style, #pg-1092-2.panel-has-style > .panel-row-style, #pg-1092-3.panel-no-style, #pg-1092-3.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#pgc-1092-1-0 {
    align-self: auto
}

#pgc-1092-2-1 {
    align-self: center
}

@media (max-width: 780px) {
    #pg-1092-0.panel-no-style, #pg-1092-0.panel-has-style > .panel-row-style, #pg-1092-1.panel-no-style, #pg-1092-1.panel-has-style > .panel-row-style, #pg-1092-2.panel-no-style, #pg-1092-2.panel-has-style > .panel-row-style, #pg-1092-3.panel-no-style, #pg-1092-3.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-1092-0 > .panel-grid-cell, #pg-1092-0 > .panel-row-style > .panel-grid-cell, #pg-1092-1 > .panel-grid-cell, #pg-1092-1 > .panel-row-style > .panel-grid-cell, #pg-1092-2 > .panel-grid-cell, #pg-1092-2 > .panel-row-style > .panel-grid-cell, #pg-1092-3 > .panel-grid-cell, #pg-1092-3 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pg-1092-0, #pg-1092-1, #pg-1092-2, #pg-1092-3 {
        margin-bottom: px
    }

    #pgc-1092-2-0 {
        margin-bottom: 30px
    }

    #pl-1092 .panel-grid-cell {
        padding: 0
    }

    #pl-1092 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-1092 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
/*sci 结束*/


#pgc-w6152b0f37cbb0-0-0, #pgc-w6152b0f37cbb0-0-1, #pgc-w6152b0f37cbb0-0-2, #pgc-w6152b0f37cbb0-0-3, #pgc-w6152b0f37cbb0-0-4 {
    width: 20%;
    width: calc(20% - (0.8 * 30px))
}
#pgc-w612c84c4c02b1-0-0 {
    width: 25%;
    width: calc(25% - (0.75 * 30px))
}
#pgc-w612c84c4c02b1-0-1 {
    width: 75%;
    width: calc(75% - (0.25 * 30px))
}

#pl-w6152b0f37cbb0 .so-panel {
    margin-bottom: 30px
}

#pl-w6152b0f37cbb0 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-w6152b0f37cbb0-0.panel-no-style, #pg-w6152b0f37cbb0-0.panel-has-style > .panel-row-style {
    -webkit-align-items: stretch;
    align-items: stretch
}

@media (max-width: 780px) {
    #pg-w6152b0f37cbb0-0.panel-no-style, #pg-w6152b0f37cbb0-0.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-w6152b0f37cbb0-0 > .panel-grid-cell, #pg-w6152b0f37cbb0-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-w6152b0f37cbb0-0-0, #pgc-w6152b0f37cbb0-0-1, #pgc-w6152b0f37cbb0-0-2, #pgc-w6152b0f37cbb0-0-3 {
        margin-bottom: 30px
    }

    #pg-w6152b0f37cbb0-0 {
        margin-bottom: px
    }

    #pl-w6152b0f37cbb0 .panel-grid-cell {
        padding: 0
    }

    #pl-w6152b0f37cbb0 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-w6152b0f37cbb0 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}

#pgc-w61458e4890e24-0-0, #pgc-w61458e4890e24-0-1 {
    width: 25%;
    width: calc(25% - (0.75 * 30px))
}

#pgc-w61458e4890e24-0-2 {
    width: 50%;
    width: calc(50% - (0.5 * 30px))
}

#pl-w61458e4890e24 .so-panel {
    margin-bottom: 30px
}

#pl-w61458e4890e24 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-w61458e4890e24-0 > .panel-row-style {
    background-color: #3e5266;
    padding: 50px 0 50px 0
}

#pg-w61458e4890e24-0.panel-no-style, #pg-w61458e4890e24-0.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 780px) {
    #pg-w61458e4890e24-0.panel-no-style, #pg-w61458e4890e24-0.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-w61458e4890e24-0 > .panel-grid-cell, #pg-w61458e4890e24-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-w61458e4890e24-0-0, #pgc-w61458e4890e24-0-1 {
        margin-bottom: 30px
    }

    #pg-w61458e4890e24-0 {
        margin-bottom: px
    }

    #pl-w61458e4890e24 .panel-grid-cell {
        padding: 0
    }

    #pl-w61458e4890e24 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-w61458e4890e24 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
.panels-animation-hide{opacity:0}

#pgc-w612c84c4c02b1-0-1 {
    width: 75%;
    width: calc(75% - (0.25 * 30px))
}

#pl-w612c84c4c02b1 .so-panel {
    margin-bottom: 30px
}

#pl-w612c84c4c02b1 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-w612c84c4c02b1-0.panel-no-style, #pg-w612c84c4c02b1-0.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 780px) {
    #pg-w612c84c4c02b1-0.panel-no-style, #pg-w612c84c4c02b1-0.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-w612c84c4c02b1-0 > .panel-grid-cell, #pg-w612c84c4c02b1-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-w612c84c4c02b1-0-0 {
        margin-bottom: 30px
    }

    #pg-w612c84c4c02b1-0 {
        margin-bottom: px
    }

    #pl-w612c84c4c02b1 .panel-grid-cell {
        padding: 0
    }

    #pl-w612c84c4c02b1 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-w612c84c4c02b1 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}

#pgc-w61458e4890e24-0-0, #pgc-w61458e4890e24-0-1 {
    width: 25%;
    width: calc(25% - (0.75 * 30px))
}

#pgc-w61458e4890e24-0-2 {
    width: 50%;
    width: calc(50% - (0.5 * 30px))
}

#pl-w61458e4890e24 .so-panel {
    margin-bottom: 30px
}

#pl-w61458e4890e24 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-w61458e4890e24-0 > .panel-row-style {
    background-color: #3e5266;
    padding: 50px 0 50px 0
}

#pg-w61458e4890e24-0.panel-no-style, #pg-w61458e4890e24-0.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 780px) {
    #pg-w61458e4890e24-0.panel-no-style, #pg-w61458e4890e24-0.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-w61458e4890e24-0 > .panel-grid-cell, #pg-w61458e4890e24-0 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pgc-w61458e4890e24-0-0, #pgc-w61458e4890e24-0-1 {
        margin-bottom: 30px
    }

    #pg-w61458e4890e24-0 {
        margin-bottom: px
    }

    #pl-w61458e4890e24 .panel-grid-cell {
        padding: 0
    }

    #pl-w61458e4890e24 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #pl-w61458e4890e24 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }
}
.productList{
    padding-top: 50px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.productList thead{
    background: #3e5266;
    color: white;
    font-weight: bold;
}
.productList td{
    padding: 5px;
}
.productList td a{
    color: #009198;
    cursor: pointer;
    font-weight: bolder;
}

.productDetail{
    padding-top: 50px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.questionsList img{
    position: absolute;
    height: 415px;
    left: 50%;
    margin-left: 170px;
    border-radius: 5px;
}
.questionsList{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
}
.questionsList a {
    color: #009198;
}

.productDetail td{
    padding: 5px;
    border: 1px solid #f2f2f2;
}
.productDetail td a{
    color: #009198;

    cursor: pointer;
    font-weight: bolder;
}
.productList img{
    border: 1px solid #3e52661f;
    border-radius: 5px;
}

.mobSHEBEI{
    display: none;
}
@media (max-width: 780px) {
    .PCSHEBEI{
        display: none;
    }
    .mobSHEBEI{
        display: block;
    }
}

.showGhsInfo{
    width: 500px;
    height: 60px;
    position: absolute;
    margin-left: -40px;
    margin-top: -20px;
}
.showGhsInfo li{
    list-style: none;
    float: left;
    width: 40px;
    height: 40px;
    margin-left:5px;
}
.showGhsInfo li img{
    width: 100%;
    border: 0px!important;
}
.download{
    display: block;
}

#google_translate_element select{width: 100%}
.pdfBtn{
    margin-left: -40px;
}
.pdfBtn li{
    float: left;
    background: url(../images/pdf.svg);
    background-size: 50px 50px;
    background-position: 10px 0px;
    background-repeat: no-repeat;
    list-style: none;
    width: 70px;
    height: 80px;
    text-align: center;
    color: black;
    padding-top: 50px;
    cursor:pointer;
    font-weight: bolder;
}

.tipsDiv img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.tipsDiv h3{
    position: absolute;
    color: white;
    font-size: 27px;
    margin-left: 50px;
    margin-top: 75px;
    line-height: 50px;
    font-weight: 800;
}

.statement{
    color: #009198;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
}
.statementHide{
    display: none;
}

.questionsList span{
    display: none;
    max-width: 700px;

}
.questionsList a{
    font-weight: bolder;
    cursor: pointer;
}

.hTitle{
    border-left: 5px solid #009198;
    padding-left: 15px;
}

.showDespShop{
    color: #009198;
    cursor: pointer;
    font-weight: bold;
}
.desShop{
    display: none;
}

.pageInfo{
    text-align: right;
}

.pageInfo a{
    border: 1px solid #009198;
    border-radius: 5px;
    padding: 5px;
}

.pageInfo a:hover{
    background: #009198;
    color: white;
}

.downloadBtn{
    color: #009198;
    position: absolute;
    margin-top: -42px;
    margin-left: 20px;
}


.dialogs{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.dialogs-content{
    position: absolute;
    width: 700px;
    height: 600px;
    background-color: #FFF;
    border-radius: 3px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -300px;
}
.dialogs-header{
    height: 36px;
    padding: 0 20px;
    border-bottom: 1px solid #ebe4f6;
    background-color: #f9f7fb;
    line-height: 35px;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}
.dialogs-close{
    cursor: pointer;
    position: absolute;
    width: 15px;
    right: 10px;
    top: 13px;
}
.dialogs-body{
    padding: 21px 20px 0 20px;
}
.dialogs-body h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.dialogs-body table,.dialogs-body table td{
    border: 0px;
}
.dialogs-body input,.dialogs-body select{
    width: 90%;
    border: 1px solid #bdbdbd;
    height: 26px;
    border-radius: 3px;
    font-size: 12px;
    box-sizing: border-box;
    resize: none;
}
.dialogs-body button{
    width: 90%;
    background: #009198;
    color: white;
    border: 3px;
    font-weight: 600;
}
.dialogs-body button:hover{
    font-weight: 900;
}

.banner-btn a{
    padding: 4px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff47;
    margin-right: 10px;
}