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

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

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

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

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

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

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

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

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

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

    .is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
        border: 2px solid
    }

        .is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
            color: #32373c
        }

        .is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
            background-color: transparent
        }

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

    .wp-block-buttons .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.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

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

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

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

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

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse
    }

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

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

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

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

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

.wp-block-code code {
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

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

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

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

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

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

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

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

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

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

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

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

        .wp-block-column:not(:first-child) {
            margin-left: 2em
        }
}

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

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

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

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

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

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

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

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

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

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

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .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: 290px;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-embed__wrapper {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: .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;
        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 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), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

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

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

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

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

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

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

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

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

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

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

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
        margin-bottom: 0
    }

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

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

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

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

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

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

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

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

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

.has-child > .wp-block-navigation-link__content {
    padding-right: .5em
}

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

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

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

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

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

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

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

.has-child:hover {
    cursor: pointer
}

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

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

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

.wp-block-navigation-link__content {
    color: inherit;
    text-decoration: none;
    padding: .5em 1em
}

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

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

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

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

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

.is-small-text {
    font-size: .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-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-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

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

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
            font-size: 1.25em
        }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.6
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

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

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search .wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

    .wp-block-search .wp-block-search__button svg {
        min-width: 1.5em;
        min-height: 1.5em
    }

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
        border-radius: 0;
        border: none;
        padding: 0 0 0 .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-separator.is-style-wide {
    border-bottom-width: 1px
}

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

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

.wp-block-custom-logo .aligncenter {
    display: table
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-spacer {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .wp-block-text-columns .wp-block-column {
        margin: 0 1em;
        padding: 0
    }

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

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

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

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

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

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

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

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

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

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

.wp-block-post-featured-image a {
    display: inline-block
}

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

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

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

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

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

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

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

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

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

:root .has-white-background-color {
    background-color: #fff
}

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

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

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

:root .has-black-background-color {
    background-color: #000
}

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

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

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

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

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

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

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

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

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

:root .has-white-color {
    color: #fff
}

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

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

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

:root .has-black-color {
    color: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-small-font-size {
    font-size: .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
}

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

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

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.wp-block-code {
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: .9em;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.wp-block-pullquote {
    border-top: 4px solid #555;
    border-bottom: 4px solid #555;
    margin-bottom: 1.75em;
    color: #555
}

    .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
        color: #555;
        text-transform: uppercase;
        font-size: .8125em;
        font-style: normal
    }

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none
}

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

.wp-block-quote {
    border-left: .25em solid #000;
    margin: 0 0 1.75em;
    padding-left: 1em
}

    .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
        color: #555;
        font-size: .8125em;
        margin-top: 1em;
        position: relative;
        font-style: normal
    }

    .wp-block-quote.has-text-align-right {
        border-left: none;
        border-right: .25em solid #000;
        padding-left: 0;
        padding-right: 1em
    }

    .wp-block-quote.has-text-align-center {
        border: none;
        padding-left: 0
    }

    .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        border: none
    }

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
    opacity: .4
}

    .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        max-width: 100px
    }

    .wp-block-separator.has-background:not(.is-style-dots) {
        border-bottom: none;
        height: 1px
    }

    .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
        height: 2px
    }

.wp-block-table {
    border-collapse: collapse
}

    .wp-block-table thead {
        border-bottom: 3px solid
    }

    .wp-block-table tfoot {
        border-top: 3px solid
    }

    .wp-block-table td, .wp-block-table th {
        padding: .5em;
        border: 1px solid;
        word-break: normal
    }

    .wp-block-table figcaption, .wp-block-video figcaption {
        color: #555;
        font-size: 13px;
        text-align: center
    }

.wp-block-template-part.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0
}

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

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " "
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../plugins/contact-form-7/assets/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

    div.wpcf7 .ajax-loader.is-active {
        visibility: visible
    }

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

    div.wpcf7 input[type="file"]:disabled {
        cursor: default
    }

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    font-size: 14px;
    line-height: 22px
}

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

ol, ul, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

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

p {
    margin: 0 0 20px 0;
    line-height: 22px
}

html {
    -webkit-text-size-adjust: none
}

* {
    outline: none
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

::-moz-selection {
    color: #fff;
    text-shadow: none
}

::selection {
    color: #fff;
    text-shadow: none
}

blockquote {
    font-style: italic;
    font-weight: 400
}

.google-map iframe {
    width: 100%;
    min-height: 400px
}

pre {
    background: #F5F5F5;
    color: #888;
    padding: 10px;
    margin: 0;
    border: 1px solid #E9E9E9;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
    overflow: hidden;
    line-height: 24px
}

.display_none {
    display: none
}

body, .qoute p, input, .button, .single_add_to_cart_button, .return-to-shop a, .button-default.empty-cart, .wc-proceed-to-checkout a, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.wc-forward, .button.view, input[type="submit"], label, .more, blockquote, .widget ul li, textarea, #wp-calendar caption {
    font-family: "Open Sans","Droid Arabic Kufi",Arial,sans-serif
}

    .widget ul li h6 {
        font-size: 14px;
        line-height: 20px
    }

    .button, .single_add_to_cart_button, .return-to-shop a, .button-default.empty-cart, .wc-proceed-to-checkout a, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.wc-forward, .button.view, input[type="submit"] {
        display: inline-block;
        margin: 5px 5px 5px 0;
        border: none;
        cursor: pointer;
        text-shadow: none !important;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-size: 15px;
        font-weight: 700
    }

        .single_add_to_cart_button, .return-to-shop a, .button-default.empty-cart, .wc-proceed-to-checkout a, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.wc-forward, .button.view, input[type="submit"] {
            font-size: 14px
        }

            .button i, input[type="submit"] i, .single_add_to_cart_button i, .return-to-shop a i, .button-default.empty-cart i, .wc-proceed-to-checkout a i, .button[name="calc_shipping"] i, .price_slider_amount button.button[type="submit"] i, .button.wc-forward i, .button.view i {
                margin-right: 10px
            }

        .button.large {
            padding: 8px 30px
        }

        .button.medium {
            padding: 7px 21px
        }

        .button.small, input[type="submit"], .single_add_to_cart_button, .return-to-shop a, .button-default.empty-cart, .wc-proceed-to-checkout a, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.wc-forward, .button.view {
            padding: 7px 15px
        }

        .button.mini {
            padding: 3px 10px
        }

.f_left {
    float: left !important
}

.f_right {
    float: right !important
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea, select {
    padding: 12px 12px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #2f3239;
    border: 1px solid #dedede;
    -moz-transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.styled-select select {
    border: none !important
}

textarea {
    min-height: 60px
}

select {
    width: 220px;
    padding: 5px
}

label, legend {
    cursor: pointer;
    display: block
}

.button.mini {
    font-size: 12px
}

.button.small, input[type="submit"] {
    font-size: 14px
}

.button.medium {
    font-size: 16px
}

.button.large {
    font-size: 18px
}

.flex-direction-nav li a {
    font-size: 31px
}

.padding_t_4 {
    padding-top: 4px
}

.margin_r_0_l_10 {
    margin-right: 0 !important;
    margin-left: 10px !important
}

.margin_r_10_l_0 {
    margin-right: 10px !important;
    margin-left: 0 !important
}

.margin_0 {
    margin: 0 !important
}

.margin_r_5 {
    margin-right: 5px
}

.margin_r_7 {
    margin-right: 7px
}

.margin_r_10 {
    margin-right: 10px
}

.margin_r_15 {
    margin-right: 15px
}

.margin_r_20 {
    margin-right: 20px
}

.margin_l_5 {
    margin-left: 5px
}

.margin_l_7 {
    margin-left: 7px
}

.margin_l_10 {
    margin-left: 10px
}

.margin_l_15 {
    margin-left: 15px
}

.margin_l_20 {
    margin-left: 20px
}

.margin_t_5 {
    margin-top: 5px
}

.margin_t_7 {
    margin-top: 7px
}

.margin_t_10 {
    margin-top: 10px
}

.margin_t_15 {
    margin-top: 15px
}

.margin_t_20 {
    margin-top: 20px
}

.margin_t_25 {
    margin-top: 25px
}

.margin_t_50 {
    margin-top: 50px
}

.margin_b_5 {
    margin-bottom: 5px
}

.margin_b_7 {
    margin-bottom: 7px
}

.margin_b_10 {
    margin-bottom: 10px
}

.margin_b_15 {
    margin-bottom: 15px
}

.margin_b_20 {
    margin-bottom: 20px !important
}

.margin_b_25 {
    margin-bottom: 25px !important
}

.margin_b_30 {
    margin-bottom: 30px !important
}

.margin_b_35 {
    margin-bottom: 35px
}

.margin_b_40 {
    margin-bottom: 40px !important
}

.margin_b_50 {
    margin-bottom: 50px
}

.font10 {
    font-size: 10px
}

.font11 {
    font-size: 11px
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.font18 {
    font-size: 18px
}

.font19 {
    font-size: 19px
}

.font20 {
    font-size: 20px
}

.font21 {
    font-size: 21px
}

.font22 {
    font-size: 22px
}

.font23 {
    font-size: 23px
}

.font24 {
    font-size: 24px
}

.font25 {
    font-size: 25px
}

.font26 {
    font-size: 26px
}

.font27 {
    font-size: 27px
}

.font28 {
    font-size: 28px
}

.font29 {
    font-size: 29px
}

.font30 {
    font-size: 30px
}

.font31 {
    font-size: 31px
}

.font32 {
    font-size: 32px
}

.font33 {
    font-size: 33px
}

.font34 {
    font-size: 34px
}

.font35 {
    font-size: 35px
}

.font36 {
    font-size: 36px
}

.font37 {
    font-size: 37px
}

.font38 {
    font-size: 38px
}

.font39 {
    font-size: 39px
}

.font40 {
    font-size: 40px
}

.font41 {
    font-size: 41px
}

.font42 {
    font-size: 42px
}

.font43 {
    font-size: 43px
}

.font44 {
    font-size: 44px
}

.font45 {
    font-size: 45px
}

.font46 {
    font-size: 46px
}

.font47 {
    font-size: 47px
}

.font48 {
    font-size: 48px
}

.font49 {
    font-size: 49px
}

.font50 {
    font-size: 50px
}

.font51 {
    font-size: 51px
}

.font52 {
    font-size: 52px
}

.font53 {
    font-size: 53px
}

.font54 {
    font-size: 54px
}

.font55 {
    font-size: 55px
}

.font56 {
    font-size: 56px
}

.font57 {
    font-size: 57px
}

.font58 {
    font-size: 58px
}

.font59 {
    font-size: 59px
}

.font60 {
    font-size: 60px
}

.font61 {
    font-size: 61px
}

.font62 {
    font-size: 62px
}

.font63 {
    font-size: 63px
}

.font64 {
    font-size: 64px
}

.font65 {
    font-size: 65px
}

.font66 {
    font-size: 66px
}

.font67 {
    font-size: 67px
}

.font68 {
    font-size: 68px
}

.font69 {
    font-size: 69px
}

.font70 {
    font-size: 70px
}

.font71 {
    font-size: 71px
}

.font72 {
    font-size: 72px
}

.font73 {
    font-size: 73px
}

.font74 {
    font-size: 74px
}

.font75 {
    font-size: 75px
}

.font76 {
    font-size: 76px
}

.font77 {
    font-size: 77px
}

.font78 {
    font-size: 78px
}

.font79 {
    font-size: 79px
}

.font80 {
    font-size: 80px
}

.font81 {
    font-size: 81px
}

.font82 {
    font-size: 82px
}

.font83 {
    font-size: 83px
}

.font84 {
    font-size: 84px
}

.font85 {
    font-size: 85px
}

.font86 {
    font-size: 86px
}

.font87 {
    font-size: 87px
}

.font88 {
    font-size: 88px
}

.font89 {
    font-size: 89px
}

.font90 {
    font-size: 90px
}

.font91 {
    font-size: 91px
}

.font92 {
    font-size: 92px
}

.font93 {
    font-size: 93px
}

.font94 {
    font-size: 94px
}

.font95 {
    font-size: 95px
}

.font96 {
    font-size: 96px
}

.font97 {
    font-size: 97px
}

.font98 {
    font-size: 98px
}

.font99 {
    font-size: 99px
}

.font100 {
    font-size: 100px
}

.height_10 {
    height: 10px !important
}

.height_15 {
    height: 15px !important
}

.height_20 {
    height: 20px !important
}

.height_25 {
    height: 25px !important
}

.height_30 {
    height: 30px;
    width: 30px
}

    .height_30 i {
        line-height: 30px
    }

.height_40 {
    height: 40px;
    width: 40px
}

    .height_40 i {
        line-height: 40px
    }

.height_50 {
    height: 50px;
    width: 50px
}

    .height_50 i {
        line-height: 50px
    }

.height_60 {
    height: 60px;
    width: 60px
}

    .height_60 i {
        line-height: 60px
    }

.height_70 {
    height: 70px;
    width: 70px
}

.height_60 i {
    line-height: 60px
}

.height_80 {
    height: 80px;
    width: 80px
}

    .height_80 i {
        line-height: 80px
    }

.height_90 {
    height: 90px;
    width: 90px
}

    .height_90 i {
        line-height: 90px
    }

.height_100 {
    height: 100px;
    width: 100px
}

    .height_100 i {
        line-height: 100px
    }

.gap {
    height: 30px;
    clear: both
}

.button.black, .button.dark_button.color, .button.color:hover, input[type="submit"]:hover, .single_add_to_cart_button:hover, .return-to-shop a:hover, .button-default.empty-cart:hover, .wc-proceed-to-checkout a:hover, .button[name="calc_shipping"]:hover, .price_slider_amount button.button[type="submit"]:hover, .wc-proceed-to-checkout .button.wc-forward:hover, .buttons .button.checkout.wc-forward:hover, .button.view:hover {
    background: #2f3239
}

table.style th {
    background: #F3F3F3
}

blockquote, .qoute {
    background: #ffe3df;
    color: #2f3239;
    font-size: 13px;
    font-weight: 600
}

.more {
    background: #2f3239
}

#map {
    background: #e5e3df
}

.button.normal, input[type="submit"] {
    background: #f1f1f1
}

.more, .more:hover, .flex-direction-nav li a, .flex-direction-nav li a:hover {
    color: #fff
}

body, a.button.normal, a, li a:hover, input[type="submit"] {
    color: #2f3239
}

#commentform input[type="submit"], .post-content input[type="submit"] {
    color: #fff !important
}

p a:hover {
    color: #212121
}

.qoute p {
    color: #757575
}

.default-color {
    color: #2f3239
}

#columns p {
    font-size: 13px;
    color: #2f3239
}

hr.line {
    border: solid #EAEAEA;
    border-width: 1px 0 0;
    clear: both;
    height: 0
}

hr {
    border: solid #EAEAEA;
    border-width: 1px 0 0;
    clear: both;
    margin: -1px 0 0 0;
    height: 0
}

blockquote {
    margin: 0 0 30px 0;
    padding: 20px;
    border-left: 4px solid #2f3239
}

    blockquote p {
        margin: 0 !important
    }

table.style th, table.style td, .flex-direction-nav li a, .t_center {
    text-align: center
}

.t_center {
    margin-right: auto;
    margin-left: auto
}

span.t_center {
    display: block
}

.t_left {
    text-align: left
}

.t_right {
    text-align: right
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather","Open Sans","Droid Arabic Kufi",Arial,sans-serif;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 18px
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit
    }

h1 {
    font-size: 30px;
    line-height: 30px
}

h2 {
    font-size: 24px;
    line-height: 28px
}

h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 16px;
    line-height: 22px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 13px;
    line-height: 18px
}

.box_icon h1, .box_icon h2, .box_icon h3, .box_icon h4, .box_icon h5, .box_icon h6 {
    margin-bottom: 10px
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

abbr {
    border-bottom: 1px dashed;
    cursor: help
}

address, cite, em {
    font-style: italic
}

dfn {
    border-bottom: 1px dashed;
    font-style: italic
}

big {
    font-size: large
}

small, sub, sup {
    position: relative;
    font-size: 11px;
    vertical-align: baseline
}

sub {
    top: 3px
}

sup {
    bottom: 3px
}

strong, b {
    font-weight: 700
}

mark {
    display: inline;
    padding: 2px 4px;
    background-color: #f6f2d6;
    color: #7c6d08
}

    mark.dark {
        background-color: #333;
        color: #FFF
    }

.table-style-1 table, table, .table-style-2 table {
    margin: 0 0 30px 0;
    text-align: left;
    border: 1px solid #dbdbdb;
    width: 100%
}

.table-style-1 tr:nth-child(even), tr:nth-child(even), .table-style-2 tr:nth-child(even), .table-style-1 tr:nth-child(odd), tr:nth-child(odd), .table-style-2 tr:nth-child(odd) {
    background: #FFF
}

.table-style-1 th, .table-style-1 td, th, td, .table-style-2 th, .table-style-2 td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #e2e2e2
}

.table-style-1 tr:hover, tr:hover, .table-style-2 tr:hover {
    background: #fafafa
}

.table-style-1 thead th, thead th, .table-style-2 thead th {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border: 1px solid #dbdbdb;
    padding: 10px;
    background-color: #F9F9F9
}

a, .button, .single_add_to_cart_button, .return-to-shop a, .button-default.empty-cart, .wc-proceed-to-checkout a, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.checkout.wc-forward, .question-type, .post-type, input[type="submit"], .post-delete a, .post-edit a, .woocommerce input[type="submit"][name="update_cart"]:hover, .buttons .button.wc-forward:hover, #header-top .social_icons ul li a i, .related-posts li a i, .single-question.question h2, .edit-delete-follow-close {
    -webkit-transition: color 0.1s linear,border 0.1s linear,opacity 0.1s linear,background-color 0.1s linear;
    -moz-transition: color 0.1s linear,border 0.1s linear,opacity 0.1s linear,background-color 0.1s linear;
    -ms-transition: color 0.1s linear,border 0.1s linear,opacity 0.1s linear,background-color 0.1s linear;
    -o-transition: color 0.1s linear,border 0.1s linear,opacity 0.1s linear,background-color 0.1s linear;
    transition: color 0.1s linear,border 0.1s linear,opacity 0.1s linear,background-color 0.1s linear
}

.item img {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
}

.sidebar li a, #footer li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: auto
}

.one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.6666%
}

.two_third {
    width: 65.3332%
}

.one_fourth {
    width: 23.5%;
    margin-right: 2%
}

.two_fourth {
    width: 49%;
    margin-right: 2%
}

.three_fourth {
    width: 74.5%;
    margin-right: 2%
}

.one_fifth {
    width: 16.8%
}

.two_fifth {
    width: 37.6%
}

.three_fifth {
    width: 58.4%
}

.four_fifth {
    width: 79.2%
}

.one_sixth {
    width: 13.3333%
}

.two_sixth {
    width: 30.6666%
}

.three_sixth {
    width: 47.9998%
}

.four_sixth {
    width: 65.3332%
}

.five_sixth {
    width: 82.6665%
}

.last {
    margin-right: 0 !important;
    clear: right
}

.novisible {
    visibility: hidden !important
}

.search-no-results .sidebar {
    display: none !important
}

.ul_list-icon-glass ul li i:before, .ul_list ul li i.icon-glass:before {
    content: "\f000"
}

.ul_list-icon-music ul li i:before, .ul_list ul li i.icon-music:before {
    content: "\f001"
}

.ul_list-icon-search ul li i:before, .ul_list ul li i.icon-search:before {
    content: "\f002"
}

.ul_list-icon-envelope ul li i:before, .ul_list ul li i.icon-envelope:before {
    content: "\f003"
}

.ul_list-icon-heart ul li i:before, .ul_list ul li i.icon-heart:before {
    content: "\f004"
}

.ul_list-icon-star ul li i:before, .ul_list ul li i.icon-star:before {
    content: "\f005"
}

.ul_list-icon-star-empty ul li i:before, .ul_list ul li i.icon-star-empty:before {
    content: "\f006"
}

.ul_list-icon-user ul li i:before, .ul_list ul li i.icon-user:before {
    content: "\f007"
}

.ul_list-icon-film ul li i:before, .ul_list ul li i.icon-film:before {
    content: "\f008"
}

.ul_list-icon-th-large ul li i:before, .ul_list ul li i.icon-th-large:before {
    content: "\f009"
}

.ul_list-icon-th ul li i:before, .ul_list ul li i.icon-th:before {
    content: "\f00a"
}

.ul_list-icon-th-list ul li i:before, .ul_list ul li i.icon-th-list:before {
    content: "\f00b"
}

.ul_list-icon-ok ul li i:before, .ul_list ul li i.icon-ok:before {
    content: "\f00c"
}

.ul_list-icon-remove ul li i:before, .ul_list ul li i.icon-remove:before {
    content: "\f00d"
}

.ul_list-icon-zoom-in ul li i:before, .ul_list ul li i.icon-zoom-in:before {
    content: "\f00e"
}

.ul_list-icon-zoom-out ul li i:before, .ul_list ul li i.icon-zoom-out:before {
    content: "\f010"
}

.ul_list-icon-off ul li i:before, .ul_list ul li i.icon-off:before {
    content: "\f011"
}

.ul_list-icon-signal ul li i:before, .ul_list ul li i.icon-signal:before {
    content: "\f012"
}

.ul_list-icon-cog ul li i:before, .ul_list ul li i.icon-cog:before {
    content: "\f013"
}

.ul_list-icon-trash ul li i:before, .ul_list ul li i.icon-trash:before {
    content: "\f014"
}

.ul_list-icon-home ul li i:before, .ul_list ul li i.icon-home:before {
    content: "\f015"
}

.ul_list-icon-file ul li i:before, .ul_list ul li i.icon-file:before {
    content: "\f016"
}

.ul_list-icon-time ul li i:before, .ul_list ul li i.icon-time:before {
    content: "\f017"
}

.ul_list-icon-road ul li i:before, .ul_list ul li i.icon-road:before {
    content: "\f018"
}

.ul_list-icon-download-alt ul li i:before, .ul_list ul li i.icon-download-alt:before {
    content: "\f019"
}

.ul_list-icon-download ul li i:before, .ul_list ul li i.icon-download:before {
    content: "\f01a"
}

.ul_list-icon-upload ul li i:before, .ul_list ul li i.icon-upload:before {
    content: "\f01b"
}

.ul_list-icon-inbox ul li i:before, .ul_list ul li i.icon-inbox:before {
    content: "\f01c"
}

.ul_list-icon-play-circle ul li i:before, .ul_list ul li i.icon-play-circle:before {
    content: "\f01d"
}

.ul_list-icon-repeat ul li i:before, .ul_list ul li i.icon-repeat:before, .ul_list-icon-rotate-right ul li i:before, .ul_list ul li i.icon-rotate-right:before {
    content: "\f01e"
}

.ul_list-icon-refresh ul li i:before, .ul_list ul li i.icon-refresh:before {
    content: "\f021"
}

.ul_list-icon-list-alt ul li i:before, .ul_list ul li i.icon-list-alt:before {
    content: "\f022"
}

.ul_list-icon-lock ul li i:before, .ul_list ul li i.icon-lock:before {
    content: "\f023"
}

.ul_list-icon-flag ul li i:before, .ul_list ul li i.icon-flag:before {
    content: "\f024"
}

.ul_list-icon-headphones ul li i:before, .ul_list ul li i.icon-headphones:before {
    content: "\f025"
}

.ul_list-icon-volume-off ul li i:before, .ul_list ul li i.icon-volume-off:before {
    content: "\f026"
}

.ul_list-icon-volume-down ul li i:before, .ul_list ul li i.icon-volume-down:before {
    content: "\f027"
}

.ul_list-icon-volume-up ul li i:before, .ul_list ul li i.icon-volume-up:before {
    content: "\f028"
}

.ul_list-icon-qrcode ul li i:before, .ul_list ul li i.icon-qrcode:before {
    content: "\f029"
}

.ul_list-icon-barcode ul li i:before, .ul_list ul li i.icon-barcode:before {
    content: "\f02a"
}

.ul_list-icon-tag ul li i:before, .ul_list ul li i.icon-tag:before {
    content: "\f02b"
}

.ul_list-icon-tags ul li i:before, .ul_list ul li i.icon-tags:before {
    content: "\f02c"
}

.ul_list-icon-book ul li i:before, .ul_list ul li i.icon-book:before {
    content: "\f02d"
}

.ul_list-icon-bookmark ul li i:before, .ul_list ul li i.icon-bookmark:before {
    content: "\f02e"
}

.ul_list-icon-print ul li i:before, .ul_list ul li i.icon-print:before {
    content: "\f02f"
}

.ul_list-icon-camera ul li i:before, .ul_list ul li i.icon-camera:before {
    content: "\f030"
}

.ul_list-icon-font ul li i:before, .ul_list ul li i.icon-font:before {
    content: "\f031"
}

.ul_list-icon-bold ul li i:before, .ul_list ul li i.icon-bold:before {
    content: "\f032"
}

.ul_list-icon-italic ul li i:before, .ul_list ul li i.icon-italic:before {
    content: "\f033"
}

.ul_list-icon-text-height ul li i:before, .ul_list ul li i.icon-text-height:before {
    content: "\f034"
}

.ul_list-icon-text-width ul li i:before, .ul_list ul li i.icon-text-width:before {
    content: "\f035"
}

.ul_list-icon-align-left ul li i:before, .ul_list ul li i.icon-align-left:before {
    content: "\f036"
}

.ul_list-icon-align-center ul li i:before, .ul_list ul li i.icon-align-center:before {
    content: "\f037"
}

.ul_list-icon-align-right ul li i:before, .ul_list ul li i.icon-align-right:before {
    content: "\f038"
}

.ul_list-icon-align-justify ul li i:before, .ul_list ul li i.icon-align-justify:before {
    content: "\f039"
}

.ul_list-icon-list ul li i:before, .ul_list ul li i.icon-list:before {
    content: "\f03a"
}

.ul_list-icon-indent-left ul li i:before, .ul_list ul li i.icon-indent-left:before {
    content: "\f03b"
}

.ul_list-icon-indent-right ul li i:before, .ul_list ul li i.icon-indent-right:before {
    content: "\f03c"
}

.ul_list-icon-facetime-video ul li i:before, .ul_list ul li i.icon-facetime-video:before {
    content: "\f03d"
}

.ul_list-icon-picture ul li i:before, .ul_list ul li i.icon-picture:before {
    content: "\f03e"
}

.ul_list-icon-pencil ul li i:before, .ul_list ul li i.icon-pencil:before {
    content: "\f040"
}

.ul_list-icon-map-marker ul li i:before, .ul_list ul li i.icon-map-marker:before {
    content: "\f041"
}

.ul_list-icon-adjust ul li i:before, .ul_list ul li i.icon-adjust:before {
    content: "\f042"
}

.ul_list-icon-tint ul li i:before, .ul_list ul li i.icon-tint:before {
    content: "\f043"
}

.ul_list-icon-edit ul li i:before, .ul_list ul li i.icon-edit:before {
    content: "\f044"
}

.ul_list-icon-share ul li i:before, .ul_list ul li i.icon-share:before {
    content: "\f045"
}

.ul_list-icon-check ul li i:before, .ul_list ul li i.icon-check:before {
    content: "\f046"
}

.ul_list-icon-move ul li i:before, .ul_list ul li i.icon-move:before {
    content: "\f047"
}

.ul_list-icon-step-backward ul li i:before, .ul_list ul li i.icon-step-backward:before {
    content: "\f048"
}

.ul_list-icon-fast-backward ul li i:before, .ul_list ul li i.icon-fast-backward:before {
    content: "\f049"
}

.ul_list-icon-backward ul li i:before, .ul_list ul li i.icon-backward:before {
    content: "\f04a"
}

.ul_list-icon-play ul li i:before, .ul_list ul li i.icon-play:before {
    content: "\f04b"
}

.ul_list-icon-pause ul li i:before, .ul_list ul li i.icon-pause:before {
    content: "\f04c"
}

.ul_list-icon-stop ul li i:before, .ul_list ul li i.icon-stop:before {
    content: "\f04d"
}

.ul_list-icon-forward ul li i:before, .ul_list ul li i.icon-forward:before {
    content: "\f04e"
}

.ul_list-icon-fast-forward ul li i:before, .ul_list ul li i.icon-fast-forward:before {
    content: "\f050"
}

.ul_list-icon-step-forward ul li i:before, .ul_list ul li i.icon-step-forward:before {
    content: "\f051"
}

.ul_list-icon-eject ul li i:before, .ul_list ul li i.icon-eject:before {
    content: "\f052"
}

.ul_list-icon-chevron-left ul li i:before, .ul_list ul li i.icon-chevron-left:before {
    content: "\f053"
}

.ul_list-icon-chevron-right ul li i:before, .ul_list ul li i.icon-chevron-right:before {
    content: "\f054"
}

.ul_list-icon-plus-sign ul li i:before, .ul_list ul li i.icon-plus-sign:before {
    content: "\f055"
}

.ul_list-icon-minus-sign ul li i:before, .ul_list ul li i.icon-minus-sign:before {
    content: "\f056"
}

.ul_list-icon-remove-sign ul li i:before, .ul_list ul li i.icon-remove-sign:before {
    content: "\f057"
}

.ul_list-icon-ok-sign ul li i:before, .ul_list ul li i.icon-ok-sign:before {
    content: "\f058"
}

.ul_list-icon-question-sign ul li i:before, .ul_list ul li i.icon-question-sign:before {
    content: "\f059"
}

.ul_list-icon-info-sign ul li i:before, .ul_list ul li i.icon-info-sign:before {
    content: "\f05a"
}

.ul_list-icon-screenshot ul li i:before, .ul_list ul li i.icon-screenshot:before {
    content: "\f05b"
}

.ul_list-icon-remove-circle ul li i:before, .ul_list ul li i.icon-remove-circle:before {
    content: "\f05c"
}

.ul_list-icon-ok-circle ul li i:before, .ul_list ul li i.icon-ok-circle:before {
    content: "\f05d"
}

.ul_list-icon-ban-circle ul li i:before, .ul_list ul li i.icon-ban-circle:before {
    content: "\f05e"
}

.ul_list-icon-arrow-left ul li i:before, .ul_list ul li i.icon-arrow-left:before {
    content: "\f060"
}

.ul_list-icon-arrow-right ul li i:before, .ul_list ul li i.icon-arrow-right:before {
    content: "\f061"
}

.ul_list-icon-arrow-up ul li i:before, .ul_list ul li i.icon-arrow-up:before {
    content: "\f062"
}

.ul_list-icon-arrow-down ul li i:before, .ul_list ul li i.icon-arrow-down:before {
    content: "\f063"
}

.ul_list-icon-share-alt ul li i:before, .ul_list ul li i.icon-icon-share-alt:before, .ul_list-icon-mail-forward ul li i:before, .ul_list ul li i.icon-mail-forward:before {
    content: "\f064"
}

.ul_list-icon-resize-full ul li i:before, .ul_list ul li i.icon-resize-full:before {
    content: "\f065"
}

.ul_list-icon-resize-small ul li i:before, .ul_list ul li i.icon-resize-small:before {
    content: "\f066"
}

.ul_list-icon-plus ul li i:before, .ul_list ul li i.icon-plus:before {
    content: "\f067"
}

.ul_list-icon-minus ul li i:before, .ul_list ul li i.icon-minus:before {
    content: "\f068"
}

.ul_list-icon-asterisk ul li i:before, .ul_list ul li i.icon-asterisk:before {
    content: "\f069"
}

.ul_list-icon-exclamation-sign ul li i:before, .ul_list ul li i.icon-exclamation-sign:before {
    content: "\f06a"
}

.ul_list-icon-gift ul li i:before, .ul_list ul li i.icon-gift:before {
    content: "\f06b"
}

.ul_list-icon-leaf ul li i:before, .ul_list ul li i.icon-leaf:before {
    content: "\f06c"
}

.ul_list-icon-fire ul li i:before, .ul_list ul li i.icon-fire:before {
    content: "\f06d"
}

.ul_list-icon-eye-open ul li i:before, .ul_list ul li i.icon-eye-open:before {
    content: "\f06e"
}

.ul_list-icon-eye-close ul li i:before, .ul_list ul li i.icon-eye-close:before {
    content: "\f070"
}

.ul_list-icon-warning-sign ul li i:before, .ul_list ul li i.icon-warning-sign:before {
    content: "\f071"
}

.ul_list-icon-plane ul li i:before, .ul_list ul li i.icon-plane:before {
    content: "\f072"
}

.ul_list-icon-calendar ul li i:before, .ul_list ul li i.icon-calendar:before {
    content: "\f073"
}

.ul_list-icon-random ul li i:before, .ul_list ul li i.icon-random:before {
    content: "\f074"
}

.ul_list-icon-comment ul li i:before, .ul_list ul li i.icon-comment:before {
    content: "\f075"
}

.ul_list-icon-magnet ul li i:before, .ul_list ul li i.icon-magnet:before {
    content: "\f076"
}

.ul_list-icon-chevron-up ul li i:before, .ul_list ul li i.icon-chevron-up:before {
    content: "\f077"
}

.ul_list-icon-chevron-down ul li i:before, .ul_list ul li i.icon-chevron-down:before {
    content: "\f078"
}

.ul_list-icon-retweet ul li i:before, .ul_list ul li i.icon-retweet:before {
    content: "\f079"
}

.ul_list-icon-shopping-cart ul li i:before, .ul_list ul li i.icon-shopping-cart:before {
    content: "\f07a"
}

.ul_list-icon-folder-close ul li i:before, .ul_list ul li i.icon-folder-close:before {
    content: "\f07b"
}

.ul_list-icon-folder-open ul li i:before, .ul_list ul li i.icon-folder-open:before {
    content: "\f07c"
}

.ul_list-icon-resize-vertical ul li i:before, .ul_list ul li i.icon-resize-vertical:before {
    content: "\f07d"
}

.ul_list-icon-resize-horizontal ul li i:before, .ul_list ul li i.icon-resize-horizontal:before {
    content: "\f07e"
}

.ul_list-icon-bar-chart ul li i:before, .ul_list ul li i.icon-bar-chart:before {
    content: "\f080"
}

.ul_list-icon-twitter-sign ul li i:before, .ul_list ul li i.icon-twitter-sign:before {
    content: "\f081"
}

.ul_list-icon-facebook-sign ul li i:before, .ul_list ul li i.icon-facebook-sign:before {
    content: "\f082"
}

.ul_list-icon-camera-retro ul li i:before, .ul_list ul li i.icon-camera-retro:before {
    content: "\f083"
}

.ul_list-icon-key ul li i:before, .ul_list ul li i.icon-key:before {
    content: "\f084"
}

.ul_list-icon-cogs ul li i:before, .ul_list ul li i.icon-cogs:before {
    content: "\f085"
}

.ul_list-icon-comments ul li i:before, .ul_list ul li i.icon-comments:before {
    content: "\f086"
}

.ul_list-icon-thumbs-up ul li i:before, .ul_list ul li i.icon-thumbs-up:before {
    content: "\f087"
}

.ul_list-icon-thumbs-down ul li i:before, .ul_list ul li i.icon-thumbs-down:before {
    content: "\f088"
}

.ul_list-icon-star-half ul li i:before, .ul_list ul li i.icon-star-half:before {
    content: "\f089"
}

.ul_list-icon-heart-empty ul li i:before, .ul_list ul li i.icon-heart-empty:before {
    content: "\f08a"
}

.ul_list-icon-signout ul li i:before, .ul_list ul li i.icon-signout:before {
    content: "\f08b"
}

.ul_list-icon-linkedin-sign ul li i:before, .ul_list ul li i.icon-linkedin-sign:before {
    content: "\f08c"
}

.ul_list-icon-pushpin ul li i:before, .ul_list ul li i.icon-pushpin:before {
    content: "\f08d"
}

.ul_list-icon-external-link ul li i:before, .ul_list ul li i.icon-external-link:before {
    content: "\f08e"
}

.ul_list-icon-signin ul li i:before, .ul_list ul li i.icon-signin:before {
    content: "\f090"
}

.ul_list-icon-trophy ul li i:before, .ul_list ul li i.icon-trophy:before {
    content: "\f091"
}

.ul_list-icon-github-sign ul li i:before, .ul_list ul li i.icon-github-sign:before {
    content: "\f092"
}

.ul_list-icon-upload-alt ul li i:before, .ul_list ul li i.icon-upload-alt:before {
    content: "\f093"
}

.ul_list-icon-lemon ul li i:before, .ul_list ul li i.icon-lemon:before {
    content: "\f094"
}

.ul_list-icon-phone ul li i:before, .ul_list ul li i.icon-phone:before {
    content: "\f095"
}

.ul_list-icon-check-empty ul li i:before, .ul_list ul li i.icon-check-empty:before {
    content: "\f096"
}

.ul_list-icon-bookmark-empty ul li i:before, .ul_list ul li i.icon-bookmark-empty:before {
    content: "\f097"
}

.ul_list-icon-phone-sign ul li i:before, .ul_list ul li i.icon-phone-sign:before {
    content: "\f098"
}

.ul_list-icon-twitter ul li i:before, .ul_list ul li i.icon-twitter:before {
    content: "\f099"
}

.ul_list-icon-facebook ul li i:before, .ul_list ul li i.icon-facebook:before {
    content: "\f09a"
}

.ul_list-icon-github ul li i:before, .ul_list ul li i.icon-github:before {
    content: "\f09b"
}

.ul_list-icon-unlock ul li i:before, .ul_list ul li i.icon-unlock:before {
    content: "\f09c"
}

.ul_list-icon-credit-card ul li i:before, .ul_list ul li i.icon-credit-card:before {
    content: "\f09d"
}

.ul_list-icon-rss ul li i:before, .ul_list ul li i.icon-rss:before {
    content: "\f09e"
}

.ul_list-icon-hdd ul li i:before, .ul_list ul li i.icon-hdd:before {
    content: "\f0a0"
}

.ul_list-icon-bullhorn ul li i:before, .ul_list ul li i.icon-bullhorn:before {
    content: "\f0a1"
}

.ul_list-icon-bell ul li i:before, .ul_list ul li i.icon-bell:before {
    content: "\f0a2"
}

.ul_list-icon-certificate ul li i:before, .ul_list ul li i.icon-certificate:before {
    content: "\f0a3"
}

.ul_list-icon-hand-right ul li i:before, .ul_list ul li i.icon-hand-right:before {
    content: "\f0a4"
}

.ul_list-icon-hand-left ul li i:before, .ul_list ul li i.icon-hand-left:before {
    content: "\f0a5"
}

.ul_list-icon-hand-up ul li i:before, .ul_list ul li i.icon-hand-up:before {
    content: "\f0a6"
}

.ul_list-icon-hand-down ul li i:before, .ul_list ul li i.icon-hand-down:before {
    content: "\f0a7"
}

.ul_list-icon-circle-arrow-left ul li i:before, .ul_list ul li i.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.ul_list-icon-circle-arrow-right ul li i:before, .ul_list ul li i.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.ul_list-icon-circle-arrow-up ul li i:before, .ul_list ul li i.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.ul_list-icon-circle-arrow-down ul li i:before, .ul_list ul li i.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.ul_list-icon-globe ul li i:before, .ul_list ul li i.icon-globe:before {
    content: "\f0ac"
}

.ul_list-icon-wrench ul li i:before, .ul_list ul li i.icon-wrench:before {
    content: "\f0ad"
}

.ul_list-icon-tasks ul li i:before, .ul_list ul li i.icon-tasks:before {
    content: "\f0ae"
}

.ul_list-icon-filter ul li i:before, .ul_list ul li i.icon-filter:before {
    content: "\f0b0"
}

.ul_list-icon-briefcase ul li i:before, .ul_list ul li i.icon-briefcase:before {
    content: "\f0b1"
}

.ul_list-icon-fullscreen ul li i:before, .ul_list ul li i.icon-fullscreen:before {
    content: "\f0b2"
}

.ul_list-icon-group ul li i:before, .ul_list ul li i.icon-group:before {
    content: "\f0c0"
}

.ul_list-icon-link ul li i:before, .ul_list ul li i.icon-link:before {
    content: "\f0c1"
}

.ul_list-icon-cloud ul li i:before, .ul_list ul li i.icon-cloud:before {
    content: "\f0c2"
}

.ul_list-icon-beaker ul li i:before, .ul_list ul li i.icon-beaker:before {
    content: "\f0c3"
}

.ul_list-icon-cut ul li i:before, .ul_list ul li i.icon-cut:before {
    content: "\f0c4"
}

.ul_list-icon-copy ul li i:before, .ul_list ul li i.icon-copy:before {
    content: "\f0c5"
}

.ul_list-icon-paper-clip ul li i:before, .ul_list ul li i.icon-paper-clip:before {
    content: "\f0c6"
}

.ul_list-icon-save ul li i:before, .ul_list ul li i.icon-save:before {
    content: "\f0c7"
}

.ul_list-icon-sign-blank ul li i:before, .ul_list ul li i.icon-sign-blank:before {
    content: "\f0c8"
}

.ul_list-icon-reorder ul li i:before, .ul_list ul li i.icon-reorder:before {
    content: "\f0c9"
}

.ul_list-icon-list-ul ul li i:before, .ul_list ul li i.icon-list-ul:before {
    content: "\f0ca"
}

.ul_list-icon-list-ol ul li i:before, .ul_list ul li i.icon-list-ol:before {
    content: "\f0cb"
}

.ul_list-icon-strikethrough ul li i:before, .ul_list ul li i.icon-strikethrough:before {
    content: "\f0cc"
}

.ul_list-icon-underline ul li i:before, .ul_list ul li i.icon-underline:before {
    content: "\f0cd"
}

.ul_list-icon-table ul li i:before, .ul_list ul li i.icon-table:before {
    content: "\f0ce"
}

.ul_list-icon-magic ul li i:before, .ul_list ul li i.icon-magic:before {
    content: "\f0d0"
}

.ul_list-icon-truck ul li i:before, .ul_list ul li i.icon-truck:before {
    content: "\f0d1"
}

.ul_list-icon-pinterest ul li i:before, .ul_list ul li i.icon-pinterest:before {
    content: "\f0d2"
}

.ul_list-icon-pinterest-sign ul li i:before, .ul_list ul li i.icon-pinterest-sign:before {
    content: "\f0d3"
}

.ul_list-icon-google-plus-sign ul li i:before, .ul_list ul li i.icon-google-plus-sign:before {
    content: "\f0d4"
}

.ul_list-icon-google-plus ul li i:before, .ul_list ul li i.icon-google-plus:before {
    content: "\f0d5"
}

.ul_list-icon-money ul li i:before, .ul_list ul li i.icon-money:before {
    content: "\f0d6"
}

.ul_list-icon-caret-down ul li i:before, .ul_list ul li i.icon-caret-down:before {
    content: "\f0d7"
}

.ul_list-icon-caret-up ul li i:before, .ul_list ul li i.icon-caret-up:before {
    content: "\f0d8"
}

.ul_list-icon-caret-left ul li i:before, .ul_list ul li i.icon-caret-left:before {
    content: "\f0d9"
}

.ul_list-icon-caret-right ul li i:before, .ul_list ul li i.icon-caret-right:before {
    content: "\f0da"
}

.ul_list-icon-columns ul li i:before, .ul_list ul li i.icon-columns:before {
    content: "\f0db"
}

.ul_list-icon-sort ul li i:before, .ul_list ul li i.icon-sort:before {
    content: "\f0dc"
}

.ul_list-icon-sort-down ul li i:before, .ul_list ul li i.icon-sort-down:before {
    content: "\f0dd"
}

.ul_list-icon-sort-up ul li i:before, .ul_list ul li i.icon-sort-up:before {
    content: "\f0de"
}

.ul_list-icon-envelope-alt ul li i:before, .ul_list ul li i.icon-envelope-alt:before {
    content: "\f0e0"
}

.ul_list-icon-linkedin ul li i:before, .ul_list ul li i.icon-linkedin:before {
    content: "\f0e1"
}

.ul_list-icon-undo ul li i:before, .ul_list ul li i.icon-undo:before, .ul_list-icon-rotate-left ul li i:before, .ul_list ul li i.icon-rotate-left:before {
    content: "\f0e2"
}

.ul_list-icon-legal ul li i:before, .ul_list ul li i.icon-legal:before {
    content: "\f0e3"
}

.ul_list-icon-dashboard ul li i:before, .ul_list ul li i.icon-dashboard:before {
    content: "\f0e4"
}

.ul_list-icon-comment-alt ul li i:before, .ul_list ul li i.icon-comment-alt:before {
    content: "\f0e5"
}

.ul_list-icon-comments-alt ul li i:before, .ul_list ul li i.icon-comments-alt:before {
    content: "\f0e6"
}

.ul_list-icon-bolt ul li i:before, .ul_list ul li i.icon-bolt:before {
    content: "\f0e7"
}

.ul_list-icon-sitemap ul li i:before, .ul_list ul li i.icon-sitemap:before {
    content: "\f0e8"
}

.ul_list-icon-umbrella ul li i:before, .ul_list ul li i.icon-umbrella:before {
    content: "\f0e9"
}

.ul_list-icon-paste ul li i:before, .ul_list ul li i.icon-paste:before {
    content: "\f0ea"
}

.ul_list-icon-lightbulb ul li i:before, .ul_list ul li i.icon-lightbulb:before {
    content: "\f0eb"
}

.ul_list-icon-exchange ul li i:before, .ul_list ul li i.icon-exchange:before {
    content: "\f0ec"
}

.ul_list-icon-cloud-download ul li i:before, .ul_list ul li i.icon-cloud-download:before {
    content: "\f0ed"
}

.ul_list-icon-cloud-upload ul li i:before, .ul_list ul li i.icon-cloud-upload:before {
    content: "\f0ee"
}

.ul_list-icon-user-md ul li i:before, .ul_list ul li i.icon-user-md:before {
    content: "\f0f0"
}

.ul_list-icon-stethoscope ul li i:before, .ul_list ul li i.icon-stethoscope:before {
    content: "\f0f1"
}

.ul_list-icon-suitcase ul li i:before, .ul_list ul li i.icon-suitcase:before {
    content: "\f0f2"
}

.ul_list-icon-bell-alt ul li i:before, .ul_list ul li i.icon-bell-alt:before {
    content: "\f0f3"
}

.ul_list-icon-coffee ul li i:before, .ul_list ul li i.icon-coffee:before {
    content: "\f0f4"
}

.ul_list-icon-food ul li i:before, .ul_list ul li i.icon-food:before {
    content: "\f0f5"
}

.ul_list-icon-file-alt ul li i:before, .ul_list ul li i.icon-file-alt:before {
    content: "\f0f6"
}

.ul_list-icon-building ul li i:before, .ul_list ul li i.icon-building:before {
    content: "\f0f7"
}

.ul_list-icon-hospital ul li i:before, .ul_list ul li i.icon-hospital:before {
    content: "\f0f8"
}

.ul_list-icon-ambulance ul li i:before, .ul_list ul li i.icon-ambulance:before {
    content: "\f0f9"
}

.ul_list-icon-medkit ul li i:before, .ul_list ul li i.icon-medkit:before {
    content: "\f0fa"
}

.ul_list-icon-fighter-jet ul li i:before, .ul_list ul li i.icon-fighter-jet:before {
    content: "\f0fb"
}

.ul_list-icon-beer ul li i:before, .ul_list ul li i.icon-beer:before {
    content: "\f0fc"
}

.ul_list-icon-h-sign ul li i:before, .ul_list ul li i.icon-h-sign:before {
    content: "\f0fd"
}

.ul_list-icon-plus-sign-alt ul li i:before, .ul_list ul li i.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.ul_list-icon-angle-left ul li i:before, .ul_list ul li i.icon-angle-left:before {
    content: "\f100"
}

.ul_list-icon-angle-right ul li i:before, .ul_list ul li i.icon-angle-right:before {
    content: "\f101"
}

.ul_list-icon-double-angle-up ul li i:before, .ul_list ul li i.icon-double-angle-up:before {
    content: "\f102"
}

.ul_list-icon-double-angle-down ul li i:before, .ul_list ul li i.icon-double-angle-down:before {
    content: "\f103"
}

.ul_list-icon-angle-left ul li i:before, .ul_list ul li i.icon-angle-left:before {
    content: "\f104"
}

.ul_list-icon-angle-right ul li i:before, .ul_list ul li i.icon-angle-right:before {
    content: "\f105"
}

.ul_list-icon-angle-up ul li i:before, .ul_list ul li i.icon-angle-up:before {
    content: "\f106"
}

.ul_list-icon-angle-down ul li i:before, .ul_list ul li i.icon-angle-down:before {
    content: "\f107"
}

.ul_list-icon-desktop ul li i:before, .ul_list ul li i.icon-desktop:before {
    content: "\f108"
}

.ul_list-icon-laptop ul li i:before, .ul_list ul li i.icon-laptop:before {
    content: "\f109"
}

.ul_list-icon-tablet ul li i:before, .ul_list ul li i.icon-tablet:before {
    content: "\f10a"
}

.ul_list-icon-mobile-phone ul li i:before, .ul_list ul li i.icon-mobile-phone:before {
    content: "\f10b"
}

.ul_list-icon-circle-blank ul li i:before, .ul_list ul li i.icon-circle-blank:before {
    content: "\f10c"
}

.ul_list-icon-quote-left ul li i:before, .ul_list ul li i.icon-quote-left:before {
    content: "\f10d"
}

.ul_list-icon-quote-right ul li i:before, .ul_list ul li i.icon-quote-right:before {
    content: "\f10e"
}

.ul_list-icon-spinner ul li i:before, .ul_list ul li i.icon-spinner:before {
    content: "\f110"
}

.ul_list-icon-circle ul li i:before, .ul_list ul li i.icon-circle:before {
    content: "\f111"
}

.ul_list-icon-reply ul li i:before, .ul_list ul li i.icon-reply:before, .ul_list-icon-mail-reply ul li i:before, .ul_list ul li i.icon-mail-reply:before {
    content: "\f112"
}

.ul_list-icon-folder-close-alt ul li i:before, .ul_list ul li i.icon-folder-close-alt:before {
    content: "\f114"
}

.ul_list-icon-folder-open-alt ul li i:before, .ul_list ul li i.icon-folder-open-alt:before {
    content: "\f115"
}

.ul_list-icon-expand-alt ul li i:before, .ul_list ul li i.icon-expand-alt:before {
    content: "\f116"
}

.ul_list-icon-collapse-alt ul li i:before, .ul_list ul li i.icon-collapse-alt:before {
    content: "\f117"
}

.ul_list-icon-smile ul li i:before, .ul_list ul li i.icon-smile:before {
    content: "\f118"
}

.ul_list-icon-frown ul li i:before, .ul_list ul li i.icon-frown:before {
    content: "\f119"
}

.ul_list-icon-meh ul li i:before, .ul_list ul li i.icon-meh:before {
    content: "\f11a"
}

.ul_list-icon-gamepad ul li i:before, .ul_list ul li i.icon-gamepad:before {
    content: "\f11b"
}

.ul_list-icon-keyboard ul li i:before, .ul_list ul li i.icon-keyboard:before {
    content: "\f11c"
}

.ul_list-icon-flag-alt ul li i:before, .ul_list ul li i.icon-flag-alt:before {
    content: "\f11d"
}

.ul_list-icon-flag-checkered ul li i:before, .ul_list ul li i.icon-flag-checkered:before {
    content: "\f11e"
}

.ul_list-icon-terminal ul li i:before, .ul_list ul li i.icon-terminal:before {
    content: "\f120"
}

.ul_list-icon-code ul li i:before, .ul_list ul li i.icon-code:before {
    content: "\f121"
}

.ul_list-icon-reply-all ul li i:before, .ul_list ul li i.icon-reply-all:before {
    content: "\f122"
}

.ul_list-icon-mail-reply-all ul li i:before, .ul_list ul li i.icon-mail-reply-all:before {
    content: "\f122"
}

.ul_list-icon-star-half-full ul li i:before, .ul_list ul li i.icon-star-half-full:before, .ul_list-icon-star-half-empty ul li i:before, .ul_list ul li i.icon-star-half-empty:before {
    content: "\f123"
}

.ul_list-icon-location-arrow ul li i:before, .ul_list ul li i.icon-location-arrow:before {
    content: "\f124"
}

.ul_list-icon-crop ul li i:before, .ul_list ul li i.icon-crop:before {
    content: "\f125"
}

.ul_list-icon-code-fork ul li i:before, .ul_list ul li i.icon-code-fork:before {
    content: "\f126"
}

.ul_list-icon-unlink ul li i:before, .ul_list ul li i.icon-unlink:before {
    content: "\f127"
}

.ul_list-icon-question ul li i:before, .ul_list ul li i.icon-question:before {
    content: "\f128"
}

.ul_list-icon-info ul li i:before, .ul_list ul li i.icon-info:before {
    content: "\f129"
}

.ul_list-icon-exclamation ul li i:before, .ul_list ul li i.icon-exclamation:before {
    content: "\f12a"
}

.ul_list-icon-superscript ul li i:before, .ul_list ul li i.icon-superscript:before {
    content: "\f12b"
}

.ul_list-icon-subscript ul li i:before, .ul_list ul li i.icon-subscript:before {
    content: "\f12c"
}

.ul_list-icon-eraser ul li i:before, .ul_list ul li i.icon-eraser:before {
    content: "\f12d"
}

.ul_list-icon-puzzle-piece ul li i:before, .ul_list ul li i.icon-puzzle-piece:before {
    content: "\f12e"
}

.ul_list-icon-microphone ul li i:before, .ul_list ul li i.icon-microphone:before {
    content: "\f130"
}

.ul_list-icon-microphone-off ul li i:before, .ul_list ul li i.icon-microphone-off:before {
    content: "\f131"
}

.ul_list-icon-shield ul li i:before, .ul_list ul li i.icon-shield:before {
    content: "\f132"
}

.ul_list-icon-calendar-empty ul li i:before, .ul_list ul li i.icon-calendar-empty:before {
    content: "\f133"
}

.ul_list-icon-fire-extinguisher ul li i:before, .ul_list ul li i.icon-fire-extinguisher:before {
    content: "\f134"
}

.ul_list-icon-rocket ul li i:before, .ul_list ul li i.icon-rocket:before {
    content: "\f135"
}

.ul_list-icon-maxcdn ul li i:before, .ul_list ul li i.icon-maxcdn:before {
    content: "\f136"
}

.ul_list-icon-chevron-sign-left ul li i:before, .ul_list ul li i.icon-chevron-sign-left:before {
    content: "\f137"
}

.ul_list-icon-chevron-sign-right ul li i:before, .ul_list ul li i.icon-chevron-sign-right:before {
    content: "\f138"
}

.ul_list-icon-chevron-sign-up ul li i:before, .ul_list ul li i.icon-chevron-sign-up:before {
    content: "\f139"
}

.ul_list-icon-chevron-sign-down ul li i:before, .ul_list ul li i.icon-chevron-sign-down:before {
    content: "\f13a"
}

.ul_list-icon-html5 ul li i:before, .ul_list ul li i.icon-html5:before {
    content: "\f13b"
}

.ul_list-icon-css3 ul li i:before, .ul_list ul li i.icon-css3:before {
    content: "\f13c"
}

.ul_list-icon-anchor ul li i:before, .ul_list ul li i.icon-anchor:before {
    content: "\f13d"
}

.ul_list-icon-unlock-alt ul li i:before, .ul_list ul li i.icon-unlock-alt:before {
    content: "\f13e"
}

.ul_list-icon-bullseye ul li i:before, .ul_list ul li i.icon-bullseye:before {
    content: "\f140"
}

.ul_list-icon-ellipsis-horizontal ul li i:before, .ul_list ul li i.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.ul_list-icon-ellipsis-vertical ul li i:before, .ul_list ul li i.icon-ellipsis-vertical:before {
    content: "\f142"
}

.ul_list-icon-rss-sign ul li i:before, .ul_list ul li i.icon-rss-sign:before {
    content: "\f143"
}

.ul_list-icon-play-sign ul li i:before, .ul_list ul li i.icon-play-sign:before {
    content: "\f144"
}

.ul_list-icon-ticket ul li i:before, .ul_list ul li i.icon-ticket:before {
    content: "\f145"
}

.ul_list-icon-minus-sign-alt ul li i:before, .ul_list ul li i.icon-minus-sign-alt:before {
    content: "\f146"
}

.ul_list-icon-check-minus ul li i:before, .ul_list ul li i.icon-check-minus:before {
    content: "\f147"
}

.ul_list-icon-level-up ul li i:before, .ul_list ul li i.icon-level-up:before {
    content: "\f148"
}

.ul_list-icon-level-down ul li i:before, .ul_list ul li i.icon-level-down:before {
    content: "\f149"
}

.ul_list-icon-check-sign ul li i:before, .ul_list ul li i.icon-check-sign:before {
    content: "\f14a"
}

.ul_list-icon-edit-sign ul li i:before, .ul_list ul li i.icon-edit-sign:before {
    content: "\f14b"
}

.ul_list-icon-external-link-sign ul li i:before, .ul_list ul li i.icon-external-link-sign:before {
    content: "\f14c"
}

.ul_list-icon-share-sign ul li i:before, .ul_list ul li i.icon-share-sign:before {
    content: "\f14d"
}

.ul_list-social_icon-duckduckgo ul li i:before, .ul_list ul li i.social_icon-duckduckgo:before {
    content: '\e800'
}

.ul_list-social_icon-aim ul li i:before, .ul_list ul li i.social_icon-aim:before {
    content: '\e801'
}

.ul_list-social_icon-delicious ul li i:before, .ul_list ul li i.social_icon-delicious:before {
    content: '\e802'
}

.ul_list-social_icon-paypal ul li i:before, .ul_list ul li i.social_icon-paypal:before {
    content: '\e803'
}

.ul_list-social_icon-flattr ul li i:before, .ul_list ul li i.social_icon-flattr:before {
    content: '\e804'
}

.ul_list-social_icon-android ul li i:before, .ul_list ul li i.social_icon-android:before {
    content: '\e805'
}

.ul_list-social_icon-eventful ul li i:before, .ul_list ul li i.social_icon-eventful:before {
    content: '\e806'
}

.ul_list-social_icon-smashmag ul li i:before, .ul_list ul li i.social_icon-smashmag:before {
    content: '\e807'
}

.ul_list-social_icon-gplus ul li i:before, .ul_list ul li i.social_icon-gplus:before {
    content: '\e808'
}

.ul_list-social_icon-wikipedia ul li i:before, .ul_list ul li i.social_icon-wikipedia:before {
    content: '\e809'
}

.ul_list-social_icon-lanyrd ul li i:before, .ul_list ul li i.social_icon-lanyrd:before {
    content: '\e80a'
}

.ul_list-social_icon-calendar ul li i:before, .ul_list ul li i.social_icon-calendar:before {
    content: '\e80b'
}

.ul_list-social_icon-stumbleupon ul li i:before, .ul_list ul li i.social_icon-stumbleupon:before {
    content: '\e80c'
}

.ul_list-social_icon-fivehundredpx ul li i:before, .ul_list ul li i.social_icon-fivehundredpx:before {
    content: '\e80d'
}

.ul_list-social_icon-pinterest ul li i:before, .ul_list ul li i.social_icon-pinterest:before {
    content: '\e80e'
}

.ul_list-social_icon-bitcoin ul li i:before, .ul_list ul li i.social_icon-bitcoin:before {
    content: '\e80f'
}

.ul_list-social_icon-w3c ul li i:before, .ul_list ul li i.social_icon-w3c:before {
    content: '\e810'
}

.ul_list-social_icon-foursquare ul li i:before, .ul_list ul li i.social_icon-foursquare:before {
    content: '\e811'
}

.ul_list-social_icon-html5 ul li i:before, .ul_list ul li i.social_icon-html5:before {
    content: '\e812'
}

.ul_list-social_icon-ie ul li i:before, .ul_list ul li i.social_icon-ie:before {
    content: '\e813'
}

.ul_list-social_icon-call ul li i:before, .ul_list ul li i.social_icon-call:before {
    content: '\e814'
}

.ul_list-social_icon-grooveshark ul li i:before, .ul_list ul li i.social_icon-grooveshark:before {
    content: '\e815'
}

.ul_list-social_icon-ninetyninedesigns ul li i:before, .ul_list ul li i.social_icon-ninetyninedesigns:before {
    content: '\e816'
}

.ul_list-social_icon-forrst ul li i:before, .ul_list ul li i.social_icon-forrst:before {
    content: '\e817'
}

.ul_list-social_icon-digg ul li i:before, .ul_list ul li i.social_icon-digg:before {
    content: '\e818'
}

.ul_list-social_icon-spotify ul li i:before, .ul_list ul li i.social_icon-spotify:before {
    content: '\e819'
}

.ul_list-social_icon-reddit ul li i:before, .ul_list ul li i.social_icon-reddit:before {
    content: '\e81a'
}

.ul_list-social_icon-guest ul li i:before, .ul_list ul li i.social_icon-guest:before {
    content: '\e81b'
}

.ul_list-social_icon-gowalla ul li i:before, .ul_list ul li i.social_icon-gowalla:before {
    content: '\e81c'
}

.ul_list-social_icon-appstore ul li i:before, .ul_list ul li i.social_icon-appstore:before {
    content: '\e81d'
}

.ul_list-social_icon-blogger ul li i:before, .ul_list ul li i.social_icon-blogger:before {
    content: '\e81e'
}

.ul_list-social_icon-cc ul li i:before, .ul_list ul li i.social_icon-cc:before {
    content: '\e81f'
}

.ul_list-social_icon-dribbble ul li i:before, .ul_list ul li i.social_icon-dribbble:before {
    content: '\e820'
}

.ul_list-social_icon-evernote ul li i:before, .ul_list ul li i.social_icon-evernote:before {
    content: '\e821'
}

.ul_list-social_icon-flickr ul li i:before, .ul_list ul li i.social_icon-flickr:before {
    content: '\e822'
}

.ul_list-social_icon-google ul li i:before, .ul_list ul li i.social_icon-google:before {
    content: '\e823'
}

.ul_list-social_icon-viadeo ul li i:before, .ul_list ul li i.social_icon-viadeo:before {
    content: '\e824'
}

.ul_list-social_icon-instapaper ul li i:before, .ul_list ul li i.social_icon-instapaper:before {
    content: '\e825'
}

.ul_list-social_icon-weibo ul li i:before, .ul_list ul li i.social_icon-weibo:before {
    content: '\e826'
}

.ul_list-social_icon-klout ul li i:before, .ul_list ul li i.social_icon-klout:before {
    content: '\e827'
}

.ul_list-social_icon-linkedin ul li i:before, .ul_list ul li i.social_icon-linkedin:before {
    content: '\e828'
}

.ul_list-social_icon-meetup ul li i:before, .ul_list ul li i.social_icon-meetup:before {
    content: '\e829'
}

.ul_list-social_icon-vk ul li i:before, .ul_list ul li i.social_icon-vk:before {
    content: '\e82a'
}

.ul_list-social_icon-plancast ul li i:before, .ul_list ul li i.social_icon-plancast:before {
    content: '\e82b'
}

.ul_list-social_icon-disqus ul li i:before, .ul_list ul li i.social_icon-disqus:before {
    content: '\e82c'
}

.ul_list-social_icon-rss ul li i:before, .ul_list ul li i.social_icon-rss:before {
    content: '\e82d'
}

.ul_list-social_icon-skype ul li i:before, .ul_list ul li i.social_icon-skype:before {
    content: '\e82e'
}

.ul_list-social_icon-twitter ul li i:before, .ul_list ul li i.social_icon-twitter:before {
    content: '\e82f'
}

.ul_list-social_icon-youtube ul li i:before, .ul_list ul li i.social_icon-youtube:before {
    content: '\e830'
}

.ul_list-social_icon-vimeo ul li i:before, .ul_list ul li i.social_icon-vimeo:before {
    content: '\e831'
}

.ul_list-social_icon-windows ul li i:before, .ul_list ul li i.social_icon-windows:before {
    content: '\e832'
}

.ul_list-social_icon-xing ul li i:before, .ul_list ul li i.social_icon-xing:before {
    content: '\e833'
}

.ul_list-social_icon-yahoo ul li i:before, .ul_list ul li i.social_icon-yahoo:before {
    content: '\e834'
}

.ul_list-social_icon-chrome ul li i:before, .ul_list ul li i.social_icon-chrome:before {
    content: '\e835'
}

.ul_list-social_icon-email ul li i:before, .ul_list ul li i.social_icon-email:before {
    content: '\e836'
}

.ul_list-social_icon-macstore ul li i:before, .ul_list ul li i.social_icon-macstore:before {
    content: '\e837'
}

.ul_list-social_icon-myspace ul li i:before, .ul_list ul li i.social_icon-myspace:before {
    content: '\e838'
}

.ul_list-social_icon-podcast ul li i:before, .ul_list ul li i.social_icon-podcast:before {
    content: '\e839'
}

.ul_list-social_icon-amazon ul li i:before, .ul_list ul li i.social_icon-amazon:before {
    content: '\e83a'
}

.ul_list-social_icon-steam ul li i:before, .ul_list ul li i.social_icon-steam:before {
    content: '\e83b'
}

.ul_list-social_icon-cloudapp ul li i:before, .ul_list ul li i.social_icon-cloudapp:before {
    content: '\e83c'
}

.ul_list-social_icon-dropbox ul li i:before, .ul_list ul li i.social_icon-dropbox:before {
    content: '\e83d'
}

.ul_list-social_icon-ebay ul li i:before, .ul_list ul li i.social_icon-ebay:before {
    content: '\e83e'
}

.ul_list-social_icon-facebook ul li i:before, .ul_list ul li i.social_icon-facebook:before {
    content: '\e83f'
}

.ul_list-social_icon-github ul li i:before, .ul_list ul li i.social_icon-github:before {
    content: '\e840'
}

.ul_list-social_icon-googleplay ul li i:before, .ul_list ul li i.social_icon-googleplay:before {
    content: '\e842'
}

.ul_list-social_icon-itunes ul li i:before, .ul_list ul li i.social_icon-itunes:before {
    content: '\e843'
}

.ul_list-social_icon-plurk ul li i:before, .ul_list ul li i.social_icon-plurk:before {
    content: '\e844'
}

.ul_list-social_icon-songkick ul li i:before, .ul_list ul li i.social_icon-songkick:before {
    content: '\e845'
}

.ul_list-social_icon-lastfm ul li i:before, .ul_list ul li i.social_icon-lastfm:before {
    content: '\e846'
}

.ul_list-social_icon-gmail ul li i:before, .ul_list ul li i.social_icon-gmail:before {
    content: '\e847'
}

.ul_list-social_icon-pinboard ul li i:before, .ul_list ul li i.social_icon-pinboard:before {
    content: '\e848'
}

.ul_list-social_icon-openid ul li i:before, .ul_list ul li i.social_icon-openid:before {
    content: '\e849'
}

.ul_list-social_icon-quora ul li i:before, .ul_list ul li i.social_icon-quora:before {
    content: '\e84a'
}

.ul_list-social_icon-soundcloud ul li i:before, .ul_list ul li i.social_icon-soundcloud:before {
    content: '\e84b'
}

.ul_list-social_icon-tumblr ul li i:before, .ul_list ul li i.social_icon-tumblr:before {
    content: '\e84c'
}

.ul_list-social_icon-eventasaurus ul li i:before, .ul_list ul li i.social_icon-eventasaurus:before {
    content: '\e84d'
}

.ul_list-social_icon-wordpress ul li i:before, .ul_list ul li i.social_icon-wordpress:before {
    content: '\e84e'
}

.ul_list-social_icon-yelp ul li i:before, .ul_list ul li i.social_icon-yelp:before {
    content: '\e84f'
}

.ul_list-social_icon-intensedebate ul li i:before, .ul_list ul li i.social_icon-intensedebate:before {
    content: '\e850'
}

.ul_list-social_icon-eventbrite ul li i:before, .ul_list ul li i.social_icon-eventbrite:before {
    content: '\e851'
}

.ul_list-social_icon-scribd ul li i:before, .ul_list ul li i.social_icon-scribd:before {
    content: '\e852'
}

.ul_list-social_icon-posterous ul li i:before, .ul_list ul li i.social_icon-posterous:before {
    content: '\e853'
}

.ul_list-social_icon-stripe ul li i:before, .ul_list ul li i.social_icon-stripe:before {
    content: '\e854'
}

.ul_list-social_icon-opentable ul li i:before, .ul_list ul li i.social_icon-opentable:before {
    content: '\e855'
}

.ul_list-social_icon-cart ul li i:before, .ul_list ul li i.social_icon-cart:before {
    content: '\e856'
}

.ul_list-social_icon-print ul li i:before, .ul_list ul li i.social_icon-print:before {
    content: '\e857'
}

.ul_list-social_icon-angellist ul li i:before, .ul_list ul li i.social_icon-angellist:before {
    content: '\e858'
}

.ul_list-social_icon-instagram ul li i:before, .ul_list ul li i.social_icon-instagram:before {
    content: '\e859'
}

.ul_list-social_icon-dwolla ul li i:before, .ul_list ul li i.social_icon-dwolla:before {
    content: '\e85a'
}

.ul_list-social_icon-appnet ul li i:before, .ul_list ul li i.social_icon-appnet:before {
    content: '\e85b'
}

.ul_list-social_icon-statusnet ul li i:before, .ul_list ul li i.social_icon-statusnet:before {
    content: '\e85c'
}

.ul_list-social_icon-acrobat ul li i:before, .ul_list ul li i.social_icon-acrobat:before {
    content: '\e85d'
}

.ul_list-social_icon-drupal ul li i:before, .ul_list ul li i.social_icon-drupal:before {
    content: '\e85e'
}

.ul_list-social_icon-buffer ul li i:before, .ul_list ul li i.social_icon-buffer:before {
    content: '\e85f'
}

.ul_list-social_icon-pocket ul li i:before, .ul_list ul li i.social_icon-pocket:before {
    content: '\e860'
}

.ul_list-social_icon-github-circled ul li i:before, .ul_list ul li i.social_icon-github-circled:before {
    content: '\e841'
}

.ul_list-social_icon-bitbucket ul li i:before, .ul_list ul li i.social_icon-bitbucket:before {
    content: '\e861'
}

.ul_list-social_icon-lego ul li i:before, .ul_list ul li i.social_icon-lego:before {
    content: '\e862'
}

.ul_list-social_icon-login ul li i:before, .ul_list ul li i.social_icon-login:before {
    content: '\e863'
}

.ul_list-social_icon-stackoverflow ul li i:before, .ul_list ul li i.social_icon-stackoverflow:before {
    content: '\e864'
}

.ul_list-social_icon-hackernews ul li i:before, .ul_list ul li i.social_icon-hackernews:before {
    content: '\e865'
}

.ul_list-social_icon-lkdto ul li i:before, .ul_list ul li i.social_icon-lkdto:before {
    content: '\e866'
}

.ul_list-social_icon-deviantart ul li i:before, .ul_list ul li i.social_icon-deviantart:before {
    content: '\e867'
}

.ul_list-social_icon-behance ul li i:before, .ul_list ul li i.social_icon-behance:before {
    content: '\e868'
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}

    div.pp_default .pp_top .pp_left {
        background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
    }

    div.pp_default .pp_top .pp_middle {
        background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite_x.png) top left repeat-x
    }

    div.pp_default .pp_top .pp_right {
        background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
    }

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_expand:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_contract {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_contract:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

    div.pp_default .pp_nav .currentTextHolder {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        font-size: 11px;
        left: 75px;
        line-height: 25px;
        position: absolute;
        top: 2px;
        margin: 0;
        padding: 0 0 0 10px
    }

    div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
        opacity: .7
    }

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../../../themes/infocenter/images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_expand:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_contract {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_contract:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_expand:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_contract {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_contract:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_expand:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_contract {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_contract:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

    div.dark_square .pp_nav .pp_play {
        background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px
    }

    div.dark_square .pp_nav .pp_pause {
        background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }

div.dark_square .pp_arrow_previous {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_expand:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_contract {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_contract:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_expand:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_contract {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_contract:hover {
        background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default
    }

div.facebook .pp_arrow_next {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default
    }

div.facebook .pp_nav {
    margin-top: 0
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px
    }

    div.facebook .pp_nav .pp_play {
        background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px
    }

    div.facebook .pp_nav .pp_pause {
        background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px
    }

div.facebook .pp_next:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../../../themes/infocenter/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

    .pp_content_container .pp_left {
        padding-left: 20px
    }

    .pp_content_container .pp_right {
        padding-right: 20px
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px
    }

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden
    }

    .pp_social .twitter {
        float: left
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

    .pp_nav p {
        float: left;
        white-space: nowrap;
        margin: 2px 4px
    }

    .pp_nav .pp_play, .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px
    }

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        position: relative;
        white-space: nowrap;
        margin: 0 0 0 5px;
        padding: 0
    }

        .pp_gallery ul a {
            border: 1px rgba(0,0,0,.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden
        }

            .pp_gallery ul a img {
                border: 0
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0
    }

        .pp_gallery li.default a {
            background: url(../../../themes/infocenter/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px
        }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important
    }

a.pp_next {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

    #pp_full_res .pp_inline {
        text-align: left
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}

    div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
        color: #000
    }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(../../../themes/infocenter/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(../../../themes/infocenter/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

    .pp_top .pp_left, .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_top .pp_middle, .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
        left: 0;
        position: static
    }

    .pp_top .pp_right, .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_fade, .pp_gallery li.default a img {
    display: none
}
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

/*@font-face {
    font-family: 'FontAwesome';
    src: url(../../../themes/infocenter/css/font-awesome-old/font/fontawesome-webfont.eot?v=3.1.0);
    src: url('../../../themes/infocenter/css/font-awesome-old/font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url(../../../themes/infocenter/css/font-awesome-old/font/fontawesome-webfont.woff?v=3.1.0) format('woff'),url(../../../themes/infocenter/css/font-awesome-old/font/fontawesome-webfont.ttf?v=3.1.0) format('truetype'),url('../../../themes/infocenter/css/font-awesome-old/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
    font-weight: 400;
    font-style: normal
}*/

@font-face {
    font-family: 'FontAwesome';
    src: url(../lib/font-awesome-old/font/fontawesome-webfont.eot?v=3.1.0);
    src: url('../lib/font-awesome-old/font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url(../lib/font-awesome-old/font/fontawesome-webfont.woff?v=3.1.0) format('woff'),url(../lib/font-awesome-old/font/fontawesome-webfont.ttf?v=3.1.0) format('truetype'),url('../lib/font-awesome-old/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
    font-weight: 400;
    font-style: normal
}
    
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}
    
    [class^="icon-"]:before, [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none
    }

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em
}

a [class^="icon-"], a [class*=" icon-"], a [class^="icon-"]:before, a [class*=" icon-"]:before {
    display: inline-block
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.2857142857142858em;
    text-align: center
}

    [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.5714285714285714em
    }

ul.icons-ul {
    list-style-type: none;
    text-indent: -.7142857142857143em;
    margin-left: 2.142857142857143em
}

    ul.icons-ul > li .icon-li {
        width: .7142857142857143em;
        display: inline-block;
        text-align: center
    }

[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none
}

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #333
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

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

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

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

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

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

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

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

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none
}

.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em
    }

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%
}

    .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

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

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

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

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

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

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

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

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

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

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

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

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

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

.icon-envelope:before {
    content: "\f003"
}

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

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

.icon-star-empty:before {
    content: "\f006"
}

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

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

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

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

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

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-off:before {
    content: "\f011"
}

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

.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

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

.icon-file:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

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

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

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

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

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

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

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

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

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

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

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

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

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

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

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

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

.icon-exclamation-sign:before {
    content: "\f06a"
}

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

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

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

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

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

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

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

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

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

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

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

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

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

.icon-folder-close:before {
    content: "\f07b"
}

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

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

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

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

.icon-cogs:before {
    content: "\f085"
}

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

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

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

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

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

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

.icon-signin:before {
    content: "\f090"
}

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

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

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

.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

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

.icon-facebook:before {
    content: "\f09a"
}

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

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

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

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

.icon-hdd:before {
    content: "\f0a0"
}

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

.icon-bell:before {
    content: "\f0a2"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

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

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

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

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

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

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

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

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

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

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

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

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

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

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

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

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

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

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

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope-alt:before {
    content: "\f0e0"
}

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

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

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

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

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

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

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

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

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

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

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

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

.icon-bell-alt:before {
    content: "\f0f3"
}

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

.icon-food:before {
    content: "\f0f5"
}

.icon-file-alt:before {
    content: "\f0f6"
}

.icon-building:before {
    content: "\f0f7"
}

.icon-hospital:before {
    content: "\f0f8"
}

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

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

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

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

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-circle-blank:before {
    content: "\f10c"
}

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

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

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

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

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

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

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

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

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

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

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

.icon-reply-all:before {
    content: "\f122"
}

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

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

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

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

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

.icon-unlink:before {
    content: "\f127"
}

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

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

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

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

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

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

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

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

.icon-microphone-off:before {
    content: "\f131"
}

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

.icon-calendar-empty:before {
    content: "\f133"
}

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

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

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

.icon-chevron-sign-left:before {
    content: "\f137"
}

.icon-chevron-sign-right:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

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

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

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

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

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

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

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

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

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

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

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/*
@font-face {
    font-family: 'FontAwesome';
    src: url(../../../themes/infocenter/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('../../../themes/infocenter/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(../../../themes/infocenter/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../../themes/infocenter/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../../themes/infocenter/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('../../../themes/infocenter/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

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

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

@font-face {
    font-family: 'fontello';
    src: url(../../../themes/infocenter/css/fontello/font/fontello.eot?70993252);
    src: url('../../../themes/infocenter/css/fontello/font/fontello.eot?70993252#iefix') format('embedded-opentype'),url(../../../themes/infocenter/css/fontello/font/fontello.woff?70993252) format('woff'),url(../../../themes/infocenter/css/fontello/font/fontello.ttf?70993252) format('truetype'),url('../../../themes/infocenter/css/fontello/font/fontello.svg?70993252#fontello') format('svg');
    font-weight: 400;
    font-style: normal
}

[class^="social_icon-"]:before, [class*=" social_icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    height: auto;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: normal
}

.social_icon-duckduckgo:before {
    content: '\e800'
}

.social_icon-aim:before {
    content: '\e801'
}

.social_icon-delicious:before {
    content: '\e802'
}

.social_icon-paypal:before {
    content: '\e803'
}

.social_icon-flattr:before {
    content: '\e804'
}

.social_icon-android:before {
    content: '\e805'
}

.social_icon-eventful:before {
    content: '\e806'
}

.social_icon-smashmag:before {
    content: '\e807'
}

.social_icon-gplus:before {
    content: '\e808'
}

.social_icon-wikipedia:before {
    content: '\e809'
}

.social_icon-lanyrd:before {
    content: '\e80a'
}

.social_icon-calendar:before {
    content: '\e80b'
}

.social_icon-stumbleupon:before {
    content: '\e80c'
}

.social_icon-fivehundredpx:before {
    content: '\e80d'
}

.social_icon-pinterest:before {
    content: '\e80e'
}

.social_icon-bitcoin:before {
    content: '\e80f'
}

.social_icon-w3c:before {
    content: '\e810'
}

.social_icon-foursquare:before {
    content: '\e811'
}

.social_icon-html5:before {
    content: '\e812'
}

.social_icon-ie:before {
    content: '\e813'
}

.social_icon-call:before {
    content: '\e814'
}

.social_icon-grooveshark:before {
    content: '\e815'
}

.social_icon-ninetyninedesigns:before {
    content: '\e816'
}

.social_icon-forrst:before {
    content: '\e817'
}

.social_icon-digg:before {
    content: '\e818'
}

.social_icon-spotify:before {
    content: '\e819'
}

.social_icon-reddit:before {
    content: '\e81a'
}

.social_icon-guest:before {
    content: '\e81b'
}

.social_icon-gowalla:before {
    content: '\e81c'
}

.social_icon-appstore:before {
    content: '\e81d'
}

.social_icon-blogger:before {
    content: '\e81e'
}

.social_icon-cc:before {
    content: '\e81f'
}

.social_icon-dribbble:before {
    content: '\e820'
}

.social_icon-evernote:before {
    content: '\e821'
}

.social_icon-flickr:before {
    content: '\e822'
}

.social_icon-google:before {
    content: '\e823'
}

.social_icon-viadeo:before {
    content: '\e824'
}

.social_icon-instapaper:before {
    content: '\e825'
}

.social_icon-weibo:before {
    content: '\e826'
}

.social_icon-klout:before {
    content: '\e827'
}

.social_icon-linkedin:before {
    content: '\e828'
}

.social_icon-meetup:before {
    content: '\e829'
}

.social_icon-vk:before {
    content: '\e82a'
}

.social_icon-plancast:before {
    content: '\e82b'
}

.social_icon-disqus:before {
    content: '\e82c'
}

.social_icon-rss:before {
    content: '\e82d'
}

.social_icon-skype:before {
    content: '\e82e'
}

.social_icon-twitter:before {
    content: '\e82f'
}

.social_icon-youtube:before {
    content: '\e830'
}

.social_icon-vimeo:before {
    content: '\e831'
}

.social_icon-windows:before {
    content: '\e832'
}

.social_icon-xing:before {
    content: '\e833'
}

.social_icon-yahoo:before {
    content: '\e834'
}

.social_icon-chrome:before {
    content: '\e835'
}

.social_icon-email:before {
    content: '\e836'
}

.social_icon-macstore:before {
    content: '\e837'
}

.social_icon-myspace:before {
    content: '\e838'
}

.social_icon-podcast:before {
    content: '\e839'
}

.social_icon-amazon:before {
    content: '\e83a'
}

.social_icon-steam:before {
    content: '\e83b'
}

.social_icon-cloudapp:before {
    content: '\e83c'
}

.social_icon-dropbox:before {
    content: '\e83d'
}

.social_icon-ebay:before {
    content: '\e83e'
}

.social_icon-facebook:before {
    content: '\e83f'
}

.social_icon-github:before {
    content: '\e840'
}

.social_icon-googleplay:before {
    content: '\e842'
}

.social_icon-itunes:before {
    content: '\e843'
}

.social_icon-plurk:before {
    content: '\e844'
}

.social_icon-songkick:before {
    content: '\e845'
}

.social_icon-lastfm:before {
    content: '\e846'
}

.social_icon-gmail:before {
    content: '\e847'
}

.social_icon-pinboard:before {
    content: '\e848'
}

.social_icon-openid:before {
    content: '\e849'
}

.social_icon-quora:before {
    content: '\e84a'
}

.social_icon-soundcloud:before {
    content: '\e84b'
}

.social_icon-tumblr:before {
    content: '\e84c'
}

.social_icon-eventasaurus:before {
    content: '\e84d'
}

.social_icon-wordpress:before {
    content: '\e84e'
}

.social_icon-yelp:before {
    content: '\e84f'
}

.social_icon-intensedebate:before {
    content: '\e850'
}

.social_icon-eventbrite:before {
    content: '\e851'
}

.social_icon-scribd:before {
    content: '\e852'
}

.social_icon-posterous:before {
    content: '\e853'
}

.social_icon-stripe:before {
    content: '\e854'
}

.social_icon-opentable:before {
    content: '\e855'
}

.social_icon-cart:before {
    content: '\e856'
}

.social_icon-print:before {
    content: '\e857'
}

.social_icon-angellist:before {
    content: '\e858'
}

.social_icon-instagram:before {
    content: '\e859'
}

.social_icon-dwolla:before {
    content: '\e85a'
}

.social_icon-appnet:before {
    content: '\e85b'
}

.social_icon-statusnet:before {
    content: '\e85c'
}

.social_icon-acrobat:before {
    content: '\e85d'
}

.social_icon-drupal:before {
    content: '\e85e'
}

.social_icon-buffer:before {
    content: '\e85f'
}

.social_icon-pocket:before {
    content: '\e860'
}

.social_icon-github-circled:before {
    content: '\e841'
}

.social_icon-bitbucket:before {
    content: '\e861'
}

.social_icon-lego:before {
    content: '\e862'
}

.social_icon-login:before {
    content: '\e863'
}

.social_icon-stackoverflow:before {
    content: '\e864'
}

.social_icon-hackernews:before {
    content: '\e865'
}

.social_icon-lkdto:before {
    content: '\e866'
}

.social_icon-deviantart:before {
    content: '\e867'
}

.social_icon-behance:before {
    content: '\e868'
}

body {
    background-color: #fff;
    color: #2f3239;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

    body .with-sidebar-container .col-md-9, body .with-sidebar-container .col-md-8 {
        overflow-x: auto
    }

::-webkit-input-placeholder {
    color: #2f3239
}

:-moz-placeholder {
    color: #2f3239;
    opacity: 1
}

::-moz-placeholder {
    color: #2f3239;
    opacity: 1
}

:-ms-input-placeholder {
    color: #2f3239
}

body.single-post {
    margin-bottom: 0 !important
}

body.single-question {
    padding: 0 !important;
    margin-bottom: 0 !important
}

#wrap {
    z-index: 1;
    position: relative
}

.background-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.container > .row > .col-md-9 {
    overflow: hidden;
    height: 100%
}

.wrap-pop {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 997
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 999
}

.loader_html {
    display: block;
    width: 132px;
    height: 132px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center center;
    transform: translateY(-50%);
    background: url(../../../themes/infocenter/images/preloader.gif) no-repeat
}

.boxed_body {
    background: url(../../../themes/infocenter/images/patterns/bg13.png) repeat
}

.boxed_body_2 {
    background: url() no-repeat center center fixed;
    background-size: 100% 100%
}

.boxed_body2 {
    background: url() no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.boxed, .boxed2 {
    background-color: #f3f3f3;
    width: 970px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    position: relative
}

.index-no-box {
    margin-bottom: 70px
}

.grid_970 .container {
    width: 970px
}

.boxed2 {
    margin-top: 30px;
    margin-bottom: 30px
}

.login-panel {
    padding: 20px 0;
    background-color: #2f3239;
    display: none
}

    .login-panel .page-content {
        background: transparent;
        border: none;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0
    }

    .login-panel h2 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .login-panel .col-md-8 {
        margin-bottom: 30px
    }

    .login-panel p {
        color: #c2c8d4
    }

    .login-panel input[type="text"], .login-panel input[type="password"] {
        border: 1px solid #373b43;
        background-color: #373b43;
        padding-left: 37px
    }

    .login-panel .form-inputs p {
        margin-bottom: 10px
    }

    .login-panel input[type="submit"], .login-panel .signup {
        font-size: 15px;
        font-weight: 700;
        border: none
    }

        .login-panel input[type="submit"]:hover, .login-panel .signup:hover {
            background-color: #373b43
        }

.plugin#social_login {
    padding-bottom: 0 !important
}

.oneall_social_login iframe {
    height: 80px !important
}

.infocenter-panel-pop {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    width: 580px;
    position: absolute;
    padding: 20px;
    top: -100%;
    left: 50%;
    margin-left: -290px;
    z-index: 998;
    overflow: hidden;
    color: #2f3239;
    display: none
}

    .infocenter-panel-pop p {
        font-size: 13px
    }

    .infocenter-panel-pop h2, .login h2, .contact-us h2, #related-posts h2, .user-profile h2 {
        border-bottom: 1px solid #dedede;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 400
    }

        .user-profile h2 a:hover {
            color: #474D5D
        }

        .infocenter-panel-pop h2 i {
            float: right;
            font-size: 15px;
            margin-top: 5px;
            cursor: pointer
        }

    .infocenter-panel-pop .form-style input.submit {
        width: 100%
    }

.infocenter-panel-pop-ask.infocenter-panel-pop {
    margin-top: 0 !important;
    top: 20% !important;
    position: absolute !important
}

#header-top .menu-alert {
    float: left;
    line-height: 42px
}

#header-top {
    height: 42px
}

.header-top-nav li {
    float: left;
    line-height: 42px;
    margin-right: 5px;
    font-size: 13px
}

    .header-top-nav li::after {
        content: "|";
        color: rgba(255,255,255,.3);
        float: left;
        margin-left: 10px
    }

    .header-top-nav li:last-child::after {
        content: ""
    }

    .header-top-nav li a {
        display: block;
        float: left
    }

    .header-top-nav li:hover a, .header-top-nav li.header-top-active a, .header-top-nav li:hover a i, .header-top-nav li.header-top-active a i {
        color: #2f3239
    }

    .header-top-nav li i {
        margin-right: 5px
    }

.header-search {
    float: right;
    position: relative
}

    .header-search input {
        margin-bottom: 0;
        padding: 7px 0 7px 30px !important;
        background: transparent !important;
        border: none;
        font-size: 13px;
        font-weight: 400;
        height: 42px;
        width: 120px !important
    }

    .header-search button {
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        line-height: 42px
    }

.f_left.language_selector ul li a.lang_sel_sel {
    background: transparent !important;
    border: none !important;
    line-height: 42px !important;
    padding: 0 !important;
    font-size: 13px !important
}

    .f_left.language_selector ul li a.lang_sel_sel:hover {
        color: #2f3239 !important
    }

    .f_left.language_selector ul li a.lang_sel_sel img {
        margin-right: 5px !important
    }

.f_left.language_selector ul ul {
    top: 42px !important;
    z-index: 992 !important
}

#header-top .social_icons ul li a {
    line-height: 41px;
    text-align: center
}

    #header-top .social_icons ul li a:hover i {
        color: #2f3239
    }

#header-top .social_icons ul li i {
    font-size: 12px
}

#header .menu-alert {
    float: right;
    line-height: 95px
}

#header {
    height: 95px;
    position: relative;
    background-color: #fff
}

div[class*="slider_shadow"]:before, div[class^="header_shadow"] {
    background-size: 100% 100%
}

#header .logo {
    float: left;
    line-height: 86px;
    -webkit-transition: padding 0.8s;
    -moz-transition: padding 0.8s;
    transition: padding 0.8s;
    position: relative;
    z-index: 9
}

    #header .logo.logo_center {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        float: none
    }

    #header .logo h2 {
        line-height: 86px;
        font-size: 40px
    }

.navigation {
    float: right
}

    .navigation > .header-menu > ul li {
        float: left;
        line-height: 1;
        position: relative;
        height: 100%;
        font-size: 14px;
        font-weight: 700;
        margin-top: 29px;
        margin-right: 5px;
        padding-bottom: 30px
    }

        .navigation > .header-menu > ul li:last-child {
            margin-right: 0
        }

    .navigation > .header-menu > ul > li > a {
        display: block;
        position: relative;
        float: left;
        padding: 0 9px;
        text-transform: uppercase;
        line-height: 36px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .navigation li:hover ul {
        display: block;
        top: 0;
        background-color: #FFF;
        -moz-box-shadow: 0 8px 15px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.1);
        box-shadow: 0 8px 15px rgba(0,0,0,.1)
    }

    .navigation > .header-menu > ul > li:hover > ul {
        top: 36px
    }

    .navigation li ul li ul {
        position: absolute;
        left: 201px;
        margin-top: -1px
    }

    .navigation .header-menu ul > li > ul > li {
        float: none;
        border: none;
        margin: 0
    }

    .navigation .header-menu ul > li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 993;
        width: 200px
    }

        .navigation .header-menu ul > li ul ul {
            top: 1px;
            left: 200px
        }

    .navigation li ul li a {
        height: inherit;
        float: inherit;
        text-align: left;
        line-height: 35px;
        display: block;
        margin: 0 !important;
        padding: 0 15px;
        z-index: 993;
        color: #2f3239;
        font-size: 13px;
        font-weight: 400;
        color: #191919;
        font-size: 13px;
        font-weight: 400;
        line-height: 46px;
        border-bottom: 1px solid #f3f3f4;
        text-transform: uppercase
    }

        .navigation li ul li a:hover {
            background: #f5f5f5
        }

    .navigation li > ul, .navigation li > ul li > ul, .navigation li ul li ul {
        display: none;
        overflow: hidden
    }

    .navigation .header-menu ul > li ul li {
        position: relative;
        float: none;
        line-height: 40px;
        height: 50px
    }

.menu-nav-arrow {
    margin-left: 5px
}

.navigation .header-menu ul > li ul li .menu-nav-arrow {
    float: right
}

#header.fixed-nav {
    position: fixed;
    height: 70px;
    line-height: 70px;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 993 !important;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05)
}

.admin-bar #header.fixed-nav {
    top: 32px !important
}

.boxed #header.fixed-nav, .boxed2 #header.fixed-nav {
    width: 1000px;
    left: inherit
}

#header.fixed-nav .logo {
    line-height: 70px
}

    #header.fixed-nav .logo img {
        max-height: 50px
    }

#header.fixed-nav .navigation > .header-menu > ul > li.current_page_item:before {
    content: ""
}

#header.fixed-nav .navigation > .header-menu > ul li {
    margin-top: 17px
}

#header.fixed-nav .navigation > .header-menu > ul ul li {
    margin-top: 0
}

.navigation_mobile {
    height: 35px;
    line-height: 35px;
    position: relative;
    width: 300px;
    margin-top: 25.5px;
    float: right;
    display: none
}

    .navigation_mobile ul {
        margin-bottom: 0
    }

.infocenter_mobile_click {
    border: 1px solid #ebebeb;
    padding: 0 10px;
    background-color: #f7f7f7;
    color: #2f3239;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.navigation_mobile > ul {
    background-color: #FAFAFA;
    border: 1px solid #dedede;
    border-top: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    z-index: 993;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .navigation_mobile > ul li ul {
        position: relative;
        margin-bottom: 0;
        border-top: 1px solid #ebebeb;
        margin: 0 -20px
    }

.infocenter_mobile_click:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    text-align: center
}

.navigation_mobile > ul li {
    float: none;
    padding: 0 15px;
    line-height: 33px;
    border-bottom: 1px solid #ebebeb;
    color: #2f3239;
    text-align: center;
    font-size: 14px
}

.navigation_mobile > ul a {
    color: #2f3239;
    background: transparent
}

    .navigation_mobile > ul a i {
        margin-right: 5px;
        color: #2f3239
    }

.navigation_mobile > ul li ul li {
    border-bottom: 0;
    line-height: 30px;
    margin-left: 10px
}

    .navigation_mobile > ul li ul li a {
        font-size: 14px
    }

    .navigation_mobile > ul li ul li:before {
        content: "\f054";
        font-family: "FontAwesome";
        font-size: 10px;
        margin-right: 8px;
        speak: none;
        position: relative;
        top: 1px
    }

#header.header_2 .logo {
    float: right
}

#header.header_2 .navigation {
    float: left
}

#header.header_3 {
    padding: 20px 0;
    height: auto
}

    #header.header_3 .logo {
        float: none;
        width: 100%;
        text-align: center
    }

    #header.header_3 .navigation {
        float: none;
        width: 100%;
        text-align: center
    }

        #header.header_3 .navigation > .header-menu > ul li {
            margin-top: 20px;
            float: none;
            display: inline-block
        }

            #header.header_3 .navigation > .header-menu > ul li a {
                float: none;
                display: inline-block
            }

        #header.header_3 .navigation .header-menu ul > li ul li, #header.header_3 .navigation .header-menu ul > li ul li a {
            margin-top: 0;
            width: 100%;
            float: left;
            display: block
        }

    #header.header_3.stick {
        line-height: normal
    }

.social_icons ul {
    float: right;
    overflow: hidden
}

    .social_icons ul li {
        float: left;
        margin: 0 0 0 20px
    }

.social_icons.f_left ul li {
    margin-right: 20px;
    margin-left: 0
}

.social_icons ul li a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: inline-block;
    color: #ababab
}

.social_icons ul li.twitter a:hover {
    color: #00baf0
}

.social_icons ul li.facebook a:hover {
    color: #3b5997
}

.social_icons ul li.gplus a:hover {
    color: #c43c2c
}

.social_icons ul li.linkedin a:hover {
    color: #006599
}

.social_icons ul li.youtube a:hover {
    color: red
}

.social_icons ul li.rss a:hover {
    color: #f60
}

.social_icons ul li.skype a:hover {
    color: #00b0f6
}

.social_icons ul li.feedburner a:hover {
    color: #ee3d43
}

.social_icons ul li.flickr a:hover {
    color: #ff0084
}

.social_icons ul li.picasa a:hover {
    color: #000
}

.social_icons ul li.digg a:hover {
    color: #006094
}

.social_icons ul li.vimeo a:hover {
    color: #1ab7ea
}

.social_icons ul li.tumblr a:hover {
    color: #2d4961
}

.infocenter-infotex {
    padding-bottom: 0 !important;
    height: auto;
    /*margin-bottom: 70px !important;*/
    position: relative
}

.section-warp.infocenter-infotex.remove-index-content {
    min-height: 390px
}

.infocenter-infotex .col-md-3 {
    padding-top: 0;
    width: 100%;
    text-align: center
}

.infocenter-infotex .col-md-9 {
    margin: auto;
    float: none
}

.infocenter-infotex .col-md-3 a, .infocenter-infotex .col-md-12 a {
    font-size: 15px;
    font-weight: 700
}

    .infocenter-infotex .col-md-3 a:hover, .tabs-register-forget .form-style input.submit:hover {
        background-color: #373b43 !important
    }

.infocenter-infotex h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.infocenter-infotex p {
    font-size: 13px !important;
    line-height: 22px
}

.infocenter-infotex .col-md-12 p {
    margin-bottom: 30px !important
}

.infocenter-infotex .col-md-9 form {
    background: #fff;
    height: 324px;
    width: 100%;
    background-size: 100% 100%;
    float: right;
    margin-top: 40px
}

.infocenter-infotex .col-md-9 p {
    margin: 90px 20px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

    .infocenter-infotex .col-md-9 p textarea {
        border: none;
        color: #2f3239;
        font-size: 13px;
        font-style: italic;
        resize: none;
        height: 214px;
        text-indent: 38px;
        line-height: 30px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .infocenter-infotex .col-md-9 p i, .infocenter-infotex .col-md-12 p i {
        position: absolute;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 14px;
        background-color: #2f3239;
        top: 10px;
        left: 10px
    }

.infocenter-infotex .col-md-9 #live-search p i, .infocenter-infotex .col-md-12 #live-search p i {
    position: absolute;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    top: 10px;
    right: 10px;
    color: #000;
    left: auto;
    background-color: transparent
}

.infocenter-infotex .publish-question {
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.infocenter-infotex .ask-question {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.infocenter-infotex .box_icon.box_warp.box_no_border {
    margin-bottom: 0;
    position: relative;
    z-index: 991
}

.infocenter-infotex .form-style-2 {
    position: relative
}

.infocenter-infotex .col-md-12 {
    text-align: center;
    padding-top: 41px
}

    .infocenter-infotex .col-md-12 a {
        margin-right: 30px
    }

        .infocenter-infotex .col-md-12 a:hover {
            background-color: #373b43 !important
        }

    .infocenter-infotex .col-md-12 p input {
        background-color: #FFF;
        border: none;
        color: #777;
        font-size: 15px;
        resize: none;
        font-weight: 100;
        text-indent: 10px;
        line-height: 48px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 48px;
        margin-top: 71px
    }

    .infocenter-infotex .col-md-12 .ask-question {
        bottom: 6px;
        right: 6px
    }

.infocenter-infotex .flexslider.blog_silder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.container.main-content {
    position: relative;
    z-index: 991
}

    .container.main-content > div > div > .page-content, .main-content .login .page-content {
        margin-bottom: 30px
    }

.page-content {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}

.share-tags, .about-author, .user-question {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #dedede;
    background: #FFF;
    margin-bottom: 30px
}

.single-question .share-tags {
    border: none
}

.page-content .widget, .widget .related-posts {
    padding: 0 !important;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-content .boxedtitle, .main-content .boxedtitle {
    margin-bottom: 20px;
    padding-left: 20px;
    border-bottom: 0
}

.page-content p, .subscribe_text {
    font-size: 13px;
    font-weight: 400
}

.main-content .boxedtitle {
    margin-left: 0;
    margin-right: 0
}

.main-content .page-content .boxedtitle.page-title, .post-box .boxedtitle {
    margin: -20px -20px 20px
}

.main-content .page-content .boxedtitle.page-title {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    position: relative;
    margin-bottom: 10px !important
}

    .main-content .page-content .boxedtitle.page-title h2 {
        padding: 20px 0 10px;
        margin: 0 20px 20px 0;
        border-bottom: 1px solid #eee;
        font-size: 18px;
        font-weight: 700
    }

.boxedtitle.page-title h2 {
    font-size: 16px;
    font-weight: 700
}

.main-content .boxedtitle h1, .main-content .boxedtitle h2, .main-content .boxedtitle h3, .main-content .boxedtitle h4, .main-content .boxedtitle h5, .main-content .boxedtitle h6 {
    padding-top: 10px;
    padding-bottom: 10px
}

.single-post .post-inner {
    padding: 0 20px 0;
    position: relative
}

.attachment-link {
    font-size: 15px
}

    .attachment-link i {
        margin-right: 10px
    }

.about-author, .user-question {
    background: #FFF
}

.page-content {
    overflow: hidden
}

.single-post .post-content {
    margin-bottom: 0;
    margin-top: 20px
}

.comment-respond {
    background: #FFF
}

.comment-edit-link, .report_c {
    margin-right: 10px
}

.no_comment_box {
    margin-top: 30px
}

.comment-respond .signup, p.no-login-comment {
    font-size: 14px;
    font-weight: 400
}

.no-login-comment {
    margin-bottom: 0
}

.question {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #dedede;
    background: #FFF;
    position: relative
}

    .question.private-question p {
        margin: 0;
        padding: 0;
        border: none
    }

.tab-inner .question:first-child {
    margin-top: 0
}

.question-inner {
    position: relative;
    margin-left: 101px
}

.question_author_no .question-inner {
    margin-left: 0
}

.question-tab {
    margin-bottom: 0
}

    .question-tab .tabs {
        margin-bottom: 30px
    }

    .question-tab .tab a {
        color: #2f3239;
        font-size: 15px;
        font-weight: 400;
        background-color: transparent
    }

        .question-tab .tab a:hover, .tabs-register-forget .form-style label.required span, .login .tabs-register-forget .form-style p {
            color: #2f3239
        }

    .question-tab .tab-inner-warp {
        background: transparent;
        padding: 0
    }

.single-question {
    padding: 0 0 20px 0;
    margin-bottom: 10px
}

    .single-question .form-inputs p {
        margin-bottom: 20px
    }

.question-meta {
    padding: 0 20px 20px;
    border-bottom: 1px solid #dedede;
    overflow: hidden
}

    .question-meta div, .question-meta span {
        margin-bottom: 0 !important
    }

.single-question .question-inner {
    margin-left: 0;
    padding: 0 20px
}

.question-video iframe {
    max-width: 100%;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 20px
}

.question-author {
    position: absolute;
    top: 20px;
    left: 20px;
    float: left;
    text-align: center;
    width: 71px;
    overflow: hidden
}

    .question-author img {
        width: 83px;
        height: 83px;
        overflow: hidden;
        -moz-border-radius: 4%;
        -webkit-border-radius: 4%;
        border-radius: 4%
    }

.question-author-img {
    position: relative;
    display: block;
    padding: 2px;
    border: 1px solid #dedede;
    -moz-border-radius: 4%;
    -webkit-border-radius: 4%;
    border-radius: 4%;
    height: 71px
}

    .question-author-img span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        display: block;
        line-height: 5px;
        overflow: hidden;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

    .question-author-img:hover span:before {
        content: "\f0fe";
        font-family: "FontAwesome"
    }

.question-author-name {
    margin-top: 10px;
    display: block
}

.question-type {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 14px;
    margin-right: 10px
}

.question-type-main {
    font-size: 12px;
    margin: 0;
    display: inline-block;
    padding: 8px 10px;
    position: absolute;
    top: 0;
    right: 67px;
    height: 32px;
    line-height: 15px
}

    .question-type-main.question-statistic {
        top: 20px
    }

    .question-type-main i {
        margin-right: 5px
    }

.no_reports .question-type-main {
    right: 20px
}

.single-question .question-type {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 21px;
    margin: 0
}

.single-question.question h2 {
    margin-left: 20px
}

.single-question.question .edit-delete-follow-close h2 {
    margin-bottom: 10px
}

.edit-delete-follow-close {
    display: none
}

.question-content {
    overflow: hidden;
    position: relative
}

.question h2 {
    margin: 0 0 30px 101px;
    color: #474D5D;
    overflow: hidden;
    font-size: 22px;
    font-weight: 700;
    padding-right: 161px
}

.question_author_no.question h2 {
    margin-left: 0
}

.question h2 a {
    color: #191919;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all 1s ease 0s
}

.post .boxedtitle i, .single-question-title i {
    padding: 15px;
    display: inline-block;
    line-height: 1;
    margin-right: 10px
}

.question h3 a {
    color: #2f3239
}

.question-vote {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 14px
}

.question-user-vote {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #6D8297
}

.user-question .question-user-vote, .user-question .question-vote-result, .user-question .question-reply, .user-question .question-comment, .user-question .question-category, .user-question .question-author-meta, .user-question .question-date, .user-question .question-view, .user-question .question-answered, .user-question .question-favorite {
    margin-bottom: 5px
}

.user-question h3 {
    font-size: 20px;
    font-weight: 700;
    padding-right: 89px
}

    .user-question h3 a:hover {
        color: #2f3239 !important
    }

.user-question .question-type-main {
    top: 20px;
    bottom: inherit;
    right: 20px
}

.single-question .question-vote {
    margin-left: 0
}

.question-vote li {
    display: block;
    float: left
}

.question-vote-up, .comment-vote-up, .question-vote-down, .comment-vote-down {
    font-size: 23px;
    color: #2f3239 !important;
    display: block;
    float: left;
    height: 12px;
    line-height: 12px;
    margin-bottom: 2px
}

.question-vote-down, .comment-vote-down {
    margin-bottom: 0
}

    .question-vote-up:before, .comment-vote-up:before, .question-vote-down:before, .comment-vote-down:before {
        font-family: "FontAwesome";
        content: "\f0d8";
        float: left;
        height: 12px
    }

    .question-vote-down:before, .comment-vote-down:before {
        content: "\f0d7"
    }

    .question-vote-up i, .comment-vote-up i, .question-vote-down i, .comment-vote-down i, .question-vote-up i:before, .comment-vote-up i:before, .question-vote-down i:before, .comment-vote-down i:before {
        float: right;
        height: 13px;
        display: block;
        position: relative;
        z-index: 2
    }

        .question-vote-down i, .comment-vote-down i, .question-vote-down i:before, .comment-vote-down i:before {
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            z-index: 1
        }

.question-vote-result, .single-question-vote-result {
    float: left;
    font-size: 13px;
    color: #2f3239
}

.single-question-vote-result {
    float: right
}

.single-question-vote > li:first-child a {
    margin-right: 10px
}

.single-question-vote-up, .single-question-vote-down {
    background-color: #eee;
    color: #666;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    float: right;
    font-size: 13px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px
}

    .single-question-vote-up:hover {
        background-color: #338338
    }

    .single-question-vote-down:hover {
        background-color: #990707
    }

.question-details {
    float: left
}

.single-question .question-details {
    margin-right: 0;
    width: auto
}

.question-reply {
    margin: 0 10px 0 0
}

.question-reply, .question-date, .question-view, .question-points, .question-comment, .question-category, .question-author-meta, .question-tags, .post-tags, .question-favorite, .question-answered {
    margin: 0 20px 5px 0;
    float: left;
    display: block;
    text-transform: lowercase
}

.question-view, .question-points {
    margin-right: 0
}

.question-points {
    margin-left: 20px
}

    .question-date i, .question-view i, .question-points i, .question-comment i, .question-category i, .question-author-meta i, .question-tags i, .post-tags i, .question-reply i, .question-answered i, .question-favorite i, .share-inside i {
        margin-right: 5px
    }

.share-tags {
    position: relative;
    margin-bottom: 30px;
    overflow: visible
}

.question-tags, .post-tags {
    margin-bottom: 0
}

.question-tags, .post-tags {
    text-transform: capitalize;
    font-size: 12px;
    display: inline-block;
    float: left
}

.share-inside {
    float: left;
    font-size: 12px;
    cursor: pointer
}

.single-question .share-inside {
    float: right
}

.share-inside-warp {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    padding: 10px;
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: 14px;
    -moz-box-shadow: 1px 1px 3px #eee;
    -webkit-box-shadow: 1px 1px 3px #eee;
    box-shadow: 1px 1px 3px #eee;
    width: 150px;
    display: none
}

.single-question .share-inside-l-arrow:before {
    right: 57px
}

.single-question .share-inside-f-arrow:before {
    right: 56px
}

.single-question .share-inside-warp {
    right: 0
}

.single-post .share-inside {
    margin-right: 0
}

.single-post .share-inside-warp {
    left: 20px
}

.share-inside-show {
    display: block
}

.share-inside-l-arrow:before {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    bottom: -17px;
    left: 21px;
    font-size: 20px
}

.share-inside-f-arrow:before {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    bottom: -19px;
    left: 20px;
    font-size: 22px;
    color: #e5e5e5
}

.single-post .share-inside-l-arrow:before {
    bottom: -16px
}

.single-post .share-inside-f-arrow:before {
    bottom: -19px
}

.share-inside-warp ul li {
    margin-bottom: 10px
}

    .share-inside-warp ul li:last-child {
        margin-bottom: 0
    }

    .share-inside-warp ul li a {
        margin: 0 10px 0 0;
        color: #2f3239;
        font-size: 12px
    }

.question-report {
    float: right;
    font-size: 12px;
    background-color: #fff;
    padding: 6px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 28px;
    line-height: 15px;
    border: 1px solid #cee0ed
}

.question-answered {
    float: left;
    font-size: 14px;
    font-weight: 700
}

.infocenter-question-reporting {
    margin-top: 20px;
    display: none
}

.comment-body .infocenter-question-reporting {
    margin-bottom: 20px
}

.single-question .infocenter-question-reporting {
    margin-top: 0;
    margin-bottom: 20px
}

.infocenter-question-reporting textarea {
    width: 100%;
    margin: 20px 0;
    height: 150px
}

.infocenter-question-reporting h3 {
    margin-bottom: 10px;
    font-size: 14px
}

.infocenter-question-reporting a {
    margin: 0
}

    .infocenter-question-reporting a:last-child {
        margin-left: 10px
    }

.infocenter-question-reporting .required-error {
    margin-bottom: 20px;
    display: block
}

.question-desc {
    margin-bottom: 20px;
    padding-bottom: 30px;
    line-height: 22px;
    font-size: 13px;
    color: #848991
}

    .question-desc.question-desc-no-padding {
        padding-bottom: 0
    }

.question-bottom-2 {
    margin-top: 15px
}

.user-question .question-answered i, .user-question .question-favorite i {
    color: #5a5c5d
}

.question .question-answered, .question .question-answered i {
    font-size: 13px
}

.question .question-answered, .user-question .question-answered i {
    color: #ff2700
}

.question .question-closed, .user-question .question-closed i {
    color: #000
}

.question-answered-done {
    color: #318e08
}

.question .question-answered-done, .user-question .question-answered-done i {
    color: #318e08;
    font-size: 13px
}

.question-remove, .question-edit, .question-delete, .question-follow, .question-close, .question-open {
    display: inline-block;
    margin-right: 10px
}

.edit-delete-follow-close-2 {
    margin-top: 10px
}

    .edit-delete-follow-close-2 .question-remove, .edit-delete-follow-close-2 .question-edit, .edit-delete-follow-close-2 .question-delete, .edit-delete-follow-close-2 .question-follow, .edit-delete-follow-close-2 .question-close, .edit-delete-follow-close-2 .question-open {
        float: left;
        margin-top: 10px
    }

.question-date, .question-view, .question-points, .question-favorite, .question-reply, .question-category a, .question-author-meta a, .question-comment a {
    font-size: 13px;
    color: #777
}

    .question-favorite i.icon-star, .question-remove i.icon-star {
        color: #dfaa63
    }

.commentform.question-report {
    position: inherit;
    display: inline-block;
    float: none;
    top: inherit;
    right: inherit;
    left: inherit;
    margin-top: 10px
}

.question-favorite {
    color: #dfaa63
}

.question-tags, .post-tags {
    float: right;
    margin-right: 0
}

.single-question .question-tags {
    float: left
}

.question-tags i, .question-tags a, .post-tags i, .post-tags a {
    font-size: 12px
}

    .question-tags a:hover, .post-tags a:hover {
        color: #2f3239
    }

.question-favorite, .question-category, .question-author-meta, .question-date, .question-comment, .question-view, .question-points, .question-category a, .question-author-meta a, .question-comment a {
    float: left
}

    .question-date i, .question-view i, .question-points i, .question-comment i, .question-category i, .question-author-meta i, .question-reply i {
        color: #777
    }

.load-questions {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 10px;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center
}

    .load-questions i {
        margin-right: 10px
    }

    .load-questions:hover {
        background-color: #2f3239
    }

.single-question .question-desc {
    color: #2f3239
}

.poll_1 {
    width: 50%;
    margin-top: 10px
}

.poll_2 {
    margin-top: 10px
}

.poll_1 .progressbar-percent {
    background-color: #c54133;
    height: 20px
}

    .poll_1 .progressbar-percent.poll-result {
        width: 100% !important
    }

.poll_1 .progressbar {
    height: auto
}

.loader_2, .loader_3 {
    background: url(../../../themes/infocenter/images/loading.gif) no-repeat center center;
    height: 20px;
    width: 20px;
    margin: 10px auto;
    display: none
}

.single-question-vote li.loader_3 {
    display: none;
    margin: 0 5px 0
}

.loader_favorite {
    float: left;
    margin: 0 10px 0 0
}

.user-profile {
    overflow: hidden;
    position: relative
}

.page-content-user-profile {
    padding-bottom: 0
}

.user-profile-widget .ul_list li {
    width: 49%;
    float: left;
    margin-bottom: 20px !important
}

    .user-profile-widget .ul_list li:nth-child(2n+1) {
        margin-right: 2%
    }

.user-profile-p {
    margin-bottom: 15px
}

.about-user {
    color: #2f3239;
    margin-bottom: 10px !important;
    overflow: hidden
}

    .about-user li {
        float: left;
        width: 40%;
        margin-left: 20px
    }

    .about-user span {
        color: #2f3239
    }

.user-profile p {
    margin: 30px 0;
    font-weight: 400;
    color: #848991
}

.about-user li {
    color: #2f3239;
    font-size: 13px
}

.user-profile-widget .ul_list {
    margin-bottom: 0
}

    .user-profile-widget .ul_list *:last-child {
        margin-bottom: 0
    }

.user-profile-widget li, .user-profile-widget li a {
    color: #2f3239
}

    .user-profile-widget li i {
        width: 15px;
        font-size: 14px !important
    }

.user-follow-me {
    color: #2f3239;
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 13px
}

.user-profile-img {
    width: 85px;
    float: left;
    margin-right: 15px;
    text-align: center
}

    .user-profile-img a {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 2px;
        border: 1px solid #e0e0e0;
        background-color: #FFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

        .user-profile-img a:before {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 99;
            display: block;
            font-family: "FontAwesome";
            text-align: center;
            line-height: 85px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

        .user-profile-img a:hover:before {
            content: "\f0fe";
            opacity: .9;
            filter: alpha(opacity=90)
        }

    .user-profile-img img {
        width: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 79px
    }

.is-login-left {
    margin-right: 20px
}

.is-login-right {
    overflow: hidden
}

.user_quick_links li {
    margin-bottom: 5px
}

    .user_quick_links li i {
        margin-right: 5px
    }

    .user_quick_links li:last-child {
        margin-bottom: 0
    }

.page-content-user {
    padding-top: 0
}

.user-question {
    overflow: hidden;
    margin: 0 -20px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 35px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.user-questions .user-question:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.user-points h3 {
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 20px
}

.user-points .question-user-vote, .user-points .question-vote-result, .user-points .question-date {
    line-height: 25px
}

.user-points .question-user-vote, .user-points .question-vote-result {
    font-size: 13px;
    color: #2f3239 !important;
    margin-right: 20px
}

.user-points .question-user-vote {
    margin-right: 5px
}

.no-item {
    margin: 20px 0 0
}

.badge-span {
    padding: 0 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 20px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    float: left
}

h2 .badge-span, h4 .badge-span {
    float: none;
    margin-left: 10px;
    line-height: 18px
}

.block-stats {
    margin-top: 30px;
    overflow: hidden
}

.stats-head, .block-stats-1, .block-stats-2, .block-stats-3, .block-stats-4 {
    width: 23.4%;
    padding: 10px 15px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #E8E7E7;
    background-color: #FAFAFA;
    font-weight: 700
}

.block-stats-1 {
    width: 29.7%;
    color: #2f3239 !important;
    font-weight: bold !important;
    font-size: 14px !important
}

.block-stats-4 {
    margin-right: 0;
    border-right: none !important
}

.block-stats-1, .block-stats-2, .block-stats-3, .block-stats-4 {
    text-align: center
}

.user-stats {
    overflow: hidden;
    border: 1px solid #dedede;
    margin-top: 60px
}

.user-stats-head {
    background-color: #f3f3f3;
    border-bottom: 1px solid #dedede;
    overflow: hidden
}

.stats-head {
    background-color: transparent;
    border: none;
    border-right: 1px solid #dedede;
    font-size: 14px;
    margin-bottom: 0
}

.user-stats-item {
    background-color: #FFF;
    border-bottom: 1px solid #e0e6ed;
    overflow: hidden
}

.user-stats-item-last {
    border-bottom: none
}

.user-stats-item div {
    border: none;
    border-right: 1px solid #e0e6ed;
    margin-bottom: 0;
    color: #2f3239;
    font-size: 13px
}

.pagination {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px
}

.page-content .pagination {
    margin-bottom: 0
}

.pagination a, .pagination span {
    margin: 5px 5px 0 0;
    padding: 5px 11px;
    background-color: #dedede;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

    .pagination a span {
        padding: 0;
        margin: 0;
        background-color: transparent;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block
    }

    .pagination a:last-child, .pagination span:last-child {
        margin-right: 0
    }

.pagination a {
    background-color: #e6e6e6
}

    .pagination a.next.page-numbers {
        margin-right: 0
    }

.pagination a, .pagination, .pagination span {
    color: #2f3239
}

    .pagination span {
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s
    }

.post-pagination {
    margin-bottom: 0
}

.social_icon ul li {
    margin: 0 5px 5px 0;
    float: left;
    line-height: 31px
}

.social_icon.f_right ul li {
    margin: 0 0 5px 5px
}

.social_icon a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #f1f1f1
}

    .social_icon a:hover {
        background-color: #333;
        border: 1px solid #333
    }

.social_icon.social_icon_2 a {
    background-color: #666;
    border: 1px solid #666
}

    .social_icon.social_icon_2 a:hover {
        background-color: #EAEAEA;
        border: 1px solid #E2E2E2;
        color: #666
    }

.post-next-prev {
    margin: 30px 0
}

    .post-next-prev p {
        margin-bottom: 0
    }

    .post-next-prev .prev-post {
        float: left
    }

    .post-next-prev .next-post {
        float: right
    }

        .post-next-prev .prev-post a, .post-next-prev .next-post a {
            display: inline-block;
            font-size: 14px;
            font-weight: 700
        }

.about-author {
    overflow: hidden;
    display: block;
    margin: 0 0 30px
}

.author-image {
    float: left;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    width: 71px;
    height: 71px;
    padding: 2px;
    border: 1px solid #dedede;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

    .author-image a {
        display: inline-block
    }

.about-author .author-image img {
    display: block;
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.about-author .author-image a:before {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 2px;
    left: 2px;
    z-index: 99;
    display: block;
    font-family: "FontAwesome";
    text-align: center;
    line-height: 65px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.about-author .author-image a:hover:before {
    content: "\f0fe";
    opacity: .9;
    filter: alpha(opacity=90)
}

.about-author .author-bio {
    overflow: hidden;
    color: #2f3239;
    font-size: 13px;
    font-weight: 400
}

    .about-author .author-bio h4 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 700
    }

#related-posts {
    padding: 0;
    margin-bottom: 50px;
    margin-bottom: 30px
}

#related-posts {
    display: inline-block;
    width: 100%
}

.sidebar #related-posts {
    float: none
}

#related-posts h2 {
    margin-left: 0
}

#related-posts li i {
    margin: 0 5px 5px 0;
    color: #2f3239
}

#related-posts .related-posts li {
    margin-bottom: 10px;
    float: left;
    width: 50%
}

.related-posts li {
    margin-bottom: 10px
}

@media and (max-width:767px) {
    #related-posts .related-posts li {
        float: none;
        width: 100%
    }
}

.related-posts li i {
    margin: 0 5px 5px 0;
    color: #2f3239
}

.related-posts li:last-child {
    margin-bottom: 50px
}

.related-posts li a {
    color: #2f3239;
    font-weight: 100
}

.related-posts .post-type {
    position: inherit;
    float: left;
    margin-right: 10px;
    margin-left: 0
}

.related-item {
    overflow: hidden
}

    .related-item .question-type {
        float: left
    }

.related-posts li:hover .question-type {
    background-color: #333
}

.related-item .question-comments {
    float: left;
    margin-right: 10px;
    position: relative
}

.question-comments a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .20s;
    -moz-transition: all .20s;
    -o-transition: all .20s;
    transition: all .20s
}

    .question-comments a:hover {
        background-color: #333
    }

.related-item h3 {
    padding-top: 2px;
    font-size: 14px !important;
    margin-bottom: 0;
    font-weight: 700
}

.related-item span.margin_t_5 {
    display: block
}

.related-item p {
    margin: 5px 0;
    font-size: 13px;
    color: #848991;
    font-weight: 400;
    line-height: 22px
}

.related-item span {
    font-size: 12px;
    color: #c5c4c4
}

#commentlist {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0
}

.commentlist > li:first-child {
    margin-top: -20px
}

.comments {
    margin-top: 30px
}

.comment-body {
    padding: 20px
}

.commentlist {
    list-style: none;
    margin: 0
}

.comment {
    margin: 0 -15px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
    margin-bottom: 50px;
    padding: 20px;
    clear: both
}

.children .comment {
    margin: 0;
    border-top: 1px solid #dedede;
    border-bottom: none
}

.children {
    padding-left: 60px
}

.commentlist li ul ul ul ul.children {
    padding-left: 0
}

.comment-reply {
    float: right;
    font-size: 13px;
    margin-top: 9px
}

    .comment-reply:hover {
        color: #2f3239 !important
    }

    .comment-reply i {
        margin-right: 5px
    }

.commentlist li p {
    margin-bottom: 0;
    color: #848991;
    font-weight: 400
}

.commentlist li ul {
    list-style: none
}

.commentlist li .avatar-img {
    float: left;
    display: block;
    overflow: hidden;
    width: 71px;
    height: 71px;
    position: relative;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #dedede;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 4%
}

    .commentlist li .avatar-img img {
        display: block;
        float: left;
        width: 65px;
        height: 65px;
        overflow: hidden;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 4%
    }

.commentlist li .comment-text {
    overflow: hidden;
    position: relative
}

.comment-text .question-answered {
    margin-top: 10px;
    margin-bottom: 0
}

.commentlist li .author {
    margin-top: 5px;
    margin-bottom: 10px
}

.comment-author {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700
}

    .comment-author a {
        color: #2f3239
    }

.comment-vote {
    float: left;
    margin-top: 9px;
    margin-right: 0
}

    .comment-vote li {
        float: left;
        display: block
    }

.comment .question-vote-result {
    margin-top: 10px;
    margin-right: 20px
}

.commentlist li .comment-meta {
    float: left;
    margin-top: 4px;
    overflow: hidden
}

.commentlist li .author span {
    display: block;
    color: #2f3239
}

    .commentlist li .author span.badge-span {
        float: none;
        display: inline-block;
        margin-left: 10px
    }

.commentlist li .date {
    font-size: 13px;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
    color: #a1a1a1
}

    .commentlist li .date i {
        color: #999;
        margin-right: 5px
    }

.commentlist li em {
    font-size: 11px;
    color: #ccc;
    font-style: normal;
    margin-bottom: 30px;
    display: block
}

.commentlist li .text em {
    margin-bottom: 0
}

#respond {
    width: 100%;
    margin-bottom: 30px
}

#respond-inputs p {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px
}

    #respond-inputs p.last {
        margin: 0
    }

#respond input {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

#respond textarea {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-submit {
    overflow: hidden;
    margin-top: 10px !important;
    margin-bottom: 0 !important
}

    .form-submit input[type="submit"] {
        font-size: 15px;
        font-weight: 700;
        -webkit-font-smoothing: antialiased
    }

.form-style p span.required-error, #commentform p span.required-error {
    color: #ED2C3A;
    font-size: 13px
}

.tabs-register-forget .form-style p span.required-error, .tabs-register-forget .ask_error {
    color: #2f3239
}

.message-done {
    border: 1px solid #398f14;
    padding: 20px
}

#respond input#submit {
    float: left;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 25px;
    border-radius: 1px;
    background: #222;
    font-family: 'Merriweather',serif
}

@media only screen and (min-width:606px) {
    #respond input#submit {
        width: 40%
    }
}

#respond label {
    color: #2f3239;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px
}

    #respond label.required span {
        margin-left: 3px;
        color: red
    }

.full_width #respond-inputs p {
    width: 300px
}

.full_width #respond input {
    width: 282px
}

.full_width #respond textarea {
    width: 922px;
    height: 200px
}

.comments-navigation {
    display: none
}

.comment #respond {
    padding: 30px;
    margin: 30px;
    width: auto
}

    .comment #respond p {
        margin-bottom: 20px
    }

.widget {
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    color: #2f3239;
    padding: 20px
}

    .widget:last-child {
        margin-bottom: 0
    }

    .widget h3.widget_title, .woocommerce-billing-fields > h3, #order_review_heading, .woocommerce .sections h2, .yith-wcwl-share > h4, .woocommerce .sections h3, .woocommerce header.title h3, .main-title > h4, .woocommerce .main-content h2 {
        margin: -20px 0 20px;
        font-size: 15px;
        font-weight: 400;
        padding: 20px 0 10px;
        border-bottom: 2px solid #dedede;
        position: relative
    }

.post-content .woocommerce h2 {
    font-size: 16px
}

.post-content .woocommerce header h2 {
    margin-bottom: 20px
}

.sidebar ul.children, .sidebar ul.sub-menu, #footer ul.children, #footer ul.sub-menu {
    padding-top: 10px;
    padding-left: 17px;
    border-top: 1px solid #ecedee;
    margin-top: 10px
}

    .sidebar ul.children ul.children ul.children, .sidebar ul.sub-menu ul.sub-menu ul.sub-menu, #footer ul.children ul.children ul.children, #footer ul.sub-menu ul.sub-menu ul.sub-menu {
        padding-left: 0
    }

.sidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ecedee
}

#footer li {
    margin-bottom: 10px;
    padding-bottom: 10px
}

    .sidebar li:last-child, #footer li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

.widget_nav_menu li.mega-menu li {
    width: 100%
}

.widget_nav_menu li a i.fa {
    margin-right: 10px
}

.widget li .widget-span {
    margin-left: 10px;
    margin-right: 5px;
    float: right
}

.widget a {
    color: #555
}

#footer .widget h3.widget_title {
    margin: 0 0 20px;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-bottom: none;
    margin-bottom: 30px;
    font-size: 22px;
    color: #fff
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .widget ul li {
        position: relative;
        font-size: 14px;
        overflow: hidden;
        padding-bottom: 10px
    }

.widget.profile-widget ul li {
    overflow: inherit
}

#footer .widget ul li {
    padding-bottom: 5px
}

.widget .video_embed {
    margin-bottom: 0;
    overflow: hidden
}

#wp-calendar {
    margin: 0 !important;
    background: #fff;
    border: 0 !important;
    width: 100%;
    color: #999;
    text-align: center
}

#calendar_wrap th, #calendar_wrap td {
    padding: 5px;
    border: 1px solid #f1f1f1;
    text-align: center
}

#wp-calendar caption {
    background-color: #2f3239;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    margin: 0 !important;
    border: 0 !important;
    font-weight: 700
}

#wp-calendar th {
    background-color: #f9f9f9;
    border-top: 0;
    color: #59616a
}

#wp-calendar #today {
    background-color: #2f3239
}

#wp-calendar a {
    text-decoration: none
}

#wp-calendar #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
    border: 0 none
}

#wp-calendar #prev {
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
    border: 0 none
}

#wp-calendar .pad {
    border: 0 none !important
}

#footer #wp-calendar {
    background-color: transparent
}

#footer #calendar_wrap th, #calendar_wrap td {
    border: none
}

#footer #wp-calendar caption, #footer #wp-calendar #today {
    background-color: #353940
}

.widget_social {
    overflow: hidden
}

    .widget_social li {
        line-height: 15px;
        float: left;
        width: 100%;
        height: 75px;
        padding: 0;
        -moz-transition: .4s linear;
        -webkit-transition: .4s ease-out;
        transition: .4s linear;
        margin-bottom: 10px
    }

        .widget_social li a {
            display: block
        }

            .widget_social li a strong {
                display: inline-block;
                width: 100%;
                height: 75px;
                line-height: 24px;
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 10px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                position: relative
            }

        .widget_social li.facebook-fans a strong {
            background-color: #5d82d1
        }

        .widget_social li.twitter-followers a strong {
            background-color: #40bff5
        }

        .widget_social li.youtube-subs a strong {
            background-color: #c4302b
        }

        .widget_social li.gplus-subs a strong {
            background-color: #d73d32
        }

        .widget_social li.rss-subscribers a strong {
            background-color: #faa33d
        }

        .widget_social li:hover a strong {
            background-color: #2f3239
        }

        .widget_social li span {
            padding: 13.5px 0 0 10px;
            display: inline-block
        }

        .widget_social li a small {
            font-size: 14px;
            font-weight: 700;
            padding-left: 10px
        }

        .widget_social li i {
            float: right;
            font-size: 37.5px;
            line-height: 75px;
            margin: 0 10px;
            width: 45px;
            text-align: center
        }

.widget_menu_jquery {
    top: inherit;
    bottom: inherit;
    position: inherit
}

.widget_menu {
    padding: 0
}

    .widget_menu li {
        margin: 0 !important;
        padding: 0 !important
    }

        .widget_menu li a {
            display: block;
            padding: 10px 15px;
            border-bottom: 1px solid #e5e5e5;
            color: #2f3239;
            border-left: 2px solid rgba(0,0,0,0)
        }

        .widget_menu li:last-child a {
            border-bottom: none
        }

        .widget_menu li.current_page_item a {
            border-left-color: #2f3239;
            position: relative
        }

            .widget_menu li.current_page_item a:before {
                content: '';
                position: absolute;
                height: 4px;
                width: 4px;
                top: 50%;
                margin-top: -4px;
                left: 0;
                border-left: 4px solid #2f3239;
                border-top: 4px solid rgba(0,0,0,0);
                border-bottom: 4px solid rgba(0,0,0,0)
            }

        .widget_menu li a i {
            font-size: 12px;
            margin-right: 10px
        }

.widget_stats ul li, .user-profile-widget .ul_list li {
    color: #2f3239;
    font-size: 14px;
    font-weight: 700;
    background-color: #eaeaeb;
    margin-bottom: 10px;
    padding: 10px !important
}

    .widget_stats li i, .user-profile-widget .ul_list li i {
        width: 23px;
        height: 23px;
        line-height: 23px !important;
        font-size: 11.5px !important;
        text-align: center;
        background-color: #2f3239
    }

.widget .ul_list {
    margin-bottom: 0
}

.widget ul li:last-child, .widget_contact ul li:last-child, .popular_posts ul li:last-child, .widget_contact ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.popular_posts ul li:before, .widget_contact ul li:before {
    margin: 0
}

.popular_posts ul li h6 {
    margin-bottom: 5px
}

.sidebar_box {
    border: 1px solid #dedede
}

    .sidebar_box ul li {
        padding: 0
    }

        .sidebar_box ul li:last-child {
            border-bottom: none
        }

        .sidebar_box ul li:before {
            content: "";
            margin: 0
        }

        .sidebar_box ul li a {
            padding: 10px 15px;
            display: block;
            font-size: 14px;
            color: #999
        }

            .sidebar_box ul li a:hover {
                background-color: #FAFAFA
            }

            .sidebar_box ul li a:before {
                content: "\f054";
                margin: 0 5px 5px 0;
                color: #c3c3c3;
                font: 12px "FontAwesome";
                -webkit-transition: all 0.2s ease 0s;
                -moz-transition: all 0.2s ease 0s;
                -o-transition: all 0.2s ease 0s;
                transition: all 0.2s ease 0s
            }

            .sidebar_box ul li a:hover:before {
                color: #5a5c5d
            }

.widget_highest_points ul li {
    padding-bottom: 15px
}

.widget_highest_points li h6 {
    margin: 5px 0;
    font-weight: 700
}

    .widget_highest_points li h6 a:hover {
        color: #2f3239 !important
    }

    .widget_highest_points li h6 a {
        color: #191919 !important;
        font-weight: 100
    }

.widget_highest_points .comment {
    padding: 0;
    border-bottom: 0;
    color: #2f3239;
    font-size: 13px
}

.author-img {
    float: left;
    display: block;
    overflow: hidden;
    width: 71px;
    height: 71px;
    position: relative;
    margin-right: 20px;
    padding: 2px;
    border: 1px solid #dedede;
    -moz-border-radius: 4%;
    -webkit-border-radius: 4%;
    border-radius: 4%
}

.author-content {
    overflow: hidden
}

.widget_highest_points .badge-span {
    clear: both;
    margin-left: 0
}

.widget_highest_points .comment {
    float: left;
    clear: both
}

.author-img a:hover {
    padding-left: 0 !important
}

.questions-div {
    overflow: hidden
}

.author-img img {
    display: block;
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    -moz-border-radius: 4%;
    -webkit-border-radius: 4%;
    border-radius: 4%
}

.widget_highest_points a:before {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 2px;
    z-index: 99;
    display: block;
    font-family: "FontAwesome";
    text-align: center;
    line-height: 65px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.widget_highest_points .author-img a:hover:before {
    content: "\f0fe";
    opacity: .9;
    filter: alpha(opacity=90)
}

.widget_search form {
    position: relative
}

.widget_search input[type="search"] {
    margin-bottom: 0
}

.widget_search .search-submit {
    background: transparent;
    border: none;
    padding: 7px 9px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.search-submit:before, .widget_search label:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 15px;
    cursor: pointer
}

.widget_search label:before {
    padding: 7px 9px;
    position: absolute;
    top: 0;
    left: 0
}

.widget_search .search-submit {
    display: none
}

.tagcloud a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #000 !important
}

    .tagcloud a:hover {
        color: #4682b4 !important
    }

.widget_embed p {
    margin-top: 10px
}

.widget_embed iframe {
    max-width: 100%
}

.widget_tabs.tabs-warp {
    margin-bottom: 0
}

    .widget_tabs.tabs-warp .tabs {
        border-bottom-color: #dedede;
        margin-bottom: 20px
    }

        .widget_tabs.tabs-warp .tabs li {
            float: left;
            padding: 0;
            margin-right: 10px;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
            border-bottom: none !important
        }

            .widget_tabs.tabs-warp .tabs li:last-child {
                margin-right: 0
            }

            .widget_tabs.tabs-warp .tabs li a {
                padding: 0 0 10px;
                background-color: transparent;
                font-weight: 700;
                margin-bottom: 0;
                margin: 0
            }

                .widget_tabs.tabs-warp .tabs li a:hover, .widget_tabs.tabs-warp .tabs li a.current {
                    color: #2f3239
                }

    .widget_tabs.tabs-warp .tab-inner-warp {
        background-color: transparent;
        padding: 0
    }

.widget_flickr {
    margin-right: -5px
}

    .widget_flickr img {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .widget_flickr a {
        float: left;
        height: 59px;
        width: 59px;
        position: relative;
        margin-right: 5px;
        margin-bottom: 5px;
        overflow: hidden
    }

.col-md-3.sidebar .widget_flickr a {
    height: 53px;
    width: 53px
}

#footer .widget_flickr a {
    height: 67.5px;
    width: 67.5px
}

.widget_twitter ul {
    list-style: none
}

    .widget_twitter ul li {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 24px
    }

        .widget_twitter ul li:before {
            content: "\f099" !important;
            font-family: "FontAwesome";
            margin: 0 5px 5px 0 !important
        }

        .widget_twitter ul li b a {
            display: block;
            font-size: 11px;
            color: #c2c8d4
        }

.tweet_time {
    font-size: 11px
}

#footer .widget_twitter ul li {
    color: #c2c8d4
}

.widget_tp_widget_recent_tweets .tp_recent_tweets {
    margin-bottom: 30px !important
}

.widget_tp_widget_recent_tweets ul {
    list-style: none
}

.widget_comments li h6 {
    overflow: hidden
}

.widget_portfolio .portfolio-item:last-child {
    margin: 0
}

.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0 0 0 0;
    margin: 0 10px 10px 0;
    overflow: hidden
}

.col-sm-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(4n) {
    margin-right: 10px
}

.col-sm-3 .widget_portfolio .portfolio-widget-item:nth-child(3n), .col-sm-3.sidebar .widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0
}

.widget_portfolio .portfolio-widget-item .portfolio_img {
    float: left;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    position: relative
}

    .widget_portfolio .portfolio-widget-item .portfolio_img img, .popular_img a img {
        width: 100%;
        height: 100%;
        display: block;
        position: relative
    }

    .widget_portfolio .portfolio-widget-item .portfolio_img:before, .popular_posts .popular_img a:before, .widget_flickr a:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        display: block;
        font-family: "FontAwesome";
        text-align: center;
        line-height: 60.1px
    }

#footer .widget_portfolio .portfolio-widget-item .portfolio_img:before, #footer .popular_posts .popular_img a:before, #footer .widget_flickr a:before {
    line-height: 67.5px
}

.col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img:before, .col-md-3.sidebar .popular_posts .popular_img a:before, .col-md-3.sidebar .widget_flickr a:before {
    line-height: 53px
}

.widget_portfolio .portfolio-widget-item:hover .portfolio_img:before, .popular_posts .popular_img:hover a:before, .widget_flickr a:hover:before {
    content: "\f0fe";
    opacity: .9;
    filter: alpha(opacity=90)
}

.popular_img {
    margin: 0 15px 10px 0;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0 10px 0 0;
    height: 60px;
    width: 60px;
    overflow: hidden
}

    .popular_img a {
        display: block;
        overflow: hidden
    }

.popular_posts .popular_img a:before {
    line-height: 60px
}

.popular_img img:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

span.date, span.comment {
    margin: 5px 0;
    font-size: 12px;
    color: #999
}

    span.date i, span.comment i {
        margin: 0 5px 0 0
    }

.contact-us {
    overflow: hidden
}

    .contact-us iframe {
        width: 100%;
        display: block
    }

    .contact-us p {
        color: #848991
    }

        .contact-us p.form-submit {
            margin-bottom: 0
        }

    .contact-us .form-style input.submit {
        width: 100%
    }

.widget_contact ul li {
    font-size: 13px !important;
    font-weight: normal !important;
    margin-bottom: 0;
    color: #2f3239;
    line-height: 26px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important
}

    .widget_contact ul li p {
        margin: 0 0 0 25px;
        font-size: 13px;
        color: #2f3239
    }

    .widget_contact ul li span {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 700
    }

    .widget_contact ul li .tipsy span {
        display: block
    }

    .widget_contact ul li .icon_i span {
        float: left;
        margin-right: 10px
    }

    .widget_contact ul li:last-child {
        margin-bottom: 0
    }

.widget_contact ul li {
    margin-bottom: 10px
}

    .widget_contact ul li i {
        width: 25px
    }

    .widget_contact ul li .icon_i {
        margin-top: 11px;
        display: inline-block;
        margin-bottom: 0
    }

        .widget_contact ul li .icon_i i {
            margin-right: 0
        }

.widget_contact > p {
    font-size: 13px;
    line-height: 22px;
    color: #c2c8d4
}

.sidebar .widget .widget_contact > p {
    color: #2f3239
}

.widget_contact ul li span {
    font-size: 15px;
    font-weight: 700
}

.widget_login .form-style-2 .form-inputs p {
    width: 100% !important;
    margin-bottom: 10px
}

.widget_login input[type="text"], .widget_login input[type="password"], .subscribe_widget input[type="text"], .widget_search input[type="text"], .widget_search input[type="search"], .widget_product_search input[type="search"] {
    width: 100% !important;
    color: #2f3239;
    font-size: 12px;
    font-weight: 700;
    padding-left: 37px;
    border-style: solid;
    border-width: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ask_error {
    margin-bottom: 10px;
    color: #ff2700
}

.ask_done {
    color: #318e08
}

.widget_login .col-md-8, .widget_login .col-md-4, .widget_login .col-md-6 {
    width: 100%
}

.widget_login .is-login-left {
    float: none;
    margin: 0 auto 20px
}

.widget_login .col-md-4 {
    margin-top: 20px
}

.widget_login .col-md-6 {
    margin-top: 15px
}

.widget_login .row .col-md-6 ul {
    border-bottom: 1px solid #ecedee;
    padding-bottom: 10px
}

.widget_login .row .col-md-6:last-child ul {
    border-bottom: none;
    padding-bottom: 0
}

.widget_login .col-md-4 h2 {
    margin-bottom: 3px
}

.widget_login h2 {
    font-size: 15px
}

.page-left-sidebar .sidebar {
    float: left
}

.page-left-sidebar .row > .with-sidebar-container > .col-md-9, .page-left-sidebar .row > .with-sidebar-container > .col-md-8 {
    float: right
}

.page-right-sidebar .row > .with-sidebar-container > .col-md-9, .page-right-sidebar .row > .with-sidebar-container > .col-md-8 {
    float: left
}

.page-full-width .sidebar {
    display: none
}

.with-sidebar-container {
    position: relative
}

.sidebar.fixed-sidebar {
    position: fixed;
    bottom: 0
}

.sidebar.absolute-sidebar {
    position: absolute;
    bottom: 30px
}

.page-left-sidebar .sidebar.absolute-sidebar {
    left: 0
}

.page-right-sidebar .sidebar.absolute-sidebar {
    right: 0
}

.boxedtitle {
    margin-bottom: 30px !important;
    border-bottom: 2px solid #E8E7E7
}

    .boxedtitle h1, .boxedtitle h2, .boxedtitle h3, .boxedtitle h4, .boxedtitle h5, .boxedtitle h6 {
        color: #474D5D;
        padding-bottom: 10px;
        margin: 0;
        text-transform: capitalize
    }

.question .boxedtitle h2, .post-meta .boxedtitle h2, .post-meta .boxedtitle h3, .single-post .boxedtitle h2, .single-question-title h2 {
    padding-bottom: 1px;
    margin-bottom: 1px
}

.boxedtitle h1 a, .boxedtitle h2 a, .boxedtitle h3 a, .boxedtitle h4 a, .boxedtitle h5 a, .boxedtitle h6 a {
    color: #2B363C
}

#footer {
    background-color: #181718;
    margin-top: 70px;
    padding: 50px 0 30px
}

    #footer .widget {
        color: #c2c8d4;
        background: transparent;
        border: none;
        padding: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        #footer .widget li {
            font-size: 13px;
            line-height: 23px
        }

    #footer .widget_twitter li::before, #footer .related-posts li::before, #footer .widget_contact li::before {
        content: "";
        margin: 0
    }

    #footer .widget a {
        color: #c2c8d4
    }

    #footer .related-item p {
        color: #c2c8d4
    }

#footer-bottom {
    background-color: #181718;
    padding: 16px 0;
    font-size: 12px;
    line-height: 24px;
    border-top: 1px solid rgba(255,255,255,.1)
}

    #footer-bottom .social_icons ul li {
        margin: 0 0 0 5px
    }

        #footer-bottom .social_icons ul li a {
            height: 24px;
            width: 24px;
            line-height: 24px;
            color: #1d1e22;
            border: 1px solid #1d1e22;
            text-align: center;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%
        }

            #footer-bottom .social_icons ul li a i {
                font-size: 12px
            }

    #footer-bottom.no-footer {
        margin-top: 70px
    }

.copyrights {
    font-size: 13px
}

.go-up {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    right: -60px;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 998;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    .go-up:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #2f3239
    }

#footer .widget .widget_highest_points li::before, #footer .widget .widget_social li::before, #footer .widget .widget_tabs li::before, #footer .widget .widget_login li::before {
    content: "";
    margin: 0
}

#footer .widget .widget_highest_points .comment {
    color: #c2c8d4
}

#footer.footer_light_top .widget .widget_highest_points a:hover {
    color: #2f3239
}

#footer.footer_light_top ul.children, #footer.footer_light_top ul.sub-menu {
    border-top-color: #ecedee
}

#footer.footer_light_top li {
    border-bottom-color: #ecedee
}

#footer.footer_light_top .author-img {
    border-color: #dedede
}

#footer.footer_light_top .widget_stats ul li, #footer.footer_light_top .user-profile-widget .ul_list li {
    background-color: #eaeaeb;
    color: #2f3239
}

#footer.footer_light_top .widget_highest_points .comment, #footer.footer_light_top .widget_search input[type="search"], #footer.footer_light_top .subscribe_widget input[type="text"], #footer.footer_light_top .widget_login input[type="text"], #footer.footer_light_top .widget_login input[type="password"], #footer.footer_light_top .related-posts li i {
    color: #2f3239
}

#footer.footer_light_top .styled-select {
    border-color: #dedede;
    background-color: #f3f3f3
}

#footer.footer_dark .author-img {
    border-color: #353940;
    background-color: #353940
}

#footer.footer_dark .tagcloud a {
    border-color: #2a2d32;
    background-color: #353940
}

#footer.footer_dark .widget_social li:hover a strong {
    background-color: #353940
}

#footer.footer_dark .styled-select, #footer.footer_dark .widget_stats li, #footer.footer_dark .user-profile-widget .ul_list li {
    border-color: #393c44;
    background-color: #393c44
}

#footer .widget_tabs.tabs-warp .tabs {
    margin-bottom: 0;
    border-bottom: none
}

#footer.footer_light_top .widget_tabs.tabs-warp .tabs li a.current, #footer.footer_light_top .widget_tabs.tabs-warp .tabs li a:hover {
    color: #2f3239
}

#footer.footer_dark .button.black, #footer.footer_dark .button.dark_button.color, #footer.footer_dark .button.color:hover, #footer.footer_dark input[type="submit"]:hover, #footer.footer_dark .single_add_to_cart_button:hover, #footer.footer_dark .return-to-shop a:hover, #footer.footer_dark .button-default.empty-cart:hover, #footer.footer_dark .wc-proceed-to-checkout a:hover, #footer.footer_dark .button[name="calc_shipping"]:hover, #footer.footer_dark .price_slider_amount button.button[type="submit"]:hover, #footer.footer_dark .wc-proceed-to-checkout .button.wc-forward:hover, #footer.footer_dark .buttons .button.checkout.wc-forward:hover, #footer.footer_dark .button.view:hover, #footer.footer_dark .cart_list .remove:hover, #footer.footer_dark .buttons .button.wc-forward:first-child, #footer.footer_dark .buttons .button.wc-forward.checkout:hover {
    background-color: #373b43
}

#footer.footer_dark .widget_login input[type="text"], #footer.footer_dark .widget_search input[type="text"], #footer.footer_dark .widget_search input[type="search"], #footer.footer_dark .widget_product_search input[type="search"], #footer.footer_dark .subscribe_widget input[type="text"], #footer.footer_dark .widget_login input[type="password"], #footer.footer_dark .panel_light.login-panel input[type="text"] {
    border-color: #373b43;
    background-color: #373b43
}

#footer.footer_dark ul.children, #footer.footer_dark ul.sub-menu {
    border-top-color: #43464b
}

.tipsy {
    font-size: 14px;
    position: absolute;
    padding: 5px;
    z-index: 100000000
}

.tipsy-inner {
    background-color: #000;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    -moz-box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-arrow-s {
    border-top-color: #000
}

.tipsy-arrow-e {
    border-left-color: #000
}

.tipsy-arrow-w {
    border-right-color: #000
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.breadcrumbs {
    margin-bottom: 70px;
    line-height: 50px
}

.bmbottom-zero {
    margin-bottom: 0 !important
}

.breadcrumbs .container {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    z-index: 991
}

.breadcrumbs h1 {
    float: left;
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #191919;
    text-transform: capitalize
}

    .breadcrumbs h1 i {
        margin-right: 10px
    }

.crumbs {
    float: right;
    line-height: 24px;
    padding-top: 0;
    font-size: 13px
}

.breadcrumbs .clearfix {
    display: none
}

.crumbs .current {
    color: #2f3239
}

.crumbs i {
    font-size: 17px;
    margin-right: 10px
}

.crumbs-span {
    margin: 0 5px
}

.form-inputs p {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
    overflow: hidden
}

.form-textarea p {
    overflow: hidden
}

.form-inputs p:last-child {
    margin-right: 0
}

.form-style input, .form-style textarea {
    display: block;
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-editor-wrap input.button, #respond .wp-editor-wrap input {
    width: auto;
    display: inline-block
}

.edit-profile-form .styled-select {
    width: 99.87%
}

.form-style select {
    display: block;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-style input[type="checkbox"], .form-style input[type="radio"] {
    width: auto;
    float: left;
    margin: 5px 10px 0 1px
}

.form-style input[type="checkbox"] {
    margin: 2px 10px 0 1px;
    outline: 0 !important
}

.form-style textarea {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical
}

.form-style label {
    color: #2f3239;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 9px
}

.form-style-3 label, .form-style-4 label {
    margin-top: 0
}

.form-style label.required span {
    margin-left: 3px;
    color: red
}

.no_vote_more, .red {
    color: red
}

.red {
    margin-bottom: 0
}

.full_width .form-inputs p {
    width: 32%
}

.full_width .form-style input[type="checkbox"], .full_width .form-style input[type="radio"] {
    width: auto
}

.full_width .form-style textarea {
    height: 200px
}

.form-style input.submit {
    float: right;
    text-transform: uppercase;
    background-color: #222;
    border-color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-radius: 1px;
    font-family: 'Merriweather',serif;
    font-weight: 100
}

@media only screen and (min-width:768px) {
    .form-style input.submit {
        width: 40%
    }
}

@media only screen and (max-width:451px) {
    .form-style input.submit {
        width: 100%
    }
}

.login-widget .form-style input.submit.signup.submit.sidebar_submit {
    margin-top: 10px
}

.form-style p span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    color: #848991
}

    .form-style p span span.color {
        color: #b9b7b7
    }

.form-style-2 .form-inputs p {
    width: 60%;
    margin-right: 0;
    float: none
}

.box_icon .form-style textarea {
    border-color: #E8E7E7
}

.form-style-2 .form-style input:not(tpye=checkbox) {
    width: 100%
}

.form-style-3 .form-inputs p {
    width: 100% !important;
    margin-right: 0;
    float: none
}

.form-style-3 .form-style input:not(tpye=checkbox) {
    width: 100%
}

.form-style-4 .form-inputs p {
    width: 49%
}

    .form-style-4 .form-inputs p:nth-child(2n) {
        margin-right: 0
    }

.form-style-3 input[type="file"], .form-style-4 input[type="file"] {
    width: auto;
    display: inline-block
}

.form-style-3 .signup_form input[type="file"] {
    height: 33px
}

.form-style-3 .signup_form .styled-select {
    width: 100%
}

.form-style-5.form-style label {
    float: left;
    width: 19%;
    margin-top: 9px;
    margin-right: 1%
}

.form-style-5.form-style input[type="text"], .form-style-5.form-style input[type="email"], .form-style-5.form-style input[type="password"], .form-style-5.form-style textarea {
    width: 80%;
    float: left
}

.form-style .edit-profile-form label {
    margin-bottom: 5px
}

input[type="radio"] {
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -webkit-margin-start: 0;
    -webkit-margin-end: 3px;
    display: inline-block;
    height: 19px;
    position: relative;
    vertical-align: middle;
    width: 19px !important;
    background: #FFF;
    border-radius: 100%;
    border: 1px solid #dedede
}

    input[type="radio"]:checked::before {
        -webkit-margin-start: 3px;
        background: #2f3239;
        border-radius: 100%;
        content: '';
        display: inline-block;
        font-size: 9px;
        height: 9px;
        left: 1px;
        margin-top: 4px;
        opacity: 1;
        position: absolute;
        top: 0;
        vertical-align: top;
        width: 9px
    }

input[type="checkbox"] {
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -webkit-margin-start: 0;
    -webkit-margin-end: 3px;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: baseline;
    width: 16px !important;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    outline: 0 !important
}

    input[type="checkbox"]:checked::before {
        -webkit-margin-start: 0;
        font-family: "FontAwesome";
        content: "\f00c";
        font-size: 12px;
        height: 22px;
        display: block;
        position: relative;
        top: 0;
        text-align: center;
        outline: 0 !important
    }

.login .tabs-register-forget .form-style input[type="checkbox"] {
    background-color: #2f3239
}

.form-posts .form-style label {
    width: 100%;
    margin-right: 1%;
    margin-bottom: 9px
}

.form-posts .infocenter-qform-desc {
    width: 100%;
    display: inline-block
}

.infocenter_error_display {
    margin-bottom: 5px
}

input.the-title, .the-username, .the-email, .video_id, .the-textarea, .taglist .input input {
    float: left;
    width: 100%
}

.wp-editor-container {
    border: 1px solid #dedede;
    width: 99.9%
}

.screen-reader-text {
    display: none
}

#wp-link label input[type=text] {
    display: inline-block
}

.wp-editor-tabs a.wp-switch-editor {
    height: 26px
}

.taglist .input input {
    width: 100% !important
}

.poll-li {
    overflow: hidden;
    position: relative
}

.del-poll-li {
    display: block;
    overflow: hidden;
    cursor: pointer;
    line-height: 29px;
    font-size: 14.5px;
    height: 29px;
    width: 29px;
    position: absolute;
    top: 5px;
    right: 6px;
    background-color: #2f3239;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.move-poll-li {
    display: block;
    overflow: hidden;
    cursor: pointer;
    line-height: 0;
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #bdbbbb
}

.poll-li input[type="text"] {
    padding-left: 35px;
    padding-right: 35px
}

.ui-state-highlight, .removered {
    background: #fffdea;
    border: none;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: 43px
}

    .removered, .removered input[type="text"] {
        background: #ffb7b7;
        border: 1px solid #ffb7b7
    }

.taglist {
    position: relative;
    overflow: hidden
}

    .taglist .tag {
        border: 1px solid #cee0ed;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        display: block;
        float: left;
        padding: 5px;
        text-decoration: none;
        background: #cee0ed;
        color: #191919 !important;
        margin-right: 5px;
        margin-bottom: 5px;
        font-family: helvetica;
        font-size: 13px
    }

        .taglist .tag span {
            font-size: 14px;
            font-style: normal;
            color: #191919 !important
        }

        .taglist .tag a.delete span {
            display: none
        }

        .taglist .tag a.delete {
            cursor: pointer
        }

            .taglist .tag a.delete:before {
                font-family: "FontAwesome";
                content: "\f057";
                margin-left: 5px;
                cursor: pointer;
                font-size: 16px;
                color: #000 !important
            }

.fileinputs {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 82%
}

#commentform .fileinputs, .signup_form .fileinputs {
    width: 100%
}

    #commentform .fileinputs input[type="file"] {
        height: 43px
    }

.form-style-2 .fileinputs {
    width: 84%
}

.fakefile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%
}

    .fakefile button {
        cursor: pointer;
        background-color: #f3f3f3;
        border: 1px solid #dedede;
        padding: 10px;
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 13px !important;
        padding: 12px 15px !important;
        height: 53px;
        font-weight: 700
    }

.fileinputs span {
    padding: 7px 8px;
    font-size: 11px;
    font-style: normal;
    position: absolute;
    top: 7px;
    right: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.fileinputs:hover span {
    background-color: #212121
}

.fileinputs span i {
    margin-right: 5px;
    color: #2f3239
}

.fileinputs input.file {
    position: relative;
    padding: 12px;
    cursor: pointer;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
    width: 100%
}

.fileinputs:hover input[type="button"] {
    background-color: #333
}

.question-submit .publish-question {
    width: 100%
}

.question-submit .form-inputs p, p.infocenter_captcha_p {
    margin-bottom: 30px
}

    .question-submit .form-inputs p.question_poll_p {
        margin-bottom: 20px;
        line-height: 26px
    }

        .question-submit .form-inputs p.question_poll_p label, .question-submit .form-inputs p.question_poll_p span {
            margin-top: 4px
        }

.video_description {
    display: none
}

.styled-select {
    position: relative;
    float: none;
    clear: right;
    display: inline-block;
    width: 100%;
    margin-top: 0 !important;
    border: 1px solid #dedede;
    -moz-transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    background-color: #fff;
    overflow: hidden
}

select {
    border: 0;
    padding: 12px 12px;
    outline: none;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-appearance: button;
    -moz-user-select: none;
    appearance: button;
    user-select: none;
    color: #2f3239 !important;
    border: none;
    -moz-transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    background: transparent;
    width: 100%;
    position: relative;
    z-index: 2;
    font-weight: 100
}

.styled-select::before {
    content: "\f107";
    font: normal 14.5px/29px "FontAwesome";
    text-align: center;
    height: 29px;
    width: 29px;
    position: absolute;
    top: 8px;
    right: 5px;
    -webkit-margin-start: 3px;
    -webkit-margin-start: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff !important;
    color: #000 !important
}

.styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.sidebar .styled-select, #footer .styled-select {
    width: 100%
}

    .sidebar .styled-select select, #footer .styled-select select {
        padding: 10px
    }

    .sidebar .styled-select::before, #footer .styled-select::before {
        top: 5px
    }

.question_poll {
    margin: 0 10px 0 0 !important;
    font-size: 13px !important;
    color: #2f3239 !important;
    font-style: normal !important;
    float: left
}

.poll-description {
    float: left;
    margin: 0 !important
}

.poll_options {
    position: relative;
    margin-bottom: 20px
}

.form-style-3 .form-inputs p.add_poll {
    float: right;
    width: auto !important;
    margin: 0 !important;
    position: absolute;
    bottom: 16px;
    right: 42px;
    z-index: 9;
    height: 29px
}

.form-style-3 .form-inputs p .add_poll_button {
    padding: 0 8px;
    font-size: 11px;
    height: 29px;
    background: #ababab
}

    .form-style-3 .form-inputs p .add_poll_button i {
        margin-right: 5px;
        color: #2f3239
    }

.question_poll_item {
    width: 100%
}

.form-inputs .question_poll_item p {
    margin-bottom: 10px
}

.add_poll_button {
    margin: 0
}

    .add_poll_button:hover {
        background-color: #212121
    }

.question_poll::before {
    top: 2px
}

.question-submit input[type="checkbox"] {
    height: 16px;
    width: 16px !important;
    border: 1px solid #dedede;
    background-color: #f3f3f3;
    margin-top: 0;
    outline: 0 !important
}

    .question-submit input[type="checkbox"]:checked::before {
        color: #2f3239;
        height: 29px;
        top: 1px;
        outline: 0 !important
    }

input.infocenter_captcha, #respond input.infocenter_captcha {
    float: left;
    width: 150px;
    margin-right: 10px
}

.infocenter_captcha_img {
    float: left;
    margin-right: 10px;
    cursor: pointer
}

.infocenter_captcha_span {
    line-height: 40px;
    margin-top: 0
}

.required-error-c {
    width: 100%;
    display: block;
    clear: both
}

.form-add-point {
    margin-top: 20px
}

    .form-add-point p {
        margin-bottom: 0
    }

    .form-add-point input {
        float: left;
        width: 200px;
        margin-right: 10px
    }

    .form-add-point a.button {
        padding-top: 9px;
        padding-bottom: 9px
    }

.login-login {
    margin-top: 70px
}

    .login-login.index-no-box-login {
        margin-top: 0
    }

.login .page-content {
    padding: 20px
}

.login p {
    font-size: 13px;
    margin-bottom: 20px
}

.login .form-inputs p {
    margin-bottom: 10px
}

.login-submit {
    float: left;
    margin: 10px 0 0 0;
    display: block;
    width: 100%
}

    .login-submit input {
        width: 100% !important;
        font-size: 15px !important;
        font-weight: 700;
        -webkit-font-smoothing: antialiased
    }

.rememberme {
    float: left;
    margin-top: 20px
}

    .rememberme label {
        margin: 0;
        display: inline;
        font-size: 13px
    }

ul.login-links {
    margin-top: 20px;
    margin-left: 10px;
    float: left
}

    ul.login-links li {
        padding: 0;
        font-size: 13px
    }

    ul.login-links a {
        color: #2f3239
    }

.login-links i {
    margin-right: 10px
}

.login-text, .subscribe-text {
    position: relative
}

.login-password {
    position: relative
}

    .login-text i, .subscribe-text i, .login-password i {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 21.5px
    }

    .login-text input, .subscribe-text input, .login-password input {
        padding-left: 37px !important
    }

    .login-password a {
        background-color: #2f3239;
        position: absolute;
        top: 9px;
        right: 9px;
        padding: 0 10px;
        font-size: 11px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

.signup {
    font-size: 15px;
    font-weight: 700;
    margin: 0
}

.box_icon {
    position: relative;
    margin-bottom: 30px
}

.icon_i .icon_circle {
    position: relative
}

.box_warp {
    padding: 20px
}

.box_warp, .box_warp_colored:hover {
    background-color: #FAFAFA;
    border: 1px solid #E8E7E7;
    border-bottom-width: 4px;
    color: #555
}

    .box_warp_colored:hover a {
        color: #555
    }

.box_icon.box_warp.box_no_background {
    background-color: transparent !important;
    color: #555
}

.box_icon.box_warp.box_no_border {
    border: none;
    padding: 0
}

.box_icon:hover span i {
    color: #474747
}

.box_icon p {
    font-size: 13px;
    color: #2f3239
}

.box_icon .icon_i span, .box_icon .icon_i img {
    margin-bottom: 15px
}

.icon_i {
    vertical-align: middle;
    display: inline-block
}

    .icon_i i, .icon_i span {
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -moz-box-sizing: initial !important;
        -webkit-box-sizing: initial !important;
        box-sizing: initial !important
    }

    .icon_i.f_left {
        margin-right: 15px
    }

    .icon_i.f_right {
        margin-left: 15px
    }

.box_warp_colored .icon_i i, .box_warp_colored a {
    -moz-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear
}

.bg_white {
    background-color: #FFF
}

.bg_moderate_red {
    background-color: #c4503e
}

.icon_circle, .icon_square, .icon_soft_r {
    background-color: #474747;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    position: relative
}

    .icon_circle span.icons, .icon_square span.icons, .icon_soft_r span.icons {
        margin: 0
    }

.box_text .icon_circle, .box_text .icon_square, .box_text .icon_soft_r {
    margin-right: 10px
}

.box_text h3 .icon_i span {
    margin-bottom: 0
}

.box_text h3 .icon_i {
    margin-bottom: 2px
}

.box_icon > div p:last-child, .box_icon .button {
    margin-bottom: 0
}

.icon_circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.icon_soft_r {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

span.small_arrow_dowm {
    margin-bottom: 25px
}

.icon_soft_r:before {
    border-color: #f78f1e transparent transparent transparent
}

.box_icon:hover .icon_soft_r i, .box_icon:hover .icon_square i {
    color: #474747
}

.ul_icons li {
    margin-bottom: 10px
}

.page-shortcode *:last-child {
    margin-bottom: 0
}

.icon_shortcode .ul_icons li {
    font-size: 13px
}

    .icon_shortcode .ul_icons li i {
        color: #2f3239;
        width: 25px
    }

.ul_icons li [class^="icon-"], .ul_icons li [class*=" icon-"], .ul_icons li [class^="social_icon-"], .ul_icons li [class*=" social_icon-"], .ul_icons li [class^="icons-"], .ul_icons li [class*=" icons-"] {
    font-size: 20px;
    float: left;
    margin-right: 10px
}

.ul_icons li [class^="icon-"], .ul_icons li [class*=" icon-"] {
    margin-top: -2px
}

.ul_icons li [class^="icons-"], .ul_icons li [class*=" icons-"] {
    float: inherit
}

.ul_icons [class^="icon-"], .ul_icons [class*=" icon-"] {
    line-height: inherit
}

[class^="icons-"], [class*=" icons-"] {
    display: inline-block;
    background-image: url(../../../themes/infocenter/images/icons.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 1;
    vertical-align: middle !important;
    width: 32px;
    height: 32px
}

.icons-64 {
    background-position: 0 0
}

.icons-addressbook {
    background-position: 0 -82px
}

.icons-archive-delete {
    background-position: 0 -164px
}

.icons-archive-download {
    background-position: 0 -246px
}

.icons-archive-new {
    background-position: 0 -328px
}

.icons-back {
    background-position: 0 -410px
}

.icons-bookmark {
    background-position: 0 -492px
}

.icons-burn {
    background-position: 0 -574px
}

.icons-calculator {
    background-position: 0 -656px
}

.icons-cash {
    background-position: 0 -738px
}

.icons-cd {
    background-position: 0 -820px
}

.icons-chat {
    background-position: 0 -902px
}

.icons-clapperboard {
    background-position: 0 -984px
}

.icons-color {
    background-position: 0 -1070px
}

.icons-copy {
    background-position: 0 -1148px
}

.icons-creditcard {
    background-position: 0 -1230px
}

.icons-desktop-alternative {
    background-position: 0 -1312px
}

.icons-desktop {
    background-position: 0 -1394px
}

.icons-down {
    background-position: 0 -1476px
}

.icons-edit {
    background-position: 0 -1558px
}

.icons-exclamation {
    background-position: 0 -1640px
}

.icons-exit {
    background-position: 0 -1722px
}

.icons-folder-forward {
    background-position: 0 -1804px
}

.icons-folder-smart {
    background-position: 0 -1886px
}

.icons-folder {
    background-position: -82px 0
}

.icons-forward-black {
    background-position: -82px -82px
}

.icons-forward-mail {
    background-position: -82px -164px
}

.icons-forward {
    background-position: -82px -246px
}

.icons-globe {
    background-position: -82px -328px
}

.icons-harddrive {
    background-position: -82px -410px
}

.icons-heineken {
    background-position: -82px -492px
}

.icons-help {
    background-position: -82px -574px
}

.icons-info {
    background-position: -82px -656px
}

.icons-install {
    background-position: -82px -738px
}

.icons-intel {
    background-position: -82px -820px
}

.icons-keyboard {
    background-position: -82px -902px
}

.icons-lock {
    background-position: -82px -984px
}

.icons-mac-alternative {
    background-position: -82px -1066px
}

.icons-mac-alternative2 {
    background-position: -82px -1148px
}

.icons-mac {
    background-position: -82px -1230px
}

.icons-mail {
    background-position: -82px -1312px
}

.icons-minus-white {
    background-position: -82px -1394px
}

.icons-minus {
    background-position: -82px -1476px
}

.icons-monitor {
    background-position: -82px -1558px
}

.icons-moon-alternative {
    background-position: -82px -1640px
}

.icons-moon {
    background-position: -82px -1722px
}

.icons-movies {
    background-position: -82px -1804px
}

.icons-music {
    background-position: -82px -1886px
}

.icons-new {
    background-position: -164px 0
}

.icons-next {
    background-position: -164px -82px
}

.icons-notebook {
    background-position: -164px -164px
}

.icons-open {
    background-position: -164px -246px
}

.icons-pause {
    background-position: -164px -328px
}

.icons-phone {
    background-position: -164px -410px
}

.icons-picture-cast {
    background-position: -164px -492px
}

.icons-picture {
    background-position: -164px -574px
}

.icons-play {
    background-position: -164px -656px
}

.icons-plus {
    background-position: -164px -738px
}

.icons-podcast {
    background-position: -164px -820px
}

.icons-preferences {
    background-position: -164px -902px
}

.icons-public {
    background-position: -164px -984px
}

.icons-record {
    background-position: -164px -1066px
}

.icons-refresh {
    background-position: -164px -1148px
}

.icons-remove {
    background-position: -164px -1230px
}

.icons-rewind-black {
    background-position: -164px -1312px
}

.icons-rewind {
    background-position: -164px -1394px
}

.icons-rss-alternative {
    background-position: -164px -1476px
}

.icons-rss {
    background-position: -164px -1558px
}

.icons-search {
    background-position: -164px -1640px
}

.icons-send {
    background-position: -164px -1722px
}

.icons-server {
    background-position: -164px -1804px
}

.icons-settings {
    background-position: -164px -1886px
}

.icons-smiley-sad {
    background-position: -246px 0
}

.icons-smiley {
    background-position: -246px -82px
}

.icons-splash {
    background-position: -246px -164px
}

.icons-star {
    background-position: -246px -246px
}

.icons-stop-alternative2 {
    background-position: -246px -328px
}

.icons-stop {
    background-position: -246px -410px
}

.icons-stop-alternative {
    background-position: -246px -492px
}

.icons-sun-alternative {
    background-position: -246px -574px
}

.icons-sun {
    background-position: -246px -656px
}

.icons-terminal {
    background-position: -246px -738px
}

.icons-trash-full {
    background-position: -246px -820px
}

.icons-trash {
    background-position: -246px -902px
}

.icons-unarchive {
    background-position: -246px -984px
}

.icons-universal {
    background-position: -246px -1066px
}

.icons-unread {
    background-position: -246px -1148px
}

.icons-up {
    background-position: -246px -1230px
}

.icons-user {
    background-position: -246px -1312px
}

.icons-users {
    background-position: -246px -1394px
}

.icons-window {
    background-position: -246px -1476px
}

.icons-work {
    background-position: -246px -1558px
}

.icons-zoom-in {
    background-position: -246px -1640px
}

.icons-zoom-out {
    background-position: -246px -1722px
}

.icons-none {
    background: none
}

h1 [class^="icons-"], h1 [class*=" icons-"], h2 [class^="icons-"], h2 [class*=" icons-"], h3 [class^="icons-"], h3 [class*=" icons-"], h4 [class^="icons-"], h4 [class*=" icons-"], h5 [class^="icons-"], h5 [class*=" icons-"], h6 [class^="icons-"], h6 [class*=" icons-"] {
    margin-top: -2px;
    margin-right: 12px
}

h1 [class^="icons-"], h1 [class*=" icons-"] {
    margin-top: -5px
}

h2 [class^="icons-"], h2 [class*=" icons-"] {
    margin-top: -3px
}

.icons {
    margin: 0
}

    .icons [class^="icons-"], .icons [class*=" icons-"] {
        display: block;
        float: left;
        margin: 0 15px 0 0;
        line-height: 32px;
        vertical-align: text-bottom
    }

    .icons p {
        margin: 0 0 0 47px
    }

    .icons h3 {
        font-size: 16px;
        margin: -21px 0 8px 47px
    }

.ul_list {
    margin-bottom: 30px
}

    .ul_list ul {
        margin-bottom: 0
    }

    .ul_list li {
        line-height: 25px;
        margin-bottom: 5px;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        list-style: none;
        color: #2f3239;
        font-size: 13px
    }

    .ul_list[class^=" ul_list-social_icon-"] li:before, .ul_list[class*=" ul_list-social_icon-"] li:before, .ul_list[class^=" ul_list-social_icon-"] li i, .ul_list[class*=" ul_list-social_icon-"] li i {
        font-family: "fontello"
    }

    .ul_list li:before, .ul_list li i, .ul_list[class^="ul_list-icon-"] li:before, .ul_list li i[class^="icon-"], .ul_list[class*="ul_list-icon-"] li:before, .ul_list li i[class*="ul_list-icon-"], .ul_list[class^="ul_list-social_icon-"] li:before, .ul_list li i[class^="social_icon-"], .ul_list[class*="ul_list-social_icon-"] li:before, .ul_list li i[class*="social_icon-"] {
        content: "\f105";
        font-family: "FontAwesome";
        text-transform: none !important;
        margin-right: 9px;
        font-size: 14px;
        display: inline-block;
        line-height: normal;
        vertical-align: baseline;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

    .ul_list[class^="ul_list-icon-"] li:before, .ul_list[class*=" ul_list-icon-"] li:before, .ul_list[class^="ul_list-social_icon-"] li:before, .ul_list[class*=" ul_list-social_icon-"] li:before {
        content: "";
        margin-right: 0;
        font-size: 0
    }

.ul_list_square ul li i, i.ul_l_square {
    height: 22px;
    width: 22px;
    padding: 1px;
    line-height: 22px !important
}

.ul_list_circle ul li i, i.ul_l_circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 23px;
    width: 23px;
    line-height: 23px !important
}

.ul_list_circle i.ul_l_square {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.ul_list_square i.ul_l_circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.ul_list_square ul li i, .ul_list_circle ul li i, i.ul_l_square, i.ul_l_circle {
    background-color: #474747;
    font-size: 11px !important;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    position: relative
}

.ul_list li ul {
    margin: 10px 0 10px 30px
}

.ul_list_default ul li {
    list-style: inside
}

.ul_list_default ol li {
    list-style: decimal inside;
    font-size: 13px
}

.ul_list_default ul li, .ul_list_default ol li {
    margin-bottom: 5px;
    line-height: 25px;
    color: #2f3239
}

.section-warp {
    padding: 30px 0;
    margin-bottom: 30px;
    width: 100%;
    position: relative
}

    .section-warp.parallax {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background-clip: padding-box !important;
        background-attachment: fixed
    }

    .section-warp > .container > section > *:last-child {
        margin-bottom: 0
    }

    .section-warp.section-transparent {
        background-color: #FAFAFA
    }

    .section-warp iframe, .section-warp object, .section-warp embed {
        width: 100%;
        border: none;
        max-width: 100%;
        display: block
    }

.accordion {
    margin-bottom: 30px
}

    .accordion .accordion-title {
        display: block;
        margin-bottom: 10px;
        background-color: #4b4c4d;
        position: relative;
        font-size: 14px
    }

        .accordion .accordion-title.active {
            margin-bottom: 0
        }

        .accordion .accordion-title a {
            display: block;
            padding: 10px 15px;
            background-color: #2f3239
        }

            .accordion .accordion-title a:before, .accordion .accordion-title.active a:before {
                font-family: "FontAwesome";
                float: right;
                font-size: 10px;
                position: absolute;
                top: 50%;
                right: 10px;
                line-height: 0
            }

            .accordion .accordion-title a:before {
                content: "\f067"
            }

        .accordion .accordion-title.active a:before {
            content: "\f068"
        }

        .accordion .accordion-title a i {
            margin: 0 8px 0 0
        }

    .accordion .accordion-inner {
        padding: 15px;
        display: none;
        color: #2f3239
    }

        .accordion .accordion-inner div {
            max-width: 100%
        }

    .accordion.acc-style-2 .accordion-title, .accordion.acc-style-3 .accordion-title {
        border: 1px solid #E8E7E7;
        background-color: #F7F7F7
    }

        .accordion.acc-style-2 .accordion-title a, .accordion.acc-style-3 .accordion-title a {
            color: #333
        }

        .accordion.acc-style-3 .accordion-title:hover {
            background-color: #333
        }

        .accordion.acc-style-2 .accordion-title a, .accordion.acc-style-2 .accordion-title {
            background-color: #F7F7F7;
            color: #333
        }

            .accordion.acc-style-2 .accordion-title a:before {
                background-color: #e6e6e6;
                position: absolute;
                color: #767676;
                top: 0;
                right: 0;
                line-height: 0;
                padding: 21px 18px
            }

            .accordion.acc-style-2 .accordion-title.active, .accordion.acc-style-4 .accordion-title.active {
                background-color: transparent
            }

    .accordion.acc-style-4 .accordion-title {
        background: transparent
    }

    .accordion.acc-style-4 .accordion-title {
        border-bottom: 1px solid #DEDEDE
    }

        .accordion.acc-style-4 .accordion-title a {
            padding: 10px 0
        }

    .accordion.acc-style-4 .accordion-inner {
        padding: 14px 0
    }

    .accordion.acc-style-4 .accordion-title.active {
        border-bottom: none
    }

        .accordion.acc-style-4 .accordion-title a, .accordion.acc-style-4 .accordion-title.active a, .accordion.acc-style-4 .accordion-title.active a:before, .accordion.acc-style-4 .accordion-title.active a i {
            color: #4B4C4D
        }

    .accordion.accordion-no-before .accordion-title a:before {
        content: ""
    }

.tabs-warp {
    margin-bottom: 30px
}

.tabs {
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #e5e5e5
}

.tab a {
    float: left;
    margin-right: 5px;
    display: block;
    padding: 10px 16px 11px 16px;
    background-color: #2f3239;
    cursor: pointer;
    font-size: 14px
}

    .tab a.current {
        cursor: default;
        border-color: #e5e5e5
    }

.tabs-vertical .tab a {
    border: 1px solid rgba(0,0,0,0);
    border-left: 2px solid rgba(0,0,0,0)
}

    .tabs-vertical .tab a.current {
        border-right: none
    }

.tab a i, .tab a [class^="icons-"], .tab a [class*=" icons-"] {
    margin-right: 5px
}

.tab a.current i {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tab-inner-warp {
    padding: 20px;
    color: #2f3239
}

    .tab-inner-warp .tab-inner > *:last-child {
        margin-bottom: 0
    }

    .tab-inner-warp .tab-inner > .pagination {
        margin-bottom: 30px
    }

.tabs-style-2 .tabs, .tabs-style-3 .tabs {
    border-bottom: none;
    top: 1px
}

.tabs-style-2 .tab a, .tabs-style-3 .tab a {
    color: #666;
    border: 1px solid #d3d3d3;
    background-color: #FAFAFA;
    margin-right: -1px;
    margin-bottom: 0
}

    .tabs-style-2 .tab a:hover, .tabs-style-3 .tab a {
        color: #666;
        background-color: #FAFAFA
    }

        .tabs-style-3 .tab a:hover {
            background-color: #333
        }

    .tabs-style-2 .tab a.current {
        background-color: #FAFAFA;
        border-bottom-color: #FFF;
        color: #333
    }

.tabs-style-2 .tab-inner-warp, .tabs-style-3 .tab-inner-warp {
    background-color: #FAFAFA;
    border: 1px solid #d3d3d3;
    padding: 20px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(180,180,180,.1);
    box-shadow: 0 1px 1px 0 rgba(180,180,180,.1)
}

.tabs-vertical .tabs {
    float: left;
    width: 160px;
    border-bottom: none
}

.tabs-vertical.tabs-long .tabs {
    width: 235px
}

.tabs-vertical .tab {
    width: 100%;
    height: auto
}

    .tabs-vertical .tab a {
        margin-bottom: 3px;
        margin-right: 0;
        float: none
    }

.tabs-vertical.tabs-style-2 .tab a.current, .tabs-vertical.tabs-style-3 .tab a.current {
    border-bottom-color: #d3d3d3;
    border-right-color: #FFF
}

.tabs-vertical.tabs-style-2 .tabs, .tabs-vertical.tabs-style-3 .tabs {
    top: 0;
    left: 1px
}

.tabs-vertical.tabs-style-2 .tab a, .tabs-vertical.tabs-style-3 .tab a {
    margin-right: 0;
    margin-bottom: -1px
}

.tabs-vertical.tabs-style-2 .tab:last-child a, .tabs-vertical.tabs-style-3 .tab:last-child a {
    margin-bottom: 0
}

.tabs-vertical .tab-inner-warp {
    float: none;
    margin-left: 160px
}

.tabs-vertical.tabs-long .tab-inner-warp {
    margin-left: 235px
}

.tabs-style-2.tabs-vertical .tab-inner-warp, .tabs-style-3.tabs-vertical .tab-inner-warp {
    margin-left: 160px
}

.tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp, .tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
    margin-left: 235px
}

.alert-message {
    position: relative;
    display: block;
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2f3239
}

    .alert-message i {
        margin: 0 15px 0 0;
        float: left;
        height: 42px;
        width: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 21px
    }

    .alert-message.warning {
        background-color: #f5d1a8
    }

        .alert-message.warning i {
            background-color: #fd8900
        }

        .alert-message.warning span, .alert-message.warning a {
            color: #fd8900
        }

    .alert-message.success {
        background-color: #aeddb6
    }

        .alert-message.success i {
            background-color: #09a526
        }

        .alert-message.success a, .alert-message.success span {
            color: #09a526
        }

    .alert-message.error {
        background-color: #f6d8d4
    }

        .alert-message.error i {
            background-color: red
        }

        .alert-message.error span, .alert-message.error a {
            color: #fe0000
        }

    .alert-message.info {
        background-color: #bccee8
    }

        .alert-message.info i {
            background-color: #4480d6
        }

        .alert-message.info a, .alert-message.info span {
            color: #4480d6
        }

    .alert-message a:hover {
        color: #5a5c5d !important
    }

    .alert-message p {
        margin: 0 !important;
        padding: 0;
        line-height: 22px;
        font-size: 13px;
        color: #2f3239
    }

    .alert-message span {
        font-weight: bold !important;
        font-size: 13px !important
    }

.alert-border-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.button .icons {
    margin-right: 5px
}

.button-custom {
    border-bottom-width: 3px !important
}

.green-button {
    background-color: #1abc9c
}

    .green-button:hover {
        background-color: #16a085
    }

.custom-button.green-button {
    border: 1px solid #16a085;
    background: -moz-linear-gradient(top,#1abc9c 0%,#13a981 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1abc9c),color-stop(100%,#13a981));
    background: -webkit-linear-gradient(top,#1abc9c 0%,#13a981 100%);
    background: -o-linear-gradient(top,#1abc9c 0%,#13a981 100%);
    background: -ms-linear-gradient(top,#1abc9c 0%,#13a981 100%);
    background: linear-gradient(to bottom,#1abc9c 0%,#13a981 100%)
}

    .custom-button.green-button:hover {
        background: -moz-linear-gradient(top,#118d6d 0%,#16a78e 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#118d6d),color-stop(100%,#16a78e));
        background: -webkit-linear-gradient(top,#118d6d 0%,#16a78e 100%);
        background: -o-linear-gradient(top,#118d6d 0%,#16a78e 100%);
        background: -ms-linear-gradient(top,#118d6d 0%,#16a78e 100%);
        background: linear-gradient(to bottom,#118d6d 0%,#16a78e 100%)
    }

.lime-green-button {
    background-color: #2ecc71
}

    .lime-green-button:hover {
        background-color: #27ae60
    }

.custom-button.lime-green-button {
    border: 1px solid #27ae60;
    background: -moz-linear-gradient(top,#33d37e 0%,#23be55 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#33d37e),color-stop(100%,#23be55));
    background: -webkit-linear-gradient(top,#33d37e 0%,#23be55 100%);
    background: -o-linear-gradient(top,#33d37e 0%,#23be55 100%);
    background: -ms-linear-gradient(top,#33d37e 0%,#23be55 100%);
    background: linear-gradient(to bottom,#33d37e 0%,#23be55 100%)
}

    .custom-button.lime-green-button:hover {
        background: -moz-linear-gradient(top,#1d9848 0%,#27b361 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1d9848),color-stop(100%,#27b361));
        background: -webkit-linear-gradient(top,#1d9848 0%,#27b361 100%);
        background: -o-linear-gradient(top,#1d9848 0%,#27b361 100%);
        background: -ms-linear-gradient(top,#1d9848 0%,#27b361 100%);
        background: linear-gradient(to bottom,#1d9848 0%,#27b361 100%)
    }

.orange-button {
    background-color: #f39c12
}

    .orange-button:hover {
        background-color: #cf850f
    }

.custom-button.orange-button {
    border: 1px solid #cf850f;
    background: -moz-linear-gradient(top,#f4a814 0%,#ef7d0d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4a814),color-stop(100%,#ef7d0d));
    background: -webkit-linear-gradient(top,#f4a814 0%,#ef7d0d 100%);
    background: -o-linear-gradient(top,#f4a814 0%,#ef7d0d 100%);
    background: -ms-linear-gradient(top,#f4a814 0%,#ef7d0d 100%);
    background: linear-gradient(to bottom,#f4a814 0%,#ef7d0d 100%)
}

    .custom-button.orange-button:hover {
        background: -moz-linear-gradient(top,#c4690b 0%,#d28e0f 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c4690b),color-stop(100%,#d28e0f));
        background: -webkit-linear-gradient(top,#c4690b 0%,#d28e0f 100%);
        background: -o-linear-gradient(top,#c4690b 0%,#d28e0f 100%);
        background: -ms-linear-gradient(top,#c4690b 0%,#d28e0f 100%);
        background: linear-gradient(to bottom,#c4690b 0%,#d28e0f 100%)
    }

.dark-blue-button {
    background-color: #34495e
}

    .dark-blue-button:hover {
        background-color: #2c3e50
    }

.custom-button.dark-blue-button {
    border: 1px solid #2c3e50;
    background: -moz-linear-gradient(top,#395168 0%,#273747 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#395168),color-stop(100%,#273747));
    background: -webkit-linear-gradient(top,#395168 0%,#273747 100%);
    background: -o-linear-gradient(top,#395168 0%,#273747 100%);
    background: -ms-linear-gradient(top,#395168 0%,#273747 100%);
    background: linear-gradient(to bottom,#395168 0%,#273747 100%)
}

    .custom-button.dark-blue-button:hover {
        background: -moz-linear-gradient(top,#23303e 0%,#2c3f51 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#23303e),color-stop(100%,#2c3f51));
        background: -webkit-linear-gradient(top,#23303e 0%,#2c3f51 100%);
        background: -o-linear-gradient(top,#23303e 0%,#2c3f51 100%);
        background: -ms-linear-gradient(top,#23303e 0%,#2c3f51 100%);
        background: linear-gradient(to bottom,#23303e 0%,#2c3f51 100%)
    }

.blue-button {
    background-color: #3498db
}

    .blue-button:hover {
        background-color: #2c81ba
    }

.custom-button.blue-button {
    border: 1px solid #2c81ba;
    background: -moz-linear-gradient(top,#39a5df 0%,#2578cf 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#39a5df),color-stop(100%,#2578cf));
    background: -webkit-linear-gradient(top,#39a5df 0%,#2578cf 100%);
    background: -o-linear-gradient(top,#39a5df 0%,#2578cf 100%);
    background: -ms-linear-gradient(top,#39a5df 0%,#2578cf 100%);
    background: linear-gradient(to bottom,#39a5df 0%,#2578cf 100%)
}

    .custom-button.blue-button:hover {
        background: -moz-linear-gradient(top,#2469ac 0%,#2e8cc0 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2469ac),color-stop(100%,#2e8cc0));
        background: -webkit-linear-gradient(top,#2469ac 0%,#2e8cc0 100%);
        background: -o-linear-gradient(top,#2469ac 0%,#2e8cc0 100%);
        background: -ms-linear-gradient(top,#2469ac 0%,#2e8cc0 100%);
        background: linear-gradient(to bottom,#2469ac 0%,#2e8cc0 100%)
    }

.red-button {
    background-color: #e74c3c
}

    .red-button:hover {
        background-color: #c54133
    }

.custom-button.red-button {
    border: 1px solid #c33f31;
    background: -moz-linear-gradient(top,#e95341 0%,#e13a2d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e95341),color-stop(100%,#e13a2d));
    background: -webkit-linear-gradient(top,#e95341 0%,#e13a2d 100%);
    background: -o-linear-gradient(top,#e95341 0%,#e13a2d 100%);
    background: -ms-linear-gradient(top,#e95341 0%,#e13a2d 100%);
    background: linear-gradient(to bottom,#e95341 0%,#e13a2d 100%)
}

    .custom-button.red-button:hover {
        background: -moz-linear-gradient(top,#b53127 0%,#ca4535 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b53127),color-stop(100%,#ca4535));
        background: -webkit-linear-gradient(top,#b53127 0%,#ca4535 100%);
        background: -o-linear-gradient(top,#b53127 0%,#ca4535 100%);
        background: -ms-linear-gradient(top,#b53127 0%,#ca4535 100%);
        background: linear-gradient(to bottom,#b53127 0%,#ca4535 100%)
    }

.yellow-button {
    background-color: #f1c40f
}

    .yellow-button:hover {
        background-color: #cda70d
    }

.custom-button.yellow-button {
    border: 1px solid #cca50d;
    background: -moz-linear-gradient(top,#f2cb11 0%,#ecb10b 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2cb11),color-stop(100%,#ecb10b));
    background: -webkit-linear-gradient(top,#f2cb11 0%,#ecb10b 100%);
    background: -o-linear-gradient(top,#f2cb11 0%,#ecb10b 100%);
    background: -ms-linear-gradient(top,#f2cb11 0%,#ecb10b 100%);
    background: linear-gradient(to bottom,#f2cb11 0%,#ecb10b 100%)
}

    .custom-button.yellow-button:hover {
        background: -moz-linear-gradient(top,#c1920a 0%,#d1af0d 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c1920a),color-stop(100%,#d1af0d));
        background: -webkit-linear-gradient(top,#c1920a 0%,#d1af0d 100%);
        background: -o-linear-gradient(top,#c1920a 0%,#d1af0d 100%);
        background: -ms-linear-gradient(top,#c1920a 0%,#d1af0d 100%);
        background: linear-gradient(to bottom,#c1920a 0%,#d1af0d 100%)
    }

.gray-button {
    background-color: #b7b7b7
}

    .gray-button:hover {
        background-color: #8e8e8e
    }

.custom-button.gray-button {
    border: 1px solid #858585;
    background: -moz-linear-gradient(top,#c1c1c1 0%,#a3a3a3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c1c1c1),color-stop(100%,#a3a3a3));
    background: -webkit-linear-gradient(top,#c1c1c1 0%,#a3a3a3 100%);
    background: -o-linear-gradient(top,#c1c1c1 0%,#a3a3a3 100%);
    background: -ms-linear-gradient(top,#c1c1c1 0%,#a3a3a3 100%);
    background: linear-gradient(to bottom,#c1c1c1 0%,#a3a3a3 100%)
}

    .custom-button.gray-button:hover {
        background: -moz-linear-gradient(top,#777 0%,#969696 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#777),color-stop(100%,#969696));
        background: -webkit-linear-gradient(top,#777 0%,#969696 100%);
        background: -o-linear-gradient(top,#777 0%,#969696 100%);
        background: -ms-linear-gradient(top,#777 0%,#969696 100%);
        background: linear-gradient(to bottom,#777 0%,#969696 100%)
    }

.custom-button {
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.3),inset 0 0 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.3),inset 0 0 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px rgba(255,255,255,.3),inset 0 0 0 rgba(0,0,0,.1)
}

    .custom-button:hover {
        -moz-box-shadow: inset 0 rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 rgba(0,0,0,.2);
        box-shadow: inset 0 rgba(0,0,0,.2)
    }

.audio-soundcloud {
    margin-bottom: 30px
}

    .audio-soundcloud iframe {
        display: block
    }

.dropcap {
    float: left;
    line-height: 30px;
    font-size: 62px;
    color: #2f3239;
    margin: 0 10px 0 0;
    line-height: 85%;
    text-transform: uppercase
}

    .dropcap.dropcap_square, .dropcap.dropcap_soft_r {
        background-color: #2f3239;
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 22px;
        text-align: center;
        margin-top: 5px 10px 0 0
    }

    .dropcap.dropcap_soft_r {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .dropcap.dropcap_circle {
        background-color: #2f3239;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 22px;
        text-align: center;
        margin-top: 5px 10px 0 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%
    }

.divider {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
    clear: both
}

    .divider span {
        width: 30px;
        height: 3px;
        float: left;
        position: relative;
        top: -1.5px
    }

.divider-2 {
    border-bottom: 1px dotted #dedede
}

.divider-3 {
    height: 30px;
    border-bottom: none;
    position: relative
}

    .divider-3:after {
        height: 7px;
        background: url(../../../themes/infocenter/images/shadow_1.png) repeat-x;
        content: '';
        position: absolute;
        width: 100%
    }

.divider-4 {
    position: relative;
    border-bottom: none;
    height: 10px
}

    .divider-4:after {
        height: 10px;
        background: url(../../../themes/infocenter/images/splitter.png) bottom repeat-x;
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }

.divider-4-dark:after {
    background: url(../../../themes/infocenter/images/splitter_dark.png) bottom repeat-x
}

.quote-left {
    float: left;
    width: 260px;
    margin: 0 20px 20px 0
}

.quote-right {
    float: right;
    width: 260px;
    margin: 0 0 20px 20px;
    border-left: none;
    border-right: 4px solid #888
}

.progressbar-warp {
    margin-bottom: 30px
}

.progressbar {
    height: 20px;
    background-color: #f3f3f3;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #dedede;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.progressbar-percent {
    height: 100%;
    background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -webkit-animation: move 5s linear infinite;
    -moz-animation: move 5s linear infinite;
    animation: move 5s linear infinite;
    width: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

@-webkit-animation expandWidth {
    0% {
        width: 0
    }

    100% {
        width: auto
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 90px 90px
    }
}

.progressbar-title {
    font-size: 13px;
    color: #2f3239;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%
}

    .progressbar-title span {
        float: right
    }

.callout_warp {
    padding: 20px
}

.callout_inner *:last-child {
    margin-bottom: 0
}

.button_right {
    position: absolute;
    right: 30px;
    top: 27%
}

.box_no_border.box_no_background.callout_warp .button_right {
    right: 0
}

.button_right a {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s
}

.callout_button * {
    margin: 0
}

.callout_button i, .callout_button span {
    position: static !important
}

.button_bottom {
    margin-top: 20px
}

.images-warp {
    width: 100%
}

    .images-warp.images-warp-grid {
        margin-bottom: 5px
    }

    .images-warp ul {
        list-style: none;
        overflow: hidden;
        position: relative;
        height: initial !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .images-warp ul li {
            position: relative;
            height: initial !important;
            margin-right: 30px !important;
            margin-left: 0 !important;
            width: auto;
            overflow: hidden;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

    .images-warp .grid-images {
        height: initial;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.caroufredsel_wrapper {
    height: initial;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important
}

.images-warp ul li > div.columns, .images-warp ul li > div.column {
    position: relative
}

.images-warp ul li img, .grid-images {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.images-warp ul li img {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    height: auto;
    border: 1px solid #E8E7E7
}

.grid-images {
    position: relative;
    overflow: hidden
}

.style-grid-2 ul li img {
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.06);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.06);
    border: 1px solid #E8E7E7;
    padding: 6px;
    background-color: #FAFAFA
}

.images-warp .carousel-arrow {
    right: 20px
}

.images-warp ul li img:hover, .images-warp ul li:hover img {
    opacity: .8;
    filter: alpha(opacity=80)
}

.images-warp ul li:hover .light-box-images, .style-grid-2 img {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.carousel-arrow a.hidden {
    display: none !important
}

.lightbox-warp {
    position: relative;
    margin-bottom: 30px
}

.light-box-images {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #DCDCDC;
    text-align: center;
    font-size: 20px;
    background: rgba(0,0,0,.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

    .light-box-images i {
        position: absolute;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        left: 0;
        top: 50%
    }

        .light-box-images i:before {
            content: "\f002";
            font-family: "FontAwesome"
        }

.lightbox-warp:hover .light-box-images {
    opacity: 1;
    filter: alpha(opacity=100)
}

.light-box-video i:before {
    content: "\f04b";
    font-family: "FontAwesome"
}

.images-warp-grid li {
    margin-bottom: 20px
}

.carousel-all {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

    .carousel-all ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        left: 0
    }

    .carousel-all li {
        position: relative;
        color: #999;
        padding: 0;
        display: block;
        float: left;
        height: 100% !important
    }

    .carousel-all ul li img {
        width: 100%;
        height: auto;
        float: left
    }

    .carousel-all ul li .our-clients img {
        width: auto
    }

    .carousel-all.responsive {
        width: auto;
        margin-left: 0
    }

.carousel-arrow {
    position: absolute;
    bottom: -67px;
    margin-top: -7px;
    z-index: 999;
    width: 81px;
    height: 38px;
    right: 4px
}

a.carousel-prev {
    float: left;
    margin-right: 5px;
    margin-left: 0
}

a.carousel-next {
    float: right;
    margin: 0
}

.carousel-arrow a {
    font-size: 25px;
    line-height: 25px;
    padding: 6px;
    padding-top: 5px;
    background-color: #e8e8e8;
    color: #999;
    text-align: center;
    height: 38px;
    width: 38px;
    display: block !important
}

.with-title .carousel-arrow {
    top: -67px
}

.with-title .carousel-prev {
    float: left;
    margin-right: 5px;
    margin-left: 0
}

.with-title .carousel-next {
    float: right;
    margin: 0
}

.with-title .carousel-arrow a:hover {
    background-color: #333
}

.testimonial {
    background-color: #FFF;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #2f3239;
    font-size: 13px
}

.testimonial-f-arrow, .testimonial-l-arrow {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left: 0;
    border-color: transparent
}

.testimonial-f-arrow {
    border-top-color: #FFF;
    border-width: 22px;
    left: 19px
}

.testimonial-l-arrow {
    border-top-color: #FFF;
    border-width: 20px;
    left: 20px
}

.testimonial-client {
    margin: 25px 0 30px;
    overflow: hidden
}

    .testimonial-client span {
        padding-top: 3px;
        font-size: 12px;
        font-weight: 700
    }

        .testimonial-client span span {
            font-weight: 400
        }

    .testimonial-client img {
        float: left;
        margin-right: 10px;
        width: 50px;
        padding: 1px;
        border: 1px solid #FFF;
        background-color: #FFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

.carousel-all.testimonial-carousel {
    margin-bottom: 0
}

.testimonial-carousel .testimonial-warp {
    float: left;
    margin-right: 20px
}

.testimonial-carousel .carousel-arrow {
    bottom: 33px
}

.carousel-pagination {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 99
}

    .carousel-pagination a {
        background-color: #d8e0e5;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: 0 5px 0 0;
        display: inline-block
    }

        .carousel-pagination a:last-child {
            margin: 0
        }

        .carousel-pagination a.selected {
            background-color: #2f3239;
            cursor: default
        }

        .carousel-pagination a span {
            display: none
        }

.testimonial-warp-2 {
    background-color: #FFF;
    padding: 20px;
    color: #2f3239;
    margin-bottom: 30px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .testimonial-warp-2 .testimonial {
        background-color: transperant;
        border: none;
        padding: 0
    }

    .testimonial-warp-2 .carousel-pagination {
        right: 20px
    }

    .testimonial-warp-2 .caroufredsel_wrapper {
        width: auto !important
    }

    .testimonial-warp-2 .testimonial-client {
        margin-bottom: 0
    }

    .testimonial-warp-2 .testimonial-f-arrow, .testimonial-warp-2 .testimonial-l-arrow {
        border: none
    }

    .testimonial-warp-2 .carousel-pagination {
        bottom: 20px
    }

    .testimonial-warp-2 .testimonial-client {
        margin-top: 10px
    }

        .testimonial-warp-2 .testimonial-client span {
            padding-top: 6px;
            display: inline-block
        }

.testimonial-client span span {
    color: #2f3239
}

.error_404 {
    text-align: center
}

    .error_404 h2 {
        color: #E8E7E7;
        font-size: 220px;
        line-height: 1
    }

    .error_404 h3 {
        font-size: 35px
    }

.post {
    margin-bottom: 30px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2f3239;
    font-size: 13px;
    padding: 20px;
    background: #FFF;
    position: relative
}

.single-post {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px !important
}

.single.single-post .single-post {
    margin-bottom: 10px !important
}

.post-type {
    position: absolute;
    top: -2px;
    left: 20px;
    float: left;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 18px
}

.post-delete, .post-edit {
    float: right;
    margin-left: 10px
}

    .post-delete a, .post-edit a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        font-size: 14px;
        display: inline-block;
        text-align: center
    }

        .post-delete a:hover, .post-edit a:hover {
            background-color: #2f3239
        }

.post .post-type {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: inherit;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 10px
}

.post-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700
}

    .post-title a:hover {
        color: #2f3239 !important
    }

.post .boxedtitle i {
    padding-right: 15px
}

.post-meta {
    overflow: hidden;
    margin-bottom: 15px
}

.post .post-meta .meta-author, .post .post-meta .meta-date, .post .post-meta .meta-categories a:last-child, .post .post-meta .meta-comment, .post .post-meta .post-view a {
    margin: 0 20px 5px 0;
    display: inline-block
}

.post .post-meta .meta-author, .post .post-meta .meta-date, .post .post-meta .meta-categories, .post .post-meta .meta-comment, .post .post-meta .post-view {
    font-size: 13px;
    float: left
}

    .post .post-meta .meta-author a, .post .post-meta .meta-date, .post .post-meta .meta-categories a, .post .post-meta .meta-comment a, .post .post-meta .post-view a {
        color: #2f3239
    }

        .post .post-meta .meta-author i, .post .post-meta .meta-date i, .post .post-meta .meta-categories i, .post .post-meta .meta-comment i, .post .post-meta .post-view i {
            margin-right: 5px;
            color: #2f3239
        }

.single-post .post-meta .badge-span, .post.type-post .post-meta .badge-span {
    margin: 0 20px 5px 0
}

.post .post-img {
    margin-bottom: 20px
}

    .post .post-img.post-img-0 {
        margin-bottom: 0
    }

.video_embed, .map_embed {
    width: 100%;
    padding: 0;
    margin-bottom: 30px
}

    .video_embed iframe, .video_embed object, .video_embed embed, .map_embed iframe, .map_embed object, .map_embed embed {
        width: 100%;
        border: none;
        max-width: 100%;
        display: block
    }

    .video_embed .wp-video, .video_embed .wp-video-shortcode {
        width: 100% !important
    }

.post-content {
    line-height: 23px;
    color: #777
}

    .post-content *:last-child {
        margin-bottom: 0
    }

.post .post-img a img {
    display: block;
    width: 100%
}

.blog_2.post .post-img {
    width: 250px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 0 !important
}

.post-read-more {
    float: right;
    margin: 0;
    color: #2f3239;
    font-size: 13px
}

    .post-read-more:before {
        font-family: "FontAwesome";
        content: "\f067";
        margin-right: 5px;
        font-size: 12px;
        color: #2f3239
    }

.blog_2.post .post-img.video_embed iframe, .blog_2.post .post-img.video_embed object, .blog_2.post .post-img.video_embed embed, .blog_2.post .post-img.map_embed iframe, .blog_2.post .post-img.map_embed object, .blog_2.post .post-img.map_embed embed {
    height: auto
}

.blog_2.post .post-img a img {
    height: auto;
    width: 100%
}

.blog_2.post .post-img.video_embed iframe, .blog_2.post .post-img.map_embed iframe {
    height: 170px
}

.sixteen.columns .blog_2.post .post-img {
    width: 350px
}

    .sixteen.columns .blog_2.post .post-img.video_embed iframe, .sixteen.columns .blog_2.post .post-img.video_embed object, .sixteen.columns .blog_2.post .post-img.video_embed embed, .sixteen.columns .blog_2.post .post-img.map_embed iframe, .sixteen.columns .blog_2.post .post-img.map_embed object, .sixteen.columns .blog_2.post .post-img.map_embed embed {
        height: 250px
    }

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    zoom: 1;
    overflow: hidden
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slides img {
        max-width: 100%;
        display: block;
        width: 100%
    }

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

    .flexslider .slides > li {
        position: relative
    }

.flex-container {
    zoom: 1;
    position: relative
}

.flex-direction-nav {
    height: 0
}

    .flex-direction-nav li a {
        height: 48px;
        margin: 0;
        display: block;
        position: absolute;
        top: 45%;
        cursor: pointer;
        padding: 8px 15px;
        opacity: .6;
        filter: alpha(opacity=60);
        z-index: 150;
        line-height: 0;
        border-radius: 2px 0 0 2px;
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px
    }

.blog_2 .flex-direction-nav li a {
    top: 35%
}

.flex-direction-nav li a:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

.flex-direction-nav li .flex-next {
    right: -50px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav li .flex-prev {
    left: -50px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0
}

.flexslider:hover .flex-direction-nav li .flex-next {
    right: 0
}

.flexslider:hover .flex-direction-nav li .flex-prev {
    left: 0
}

.flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-caption {
    zoom: 1;
    width: 100%;
    height: 100%;
    background: transparent
}

    .flex-caption h2 {
        margin: 0;
        padding: 7px 10px;
        float: left;
        font-size: 24px;
        margin-bottom: 5px
    }

    .flex-caption h3 {
        background-color: #2f3239;
        padding: 10px;
        float: left;
        font-size: 14px
    }

    .flex-caption .text {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 50px
    }

        .flex-caption .text .flex_title {
            float: left;
            width: 100%
        }

        .flex-caption .text .flex_subtitle {
            float: left;
            width: 100%
        }

.flex-control-nav {
    width: 100%;
    position: absolute;
    margin-top: -20px;
    text-align: center;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .flex-control-nav li {
        margin: 0 0 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .flex-control-nav li:first-child {
            margin: 0
        }

        .flex-control-nav li a {
            width: 8px;
            height: 8px;
            display: block;
            background-color: #FFF;
            cursor: pointer;
            text-indent: -999em;
            opacity: .4;
            filter: alpha(opacity=40);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%
        }

            .flex-control-nav li a.flex-active {
                cursor: default;
                opacity: 1;
                filter: alpha(opacity=100)
            }

.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    background: rgba(0,0,0,.6)
}

    .flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev:hover {
        opacity: .9;
        filter: alpha(opacity=90)
    }

.bx-wrapper {
    position: relative;
    overflow: hidden
}

.grid-bxslider {
    position: relative;
    margin-bottom: 30px
}

.bxslider-overlay {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in
}

    .bxslider-overlay:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        content: "";
        opacity: .7;
        filter: alpha(opacity=70);
        -webkit-transition: all 0s ease-in;
        -moz-transition: all 0s ease-in;
        -ms-transition: all 0s ease-in;
        -o-transition: all 0s ease-in;
        transition: all 0s ease-in
    }

.grid-bxslider:hover .bxslider-overlay {
    opacity: 1;
    filter: alpha(opacity=1)
}

.bx-pager {
    display: none
}

.bxslider-title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50px
}

    .bxslider-title h4 {
        font-size: 12px;
        margin-bottom: 0
    }

    .bxslider-title span {
        font-size: 11px
    }

.overlay-lightbox, .overlay-link {
    position: absolute;
    top: 20px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #2f3239
}

.overlay-lightbox {
    left: 50%;
    margin-left: -35px
}

.overlay-link {
    right: 50%;
    margin-right: -35px
}

    .overlay-lightbox i, .overlay-link i {
        font-size: 12px;
        line-height: 30px;
        text-align: center
    }

.bx-prev, .bx-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #2f3239;
    text-align: center;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in
}

    .bx-prev:before {
        content: "\f104";
        font-family: "FontAwesome"
    }

    .bx-next:before {
        content: "\f105";
        font-family: "FontAwesome"
    }

.bx-prev {
    left: -30px
}

.bx-next {
    right: -30px
}

.bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
    opacity: 1;
    filter: alpha(opacity=1)
}

.bx-wrapper:hover .bx-prev {
    left: 0
}

.bx-wrapper:hover .bx-next {
    right: 0
}

.panel_light {
    background-color: #FFF;
    color: #848991
}

    .panel_light.login-panel h2, .panel_light.login-panel .rememberme label, .panel_light.login-panel input[type="text"], .panel_light.login-panel input[type="password"] {
        color: #2f3239
    }

    .panel_light.login-panel p {
        color: #848991
    }

    .panel_light.login-panel li a:hover {
        color: #2f3239
    }

    .panel_light .loader_2, .panel_light .loader_3 {
        background-image: url(../../../themes/infocenter/images/loading.gif)
    }

.panel_dark .loader_2, .panel_dark .loader_3 {
    background-image: url(../../../themes/infocenter/images/loading-top-dark.gif)
}

#header.header_light {
    background-color: #FFF
}

    #header.header_light .menu-alert {
        color: #2f3239
    }

    #header.header_light .navigation > .header-menu > ul > li > a {
        color: #2f3239
    }

    #header.header_light .logo h2 a {
        color: #2f3239
    }

#footer.footer_light_top {
    background-color: #FFF;
    color: #848991;
    border-top: 1px solid #eee
}

    #footer.footer_light_top a, #footer.footer_light_top .related-item h3 a, #footer.footer_light_top .widget_twitter ul li a {
        color: #2f3239
    }

    #footer.footer_light_top .widget_contact > p, #footer.footer_light_top .related-item p, #footer.footer_light_top .widget, #footer.footer_light_top .widget_contact ul li, #footer.footer_light_top .widget_contact ul li, #footer.footer_light_top .widget_twitter ul li {
        color: #848991
    }

#footer-bottom.footer_light_bottom {
    background-color: #FFF;
    color: #848991;
    border-top: 1px solid #eee
}

.advertising {
    text-align: center;
    margin-bottom: 30px
}

.advertising-1 {
    display: inline-block
}

.advertising.advertising-4a {
    margin-bottom: 18px;
    overflow: hidden
}

.advertising-4a .advertising-1 {
    margin-bottom: 11px
}

    .advertising-4a .advertising-1:nth-child(2n+2) {
        margin-right: 0
    }

.advertising.advertising-4a-2 {
    margin-bottom: 8px;
    overflow: hidden
}

.advertising-4a-2 .advertising-1 {
    margin-bottom: 22px
}

    .advertising-4a-2 .advertising-1:nth-child(2n+2) {
        margin-right: 0
    }

.commentlist .advertising {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin: 20px -20px
}

.form-style .wpcf7 {
    position: relative
}

.form-style .wpcf7-form-control-wrap {
    display: block;
    width: 82%;
    overflow: hidden;
    margin: 0
}

    .form-style .wpcf7-form-control-wrap input, .form-style .wpcf7-form-control-wrap textarea {
        width: 100% !important
    }

.form-style div.wpcf7-response-output {
    margin: 20px 0 0
}

div.wpcf7 img.ajax-loader {
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0
}

.form-style span.required, .form-style span.wpcf7-not-valid-tip {
    color: red
}

.form-style span.required {
    margin-left: 3px
}

.post-content .tiled-gallery {
    clear: none
}

.post-content img, .post-content .wp-caption {
    max-width: 100%;
    height: auto
}

.post-content .gallery-caption {
    font-style: italic;
    font-size: .923em
}

.post-content .wp-caption.alignright {
    margin-left: 31px
}

.post-content .wp-caption {
    margin-bottom: 21px
}

.post-content .wp-caption-text {
    margin-bottom: 0;
    margin-right: 10px
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright, a img.alignright {
    float: right;
    margin: 0 0 21px 21px
}

.alignleft, a img.alignleft {
    float: left;
    margin: 0 21px 0 0
}

a img.alignnone {
    margin: 0 21px 21px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption-text {
    font-style: italic;
    font-size: .923em;
    text-align: center
}

.sticky_post .blog-content {
    background-color: #f1f1f1 !important
}

.sticky {
    background-color: #f1f1f1 !important
}

.post-content > ul, .post-content > ul li, .single-question .question-desc ul li {
    list-style: inside
}

.post-content > ol, .post-content > ol li {
    list-style: decimal inside
}

    .post-content > ul li li, .post-content > ol li li {
        margin-left: 10px
    }

.post .post-content > ol, .post .post-content > ul, .post .post-content > ol ol, .post .post-content > ul ul, .question.single-question .question-desc > ol, .question.single-question .question-desc > ul, .question.single-question .question-desc > ol ol, .question.single-question .question-desc > ul ul, .comment-text .text > ol, .comment-text .text > ul, .comment-text .text > ol ol, .comment-text .text > ul ul {
    margin-bottom: 20px;
    padding: 0 0 0 40px
}

    .post .post-content > ol li, .post .post-content > ul li, .question.single-question .question-desc > ol li, .question.single-question .question-desc > ul li, .comment-text .text > ol li, .comment-text .text > ul li {
        margin-bottom: 10px
    }

.post-content:before, .post-content:after {
    content: " ";
    display: table
}

.post-content:after {
    clear: both
}

dd {
    padding-left: 0;
    margin: 0 0 10px 40px
}

dt {
    font-weight: 700
}

.post .post-content .tiled-gallery, .question.single-question .question-desc .tiled-gallery {
    clear: none
}

.post .post-content img, .post .post-content .wp-caption, .question.single-question .question-desc img, .question.single-question .question-desc .wp-caption {
    max-width: 100%;
    height: auto
}

.post .post-content iframe, .post .post-content embed, .question.single-question .question-desc iframe, .question.single-question .question-desc embed {
    max-width: 100%
}

.post .post-content .gallery-caption, .question.single-question .question-desc .gallery-caption {
    font-style: italic;
    font-size: .923em
}

.post .post-content .wp-caption.alignright, .question.single-question .question-desc .wp-caption.alignright {
    margin-left: 31px
}

.post .post-content .wp-caption, .question.single-question .question-desc .wp-caption {
    margin-bottom: 21px
}

.post .post-content .wp-caption-text, .question.single-question .question-desc .wp-caption-text {
    margin-bottom: 0;
    margin-right: 10px
}

.box-default {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    color: #9ba1a8;
    padding: 15px 20px;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 12px 15px;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

    .box-default p {
        margin-bottom: 15px
    }

    .box-default a.button {
        margin-bottom: 0
    }

    .box-default *:last-child {
        margin-bottom: 0
    }

    .box-default.box-default_info {
        background-color: #DDF3FC;
        border-color: #8ED9F6;
        color: #2E6093
    }

    .box-default.box-default_note {
        background-color: #FFF8CB;
        border-color: #FFEB70;
        color: #985D00
    }

    .box-default.box-default_error {
        background-color: #FFDEDE;
        border-color: #FF8C8C;
        color: #CD0A0A
    }

    .box-default.box-default_success {
        background-color: #ECFFB9;
        border-color: #B7DB58;
        color: #5D791B
    }

    .box-default h1, .box-default h2, .box-default h3, .box-default h4, .box-default h5, .box-default h6 {
        margin-bottom: 10px;
        color: #2f3c4e
    }

.question-multiple-upload {
    position: relative;
    margin-bottom: 20px
}

    .question-multiple-upload .fileinputs {
        width: 100% !important
    }

    .question-multiple-upload li:first-child .fileinputs {
        margin-top: 25px
    }

    .question-multiple-upload .move-poll-li, .question-multiple-upload .del-poll-li {
        z-index: 111
    }

    .question-multiple-upload .move-poll-li {
        top: 16px
    }

    .question-multiple-upload .del-poll-li {
        top: 7px
    }

    .question-multiple-upload .fakefile .button.small.margin_0 {
        padding-left: 35px !important
    }

    .question-multiple-upload .fileinputs span {
        right: 42px
    }

.form-style-3 .form-inputs .question-multiple-upload p.add_poll {
    bottom: inherit;
    top: -30px;
    right: 0
}

.question-multiple-upload li:last-child .fileinputs {
    margin-bottom: 0
}

.question-comments a, .removered, .removered i, .removered input[type="text"], .bxslider-title, .bx-prev, .bx-next, .login-password a, .question-report, .load-questions, .infocenter-infotex .publish-question, .crumbs a, .f_left.language_selector ul li a.lang_sel_sel, .post-delete a, .post-edit a, .post-delete a:hover, .post-edit a:hover, .buttons .button.wc-forward {
    color: #FFF !important
}

#footer.footer_dark ::-webkit-input-placeholder {
    color: #FFF
}

#footer.footer_dark :-moz-placeholder {
    color: #FFF
}

#footer.footer_dark ::-moz-placeholder {
    color: #FFF
}

#footer.footer_dark :-ms-input-placeholder {
    color: #FFF
}

.navigation > .header-menu > ul > li:hover > a, #header.header_light .navigation > .header-menu > ul > li:hover > a, #header.header_light .navigation > .header-menu > ul > li.current_page_item > a, .navigation .header-menu ul li ul li:hover > a {
    color: #4682b4
}

.button:hover {
    color: #4682b4
}

.navigation > .header-menu > ul > li > a:hover > .menu-nav-arrow, .navigation > .header-menu > ul > li.current_page_item > a > .menu-nav-arrow, .navigation > .header-menu > ul > li:hover > a .menu-nav-arrow {
    color: #4682b4 !important
}

#header .logo a {
    color: #000
}

.navigation .menu-alert {
    color: #000
}

.navigation > .header-menu > ul > li > a {
    color: #2f3239
}

.go-up, .widget_bxslider .bxslider-widget-item .bxslider_img:before, .popular_posts .popular_img a:before, .widget_flickr a:before, .button, .pagination a:hover, .pagination span:hover, .pagination span.current, .tipsy-inner, .widget_highest_points a:before, .social_icon a, .social_icon a:hover, .social_icon_2 a, .about-author .author-image a:hover:before, .question-author-img:hover span:before, .icon_circle, .icon_square, .tabs-style-3 .tab a:hover, .ul_list_square ul li:before, .ul_list_circle ul li:before, .ul_list_square ul li i, i.ul_l_square, .ul_list_circle ul li i, i.ul_l_circle, .table-style-2 thead th, .dropcap.dropcap_circle, .dropcap.dropcap_square, .dropcap.dropcap_soft_r, .carousel-arrow a:hover, .color_white, .icon_circle, .icon_square, .icon_soft_r, .box_icon:hover .icon_circle i, .box_icon:hover .icon_soft_r i, .box_icon:hover .icon_square i, .box_warp_hover:hover, .box_warp_hover:hover .icon_i i, .box_warp_colored, .box_warp_colored a, .large_bg, .infocenter_mobile_click:before, .post .boxedtitle i, .single-question-title i, .question-type, .post-type, .breadcrumbs, .navigation > .header-menu > ul > li.current_page_item > a, .main-content .boxedtitle h1, .main-content .boxedtitle h2, .main-content .boxedtitle h3, .main-content .boxedtitle h4, .main-content .boxedtitle h5, .main-content .boxedtitle h6, .header-top-nav li a, .header-top-nav li i, .header-search input[type="text"], .header-search input:focus, .header-search .search-submit:before, .login-panel h2, .login-panel li a:hover, .login-panel .rememberme label, .flex-caption .text, .overlay-lightbox, .overlay-link, .infocenter-infotex, .infocenter-infotex h2, .infocenter-infotex p, .navigation .header-menu ul li ul li.current_page_item > a, #footer-bottom, #footer, #footer .widget_contact ul li, #footer-bottom .social_icons ul li a:hover, #footer .related-item h3 a, #footer .widget_twitter ul li a, #footer a, #footer .widget a:hover, #footer .widget_contact ul li, input[type="checkbox"]:checked::before, .widget_stats li i, .widget_social li span, .widget_social li a small, .infocenter-infotex .col-md-9 p i, .tab a.current, .question-type-main, .login-panel ul.login-links a, .del-poll-li, .form-style-3 .form-inputs p .add_poll_button:hover i, .styled-select::before, .fileinputs:hover span i, .fileinputs span, .alert-message i, .single-question-vote-up:hover, .single-question-vote-down:hover, .user-profile-widget .ul_list li i, .post-read-more:hover:before, .widget_menu li.current_page_item a, .accordion .accordion-title a, .tab a, .tab a:hover, .infocenter-infotex .box_icon h2, .menu-alert, .tabs-register-forget .form-style label, .login-panel .ask_error a, .user-profile-img a:hover:before, #wp-calendar caption, .pagination a:hover span, .post-pagination > span, #footer.footer_dark .widget .widget_highest_points a:hover, #footer.footer_dark .tagcloud a:hover, #footer.footer_dark .related-posts li i, #footer.footer_dark .widget .widget_comments a, #footer.footer_dark .widget_tabs.tabs-warp .tabs li a.current, #footer.footer_dark .widget_tabs.tabs-warp .tabs li a:hover, #footer.footer_dark .widget_search input[type="search"], #footer.footer_dark .subscribe_widget input[type="text"], #footer.footer_dark .widget_login input[type="text"], #footer.footer_dark .widget_login input[type="password"], .question-tab .tab a.current:hover, .login-panel input[type="text"], .login-panel input[type="password"], .share-inside-l-arrow:before, #wp-calendar #today, .widget_social li a strong, input[type="submit"], input[type="submit"]:hover, .single_add_to_cart_button, .return-to-shop a, .button-default.empty-cart, .wc-proceed-to-checkout a, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.checkout.wc-forward, .single_add_to_cart_button:hover, .return-to-shop a:hover, .button-default.empty-cart:hover, .wc-proceed-to-checkout a:hover, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.checkout.wc-forward:hover, #header-top .social_icons ul li i, #footer.footer_dark .widget_stats li, #footer.footer_dark .user-profile-widget .ul_list li, #wp-calendar #today a, .badge-span, .commentlist li .author span.badge-span {
    color: #FFF
}

.default_logo {
    display: inline-block
}

.retina_logo {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
    .default_logo {
        display: none
    }

    .retina_logo {
        display: inline-block
    }
}

.TK {
    display: none
}

#live-search i.live-search-loading {
    font-size: 24px;
    position: absolute;
    right: 160px;
    top: 18px;
    display: none
}

#live-search #s.live-search-loading + i.live-search-loading {
    display: inline-block
}

#search-result {
    position: absolute;
    background: #fff;
    list-style: none;
    font-size: 13px;
    top: 20px;
    left: 5px;
    margin: 0;
    padding: 10px 5px;
    border: 1px solid #d1d1d1;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    z-index: 9999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    #search-result:before {
        border-color: transparent transparent #ccc;
        border-style: solid;
        border-width: 12px;
        content: "";
        height: 0;
        left: 40px;
        position: absolute;
        top: -25px;
        width: 0
    }

    #search-result:after {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 12px;
        content: "";
        height: 0;
        left: 40px;
        position: absolute;
        top: -24px;
        width: 0;
        z-index: 999
    }

    #search-result li {
        margin: 0
    }

        #search-result li.standard a:before, #search-result li.video a:before, #search-result li.faq a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-weight: 400;
            font-size: 16px;
            margin: 0 10px 0 0
        }

        #search-result li.standard a:before {
            content: "\f0f6"
        }

        #search-result li.video a:before {
            content: "\f008";
            font-size: 12px
        }

        #search-result li.faq a:before {
            content: "\f059"
        }

        #search-result li:last-child {
            margin: 0
        }

    #search-result a {
        display: block;
        color: #444;
        padding: 5px 10px;
        white-space: nowrap
    }

        #search-result a:hover {
            text-decoration: none;
            background: #F5F5F5;
            -moz-border-radius: 99px;
            -webkit-border-radius: 99px;
            border-radius: 99px
        }

    #search-result img {
        vertical-align: middle;
        margin: 0 10px 0 0
    }

    #search-result .nothing-here {
        padding: 0 5px
    }

#jquery-live-search {
    overflow: visible !important
}

@media only screen and (min-width:992px) {
    .homestyle3_sidebar {
        padding-top: 153px
    }
}

.signup_form input[type="checkbox"] {
    border: 1px solid
}

    .signup_form input[type="checkbox"]:checked::before {
        color: #483C39
    }

.grid_1200 .the-title, .grid_1200 .the-username, .grid_1200 .the-email, .grid_1200 .video_id, .grid_1200 .the-textarea, .grid_1200 .taglist .input input, .grid_1200 .form-style-5.form-style input[type="text"], .grid_1200 .form-style-5.form-style input[type="email"], .grid_1200 .form-style-5.form-style input[type="password"], .grid_1200 .form-style-5.form-style textarea {
    width: 100%
}

@media (min-width:992px) {
    .boxed #header.fixed-nav, .boxed2 #header.fixed-nav {
        width: 970px
    }
}

@media (min-width:768px) {
    .question-author {
        border-right: 1px solid #e5eaef;
        width: 90px;
        height: 50%;
        padding-right: 20px
    }
}

@media (max-width:991px) {
    li.tab a span {
        display: none
    }
}

@media (min-width:768px) and (max-width:984px) {
    .boxed, .boxed2, .boxed #header.fixed-nav, .boxed2 #header.fixed-nav {
        width: 100%
    }

    .boxed2 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .grid_1200.boxed, .grid_1200.boxed2, .grid_1200.boxed #header.fixed-nav, .grid_1200.boxed2 #header.fixed-nav {
        width: 1200px !important
    }

    .grid_1200 .infocenter-infotex .col-md-3 {
        padding-top: 60px;
        text-align: left;
        width: 25%
    }

    .grid_1200 .infocenter-infotex .col-md-9 {
        float: left
    }

        .grid_1200 .infocenter-infotex .col-md-9 form {
            width: 800px
        }

    .grid_1200 .infocenter-infotex .col-md-12 {
        padding-top: 51px
    }

        .grid_1200 .infocenter-infotex .col-md-12 p input {
            margin-top: 10px
        }

    .grid_1200 .navigation > .header-menu > ul > li > a {
        padding: 0 15px
    }

    .grid_1200 .sidebar {
        float: right
    }

    .grid_1200 .widget_menu_jquery {
        position: fixed !important;
        top: 90px;
        width: 263px
    }

    .grid_1200 .widget_flickr a, .grid_1200 .widget_portfolio .portfolio-widget-item .portfolio_img, .grid_1200 .popular_img {
        width: 75px;
        height: 75px
    }

        .grid_1200 .widget_portfolio .portfolio-widget-item .portfolio_img:before, .grid_1200 .popular_posts .popular_img a:before, .grid_1200 .widget_flickr a:before, .grid_1200 .popular_posts .popular_img a:before {
            line-height: 75px
        }

    .grid_1200 .col-md-3.sidebar .widget_flickr a, .grid_1200 .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img, .grid_1200 .col-md-3.sidebar .popular_img {
        width: 70.1px;
        height: 70.1px
    }

        .grid_1200 .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img:before, .grid_1200 .col-md-3.sidebar .popular_posts .popular_img a:before, .grid_1200 .col-md-3.sidebar .widget_flickr a:before, .grid_1200 .col-md-3.sidebar .popular_posts .popular_img a:before {
            line-height: 70.1px
        }

    .grid_1200 #footer .widget_flickr a, .grid_1200 #footer .widget_portfolio .portfolio-widget-item .portfolio_img, .grid_1200 #footer .popular_img {
        width: 61.8px;
        height: 61.8px
    }

        .grid_1200 #footer .widget_portfolio .portfolio-widget-item .portfolio_img:before, .grid_1200 #footer .popular_posts .popular_img a:before, .grid_1200 #footer .widget_flickr a:before, .grid_1200 #footer .popular_posts .popular_img a:before {
            line-height: 61.8px
        }

    .grid_1200 .stats-head, .grid_1200 .block-stats-visibility, .grid_1200 .block-stats-1, .grid_1200 .block-stats-2, .grid_1200 .block-stats-3, .grid_1200 .block-stats-4 {
        width: 23.3%
    }

    .grid_1200 .block-stats-1 {
        width: 30%
    }

    .grid_1200 .form-style-2 .fileinputs {
        width: 85%
    }

    .grid_1200 ul.login-links {
        float: right
    }

    .advertising-4a .advertising-1 {
        margin-right: 8px
    }

        .advertising-4a .advertising-1:nth-child(2n+2) {
            margin-right: 0
        }

    .advertising-4a-2 .advertising-1 {
        margin-right: 18px
    }

        .advertising-4a-2 .advertising-1:nth-child(2n+2) {
            margin-right: 0
        }
}

@media only screen and (min-width:767px) and (max-width:960px) {
    body {
        width: 100%
    }

    .inner {
        width: 768px
    }

    .boxed, .boxed2, .boxed #header.fixed-nav, .boxed2 #header.fixed-nav {
        width: 100%
    }

    .boxed2 {
        margin-top: 0;
        margin-bottom: 0
    }

    #header-top {
        height: auto
    }

        #header-top .social_icons.f_right {
            float: left !important
        }

        #header-top .social_icons ul li:first-child {
            margin-left: 0
        }

        #header-top .social_icons ul li:last-child {
            margin-right: 20px
        }

    .header-search {
        float: left
    }

    .cart-wrapper {
        float: left;
        margin-right: 0;
        margin-left: 30px
    }

    .navigation_mobile > ul, .navigation, .navigation_mobile > ul {
        display: none
    }

        .navigation_mobile > ul li ul {
            display: block
        }

    .breadcrumbs h1 {
        float: none;
        display: block
    }

    .crumbs {
        float: left
    }

    .breadcrumbs h1 {
        margin-right: 10px;
        float: none;
        display: block
    }

    .box_icon.box_warp.box_no_border.box_no_background .col-md-4 .height_40 {
        height: 0
    }

    .stats-head, .block-stats-visibility, .block-stats-1, .block-stats-2, .block-stats-3, .block-stats-4 {
        padding: 10px;
        font-size: 14px
    }

    .block-stats-1 {
        width: 29.2%
    }

    .sidebar {
        margin-top: 30px;
        width: 100%
    }

    #footer .widget {
        margin-bottom: 30px
    }

    .widget_flickr a, .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 63.3px !important;
        height: 63.3px !important
    }

        .widget_portfolio .portfolio-widget-item .portfolio_img:before, .popular_posts .popular_img a:before, .widget_flickr a:before {
            line-height: 63.3px !important
        }

    .col-md-3.sidebar .widget_flickr a, .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img, .col-md-3.sidebar .popular_img {
        width: 63.3px !important;
        height: 63.3px !important
    }

        .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img:before, .col-md-3.sidebar .popular_posts .popular_img a:before, .col-md-3.sidebar .widget_flickr a:before {
            line-height: 63.3px !important
        }

    #footer .widget_flickr a, #footer .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 67.5px !important;
        height: 67.5px !important
    }

        #footer .widget_portfolio .portfolio-widget-item .portfolio_img:before, #footer .popular_posts .popular_img a:before, #footer .widget_flickr a:before {
            line-height: 67.5px !important
        }

    .children {
        padding-left: 40px
    }

    .commentlist li ul ul ul.children {
        padding-left: 0
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .widget_menu_jquery {
        top: inherit !important
    }
}

@media (min-width:768px) {
    .boxed #header.fixed-nav, .boxed2 #header.fixed-nav {
        width: 970px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .grid_970 .container {
        width: 750px
    }

    .page-left-sidebar .sidebar, .page-left-sidebar .row > .with-sidebar-container > .col-md-9, .page-left-sidebar .row > .with-sidebar-container > .col-md-8, .page-right-sidebar .row > .with-sidebar-container > .col-md-9, .page-right-sidebar .row > .with-sidebar-container > .col-md-8 {
        float: none
    }

    .sidebar {
        position: static !important
    }

    .grid-images img {
        width: 100%;
        height: auto
    }

    .infocenter-infotex .col-md-3 {
        padding-top: 0;
        text-align: center
    }

    .infocenter-infotex .col-md-12 {
        padding-top: 31px
    }

        .infocenter-infotex .col-md-12 p input {
            margin-top: 51px
        }

    .widget_menu_jquery {
        display: none
    }

    .navigation {
        display: none
    }

    .navigation_mobile {
        display: block
    }

    #header .navigation_mobile {
        position: relative;
        margin-top: 25.5px
    }

    #header.fixed-nav .navigation_mobile {
        position: relative;
        margin-top: 17.5px
    }

    .navigation_mobile > ul, .navigation, .navigation_mobile > ul {
        display: none
    }

        .navigation_mobile > ul li ul {
            display: block
        }

    .form-posts {
        margin-bottom: 30px
    }

    .contact-us .page-content, .login .page-content {
        margin-bottom: 30px
    }

    .breadcrumbs h1 {
        float: none;
        display: block
    }

    .crumbs {
        float: left
    }

    #footer .widget, .user-stats {
        margin-bottom: 30px
    }

    .overlay-lightbox, .overlay-link {
        top: 10px
    }

    .form-style-2 .fileinputs {
        width: 85%
    }

    .sidebar {
        margin-top: 30px;
        width: 100%
    }

    .children {
        padding-left: 40px
    }

    .commentlist li ul ul ul.children {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .grid_970 .container {
        width: auto
    }

    .page-left-sidebar .sidebar, .page-left-sidebar .row > .with-sidebar-container > .col-md-9, .page-left-sidebar .row > .with-sidebar-container > .col-md-8, .page-right-sidebar .row > .with-sidebar-container > .col-md-9, .page-right-sidebar .row > .with-sidebar-container > .col-md-8 {
        float: none
    }

    .sidebar {
        position: static !important
    }

    .infocenter-infotex .col-md-12 {
        padding-top: 31px
    }

        .infocenter-infotex .col-md-12 p input {
            margin-top: 51px
        }

    #header-top {
        height: auto
    }

        #header-top .social_icons.f_right {
            float: left !important
        }

        #header-top .social_icons ul li:first-child {
            margin-left: 0
        }

        #header-top .social_icons ul li:last-child {
            margin-right: 20px
        }

    .header-search {
        float: left
    }

    .cart-wrapper {
        float: left;
        margin-right: 0;
        margin-left: 30px
    }

    #header {
        height: auto
    }

    .widget_menu_jquery {
        display: none
    }

    .widget_flickr a, .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 68.4px !important;
        height: 68.4px !important
    }

        .widget_portfolio .portfolio-widget-item .portfolio_img:before, .popular_posts .popular_img a:before, .widget_flickr a:before {
            line-height: 68.4px !important
        }

    .col-md-3.sidebar .widget_flickr a, .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img, .col-md-3.sidebar .popular_img {
        width: 68.4px !important;
        height: 68.4px !important
    }

        .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img:before, .col-md-3.sidebar .popular_posts .popular_img a:before, .col-md-3.sidebar .widget_flickr a:before {
            line-height: 68.4px !important
        }

    #footer .widget_flickr a, #footer .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 73px !important;
        height: 73px !important
    }

        #footer .widget_portfolio .portfolio-widget-item .portfolio_img:before, #footer .popular_posts .popular_img a:before, #footer .widget_flickr a:before {
            line-height: 73px !important
        }

    .login-panel .page-content.registere {
        margin-top: 30px
    }

    .form-style label {
        width: 100% !important
    }

    .form-style-5.form-style label {
        margin-top: 0
    }

    .contact-us .page-content, .login .page-content {
        margin-bottom: 30px
    }

    .user-profile-widget .ul_list li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px !important
    }

    #menu-login-top-bar li ul li a {
        padding: 3px 10px 3px 190px
    }
}

@media only screen and (min-width:452px) and (max-width:767px) {
    body {
        width: 100%
    }

    .grid_970 .container {
        width: auto
    }

    .page-left-sidebar .sidebar, .page-left-sidebar .row > .with-sidebar-container > .col-md-9, .page-left-sidebar .row > .with-sidebar-container > .col-md-8, .page-right-sidebar .row > .with-sidebar-container > .col-md-9, .page-right-sidebar .row > .with-sidebar-container > .col-md-8 {
        float: none
    }

    .sidebar {
        position: static !important
    }

    .inner {
        width: 420px
    }

    .boxed, .boxed2, .boxed #header.fixed-nav, .boxed2 #header.fixed-nav {
        width: 100%
    }

    .boxed2 {
        margin-top: 0;
        margin-bottom: 0
    }

    .infocenter-infotex {
        height: auto
    }

        .infocenter-infotex .col-md-9 form {
            background: transparent;
            height: auto;
            margin-top: 0
        }

        .infocenter-infotex .col-md-9 p {
            width: 220px;
            width: 100%;
            margin: 20px 0 0
        }

            .infocenter-infotex .col-md-9 p textarea {
                background-color: #FFF !important;
                border: none;
                color: #2f3239;
                font-size: 13px;
                font-weight: 600;
                font-style: italic;
                resize: none;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                margin-top: 20px;
                margin-bottom: 15px
            }

        .infocenter-infotex .col-md-9 .publish-question {
            right: 10px
        }

        .infocenter-infotex .col-md-3 {
            padding-top: 0;
            text-align: center
        }

        .infocenter-infotex .col-md-12 {
            padding-top: 31px
        }

            .infocenter-infotex .col-md-12 p input {
                margin-top: 51px
            }

        .infocenter-infotex .flexslider.blog_silder {
            position: static;
            margin-top: -30px
        }

        .infocenter-infotex .flex-direction-nav li a {
            top: 20%;
            height: 48px;
            padding: 8px 15px;
            font-size: 30px;
            margin-top: 0
        }

    .widget_menu_jquery {
        display: none
    }

    .one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
        float: none !important;
        width: auto !important;
        margin-right: 0 !important
    }

    .infocenter-panel-pop {
        width: 90%
    }

    .admin-bar #header.fixed-nav {
        top: 46px !important
    }

    #header {
        padding-bottom: 15px
    }

        #header, #header.fixed-nav {
            height: auto;
            line-height: 70px
        }

            #header .logo {
                text-align: center;
                margin: 0;
                float: none !important
            }

    #footer-bottom .social_icons ul li {
        margin-left: 10px !important
    }

    #footer-bottom {
        height: auto
    }

        #footer-bottom .social_icons {
            float: inherit !important;
            display: inline-block
        }

            #footer-bottom .social_icons li:first-child {
                margin-left: 0 !important
            }

        #footer-bottom > .container > div {
            float: inherit !important;
            display: inline-block;
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100%;
            text-align: center
        }

            #footer-bottom > .container > div:first-child {
                margin-bottom: 10px
            }

        #footer-bottom > .container > .social_icons {
            margin-bottom: 0
        }

        #footer-bottom > .container ul {
            display: inline-block;
            float: none
        }

        #footer-bottom > .container > .social_icons li {
            display: inline-block
        }

    #footer-bottom_nav > ul > li:last-child, #footer-bottom_nav.f_right > ul > li:last-child {
        margin-right: 0;
        margin-left: 0
    }

    .navigation {
        display: none
    }

    .navigation_mobile {
        display: block
    }

    #header .navigation_mobile {
        position: relative;
        margin-top: 0
    }

    .navigation_mobile > ul, .navigation, .navigation_mobile > ul {
        display: none
    }

    .navigation_mobile {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

        .navigation_mobile > ul li ul {
            display: block
        }

    .breadcrumbs h1 {
        margin: 0
    }

    .box_icon.box_warp.box_no_border.box_no_background .col-md-4 .height_40 {
        height: 0
    }

    .sidebar {
        margin-top: 30px !important;
        width: 100%
    }

    #footer-bottom > .container > div {
        margin-left: 0;
        margin-right: 0
    }

    #footer-bottom_nav.f_right > ul > li:first-child {
        margin-left: 0
    }

    .widget_flickr a, .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 65.1px !important;
        height: 65.1px !important
    }

        .widget_portfolio .portfolio-widget-item .portfolio_img:before, .popular_posts .popular_img a:before, .widget_flickr a:before {
            line-height: 65.1px !important
        }

    .col-md-3.sidebar .widget_flickr a, .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img, .col-md-3.sidebar .popular_img {
        width: 65.1px !important;
        height: 65.1px !important
    }

        .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img:before, .col-md-3.sidebar .popular_posts .popular_img a:before, .col-md-3.sidebar .widget_flickr a:before {
            line-height: 65.1px !important
        }

    #footer .widget_flickr a, #footer .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 69.7px !important;
        height: 69.7px !important
    }

        #footer .widget_portfolio .portfolio-widget-item .portfolio_img:before, #footer .popular_posts .popular_img a:before, #footer .widget_flickr a:before {
            line-height: 69.7px !important
        }

    .widget:last-child {
        margin-bottom: 30px
    }

    .sidebar .widget:last-child {
        margin-bottom: 0
    }

    .post-next-prev p {
        font-size: 14px
    }

    #respond-inputs p, .full_width #respond-inputs p {
        width: 100%;
        margin-right: 0
    }

        #respond-inputs p.last {
            margin-bottom: 20px
        }

    .blog_2.post .post-img {
        margin-right: 0;
        width: 100% !important;
        margin-bottom: 20px !important;
        float: none
    }

    .tabs-vertical.tabs-long .tabs {
        width: 200px !important
    }

    .tabs-vertical.tabs-long .tab-inner-warp {
        margin-left: 204px !important
    }

    .tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp, .tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
        margin-left: 200px !important
    }

    .button_right {
        margin-top: 10px;
        top: inherit !important;
        right: inherit !important;
        position: relative
    }

    .callout_inner {
        margin-right: 0 !important
    }

    .images-warp ul li {
        width: 420px
    }

    .images-warp-grid li.columns, .images-warp-grid li.column {
        margin-bottom: 20px
    }

    .form-inputs p {
        float: none;
        width: 100%
    }

    .form-inputs p {
        width: 60% !important
    }

    .form-style input.submit {
        width: auto
    }

    .form-style-4 .form-inputs p {
        width: 100% !important
    }

    input.the-title, .the-username, .the-email, .video_id, .the-textarea, .taglist .input input, .form-posts .infocenter-qform-desc, .question_poll_item, .taglist, .form-style-5.form-style input[type="text"], .form-style-5.form-style input[type="email"], .form-style-5.form-style input[type="password"], .form-style-5.form-style textarea, .styled-select, .fileinputs {
        width: 100%
    }

    .form-posts .form-style label {
        margin-top: 0
    }

    .fileinputs {
        margin-top: 5px
    }

    .infocenter-qform-desc, .question_poll_item {
        margin-left: 0
    }

    .login-panel ul.login-links, .login ul.login-links {
        width: 100%;
        margin: 20px 0 0 0
    }

    .user-profile-img {
        float: none;
        margin-bottom: 10px
    }

    .user-profile .user-profile-img {
        float: left
    }

    .form-style-2 .fileinputs {
        width: 100%
    }

    .children {
        padding-left: 30px
    }

    .commentlist li ul ul ul.children {
        padding-left: 0
    }

    .flex-caption, .nivo-caption, .br-slideinfo {
        display: none !important
    }

    .question-type-normal .question-type-main, .question-type-poll .question-type-main {
        left: 121px;
        right: inherit
    }

    .question_author_no.question-type-normal .question-type-main, .question_author_no.question-type-poll .question-type-main {
        left: 20px
    }

    .question-type-normal .question-report {
        left: 213px;
        right: inherit
    }

    .question-type-poll .question-report {
        left: 187px;
        right: inherit
    }

    .question_author_no.question-type-normal .question-report {
        left: 112px
    }

    .question_author_no.question-type-poll .question-report {
        left: 86px
    }

    .question-type-normal.question h2, .question-type-poll.question h2 {
        padding-right: 0;
        padding-top: 53px
    }

    .no_reports.question-type-normal.question h2, .no_reports.question-type-poll.question h2 {
        padding-top: 43px
    }

    .single-question.question-type-normal .question-type-main, .single-question.question-type-poll .question-type-main {
        left: 20px;
        right: inherit
    }

    .single-question.question-type-normal .question-report {
        left: 112px;
        right: inherit
    }

    .single-question.question-type-poll .question-report {
        left: 86px;
        right: inherit
    }

    .poll_1 {
        width: 100%
    }

    .question-favorite, .question-category, .question-author-meta, .question-comment, .question-category a, .question-author-meta a, .question-comment a {
        margin-bottom: 5px
    }

    .question-date, .question-view, .question-points {
        margin-bottom: 10px
    }

    .user-points h3 {
        float: none;
        padding-right: 0;
        margin-bottom: 10px
    }

    .user-points .question-user-vote, .user-points .question-vote-result, .user-points .question-date {
        margin-bottom: 0
    }

    .question-tags, .post-tags {
        display: block;
        float: none;
        margin-bottom: 10px
    }

    .stats-head, .block-stats-visibility, .block-stats-1, .block-stats-2, .block-stats-3, .block-stats-4 {
        padding: 10px 5px;
        font-size: 13px;
        width: 21.2%;
        margin: 0
    }

    .block-stats-1 {
        width: 36.4%
    }

    .overlay-lightbox, .overlay-link {
        top: 50%;
        margin-top: -15px
    }

    .bxslider-title {
        display: none
    }

    .about-user li {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width:479px) {
    body {
        width: 100%
    }

    .grid_970 .container {
        width: auto
    }

    .page-left-sidebar .sidebar, .page-left-sidebar .row > .with-sidebar-container > .col-md-9, .page-left-sidebar .row > .with-sidebar-container > .col-md-8, .page-right-sidebar .row > .with-sidebar-container > .col-md-9, .page-right-sidebar .row > .with-sidebar-container > .col-md-8 {
        float: none
    }

    .sidebar {
        position: static !important
    }

    .inner {
        width: 260px
    }

    .boxed, .boxed2, .boxed #header.fixed-nav, .boxed2 #header.fixed-nav {
        width: 100%
    }

    .boxed2 {
        margin-top: 0;
        margin-bottom: 0
    }

    .infocenter-panel-pop {
        width: 90%
    }

    .infocenter-infotex {
        height: auto
    }

        .infocenter-infotex .col-md-9 form {
            background: transparent;
            height: auto;
            margin-top: 0
        }

        .infocenter-infotex .col-md-9 p {
            width: 220px;
            width: 100%;
            margin: 20px 0 0
        }

            .infocenter-infotex .col-md-9 p textarea {
                background-color: #FFF !important;
                border: none;
                color: #2f3239;
                font-size: 13px;
                font-weight: 600;
                font-style: italic;
                resize: none;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                margin-top: 20px;
                margin-bottom: 15px
            }

        .infocenter-infotex .col-md-9 .publish-question {
            right: 10px
        }

        .infocenter-infotex .col-md-3 {
            padding-top: 0;
            text-align: center
        }

        .infocenter-infotex .flexslider.blog_silder {
            position: static;
            margin-top: -30px
        }

        .infocenter-infotex .flex-direction-nav li a {
            top: 10%;
            height: 48px;
            padding: 8px 15px;
            font-size: 30px;
            margin-top: 0
        }

    .widget_menu_jquery {
        display: none
    }

    iframe {
        height: auto
    }

    .advertising iframe {
        height: inherit
    }

    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 20px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 13px
    }

    h6 {
        font-size: 12px
    }

    .one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
        float: none !important;
        width: auto !important;
        margin-right: 0 !important
    }

    .admin-bar #header.fixed-nav {
        top: 0 !important
    }

    #lang_sel_click ul ul, #lang_sel_click li {
        width: 80px !important
    }

    #header-top {
        height: auto
    }

        #header-top .social_icons {
            float: left !important;
            width: 100%
        }

            #header-top .social_icons ul {
                float: left
            }

                #header-top .social_icons ul li:first-child {
                    margin-left: 0
                }

    .header-search {
        float: left
    }

    #header {
        padding-bottom: 15px
    }

        #header, #header.fixed-nav {
            height: auto;
            line-height: 70px
        }

            #header .logo {
                text-align: center;
                margin: 0;
                float: none !important
            }

    .login-panel ul.login-links, .login ul.login-links {
        margin: 20px 0 0 0
    }

    #footer-bottom .social_icons ul li {
        margin-left: 10px !important
    }

    #footer-bottom .social_icons ul li, .social_icon ul li {
        line-height: normal
    }

    #footer-bottom .social_icons.f_left ul li {
        margin-left: 0 !important;
        margin-right: 10px !important
    }

    #footer-bottom {
        height: auto
    }

        #footer-bottom .social_icons {
            float: inherit !important;
            display: inline-block
        }

            #footer-bottom .social_icons li:first-child {
                margin-left: 0 !important
            }

        #footer-bottom > .container {
            text-align: center
        }

            #footer-bottom > .container > div {
                float: inherit !important;
                display: inline-block;
                margin-left: 0 !important;
                margin-right: 0 !important
            }

                #footer-bottom > .container > div:first-child {
                    margin-bottom: 10px
                }

            #footer-bottom > .container > .social_icons {
                margin-bottom: 0
            }

            #footer-bottom > .container > div, #footer-bottom_nav > ul > li > a {
                height: auto;
                line-height: auto;
                text-align: center
            }

    #footer-bottom_nav > ul li, #footer-bottom_nav > ul li a {
        display: inline-block;
        line-height: normal;
        float: none
    }

    #footer-bottom_nav > ul > li:last-child, #footer-bottom_nav.f_right > ul > li:last-child {
        margin-right: 0;
        margin-left: 0
    }

    .navigation {
        display: none
    }

    .navigation_mobile {
        display: block
    }

    #header .navigation_mobile {
        position: relative;
        margin-top: 0
    }

    .navigation_mobile > ul, .navigation, .navigation_mobile > ul {
        display: none
    }

    .navigation_mobile {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

        .navigation_mobile > ul li ul {
            display: block
        }

    .sidebar {
        margin-top: 30px !important;
        width: 100%
    }

    #footer-bottom > .container > div {
        margin-left: 0;
        margin-right: 0
    }

    #footer-bottom_nav.f_right > ul > li, #footer-bottom_nav > ul > li {
        margin-right: 15px;
        margin-left: 0;
        display: inline-block;
        text-align: center
    }

        #footer-bottom_nav > ul > li:last-child, #footer-bottom_nav.f_right > ul > li:last-child {
            margin-right: 0;
            margin-left: 0
        }

    .widget_flickr a, .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 78.1px !important;
        height: 78.1px !important
    }

        .widget_portfolio .portfolio-widget-item .portfolio_img:before, .popular_posts .popular_img a:before, .widget_flickr a:before {
            line-height: 68.4px !important
        }

    .col-md-3.sidebar .widget_flickr a, .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img, .col-md-3.sidebar .popular_img {
        width: 78.1px !important;
        height: 78.1px !important
    }

        .col-md-3.sidebar .widget_portfolio .portfolio-widget-item .portfolio_img:before, .col-md-3.sidebar .popular_posts .popular_img a:before, .col-md-3.sidebar .widget_flickr a:before {
            line-height: 78.1px !important
        }

    #footer .widget_flickr a, #footer .widget_portfolio .portfolio-widget-item .portfolio_img, .popular_img {
        width: 73px !important;
        height: 73px !important
    }

        #footer .widget_portfolio .portfolio-widget-item .portfolio_img:before, #footer .popular_posts .popular_img a:before, #footer .widget_flickr a:before {
            line-height: 73px !important
        }

    .widget:last-child {
        margin-bottom: 20px
    }

    .sidebar .widget:last-child {
        margin-bottom: 0
    }

    .widget_contact ul li .icon_i {
        margin-top: 5px
    }

    .blog_2.post .post-img {
        margin-right: 0;
        width: 100% !important;
        margin-bottom: 30px !important;
        float: none
    }

    .post-next-prev {
        text-align: center
    }

        .post-next-prev p {
            font-size: 14px;
            float: none !important
        }

    #respond-inputs p, .full_width #respond-inputs p {
        width: 100%;
        margin-right: 0
    }

    #respond input#submit {
        width: 100%
    }

    #respond-inputs p.last {
        margin-bottom: 20px
    }

    .commentlist li .avatar {
        float: none;
        margin: 0 auto 10px
    }

    .commentlist li .avatar-img {
        float: none
    }

    .commentlist li .author {
        margin-bottom: 10px
    }

    .commentlist li .comment-meta {
        float: none;
        margin-bottom: 10px
    }

    .author a.button.mini {
        float: none !important;
        margin: auto !important
    }

    .post-next-prev .prev-post a, .post-next-prev .next-post a {
        display: block;
        margin-bottom: 5px
    }

    .comment-reply, .commentlist li .date {
        float: none
    }

    .commentlist li .date {
        margin-top: 10px
    }

    .children {
        padding-left: 20px
    }

    .commentlist li ul ul.children {
        padding-left: 0
    }

    .tab a {
        float: none;
        margin-right: 0;
        margin-bottom: 3px !important
    }

        .tab a.current {
            border-bottom: 1px solid #e5e5e5
        }

    .tabs {
        border-bottom: 1px solid #e5e5e5;
        border-right: none
    }

    .tabs-vertical .tabs {
        float: none;
        width: 100% !important
    }

    .tabs-vertical.tabs-style-2 .tabs, .tabs-vertical.tabs-style-3 .tabs {
        left: 0
    }

    .tabs-vertical.tabs-style-2 .tab:last-child a, .tabs-vertical.tabs-style-3 .tab:last-child a {
        border-bottom: none
    }

    .tabs-vertical.tabs-style-2 .tab a.current, .tabs-vertical.tabs-style-3 .tab a.current {
        border-right-color: #d3d3d3
    }

    .tabs-vertical .tab-inner-warp, .tabs-style-2.tabs-vertical.tabs-long .tab-inner-warp, .tabs-style-3.tabs-vertical.tabs-long .tab-inner-warp {
        margin-left: 0 !important
    }

    .tabs-vertical .tab-inner {
        padding: 20px 0 0
    }

    .tabs-style-2 .tab a.current {
        border-bottom-color: #d3d3d3
    }

    .tabs-style-2 .tab a, .tabs-style-3 .tab a {
        margin-right: 0;
        margin-bottom: -1px
    }

    .tabs-style-2 .tab:last-child a, .tabs-style-3 .tab:last-child a {
        margin-bottom: 0
    }

    .button_right {
        margin-top: 10px;
        top: inherit !important;
        right: inherit !important;
        position: relative
    }

    .callout_inner {
        margin-right: 0 !important
    }

    .images-warp ul li {
        width: 260px
    }

    .images-warp-grid li.columns, .images-warp-grid li.column {
        margin-bottom: 20px
    }

    .form-inputs p {
        float: none;
        width: 100%
    }

    .form-inputs p {
        width: 100% !important
    }

    input.the-title, .the-username, .the-email, .video_id, .the-textarea, .taglist .input input, .form-posts .infocenter-qform-desc, .question_poll_item, .taglist, .form-style-5.form-style input[type="text"], .form-style-5.form-style input[type="email"], .form-style-5.form-style input[type="password"], .form-style-5.form-style textarea, .styled-select, .fileinputs {
        width: 100%
    }

    .infocenter-qform-desc, .question_poll_item {
        margin-left: 0
    }

    .form-posts .form-style label {
        margin-top: 0
    }

    .user-profile-img {
        float: none;
        margin-bottom: 10px
    }

    .user-profile .user-profile-img {
        float: left
    }

    .form-style-2 .fileinputs {
        width: 100%
    }

    .user-question h3 {
        padding: 38px 0 0 0
    }

    .user-question .question-type-main {
        left: 20px;
        right: inherit
    }

    .flex-caption, .nivo-caption, .br-slideinfo {
        display: none !important
    }

    .tp-rightarrow.default, .tp-leftarrow.default, .nivo-directionNav a.nivo-nextNav, .nivo-directionNav a.nivo-prevNav, .br-next, .br-previous {
        height: 24px;
        line-height: 23px;
        font-size: 21px;
        padding: 6px 10px
    }

    .flex-direction-nav li a {
        height: 24px;
        padding: 6px 10px;
        font-size: 25px
    }

    .question-type-normal .question-type-main, .question-type-poll .question-type-main {
        left: 121px;
        right: inherit
    }

    .question_author_no.question-type-normal .question-type-main, .question_author_no.question-type-poll .question-type-main {
        left: 20px
    }

    .question-type-normal .question-report, .question-type-poll .question-report {
        left: 121px;
        right: inherit;
        top: 58px
    }

    .question_author_no.question-type-normal .question-report, .question_author_no.question-type-poll .question-report {
        left: 20px
    }

    .question-type-normal.question h2, .question-type-poll.question h2 {
        padding-right: 0;
        padding-top: 86px;
        margin-top: 0
    }

    .single-question.question-type-normal .question-type-main, .single-question.question-type-poll .question-type-main {
        left: 20px;
        right: inherit
    }

    .single-question.question-type-normal .question-report {
        left: 112px;
        right: inherit
    }

    .single-question.question-type-poll .question-report {
        left: 86px;
        right: inherit
    }

    .single-question.question-type-normal .question-report, .single-question.question-type-poll .question-report {
        top: 20px
    }

    .question-tab .tab-inner-warp {
        padding-top: 0
    }

    .question h2 {
        margin-top: 121px
    }

    .question h2, .question-inner {
        margin-left: 0
    }

    .question-author {
        top: 20px;
        left: 20px
    }

    .user-points h3 {
        float: none;
        padding-right: 0;
        margin-bottom: 10px
    }

    .user-points .question-user-vote, .user-points .question-vote-result, .user-points .question-date {
        margin-bottom: 0
    }

    .poll_1 {
        width: 100%
    }

    .post-next-prev {
        margin-bottom: 0
    }

    .question-tags, .post-tags {
        display: block;
        float: none;
        width: 100%
    }

    .question-reply, .question-date, .question-view, .question-comment, .question-category, .question-author-meta, .question-tags, .post-tags, .question-favorite, .question-answered, .question-points {
        width: 100%;
        margin-bottom: 10px !important
    }

    .single-question.question h2 {
        margin: 38px 20px 10px;
        padding: 0
    }

    .comment-vote, .question-vote {
        margin-top: 5px
    }

    .comment .question-vote-result {
        margin-top: 15px
    }

    .user-profile-img {
        float: none;
        margin: 0 0 20px
    }

    .user-profile .user-profile-img {
        float: left;
        margin: 0 15px 10px 0
    }

    .stats-head, .block-stats-visibility, .block-stats-1, .block-stats-2, .block-stats-3, .block-stats-4 {
        padding: 10px 5px;
        font-size: 13px;
        width: 33.3%
    }

    .block-stats-1 {
        border-top: 1px solid #E0E6ED;
        border-bottom: 1px solid #E0E6ED !important
    }

    .block-stats-visibility {
        display: none
    }

    .block-stats-1 {
        position: relative;
        width: 100%
    }

    .error_404 h2 {
        font-size: 140px
    }

    .overlay-lightbox, .overlay-link {
        top: 50%;
        margin-top: -15px
    }

    .bxslider-title {
        display: none
    }

    .about-user li {
        float: none;
        width: 100%
    }

    .login-panel .col-md-6:first-child {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:605px) {
    #respond input#submit {
        width: 100% !important
    }
}

.wp-block-image.alignfull {
    display: block;
    text-align: center
}

.wp-block-image.alignwide {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figure.alignleft {
    display: block;
    float: left;
    margin-right: 2em
}

.wp-block-image figure.alignright {
    display: block;
    float: right;
    margin-left: 2em
}

.wp-block-image figure.alignleft, .wp-block-image figure.alignright {
    display: table
}

    .wp-block-image figure.alignleft figcaption, .wp-block-image figure.alignright figcaption {
        display: table-caption;
        caption-side: bottom
    }

    .wp-block-image figure.alignright figcaption, .wp-block-image figure.alignleft figcaption {
        font-size: 75%;
        color: gray;
        margin-bottom: 1em
    }

.has-small-font-size {
    font-size: 14px !important;
    line-height: 1.52857143
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 15px !important;
    line-height: 1.7
}

.has-medium-font-size {
    font-size: 18px !important;
    line-height: 1.7;
    padding: 2px 0
}

.has-large-font-size {
    font-size: 26px !important;
    line-height: 1.5 !important;
    padding: 3px 0
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 36px !important;
    line-height: 1.5 !important;
    letter-spacing: -1px;
    padding: 4px 0
}

.has-primary-color {
    color: #F5F251
}

.has-primary-background-color {
    background: #F5F251
}

.ft_single_page section.single-layout-one p.has-background strong {
    color: #fff !important
}

.postinfo-box a {
    color: #007bff
}

.wp-block-cover-text {
    font-weight: 600 !important
}

.postinfo-box .blog-post-info a {
    color: #007bff
}

.ft_single_page section.single-layout-one p.has-drop-cap:not(:focus)::first-letter {
    display: inline-block;
    font-size: 36px !important;
    line-height: 36px;
    float: left;
    text-align: left;
    margin-right: 8px !important;
    font-weight: 700 !important;
    color: #838a8e;
    margin-top: 3px !important
}

.ft_single_page section.single-layout-one p.has-drop-cap:not(:focus)::after {
    display: none
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    line-height: 27px;
    padding: 30px;
    background: rgb(248,250,251);
    font-weight: 500;
    border-left: 3px solid;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    border-radius: 2px;
    border-color: #898989 !important
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    font-family: 'Montserrat',sans-serif;
    font-size: 1.3rem !important;
    padding: 30px;
    background: rgb(248,250,251);
    font-weight: 500;
    line-height: 1.6;
    border-left: 3px solid;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    border-radius: 2px;
    border-color: #898989 !important
}

.wp-block-pullquote blockquote {
    color: #111;
    border: none;
    background: transparent
}

.wp-block-pullquote {
    border-color: transparent;
    border-width: 2px;
    padding: 1rem
}

.wp-block-quote:not(.is-large):not(.is-style-large) .ft_single_page section.single-layout-one p {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500
}

.wp-block-quote.is-large .ft_single_page section.single-layout-one p, .wp-block-quote.is-style-large .ft_single_page section.single-layout-one p {
    font-size: 1.3rem !important;
    font-weight: 500
}

.ft_single_page section.single-layout-one .single-mainpost p.wp-block-cover-text:last-child {
    margin-bottom: 0
}

.wp-block-cover .wp-block-cover-text a {
    font-size: 36px !important;
    line-height: 46px;
    font-weight: bold !important
}

.ft_single_page section.single-layout-one p.wp-block-cover-text {
    font-size: 36px !important;
    line-height: 46px;
    font-weight: bold !important;
    color: #fff !important
}

.wp-block-verse {
    font-family: 'Nunito',sans-serif;
    line-height: 1.7
}

figure {
    margin-bottom: 20px !important
}

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

.wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: #555d66;
    font-size: 15px;
    font-weight: 500
}

ul.wp-block-latest-posts li, ul.wp-block-archives-list li, ul.wp-block-categories-list li, ol.wp-block-latest-comments li {
    list-style-type: none !important
}

.wp-block-button .wp-block-button__link:not(.has-background) {
    background: -webkit-gradient(linear,left top,left bottom,from(#eceb46),to(#b8b10b));
    background: linear-gradient(-180deg,#eceb46 0%,#b8b10b 100%)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #495057;
    border-color: currentColor;
    background: transparent
}

@media only screen and (min-width:768px) {
    .wp-block-cover.alignfull, .wp-block-cover-image.alignfull {
        margin-top: calc(2 * 1rem);
        margin-bottom: calc(2 * 1rem);
        left: calc(-12.5% - 75px);
        width: calc(125% + 150px);
        max-width: calc(125% + 150px);
        padding-left: calc(10% + 58px + (2 * 1rem));
        padding-right: calc(10% + 58px + (2 * 1rem))
    }
}

ul.wp-block-categories {
    padding-left: 0
}

.wp-block-categories ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0
}

.wp-block-categories li {
    font-family: 'Montserrat',sans-serif;
    list-style-type: none;
    padding: 5px;
    text-transform: capitalize
}

    .wp-block-categories li a {
        color: #607D8B
    }

.wp-block-categories h5 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    margin-bottom: 20px
}

.wp-block-categories .screen-reader-text {
    margin-bottom: 20px
}

.wp-block-categories .sea-icon:hover {
    background-color: #B8B00A;
    transition: 0.5s
}

    .wp-block-categories .sea-icon:hover i {
        color: #fff
    }

.wp-block-categories .bg2-right-col-item-holder {
    margin-bottom: 60px
}

.wp-block-categories .sea-icon {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -80px;
    position: relative;
    margin-right: 10px
}

.wp-block-categories #wp-calendar {
    width: 100%;
    border: 1px solid #dee2e6
}

    .wp-block-categories #wp-calendar th, .wp-block-categories #wp-calendar td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .wp-block-categories #wp-calendar thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .wp-block-categories #wp-calendar tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .wp-block-categories #wp-calendar tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05)
    }

.wp-block-categories .bg2-right-col-item-holder .textwidget img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px
}

    .wp-block-categories .bg2-right-col-item-holder .textwidget img:hover {
        box-shadow: 0 0 2px 1px rgba(0,140,186,.5)
    }

ul.wp-block-latest-posts {
    padding-left: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px
}

.wp-block-latest-posts.is-grid {
    padding-bottom: 20px
}

.wp-block-latest-posts ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0
}

.wp-block-latest-posts li {
    font-family: 'Montserrat',sans-serif;
    list-style-type: none;
    padding: 5px 0;
    margin: 0 16px 16px 0
}

    .wp-block-latest-posts li a {
        color: #607D8B
    }

.wp-block-latest-posts h5 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.wp-block-latest-posts .screen-reader-text {
    margin-bottom: 20px
}

.wp-block-latest-posts .sea-icon:hover {
    background-color: #B8B00A;
    transition: 0.5s
}

    .wp-block-latest-posts .sea-icon:hover i {
        color: #fff
    }

.wp-block-latest-posts .bg2-right-col-item-holder {
    margin-bottom: 60px
}

.wp-block-latest-posts .sea-icon {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -80px;
    position: relative;
    margin-right: 10px
}

.wp-block-latest-posts #wp-calendar {
    width: 100%;
    border: 1px solid #dee2e6
}

    .wp-block-latest-posts #wp-calendar th, .wp-block-latest-posts #wp-calendar td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .wp-block-latest-posts #wp-calendar thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .wp-block-latest-posts #wp-calendar tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .wp-block-latest-posts #wp-calendar tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05)
    }

.wp-block-latest-posts .bg2-right-col-item-holder .textwidget img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px
}

    .wp-block-latest-posts .bg2-right-col-item-holder .textwidget img:hover {
        box-shadow: 0 0 2px 1px rgba(0,140,186,.5)
    }

::-moz-selection {
    background: #4682b4
}

::selection {
    background: #4682b4
}

.infocenter-infotex {
    background: #10121e
}

.navigation > .header-menu > ul > li:hover > a, .navigation > .header-menu > ul > li.current_page_item > a, .navigation .header-menu ul li ul li:hover > a, .navigation .header-menu ul li ul li.current_page_item > a, .breadcrumbs, #footer-bottom .social_icons ul li a:hover, .tagcloud a:hover, input[type="checkbox"], .login-password a:hover, .tab a.current {
    color: #4682b4
}

.more:hover, .button.color, .button.black:hover, .go-up, #header-top, .widget_portfolio .portfolio-widget-item:hover .portfolio_img:before, .popular_posts .popular_img:hover a:before, .widget_flickr a:hover:before, .widget_highest_points .author-img a:hover:before, .question-author-img:hover span, .pagination a:hover, .pagination span:hover, .pagination span.current, .about-author .author-image a:hover:before, .question-comments a, .flex-direction-nav li a:hover, .button.dark_button.color:hover, .table-style-2 thead th, .progressbar-percent, .carousel-arrow a:hover, .box_icon:hover .icon_circle, .box_icon:hover .icon_soft_r, .box_icon:hover .icon_square, .bg_default, .box_warp_colored, .box_warp_hover:hover, .post .boxedtitle i, .single-question-title i, .question-type, .post-type, .social_icon a, .page-content .boxedtitle, .main-content .boxedtitle, .flex-caption h2, .flex-control-nav li a.flex-active, .bxslider-overlay:before, .question-type-main, .question-report:hover, .load-questions, .del-poll-li:hover, .styled-select::before, .fileinputs span, .post .post-type, .divider span, .widget_menu li.current_page_item a, .accordion .accordion-title.active a, .tab-inner-warp, .navigation_mobile_click:before, .user-profile-img a:hover:before, .post-pagination > span, #footer.footer_dark .tagcloud a:hover, input[type="submit"], .post-delete a, .post-edit a, .woocommerce input[type="submit"][name="update_cart"]:hover, .buttons .button.wc-forward:hover, .button.checkout.wc-forward, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content, ul.products li .woocommerce_product_thumbnail .woocommerce_woo_cart_bt .button, ul.products li .woocommerce_product_thumbnail .yith-wcwl-add-button .add_to_wishlist, .cart_list .remove, .wc-proceed-to-checkout .button.wc-forward, .single_add_to_cart_button, .return-to-shop a, .button-default.empty-cart, .wc-proceed-to-checkout a, .button[name="calc_shipping"], .price_slider_amount button.button[type="submit"], .button.checkout.wc-forward, .button.view, #footer.footer_dark .buttons .button.wc-forward, #footer.footer_dark .buttons .button.wc-forward:first-child:hover {
    background-color: #4682b4
}

p a, li a, a:hover, .button.normal:hover, span.color, #footer a:hover, .widget a:hover, .question h3 a:hover, .boxedtitle h1 a:hover, .boxedtitle h2 a:hover, .boxedtitle h3 a:hover, .boxedtitle h4 a:hover, .boxedtitle h5 a:hover, .boxedtitle h6 a:hover, .box_icon:hover span i, .color_default, .navigation_mobile > ul a:hover, .navigation_mobile > ul li ul li:hover:before, .post .post-meta .meta-author a:hover, .post .post-meta .meta-categories a:hover, .post .post-meta .meta-comment a:hover, .question h2 a:hover, .question-category a:hover, .question-reply:hover i, .question-category a:hover i, .question-comment a:hover, .question-comment a:hover i, .question-reply:hover, .post .post-meta .meta-author:hover a, .post .post-meta .meta-author:hover i, .post .post-meta .meta-categories:hover i, .post .post-meta .meta-comment:hover a, .post .post-meta .meta-comment:hover i, .post-title a:hover, .question-tags a, .question .question-type, .comment-author a:hover, .comment-reply:hover, .user-profile-widget li a:hover, .taglist .tag a.delete:before, .form-style p span.color, .post-tags, .post-tags a, .related-posts li a:hover, .related-posts li a:hover i, #footer.footer_light_top .related-posts li a:hover, .related-posts li a:hover i, .share-inside, .share-inside-warp ul li a:hover, .user-points .question-vote-result, .navigation > .header-menu > ul > li > a > .menu-nav-arrow, #footer-bottom a, .widget h3.widget_title, #footer .related-item span, .widget_twitter ul li:before, #footer .widget_twitter .tweet_time a, .widget_highest_points li h6 a, #footer .widget_contact ul li span, .rememberme label, .login-text i, .subscribe-text i, .widget_search .search-submit, .login-password i, .question-tags, .question-tags i, .panel-pop h2, input[type="text"], input[type="password"], input[type="email"], textarea, select, .panel-pop p, .main-content .page-content .boxedtitle.page-title h2, .fakefile button, .login p, .login h2, .contact-us h2, .share-inside i, #related-posts h2, .comment-reply, .post-title, .post-title a, .user-profile h2, .user-profile h2 a, .stats-head, .block-stats-1, .block-stats-2, .block-stats-3, .block-stats-4, .user-question h3 a, .icon_shortcode .ul_icons li, .testimonial-client span, .box_icon h1, .box_icon h2, .box_icon h3, .box_icon h4, .box_icon h5, .box_icon h6, .widget_contact ul li i, #footer.footer_light_top .widget a:hover, #header .logo h2 a:hover, .widget_tabs.tabs-warp .tabs li a, #footer .widget .widget_highest_points a, #footer .related-item h3 a:hover, #footer.footer_dark .widget .widget_comments a:hover, #footer .widget_tabs.tabs-warp .tabs li a, .dark_skin .sidebar .widget a:hover, .user-points h3, .woocommerce mark, .woocommerce .product_list_widget ins span, .woocommerce-page .product_list_widget ins span, ul.products li .product-details h3 a:hover, ul.products li .product-details .price, ul.products li .product-details h3 a:hover, ul.products li .product-details > a:hover, .widget.woocommerce:not(.widget_product_categories):not(.widget_layered_nav) ul li a:hover, .price > .amount, .woocommerce-page .product .woocommerce-woo-price ins span, .cart_wrapper .widget_shopping_cart_content ul li a:hover, .woocommerce-billing-fields > h3, #order_review_heading, .woocommerce .sections h2, .yith-wcwl-share > h4, .woocommerce .sections h3, .woocommerce header.title h3, .main-title > h4, .woocommerce h2, .box-default.woocommerce-message .button, .woocommerce .cart .product-name a:hover, header.title a, .widget_search label:before, .post .post-meta .post-view a:hover, .post .post-meta .post-view:hover a, .post .post-meta .post-view:hover i, .question-author-meta a:hover, .question-author-meta a:hover i {
    color: #4682b4
}

    .loader_html, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .box_icon .form-style textarea:focus, .social_icon a, #footer-bottom .social_icons ul li a:hover, .widget_login input[type="text"], .widget_search input[type="text"], .widget_search input[type="search"], .widget_product_search input[type="search"], .subscribe_widget input[type="text"], .widget_login input[type="password"], .panel_light.login-panel input[type="text"], .panel_light.login-panel input[type="password"], #footer.footer_dark .tagcloud a:hover, #footer.footer_dark .widget_search input[type="text"], .widget_search input[type="search"]:focus, #footer.footer_dark .subscribe_widget input[type="text"]:focus, #footer.footer_dark .widget_login input[type="text"]:focus, #footer.footer_dark .widget_login input[type="password"]:focus, .dark_skin .sidebar .widget_search input[type="text"], .widget_search input[type="search"]:focus, .dark_skin .sidebar .subscribe_widget input[type="text"]:focus, .dark_skin .sidebar .widget_login input[type="text"]:focus, .dark_skin .sidebar .widget_login input[type="password"]:focus {
        border-color: #4682b4
    }

.tabs {
    border-bottom-color: #4682b4
}

.tab a.current {
    border-top-color: #4682b4
}

.tabs-vertical .tab a.current, blockquote {
    border-right-color: #4682b4
}

blockquote {
    border-left-color: #4682b4
}

.box_warp_hover:hover, .box_warp_colored {
    border-color: #b82b3f
}

#header .logo span {
    color: #b82b3f
}

.infocenter-infotex .col-md-9 p textarea, .widget_login input[type="text"], .widget_search input[type="text"], .widget_search input[type="search"], .widget_product_search input[type="search"], .subscribe_widget input[type="text"], .widget_login input[type="password"], .panel_light.login-panel input[type="text"], .panel_light.login-panel input[type="password"], blockquote, .qoute {
    background: rgba(239,56,82,.2)
}

#wrap {
    overflow: hidden
}

li.tab {
    float: left;
    text-align: center;
    width: 25%
}

.tabs {
    border-bottom-color: #f1f1f1
}

.tab a.current {
    background-color: transparent;
    border-bottom: 2px solid #4682b4;
    color: #000 !important;
    cursor: default;
    opacity: 1
}

.question-tab .tab a {
    color: #999;
    background-color: transparent;
    letter-spacing: 1px;
    padding: 25px 15px;
    font-size: 16px;
    width: 100%
}

.page-template-template-home .infocenter-infotex {
    margin-bottom: 10px !important;
    padding-bottom: 100px !important
}

.infocenter-infotex {
    padding-bottom: 50px !important
}

span.color.button.small.publish-question {
    padding: 10px 30px 10px;
    background: #4682b4
}

    span.color.button.small.publish-question:hover {
        background: #a20f16 !important
    }

.btn-primary:hover {
    background-color: #4682b4;
    border-color: #4682b4
}

form.form-style.form-style-2 {
    width: 75%;
    margin-left: 9%
}

.infocenter-infotex .col-md-12 .ask-question {
    bottom: 0;
    right: -126px
}

.box_icon p {
    color: #fff;
    font-size: 18px !important;
    font-style: italic;
    line-height: 28px;
    text-align: center
}

.box_icon h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

#footer .icon {
    font-size: 16px;
    font-weight: 700;
    padding-right: 10px
}

#text-2 .social_icons ul {
    float: none
}

#text-2 .font17 {
    font-size: 11px
}

#text-2 .social_icons a {
    height: 28px;
    width: 32px;
    line-height: 24px;
    color: #bcbcbc;
    border: 1px solid #fff;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

#text-2 .social_icons ul li {
    margin: 20px 10px 0 0
}

.breadcrumbs {
    background: url(../img/fabric.png);
    border-bottom: 1px solid #dedde1;
    border-top: 1px solid #dedde1
}

.crumbs a {
    color: #4682b4 !important
}

div#social-media {
    width: 100vw;
    margin-left: calc(-50vw + 50%)
}

.social-bar {
    float: left;
    width: 100%
}

    .social-bar ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .social-bar li {
        float: left;
        width: 25%
    }

        .social-bar li.social1 {
            background: #4d6bab
        }

        .social-bar li.social2 {
            background: #4ec6f8
        }

        .social-bar li.social3 {
            background: #d34836
        }

        .social-bar li.social4 {
            background: #248cc9
        }

        .social-bar li a {
            float: left;
            padding: 50px 20px;
            text-align: center;
            width: 100%
        }

            .social-bar li a img {
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle
            }

            .social-bar li a span {
                color: #fff;
                display: inline-block;
                font-size: 16px;
                line-height: 24px;
                text-align: left;
                vertical-align: middle
            }

                .social-bar li a span strong {
                    display: table;
                    font-size: 20px;
                    font-weight: 600;
                    letter-spacing: 2px;
                    line-height: 30px;
                    font-family: 'Merriweather',serif;
                    color: #fff
                }

    .social-bar ul li:first-child:nth-last-child(1), .social-bar ul li:first-child:nth-last-child(1) ~ li {
        width: 100%
    }

    .social-bar ul li:first-child:nth-last-child(2), .social-bar ul li:first-child:nth-last-child(2) ~ li {
        width: 50%
    }

    .social-bar ul li:first-child:nth-last-child(3), .social-bar ul li:first-child:nth-last-child(3) ~ li {
        width: 33.334%
    }

    .social-bar ul li:first-child:nth-last-child(4), .social-bar ul li:first-child:nth-last-child(4) ~ li {
        width: 25%
    }

    .social-bar ul li:first-child:nth-last-child(5), .social-bar ul li:first-child:nth-last-child(5) ~ li {
        width: 20%
    }

    .social-bar ul li:first-child:nth-last-child(6), .social-bar ul li:first-child:nth-last-child(6) ~ li {
        width: 16.666%
    }

li#menu-item-30 a {
    background: #222;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Merriweather',serif;
    padding: 3px 24px;
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: 1px;
    border-radius: 1px
}

.page-id-31 .with-sidebar-container .with-sidebar-container .col-md-6 {
    width: 50%;
    margin: 0 auto;
    float: none
}

.page-id-34 .with-sidebar-container .col-md-6:nth-child(1) {
    display: none
}

.page-id-34 .with-sidebar-container .col-md-6 {
    width: 50%;
    margin: 0 auto;
    float: none
}

.page-id-34 .login label {
    color: #191919 !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 600
}

.page-id-34 .login input[type="text"], input[type="password"], input[type="email"] {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px
}

.page-id-34 .tab-inner-warp {
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
    overflow: hidden;
    position: relative;
    padding: 30px
}

.page-id-34 .login li.tab {
    display: none
}

img#logo-footer {
    margin-bottom: 20px
}

.footer-content.text-center {
    padding: 15px 0 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%
}

#footer::before {
    background: rgba(25,25,25,.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-template-template-home #footer, .page-template-infotex_home #footer, .page-template-infotex_home_two #footer {
    margin-top: 0px !important
}

#footer {
    margin-top: 70px;
    padding: 0;
    background: #181718 url(../img/footer.png) repeat-x scroll center bottom;
    position: relative
}

.post-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.page-template-template-blog_1 span.post-view {
    display: none
}

.page-template-template-blog_1 h2.post-title {
    padding: 15px 20px
}

.page-template-template-blog_1 .post-title a {
    color: #191919;
    font-size: 18px;
    font-weight: 100
}

.page-template-template-blog_1 .post-meta span {
    padding-right: 5px
}

.page-template-template-blog_1 span.meta-comment a {
    color: #ccc;
    padding: 6px
}

.page-template-template-blog_1 span.meta-comment a {
    color: #ccc;
    padding: 6px
}

.page-template-template-blog_1 .button.color {
    background: none;
    color: #ccc;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0
}

.page-template-template-blog_1 .post-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1
}

.page-template-template-blog_1 .post-meta span a {
    padding-left: 4px
}

.page-template-template-blog_1 .post-content {
    line-height: 23px;
    color: #848991;
    padding: 0 15px 20px 15px
}

.page-template-template-blog_1 .post-meta {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 15px 0 15px
}

.sidebar h3.widget_title {
    padding: 16px !important;
    font-size: 15px;
    font-weight: 400;
    color: #191919 !important;
    text-transform: capitalize;
    border-left: 2px solid #4682b4;
    border-right: 2px solid #4682b4;
    margin-left: -20px !important;
    margin-right: -20px !important;
    border-bottom: 1px solid #f3f3f3 !important
}

.page-template-template-blog_1 .button.color:hover {
    color: #4682b4 !important
}

.page-template-template-contact_us .with-sidebar-container input[type="text"], input[type="search"], input[type="password"], input[type="email"] {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px;
    width: 100%;
    font-weight: 400
}

.page-template-template-contact_us .with-sidebar-container textarea {
    background-color: #fff;
    width: 100%
}

.page-template-template-contact_us input.wpcf7-form-control.wpcf7-submit {
    background: #222;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-radius: 1px;
    font-family: 'Merriweather',serif;
    text-transform: uppercase;
    font-weight: 100;
    max-width: 180px
}

    .page-template-template-contact_us input.wpcf7-form-control.wpcf7-submit:hover {
        background: #4682b4
    }

div#rpwwt-recent-posts-widget-with-thumbnails-2 {
    margin-bottom: 50px
}

h2.post-title {
    color: #191919;
    font-size: 20px;
    margin: 30px 0 5px 0;
    font-weight: 400
}

    h2.post-title:hover {
        color: #4682b4
    }

span.post-type {
    display: none
}

.boxedtitle.page-title h2 {
    color: #191919 !important;
    font-size: 20px;
    font-weight: normal !important;
    padding: 13px 18px;
    text-transform: capitalize
}

div#related-posts h2 {
    color: #191919 !important;
    font-size: 17px;
    font-weight: normal !important;
    padding: 0 0 10px;
    text-transform: capitalize
}

li#menu-item-30 a:hover {
    background: #4682b4
}

.comment-text .question-answered {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: -13px;
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
    padding: 5px
}

#commentlist {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0
}

#respond, .single-post #commentlist {
    float: left
}

.contact-us h2 {
    border-bottom: none;
    color: #191919 !important;
    font-size: 20px;
    font-weight: 700 !important;
    padding: 0;
    text-transform: capitalize
}

.page-template-template-contact_us .widget {
    background: none
}

.page-template-template-contact_us .page-content {
    padding: 0
}

.q-meta {
    margin-top: -23px;
    padding-bottom: 40px
}

/*.fun-facts-bg {
    background: rgba(0,0,0,0) url(../../../themes/infocenter/images/facts-parallex.jpg) repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}*/

.facts-icons {
    color: #fff;
    font-size: 36px;
    padding-bottom: 25px
}

span.percentfactor {
    color: #fff;
    font-size: 36px;
    margin-bottom: 4px
}

.fact p {
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase
}

.stats-icon span {
    display: block;
    font-size: 36px;
    margin-bottom: 30px
}

.statistic-bg span.percentfactor, .statistic-bg .fact p, .statistic-bg .stats-icon span {
    color: #fff
}

.ribbon {
    position: absolute;
    top: 12px;
    right: -5px;
    padding: 5px
}

.ribbon-content {
    position: relative;
    width: 100%
}

.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea
}

.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6
}

.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646
}

.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457
}

.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d
}

.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2
}

.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent
}

.ribbon:before {
    top: 0
}

.ribbon:after {
    bottom: 0
}

.ribbon.base:before {
    border-top: 27px solid #3498db
}

.ribbon.base:after {
    border-bottom: 27px solid #3498db
}

.ribbon.light:before {
    border-top: 27px solid #ecf0f1
}

.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1
}

.ribbon.dark:before {
    border-top: 27px solid #131313
}

.ribbon.dark:after {
    border-bottom: 27px solid #131313
}

.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e
}

.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e
}

.ribbon.red:before {
    border-top: 27px solid #e91b23
}

.ribbon.red:after {
    border-bottom: 27px solid #e91b23
}

.ribbon.orange:before {
    border-top: 27px solid #ff8a3c
}

.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c
}

.ribbon.yellow:before {
    border-top: 27px solid #ffd800
}

.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800
}

.ribbon span {
    display: block;
    font-size: 12px;
    font-weight: 600
}

.statistics .stat {
    width: 21%
}

.n1 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 80px 0
}

    .n1 h3 {
        display: none
    }

.our-apps {
    background: rgba(0,0,0,0) url(../../../themes/infocenter/images/our-apps1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.app-content {
    position: relative
}

.app-grid {
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
    padding: 13px 30px 12px;
    width: 100%
}

    .app-grid:hover {
        background: #4682b4
    }

    .app-grid span.app-icon {
        float: left;
        width: 70px
    }

.app-title h5, .app-title h3 {
    color: #fff
}

.our-apps:before {
    background: rgba(25,25,25,.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.our-apps {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 290px;
    padding: 120px 0
}

.app-content p {
    display: none
}

.main-heading h2 {
    text-transform: uppercase;
    font-size: 30px
}

.main-heading {
    margin-bottom: 50px;
    text-align: center;
    color: #fff
}

hr.main {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 44;
    border: medium none;
    height: 2px;
    margin: 20px auto;
    width: 75px
}

div#testimonial_rotator_wrap_73 {
    width: 80%;
    padding-top: 60px
}

.testimonial_rotator_quote {
    color: #fff
}

.testimonial_rotator_author_info.cf-tr strong {
    font-size: 20px;
    color: #fff
}

#owl-slider {
    padding-bottom: 56px
}

.happy-client {
    padding: 100px 0
}

    .happy-client i {
        font-size: 18px;
        margin-bottom: 10px
    }

    .happy-client p {
        line-height: 1.8;
        margin-bottom: 51px;
        max-width: 520px
    }

.client-img {
    float: left;
    width: 15%
}

    .client-img img {
        width: 68px;
        height: 68px
    }

.client-info {
    float: left;
    width: 50%
}

    .client-info strong {
        color: #fff;
        display: block;
        font-size: 20px;
        margin-bottom: 11px
    }

    .client-info span {
        color: #1c2022;
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 12px
    }

    .client-info i {
        color: #4682b4;
        font-size: 12px
    }

        .client-info i.grey-star {
            color: #cdcdcd
        }

.testimonial-bg {
    background: rgba(25,25,25,.8) url(../../../themes/infocenter/images/testimonials-2.jpg) repeat fixed center top
}

.clients-bgcolor {
    background-color: #ECECEC
}

    .clients-bgcolor.parallex::before {
        background: 0 !important
    }

.custom-client-padding {
    padding: 80px 0 80px 0
}

.success-stories {
    background: #4682b4 none repeat scroll 0 0;
    color: #fff;
    width: 100%;
    height: auto
}

    .success-stories .main-heading p {
        color: #fff
    }

    .success-stories hr.main {
        background: #fff none repeat
    }

.parallex {
    width: 100vw;
    margin-left: calc(-50vw + 50%)
}

div#wpaft-logo-slider-default {
    padding: 80px 0;
    max-width: 1170px;
    margin: 0 auto
}

.home-slider {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(../../../themes/infocenter/images/darkgrain.png)
}

.post-content *:last-child {
    margin-bottom: 0
}

.logo-container {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: block;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    max-width: 200px;
    padding: 10px !important
}

@media (min-width:320px) and (max-width:767px) {
    .social-bar ul li:first-child:nth-last-child(4), .social-bar ul li:first-child:nth-last-child(4) ~ li {
        width: 50%
    }

    .social-bar li a span strong {
        color: #fff;
        display: table;
        font-size: 13px;
        font-weight: 200
    }

    .app-grid {
        margin: 0 auto 30px
    }

    .infocenter-infotex .col-md-12 .ask-question {
        bottom: 0;
        right: 0;
        width: 100%;
        top: 67px
    }

    span.color.button.small.publish-question {
        width: 100%
    }
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    background-color: rgb(255,255,255);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0,0,0,.172549) 0 6px 12px;
    transform-origin: 50% 0 0;
    min-width: 250px;
    margin-top: 29px;
    padding: 0 0px !important;
    list-style: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.14902);
    border-image: initial;
    border-radius: 0 0 4px 4px
}

@media (max-width:991px) {
    ul.sub-menu {
        float: none !important;
        margin-top: 0 !important;
        box-shadow: none !important;
        background-color: #FAFAFA !important;
        border: 0 !important
    }

    .navigation_mobile > ul li ul li:before {
        display: none !important
    }
}

.post-meta1 {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0;
    margin-top: 30px
}

.post-meta span {
    text-transform: uppercase
}

.post-tags a {
    color: #777
}

.post-tags {
    color: #000
}

.page-template-template-ask_question .page-content {
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
    overflow: hidden;
    position: relative;
    padding: 30px
}

.single-question .question-tags a {
    border-radius: 0 10px 10px 10px;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    background-color: #CEE0ED;
    color: #000;
    margin-left: 2px
}

.question-tags a {
    border-radius: 0 10px 10px 10px;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    background-color: #CEE0ED;
    color: #000;
    margin-left: 2px
}

.single-question #respond input#submit {
    width: 100% !important
}

.question-template-default .single-question .question-type-main {
    display: none
}

.question-type-main {
    background: #CEE0ED;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
}

.question-vote-result, .single-question-vote-result {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
}

.section-warp.infocenter-infotex:before {
    content: '';
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

span.question-type-main.question-statistic {
    padding: 11px 16px;
    height: 40px
}

span.question-report.question-statistic {
    padding: 11px 16px;
    height: 40px;
    background: #fff
}

.single-question .report_q {
    float: right;
    font-size: 12px;
    background-color: #000;
    padding: 8px 10px;
    position: absolute;
    top: 0;
    right: -1px;
    height: 32px;
    line-height: 15px;
    border: none
}

a.commentform.best_answer_re.question-report {
    background: #fff
}

.post-meta span {
    text-transform: uppercase;
    color: #777 !important;
    font-size: 12px
}

/*.n1 {
    background: rgba(25,25,25,.8) url(http://www.youngerspoint.com/know-ledge/wp-content/uploads/2017/01/facts-parallex.jpg) no-repeat fixed center top !important;
    background-size: cover !important
}

    .n1:before {
        background: rgba(25,25,25,.8) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }*/

.hm_view button {
    color: #fff !important;
    background-color: #222;
    padding: 15px 34px;
    border: 1px solid #222;
    letter-spacing: 1.3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    transition: all .25s ease-in-out;
    font-family: 'Merriweather',serif;
    text-transform: uppercase;
    border-radius: 1px
}

.hm_view {
    text-align: center;
    margin: 50px 10px
}

    .hm_view a {
        color: #fff
    }

    .hm_view button:hover {
        background: #4682b4;
        border-color: #4682b4
    }

nav.header-top-nav {
    float: right
}

.top_left_nav a {
    color: #fff !important;
    text-transform: uppercase !important
}

li.menu-item-pq a {
    background: #222;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Merriweather',serif;
    padding: 6px 30px !important;
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: 1px;
    border-radius: 1px
}

.infocenter-infotex .ask-question-new-class {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.infocenter-infotex .col-md-12 .ask-question-new-class {
    bottom: 6px;
    right: 6px
}

.infocenter-infotex .col-md-12 .ask-question-new-class {
    bottom: -30px;
    right: -126px
}

@media (min-width:320px) and (max-width:767px) {
    .infocenter-infotex .col-md-12 .ask-question-new-class {
        bottom: 0;
        right: 0;
        width: 100%;
        top: 67px
    }
}

.navigation > .header-menu > ul > li > a {
    padding: 0 15px
}

.infocenter-infotex .col-md-12 {
    padding-top: 120px
}

    .infocenter-infotex .col-md-12 p input {
        margin-top: 10px
    }

.menu-item-pq {
    padding-left: 12px
}

.navigation > .header-menu > ul li.menu-item-pq {
    margin-top: 25px
}

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

.profile-count li a {
    color: #fff
}

    .profile-count li a:hover {
        color: #4682b4
    }

.c_black {
    color: #191919 !important
}

.page-template-template-user_question .user-question h3 {
    padding-bottom: 20px
}

.page-template-template-user_question .user-question .question-type-main {
    top: 35px
}

a.best_answer_a {
    color: #191919 !important
}

    a.best_answer_a:hover {
        color: #191919 !important
    }

.textcenter {
    text-align: center !important
}

.pagination {
    float: none
}

    .pagination a:hover {
        color: #4682b4
    }

.question-tab .tabs > li a i {
    font-size: 20px;
    margin-right: 15px
}

.question-desc, .question-desc p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px
}

.question-desc {
    padding-bottom: 10px
}

.question-inner {
    margin-bottom: 30px
}

.question-author-img {
    border: 0 solid;
    border-radius: 0
}

.question-author {
    top: 30px
}

.single-question .question h2 {
    margin: 0 0 2px 165px
}

.question h2 {
    margin: 0 0 30px 165px
}

@media (min-width:768px) {
    .question-inner {
        margin-left: 165px
    }

    .single-question .question h2 {
        margin: 0 0 2px 165px
    }

    .question h2 {
        margin: 0 0 30px 165px
    }

    .question-author {
        width: 140px;
        padding-right: 50px
    }
}

@media (max-width:767px) {
    .question-inner {
        margin-left: 0
    }

    .single-question .question h2 {
        margin: 0 0 2px 0
    }

    .question h2 {
        margin: 0 0 30px 0
    }

    .commentlist li .avatar-img, .question-author img, .tick2 {
        display: none
    }
}

.commentlist li .avatar-img {
    margin-right: 40px;
    border: 0 solid
}

.commentlist li .author, .comment-author {
    margin-top: 0
}

.commentlist li .author, .comment-text .text {
    margin-left: 30px
}

    .comment-text .text a {
        color: #999;
        font-size: 15px;
        line-height: 26px
    }

        .comment-text .text a:hover {
            color: #4682b4
        }

.commentlist li .comment-text {
    border-left: 1px solid #e5eaef
}

.question-author-img span {
    top: 45%;
    line-height: 12px
}

.question-author-img:hover span {
    background-color: transparent !important
}

.question-author img {
    width: 83px;
    height: 83px
}

@media only screen and (max-width:767px) {
    .question-type-normal .question-type-main, .question-type-poll .question-type-main {
        left: auto;
        right: 0
    }

    .question-type-normal .question-report, .question-type-poll .question-report {
        left: auto;
        right: 0;
        top: 65px
    }

    .question-vote-result, .single-question-vote-result {
        font-size: 12px
    }

    span.question-report.question-statistic {
        padding: 11px 15px
    }

    .comment .question-vote-result {
        margin-top: 4px
    }

    .commentlist li .comment-meta {
        float: left
    }

    .comment-reply i {
        display: none
    }

    .tick2 {
        right: 0 !important
    }
}

#footer .widget li {
    font-size: 14px
}

#footer .widget ul li {
    padding-bottom: 0
}

#footer .widget_contact ul li span {
    color: #c2c8d4
}

#footer .textwidget img {
    margin-bottom: 20px
}

.post.single-post {
    padding-top: 0
}

.custom-padding-new {
    padding: 30px 0 20px 0 !important
}

.blog-grid .post-meta li a {
    color: #777
}

.post .post-img {
    margin-bottom: 0;
    text-align: center
}

.post {
    padding: 0
}

.home-blog-parallex {
    background: #eee url(../../../themes/infocenter/images/darkgrain.png) repeat scroll 0 0 !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative
}

.tab-inner .pagination {
    margin-top: 25px
}

.tab-inner #commentlist {
    margin-bottom: 0
}

.tabs-warp {
    margin-bottom: 80px
}

.borderbottom {
    margin-bottom: -2px;
    border-bottom: 2px solid #f1f1f1
}

.tabs-warp.question-tab .borderbottom ul.tabs {
    border-bottom: 0
}

.question-tab .tab-inner-warp {
    margin-top: 32px
}

.question-tab ul.tabs {
    margin-bottom: -2px
}

.page-template-template-ask_question .boxedtitle.page-title {
    border-top: 0 solid #fff;
    padding: 0 0 20px 0
}

.page-template-template-edit_profile .boxedtitle.page-title, .page-template-template-ask_question .boxedtitle.page-title, .page-template-template-badges .boxedtitle.page-title, .page-template-template-edit_question .boxedtitle.page-title, .page-template-template-categories .user-profile-widget h2 {
    display: none
}

.page-template-template-categories .page-content {
    padding: 0
}

.page-template-template-edit_profile .page-content {
    padding-left: 0
}

.page-template-template-ask_question .main-content .page-content .boxedtitle.page-title {
    margin: 0 -20px 0 0
}

.page-template-template-ask_question .page-content {
    border-top: 1px solid #dedde1;
    border-bottom: 1px solid #dedde1
}

.fileinputs input.file {
    padding: 14px
}

.question-multiple-upload .del-poll-li {
    top: 12px
}

.question-multiple-upload .move-poll-li {
    top: 21px
}

.page-template-template-user_question .sidebar, .page-template-template-user_answer .sidebar, .page-template-template-user_posts .sidebar, .page-template-template-user_points .sidebar, .page-template-template-user_favorite_questions .sidebar, .page-template-template-answer_follow .sidebar, .author .sidebar, .page-template-template-comment_follow .sidebar, .page-template-template-post_follow .sidebar, .page-template-template-question_follow .sidebar, .page-template-template-followers .sidebar, .page-template-template-i_follow .sidebar {
    display: none !important
}

.edit-profile-form .form-inputs p {
    margin-bottom: 20px
}

.edit-profile-form .fileinputs {
    margin-bottom: 35px
}

.page-template-template-ask_question input[type="text"], .page-template-template-ask_question input[type="search"], .page-template-template-ask_question input[type="password"], .page-template-template-ask_question input[type="email"], .page-template-template-ask_question textarea, .page-template-template-ask_question select {
    padding: 15px 12px
}

.page-template-template-edit_profile input[type="text"], .page-template-template-edit_profile input[type="search"], .page-template-template-edit_profile input[type="password"], .page-template-template-edit_profile input[type="email"], .page-template-template-edit_profile textarea, .page-template-template-edit_profile select {
    padding: 15px 12px
}

.page-template-template-how_it_works .breadcrumbs, body.author .breadcrumbs, .page-template-template-answer_follow .breadcrumbs, .page-template-template-comment_follow .breadcrumbs, .page-template-template-followers .breadcrumbs, .page-template-template-i_follow .breadcrumbs, .page-template-template-post_follow .breadcrumbs, .page-template-template-question_follow .breadcrumbs, .page-template-template-user_answer .breadcrumbs, .page-template-template-user_favorite_questions .breadcrumbs, .page-template-template-user_points .breadcrumbs, .page-template-template-user_posts .breadcrumbs, .page-template-template-user_question .breadcrumbs {
    margin-bottom: 0
}

.page-template-template-how_it_works #footer {
    margin-top: 0
}

.form-style .wpcf7-form-control-wrap {
    width: 100%
}

.contact-us p {
    font-size: 14px
}

.page-template-template-contact_us .widget_contact ul li, .page-template-template-contact_us .widget_contact ul li p {
    color: #848991;
    font-size: 14px !important
}

.contactmap {
    border: 2px solid #848991;
    margin-top: 60px
}

#footer .contact-widget .widget_contact ul li, .contact-widget .widget_contact ul li i, #footer .widget li::before, #footer .widget li span, #footer .widget li span a, #footer .widget_twitter .tweet_time a {
    color: #c2c8d4;
    font-size: 14px;
    line-height: 23px
}

    #footer .contact-widget .widget_contact ul li:hover, .contact-widget .widget_contact ul li i:hover, #footer .widget li::before:hover, #footer .widget li span:hover, #footer .widget li span a:hover, #footer .widget_twitter .tweet_time a:hover {
        color: #fff
    }

.page-template-template-user_question .user-question h3 {
    font-size: 18px;
    font-weight: 400
}

#footer .widget select {
    color: #c9c9c9 !important
}

#footer .tagcloud a, #footer .tagcloud a:hover {
    color: #fff !important
}

#footer .widget_search label::before {
    left: auto;
    padding: 17px 180px
}

#footer form.search-form {
    text-align: left !important
}

.sidebar .widget_search label::before {
    left: auto;
    padding: 17px 180px
}

.sidebar form.search-form {
    text-align: left !important
}

table th {
    padding-left: 10px
}

table td {
    padding-left: 10px
}

dl .gallery-item {
    float: left;
    margin-right: 10px
}

.margin-top-zero {
    margin-top: 0px !important
}

.post.single-post {
    margin-left: -15px
}

.single-post .share-inside-warp {
    top: 0;
    right: 0;
    left: initial;
    bottom: initial
}

.single-post .post-meta li a, .single-post .post-meta li {
    color: #777
}

.vpanel_form input[type="checkbox"] {
    border: 1px solid
}

    .vpanel_form input[type="checkbox"]:checked::before {
        color: #4682b4;
        height: auto
    }

.form-style input[type="checkbox"] {
    margin: 4px 10px 0 1px
}

.infocenter-question-reporting a.cancel:hover {
    color: #fff !important
}

.single-question .question-inner {
    padding: 0
}

.single-question.question h2 {
    margin-left: 0
}

.comment-respond.page-content, #commentlist {
    padding: 0
}

#respond .boxedtitle.page-title {
    padding-top: 0 !important
}

.share-tags.page-content {
    padding-left: 0;
    padding-right: 0
}

.single-question #commentlist {
    padding: 0
}

@media (max-width:767px) {
    .question-report.report_q, .question-type-main {
        display: none !important
    }

    .question-type-normal.question h2, .question-type-poll.question h2 {
        padding-top: 0
    }

    .breadcrumbs {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .single-question.question h2 {
        margin-top: 0
    }
}

.page-template-template-user_points .question-user-vote, .page-template-template-user_points .question-vote-result, .page-template-template-user_points .question-date {
    padding-top: 5px
}

.single-question .question-date, .single-question .question-view {
    margin-bottom: 20px
}

.ribbon {
    top: 0 !important
}

.single-question .comment-body {
    padding: 0
}

.ribbon.base {
    border-right: 10px solid #8bc4ea !important
}

.single-question .commentform.question-report {
    float: right;
    color: #191919 !important;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-family: 'Merriweather',serif;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ccc
}

.single-question .comment-vote {
    float: right;
    margin-top: 10px
}

.single-question .question-vote-result {
    float: right;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 700
}

.single-question .single-question-vote-up, .single-question .single-question-vote-down {
    background-color: #fff;
    color: #666;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    float: right;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 10px;
    width: auto;
    height: auto
}

    .single-question .single-question-vote-up:hover, .single-question .single-question-vote-down:hover {
        background-color: #000
    }

.fleft {
    float: left !important
}

.fnone {
    float: none !important
}

.single-question .commentlist li .comment-meta {
    margin-top: 0
}

.single-question .comment .question-vote-result {
    margin-top: 0;
    margin-right: 0
}

.single-question .commentlist li .author span {
    display: inline-block;
    color: #a1a1a1
}

.single-question .commentlist li .date {
    font-weight: 500
}

.single-question .comment-reply {
    margin-top: 0
}

.main-content p {
    font-size: 14px;
    line-height: 1.6em
}

.comment-text .text .single-question-vote a {
    color: #666;
    font-size: 13px;
    line-height: 1.5
}

    .comment-text .text .single-question-vote a:hover {
        color: #fff
    }

.single-question .comment-text .no_vote_more {
    padding-left: 30px;
    padding-top: 10px
}

.single-question .main-content .question-desc p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px
}

.single-question .question-desc {
    padding-bottom: 1px
}

.commentlist {
    color: #777 !important
}

.single-question .commentlist > li:first-child {
    margin-top: 0
}

.single-question .comment {
    margin: 0 0 50px 0;
    border-left: 2px solid #e5eaef;
    border-right: 2px solid #e5eaef
}

article.single-question {
    margin-bottom: 50px
}

.single-question .main-content .comment-respond.page-content .boxedtitle.page-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border-top: 0 solid
}

    .single-question .main-content .comment-respond.page-content .boxedtitle.page-title h2 {
        border-bottom: 0 solid;
        padding-top: 0;
        margin-bottom: 0
    }

.single-question #commentlist {
    margin-bottom: 10px
}

.single-question .share-tags.page-content {
    padding: 0
}

.comment-author a {
    text-transform: capitalize
}

.single-question-vote-up, .single-question-vote-down {
    float: left
}

.single-question-vote-result {
    float: left
}

.single-question-vote > li:first-child a {
    margin-right: 10px;
    margin-left: 10px
}

.widget_search .form-group {
    margin-bottom: 20px
}

.widget_search .form-control {
    font-size: 14px !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0,0,.58,1);
    -moz-transition: all 0.2s cubic-bezier(0,0,.58,1);
    -o-transition: all 0.2s cubic-bezier(0,0,.58,1);
    -ms-transition: all 0.2s cubic-bezier(0,0,.58,1);
    transition: all 0.2s cubic-bezier(0,0,.58,1)
}

    .widget_search .form-control:focus {
        color: #111;
        border-color: rgba(0,0,0,.7);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none
    }

.widget_search button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none;
    color: #909090;
    float: right;
    font-size: 18px;
    height: 50px;
    margin-top: -70px;
    position: relative;
    text-align: center;
    width: 60px
}

.widget_search input[type="text"] {
    background: transparent;
    border: 1px solid #ccc !important
}

.widget_highest_points .comment {
    box-shadow: none;
    font-family: 'Open Sans',sans-serif;
    color: #777;
    font-size: 96%;
    line-height: 1.8em;
    font-weight: 400;
    border: 0 !important
}

.points_coloring {
    font-weight: 600;
    color: #191919
}

.sidebar .icon-angle-right {
    display: none
}

.sidebar .widget ul li a, .sidebar .widget .widget_highest_points.widget_comments ul li a {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #191919
}

    .sidebar .widget ul li a:hover, .sidebar .widget .widget_highest_points.widget_comments ul li a:hover {
        color: #4682b4
    }

.sidebar .widget .widget_highest_points ul li a {
    font-family: 'Merriweather',serif
}

.sidebar .author-img {
    padding: 5px 0;
    border: 0 solid
}

.widget_highest_points a:before {
    top: 7px;
    background: transparent
}

.widget_highest_points .author-img a:hover:before {
    background: transparent
}

.section-warp.infocenter-infotex {
    background-size: cover
}

.p-bottom-zero {
    padding-bottom: 0 !important
}

.login-password a {
    padding: 5px 10px;
    font-weight: 700
}

.top-bar ul.top-nav.nav-left > li {
    border-left: 1px solid rgba(255,255,255,.3);
    padding: 0 0 0 15px
}

    .top-bar ul.top-nav.nav-left > li:first-child {
        border-left: none;
        padding-left: 0
    }

.navigation_mobile > ul li.menu-item-pq {
    margin-top: 2px
}

.infocenter-infotex .button.publish-question {
    font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:1042px) {
    .social-bar li a img {
        display: table-cell !important;
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.sidebar .widget_search h3.widget_title {
    margin-bottom: 40px
}

.widget_search form {
    margin-top: 25px
}

#related-posts .related-posts li.related-item i {
    display: none
}

.nodisplay, .page-template-template-home .sidebar {
    display: none !important
}

.blockdisplay {
    display: block !important
}

.f_a_div1 {
    margin: 0px !important;
    background-color: #f4f3f4 !important;
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 12px !important
}

.f_a_div2 {
    padding: 15px !important
}

.f_a_div3 {
    border: solid 1px #d9d9d9 !important
}

.f_a_div4 {
    line-height: 1.6 !important;
    font-size: 12px !important;
    font-family: Helvetica,Arial,sans-serif !important;
    border: solid 1px #ffffff !important;
    color: #444 !important
}

.f_a_div5 {
    color: #fff !important
}

.f_a_div6 {
    line-height: 32px !important;
    padding-left: 30px !important
}

.f_a_div7 {
    padding-right: 30px !important
}

.f_a_div8 {
    font-size: 14px !important;
    color: #777777 !important
}

.f_a_div9 {
    margin-top: 15px !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    color: #444 !important;
    line-height: 1.6 !important;
    font-size: 12px !important;
    font-family: Arial,sans-serif !important
}

.f_a_div10 {
    border-top: solid 1px #d9d9d9 !important
}

.f_a_div11 {
    padding: 15px 0 !important
}

.tgm_div1 {
    display: block !important;
    margin: .5em .5em 0 0 !important;
    clear: both !important
}

.tgm_div2 {
    float: right !important;
    padding: 0em 1.5em .5em 0 !important
}

.tgm_div3 {
    min-width: 32px !important;
    text-align: right !important;
    float: right !important
}

.tgm_div4 {
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 29px !important;
    margin: 0 !important;
    padding: 9px 15px 4px 0 !important
}

.tgm_div5 {
    width: 100% !important;
    height: 98% !important;
    min-height: 850px !important;
    padding-top: 1px !important
}

.s_q_div {
    background-color: #3498db !important
}

.post-password-form input[type="password"] {
    padding: 6px 12px
}

.login-form.ask_login input[type="checkbox"] {
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -webkit-margin-start: 0;
    -webkit-margin-end: 3px;
    display: inline-block;
    height: 16px;
    position: relative;
    vertical-align: baseline;
    width: 16px !important;
    border: 1px solid #dedede;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    top: 3px;
    outline: 0 !important
}

    .login-form.ask_login input[type="checkbox"]:checked::before {
        -webkit-margin-start: 0;
        font-family: "FontAwesome";
        content: "\f00c";
        color: #000 !important;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        height: 16px !important;
        width: 16px !important;
        outline: 0 !important
    }

#respond .boxedtitle.page-title {
    padding-bottom: 15px !important
}

.blog-grid .more-btn.infotex-btn {
    width: auto;
    padding-left: 15px;
    padding-right: 15px
}

#related-posts li a:before, .sidebar .widget.widget_recent_entries ul li a:before, .questions-widget .related-posts li a:before {
    content: "\f0f6";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 16px;
    margin: 0 10px 0 0
}

.home-cats-list li:hover a .wrap-icon, .home-cats-list li:hover a .text {
    color: #4682b4
}

.sidebar .widget ul li a, .sidebar .widget .widget_highest_points.widget_comments ul li a {
    line-height: 18px !important;
    font-size: 13px !important
}

.tabs-warp .question_r_l.comment_l.report_c {
    display: none
}

.box_warp .button {
    margin-bottom: 30px
}

.children .comment:not(.depth-1) #respond {
    padding: 30px 0 30px 0;
    margin: 30px -30px 30px -30px;
    width: auto
}

.comment.depth-1 #respond {
    padding: 30px;
    margin: 30px 0 30px 0;
    width: auto
}

.page-template-template-ask_question .sidebar.sticky-sidebar, .page-template-template-ask_question .sidebar.absolute-sidebar {
    position: relative
}

.blog-content a {
    word-break: break-all
}

@media only screen and (min-width:606px) {
    #respond input#submit {
        width: 60%
    }
}

.clearfix {
    clear: both
}

.related-posts li a {
    word-break: break-all
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !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^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../../themes/infocenter/fonts/glyphicons-halflings-regular.eot);
    src: url('../../../themes/infocenter/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url(../../../themes/infocenter/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../../themes/infocenter/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../../themes/infocenter/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url('../../../themes/infocenter/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > 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, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

h1, .h1, h2, .h2, h3, .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, .h4, h5, .h5, h6, .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, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul, ol ul, ul ol, ol ol {
        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
}

dt, dd {
    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[title], abbr[data-original-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 p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: ''
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small: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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        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 > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        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 > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    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 > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                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="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .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"] {
        line-height: 30px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .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"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox 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
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.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 .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.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 .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.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 .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        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:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    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="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }*/

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    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:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].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
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 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="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-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:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-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:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        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:hover, .nav-tabs > li.active > a:focus {
            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:hover, .nav-tabs.nav-justified > .active > a:focus {
    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:hover, .nav-tabs.nav-justified > .active > a:focus {
        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:hover, .nav-pills > li.active > a:focus {
        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:hover, .nav-tabs-justified > .active > a:focus {
        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:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -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 > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 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 .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        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:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        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:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        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:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        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:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        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:hover, a.label:focus {
    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]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    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-striped .progress-bar, .progress-bar-striped {
    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.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 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 > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .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 > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #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 iframe, .embed-responsive embed, .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:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

/*.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}*/

@media (min-width:768px) {
    /*.modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }*/
}

@media (min-width:992px) {
    /*.modal-lg {
        width: 900px
    }*/
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }


@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer: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-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

html, body {
    height: 100%;
    width: 100%
}

body {
    font-family: 'Open Sans',sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased
}

a {
    color: #4682b4;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

    a:hover, a:focus {
        text-decoration: none;
        o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #4682b4
    }

img {
    max-width: 100%
}

a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

video, object {
    min-height: 100%;
    min-width: 100%
}

.white {
    background: #fff
}

.gray {
    background: #f5f5f1
}

.btn:focus, a:focus {
    outline: none;
    text-decoration: none
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-top-70 {
    margin-top: 70px
}

.container.full-width {
    width: 100%
}

.section-padding {
    padding: 120px 0
}

.section-padding-140 {
    padding: 140px 0
}

.section-padding-100 {
    padding: 100px 0
}

.section-padding-80 {
    padding: 80px 0
}

.section-padding-70 {
    padding: 70px 0
}

.section-padding-60 {
    padding: 60px 0
}

.section-padding-40 {
    padding: 40px 0
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-40 {
    padding-top: 40px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-45 {
    padding-top: 45px
}

.padding-top-60 {
    padding-top: 60px
}

.padding-top-70 {
    padding-top: 70px
}

.padding-top-80 {
    padding-top: 80px
}

.padding-top-90 {
    padding-top: 90px
}

.padding-top-100 {
    padding-top: 100px
}

.padding-top-120 {
    padding-top: 120px
}

.padding-top-140 {
    padding-top: 140px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-70 {
    padding-bottom: 70px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-120 {
    padding-bottom: 120px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-60 {
    padding-bottom: 60px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-20 {
    padding-bottom: 40px
}

.custom-padding {
    padding: 80px 0 50px 0
}

.pagination {
    border-radius: 0;
    margin: 0
}

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0
    }

    .pagination li {
        box-shadow: none;
        display: inline-block;
        margin-right: 10px
    }

        .pagination > .active > a:hover, .pagination li:hover > a, .pagination > .active > a {
            background-color: #4682b4;
            border-color: #4682b4
        }

        .pagination li > a {
            background-color: #f8f8f8;
            border-color: #d1d1d1;
            color: #777;
            font-size: 14px;
            font-weight: 400;
            padding: 10px 14px
        }

            .pagination li > a:hover {
                background-color: #4682b4;
                color: #fff;
                border-color: #4682b4
            }

.custom-logo {
    display: block;
    left: 0;
    margin: 30px 0 0 30px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Merriweather',serif;
    font-weight: 400;
    margin: 0;
    background: none;
    line-height: 1.6em
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
    line-height: 1.6
}

h6 {
    font-size: 12px
}

p {
    line-height: 1.6em;
    font-size: 14px
}

.btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: 'Merriweather',serif
}

.extra {
    padding: 20px 25px
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0
}

.btn-lg {
    padding: 17px 34px;
    letter-spacing: 1.3px
}

.btn-md {
    padding: 13px 27px
}

.btn-sm {
    padding: 16px 20px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn-xs {
    padding: 6px 18px;
    font-size: 12px
}

.btn-rounded {
    border-radius: 4px
}

.btn-primary {
    text-transform: uppercase;
    background-color: #222;
    border-color: #222
}

.light-dark {
    border: 1px solid #000;
    color: #000
}

.form-group {
    margin-bottom: 20px
}

.form-control {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0,0,.58,1);
    -moz-transition: all 0.2s cubic-bezier(0,0,.58,1);
    -o-transition: all 0.2s cubic-bezier(0,0,.58,1);
    -ms-transition: all 0.2s cubic-bezier(0,0,.58,1);
    transition: all 0.2s cubic-bezier(0,0,.58,1)
}

    .form-control:focus {
        color: #111;
        border-color: rgba(0,0,0,.7);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F7FBFC;
    z-index: 99999
}

    .preloader .preloader-gif {
        display: block;
        width: 132px;
        height: 132px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-position: center center;
        transform: translateY(-50%);
        background: url(../../../themes/infocenter/images/preloader.gif) no-repeat
    }

.main-heading {
    margin-bottom: 50px
}

    .main-heading h2 {
        color: #191919;
        font-size: 30px;
        margin-top: 0;
        position: relative;
        text-transform: uppercase
    }

hr.main {
    background: #444 none repeat scroll 0 0;
    border: medium none;
    height: 2px;
    margin: 20px auto;
    width: 75px
}

.main-heading p {
    color: #2f3239;
    font-size: 14px;
    font-style: italic
}

.page-title {
    border-bottom: 1px solid #dedde1;
    border-top: 1px solid #dedde1;
    display: block;
    padding: 35px 0;
    position: relative
}

    .page-title h1 {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        padding: 0;
        color: #191919
    }

.slices {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

    .slices .slice {
        background: #2f3239 none repeat scroll 0 0;
        display: inline-block;
        height: 3px;
        margin: 0 5px;
        position: relative;
        width: 18px
    }

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0
}

    .breadcrumb li a {
        color: #191919
    }

        .breadcrumb li a:hover {
            color: #4682b4
        }

    .breadcrumb li.active {
        color: #4682b4
    }

.top-bar {
    background: #4682b4 none repeat scroll 0 0
}

    .top-bar::after {
        clear: both;
        content: "";
        display: block
    }

    .top-bar ul.top-nav {
        margin: 0;
        padding: 9px 0
    }

        .top-bar ul.top-nav li {
            display: inline-block;
            margin: 0 15px 0 0;
            padding: 0;
            position: relative
        }

            .top-bar ul.top-nav li a {
                display: inline-block;
                font-size: 12px;
                outline: medium none;
                text-decoration: none;
                text-transform: uppercase;
                color: #fff
            }

            .top-bar ul.top-nav li i {
                margin-right: 10px
            }

    .top-bar .top-nav.nav-right {
        float: right;
        text-align: right
    }

    .top-bar ul.top-nav.nav-right > li {
        margin: 0;
        border-left: 1px solid rgba(255,255,255,.3);
        padding: 0 15px
    }

        .top-bar ul.top-nav.nav-right > li:first-child {
            border-left: none
        }

    .top-bar ul.top-nav.nav-right .dropdown-menu li {
        width: 100%
    }

    .top-bar ul.top-nav.nav-right .dropdown-menu {
        border-radius: 0;
        margin-top: 10px
    }

        .top-bar ul.top-nav.nav-right .dropdown-menu li a {
            color: #191919;
            font-size: 13px;
            height: 50px;
            line-height: 46px;
            width: 100%;
            border-bottom: 1px solid #f3f3f4
        }

    .top-bar ul.top-nav li:hover, .top-bar ul.top-nav li:hover a {
        color: #fff
    }

.profile .profile-img {
    display: inline-block;
    height: 23px;
    margin-left: 9px;
    width: 23px
}

    .profile .profile-img img {
        border-radius: 100%;
        width: 100%
    }

.navbar {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding: 15px 0;
    min-height: 85px;
    position: relative
}

.navbar-nav li a i {
    margin-right: 7px
}

.btn-nav {
    margin-left: 25px;
    margin-right: 10px
}

.navbar-nav .btn-nav a {
    padding: 12px 28px;
    font-size: 14px;
    color: #fff
}

.my-style {
    position: absolute
}

.navbar .form-control {
    border: 2px solid #4682b4;
    border-radius: 2px;
    padding: 14px 40px
}

.navbar-brand {
    margin-top: -9px
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #4682b4;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #4682b4;
    background-color: transparent
}

.input-group .icon-addon .form-control {
    border-radius: 0
}

.navbar-toggle {
    margin-top: 15px
}

.navbar-header .icon-addon {
    position: relative;
    color: #555;
    display: block;
    margin-bottom: 0
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
    margin-bottom: 60px
}

    .icon-addon:after, .icon-addon:before {
        display: table;
        content: " "
    }

    .icon-addon:after {
        clear: both
    }

    .icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 14px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px
    }

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        padding: 10px 16px 10px 40px
    }

    .icon-addon.addon-sm .form-control {
        height: 30px;
        padding: 5px 10px 5px 28px;
        font-size: 12px;
        line-height: 1.5
    }

    .icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
        font-size: 18px;
        margin-left: 0;
        left: 11px;
        top: 4px
    }

    .icon-addon.addon-md .form-control, .icon-addon .form-control {
        padding-left: 30px;
        float: left;
        font-weight: 400
    }

    .icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
        margin-left: 0;
        font-size: 12px;
        left: 5px;
        top: -1px
    }

    .icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
        color: #2580db
    }

.navbar-brand {
    padding: 10px
}

.navbar-nav {
    margin-left: 0
}

.navbar-default {
    background-color: #fff
}

.navbar-fixed-top {
    border-width: 0;
    top: 0
}

.navbar-nav > li > a {
    color: #191919;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    padding: 20px 15px;
    position: relative;
    text-transform: uppercase
}

.navbar-nav li a {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.navbar-nav .dropdown-menu li a {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 46px;
    border-bottom: 1px solid #f3f3f4
}

.dropdown-menu {
    border: 0;
    padding: 0
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 20px;
        margin-right: -10px
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

    .dropdown-submenu.pull-left {
        float: none
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px
        }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000
}

.full-section.search-section {
    background: #353b65 url(../../../themes/infocenter/images/slider3.jpg) no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    min-height: 425px;
    padding: 70px 0
}

.full-section.search-section-listing {
    background: #353b65 url(../../../themes/infocenter/images/slider3.jpg) no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 60px 0
}

.search-section .search-area {
    padding: 50px 0
}

h3.search-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

p.search-tag-line {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    text-align: center;
    position: relative;
    z-index: 44
}

form.search-form {
    position: relative;
    z-index: 44;
    margin: 40px 0 0;
    text-align: center
}

    form.search-form .input-common, form.search-form input.search-term, form.search-form input.search-btn {
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        display: inline-block;
        font-family: "Open Sans",sans-serif;
        vertical-align: bottom
    }

    form.search-form input.search-term {
        color: #858c91;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        margin-right: 10px;
        padding: 12px;
        width: 72%
    }

    form.search-form input.search-btn {
        background-color: #3f4b55;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        padding: 14px 30px 15px;
        text-transform: uppercase
    }

        form.search-form input.search-btn:hover {
            background-color: #4b5760
        }

#search-error-container label {
    color: #fff;
    font-size: 14px;
    padding: 5px
}

.lt-ie8 form.search-form input.search-btn {
    padding-bottom: 13px;
    padding-top: 12px
}

.page-container {
    width: 100%
}

.full-section.parallax-home {
    background: transparent url(../../../themes/infocenter/images/slider3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 520px
}

.full-section {
    width: 100%;
    height: 100%;
    position: relative
}

    .full-section::before {
        content: '';
        background: rgba(0,0,0,.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

.parallex {
    color: #fff;
    position: relative;
    z-index: 44
}

    .parallex h2 {
        color: #fff;
        position: relative;
        z-index: 44
    }

    .parallex::before {
        background: rgba(25,25,25,.8) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .parallex hr.main {
        background: #fff none repeat scroll 0 0;
        position: relative;
        z-index: 44
    }

.parallex-small {
    background: #1b1b1b none repeat scroll 0 0;
    color: #fff
}

.parallex-text h4 {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.parallex-text p {
    color: #fff;
    position: relative;
    z-index: 44
}

.parallex-small .btn {
    margin-top: 10px
}

.parallex-button {
    text-align: right
}

.btn-clean:hover {
    background-color: #4682b4;
    border: 1px solid #4682b4
}

.parallex-small .btn {
    margin-top: 10px
}

.btn-clean:hover, .btn-clean:visited, .btn-clean:active, .btn-clean {
    color: #fff
}

.btn-clean {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase
}

.box-panel h2 {
    color: #191919
}

.slider-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%)
}

    .slider-caption h1 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        line-height: 70px;
        text-transform: uppercase
    }

    .slider-caption h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        line-height: 70px;
        margin-bottom: 30px;
        text-transform: uppercase
    }

        .slider-caption h2 span {
            color: #4682b4
        }

    .slider-caption small {
        color: #fff;
        display: block;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 18px
    }

    .slider-caption h1 span {
        font-weight: 700
    }

    .slider-caption p {
        color: #fff;
        font-size: 25px;
        text-transform: uppercase;
        padding-bottom: 25px
    }

.btn-transparent {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 48px;
    margin-right: 25px
}

    .btn-transparent:hover {
        background: #4682b4 none repeat scroll 0 0;
        border: 1px solid #4682b4;
        color: #fff
    }

.btn-light {
    background: #fff none repeat scroll 0 0;
    color: #2f4e4e;
    border: medium none;
    padding: 15px 45px
}

    .btn-light:focus, .btn-light.focus {
        background: transparent
    }

    .btn-light:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff
    }

.center-responsive {
    text-align: center;
    margin-bottom: 30px
}

    .center-responsive img {
        display: inline-block;
        text-align: center;
        margin-bottom: 25px
    }

.get-arrow::before {
    background-image: url(../../../themes/infocenter/images/arrow.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 159px;
    left: -90px;
    position: absolute;
    top: 20px;
    width: 175px;
    z-index: 10
}

.center-responsive h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    text-transform: capitalize
}

    .center-responsive h4 a {
        color: #191919;
        cursor: pointer
    }

        .center-responsive h4 a:hover {
            color: #4682b4
        }

.listing-area {
    position: relative;
    overflow: hidden
}

.listing-grid {
    border-bottom: 1px solid #e5eaef;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    min-height: 161px
}

.listing-area .listing-grid:last-of-type {
    border-bottom: medium none;
    padding-bottom: 10px
}

.listing-grid img {
    width: 83px;
    height: 83px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 4px
}

.listing-grid .correct {
    border: 2px solid #4682b4;
    padding: 5px
}

.tick {
    background-color: #4682b4;
    border: 1px solid #fff;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 25px
}

.tick2 {
    background-color: #4682b4;
    border: 1px solid #fff;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 53px;
    text-align: center;
    top: 0;
    width: 25px
}

    .tick .fa, .tick2 .fa {
        color: #fff;
        font-size: 16px
    }

.listing-grid .col-md-2::after {
    background-color: #e5eaef;
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    width: 1px;
    height: 124px
}

.listing-grid h3 a, .listing-grid h3 {
    color: #191919;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all 1s ease 0s
}

.question-details .listing-grid h3 a, .question-details .listing-grid h3 {
    color: #191919;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all 1s ease 0s
}

.listing-grid h3:hover a, .listing-grid h3:hover {
    color: #4682b4
}

.listing-grid .listing-meta {
    display: block;
    margin-bottom: 20px
}

.question-details .listing-meta {
    margin-top: 5px
}

.listing-grid .listing-meta span {
    color: #777;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
    text-transform: uppercase
}

    .listing-grid .listing-meta span:first-child {
        margin-left: 0
    }

    .listing-grid .listing-meta span i {
        margin-right: 10px
    }

    .listing-grid .listing-meta span:last-of-type {
        margin-right: 0
    }

.listing-grid p {
    color: #999;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px
}

.listing-grid .tagcloud {
    position: relative
}

    .listing-grid .tagcloud a {
        border-radius: 0 10px 10px 10px;
        font-size: 13px;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        background-color: #CEE0ED;
        color: #000;
        margin-left: 2px
    }

ul.question-statistic {
    position: relative;
    text-align: right
}

    ul.question-statistic li {
        display: inline-block;
        text-align: center
    }

        ul.question-statistic li span {
            border: 1px solid #d9dfe9;
            display: block;
            height: 40px;
            line-height: 40px;
            margin-bottom: 15px;
            text-align: center;
            width: 40px;
            color: #000;
            transition: all 0.3s ease 0s
        }

        ul.question-statistic li.active span {
            background-color: #CEE0ED;
            color: #fff;
            cursor: pointer;
            transition: all 0.3s ease 0s
        }

        ul.question-statistic li span:hover {
            background-color: #CEE0ED;
            color: #fff;
            border: 1px solid #CEE0ED;
            cursor: pointer
        }

.tab-content {
    margin-top: 50px
}

.question-tabs .panel-tabs > li {
    float: left;
    text-align: center;
    width: 25%
}

    .question-tabs .panel-tabs > li > a {
        color: #999;
        letter-spacing: 1px;
        padding: 25px 15px;
        font-size: 16px
    }

        .question-tabs .panel-tabs > li > a:hover {
            background-color: transparent;
            border-color: transparent;
            color: #4682b4
        }

    .question-tabs .panel-tabs > li.active > a, .question-tabs .panel-tabs > li.active > a:hover, .question-tabs .panel-tabs > li.active > a:focus {
        background-color: transparent;
        border-bottom: 2px solid #4682b4;
        color: #000;
        cursor: default;
        margin-bottom: -3px;
        opacity: 1
    }

.question-tabs {
    padding-top: 0
}

    .question-tabs .panel {
        border: medium none;
        box-shadow: none;
        margin: 0
    }

    .question-tabs .panel-primary > .panel-heading {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: transparent;
        border-bottom: 2px solid #f1f1f1;
        box-shadow: none;
        padding: 0
    }

    .question-tabs .panel-tabs > li a i {
        font-size: 20px;
        margin-right: 15px
    }

    .question-tabs .panel-body {
        padding: 15px 0
    }

img.resize {
    height: 23px;
    width: 23px
}

.small-padding {
    padding: 0 5px
}

.profile .tagcloud {
    position: relative;
    margin-left: 15px;
    margin-right: 15px
}

    .profile .tagcloud a {
        border-radius: 0 10px 10px 10px;
        font-size: 12px;
        padding: 2px 7px;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        background-color: #8dc63f;
        color: #fff;
        margin-bottom: 4px
    }

#user-profile {
    background-image: url(../../../themes/infocenter/images/profile-bg.jpg);
    min-height: 226px;
    overflow: hidden;
    position: relative
}

.profile-sec {
    width: 100%;
    padding: 70px 0;
    overflow: hidden
}

.profile-avatar {
    padding-left: 160px;
    overflow: hidden
}

    .profile-avatar > span {
        left: 0;
        overflow: hidden;
        padding: 3px;
        position: absolute;
        top: 0
    }

        .profile-avatar > span img {
            height: 130px;
            width: 130px
        }

.profile-name {
    width: 100%
}

    .profile-name > h3 {
        color: #fff;
        font-size: 26px;
        margin: 0;
        font-weight: 600;
        width: 100%
    }

    .profile-name > i {
        color: #d7d7d7;
        float: left;
        font-size: 14px;
        font-style: normal;
        width: 100%
    }

    .profile-name .social-btns {
        float: left;
        margin: 20px 0 0;
        width: 100%
    }

        .profile-name .social-btns > li {
            float: left
        }

            .profile-name .social-btns > li:first-child {
                margin: 0
            }

.profile-count {
    position: relative;
    margin-top: 70px
}

    .profile-count > li {
        color: #fff;
        float: right;
        font-family: 'Merriweather',serif;
        font-size: 31px;
        font-weight: 600;
        list-style: outside none none;
        text-align: center;
        width: auto
    }

        .profile-count > li > i {
            color: #d4d4d4;
            float: left;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            text-align: center;
            width: 100%;
            margin-top: 10px
        }

.profile-connect {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

    .profile-connect > li {
        float: left;
        margin-left: 20px
    }

        .profile-connect > li > a {
            background: rgba(0,0,0,.8) none repeat scroll 0 0;
            border: 2px solid rgba(255,255,255,.5);
            color: #fff;
            font-family: 'Merriweather',serif;
            font-size: 14px;
            padding: 11px 22px
        }

            .profile-connect > li > a:hover {
                background: #4682b4;
                border: 2px solid #4682b4
            }

.social-btns > li {
    float: right;
    list-style: outside none none;
    margin-left: 6px
}

    .social-btns > li > a {
        float: left
    }

        .social-btns > li > a > i {
            border-radius: 1px;
            color: #fff;
            float: left;
            font-size: 16px;
            height: 31px;
            line-height: 31px;
            text-align: center;
            transition: all 0.4s ease 0s;
            width: 31px
        }

            .social-btns > li > a > i:hover {
                opacity: .7
            }

            .social-btns > li > a > i.fa-facebook {
                background: #3b5998 none repeat scroll 0 0
            }

            .social-btns > li > a > i.fa-twitter {
                background: #439ed6 none repeat scroll 0 0
            }

            .social-btns > li > a > i.fa-google-plus {
                background: #dd4b39 none repeat scroll 0 0
            }

            .social-btns > li > a > i.fa-linkedin {
                background: #0077B5 none repeat scroll 0 0
            }

            .social-btns > li > a > i.fa-pinterest {
                background: #BD081C none repeat scroll 0 0
            }

            .social-btns > li > a > i.fa-instagram {
                background: #D32E89 none repeat scroll 0 0
            }

            .social-btns > li > a > i.fa-github {
                background: #dd4b39 none repeat scroll 0 0
            }

            .social-btns > li > a > i.fa-envelope {
                background: #FFCE45 none repeat scroll 0 0
            }

.btn-file {
    position: relative;
    overflow: hidden
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: #fff;
        cursor: inherit;
        display: block
    }

#img-upload {
    width: 100%
}

.timeline-container {
    float: left;
    width: 100%
}

    .timeline-container > ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%
    }

.timeline-content > .btn-group > label {
    font-size: 11px;
    letter-spacing: .3px;
    padding: 2px 8px
}

.timeline-container > ul::before {
    background: #fafafa none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 22px;
    position: absolute;
    top: 0;
    width: 2px
}

.timeline-container > ul > li {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

.timeline {
    float: left;
    padding-left: 70px;
    position: relative;
    width: 100%
}

.user-timeline {
    left: 0;
    position: absolute;
    top: 0;
    width: 70px
}

    .user-timeline > span {
        float: left;
        position: relative;
        width: 100%
    }

        .user-timeline > span > img {
            border: 3px solid #f5f5f5;
            border-radius: 50%;
            float: left;
            height: 45px;
            overflow: hidden;
            width: 45px
        }

.timeline-detail {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 1px;
    float: left;
    position: relative;
    width: 100%
}

.timeline-head {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    float: left;
    width: 100%
}

    .timeline-head > h3 {
        color: #333;
        float: left;
        font-size: 16px;
        margin: 0;
        padding: 15px 0 15px 20px
    }

        .timeline-head > h3 > span {
            color: #999;
            font-size: 12px;
            margin-left: 5px;
            margin-right: 5px
        }

        .timeline-head > h3 > i {
            border-radius: 1px;
            font-size: 11px;
            font-style: normal;
            letter-spacing: .3px;
            padding: 2px 6px
        }

.social-share {
    float: right;
    padding: 8px;
    position: relative
}

    .social-share > a {
        background: #fff none repeat scroll 0 0;
        border-radius: 1px;
        color: #777;
        cursor: pointer;
        float: right;
        height: 25px;
        line-height: 25px;
        position: relative;
        text-align: center;
        width: 25px
    }

        .social-share > a::before {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #fff;
            bottom: -4px;
            content: "";
            left: 50%;
            margin-left: -5px;
            position: absolute;
            transition: all 0.4s ease 0s
        }

    .social-share > .social-btns {
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
        transition: all 0.4s ease 0s;
        width: 25px
    }

    .social-share:hover > .social-btns {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .social-share > .social-btns > li {
        float: left;
        margin: 0 0 2px;
        width: 100%
    }

        .social-share > .social-btns > li > a > i {
            font-size: 13px;
            height: 25px;
            line-height: 25px;
            width: 25px
        }

.timeline-content {
    float: left;
    padding: 15px 20px;
    width: 100%
}

    .timeline-content > .btn-group {
        float: left;
        margin-top: 15px;
        width: 100%
    }

.timeline-detail::before {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fafafa;
    border-top: 8px solid transparent;
    content: "";
    left: -7px;
    position: absolute;
    top: 20px
}

/*.fun-facts-bg {
    background: rgba(0,0,0,0) url(../../../themes/infocenter/images/facts-parallex.jpg) repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}*/

.facts-icons {
    color: #fff;
    font-size: 36px;
    padding-bottom: 25px
}

span.percentfactor {
    color: #fff;
    font-size: 36px;
    margin-bottom: 4px
}

.fact p {
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase
}

.stats-icon span {
    display: block;
    font-size: 36px;
    margin-bottom: 30px
}

.statistic-bg span.percentfactor, .statistic-bg .fact p, .statistic-bg .stats-icon span {
    color: #fff
}

.ribbon {
    position: absolute;
    top: 12px;
    right: -5px;
    padding: 5px
}

.ribbon-content {
    position: relative;
    width: 100%
}

.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea
}

.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6
}

.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646
}

.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457
}

.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d
}

.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2
}

.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent
}

.ribbon:before {
    top: 0
}

.ribbon:after {
    bottom: 0
}

.ribbon.base:before {
    border-top: 27px solid #3498db
}

.ribbon.base:after {
    border-bottom: 27px solid #3498db
}

.ribbon.light:before {
    border-top: 27px solid #ecf0f1
}

.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1
}

.ribbon.dark:before {
    border-top: 27px solid #131313
}

.ribbon.dark:after {
    border-bottom: 27px solid #131313
}

.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e
}

.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e
}

.ribbon.red:before {
    border-top: 27px solid #e91b23
}

.ribbon.red:after {
    border-bottom: 27px solid #e91b23
}

.ribbon.orange:before {
    border-top: 27px solid #ff8a3c
}

.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c
}

.ribbon.yellow:before {
    border-top: 27px solid #ffd800
}

.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800
}

.ribbon span {
    display: block;
    font-size: 12px;
    font-weight: 600
}

.blog-grid {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

    .blog-grid .blog-image {
        position: relative
    }

        .blog-grid .blog-image img {
            width: 100%
        }

    .blog-grid .post-date {
        background: #4682b4 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        left: 0;
        padding: 5px 15px;
        position: absolute;
        text-align: center;
        top: 10px
    }

        .blog-grid .post-date strong {
            display: block;
            font-size: 20px
        }

    .blog-grid .blog-content {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #f1f1f1;
        padding: 30px 20px
    }

.blog-detial {
    overflow: hidden;
    position: relative;
    width: 100%
}

    .blog-detial p {
        margin: 0 0 25px;
        color: #999
    }

    .blog-detial .alignleft {
        float: left;
        margin: 7px 24px 7px 0
    }

    .blog-detial .alignright {
        float: right;
        margin: 7px 0 7px 24px
    }

    .blog-detial .aligncenter {
        display: block;
        margin: 7px auto
    }

.single-post .entry-footer {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    margin-top: 30px
}

.single-post .post-admin {
    color: #777;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    text-transform: capitalize
}

    .single-post .post-admin i {
        color: #191919;
        font-size: 20px;
        margin-right: 9px
    }

    .single-post .post-admin a {
        color: #777;
        font-size: 12px;
        padding-left: 5px
    }

.single-post .tags {
    float: right;
    font-size: 12px;
    margin-bottom: 0
}

    .single-post .tags > i {
        color: #191919;
        display: inline-block;
        margin-right: 5px
    }

    .single-post .tags a {
        color: #777;
        font-size: 12px;
        margin-left: 0;
        margin-right: 10px;
        position: relative
    }

        .single-post .tags a::after {
            content: ",";
            line-height: 24px;
            position: relative
        }

.blog-detial .blog-section .blog-heading h2 {
    color: #191919;
    font-size: 20px;
    margin: 40px 0 15px;
    padding: 13px 18px 0 0;
    text-transform: capitalize
}

.blog-detial .comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.blog-detial .comment li {
    border-right: 2px solid #000;
    padding-right: 10px
}

    .blog-detial .comment li:last-child {
        border-right: 0 none
    }

.blog-detial .comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 30px 0;
    overflow: hidden
}

    .blog-detial .comment-info p {
        margin-bottom: 40px
    }

    .blog-detial .comment-info img {
        max-width: 90px
    }

    .blog-detial .comment-info .author-desc {
        margin-left: 115px
    }

    .blog-detial .comment-info .author-title {
        color: #323232;
        line-height: 16px;
        margin-bottom: 22px
    }

.blog-detial .author-title strong {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase
}

.blog-detial .comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px
}

.blog-detial .comment-list .children {
    list-style: outside none none;
    padding-left: 67px
}

.blog-detial .comment-info img {
    max-width: 90px
}

.blog-detial .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600
}

    .blog-detial .page-numbers.current, a.page-numbers:hover {
        background: #f9f9f9
    }

.blog-detial .navigation li a, .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a, .blog-detial .navigation li.disabled {
    color: #fff;
    text-decoration: none
}

.blog-detial .navigation li {
    display: inline
}

    .blog-detial .navigation li a, .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a, .blog-detial .navigation li.disabled {
        background-color: #6FB7E9;
        border-radius: 3px;
        cursor: pointer;
        padding: 12px;
        padding: .75rem
    }

        .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a {
            background-color: #3C8DC5
        }

span.required {
    color: red;
    font-size: 18px;
    line-height: 10px
}

h2.widget-heading, h4.widget-heading {
    color: #fff
}

h3.widget-heading small strong {
    color: #191919;
    font-size: 16px
}

.widget-heading i {
    font-size: 32px
}

.widget-image {
    overflow: hidden;
    position: relative
}

.widget-image-content img {
    width: 83px;
    height: 83px
}

.widget-heading strong {
    color: #fff;
    font-size: 20px
}

.widget-image.widget-image-bottom img {
    bottom: 0;
    left: 0;
    position: absolute
}

.widget-image > i {
    bottom: 30px;
    color: #fff;
    font-size: 70px;
    opacity: .5;
    position: absolute;
    right: 30px
}

.widget-image-content {
    background: rgba(0,0,0,.65) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    position: absolute;
    right: 0;
    top: 0
}

    .widget-image-content h2 {
        border: none;
        padding: 0
    }

.widget-content {
    padding: 20px 30px
}

    .widget-content p {
        color: #999
    }

    .widget-content .btn {
        padding: 9px 20px
    }

    .widget-content .btn-group {
        margin: 10px 0
    }

    .widget-content.widget-content-mini {
        padding-bottom: 7px;
        padding-top: 7px
    }

    .widget-content.widget-content-full {
        padding: 0
    }

    .widget-content.widget-content-full-top-bottom {
        padding-bottom: 0;
        padding-top: 0
    }

    .widget-content .pull-left {
        margin-right: 20px
    }

    .widget-content .pull-right {
        margin-left: 20px
    }

a.widget-content {
    display: block
}

h2.widget-heading {
    margin: 15px 0 0 0
}

.widget-icon {
    background: rgba(0,0,0,.05) none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 28px;
    height: 64px;
    line-height: 60px;
    margin: 5px;
    text-align: center;
    width: 64px
}

    .widget-icon.pull-left {
        margin: 5px 5px 5px 0
    }

    .widget-icon.pull-right {
        margin: 5px 0 5px 5px
    }

    .widget-icon .fi, .widget-icon .gi, .widget-icon .hi, .widget-icon .si {
        margin-top: -3px
    }

img.full-bg {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1280px;
    position: fixed;
    top: 0;
    width: 100%
}

.push-inner-top-bottom {
    padding-bottom: 15px;
    padding-top: 15px
}

.border-right {
    border-right: 1px solid #eee
}

.push {
    margin-bottom: 15px
}

.border-bottom {
    border-bottom: 1px solid #eee
}

.main-content blockquote {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    margin: 25px 0;
    padding: 40px 60px;
    position: relative;
    width: 100%;
    background: transparent;
    font-weight: 700;
    color: #777;
    font-style: normal
}

    .main-content blockquote::before, .main-content blockquote::after {
        color: #ccc;
        content: "";
        font-family: "FontAwesome";
        font-size: 20px;
        left: 20px;
        position: absolute;
        top: 15px
    }

    .main-content blockquote::after {
        bottom: 15px;
        content: "";
        left: inherit;
        right: 20px;
        top: inherit
    }

.blog-detial .blog-image {
    position: relative
}

    .blog-detial.blog-image img {
        width: 100%
    }

.blog-detial .post-date {
    background: #4682b4 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    left: 0;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    top: 10px
}

    .blog-detial .post-date strong {
        display: block;
        font-size: 20px
    }

.blog-detial .blog-content {
    background: #fff none repeat scroll 0 0
}

    .blog-detial .blog-content h5 {
        color: #191919;
        font-size: 20px;
        margin: 30px 0 5px 0
    }

        .blog-detial .blog-content h5 a {
            color: #191919
        }

            .blog-detial .blog-content h5 a:hover, .single-post .post-meta li a:hover {
                color: #4682b4;
                cursor: pointer
            }

.blog-detial .blog-grid:hover .blog-content h5 a:hover {
    color: #4682b4;
    text-decoration: none
}

.single-post .post-meta {
    list-style: outside none none;
    margin: 30px 0 0 0;
    overflow: hidden;
    padding: 0
}

    .single-post .post-meta li {
        float: left;
        font-size: 12px;
        text-transform: uppercase
    }

        .single-post .post-meta li:after {
            content: "|";
            padding: 0 .5em
        }

    .single-post .post-meta > li:last-child:after {
        content: ''
    }

.blog-detial .blog-content p {
    font-size: 14px;
    margin: 0
}

.blog-grid .blog-content h5 {
    color: #191919;
    font-size: 18px;
    margin: 0 0 10px
}

    .blog-grid .blog-content h5 a {
        color: #191919
    }

        .blog-grid .blog-content h5 a:hover, .blog-grid .post-meta li a:hover {
            color: #4682b4;
            cursor: pointer
        }

.blog-grid .blog-grid:hover .blog-content h5 a:hover {
    color: #4682b4;
    text-decoration: none
}

.blog-grid .post-meta {
    list-style: outside none none;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0
}

    .blog-grid .post-meta li {
        float: left;
        font-size: 12px;
        text-transform: uppercase
    }

        .blog-grid .post-meta li:after {
            content: "|";
            padding: 0 .5em
        }

    .blog-grid .post-meta > li:last-child:after {
        content: ''
    }

.blog-grid .blog-content p {
    font-size: 14px;
    margin: 0
}

.blog-grid .blog-footer {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.blog-grid .like-comment {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

    .blog-grid .like-comment li {
        float: left;
        margin: 0 0 0 10px
    }

        .blog-grid .like-comment li:first-child {
            margin: 0
        }

.like-comment li a, .blog-grid .more-btn {
    background: #fff none repeat scroll 0 0;
    color: #999;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 59px
}

.blog-grid .like-comment li a i {
    margin: 0 5px 0 0
}

.blog-grid .like-comment li a:hover, .blog-grid .more-btn:hover {
    background: #4682b4 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none
}

.blog-grid .more-btn {
    width: 82px
}

.side-bar {
    background: #fff none repeat scroll 0 0;
    position: relative
}

    .side-bar .widget {
        background-color: #fff;
        box-shadow: 0 1px 2px #ccc;
        overflow: hidden;
        margin-bottom: 50px;
        position: relative
    }

        .side-bar .widget ul li a span {
            border: 1px solid #f1f1f1;
            color: #999;
            float: right;
            line-height: 10px;
            margin-top: 10px;
            padding: 5px
        }

        .side-bar .widget:last-child {
            margin-bottom: 0
        }

        .side-bar .widget h2 {
            padding: 16px;
            font-size: 16px;
            font-weight: 600;
            color: #191919;
            text-transform: capitalize;
            border-left: 2px solid #4682b4;
            border-right: 2px solid #4682b4
        }

            .side-bar .widget h2.widget-heading {
                border-left: medium none;
                border-right: medium none;
                padding: 5px
            }

        .side-bar .widget h4.widget-heading em {
            color: #fff
        }

        .side-bar .widget h1, .side-bar .widget h2, .side-bar .widget h3, .side-bar .widget h4, .side-bar .widget h5, .side-bar .widget a {
            color: #191919
        }

            .side-bar .widget a:hover {
                color: #4682b4
            }

.media-heading {
    margin-bottom: 0
}

.media {
    margin-top: 10px;
    margin-bottom: 10px
}

.points {
    font-size: 96%;
    float: right
}

    .points span {
        font-weight: 600;
        color: #191919
    }

.side-bar .widget .media-group-item {
    background-color: #fff;
    border-bottom: 1px solid #f5f7f9;
    display: block;
    padding: 12px 30px;
    position: relative
}

    .side-bar .widget .media-group-item:last-child {
        border-bottom: medium none
    }

.side-bar .widget .avatar-md > .status {
    height: 12px;
    width: 12px
}

.side-bar .widget .avatar .status {
    position: absolute
}

.side-bar .widget .status-online {
    background-color: #10c469
}

.side-bar .widget .status {
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: 2px;
    display: inline-block;
    height: 12px;
    right: 2px;
    width: 12px
}

.side-bar .widget .avatar-md {
    height: 50px;
    width: 50px
}

.side-bar .widget .avatar {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

    .side-bar .widget .avatar .media-object {
        line-height: 34px
    }

.side-bar .widget ul {
    overflow: hidden;
    position: relative;
    margin: 0
}

    .side-bar .widget ul li.recentcomments span.comment-author-link a::after {
        content: " "
    }

    .side-bar .widget ul li.recentcomments span {
        border: none;
        float: none;
        padding: 0;
        line-height: 0
    }

    .side-bar .widget ul li {
        border-bottom: 1px solid #d2d2d2;
        padding: 17px 30px;
        position: relative;
        overflow: hidden
    }

        .side-bar .widget ul li a span, .side-bar .widget ul li span {
            border: 1px solid #f1f1f1;
            color: #999;
            float: right;
            line-height: 10px;
            padding: 5px
        }

        .side-bar .widget ul li a {
            font-family: "Open Sans",sans-serif;
            font-size: 14px;
            font-weight: 500;
            position: relative;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
            o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            color: #191919
        }

            .side-bar .widget ul li a:hover {
                color: #4682b4
            }

        .side-bar .widget ul li:last-child {
            border: medium none
        }

.side-bar .widget .post {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 95px;
    position: relative;
    margin-top: 10px
}

    .side-bar .widget .post .post-thumb {
        left: 0;
        position: absolute;
        top: 0;
        width: 80px
    }

        .side-bar .widget .post .post-thumb img {
            display: block;
            width: 100%
        }

    .side-bar .widget .post h4 {
        color: #181818;
        font-size: 14px;
        line-height: 1.6em
    }

.side-bar .widget .news-post {
    padding: 10px 16px
}

.side-bar .widget .gallery-image {
    padding: 10px 16px;
    margin-top: 10px;
    overflow: hidden
}

.side-bar .widget .textwidget p {
    padding: 10px 16px;
    margin-top: 10px;
    overflow: hidden
}

.side-bar .widget .tag_cloud {
    padding: 10px 16px;
    margin-top: 10px;
    overflow: hidden
}

    .side-bar .widget .tag_cloud a {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e2e2e2;
        display: inline-block;
        float: left;
        font-family: "Open Sans",sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 38px;
        margin: 0 10px 8px 0;
        padding: 0 17px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s
    }

.side-bar .widget .gallery-image img {
    transition: all 0.3s ease 0s;
    width: 100%
}

.side-bar .widget .gallery-image a {
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
    max-width: 24%;
    transition: all 0.3s ease 0s
}

.side-bar .widget .tag_cloud a:hover {
    color: #4682b4
}

.advertizing {
    overflow: hidden;
    padding-top: 10px
}

.textwidget {
    overflow: hidden;
    padding-top: 10px
}

.tag_cloud a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px 8px 0;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

    .tag_cloud a:hover {
        color: #4682b4
    }

.side-bar .widget .recent-comments ul #recentcomments .comment-author-link {
    font-size: small
}

.side-bar .widget .gallery ul li {
    float: left;
    margin: 0 5px 5px 0
}

    .side-bar .widget .gallery ul li a {
        display: block;
        overflow: hidden;
        position: relative
    }

        .side-bar .widget .gallery ul li a img {
            transition: all 0.4s ease 0s;
            o-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            width: 75px
        }

        .side-bar .widget .gallery ul li a::after {
            display: none
        }

        .side-bar .widget .gallery ul li a:hover {
            background: rgba(0,0,0,.1) none repeat scroll 0 0;
            opacity: .1;
            z-index: 12
        }

.thread-reply h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px
}

.thread-reply form label {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: "Merriweather",serif
}

.img-sm {
    display: block;
    height: 83px;
    margin-bottom: 20px;
    width: 83px
}

.question-details .media-body {
    padding-left: 20px
}

    .question-details .media-body a {
        color: #191919
    }

.media-block .media-left {
    display: block;
    float: left
}

.media-block .media-right {
    float: right
}

.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

.middle .media-left, .middle .media-right, .middle .media-body {
    vertical-align: middle
}

.thumbnail {
    border-radius: 0;
    border-color: #e9e9e9
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px
}

    .btn-sm, .btn-group-sm > .btn, .btn-icon.btn-sm {
        padding: 5px 10px
    }

.avatar {
    height: 500px;
    width: 500px
}

.card-box {
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
    margin-bottom: 50px;
    padding: 20px;
    clear: both
}

.thumb-sm {
    height: 32px;
    width: 32px
}

.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px
}

.syntaxhighlighter .line {
    white-space: pre-wrap
}

.toolbar {
    display: none
}

.question-details b, .question-details strong {
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

#owl-slider {
    padding-bottom: 56px
}

.happy-client {
    padding: 100px 0
}

    .happy-client i {
        font-size: 18px;
        margin-bottom: 10px
    }

    .happy-client p {
        line-height: 1.8;
        margin-bottom: 51px;
        max-width: 520px
    }

.client-img {
    float: left;
    width: 15%
}

    .client-img img {
        width: 68px;
        height: 68px
    }

.client-info {
    float: left;
    width: 50%
}

    .client-info strong {
        color: #fff;
        display: block;
        font-size: 20px;
        margin-bottom: 11px
    }

    .client-info span {
        color: #1c2022;
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 12px
    }

    .client-info i {
        color: #4682b4;
        font-size: 12px
    }

        .client-info i.grey-star {
            color: #cdcdcd
        }

.testimonial-bg {
    background: rgba(25,25,25,.8) url(../../../themes/infocenter/images/testimonials.jpg) repeat fixed center top
}

.success-stories {
    background: #4682b4 none repeat scroll 0 0;
    color: #fff;
    padding: 150px 40px;
    width: 100%;
    height: auto
}

    .success-stories .main-heading p {
        color: #fff
    }

    .success-stories hr.main {
        background: #fff none repeat
    }

.our-apps {
    background: rgba(0,0,0,0) url(../../../themes/infocenter/images/our-apps.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.app-content {
    position: relative
}

.app-grid {
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
    padding: 13px 30px 12px;
    width: 100%
}

    .app-grid:hover {
        background: #4682b4
    }

    .app-grid span.app-icon {
        float: left;
        width: 70px
    }

.app-title h5, .app-title h3 {
    color: #fff
}

.social-bar {
    float: left;
    width: 100%
}

    .social-bar ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .social-bar li {
        float: left;
        width: 25%
    }

        .social-bar li.social1 {
            background: #4d6bab none repeat scroll 0 0
        }

        .social-bar li.social2 {
            background: #4ec6f8 none repeat scroll 0 0
        }

        .social-bar li.social3 {
            background: #d34836 none repeat scroll 0 0
        }

        .social-bar li.social4 {
            background: #248cc9 none repeat scroll 0 0
        }

        .social-bar li a {
            float: left;
            padding: 50px 20px;
            text-align: center;
            width: 100%
        }

            .social-bar li a img {
                display: inline-block;
                margin-right: 10px;
                vertical-align: middle
            }

            .social-bar li a span {
                color: #fff;
                display: inline-block;
                font-size: 16px;
                line-height: 24px;
                text-align: left;
                vertical-align: middle
            }

                .social-bar li a span strong {
                    display: table;
                    font-size: 20px;
                    font-weight: 600;
                    letter-spacing: 2px;
                    line-height: 30px;
                    font-family: 'Merriweather',serif;
                    color: #fff
                }

    .social-bar ul li:first-child:nth-last-child(1), .social-bar ul li:first-child:nth-last-child(1) ~ li {
        width: 100%
    }

    .social-bar ul li:first-child:nth-last-child(2), .social-bar ul li:first-child:nth-last-child(2) ~ li {
        width: 50%
    }

    .social-bar ul li:first-child:nth-last-child(3), .social-bar ul li:first-child:nth-last-child(3) ~ li {
        width: 33.334%
    }

    .social-bar ul li:first-child:nth-last-child(4), .social-bar ul li:first-child:nth-last-child(4) ~ li {
        width: 25%
    }

    .social-bar ul li:first-child:nth-last-child(5), .social-bar ul li:first-child:nth-last-child(5) ~ li {
        width: 20%
    }

    .social-bar ul li:first-child:nth-last-child(6), .social-bar ul li:first-child:nth-last-child(6) ~ li {
        width: 16.666%
    }

.client-item-style-2 {
    background-color: #fbfbfb;
    border: 0 none
}

.client-item {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: block;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .client-item a {
        display: block;
        padding: 10px;
        width: 100%
    }

        .client-item a img {
            display: block;
            width: 100%
        }

        .client-item a:hover {
            opacity: .7
        }

.clients-section .row .col-md-3 {
    border-bottom: 1px solid #eef1f2;
    border-right: 1px solid #eef1f2
}

    .clients-section .row .col-md-3:last-child {
        border-right: medium none
    }

.clients-section .row:last-child .col-md-3 {
    border-bottom: medium none
}

.single-client {
    padding: 15px 0
}

    .single-client:hover img {
        filter: grayscale(20%);
        opacity: 1
    }

    .single-client > img {
        filter: grayscale(100%);
        opacity: .7;
        padding: 15px 0;
        transition: all 0.3s ease 0s;
        o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s
    }

.error-grid {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 60%
}

    .error-grid.left-align-text {
        text-align: left;
        width: 100%
    }

    .error-grid h2 {
        margin-bottom: 20px;
        color: #191919
    }

.error_title_big {
    color: #191919;
    font-size: 225px;
    font-weight: 700;
    line-height: 65px;
    margin: 0
}

.error-search {
    float: left;
    margin-top: 25px;
    padding: 0;
    width: 100%
}

    .error-search .error-input {
        border: 1px solid #e4e4e4;
        color: #727272;
        height: 50px;
        padding: 0 0 0 10px;
        width: 78%
    }

.error-title-big {
    font-size: 200px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
    color: #191919
}

.error-search .btn {
    margin-top: -3px
}

.box-panel .facebook, .facebook:hover {
    background-color: #3b5999;
    border: 2px solid #3b5999;
    color: #fff
}

.box-panel .google, .google:hover {
    background-color: #dd4b39;
    border: 2px solid #dd4b39;
    color: #fff
}

.box-panel .facebook, .google {
    width: 100%
}

.box-panel .icons {
    margin-left: -10px;
    margin-right: 20px
}

.box-panel {
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
    overflow: hidden;
    position: relative;
    padding: 30px
}

    .box-panel a.btn {
        margin-bottom: 20px;
        text-transform: uppercase
    }

label {
    color: #191919
}

.span-line::before {
    left: -80px
}

.span-line::before, .span-line::after {
    background: #ebebeb none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 80px
}

.span-line {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.white-space-10 {
    height: 10px
}

.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

.flat-checkbox, .flat-radio {
    line-height: 1em;
    position: relative
}

    .flat-checkbox label, .flat-radio label {
        padding-left: 0
    }

    .flat-checkbox input[type="checkbox"], .flat-radio input[type="checkbox"], .flat-checkbox input[type="radio"], .flat-radio input[type="radio"] {
        left: -9999em;
        position: absolute
    }

    .flat-checkbox span, .flat-radio span {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #fff;
        float: left;
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        padding: 3px 4px;
        position: relative;
        top: -2px;
        transition: all 0.6s ease 0s
    }

    .flat-checkbox input[type="radio"] + span, .flat-radio input[type="radio"] + span {
        border-radius: 50%
    }

    .flat-checkbox input:checked + span, .flat-radio input:checked + span, .flat-checkbox input:checked + span, .flat-radio input:checked + span {
        background-color: #34495e;
        border-color: #34495e
    }

.contact-us .form-group {
    margin-bottom: 26px
}

.contact-us h2 {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: capitalize
}

.contact #map {
    width: 100%;
    height: 458px
}

.footer-area {
    background: #181718 url(../img/footer.png) repeat-x scroll center bottom;
    color: #c9c9c9;
    font-family: 'Open Sans',sans-serif;
    position: relative
}

    .footer-area::before {
        background: rgba(25,25,25,.8) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.dark::before {
    background: rgba(25,25,25,1) none repeat scroll 0 0
}

#logo-footer {
    margin-bottom: 20px
}

.footer-area p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.footer-area .footer-content {
    padding: 35px 0 15px;
    position: relative;
    z-index: 1
}

    .footer-area .footer-content .column {
        margin-bottom: 30px;
        position: relative
    }

.footer-content .column h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    text-transform: capitalize
}

    .footer-content .column h2:hover, .footer-content .column h2 a:hover {
        color: #4682b4
    }

.footer-area .footer-content a {
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative
}

    .footer-content .links-widget li a {
        color: #c9c9c9;
        display: block;
        font-size: 14px;
        line-height: 24px;
        position: relative
    }

        .footer-content .links-widget li a:hover, .footer-content .news-widget .news-post a:hover {
            color: #4682b4
        }

.footer-area .social-links a {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 32px
}

    .footer-area .social-links a:hover {
        background: #fff none repeat scroll 0 0;
        color: #fff
    }

.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative
}

    .footer-area .contact-info li {
        line-height: 30px;
        margin: 0 0 7px;
        padding-left: 30px;
        position: relative
    }

        .footer-area .contact-info li:hover {
            color: #4682b4;
            cursor: pointer
        }

        .footer-area .contact-info li .icon {
            font-size: 16px;
            font-weight: 700;
            left: 0;
            line-height: 30px;
            position: absolute;
            top: 0
        }

.social-links-two {
    position: relative
}

    .social-links-two a {
        border: 1px solid #bcbcbc;
        border-radius: 50%;
        color: #bcbcbc;
        display: block;
        float: left;
        font-size: 12px;
        height: 28px;
        line-height: 26px;
        margin-right: 8px;
        position: relative;
        text-align: center;
        transition: all 500ms ease 0s;
        o-transition: all500ms ease 0s;
        -ms-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        width: 28px
    }

.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px
}

.social-links-two.alt a {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px
}

.social-links-two a:hover {
    background: #4682b4 none repeat scroll 0 0;
    border-color: #4682b4;
    color: #fff
}

.footer-content .news-widget .news-post {
    color: #c9c9c9;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0 0 0 80px;
    position: relative
}

    .footer-content .news-widget .news-post .news-content {
        margin-bottom: 5px
    }

    .footer-content .news-widget .news-post a {
        color: #c9c9c9;
        font-size: 14px;
        position: relative
    }

    .footer-content .news-widget .news-post .time {
        color: #fff;
        font-size: 12px;
        font-style: italic;
        position: relative
    }

    .footer-content .news-widget .news-post .image-thumb {
        height: 65px;
        left: 0;
        position: absolute;
        top: 0;
        width: 65px
    }

        .footer-content .news-widget .news-post .image-thumb img {
            display: block;
            width: 65px
        }

.footer-copyright {
    border-top: 1px solid rgba(255,255,255,.1);
    color: gray;
    font-size: 15px;
    padding: 16px 0;
    position: relative;
    text-align: center
}

    .footer-copyright .copyright {
        line-height: 20px;
        padding: 5px 0;
        position: relative
    }

        .footer-copyright .copyright a:hover {
            color: #fff
        }

@media (min-width:1280px) and (max-width:1599px) {
    .search-section {
        min-height: 390px;
        padding: 50px 0
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .navbar-form {
        width: 100%
    }

        .navbar-form .form-control {
            width: 100%
        }

    .navbar-nav > li > a {
        padding: 20px 5px
    }

    .side-bar {
        margin-top: 30px
    }

    .happy-client p {
        max-width: 100%
    }

    .app-grid {
        padding: 13px 0 12px;
        width: 100%
    }

    .app-title h3 {
        font-size: 18px
    }

    .app-title h5 {
        font-size: 12px
    }

    .app-grid span.app-icon {
        float: left;
        width: 60px
    }

    .social-bar li a span strong {
        letter-spacing: 0
    }

    .social-bar li a span {
        text-align: center;
        margin-top: 15px
    }

    .slider-caption h1 {
        font-size: 38px
    }

    .slider-caption small {
        font-size: 21px
    }

    .question-tabs .panel-tabs > li {
        width: 25%
    }

    .listing-grid .col-md-2::after {
        background-color: #e5eaef;
        content: "";
        height: 86px;
        position: absolute;
        right: 4px;
        top: 0;
        width: 1px
    }

    .tick2 {
        right: 19px;
        top: -1px
    }

    .question-tabs .panel-tabs > li a i {
        display: none
    }

    .question-tabs .panel-tabs > li > a {
        font-size: 14px;
        padding: 25px 10px
    }

    .side-bar {
        margin-top: 60px
    }

    .get-arrow::before {
        background-image: none
    }

    .slider-caption h2 {
        font-size: 40px
    }

    .navbar-form {
        margin-left: 220px;
        width: 73%;
        margin-top: -32px
    }

    .ribbon {
        padding: 5px
    }

        .ribbon span {
            font-size: 14px
        }

    .widget-image {
        height: 250px;
        overflow: hidden;
        position: relative
    }

    .error-search .error-input {
        width: 70%
    }

    .error-title-big {
        font-size: 150px;
        line-height: 105px
    }

    .profile-avatar {
        padding-left: 130px
    }

        .profile-avatar > span img {
            height: 110px;
            width: 110px
        }

    .profile-name {
        padding-top: 0;
        width: 100%
    }

        .profile-name > h3 {
            font-size: 22px
        }

    .social-btns > li > a > i {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        width: 25px
    }

    .profile-name .social-btns {
        float: left;
        margin: 10px 0 0;
        width: 100%
    }

    .profile-count > li {
        font-size: 24px
    }

        .profile-count > li > i {
            font-size: 12px
        }
}

@media screen and (max-width:600px) {
    .section-padding {
        padding: 70px 0
    }

    .section-padding-140 {
        padding: 140px 0
    }

    .section-padding-100 {
        padding: 100px 0
    }

    .section-padding-80 {
        padding: 80px 0
    }

    .section-padding-70 {
        padding: 70px 0
    }

    .section-padding-60 {
        padding: 60px 0
    }

    .section-padding-40 {
        padding: 40px 0
    }

    .padding-top-20 {
        padding-top: 20px
    }

    .padding-top-30 {
        padding-top: 30px
    }

    .padding-top-40 {
        padding-top: 40px
    }

    .padding-top-50 {
        padding-top: 50px
    }

    .padding-top-45 {
        padding-top: 45px
    }

    .padding-top-60 {
        padding-top: 60px
    }

    .padding-top-70 {
        padding-top: 70px
    }

    .padding-top-80 {
        padding-top: 80px
    }

    .padding-top-100 {
        padding-top: 100px
    }

    .padding-top-120 {
        padding-top: 120px
    }

    .padding-top-140 {
        padding-top: 140px
    }

    .padding-bottom-120 {
        padding-bottom: 120px
    }

    .padding-bottom-100 {
        padding-bottom: 100px
    }

    .padding-bottom-80 {
        padding-bottom: 80px
    }

    .padding-bottom-60 {
        padding-bottom: 60px
    }

    .padding-bottom-40 {
        padding-bottom: 40px
    }

    .padding-bottom-20 {
        padding-bottom: 20px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .top-bar .top-nav.nav-right {
        float: left;
        text-align: left
    }

    .top-bar ul.top-nav.nav-right > li {
        padding: 0 10px
    }

    .navbar-form {
        width: 100%;
        margin: 8px 8px 8px 0
    }

    .navbar-brand {
        height: auto
    }

    .top-bar ul.top-nav.nav-right > li:first-child {
        padding-left: 0
    }

    .navbar-collapse {
        border-color: transparent
    }

    .slider-caption h1 {
        font-size: 20px;
        line-height: 56px;
        letter-spacing: 0;
        margin-bottom: 0
    }

    .slider-caption h2 {
        font-size: 20px;
        line-height: 56px;
        letter-spacing: 0;
        margin-bottom: 30px;
        margin-top: -15px
    }

    h3.search-title {
        font-size: 26px
    }

    p.search-tag-line {
        color: #fff;
        font-size: 14px;
        padding: 10px 21px
    }

    form.search-form input.search-term {
        margin-right: 0;
        width: 80%;
        font-size: 12px
    }

    form.search-form input.search-btn {
        font-size: 12px;
        padding: 14px 20px 15px;
        width: 80%;
        margin-top: 10px
    }

    .question-tabs .panel-tabs > li {
        width: 25%
    }

    ul.question-statistic {
        position: relative;
        text-align: left
    }

        ul.question-statistic li span {
            height: 30px;
            line-height: 30px;
            margin-bottom: 15px;
            width: 30px
        }

    .listing-meta {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .social-bar ul li:first-child:nth-last-child(4), .social-bar ul li:first-child:nth-last-child(4) ~ li {
        width: 50%
    }

    .social-bar li a span strong {
        color: #fff;
        display: table;
        font-size: 13px;
        font-weight: 200
    }

    .app-grid {
        margin: 0 auto 30px
    }

    .btn-nav a {
        display: block
    }

    .client-img {
        float: left;
        width: 30%
    }

    .btn-nav {
        margin-left: 0
    }

    .navbar-nav > li > a {
        padding: 10px 20px
    }

    .navbar-nav .dropdown-menu li a {
        padding: 10px 20px
    }

    .btn-light {
        padding: 10px
    }

    .btn-transparent {
        padding: 10px;
        margin-right: 5px
    }

    .parallax-home {
        height: 350px
    }

    .slider-caption .btn {
        font-size: 12px
    }

    .get-arrow::before {
        background-image: none
    }

    .side-bar {
        margin-top: 60px
    }

    .question-details .listing-grid h3 a, .question-details .listing-grid h3 {
        font-size: 18px
    }

    .thread-reply .media-block .media-left {
        display: none
    }

    .question-details .media-body {
        padding-left: 0
    }

    .card-box {
        padding: 10px
    }

    .ribbon {
        padding: 6px
    }

        .ribbon span {
            font-size: 12px
        }

    .widget-content .btn {
        padding: 8px 12px
    }

    .blog-grid .blog-content {
        padding: 10px
    }

        .blog-grid .blog-content h5 {
            font-size: 16px
        }

    .blog-grid .post-meta {
        margin: 0 0 10px
    }

    .blog-detial .comment-info .author-desc {
        margin-left: 0
    }

    .blog-detial .comment-list .children {
        list-style: outside none none;
        padding-left: 25px
    }

    .side-bar .widget .gallery-image a {
        margin-right: 5px;
        max-width: 23%
    }

    .box-panel {
        padding: 15px
    }

    #register .btn, #login .btn {
        font-size: 12px;
        letter-spacing: 0;
        padding: 12px 17px
    }

    .error-search .error-input {
        width: 70%;
        height: 45px
    }

    .error-search .btn {
        font-size: 12px;
        letter-spacing: 0;
        padding: 12px 17px
    }

    .error-title-big {
        font-size: 165px;
        margin: 70px 0
    }

    .contact-detail {
        margin-top: 35px
    }

    .profile-avatar {
        overflow: hidden;
        padding-left: 0;
        margin-bottom: 10px
    }

        .profile-avatar > span {
            display: table;
            margin: 0 auto;
            position: relative
        }

    .profile-name {
        float: none;
        padding-top: 16px;
        position: relative;
        width: 100%
    }

        .profile-name > h3 {
            color: #fff;
            display: table;
            font-size: 20px;
            font-weight: 600;
            margin: 0 auto;
            position: relative;
            width: auto
        }

        .profile-name > i {
            color: #d7d7d7;
            float: none;
            display: table;
            font-size: 14px;
            margin: 0 auto;
            position: relative;
            font-style: normal;
            width: auto
        }

        .profile-name .social-btns {
            float: none;
            margin: 10px auto;
            width: auto;
            display: table
        }

    .profile-count {
        margin-top: 90px
    }

    .profile-connect {
        right: 50px;
        top: 15px
    }

    .profile-count > li {
        float: left;
        font-size: 18px
    }

    .listing-grid {
        padding: 0 10px 40px
    }

        .listing-grid h3 a, .listing-grid h3 {
            font-size: 16px
        }

        .listing-grid p {
            font-size: 14px;
            margin-bottom: 20px
        }

    .fact p {
        margin-bottom: 30px
    }

    .main-heading h2 {
        font-size: 24px
    }

    .main-heading p {
        padding: 0 20px
    }

    .btn-lg {
        letter-spacing: 0
    }

    .success-stories {
        padding: 70px 15px
    }

        .success-stories .main-heading {
            margin-bottom: 0
        }

    .app-title h3 {
        font-size: 18px
    }

    .dropdown-menu.pull-right {
        left: 0
    }

    .slider-caption {
        padding: 0 20px
    }

        .slider-caption h2 {
            margin-bottom: 15px
        }

    .center-responsive h4 {
        margin-bottom: 25px
    }

    .page-title .text-right {
        text-align: left
    }

    .profile-count > li {
        float: left;
        font-size: 18px
    }

    .timeline {
        padding-left: 0
    }

    .social-share {
        display: none
    }

    .timeline-container > ul::before {
        background: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 2px
    }

    .points {
        float: left;
        font-size: 96%
    }

    .top-bar ul.top-nav.nav-right .dropdown-menu {
        left: -186px
    }
}

@media (max-width:320px) {
    h3.search-title {
        font-size: 24px
    }

    p.search-tag-line {
        color: #fff;
        font-size: 14px;
        padding: 10px 20px
    }

    form.search-form input.search-term {
        font-size: 12px;
        margin-right: 0;
        width: 80%
    }

    form.search-form input.search-btn {
        width: 80%;
        margin-top: 10px
    }

    .fact p {
        font-size: 12px
    }

    .client-info strong {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 0
    }

    .top-bar ul.top-nav.nav-right > li {
        padding: 0 5px
    }

    .slider-caption h1 {
        font-size: 17px
    }

    .slider-caption h2 {
        font-size: 15px;
        margin-bottom: 10px
    }

    .profile-count > li {
        float: left;
        font-size: 11px
    }
}

.post-content h2, .post-content h3 {
    padding: 20px 0
}

.margin-bottom15 {
    margin-bottom: 15px !important
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
    cursor: url(../../../themes/infocenter/images/grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: .5
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            background: #fff;
            border-radius: 2px
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            background: #4682b4;
            border-radius: 2px
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

.owl-item.loading {
    min-height: 150px;
    background: url(../../../themes/infocenter/images/AjaxLoader.gif) no-repeat center center
}
/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    background: none !important;
    border: 0 !important;
    bottom: auto !important;
    float: none !important;
    height: auto !important;
    left: auto !important;
    line-height: 1.1em !important;
    margin: 0 !important;
    outline: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    text-align: left !important;
    top: auto !important;
    vertical-align: baseline !important;
    width: auto !important;
    box-sizing: content-box !important;
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1em !important;
    min-height: inherit !important;
    min-height: auto !important
}

.syntaxhighlighter {
    width: 100% !important;
    margin: 2em 0 2em 0 !important;
    position: relative !important;
    overflow: auto !important;
    font-size: 1em !important;
    padding: 1px !important
}

    .syntaxhighlighter.source {
        overflow: hidden !important
    }

    .syntaxhighlighter .bold {
        font-weight: bold !important
    }

    .syntaxhighlighter .italic {
        font-style: italic !important
    }

    .syntaxhighlighter table {
        width: 100% !important
    }

        .syntaxhighlighter table caption {
            text-align: left !important;
            padding: .5em 0 .5em 1em !important
        }

        .syntaxhighlighter table td.code {
            width: 100% !important
        }

            .syntaxhighlighter table td.code .container {
                position: relative !important
            }

                .syntaxhighlighter table td.code .container textarea {
                    box-sizing: border-box !important;
                    position: absolute !important;
                    left: 0 !important;
                    top: 0 !important;
                    width: 100% !important;
                    height: 100% !important;
                    border: none !important;
                    background: white !important;
                    padding-left: 1em !important;
                    overflow: hidden !important;
                    white-space: pre !important
                }

    .syntaxhighlighter .line .number {
        float: left;
        width: 45px;
        padding-right: 5px;
        text-align: right;
        display: block
    }

    .syntaxhighlighter table td.gutter .line {
        text-align: right !important;
        padding: 0 .5em 0 1em !important
    }

    .syntaxhighlighter table td.code .line {
        padding: 0 1em !important
    }

    .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
        padding-left: 0em !important
    }

    .syntaxhighlighter.show {
        display: block !important
    }

    .syntaxhighlighter.collapsed table {
        display: none !important
    }

    .syntaxhighlighter.collapsed .toolbar {
        padding: .1em .8em 0em 0.8em !important;
        font-size: 1em !important;
        position: static !important;
        width: auto !important;
        height: auto !important
    }

        .syntaxhighlighter.collapsed .toolbar span {
            display: inline !important;
            margin-right: 1em !important
        }

            .syntaxhighlighter.collapsed .toolbar span a {
                padding: 0 !important;
                display: none !important
            }

                .syntaxhighlighter.collapsed .toolbar span a.expandSource {
                    display: inline !important
                }

    .syntaxhighlighter .toolbar {
        position: absolute !important;
        right: 1px !important;
        top: 1px !important;
        width: 11px !important;
        height: 11px !important;
        font-size: 10px !important;
        z-index: 10 !important
    }

        .syntaxhighlighter .toolbar span.title {
            display: inline !important
        }

        .syntaxhighlighter .toolbar a {
            display: block !important;
            text-align: center !important;
            text-decoration: none !important;
            padding-top: 1px !important
        }

            .syntaxhighlighter .toolbar a.expandSource {
                display: none !important
            }

    .syntaxhighlighter.ie {
        font-size: .9em !important;
        padding: 1px 0 1px 0 !important
    }

        .syntaxhighlighter.ie .toolbar {
            line-height: 8px !important
        }

            .syntaxhighlighter.ie .toolbar a {
                padding-top: 0px !important
            }

    .syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content {
        background: none !important
    }

    .syntaxhighlighter.printing .line .number {
        color: #bbbbbb !important
    }

    .syntaxhighlighter.printing .line .content {
        color: black !important
    }

    .syntaxhighlighter.printing .toolbar {
        display: none !important
    }

    .syntaxhighlighter.printing a {
        text-decoration: none !important
    }

    .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
        color: black !important
    }

    .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
        color: #008200 !important
    }

    .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
        color: blue !important
    }

    .syntaxhighlighter.printing .keyword {
        color: #006699 !important;
        font-weight: bold !important
    }

    .syntaxhighlighter.printing .preprocessor {
        color: gray !important
    }

    .syntaxhighlighter.printing .variable {
        color: #aa7700 !important
    }

    .syntaxhighlighter.printing .value {
        color: #009900 !important
    }

    .syntaxhighlighter.printing .functions {
        color: #ff1493 !important
    }

    .syntaxhighlighter.printing .constants {
        color: #0066cc !important
    }

    .syntaxhighlighter.printing .script {
        font-weight: bold !important
    }

    .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
        color: gray !important
    }

    .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
        color: #ff1493 !important
    }

    .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
        color: red !important
    }

    .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
        color: black !important
    }

.syntaxhighlighter {
    background-color: white !important
}

    .syntaxhighlighter .line.alt1 {
        background-color: white !important
    }

    .syntaxhighlighter .line.alt2 {
        background-color: white !important
    }

    .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
        background-color: #e0e0e0 !important
    }

    .syntaxhighlighter .line.highlighted.number {
        color: black !important
    }

    .syntaxhighlighter table caption {
        color: black !important
    }

    .syntaxhighlighter .gutter {
        color: #afafaf !important
    }

        .syntaxhighlighter .gutter .line {
            border-right: 3px solid #6ce26c !important
        }

            .syntaxhighlighter .gutter .line.highlighted {
                background-color: #6ce26c !important;
                color: white !important
            }

    .syntaxhighlighter.printing .line .content {
        border: none !important
    }

    .syntaxhighlighter.collapsed {
        overflow: visible !important
    }

        .syntaxhighlighter.collapsed .toolbar {
            color: blue !important;
            background: white !important;
            border: 1px solid #6ce26c !important
        }

            .syntaxhighlighter.collapsed .toolbar a {
                color: blue !important
            }

                .syntaxhighlighter.collapsed .toolbar a:hover {
                    color: red !important
                }

    .syntaxhighlighter .toolbar {
        color: white !important;
        background: #6ce26c !important;
        border: none !important
    }

        .syntaxhighlighter .toolbar a {
            color: white !important
        }

            .syntaxhighlighter .toolbar a:hover {
                color: black !important
            }

    .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
        color: black !important
    }

    .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
        color: #008200 !important
    }

    .syntaxhighlighter .string, .syntaxhighlighter .string a {
        color: blue !important
    }

    .syntaxhighlighter .keyword {
        color: #006699 !important
    }

    .syntaxhighlighter .preprocessor {
        color: gray !important
    }

    .syntaxhighlighter .variable {
        color: #aa7700 !important
    }

    .syntaxhighlighter .value {
        color: #009900 !important
    }

    .syntaxhighlighter .functions {
        color: #ff1493 !important
    }

    .syntaxhighlighter .constants {
        color: #0066cc !important
    }

    .syntaxhighlighter .script {
        font-weight: bold !important;
        color: #006699 !important;
        background-color: none !important
    }

    .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
        color: gray !important
    }

    .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
        color: #ff1493 !important
    }

    .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
        color: red !important
    }

    .syntaxhighlighter .keyword {
        font-weight: bold !important
    }

@charset "UTF-8";

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

@-webkit-keyframes bounce {
    0%,20%,53%,80%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -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%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        transition-timing-function: cubic-bezier(.755,.05,.855,.06);
        -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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,100% {
        -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 {
    0%,100% {
        -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)
    }

    100% {
        -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)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,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) 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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-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)
    }

    100% {
        -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)
    }

    100% {
        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)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        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)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        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) 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
    }

    100% {
        -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) 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
    }

    100% {
        -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) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }

    100% {
        -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) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }

    100% {
        -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) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -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
    }

    100% {
        -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;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -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) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -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
    }

    100% {
        -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-animation-duration: .75s;
    animation-duration: .75s
}

@-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);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -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);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -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
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -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% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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
    }

    100% {
        -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
    }

    100% {
        -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) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        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 {
    0% {
        opacity: 1
    }

    100% {
        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 {
    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% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #000;
    float: right;
    margin-top: 6px
}

.dropdown-menu {
    min-width: 250px
}

    .dropdown-menu > li.open > a {
        background-color: #F5F5F5;
        color: #262626;
        text-decoration: none
    }

    .dropdown-menu .dropdown-menu {
        left: 100%;
        margin: 0;
        right: auto;
        top: -1px
    }

.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s
}

    .dropdown-menu.animated:before {
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99
    }

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0
}

    .navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
        bottom: -1px;
        top: auto
    }

.navbar-nav > li > .dropdown-menu {
    margin-bottom: 0
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 55px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 50px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: 'et-line';
    src: url(../../../themes/infocenter/fonts/et-line.eot);
    src: url('../../../themes/infocenter/fonts/et-line.eot?#iefix') format('embedded-opentype'),url(../../../themes/infocenter/fonts/et-line.woff2) format('woff2'),url(../../../themes/infocenter/fonts/et-line.woff) format('woff'),url(../../../themes/infocenter/fonts/et-line.ttf) format('truetype'),url('../../../themes/infocenter/fonts/et-line.svg#et-line') format('svg');
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: 'et-line';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

    .icon-mobile:before {
        content: "\e000"
    }

    .icon-laptop:before {
        content: "\e001"
    }

    .icon-desktop:before {
        content: "\e002"
    }

    .icon-tablet:before {
        content: "\e003"
    }

    .icon-phone:before {
        content: "\e004"
    }

    .icon-document:before {
        content: "\e005"
    }

    .icon-documents:before {
        content: "\e006"
    }

    .icon-search:before {
        content: "\e007"
    }

    .icon-clipboard:before {
        content: "\e008"
    }

    .icon-newspaper:before {
        content: "\e009"
    }

    .icon-notebook:before {
        content: "\e00a"
    }

    .icon-book-open:before {
        content: "\e00b"
    }

    .icon-browser:before {
        content: "\e00c"
    }

    .icon-calendar:before {
        content: "\e00d"
    }

    .icon-presentation:before {
        content: "\e00e"
    }

    .icon-picture:before {
        content: "\e00f"
    }

    .icon-pictures:before {
        content: "\e010"
    }

    .icon-video:before {
        content: "\e011"
    }

    .icon-camera:before {
        content: "\e012"
    }

    .icon-printer:before {
        content: "\e013"
    }

    .icon-toolbox:before {
        content: "\e014"
    }

    .icon-briefcase:before {
        content: "\e015"
    }

    .icon-wallet:before {
        content: "\e016"
    }

    .icon-gift:before {
        content: "\e017"
    }

    .icon-bargraph:before {
        content: "\e018"
    }

    .icon-grid:before {
        content: "\e019"
    }

    .icon-expand:before {
        content: "\e01a"
    }

    .icon-focus:before {
        content: "\e01b"
    }

    .icon-edit:before {
        content: "\e01c"
    }

    .icon-adjustments:before {
        content: "\e01d"
    }

    .icon-ribbon:before {
        content: "\e01e"
    }

    .icon-hourglass:before {
        content: "\e01f"
    }

    .icon-lock:before {
        content: "\e020"
    }

    .icon-megaphone:before {
        content: "\e021"
    }

    .icon-shield:before {
        content: "\e022"
    }

    .icon-trophy:before {
        content: "\e023"
    }

    .icon-flag:before {
        content: "\e024"
    }

    .icon-map:before {
        content: "\e025"
    }

    .icon-puzzle:before {
        content: "\e026"
    }

    .icon-basket:before {
        content: "\e027"
    }

    .icon-envelope:before {
        content: "\e028"
    }

    .icon-streetsign:before {
        content: "\e029"
    }

    .icon-telescope:before {
        content: "\e02a"
    }

    .icon-gears:before {
        content: "\e02b"
    }

    .icon-key:before {
        content: "\e02c"
    }

    .icon-paperclip:before {
        content: "\e02d"
    }

    .icon-attachment:before {
        content: "\e02e"
    }

    .icon-pricetags:before {
        content: "\e02f"
    }

    .icon-lightbulb:before {
        content: "\e030"
    }

    .icon-layers:before {
        content: "\e031"
    }

    .icon-pencil:before {
        content: "\e032"
    }

    .icon-tools:before {
        content: "\e033"
    }

    .icon-tools-2:before {
        content: "\e034"
    }

    .icon-scissors:before {
        content: "\e035"
    }

    .icon-paintbrush:before {
        content: "\e036"
    }

    .icon-magnifying-glass:before {
        content: "\e037"
    }

    .icon-circle-compass:before {
        content: "\e038"
    }

    .icon-linegraph:before {
        content: "\e039"
    }

    .icon-mic:before {
        content: "\e03a"
    }

    .icon-strategy:before {
        content: "\e03b"
    }

    .icon-beaker:before {
        content: "\e03c"
    }

    .icon-caution:before {
        content: "\e03d"
    }

    .icon-recycle:before {
        content: "\e03e"
    }

    .icon-anchor:before {
        content: "\e03f"
    }

    .icon-profile-male:before {
        content: "\e040"
    }

    .icon-profile-female:before {
        content: "\e041"
    }

    .icon-bike:before {
        content: "\e042"
    }

    .icon-wine:before {
        content: "\e043"
    }

    .icon-hotairballoon:before {
        content: "\e044"
    }

    .icon-globe:before {
        content: "\e045"
    }

    .icon-genius:before {
        content: "\e046"
    }

    .icon-map-pin:before {
        content: "\e047"
    }

    .icon-dial:before {
        content: "\e048"
    }

    .icon-chat:before {
        content: "\e049"
    }

    .icon-heart:before {
        content: "\e04a"
    }

    .icon-cloud:before {
        content: "\e04b"
    }

    .icon-upload:before {
        content: "\e04c"
    }

    .icon-download:before {
        content: "\e04d"
    }

    .icon-target:before {
        content: "\e04e"
    }

    .icon-hazardous:before {
        content: "\e04f"
    }

    .icon-piechart:before {
        content: "\e050"
    }

    .icon-speedometer:before {
        content: "\e051"
    }

    .icon-global:before {
        content: "\e052"
    }

    .icon-compass:before {
        content: "\e053"
    }

    .icon-lifesaver:before {
        content: "\e054"
    }

    .icon-clock:before {
        content: "\e055"
    }

    .icon-aperture:before {
        content: "\e056"
    }

    .icon-quote:before {
        content: "\e057"
    }

    .icon-scope:before {
        content: "\e058"
    }

    .icon-alarmclock:before {
        content: "\e059"
    }

    .icon-refresh:before {
        content: "\e05a"
    }

    .icon-happy:before {
        content: "\e05b"
    }

    .icon-sad:before {
        content: "\e05c"
    }

    .icon-facebook:before {
        content: "\e05d"
    }

    .icon-twitter:before {
        content: "\e05e"
    }

    .icon-googleplus:before {
        content: "\e05f"
    }

    .icon-rss:before {
        content: "\e060"
    }

    .icon-tumblr:before {
        content: "\e061"
    }

    .icon-linkedin:before {
        content: "\e062"
    }

    .icon-dribbble:before {
        content: "\e063"
    }
