@charset "UTF-8";


.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:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

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

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

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 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:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

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

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

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

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

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

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

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

        .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

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

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

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


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


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

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

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


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

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

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

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}





fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 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-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.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
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.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
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 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.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        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.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            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.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.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.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            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.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.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.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            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.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.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.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            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.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.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.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            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.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.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.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            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.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px 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-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .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=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

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

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }



.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    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:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-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 a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, 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:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        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:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, 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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, 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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, 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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, 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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .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 > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    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
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .carousel-control .fa-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .fa-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .fa-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .fa-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 15%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

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

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

    .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-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 {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-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;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -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)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -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)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -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)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -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)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -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)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -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)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -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)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -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)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

*, *:after, *:before {
    box-sizing: border-box
}

.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center
}

    .cd-title h1 {
        font-size: 38.4px;
        font-size: 2.4rem;
        font-weight: 700
    }

@media only screen and (min-width:768px) {
    .cd-title {
        line-height: 250px
    }
}

@media only screen and (min-width:1170px) {
    .cd-title {
        height: 200px;
        line-height: 300px
    }

        .cd-title h1 {
            font-size: 3rem
        }
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center
}

.cd-intro {
    margin: 4em auto
}

@media only screen and (min-width:768px) {
    .cd-intro {
        margin: 5em auto
    }
}

@media only screen and (min-width:1170px) {
    .cd-intro {
        margin: 6em auto
    }
}

.cd-headline {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.2
}

@media only screen and (min-width:768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300
    }
}

@media only screen and (min-width:1170px) {
    .cd-headline {
        font-size: 6rem
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0
    }

        .cd-words-wrapper b.is-visible {
            position: relative
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s
    }

    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s
    }

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    65% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    65% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    65% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    65% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden
}

    .cd-headline.type .cd-words-wrapper:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 90%;
        width: 1px;
        background-color: #fff
    }

    .cd-headline.type .cd-words-wrapper.waiting:after {
        -webkit-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite
    }

    .cd-headline.type .cd-words-wrapper.selected {
        background-color: #aebcb9
    }

        .cd-headline.type .cd-words-wrapper.selected:after {
            visibility: hidden
        }

        .cd-headline.type .cd-words-wrapper.selected b {
            color: #0d0d0d
        }

.cd-headline.type b {
    visibility: hidden
}

    .cd-headline.type b.is-visible {
        visibility: visible
    }

.cd-headline.type i {
    position: absolute;
    visibility: hidden
}

    .cd-headline.type i.in {
        position: relative;
        visibility: visible
    }

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-headline.rotate-2 b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in .4s forwards;
    animation: cd-rotate-2-in .4s forwards
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out .4s forwards;
    animation: cd-rotate-2-out .4s forwards
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px)
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

    .no-csstransitions .cd-headline.rotate-2 i em {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(-20px) rotateX(-10deg)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(-20px) rotateX(0deg)
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-20px) rotateX(-100deg)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-20px) rotateX(-90deg)
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

    .cd-headline.loading-bar .cd-words-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background: #fff;
        z-index: 2;
        -webkit-transition: width .3s -.1s;
        transition: width .3s -.1s
    }

    .cd-headline.loading-bar .cd-words-wrapper.is-loading:after {
        width: 100%;
        -webkit-transition: width 3s;
        transition: width 3s
    }

.cd-headline.loading-bar b {
    top: 10px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

    .cd-headline.loading-bar b.is-visible {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        top: 0
    }

.cd-headline.slide span {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.slide b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    top: .2em
}

    .cd-headline.slide b.is-visible {
        top: 0;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-animation: slide-in .6s;
        animation: slide-in .6s
    }

    .cd-headline.slide b.is-hidden {
        -webkit-animation: slide-out .6s;
        animation: slide-out .6s
    }

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0)
    }

    60% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

    .cd-headline.clip .cd-words-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #fff
    }

.cd-headline.clip b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.cd-headline.zoom b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

    .cd-headline.zoom b.is-visible {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-animation: zoom-in .8s;
        animation: zoom-in .8s
    }

    .cd-headline.zoom b.is-hidden {
        -webkit-animation: zoom-out .8s;
        animation: zoom-out .8s
    }

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(0)
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-100px)
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-3 b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in .6s forwards;
    animation: cd-rotate-3-in .6s forwards
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out .6s forwards;
    animation: cd-rotate-3-out .6s forwards
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0deg)
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg)
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.cd-headline.scale b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0)
}

.is-visible .cd-headline.scale i {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up .6s forwards;
    animation: scale-up .6s forwards
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down .6s forwards;
    animation: scale-down .6s forwards
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    60% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

.cd-headline.push b {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

    .cd-headline.push b.is-visible {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-animation: push-in .6s;
        animation: push-in .6s
    }

    .cd-headline.push b.is-hidden {
        -webkit-animation: push-out .6s;
        animation: push-out .6s
    }

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateX(0)
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateX(100%)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

html, body, div, span, applet, object, iframe, 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 {
    /*border: 0;*/
    font-size: 100%;
    font: inherit
}

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

body {
    line-height: 1
}

ol, ul {
    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
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mean-nav ul li a, a.meanmenu-reveal {
    display: block;
    text-decoration: none
}

.mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #314e6c;
    padding: 4px 0;
    min-height: 42px;
    z-index: 9999
}

a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    line-height: 22px;
    font-size: 1px
}

    a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px
    }

.mean-nav {
    float: left;
    width: 100%;
    background: #314e6c;
    margin-top: 44px
}

    .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none
    }

        .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%
        }

            .mean-nav ul li a {
                float: left;
                width: 100%;
                padding: 1em 5%;
                margin: 0;
                text-align: left;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,.5);
                text-transform: uppercase
            }

            .mean-nav ul li li a {
                width: 100%;
                padding: 1em 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,.25);
                opacity: .75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible
            }

            .mean-nav ul li.mean-last a {
                border-bottom: 0;
                margin-bottom: 0
            }

            .mean-nav ul li li li a {
                width: 100%;
                padding: 1em 15%
            }

            .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%
            }

            .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%
            }

            .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,.1)
            }

a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 22px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,.1);
    border: 0 !important;
    border-left: 1px solid rgba(255,255,255,.4) !important;
    border-bottom: 1px solid rgba(255,255,255,.2) !important
}

.mean-nav .wrapper, .mean-push {
    width: 100%;
    padding: 0;
    margin: 0
}

a.mean-expand:hover {
    background: #314e6c
}

.mean-push {
    float: left;
    clear: both
}

.mean-remove {
    display: none !important
}

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

body {
    margin: 0;
    overflow-x: hidden
}

article, aside, details, figcaption, figure, footer, header, 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
    }

a, img, input {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}



td, th {
    padding: 0
}

body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    border: 1px solid #ccc;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}



button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: rgba(0,0,0,.8);
    font-size: 12px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

    button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        border-color: #ccc #bbb #aaa
    }

    button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
        border-color: #aaa #bbb #bbb
    }

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

select {
    border: 1px solid #ccc;
    height: 36px;
    width: 100%
}

textarea {
    padding: 10px;
    width: 100%
}

a {
    color: #555
}

    a:visited {
        color: #555
    }

    a:hover, a:focus, a:active {
        color: #03a9f4
    }

    a:focus {
        outline: thin dotted
    }

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

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

    .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0
    }

    .main-navigation li {
        float: left;
        position: relative
    }

    .main-navigation a {
        display: block;
        text-decoration: none
    }

    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0,0,0,.2);
        float: left;
        position: absolute;
        top: 1.5em;
        left: -999em;
        z-index: 99999
    }

        .main-navigation ul ul ul {
            left: -999em;
            top: 0
        }

        .main-navigation ul ul a {
            width: 200px
        }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        left: auto
    }

    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%
    }

    .menu-toggle, .main-navigation.toggled ul {
        display: block
    }

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

    .widget select {
        height: 36px;
        width: 100%
    }

.sticky {
    display: block
}

.hentry {
    margin: 0 0 20px
}

.byline, .updated:not(.published) {
    display: none
}

.single .byline, .group-blog .byline {
    display: inline
}

.page-content, .entry-content, .entry-summary {
    margin: 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption .wp-caption-text {
        margin: .8075em 0
    }

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

a, img, .img, .btn, input, select, textarea {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none
}

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

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

*::-moz-placeholder {
    color: #444
}

::-moz-placeholder {
    color: #444
}

::placeholder {
    color: #444
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}



a {
    text-decoration: none
}

    a:hover, a:active {
        color: #124990;
        text-decoration: none;
        outline: 0 none
    }

    a:focus {
        outline: none !important
    }

ul, ol {
    margin: 0;
    padding: 0
}

p {
    margin: 0 0 15px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit
    }

.page-header {
    margin: 0 0 20px
}

.clear {
    clear: both
}

.fix {
    overflow: hidden
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

img, .img {
    max-width: 100%;
    height: auto
}

.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #fff
}

.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0
}

.header-info span {
    font-weight: 500
}

.top-bar-left-content a, .header-info a {
    color: #fff
}

.header-info span {
    position: relative
}

    .header-info span + span {
        margin-left: 8px;
        padding-left: 8px
    }

        .header-info span + span:before {
            background: rgba(255,255,255,.2) none repeat scroll 0 0;
            content: "";
            height: 20px;
            left: -2px;
            position: absolute;
            top: 0;
            width: 1px
        }

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .top-bar-left-menu ul li {
        display: inline-block
    }

        .top-bar-left-menu ul li a {
            padding: 5px 10px;
            text-decoration: none;
            text-transform: capitalize;
            font-size: 14px;
            color: #fff
        }

            .top-bar-left-content a:hover, .header-info a:hover, .header-social ul li a:hover, .top-bar-left-menu ul li a:hover {
                color: #03a9f4
            }

.top-bar-left-content {
    color: #fff
}

    .top-bar-left-content p {
        margin-bottom: 0
    }

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .header-social ul li {
        display: inline-block
    }

        .header-social ul li a {
            color: #fff;
            font-size: 16px
        }

.header-social.text-white > a {
    color: #fff
}

.menu-middle-area {
    border-top: 1px solid #ddd
}

.header-social ul li + li {
    margin-left: 15px
}

.header-search {
    margin: 29px 0
}

    .header-search form {
        display: block;
        position: relative
    }

        .header-search form input {
            border: 1px solid #ddd;
            height: 40px;
            line-height: 24px;
            padding: 7px 40px 7px 15px;
            width: 250px;
            color: #fff
        }

            .header-search form input::-webkit-input-placeholder {
                color: #fff
            }

            .header-search form input::-moz-placeholder {
                color: #fff
            }

            .header-search form input:-ms-input-placeholder {
                color: #fff
            }

            .header-search form input:-moz-placeholder {
                color: #fff
            }

        .header-search form button {
            background-color: transparent;
            border: 0 none;
            color: #999;
            height: 40px;
            padding: 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            transition: all .3s ease 0s;
            width: 40px
        }

            .header-search form button i {
                display: block;
                line-height: 38px;
                color: #fff
            }

            .header-search form button:hover {
                color: #26c7cc
            }

.site-logo a:hover {
    color: #fff
}

.site-logo a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

    .header-menu-wrap.logo-left {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row
    }

    .header-menu-wrap.logo-center {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center
    }

    .header-menu-wrap.logo-right {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .header-menu-wrap.logo-left-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start
    }

    .header-menu-wrap.logo-center-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center
    }

    .header-menu-wrap.logo-right-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-end;
        align-items: flex-end
    }

    .header-menu-wrap.logo-center, .header-menu-wrap.logo-left-top, .header-menu-wrap.logo-center-top, .header-menu-wrap.logo-right-top {
        padding-top: 15px
    }

.primary-nav-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start
}

    .primary-nav-wrap ul li {
        list-style: outside none none
    }

        .primary-nav-wrap ul li + li {
            margin-left: 40px
        }

.header-sticky.sticky .primary-nav-wrap ul li a {
    height: 70px;
    line-height: 70px
}

.header-sticky.sticky .primary-nav-wrap ul li ul.sub-menu li a {
    height: 36px;
    line-height: 34px
}

.primary-nav-wrap ul li a {
   /* display: block;*/
    height: 85px;
    line-height: 85px;
    transition: all .3s ease 0s
}


.primary-nav-wrap ul li a {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    position: relative;
    text-decoration: none
}
.primary-nav-wrap .sub-menu > li > a:hover{
    border:none!important;
    color:orangered!important;
}

.primary-nav-wrap ul li a:hover {
    padding-bottom: 8px;
    border-bottom: 2px solid orangered;
}

    .aactive {
        padding-bottom: 8px;
        border-bottom: 2px solid orangered;
    }

.header-style-2 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

    .header-style-2 .header-menu-wrap > div {
        width: 100%
    }

    .header-style-2 .header-menu-wrap .site-logo {
        padding-top: 20px;
        padding-bottom: 20px
    }

.header-mid-inner.logo-left-search-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center
}

.header-menu-wrap .site-description {
    color: #fff;
    line-height: 1;
    margin: 0;
    transition: all .3s ease 0s
}

.header-menu-wrap .site-logo h3 {
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 0;
    transition: all .3s ease 0s
}

.hr-style-1 {
    border-bottom: 1px solid #e7e7e7
}

.header-area.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 9999
}

.header-top-activate .header-area.header-transparent {
    top: 78px
}

.header-area.header-transparent {
    box-shadow: 0 1px 3px rgba(50,50,50,0)
}

.header-area {
    box-shadow: 0 1px 3px rgba(50,50,50,.1);
    background: #6b9dd5 none repeat scroll 0 0
}

    .header-area.sticky {
        animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
        background: rgba(255,255,255,.9) none repeat scroll 0 0;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 1px 3px rgba(50,50,50,.1)
    }

.logged-in .header-area.sticky {
    top: 32px
}

.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto
}

    .header-area.header-style-2.header-sticky.sticky .header-buttom {
        animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 1px 3px rgba(50,50,50,.1)
    }

.logged-in .header-area.header-style-2.header-sticky.sticky .header-buttom {
    top: 32px
}

.header-area.header-style-2.header-sticky.sticky .header-buttom .site-logo.hidden {
    display: block !important
}

.header-area.header-style-2.header-sticky.sticky .header-buttom .sticky_menu_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start
}

.sticky_menu_logo .site-logo.hidden {
    padding: 0;
    padding-right: 50px
}

.primary-nav-wrap .sub-menu {
    background: #ddd none repeat scroll 0 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    opacity: 0;
    visibility: hidden
}

.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550
}

.primary-nav-wrap ul li {
    position: relative
}



.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important
}

.primary-nav-wrap ul.sub-menu {
    display: block
}

    .primary-nav-wrap ul.sub-menu li {
        display: block
    }

    .primary-nav-wrap ul.sub-menu li:hover a {
        color: orangered;
    }

        .primary-nav-wrap ul.sub-menu li + li {
            border-top: 0 !important
        }

.primary-nav-wrap .sub-menu > li > a {
    height: 36px;
    line-height: 34px;
    padding: 0 15px
}

.primary-nav-wrap .sub-menu > li:hover > a {
    background-color: #333;
    color: #fff
}

.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 5px !important
}

.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important
}

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9
}

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -54px;
    width: auto
}

    a.meanmenu-reveal:hover, a.meanmenu-reveal:focus {
        color: #26c7cc;
        outline: medium none
    }

    a.meanmenu-reveal i {
        display: block;
        font-size: 30px;
        line-height: 30px;
        width: 30px
    }

.mean-nav {
    background-color: transparent;
    margin: 0
}

    .mean-nav a.mean-expand {
        border: medium none !important;
        color: #464646 !important;
        font-size: 18px !important;
        height: 36px;
        line-height: 36px;
        padding: 0 !important;
        text-align: center;
        width: 30px !important
    }

        .mean-nav a.mean-expand:hover {
            color: #26c7cc !important
        }

    .mean-nav a.mean-clicked {
        font-size: 22px !important
    }

    .mean-nav > ul {
        float: left;
        padding: 15px 0
    }

        .mean-nav > ul > li > a {
            border-color: #eee;
            color: #464646;
            display: block;
            font-family: "Open Sans",sans-serif;
            font-size: 13px;
            font-weight: 600;
            line-height: 24px;
            padding: 6px 30px 6px 0
        }

            .mean-nav > ul > li > a:hover, .mean-nav > ul > li.current_page_item > a {
                color: #26c7cc
            }

    .mean-nav .sub-menu, .mean-nav .mega-menu {
        box-shadow: none;
        float: left;
        opacity: 1;
        position: static;
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
        visibility: visible;
        z-index: 1
    }

    .mean-nav ul li li {
        margin: 0;
        padding: 0
    }

        .mean-nav ul li li a {
            border-color: #eee;
            color: #464646;
            font-family: "Open Sans",sans-serif;
            font-size: 12px;
            font-weight: 600;
            line-height: 24px;
            opacity: 1;
            padding: 6px 30px 6px 15px;
            text-transform: uppercase;
            width: 100% !important
        }

    .mean-nav .sub-menu li:hover > a {
        color: #464646
    }

    .mean-nav .sub-menu li.current_page_item:hover > a {
        color: #26c7cc
    }

    .mean-nav ul li li.current_page_item > a, .mean-nav ul li li > a:hover, .mean-nav .sub-menu li > a:hover {
        color: #26c7cc
    }

    .mean-nav ul li li li a {
        padding: 6px 30px 6px 25px
    }

    .mean-nav ul li li li li a {
        padding: 6px 30px 6px 35px
    }

    .mean-nav ul li li li li li a {
        padding: 6px 30px 6px 45px
    }

    .mean-nav ul li li li li li li a {
        padding: 6px 30px 6px 55px
    }

.our-blog-area {
    padding: 80px 0
}

.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)
}

.bolg-img a {
    display: inline-block;
    position: relative
}

    .bolg-img a:before {
        background: rgba(0,0,0,.4) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .3s ease 0s;
        width: 100%
    }

.single-blog:hover .bolg-img a:before {
    opacity: 1
}

.blog-text {
    padding: 25px 15px
}

    .blog-text h2 a {
        color: #333;
        font-size: 30px;
        transition: .3s
    }

    .blog-text h4 a:hover {
        color: #03a9f4
    }

.blog-date span {
    font-size: 12px;
    margin-right: 10px
}

    .blog-date span i {
        font-size: 14px;
        margin-right: 8px
    }

.blog-text p {
    margin-bottom: 12px;
    margin-top: 6px;
    word-break: break-word
}

.blog-text a:hover {
    color: #5f65c9
}

.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)
}

.bg-opacity {
    position: relative
}

    .bg-opacity:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

.redux_active .breadcrumb-text {
    padding: 168px 0 100px
}

.breadcrumb-text {
    padding: 100px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

    .page-title, .breadcrumb-text h1 {
        color: #fefefe;
        font-size: 36px;
        font-weight: 600;
        line-height: 36px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1.5
    }

.post-breadcrumb-banner-area h3 {
    color: #fefefe
}

.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize
}

    .breadcrumb-menu ul li:after {
        color: #fff;
        content: "/";
        display: inline-block;
        float: right;
        position: relative;
        right: -6px;
        top: 2px
    }

    .breadcrumb-menu ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 300
    }



.breadcrumbs-area {
    padding: 100px 0
}

.redux_active .breadcrumbs-area {
    background-color: #6b9dd5;
    padding: 170px 0 100px
}

.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #26c7cc
}

.breadcrumbs-area-default .breadcrumbs ul li, .breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px
}

    .breadcrumbs-area-default .breadcrumbs ul li:last-child, .breadcrumbs ul li:last-child {
        padding-right: 0
    }

    .breadcrumbs-area-default .breadcrumbs ul li:first-child, .breadcrumbs ul li:first-child {
        padding-left: 0
    }

.page-title-search-box.search-left {
    float: left
}

.page-title-bar {
    overflow: hidden
}

    .page-title-bar.right-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between
    }

    .page-title-bar.left-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse
    }

.breadcrumbs h1.page-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 10px
}

.page-title-bar-center h1.page-title {
    margin-bottom: 20px
}

.breadcrumbs ul {
    color: #fff
}

.breadcrumbs li {
    display: inline-block;
    font-family: 'Raleway',sans-serif
}

.breadcrumbs ul li a {
    color: #fff
}

    .breadcrumbs ul li a:hover, .breadcrumbs ul li {
        color: #ddd
    }

        .breadcrumbs ul li a.active:after {
            color: #03a9f4
        }

.page-title-bar-center .page-title {
    float: inherit
}

.page-title-bar-center .page-title-search-box > form {
    margin: auto
}

.pattern-bread h1.page-title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0
}

.pattern-bread .breadcrumbs > ul {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #fff
}

.border-bread {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1
}

.bg-2.bread-bg {
    background-attachment: fixed;
    background-position: center center
}

.breadcrumbs-img h1.page-title {
    color: #000
}

.breadcrumbs-img .breadcrumbs > ul li a {
    color: #fff
}

.breadcrumbs-img .breadcrumbs > ul li {
    color: #fff
}

.breadcrumbs-img .breadcrumbs ul li a:after {
    background-color: #000
}

.page-title-bar.right-title .page-title-search-box, .page-title-bar.right-title ul {
    float: left
}

.page-title-search-box button {
    background-color: #5f65c9;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px
}

.page-title-search-box > form {
    width: 250px;
    position: relative
}

.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%
}

section.breadcrumbs-area {
    position: relative;
    z-index: 1
}

    section.breadcrumbs-area:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

.breadcrumbs {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    word-wrap: break-word;
    -ms-align-items: center;
    justify-content: space-between
}

    .breadcrumbs.breadcrumbs-title-left {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        text-align: center
    }

    .breadcrumbs.breadcrumbs-title-right {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .breadcrumbs.breadcrumbs-title-center {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

.breadcrumbs-title-center .page-title, .breadcrumbs-title-center .page-title-bar {
    padding: 5px 0
}

.breadcrumbs-title-center .page-title-search-box {
    margin-top: 10px
}

.page-area {
    padding: 80px 0
}

.blog-story-area {
    padding: 80px 0
}

.blog-img-2 {
    margin-bottom: 30px
}

.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px
}

.story-hbtitle p {
    font-size: 14px;
    line-height: 1.7
}

.blog-text h2 {
    margin-top: 0;
    word-break: break-word
}

.three-column .blog-text h2, .two-column .blog-text h2 {
    margin-bottom: 15px;
    line-height: 1
}

    .three-column .blog-text h2 a {
        font-size: 20px
    }

    .two-column .blog-text h2 a {
        font-size: 20px
    }

.story-hbtitle blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #5f65c9;
    font-size: 14px;
    margin: 10px 0 10px 55px
}

.tab-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px
}

.meta-info {
    background-color: #ededed;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    margin-top: 25px
}

    .meta-info span {
        margin-left: 5px
    }

        .meta-info span:first-child {
            margin-left: 0
        }

.meta-item i {
    margin-right: 5px
}

.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px
}

.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px
}

.contact-form textarea {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 100%
}

.btn {
    background: #03a9f4 none repeat scroll 0 0
}

.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-bottom: 15px;
    padding: 8px 15px;
    width: 100%
}

.contact-form button {
    background: #5f65c9 none repeat scroll 0 0;
    border: 1px solid #5f65c9;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

    .contact-form button:hover {
        background: #26ccff none repeat scroll 0 0;
        border-color: #26ccff
    }

.post-pagination .pagination {
    margin: 0
}

.post-pagination ul {
    border-radius: 4px;
    display: inline-block
}

    .post-pagination ul li {
        display: inline
    }

    .post-pagination ul li {
        background-color: #fff;
        color: #333;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        position: relative;
        text-decoration: none
    }

        .page-links a, .pagination a, .post-pagination ul li a {
            display: inline-block;
            color: #333;
            padding: 0 15px;
            border: 1px solid #ddd
        }

.page-links a, .pagination a {
    padding: 6px 15px;
    margin-left: 2px;
    text-decoration: none !important
}

.page-links .current, .post-pagination ul li .current {
    cursor: no-drop;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ddd
}

.page-links .current {
    padding: 6px 15px
}

.page-links .current, .page-links a:hover, .pagination a:hover, .post-pagination ul li:hover a, .post-pagination ul li .current {
    background: #5f65c9;
    color: #fff;
    border: 1px solid #5f65c9
}

.comment-list {
    list-style: none
}

.author-top {
    display: block;
    margin-bottom: 15px;
    position: relative
}

    .author-top .author-comment {
        overflow: hidden;
        padding: 5px 0
    }

        .author-top .author-comment .author-name {
            display: block;
            font-size: 16px;
            font-weight: 600;
            margin: 0;
            text-transform: capitalize
        }

.comment-list .author-img {
    float: left;
    margin-right: 10px;
    max-width: 64px
}

.copy.small a:hover {
    color: #404040
}

.copy.small a {
    color: #5f65c9;
    text-decoration: underline
}

.comment-list .author-comment a {
    margin-right: 5px;
    color: #000
}

.comment-list .children {
    list-style: none
}

.comment-list .children {
    margin-left: 35px
}

.sidebar-widget {
    overflow: hidden;
    margin-bottom: 50px
}

aside.widget-area .sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-widget a {
    color: #333
}

.sidebar-widget li a:hover {
    color: #5f65c9
}

form#search {
    position: relative
}

    form#search input {
        border: 2px solid #eee;
        float: left;
        height: 36px;
        padding-left: 10px;
        width: 100%
    }

        form#search input:focus {
            border-color: #5f65c9
        }

    form#search button {
        background: #5f65c9 none repeat scroll 0 0;
        border: 2px solid #5f65c9;
        font-weight: 700;
        height: 36px;
        padding: 0 20px;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        transition: .3s
    }

.blog-search button:hover {
    background: #26ccff;
    border-color: #26ccff;
    color: #999
}

.sidebar-title {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize
}

.sidebar-widget ul li ul li:first-child {
    margin-top: 10px
}

.sidebar-widget:not(.widget_rss) ul li {
    list-style: outside none none;
    margin-bottom: 12px
}

.sidebar-widget.widget_rss ul li a.rsswidget, .single-footer.widget_rss ul li a.rsswidget {
    display: block;
    margin-bottom: 5px;
    font-size: 15px
}

.sidebar-widget.widget_rss ul li .rssSummary, .single-footer.widget_rss ul li .rssSummary {
    padding: 8px 0
}

.sidebar-widget.widget_rss ul li, .single-footer.widget_rss ul li {
    padding-top: 20px
}

    .sidebar-widget.widget_rss ul li:first-child, .single-footer.widget_rss ul li:first-child {
        padding-top: 0
    }

.tagcloud a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-transform: capitalize
}

    .tagcloud a:hover {
        background: #6b9dd5 none repeat scroll 0 0;
        border-color: #6b9dd5;
        color: #fff
    }

ul.sidebar-link li:last-child {
    margin-bottom: 0
}

ul.sidebar-link li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: relative
}

    ul.sidebar-link li a:hover {
        color: #5f65c9
    }

.Tags {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    padding-top: 40px;
    text-transform: capitalize;
    position: relative
}

    .Tags:before {
        background: #03a9f4 none repeat scroll 0 0;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50%
    }

ul.tag li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px
}

    ul.tag li a {
        border: 1px solid #e8e8e8;
        color: #333;
        display: inline-block;
        font-size: 13px;
        padding: 3px 17px;
        text-align: center;
        transition: .3s
    }

.sidebar-widget .product-item {
    overflow: hidden
}

.sidebar-widget .product-img {
    float: left;
    margin-right: 15px
}

.sidebar-widget h6.product-title {
    font-size: 16px
}

.sidebar-widget .product-info > p {
    margin: 0
}

.sidebar-widget .product-item {
    overflow: hidden
}

.product-item .product-img {
    float: left;
    margin-right: 15px;
    width: 80px
}

.product-item .product-info {
    overflow: hidden
}

.widget_nexo_recent_post .product-item + .product-item {
    margin-top: 15px
}

.sidebar-widget h6.product-title {
    font-size: 16px
}

.sidebar-widget .product-info > p {
    margin: 0 0 5px
}

    .sidebar-widget .product-info > p:last-child {
        margin: 0
    }

.product-item .product-img a {
    display: block
}

.footer-top-area {
    background: #252830;
    position: relative;
    z-index: 1
}

    .footer-top-area:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

.single-footer {
    color: #fff;
    margin: 50px 0
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff
}

.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0
}

    .single-footer .footer-social li {
        display: inline-block
    }

        .single-footer .footer-social li a {
            border: 1px solid;
            border-radius: 50%;
            color: #fff;
            display: block;
            height: 30px;
            line-height: 28px;
            text-align: center;
            width: 30px
        }

.single-footer ul {
    padding: 0;
    list-style: none
}

    .single-footer ul li a {
        color: #fff;
        text-decoration: none;
        transition: all .5s ease 0s
    }

        .single-footer ul li a:hover {
            color: #5f65c9
        }

.single-footer .footer-social {
    float: left
}

.single-footer input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #333;
    font-size: 13px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px
}

.single-footer textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #333;
    font-size: 13px;
    padding-left: 20px;
    width: 100%;
    height: 80px
}

.single-footer .submit-btn-1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 15px;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    transition: all .5s ease 0s;
    width: inherit
}

    .single-footer .submit-btn-1:hover {
        color: #ff0300;
        border: 1px solid#ff0300
    }

.footer-bottom {
    padding: 20px 0
}

.copyright-text {
    margin-top: 6px
}

    .copyright-text p {
        color: #fff;
        margin-bottom: 0
    }

    .copyright-text a {
        color: #fff
    }

.footer-social {
    float: right
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .footer-bottom ul li {
        display: inline-block
    }

        .footer-bottom ul li a {
            padding: 5px 10px;
            display: block;
            text-decoration: none;
            color: #fff;
            transition: all .5s ease 0s
        }

            .footer-bottom ul li a:hover {
                color: #ff0300
            }

.footer-bottom .col-sm-6:first-child .copyright-text, .footer-bottom .col-sm-6:first-child .footer-social {
    float: left
}

.footer-bottom .col-sm-6:last-child .copyright-text, .footer-bottom .col-sm-6:last-child .footer-copyright-menu, .footer-bottom .col-sm-6:last-child .footer-social {
    float: right
}

.solical-links {
    display: block
}

    .solical-links ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .solical-links ul li {
            display: inline-block;
            margin-bottom: 15px;
            margin-right: 10px
        }

            .solical-links ul li a {
                display: block;
                text-decoration: none;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border: 1px solid;
                text-align: center
            }

.footer-bottom .footer-social ul li a:hover {
    color: #5f65c9
}

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0,0,0,.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff
}

.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px
}

.boxed-layout .header-area, .boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999
}

a#scrollUp {
    background-color: orangered;
    border: 1px solid orangered;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px
}

.single-footer a.rsswidget {
    color: #fff
}

.blog-text li {
    list-style: outside none none
}

.comment-list li {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px
}

.cat-links a {
    margin: 0 5px
}

.comments-link a {
    margin-right: 10px
}

.tags-links a {
    margin: 0 5px
}

.no-comments {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 5px 10px
}

article.sticky, article.tag-sticky-2 {
    border: 1px solid #5f65c9
}

.story-hbtitle li {
    margin-bottom: 10px
}



.story-hbtitle a:not(.button) {
    text-decoration: underline
}

.post-password-form input[type=submit] {
    background: #5f65c9 none repeat scroll 0 0;
    border: 1px solid #5f65c9;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
    width: 10%
}

    .post-password-form input[type=submit]:hover {
        background: transparent none repeat scroll 0 0;
        color: #5f65c9
    }

.post-password-form input[type=password] {
    border-radius: 0
}

#wp-calendar tbody tr td {
    border-right: 1px solid #ebebeb;
    text-align: center
}

    #wp-calendar tbody tr td#today {
        background: #5f65c9 none repeat scroll 0 0;
        color: #fff
    }

.copy ul li {
    list-style: outside none disc;
    margin: 0 0 6px 30px;
    padding: 0
}

.copy ul {
    list-style: outside none disc;
    margin: 0 0 26px
}

.copy ol {
    list-style: outside none decimal;
    margin: 0 0 26px
}

    .copy ol li {
        list-style: outside none decimal;
        margin: 0 0 6px 20px;
        padding: 0
    }

    .copy ul ul, .copy ul ol, .copy ol ol, .copy ol ul {
        margin-bottom: 0
    }

.wp-audio-shortcode {
    margin-bottom: 15px
}

.story-hbtitle ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
    line-height: 1.7
}

.story-hbtitle ol {
    list-style: outside none decimal;
    margin: 0 0 26px 35px
}

.story-hbtitle ul:not(.wp-block-gallery), .entry-content ul:not(.wp-block-gallery) {
    list-style: outside none disc;
    margin: 0 0 26px 35px;
    line-height: 1.7;
    margin-bottom: 0
}

.story-hbtitle ul li, .entry-content ul li {
    list-style: outside none disc;
    margin: 6px;
    line-height: 1.7
}

.story-hbtitle ul ul, .story-hbtitle ul ol, .story-hbtitle ol ol, .story-hbtitle ol ul, .entry-content ul ul, .entry-content ol ol {
    margin-bottom: 0
}

.entry-content ol {
    list-style: outside none decimal;
    margin: 0 0 26px 35px
}

    .entry-content ol li {
        list-style: outside none decimal;
        margin: 0 0 6px
    }

.footer-area table {
    border: 2px solid #fff
}

.footer-area caption {
    color: #fff
}

.footer-area table th {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff
}

.footer-area table td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.footer-area table#wp-calendar a {
    color: #fff
}

.footer-area .widget_tag_cloud .tagcloud a:hover {
    color: #fff
}

.footer-area .widget_tag_cloud .tagcloud a {
    color: #fff
}

.shopping-button button[type=submit] {
    background: #5f65c9 none repeat scroll 0 0;
    border: 1px solid #5f65c9;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 8px 14px;
    transition: all .3s ease 0s
}

    .shopping-button button[type=submit]:hover {
        background: transparent none repeat scroll 0 0;
        color: #5f65c9
    }

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3
}

h1 {
    font-size: 36px;
    margin: 30px 0
}

h2 {
    font-size: 30px;
    margin: 28px 0
}

h3 {
    font-size: 22px;
    margin: 25px 0
}

h4 {
    font-size: 20px;
    margin: 22px 0
}

h5 {
    font-size: 18px;
    margin: 20px 0
}

h6 {
    font-size: 16px;
    margin: 18px 0
}

.page-not-found-wrap {
    background: #03a9f4 none repeat scroll 0 0;
    height: 750px;
    width: 100%
}

    .page-not-found-wrap .container, .page-not-found-wrap .container .row, .page-not-found-wrap .container .pnf-inner-wrap, .page-not-found-wrap .container [class*=col-] {
        height: 100%
    }

        .page-not-found-wrap .container .pnf-inner-wrap {
            display: flex;
            -ms-align-items: center;
            align-items: center;
            justify-content: center
        }

.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px
}

.pnf-inner > h1 {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px
}

.page-not-found-wrap .pnf-inner > h1, .page-not-found-wrap .pnf-inner > h2, .page-not-found-wrap .pnf-inner > p {
    color: #fff
}

.page-not-found-wrap .pnf-inner a.btn {
    border: 1px solid #fff
}

    .page-not-found-wrap .pnf-inner a.btn:hover {
        border-color: #5f65c9;
        background-color: #5f65c9
    }

.error404 .footer-bottom {
    padding-bottom: 68px;
    padding-top: 100px
}

.pnf-inner > h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase
}

.pnf-inner > p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0
}

.pnf-inner a.btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase
}

.single-price-table {
    text-align: center
}

.subscription-form {
    border: 1px solid #fff;
    border-radius: 30px;
    height: 40px;
    margin: auto;
    position: relative;
    width: 414px
}

.mc4wp-form-fields input {
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 100%;
    padding-left: 23px
}

.subscription-form button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    line-height: 40px;
    padding: 0 13px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 49px
}

.subscription-form input::-webkit-input-placeholder, .wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
    color: #fff
}

.subscription-form input::-moz-placeholder, .wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
    color: #fff
}

.subscription-form input:-ms-input-placeholder, .wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
    color: #fff
}

.subscription-form input:-moz-placeholder, .wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
    color: #fff
}

.kc-elm .kc_button {
    float: left
}

.about-the-app .kc-elm {
    width: inherit
}

    .about-the-app .kc-elm.kc-title-wrap {
        width: 100%
    }

.contact-area {
    position: relative;
    z-index: 9
}

    .contact-area .wpcf7-submit {
        width: auto;
        height: 40px
    }

.footer-bottom {
    overflow: hidden
}

.footer-area .footer-bottom {
    position: relative
}

.footer-bottom:after {
    background: rgba(86,124,208,.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.kc-col-container {
    display: block
}

.copyright {
    position: relative;
    z-index: 9
}

.footer-bottom:after {
    background: rgba(86,124,208,.9) none repeat scroll 0 0
}

.contact-area .kc-container {
    background: #567cd0 none repeat scroll 0 0;
    margin-bottom: -430px;
    margin-top: -230px;
    padding: 103px 80px 95px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3)
}

.footer-bottom ul li a {
    border: 1px solid #c9cacc;
    border-radius: 50%;
    color: #fffefe;
    display: inline-block;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin: 0 7px;
    width: 32px;
    padding: 0;
    text-align: center
}

    .footer-bottom ul li a:hover {
        background: #fff none repeat scroll 0 0;
        border-color: #fff;
        color: #4f59cc !important
    }

@media (min-width:1170px) and (max-width:1366px) {
    .banner-image {
        width: 30% !important
    }

    .nexo-slider-area.nexo-slide-text-video-bg, .nexo-slider-area.nexo-slide-text-fixed-bg, .nexo-slider-area.nexo-slide-text-solid-bg, .nexo-slider-area.nexo-slide-text-gradient-bg, .nexo-slider-area.nexo-animated-text-video-bg {
        padding-bottom: 80px !important;
        padding-top: 250px !important
    }

    .nexo-slider-area.fixed-text-parallax-bg, .nexo-slider-area.nexo-fixed-text-video-bg, .nexo-slider-area.nexo-fixed-text-solid-bg, .nexo-slider-area.nexo-animated-text-fixed-bg section {
        padding-bottom: 135px !important;
        padding-top: 250px !important
    }

    .nexo-slider-area.fixed-text-gradient-bg, .nexo-slider-area.nexo-animated-text-video-bg {
        padding-bottom: 130px !important
    }

    .banner-image {
        padding-left: 0 !important
    }
}

@media (min-width:992px) and (max-width:1169px) {
    .container {
        width: 970px !important
    }

    .primary-nav-wrap ul li + li {
        margin-left: 30px
    }

    .nexo-hero-section .banner-content h1.title1, .nexo-hero-section .banner-content h1.title2 {
        font-size: 34px !important;
        line-height: 1.2 !important
    }

    .nexo-how-it-works-area .kc-feature-boxes.kc-fb-layout-3 .box-right {
        padding-left: 10px
    }

    .nexo-how-it-works-area .kc-feature-boxes.kc-fb-layout-3 .content-desc {
        font-size: 13px
    }

    .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-7, .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-5 {
        width: 50%
    }

    .nexo-best-features-area .featuer-text-container .tab-content {
        padding: 45px 20px 20px
    }

    .nexo-pricing-table-area .kc_row_inner .kc_col-sm-3 {
        width: 50%;
        margin-top: 30px
    }
}

@media (min-width:768px) and (max-width:990px) {
    

    .header-area.header-transparent {
        top: 46px
    }

    .logged-in .header-area.sticky {
        top: 46px
    }

    .header-area .mean-container a.meanmenu-reveal {
        margin-top: 5px
    }

        .header-area .mean-container a.meanmenu-reveal.meanclose {
            margin-top: 5px
        }

    .header-area.sticky a.meanmenu-reveal i {
        color: #fff
    }

    .mean-container .mean-nav {
        background-color: #fff
    }

        .mean-container .mean-nav > ul > li > a {
            color: #303030;
            padding: 10px 30px 10px 32px
        }

            .mean-container .mean-nav > ul > li > a:hover {
                color: #5f65c9
            }

        .mean-container .mean-nav > ul > li:first-child a {
            border-top: 0
        }

        .mean-container .mean-nav > ul > li.mean-last {
            border-bottom: 0
        }

    .mean-container a.meanmenu-reveal {
        color: #fff !important
    }

    .primary-nav-wrap ul li + li {
        margin-left: 30px
    }

    .nexo-hero-section .banner-content h1.title1, .nexo-hero-section .banner-content h1.title2 {
        font-size: 34px !important;
        line-height: 1.2 !important
    }

    .nexo-how-it-works-area .kc-wrap-columns .kc_col-sm-5, .nexo-how-it-works-area .kc-wrap-columns .kc_col-sm-7 {
        width: 100%
    }

    .nexo-how-it-works-area .kc-wrap-columns .kc_col-sm-5 {
        margin-bottom: 50px
    }

    .nexo-how-it-works-area .kc-feature-boxes.kc-fb-layout-3 .box-right {
        padding-left: 10px
    }

    .nexo-how-it-works-area .kc-feature-boxes.kc-fb-layout-3 .content-desc {
        font-size: 13px
    }

    .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-5, .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-7 {
        width: 100%
    }

    .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-7 {
        margin-bottom: 50px
    }

    .nexo-counterup-area .kc_counter_box .counterup {
        font-size: 30px !important
    }

    .nexo-counterup-area .kc_counter_box h4 {
        font-size: 14px !important
    }

    .nexo-best-features-area .featuer-text-container .tab-content {
        padding: 45px 20px 20px
    }

    .nexo-best-features-area .kc_row_inner .kc_col-sm-5, .nexo-best-features-area .kc_row_inner .kc_col-sm-7 {
        width: 100%
    }

    .nexo-best-features-area .kc_row_inner .kc_col-sm-5 {
        margin-bottom: 50px;
        text-align: center
    }

    .nexo-pricing-table-area .kc_row_inner .kc_col-sm-3 {
        width: 50%;
        margin-top: 30px
    }

    .nexo-faq-area .kc_row_inner .kc_col-sm-5, .nexo-faq-area .kc_row_inner .kc_col-sm-7 {
        width: 100%
    }

    .nexo-faq-area .kc_row_inner .kc_col-sm-5 {
        margin-top: 30px;
        text-align: center
    }

    .contact-area {
        padding: 30px 10px !important
    }

        .contact-area .kc-title-wrap .kc_title {
            font-size: 22px !important;
            line-height: 1.2
        }

        .contact-area .kc_column.kc_col-sm-6 {
            padding-left: 15px !important
        }

        .contact-area .kc-container {
            margin-bottom: 0 !important;
            margin-top: 0 !important;
            padding: 0 !important
        }

    .contact-area {
        background: #567cd0 none repeat scroll 0 0;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 50px 15px 20px !important
    }

    .footer-bottom {
        padding-top: 100px !important
    }

    .nexo-slider-area {
        height: 100vh
    }

    .nexo-hero-section .banner-content h1.title1, .nexo-hero-section .banner-content h1.title2 {
        font-size: 24px !important;
        line-height: 1.2 !important
    }

    .nexo-hero-section .banner-content h1.title1 {
        margin-bottom: 20px;
        padding-top: 20px
    }

    .nexo-hero-section .banner-content h1.title2 {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    

   /* .slidepadding {
        padding-top:91px;
    }*/

    .header-sticky.sticky{
        height:100px!important;
    }

    .header-area.header-transparent {
        top: 0;
        background-color: black;
    }

    .logged-in .header-area.sticky {
        top: 0
    }

    .header-area .mean-container a.meanmenu-reveal {
        margin-top: 5px
    }

        .header-area .mean-container a.meanmenu-reveal.meanclose {
            margin-top: 5px
        }

    .header-area.sticky a.meanmenu-reveal i {
        color: #fff
    }

    .mean-container .mean-nav {
        background-color: #fff
    }

        .mean-container .mean-nav > ul > li > a {
            color: #303030;
            padding: 10px 30px 10px 32px
        }

            .mean-container .mean-nav > ul > li > a:hover {
                color: #5f65c9
            }

        .mean-container .mean-nav > ul > li:first-child a {
            border-top: 0
        }

        .mean-container .mean-nav > ul > li.mean-last {
            border-bottom: 0
        }

    .mean-container a.meanmenu-reveal {
        color: #fff !important
    }

    .primary-nav-wrap ul li + li {
        margin-left: 30px
    }

    .nexo-slider-area .background-area {
        height: 100vh
    }

    .nexo-hero-section .banner-content h1.title1, .nexo-hero-section .banner-content h1.title2 {
        font-size: 24px !important;
        line-height: 1.2 !important
    }

    .nexo-hero-section .banner-content h1.title1 {
        margin-bottom: 20px;
        padding-top: 20px
    }

    .nexo-hero-section .banner-content h1.title2 {
        margin-bottom: 20px
    }

    .nexo-feature-boxes-area .kc_column_inner.kc_col-sm-4 + .kc_column_inner.kc_col-sm-4 {
        margin-top: 30px
    }

    .nexo-how-it-works-area .kc-wrap-columns .kc_col-sm-5, .nexo-how-it-works-area .kc-wrap-columns .kc_col-sm-7 {
        width: 100%
    }

    .nexo-how-it-works-area .kc-wrap-columns .kc_col-sm-5 {
        margin-bottom: 50px
    }

    .nexo-how-it-works-area .kc-feature-boxes.kc-fb-layout-3 .box-right {
        padding-left: 10px
    }

    .nexo-how-it-works-area .kc-feature-boxes.kc-fb-layout-3 .content-desc {
        font-size: 13px
    }

    .nexo-how-it-works-area .kc_col-sm-6 + .kc_col-sm-6 {
        margin-top: 10px
    }

    .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-5, .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-7 {
        width: 100%
    }

    .nexo-is-a-free-app-area .kc_row_inner .kc_col-sm-7 {
        margin-bottom: 50px
    }

    .nexo-is-a-free-app-area .kc-title-wrap .kc_title {
        font-size: 22px !important;
        line-height: 1.2
    }

    .nexo-is-a-free-app-area .kc_button {
        margin: 10px 0
    }

    .nexo-counterup-area .kc_counter_box .counterup {
        font-size: 30px !important
    }

    .nexo-counterup-area .kc_counter_box h4 {
        font-size: 14px !important
    }

    .nexo-counterup-area .kc_column_inner.kc_col-sm-3 + .kc_column_inner.kc_col-sm-3 {
        margin-top: 50px
    }

    .nexo-best-features-area .featuer-text-container .tab-content {
        padding: 45px 20px 20px
    }

    .nexo-best-features-area .kc_row_inner .kc_col-sm-5, .nexo-best-features-area .kc_row_inner .kc_col-sm-7 {
        width: 100%
    }

    .nexo-best-features-area .kc_row_inner .kc_col-sm-5 {
        margin-bottom: 50px;
        text-align: center
    }

    .nexo-best-features-area .kc_text_block p {
        margin-right: 0 !important
    }

    .nexo-apps-ready-area .kc_column_inner.kc_col-sm-7 {
        margin-bottom: 50px
    }

    .nexo-apps-ready-area .kc-title-wrap .kc_title {
        font-size: 22px !important;
        line-height: 1.2
    }

    .nexo-testimonial-area .sin-testiText > p {
        padding: 0
    }

    .nexo-pricing-table-area .kc_row_inner .kc_col-sm-3 {
        margin-top: 30px
    }

    .nexo-pricing-table-area .single-price-table {
        padding: 35px 0 55px
    }

    .nexo-subscribe-area .kc-title-wrap .kc_title {
        font-size: 22px !important;
        line-height: 1.2
    }

    .nexo-subscribe-area .subscription-form {
        width: inherit
    }

    .nexo-faq-area .kc_row_inner .kc_col-sm-5, .nexo-faq-area .kc_row_inner .kc_col-sm-7 {
        width: 100%
    }

    .nexo-faq-area .kc_row_inner .kc_col-sm-5 {
        margin-top: 30px;
        text-align: center
    }

    .nexo-faq-area .kc-title-wrap .kc_title {
        font-size: 22px !important;
        line-height: 1.2
    }

    .contact-area {
        padding: 30px 10px !important
    }

        .contact-area .kc-title-wrap .kc_title {
            font-size: 22px !important;
            line-height: 1.2
        }

        .contact-area .kc_column.kc_col-sm-6 {
            padding-left: 15px !important
        }

        .contact-area .kc-container {
            margin-bottom: 0 !important;
            margin-top: 0 !important;
            padding: 0 !important
        }

    .contact-area {
        background: #567cd0 none repeat scroll 0 0;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 50px 15px 20px !important
    }

    .footer-bottom {
        padding-top: 100px !important
    }

    .nexo-hero-section .banner-content {
        padding-bottom: 150px !important;
        padding-top: 180px !important
    }

        .nexo-hero-section .banner-content p {
            display: none
        }

    .nexo-hero-section .default-btn1 {
        margin-bottom: 10px
    }

    .nexo-slider-area .kc_title.title1 {
        font-size: 26px !important;
        line-height: 1.2
    }

    .nexo-slider-area.fixed-text-gradient-bg {
        padding-bottom: 130px !important;
        padding-top: 190px !important
    }

    .nexo-slider-area .kc_text_block p {
        display: none
    }

    .nexo-slider-area .kc-title-wrap .kc_title {
        font-size: 24px !important
    }

    .nexo-slider-area .animate-heading-wrap .cd-headline {
        font-size: 24px !important
    }

    .nexo-slider-area .animate-heading-wrap {
        padding-left: 50px
    }

    .nexo-slider-area .kc_button {
        margin-left: 50px
    }

    .nexo-slider-area .kc_title {
        margin-left: 50px
    }
}

@media (max-width:480px) {
   
}

.header-menu-wrap .primary-nav-wrap .sub-menu > li > a, .header-area.header-sticky.sticky .primary-nav-wrap ul li a, .header-menu-wrap .primary-nav-wrap ul li a {
    visibility: inherit;
    transition: all .4s ease 0s
}

.primary-nav-wrap ul.sub-menu {
    display: block;
    padding: 15px 0
}

.primary-nav-wrap .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: -1px 5px 6px 1px rgba(0,0,0,.2);
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all .4s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 550
}

.primary-nav-wrap ul.sub-menu li {
    display: block
}

.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100%
}

    .primary-nav-wrap .sub-menu > li:hover > a {
        background-color: transparent !important;
        color: #4f4ec9
    }

.primary-nav-wrap ul {
    align-items: flex-start;
    display: flex
}

.primary-nav-wrap .sub-menu > li > a {
    color: #444;
    font-size: 13px;
    font-weight: 600;
    height: 36px;
    line-height: 34px;
    padding: 0 25px;
    text-transform: capitalize
}

.header-area.header-sticky.sticky .primary-nav-wrap .sub-menu > li > a {
    color: #444
}

    .header-area.header-sticky.sticky .primary-nav-wrap .sub-menu > li > a:hover {
        color: #4f4ec9
    }

.not-found .page-header .page-title {
    color: #444;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase
}

.not-found .page-content p {
    margin-bottom: 30px
}

.not-found form#search input {
    -moz-appearance: none;
    font-size: 1.5rem;
    height: 36px;
    max-width: 500px;
    padding: 0 8px;
    border-color: #343b4d;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px
}

    .not-found form#search input:focus {
        border-color: #5f65c9
    }

.not-found form#search button[type=submit] {
    background: #343b4d none repeat scroll 0 0;
    border-color: #343b4d;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: inherit;
    right: auto;
    text-transform: uppercase;
    width: auto
}

    .not-found form#search button[type=submit]:hover {
        background: #5f65c9 none repeat scroll 0 0;
        border-color: #5f65c9
    }

.sidebar-widget h5.sidebar-title {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize
}

    .sidebar-widget h5.sidebar-title:before {
        background: #5f65c9 none repeat scroll 0 0;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50%
    }

.nexo-slider-area .kc_wrap-video-bg {
    z-index: -1
}

.text-center .kc-elm .kc_button {
    float: none
}

.nexo-slider-area.fixed-text-parallax-bg {
    height: inherit
}

.nexo-slider-area .kc-title-wrap .kc_title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase
}

.nexo-slider-area .kc_text_block p {
    color: #fff;
    margin-bottom: 45px
}

.nexo-slider-area .kc_button {
    background-color: #5f65c9;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 30px 9px;
    text-transform: uppercase
}

    .nexo-slider-area .kc_button:hover {
        background: #fff none repeat scroll 0 0;
        border-color: #fff;
        color: #4f4ec9
    }

.mc4wp-alert > p {
    color: #fff;
    text-align: center
}

.wpcf7-response-output {
    border-color: #ffffff !important;
    border-width: 1px !important;
    color: #fff
}

.header-sticky.sticky {
    height: 85px
}

.header-area.header-sticky.sticky .primary-nav-wrap ul > li > a {
    font-weight: 500 !important;
}

    .header-area.header-sticky.sticky .primary-nav-wrap ul > li.active > a, .header-area.header-sticky.sticky .primary-nav-wrap ul > li > a:hover {
        opacity: 1
    }

.nexo-faq-area .ui-state-active a:before {
    content: "-";
    font-weight: 700;
    margin-right: 10px
}

.nexo-faq-area .ui-state-active a i {
    display: none
}

.primary-nav-wrap ul.menu-main-menu > li.active > a {
    color: #4f4ec9
}

.nexo-feature-boxes-area .content-icon i {
    position: relative
}

.nexo-feature-boxes-area .kc-feature-boxes .content-icon i:after {
    background: rgba(101,133,244,.33) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 49px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease 0s;
    width: 49px
}

.nexo-feature-boxes-area .kc-feature-boxes:hover .content-icon i:after {
    background: rgba(0,0,0,0) none repeat scroll 0 0
}

.nexo-feature-boxes-area .kc-feature-boxes:hover .content-icon i {
    box-shadow: 0 0 1px 3px rgba(101,133,244,.33);
    color: #5f65c9
}

.nexo-feature-boxes-area .kc-feature-boxes:hover .content-icon i {
    background-color: #fff;
    border-color: transparent !important;
    color: #5f65c9
}

.featuer-text-container ul li {
    margin: 0
}

.featuer-text-container ul {
    margin: 0
}

.page-area .hentry {
    margin-bottom: 0
}

.contact-area {
    background: #6789d5 none repeat scroll 0 0
}

    .contact-area .kc-container {
        margin-bottom: 0
    }

.footer-bottom {
    padding-top: 55px !important
}

.single-footer.widget:not(.widget_rss) ul li {
    padding: 5px 0
}

.single-footer.widget ul li ul li:first-child {
    margin-top: 5px
}

.mean-container .mean-bar ul li a.mean-expand {
    line-height: 44px
}

.wp-block-media-text {
    margin-bottom: 15px
}

.wp-block-button.is-style-outline {
    margin: 20px 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a, ul.wp-block-latest-posts.wp-block-latest-posts__list a, ul.wp-block-archives.extraclass.wp-block-archives-list li a, .story-hbtitle a.wp-block-button__link, .wp-block-file .wp-block-file__button {
    text-decoration: none
}

.wp-block-button.is-style-squared {
    margin-bottom: 20px
}

.wp-block-button {
    margin-bottom: 15px
}

.blog-story .wp-block-group.has-background {
    padding: 25px 15px;
    margin-bottom: 20px
}

.home .page-area {
    padding: 0
}











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

*::-moz-selection {
    background: #5170cd none repeat scroll 0 0;
    color: #fff;
    text-shadow: none
}

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

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #fff
}

.f-left {
    float: left
}

.f-right {
    float: right
}

p {
    line-height: 1.7;
    font-size: 14px
}

ul {
    margin: 0;
    padding: 0
}

::-webkit-input-placeholder {
    color: #969696
}

::-moz-placeholder {
    color: #969696;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

:-ms-input-placeholder {
    color: #969696
}

:-moz-placeholder {
    color: #969696
}

.default-btn {
    background: #4f4ec9 none repeat scroll 0 0;
    border: 1px solid #4f4ec9;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 41px;
    padding: 9px 30px;
    line-height: 23px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

    .default-btn:hover, .default-btn:focus, .default-btn:active {
        background: #fff;
        border-color: #fff;
        color: #4f4ec9
    }

    .default-btn span {
        z-index: 2;
        position: relative
    }

.border-white {
    border-color: #fff;
    background: 0 0
}

    .border-white:hover, .border-white:focus, .border-white:active {
        background: #fff
    }

.default-btn1.shadow {
    box-shadow: 0 0 8px 0 rgba(255,255,255,.31)
}

input, select, textarea {
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

img {
    max-width: 100%
}

input, textarea {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    color: #666;
    font-size: 12px;
    height: 35px;
    padding-left: 10px;
    width: 100%
}

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #666
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #666
    }

select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262
}

option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    font-size: 14px
}

input:focus, textarea:focus {
    border-color: #c1c1c1
}

textarea {
    height: 100px;
    padding: 12px 17px;
    resize: vertical;
    width: 100%
}

    textarea:focus {
        box-shadow: none;
        outline: 0
    }

#scrollUp {
    background: rgb(255 69 0);
    border-radius: 3px;
    bottom: 60px;
    color: #fff;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all .5s ease-in-out 0s;
    width: 46px;
    z-index: 999
}

    #scrollUp:hover {
        background: rgba(101,133,244,.6)
    }

.bg-white {
    background: #fff
}

.bg-light-1 {
    background: #f1f1f1
}

.bg-dark {
    background: #313131
}

.transparent-bg {
    background: 0 0
}

.overlay-blue:before, .overlay-blue-2:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.overlay-blue:before {
    background: rgba(86,144,207,.88) none repeat scroll 0 0
}

.overlay-blue-2:before {
    background: rgba(86,144,207,.92) none repeat scroll 0 0
}

.section-title {
    margin: 0 25px 43px 0
}

    .section-title > h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 8px
    }

    .section-title.two {
        margin: 0 48px 36px
    }

        .section-title.two h2 {
            margin-bottom: 12px
        }

    .section-title.white, .section-title.white h2 {
        color: #fff
    }

.header-area {
    z-index: 2;
    position: relative
}

.fixed {
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 7
}

.logo a {
    display: inline-block
}

.logo img {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 100%
}

.main-menu {
    display: block;
    position: relative;
    z-index: 2
}

    .main-menu ul {
        text-align: right
    }

        .main-menu ul li {
            display: inline-block;
            margin-left: 40px;
            position: relative
        }

            .main-menu ul li a {
                color: #fff;
                display: inline-block;
                font-size: 15px;
                font-weight: 500;
                line-height: 28px;
                padding: 2px 0 0;
                position: relative;
                text-transform: uppercase;
                transition: all .4s ease 0s
            }

    .main-menu > nav > ul > li:hover > a, .main-menu > nav > ul > li.active > a {
        color: #4f4ec9
    }

    .main-menu ul li ul {
        background: #fff none repeat scroll 0 0;
        box-shadow: -1px 5px 6px 1px rgba(0,0,0,.2);
        left: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        padding: 14px 18px;
        position: absolute;
        text-align: left;
        top: 100%;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        visibility: hidden;
        width: 212px;
        z-index: 999
    }

    .main-menu ul li:hover > ul {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        visibility: visible
    }

    .main-menu ul li ul li {
        display: block;
        margin: 0;
        padding: 6px 0
    }

        .main-menu ul li ul li a {
            color: #313131;
            display: block;
            font-size: 14px;
            line-height: 26px;
            padding: 0;
            text-transform: capitalize
        }

        .main-menu ul li ul li:hover > a {
            color: #00d379
        }

        .main-menu ul li ul li a:before {
            display: none
        }

        .main-menu ul li ul li > ul {
            left: 100%;
            opacity: 0;
            -ms-filter: "alpha(opacity=0)";
            position: absolute;
            top: 17%;
            visibility: hidden
        }

.mobile-menu-area, .mean-container .mean-bar:after {
    display: none
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
    height: 0
}

.mean-container a.meanmenu-reveal {
    border: 0 none;
    color: #5f65c9;
    margin-top: -34px;
    padding: 2px 0;
    position: absolute
}

    .mean-container a.meanmenu-reveal.meanclose {
        margin-top: -26px
    }

    .mean-container a.meanmenu-reveal span {
        background-color: #5f65c9
    }

.mean-container .mean-nav {
    margin-top: 20px;
    position: absolute
}

.header-sticky.sticky, .header-area.header-style-2.header-sticky.sticky .header-buttom {
    animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 0 9.9px .1px rgba(91,91,91,.2);
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.sticky .main-menu > nav > ul > li {
    padding: 0
}

    .sticky .main-menu > nav > ul > li > a {
        line-height: 70px;
        opacity: .7
    }

.sticky .logo {
    padding: 21px 0
}

    .sticky .logo img {
        width: 100%
    }

.sticky .main-menu {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    margin: 0;
    padding: 0
}

.sticky .header-btn {
    padding: 14px 0
}

.mainmenu-area .sticky {
    background: rgba(255,255,255,.8) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50,50,50,.4)
}

.header-area .sticky .main-menu > nav > ul > li > a {
    line-height: 68px
}

.mobile-menu-area {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

    .mobile-menu-area .menu-close {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #858585;
        height: 40px;
        padding: 0;
        width: 40px;
        margin-bottom: 30px
    }

        .mobile-menu-area .menu-close:hover {
            color: #433a8b;
            border-color: #433a8b
        }

        .mobile-menu-area .menu-close i {
            display: block;
            font-size: 30px;
            line-height: 30px;
            padding-right: 2px
        }

.mean-container .mean-bar ul li a {
    color: #303030;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px
}

.sticky .main-menu > nav > ul > li:hover > a, .sticky .main-menu > nav > ul > li.active > a {
    color: #fff;
    opacity: 1
}

.mean-last {
    border-bottom: 1px solid #ddd
}

.background-area, .banner-content, .banner-content .container, .banner-content .row, .banner-content .col-md-9, .banner-content .col-md-7, .banner-content .col-md-5, .banner-content .text-content-wrapper, .banner-content .text-content, .banner-content .display-table, .banner-content .display-table-cell, .background-content, .slider-carousel, .slider-text-carousel, .slider-full-carousel, .single-carousel, .background-area .owl-stage-outer, .background-area .owl-stage, .background-area .owl-item, .overlay-blue, .slider-carousel {
    height: 100%
}

.background-area {
    height: 100vh;
    overflow: hidden;
    position: relative
}

.banner-content .text-content-wrapper {
    display: table;
    width: 100%
}

.banner-content .text-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 1
}

.banner-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase
}

    .banner-content h1 span {
        color: #4f4ec9
    }

.nexo-hero-section .title1 {
    margin-bottom: 25px;
    padding-top: 60px
}

.title2 {
    margin-bottom: 35px
}

.banner-content p {
    color: #fff;
    margin-bottom: 52px;
    padding-right: 170px
}

.text-content.text-center p {
    padding: 0 90px
}

.banner-btn {
    clear: both;
    display: block
}

    .banner-btn .default-btn:first-child {
        margin-right: 20px
    }

.banner-image {
    bottom: 100px;
    padding-left: 50px;
    position: absolute;
    right: 0;
    width: 48%
}

    .banner-image .mobile {
        bottom: 0;
        position: absolute;
        right: -15px;
        text-align: right;
        width: 39%
    }

.background-content {
    position: relative
}

.watch {
    bottom: 7px;
    position: absolute;
    right: 25%;
    width: 42%
}

.background-content, .slider-carousel, .slider-full-carousel {
    z-index: 3
}

.banner-content h1.title2 span {
    color: #fff
}

.srv-icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: all .3s ease 0s;
    z-index: 2;
    position: relative
}

.srv-icon {
    background: rgba(101,133,244,.33) none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-table;
    height: 68px;
    margin: auto auto 26px;
    text-align: center;
    transition: all .2s linear 0s;
    width: 68px
}

    .srv-icon > span {
        display: table-cell;
        position: relative;
        vertical-align: middle
    }

        .srv-icon > span:after {
            background: rgba(101,133,244,.33) none repeat scroll 0 0;
            border-radius: 50%;
            bottom: 0;
            content: "";
            height: 49px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            transition: all .3s ease 0s;
            width: 49px
        }

.ht-single-service:hover .srv-icon img {
    filter: brightness(100%) invert(0%);
    -webkit-filter: brightness(100%) invert(0%)
}

.ht-single-service:hover .srv-icon > span:after, .ht-single-service:hover .srv-icon {
    background: #fff none repeat scroll 0 0
}

.ht-single-service:hover .srv-icon {
    box-shadow: 0 0 1px 3px rgba(101,133,244,.33)
}

.srv-text {
    padding: 0 40px
}

    .srv-text h5 {
        font-size: 18px;
        margin-bottom: 13px;
        transition: all .3s ease 0s
    }

    .srv-text p {
        margin-bottom: 0
    }

.ht-single-service:hover .srv-text h5 {
    color: #5f65c9
}

.ht-work-video-container {
    height: 383px
}

.ht-video-wrapper {
    float: left;
    height: 100%;
    padding: 0 100px 35px 22px;
    position: relative;
    width: 50%
}

.ht-video-content {
    height: 100%;
    position: relative;
    width: 100%
}

    .ht-video-content:before, .ht-video-content:after {
        background: rgba(0,0,0,0) linear-gradient(rgba(80,79,202,.82),rgba(100,132,243,.82)) repeat scroll 0 0;
        box-shadow: 0 3px 24px 0 rgba(0,0,0,.54);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .ht-video-content:before {
        background: #4948ba none repeat scroll 0 0;
        bottom: -35px;
        height: calc(100% - 4px);
        left: -42px;
        top: auto;
        width: calc(100% - 5px)
    }

.ht-video-bg {
    height: 100%;
    position: relative;
    width: 100%
}

.video-popup {
    background: rgba(79,78,201,.54) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    height: 68px;
    left: 0;
    margin: auto;
    padding: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 68px;
    z-index: 1
}

    .video-popup i {
        background: rgba(101,133,244,.82) none repeat scroll 0 0;
        border-radius: 50%;
        display: block;
        font-size: 20px;
        line-height: 40px;
        transition: all .3s ease 0s;
        margin: auto
    }

    .video-popup:hover {
        color: #fff
    }

        .video-popup:hover i {
            transform: scale(1.2)
        }

.video-text {
    float: left;
    overflow: hidden;
    padding-top: 17px;
    width: 50%
}

.ht-work-icon {
    display: inline-block;
    float: left;
    height: 38px;
    margin-right: 15px;
    width: 35px
}

.ht-work-text {
    overflow: hidden
}

    .ht-work-text h4 {
        line-height: 22px;
        margin-bottom: 9px
    }

.ht-work-process .row {
    margin-left: -33px;
    margin-right: -33px
}

.ht-work-process .col-md-6 {
    padding-left: 33px;
    padding-right: 33px
}

.ht-single-work-process {
    margin-bottom: 28px;
    overflow: hidden
}

.about-img img {
    box-shadow: 0 3px 24px 0 rgba(0,0,0,.54)
}

.about-img {
    padding-bottom: 155px;
    position: relative;
    text-align: right
}

.abt-img-1 {
    margin-right: 56px
}

.abt-img-2 {
    position: absolute;
    right: 0;
    top: 155px
}

.abt-img-3 {
    position: absolute;
    right: 182px;
    top: 63px
}

.about-text > h2, .feature-product-text > h2 {
    font-size: 28px;
    font-weight: 600
}

    .about-text > h2:first-of-type, .feature-product-text > h2:first-of-type {
        margin-bottom: 9px
    }

    .about-text > h2:nth-of-type(2), .feature-product-text > h2:nth-of-type(2) {
        margin-bottom: 31px
    }

.about-text > p:first-of-type {
    margin-bottom: 18px
}

.about-text {
    padding-right: 30px;
    padding-top: 31px
}

.about-btn > a {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: inline-block;
    margin-right: 22px;
    padding: 7px 0 3px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 168px
}

.btn-img {
    display: inline-block;
    padding-right: 4px;
    position: relative;
    top: -8px
}

.btn-text {
    display: inline-block
}

    .btn-text span {
        color: #606060;
        display: block;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        transition: all .3s ease 0s
    }

    .btn-text > span:last-child {
        color: #303030;
        font-size: 16px;
        font-weight: 500
    }

.about-btn > a.black {
    background: #303030 none repeat scroll 0 0;
    border-color: #303030
}

    .about-btn > a.black span {
        color: #fff
    }

.about-btn > a:hover {
    background: #4746b5 none repeat scroll 0 0;
    border-color: #4746b5
}

    .about-btn > a:hover span {
        color: #fff
    }

.about-btn {
    overflow: hidden;
    padding-top: 27px
}

.about-img img {
    box-shadow: 0 3px 24px 0 rgba(0,0,0,.54)
}

.about-img {
    padding-bottom: 155px;
    position: relative;
    text-align: right
}

.abt-img-1 {
    margin-right: 56px
}

.abt-img-2 {
    position: absolute;
    right: 0;
    top: 155px
}

.abt-img-3 {
    position: absolute;
    right: 182px;
    top: 63px
}

.fun-text > h3, .fun-text > h4 {
    color: #fffefe;
    font-family: "Montserrat",sans-serif
}

.fun-icon {
    color: #fff;
    display: inline-block;
    font-size: 44px;
    line-height: 51px;
    padding-right: 12px;
    position: relative;
    top: -31px
}

.fun-text {
    display: inline-block;
    text-align: left
}

    .fun-text > h3 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 13px
    }

    .fun-text > h4 {
        font-size: 20px
    }

.single-fun-factor {
    text-align: center
}

.nav.nav-tabs {
    border: 0 none
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #79b0e7
}

.nav-tabs > li {
    margin: 0;
    padding-bottom: 38px;
    display: block;
    float: none
}

    .nav-tabs > li:last-child {
        margin: 0;
        padding: 0
    }

    .nav-tabs > li > a {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        color: #303030;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        margin: 0;
        padding: 0 0 0 44px;
        position: relative
    }

.featuer-text-container {
    padding-left: 0
}

    .featuer-text-container .section-title {
        margin-right: 100px;
        padding-top: 10px
    }

.nav-tabs > li > a img {
    filter: brightness(1%) invert(0);
    -webkit-filter: brightness(1%) invert(0);
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s
}

.nav-tabs > li.active > a img, .nav-tabs > li.active > a:focus img, .nav-tabs > li > a:hover img, .nav-tabs > li.active > a:hover img {
    filter: brightness(100%) invert(0%);
    -webkit-filter: brightness(100%) invert(0%)
}

.feature-list {
    padding-top: 6px
}

.feature-text > span {
    background: #6b9dd5 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.59);
    display: inline-block;
    height: 51px;
    line-height: 51px;
    margin-bottom: 23px;
    width: 51px
}

.feature-text {
    text-align: center
}

    .feature-text > h4 {
        margin-bottom: 20px;
        margin-top: 0
    }

.tab-content {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.24);
    margin-top: 63px;
    padding: 50px 30px 39px
}

.feature-product-text {
    padding-right: 50px;
    padding-top: 46px
}

    .feature-product-text p {
        margin-bottom: 31px
    }

    .feature-product-text .default-btn:hover {
        background: #303030 none repeat scroll 0 0;
        border-color: #303030;
        color: #fff
    }

.feature-product-img {
    text-align: right
}

.single-slick-item {
    transition: all .3s ease 0s;
    padding-bottom: 36px !important;
    padding-top: 36px !important
}

    .single-slick-item.slick-active {
        z-index: 2
    }

        .single-slick-item.slick-active img {
            box-shadow: 0 0 16px 0 rgba(0,0,0,.48);
            position: relative
        }

    .single-slick-item.slick-center {
        transform: scale(1.095);
        z-index: 3
    }

    .single-slick-item.slick-slide.slick-current.slick-active img {
        box-shadow: 0 0 16px 0 rgba(0,0,0,.59)
    }

.slick-carousel {
    padding: 10px 0
}

.slick-dots li button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #c9cacc;
    border-radius: 50%;
    color: rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    width: 12px
}

.slick-dots > li {
    display: inline-block;
    height: 17px;
    margin: 6px
}

.slick-dots li.slick-active button {
    background: #4e4dc7 none repeat scroll 0 0;
    border-color: #4e4dc7;
    height: 15px;
    position: relative;
    top: -1px;
    width: 15px;
    box-shadow: 0 0 7px 0 rgba(255,255,255,.52)
}

.slick-dots {
    height: 25px;
    margin: 17px auto 0;
    text-align: center
}

.testi-image img {
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 7px 0 rgba(9,9,9,.52);
    margin: 5px 0
}

.testi-image {
    display: block;
    height: 93px;
    margin: 0 auto 21px;
    text-align: center;
    width: 93px
}

.testi-rating i {
    color: #6b9dd5;
    font-size: 14px;
    margin: 0 1px
}

.sin-testiText > p {
    margin-bottom: 25px;
    padding: 0 20px
}

.testi-rating {
    margin-bottom: 27px
}

.sin-testiText h5 {
    color: #606060;
    font-weight: 400;
    margin: 0
}

.sin-testiText > h4 {
    margin-bottom: 4px;
    margin-top: 0
}

.slick-arrow {
    display: none !important
}

.sin-testiImage {
    opacity: .58;
    padding: 9px 0;
    text-align: center
}

.testimonial-image-slider img {
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 7px 0 rgba(9,9,9,.52);
    cursor: pointer;
    height: 57px;
    margin: auto;
    text-align: center;
    width: 57px
}

.testimonial-image-slider {
    margin: 43px 0 0;
    padding: 0 10px
}

.sin-testiImage.slick-current {
    opacity: 1;
    padding: 5px 0
}

    .sin-testiImage.slick-current img {
        height: 65px;
        width: 65px
    }

.sin-testiImage:focus {
    outline: 0 !important
}

.pricing-area .section-title.two {
    margin: 0 48px 47px
}

.price-title > h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 51px;
    margin: 0
}

.price-title > h4 {
    font-weight: 400;
    margin: 0
}

.price-list > span {
    color: #303030;
    display: block;
    line-height: 30px
}

.price-title {
    padding: 20px 0 36px
}

.single-price-table > h3 {
    font-weight: 600;
    margin-bottom: 27px;
    margin-top: 0
}

.price-list {
    margin-bottom: 21px
}

.price-btn .default-btn {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.36);
    color: #303030;
    line-height: 25px;
    text-transform: capitalize
}

.single-price-table {
    background: #f9fdff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.24);
    overflow: hidden;
    padding: 17px 0 27px;
    position: relative;
    transition: all .3s ease 0s
}

    .single-price-table.active, .single-price-table:hover {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 0 29px 0 rgba(0,0,0,.45)
    }

.row.custom {
    margin-left: -11px;
    margin-right: -11px
}

.custom .col-md-3 {
    padding-left: 11px;
    padding-right: 11px
}

.text-hover {
    background: #4e4dc7 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 48px;
    left: 33%;
    padding: 9px 0;
    position: absolute;
    top: 25px;
    transform: rotate(45deg);
    transition: all .3s ease 0s;
    width: 100%
}

.single-price-table:hover .default-btn, .single-price-table.active .default-btn {
    background: #4e4dc7 none repeat scroll 0 0;
    color: #fff
}

.newsletter-text > h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px
}

.newsletter-text > p {
    color: #fff;
    margin-bottom: 40px
}

.newsletter-text {
    padding: 72px 64px 75px
}

.mc-form {
    border: 1px solid #fff;
    border-radius: 30px;
    height: 40px;
    margin: auto;
    position: relative;
    width: 414px
}

    .mc-form input {
        border: 0 none;
        color: #fff;
        font-size: 14px;
        height: 100%;
        padding-left: 23px
    }

.newsletter-area input::-moz-placeholder {
    color: #fff
}

.newsletter-area input::-webkit-input-placeholder {
    color: #fff
}

.mc-news {
    left: -5000px;
    position: absolute
}

.mc-form button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    line-height: 40px;
    padding: 0 13px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 49px
}

.faq-title {
    margin-bottom: 42px;
    padding-right: 60px
}

    .faq-title > h2 {
        font-size: 28px;
        font-weight: 600
    }

        .faq-title > h2:first-of-type {
            margin-bottom: 10px
        }

        .faq-title > h2:last-of-type {
            margin-bottom: 30px
        }

.default-panel {
    padding-left: 0
}

.faq-area .panel-group {
    margin: 0;
    padding-right: 100px
}

.panel-default {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none
}

    .panel-default > .panel-heading {
        background: inherit;
        border-color: inherit;
        margin: 0;
        padding: 0
    }

.faq-area .panel h4 {
    font-family: "Poppins",sans-serif;
    font-size: 14px
}

.faq-area .panel-title a.collapsed {
    color: #303030
}

.default-panel .sub_title {
    margin-bottom: 30px
}

.faq-area .panel-title > a {
    background: inherit;
    border-bottom: 0 none;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0 8px 40px;
    position: relative;
    text-decoration: none;
    transition: all .5s ease 0s;
    width: 100%
}

.faq-area .panel-title a span:before {
    border: 1px solid #6b9dd5;
    border-radius: 50%;
    color: #606060;
    content: "";
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 23px;
    left: 0;
    line-height: 23px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 6px;
    transition: all .3s ease 0s;
    width: 23px;
    z-index: 2
}

.faq-area .panel-title a span:before {
    content: "-";
    color: #fff
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0
}

.faq-area .panel-title a.collapsed span:before {
    background: 0 0;
    content: "+";
    color: #606060;
    border-color: #acacac
}

.faq-area .panel-title a span:before {
    background: #6b9dd5
}

.panel-body > p {
    color: #303030;
    margin: 0
}

.panel-body {
    padding: 17px 20px 23px 40px
}

.panel-group .panel + .panel {
    margin-top: 14px
}

.faq-img {
    padding-top: 35px;
    text-align: right
}

.footer-top {
    background: #567cd0 none repeat scroll 0 0;
    color: #fff;
    margin-top: -230px
}

    .footer-top h3 {
        color: #fff;
        font-weight: 600
    }

.contact-form-container > h3:first-of-type {
    margin-bottom: 6px
}

.contact-form-container > h3:nth-of-type(2) {
    margin-bottom: 12px
}

.contact-form-container > form input, .contact-form-container > form textarea {
    border: 1px solid #fefefe;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-bottom: 32px
}

.contact-form-container > form textarea {
    border-radius: 15px;
    height: 131px
}

.contact-form-container > form .row {
    margin-left: -11px;
    margin-right: -11px
}

.contact-form-container > form .col-md-6 {
    padding-left: 11px;
    padding-right: 11px
}

.contact-form-container > p {
    margin-bottom: 46px
}

.footer-top {
    background: #567cd0 none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    color: #fff;
    margin-top: -230px
}

.contact-form-container {
    padding: 103px 97px 95px 80px
}

.footer-top h3 {
    color: #fff;
    font-weight: 600
}

.contact-form-container > h3:first-of-type {
    margin-bottom: 6px
}

.contact-form-container > h3:nth-of-type(2) {
    margin-bottom: 12px
}

.contact-form-container > form input, .contact-form-container > form textarea {
    border: 1px solid #fefefe;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-bottom: 32px;
    padding: 0 20px
}

.contact-form-container input::-moz-placeholder, .contact-form-container textarea::-moz-placeholder {
    color: #fff
}

.contact-form-container input::-webkit-input-placeholder, .contact-form-container textarea::-webkit-input-placeholder {
    color: #fff
}

.contact-form-container > form textarea {
    border-radius: 15px;
    height: 131px;
    resize: none;
    padding: 10px 20px
}

.contact-form-container > form .row {
    margin-left: -11px;
    margin-right: -11px
}

.contact-form-container > form .col-md-6 {
    padding-left: 11px;
    padding-right: 11px
}

.contact-form-container > p {
    margin-bottom: 46px
}

.submit-btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 22px;
    text-transform: capitalize;
    width: auto
}

.contact-address {
    padding: 192px 110px 0 64px;
    position: relative
}

.single-c-info {
    margin-bottom: 22px;
    overflow: hidden
}

.c-icon {
    display: block;
    float: left;
    position: relative;
    top: 15px;
    width: 40px
}

.c-text {
    display: block;
    line-height: 29px;
    overflow: hidden
}

.contact-address > h3 {
    margin-bottom: 30px
}

.contact-address .divider {
    background: #ccc none repeat scroll 0 0;
    height: 240px;
    left: -40px;
    position: absolute;
    top: 203px;
    width: 1px
}

    .contact-address .divider:before {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        bottom: 0;
        content: "";
        height: 180px;
        left: -9px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 19px
    }

.f-logo > a {
    display: inline-block
}

.f-logo {
    margin-bottom: 20px;
    padding-top: 65px
}

.social-icon > a {
    border: 1px solid #c9cacc;
    border-radius: 50%;
    color: #fffefe;
    display: inline-block;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    margin: 0 7px;
    width: 32px
}

    .social-icon > a:hover {
        background: #fff none repeat scroll 0 0;
        border-color: #fff;
        color: #4f59cc
    }

.footer-text, .footer-text a {
    color: #e6e6e6
}

    .footer-text a:hover {
        border-bottom: 1px solid #e6e6e6
    }

.footer-text {
    margin-bottom: 28px;
    margin-top: 65px
}

.banner-video-btn {
    bottom: 73px;
    display: block;
    left: 15px;
    position: absolute;
    width: auto
}

    .banner-video-btn .video-popup {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        border-radius: 0;
        height: auto;
        position: relative;
        width: auto;
        float: left;
        padding: 0
    }

        .banner-video-btn .video-popup i {
            border: 1px solid #b0bdcb;
            height: 35px;
            line-height: 35px;
            margin-right: 8px;
            position: inherit;
            width: 35px;
            float: left
        }

        .banner-video-btn .video-popup > span {
            font-size: 18px;
            font-weight: 600;
            margin-top: 3px;
            float: left
        }

.background-three-text {
    padding-left: 54px
}

    .background-three-text .title1 {
        margin-bottom: 14px
    }

    .background-three-text .title2 {
        margin-bottom: 30px;
        font-size: 46px
    }

    .background-three-text p {
        margin-bottom: 44px;
        padding-right: 0
    }

.tablet {
    float: left;
    margin-left: -29px;
    margin-right: 22px
}

.phone-watch {
    float: left;
    text-align: center
}

.phone-three {
    margin-bottom: 10px
}

.tablet, .phone-watch {
    padding-top: 75px
}

.background-three-text .title1 {
    padding-top: 80px
}

.background-area .owl-nav div {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 2px solid rgba(255,255,255,.4);
    color: #fff;
    font-size: 43px;
    height: 50px;
    left: -56px;
    line-height: 55px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all .4s ease 0s;
    width: 50px;
    z-index: 999
}

.background-area .owl-nav .owl-next {
    left: auto;
    right: -56px
}

.background-area:hover .owl-nav div {
    left: 10px
}

.background-area:hover .owl-nav .owl-next {
    left: auto;
    right: 10px
}

.background-area .owl-nav div:hover {
    background: rgba(255,255,255,.4) none repeat scroll 0 0
}

.single-carousel {
    background-size: cover
}

.parallax {
    background-position: center top;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}



@media (min-width:768px) and (max-width:991px) {
    .site-logo {
        padding: 15px 0
    }

    .mean-container .mean-bar ul li a {
        line-height: 20px
    }

    .mean-nav ul li li a {
        padding: 10px 30px 10px 50px
    }

    .mean-nav ul li li li a {
        padding: 10px 30px 10px 65px
    }
}

@media (max-width:767px) {
   

    .site-logo {
        padding: 15px 0
    }

    .comment-list .children {
        margin-left: 10px
    }

    .author-top .author-comment {
        padding: 0
    }

    .page-not-found-wrap .pnf-inner h1 {
        font-size: 100px
    }

    .page-not-found-wrap .pnf-inner h2 {
        font-size: 30px
    }

    .page-not-found-wrap .pnf-inner p {
        font-size: 16px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    
}

*, .kc-col-container, .kc-container, .kc-elm {
    box-sizing: border-box
}

.kc-off-notice a, .kc_twitter_feed a:hover {
    text-decoration: underline
}

.kc_google_maps[data-wheel=disable] iframe, .kc_wrap-video-bg {
    pointer-events: none
}

.fb-line-1 .likes, .fb-line-1 .username, .kc-owl-post-carousel .owl-item .title {
    text-overflow: ellipsis;
    white-space: nowrap
}

.back i, .front i {
    display: inline-block
}

div {
    display: block
}

.kc-elm {
    float: left;
    width: 100%
}

.kc_col-sm-1 {
    width: 8.33333%
}

.kc_col-sm-2 {
    width: 16.6667%
}

div.kc_col-of-5 {
    width: 20%;
    float: left
}

.kc_col-sm-3 {
    width: 25%
}

.kc_col-sm-4 {
    width: 33.3333%
}

.kc_col-sm-5 {
    width: 41.6667%
}

.kc_col-sm-6 {
    width: 50%
}

.kc_col-sm-7 {
    width: 58.3333%
}

.kc_col-sm-8 {
    width: 66.6667%
}

.kc_col-sm-9 {
    width: 75%
}

.kc_col-sm-10 {
    width: 83.3333%
}

.kc_col-sm-11 {
    width: 91.6667%
}

.kc_col-sm-12 {
    width: 100%
}

.kc-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.kc-row-container:not(.kc-container) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
}

.kc_wrap-video-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.kc_single_image img {
    max-width: 100%;
    display: inline-block
}

.kc-video-bg .kc_column {
    position: relative
}

.kc-infinite-loop {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: red;
    width: 100%;
    display: inline-block
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.kc_row:not(.kc_row_inner) {
    clear: both;
    float: left;
    width: 100%
}

.kc-row-container.kc-container .kc-wrap-columns, .kc_row_inner {
    margin-left: -15px;
    margin-right: -15px;
    clear: both
}

.kc_row.kc_row_inner {
    width: calc(100% + 30px)
}

.kc_tab_content > .kc_row_inner {
    width: 100%;
    margin: 0
}

.kc_column, .kc_column_inner {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

    .kc_column > .kc-col-container, .kc_column_inner > .kc-col-inner-container {
        height: 100%
    }

.kingcomposer div.kc_column, .kingcomposer div.kc_column_inner {
    clear: none
}

.kc_row_inner > div.kc_column_inner:only-child {
    width: 100%
}

.kc_clfw {
    width: 100% !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.kc-col-container {
    clear: both;
    display: block;
    width: 100%
}

section[data-kc-fullheight] {
    min-height: 100vh
}

html body section[data-kc-parallax=true] {
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important
}

section[data-kc-fullwidth] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    box-sizing: content-box
}

.kc_text_block {
    display: inline-block;
    clear: both;
    width: 100%
}

body section[data-kc-equalheight=true], body section[data-kc-equalheight=true] > .kc-container, body section[data-kc-equalheight=true] > .kc-container .kc-wrap-columns {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

body div.kc_row_inner[data-kc-equalheight=true] {
    width: calc(100% + 30px);
    flex-wrap: wrap
}

body div[data-kc-equalheight-align=middle] > .kc_column_inner > .kc_wrapper, body div[data-kc-equalheight-align=bottom] > .kc_column_inner > .kc_wrapper, body section[data-kc-equalheight-align=middle] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=middle] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=bottom] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
    height: 100%;
    width: 100%
}

body div.kc_row_inner[data-kc-equalheight=true] > .kc_column_inner > .kc_wrapper.kc_row_inner {
    height: 100%
}

body div[data-kc-equalheight-align=middle] > .kc_column_inner > .kc_wrapper, body section[data-kc-equalheight-align=middle] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=middle] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container {
    align-content: center;
    justify-content: center;
    align-items: center
}

body div[data-kc-equalheight-align=bottom] > .kc_column_inner > .kc_wrapper, body section[data-kc-equalheight-align=bottom] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=bottom] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container {
    align-content: flex-end;
    align-items: flex-end
}

body section[data-kc-fullheight=middle-content], body section[data-kc-fullheight=middle-content] > .kc-container, body section[data-kc-fullheight=middle-content] > .kc-row-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center
}

body section[data-kc-equalheight=true] > .kc-container .kc-wrap-columns {
    flex-wrap: wrap;
    margin-left: initial;
    margin-right: initial
}

.kc-off-notice {
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: #e9e385;
    color: #333;
    font-size: 14px
}

    .kc-off-notice a {
        text-transform: capitalize
    }

@media screen and (min-width:999px) {
    .kc-row-container .kc-wrap-columns, .kc_row_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        flex-wrap: wrap
    }

    .kc-row-container.kc-container .kc-wrap-columns, .kc_row_inner {
        width: calc(100% + 30px)
    }
}

@media screen and (max-width:767px) {
    body.kc-css-system .kc_column, body.kc-css-system .kc_column_inner {
        width: 100%
    }

    div.kc_row {
        display: block
    }
}

.kc_shortcode .kc-widget-title, .kc_shortcode .kc_title {
    margin-bottom: 20px
}

.kc_shortcode ul {
    margin: 0;
    padding: 0
}

    .kc_shortcode ul li {
        list-style: none
    }

.kc_shortcode h3, .kc_shortcode h4, .kc_shortcode h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 600
}

.kc_shortcode h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

.kc_shortcode h5 {
    font-size: 16px
}

.kc_accordion_wrapper, .kc_tabs {
    margin-bottom: 24px
}

    .kc_tabs .kc_tabs {
        margin-bottom: 0
    }

.kc_tabs {
    display: inline-block;
    width: 100%
}

.kc_wrapper.ui-tabs {
    width: 100%;
    display: inline-block
}

.kc_vertical_tabs > .kc_wrapper.ui-tabs {
    border: none
}

.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
    margin: 0
}

ul.kc-tabs-slider-nav li {
    display: inline-block;
    cursor: pointer;
    padding: 8px 15px
}

    ul.kc-tabs-slider-nav li.kc-title-active {
        background: #ddd
    }

.kc_tabs_nav, .nav-pills {
    line-height: 45px;
    margin: 0;
    padding: 0
}

    .kc_tabs_nav:after, .kc_tabs_nav:before, .nav-pills:after, .nav-pills:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .kc_tabs_nav:after, .nav-pills:after {
        clear: both
    }

    .kc_tabs_nav ~ .kc_tab {
        overflow: hidden;
        float: left;
        width: 100%;
        height: 0
    }

html body.kc-css-system .kc_tabs_nav ~ .kc_tab:not(.ui-tabs-body-active) {
    margin: 0 !important;
    padding: 0 !important
}

.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
    height: inherit !important;
    background: #ddd
}

.kc_tabs_nav ~ .kc_tab .kc_tab_content {
    padding: 30px 30px 15px
}

.kc_tabs_nav > li, .nav-pills > li {
    float: left
}

    .kc_tabs_nav > li > a, .nav-pills > li > a {
        padding: 0 30px;
        text-decoration: none;
        outline: 0;
        display: block;
        line-height: 50px;
        color: #6b6b6b
    }

.kc_tabs > .kc_wrapper > .kc_tabs_nav {
    background: #eee;
    float: left;
    min-height: 50px;
    margin: 0;
    width: 100%
}

.kc_tabs_nav {
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important
}

    .kc_tabs_nav > li {
        list-style: none;
        border-right: 1px solid #fff;
        border-left: none !important;
        border-bottom: none !important;
        margin: 0;
        float: left;
        color: #333;
        box-shadow: none;
        cursor: pointer
    }

        .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
            background-color: #ddd;
            color: #333
        }

            .kc_tabs_nav > .ui-tabs-active, .kc_tabs_nav > .ui-tabs-active:hover, .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > .ui-tabs-active > a:hover {
                color: #555;
                display: block
            }

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    z-index: 10;
    right: 0
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
    border-right: none;
    right: 0;
    left: 0
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
    float: left;
    width: 75%;
    height: 0;
    overflow: hidden
}

    .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active {
        height: inherit;
        border: 1px solid #ddd
    }

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
    list-style: none
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li {
    list-style: none;
    border: 1px solid #ddd
}

.kc_wrapper > ul.ui-tabs-nav > li {
    overflow: hidden
}

.kc_vertical_tabs:not(.tabs_right) > .kc_wrapper > ul.ui-tabs-nav > li {
    border-right: 0 !important
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li {
    border-left: 0 !important
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li:not(:last-child) {
    border-bottom: 0 !important
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a:hover {
    border: none;
    background: #f7f7f7;
    margin-left: 0;
    color: #333
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a {
    display: block;
    padding: 12px 0 12px 20px;
    outline: 0;
    text-decoration: none
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
    float: right
}

.kc-video-inner iframe {
    margin-bottom: 0
}

.kc_accordion_content {
    padding-bottom: 0;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #727272;
    display: none
}

    .kc_accordion_content.ui-state-body-active {
        height: inherit !important
    }

.kc_accordion_section > .kc_accordion_header {
    position: relative;
    cursor: pointer;
    min-height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: -1px;
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0
}

.kc_accordion_section > .ui-state-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0
}

.kc_accordion_header > span.ui-accordion-header-icon {
    float: right;
    font-family: simple-line-icons;
    margin: 17px;
    color: #aaa;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .kc_accordion_header > span.ui-accordion-header-icon:before {
        content: "\e604"
    }

.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:before {
    content: "\e607"
}

.kc_accordion_header > a {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    outline: 0;
    font-weight: 400;
    border: none;
    cursor: pointer
}

.kc_accordion_content .kc-panel-body {
    padding: 15px;
    float: left;
    width: 100%
}

body div.dark_rounded .pp_loaderIcon {
    animation: 2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite kc-spinner;
    display: block;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    background-size: 50px 50px
}

body div.dark_rounded .pp_content, body div.dark_rounded .pp_content_container .pp_left, body div.dark_rounded .pp_content_container .pp_right {
    background: 0 0
}

body div.dark_rounded .pp_close {
    background: 0 0;
    text-indent: 0;
    text-align: right;
    color: #fff;
    font-size: 24px
}

    body div.dark_rounded .pp_close:hover {
        color: #aaa
    }

body div.dark_rounded a.pp_next, body div.dark_rounded a.pp_previous {
    position: fixed;
    -webkit-transform: translateZ(0);
    text-indent: 0 !important;
    top: 50%;
    margin-top: -20px;
    font-size: 25px;
    z-index: 1000001;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-backface-visibility: hidden;
    cursor: pointer
}

body div.dark_rounded a.pp_next {
    right: 0;
    background: 0 0
}

body div.dark_rounded a.pp_previous {
    left: 25px
}

    body div.dark_rounded a.pp_next:hover, body div.dark_rounded a.pp_previous:hover {
        background: 0 0;
        color: #aaa
    }

body .div.dark_rounded .pp_details {
    position: relative;
    text-align: center
}

body .div.dark_rounded .pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

body div.dark_rounded .pp_nav {
    font-size: 14px;
    margin: 0 10px 0 0;
    clear: right;
    float: left
}

body .pp_nav p {
    float: left;
    margin: 0 4px
}

body div.dark_rounded .pp_nav .pp_play, body div.ppt {
    display: none !important
}

.kc_google_maps {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px
}

    .kc_google_maps img {
        max-width: inherit;
        max-height: inherit
    }

    .kc_google_maps .map_popup_contact_form {
        position: absolute;
        z-index: 999;
        top: 0;
        overflow-y: auto;
        padding: 50px 60px 0;
        height: 100%;
        transform: translate(0,0);
        transition: transform .4s ease;
        -webkit-transition-property: -webkit-transform,left,right;
        -webkit-backface-visibility: hidden
    }

.map_popup_contact_form input[type=text], .map_popup_contact_form input[type=email], .map_popup_contact_form textarea {
    width: 100%;
    border: 1px solid #999;
    background: 0 0;
    color: #fff
}

.map_popup_contact_form textarea {
    height: 100px
}

.map_popup_contact_form p {
    margin-bottom: 10px
}

.map_popup_contact_form .close {
    position: absolute;
    top: 10px;
    right: 10px
}

.map_popup_contact_form .wpcf7-submit {
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0;
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}

.kc_google_maps .show_contact_form {
    position: absolute;
    left: 10px;
    top: 110px;
    z-index: 99;
    font-size: 20px;
    height: 33px;
    line-height: 20px;
    color: #f75850;
    display: none;
    background: #fff;
    padding: 0 10px;
    border-radius: 3px;
    box-shadow: 0 1px 1px #bebebe;
    transition: all .2s ease
}

    .kc_google_maps .show_contact_form i {
        margin-top: 7px
    }

    .kc_google_maps .show_contact_form:hover {
        background: #ebebeb;
        color: #000
    }

.map_popup_contact_form.left.hidden {
    transform: translate(-100%,0) !important
}

.map_popup_contact_form.right.hidden {
    transform: translate(100%,0) !important
}

.map_popup_contact_form.right {
    float: right;
    right: 0
}

    .map_popup_contact_form.right + a {
        right: 10px;
        float: right;
        left: auto;
        top: 50px
    }

.map_popup_contact_form .close {
    text-decoration: none;
    box-shadow: none;
    color: #fff
}

.kc-fb-layout-2, .kc-pricing-layout-1, .kc-pricing-layout-2, .kc-pricing-layout-4, .kc-testi-layout-3 {
    box-shadow: 0 1px 21px rgba(0,0,0,.21)
}

.map_popup_contact_form .close i {
    font-weight: 100;
    font-size: 25px
}

.kc_image_gallery.kc-grid {
    width: 100%
}

    .kc_image_gallery.kc-grid .item-grid {
        float: left;
        position: relative;
        width: 25%
    }

        .kc_image_gallery.kc-grid .item-grid .kc-image-overlay {
            background: rgba(0,0,0,.2)
        }

        .kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay {
            opacity: 1
        }

        .kc_image_gallery.kc-grid .item-grid img {
            display: block;
            max-width: 100%;
            border-image-width: 0
        }

.kc-countdown-timer span.group, .kc_button {
    padding: 10px 20px;
    color: #fff;
    display: inline-block
}

.kc_image_gallery.kc-grid .item-grid.grid-2 {
    width: 50%
}

.kc_image_gallery.kc-grid .item-grid.grid-3 {
    width: 32.7%
}

.kc_image_gallery.kc-grid .item-grid.grid-4 {
    width: 25%
}

.kc_image_gallery.kc-grid.masonry .item-grid.grid-4 {
    width: 24.8%
}

.kc_image_gallery.kc-grid .item-grid.grid-5 {
    width: 20%
}

.kc_image_gallery.kc-grid .item-grid.grid-6 {
    width: 16.66666666666666%
}

.kc-countdown-timer .countdown-style2 .timer, .kc-countdown-timer .countdown-style2 .unit, .kc-ui-progress-bar {
    width: 100%;
    float: left
}

.kc_image_gallery {
    clear: both
}

.kc_button {
    transition: background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    background-color: #1e73be
}

.kc-countdown-timer {
    text-align: left
}

    .kc-countdown-timer span.group {
        background: #42bce2;
        border-radius: 5px;
        margin-right: 10px;
        text-align: center
    }

    .kc-countdown-timer .group .timer {
        font-size: 20px;
        font-weight: 700
    }

    .kc-countdown-timer .countdown-style2 .group {
        padding: 10px
    }

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 44px 0
    }
}

.kc_progress_bars .progress-item {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.kc_progress_bars div.progress-item:first-child {
    margin-top: 0 !important
}

.kc_progress_bars div.progress-item:last-child {
    margin-bottom: 0 !important
}

.kc-ui-progress-bar {
    position: relative;
    background: #e4e4e4
}

.kc-ui-progress {
    position: relative;
    display: block;
    height: 10px;
    z-index: 2;
    background: #42bce2;
    overflow: initial !important
}

.kc-ui-progress-bar:after {
    background: #e4e4e4
}

.kc-ui-progress-bar2 .kc-ui-progress div.ui-label {
    margin-bottom: 10px
}

.kc-ui-progress div.ui-label {
    text-transform: uppercase;
    color: #272727;
    position: absolute;
    right: 0;
    margin-right: 12px;
    white-space: nowrap;
    bottom: 100%
}

    .kc-ui-progress div.ui-label .value {
        display: block;
        color: #333
    }

.kc_progress_bars .progress-item span.label {
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0;
    color: #333;
    float: left;
    font-weight: 500;
    position: relative
}

.kc-ui-progress2 span.value {
    float: left;
    width: 45px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: rgba(0,0,0,.4);
    background-size: 90%;
    border-radius: 3px;
    color: #fff;
    font-size: 12px
}

    .kc-ui-progress2 span.value:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        border: 4px solid transparent;
        border-top-color: rgba(0,0,0,.4);
        transform: translateX(-50%)
    }

.kc-ui-progress3 div.ui-label {
    bottom: 0;
    font-size: 1em;
    height: 100%;
    display: flex;
    align-items: center
}

.pie-chart-wrapper {
    text-align: center
}

.kc_piechart {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100px
}

    .kc_piechart .percent:after {
        content: "%";
        font-size: .8em;
        margin-left: .1em
    }

    .kc_piechart .percent {
        z-index: 2;
        text-align: center;
        font-size: 14px;
        display: block;
        color: #42bce2
    }

    .kc_piechart .pie_chart_percent i {
        width: 100%;
        font-size: 14px
    }

    .kc_piechart .pie_chart_percent {
        z-index: 2;
        top: 50%;
        position: absolute;
        left: 50%;
        text-align: center;
        font-size: 14px;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%)
    }

    .kc_piechart canvas {
        left: 0;
        position: absolute;
        top: 0
    }

.pie_chart_text {
    margin: 20px 0
}

.kc-flip-container {
    perspective: 1000;
    -webkit-perspective: 1000;
    min-height: 50px;
    float: left;
    width: 100%
}

    .kc-flip-container.flip .flipper, .kc-flip-container.hover .flipper, .kc-flip-container:hover .flipper {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg)
    }

    .kc-flip-container.flip-vertical.flip .flipper, .kc-flip-container.flip-vertical.hover .flipper, .kc-flip-container.flip-vertical:hover .flipper {
        transform: rotateX(180deg) rotateY(0);
        -webkit-transform: rotateX(180deg) rotateY(0)
    }

    .kc-flip-container .wrap-icon {
        float: left;
        width: 100%
    }

    .kc-flip-container .front {
        background: #f7f7f7;
        border: 1px solid #ebebeb
    }

        .kc-flip-container .front .front-content {
            float: left;
            width: 100%;
            padding: 30px 15px;
            text-align: center
        }

            .kc-flip-container .front .front-content i {
                font-size: 40px;
                color: #42bce2
            }

            .kc-flip-container .front .front-content h3 {
                margin: 0 0 20px;
                font-size: 18px;
                float: left;
                width: 100%;
                color: #444;
                text-transform: uppercase
            }

            .kc-flip-container .front .front-content p {
                color: #666;
                float: left;
                width: 100%;
                margin-bottom: 20px
            }

            .kc-flip-container .front .front-content .button {
                background: #42bce2;
                display: inline-block;
                color: #fff;
                border-radius: 2px;
                text-transform: uppercase;
                padding: 10px 16px;
                font-size: 12px
            }

    .kc-flip-container .back {
        background: #fff;
        border: 4px solid #ddd
    }

        .kc-flip-container .back .des {
            float: left;
            width: 100%;
            padding: 30px 15px;
            text-align: center;
            overflow-y: auto
        }

            .kc-flip-container .back .des i {
                font-size: 40px;
                color: #c13740
            }

            .kc-flip-container .back .des h3 {
                margin: 0 0 20px;
                float: left;
                width: 100%;
                font-size: 18px;
                color: #444;
                text-transform: uppercase
            }

            .kc-flip-container .back .des p {
                color: #666;
                float: left;
                width: 100%;
                margin-bottom: 20px
            }

            .kc-flip-container .back .des .button {
                background: #c13740;
                display: inline-block;
                color: #fff;
                border-radius: 2px;
                text-transform: uppercase;
                padding: 10px 16px;
                font-size: 12px
            }

    .kc-flip-container .flipper {
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        position: relative;
        height: 100%;
        float: left;
        width: 100%
    }

.content-icon i, .kc-feature-boxes, .kc-feature-boxes a, .kc-pricing-tables {
    transition: all .3s ease 0s
}

.kc-flip-container .back, .kc-flip-container .front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.kc-flip-container .front {
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    width: 100%;
    position: relative
}

    .kc-flip-container .front img {
        width: 100%;
        float: left;
        max-width: 100%
    }

.kc-flip-container .back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.kc-flip-container.flip-vertical .back {
    transform: rotateX(180deg) rotateY(0);
    -webkit-transform: rotateX(180deg) rotateY(0)
}

.kc_wrap_instagram {
    overflow: hidden;
    clear: both
}

    .kc_wrap_instagram ul {
        margin: 0;
        padding-left: 0
    }

        .kc_wrap_instagram ul li.el-end {
            margin-right: 0
        }

        .kc_wrap_instagram ul li.el-start {
            clear: left
        }

.kc-blog-posts-3, .kc_box_wrap, .kc_video_wrapper {
    clear: both
}

.ins_mark_low_resolution, .ins_mark_standard_resolution, .ins_mark_thumbnail {
    padding: 25px 10px
}

.kc_wrap_instagram ul li {
    float: left;
    list-style: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 5px
}

.kc_wrap_instagram {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px
}

    .kc_wrap_instagram ul li.loaded a {
        float: left;
        width: 100%
    }

    .kc_wrap_instagram ul li.loaded img {
        width: 100%;
        float: left
    }

    .kc_wrap_instagram ul li.loaded {
        background-image: none
    }

.kc_ins_col_1 ul li {
    width: 100%
}

.kc_ins_col_2 ul li {
    width: 50%
}

.kc_ins_col_3 ul li {
    width: 33.3333333333%
}

.kc_ins_col_4 ul li {
    width: 25%
}

.kc_ins_col_5 ul li {
    width: 20%
}

.kc_ins_col_6 ul li {
    width: 16.6666666666666%
}

.kc-fb-layout-1, .kc-fb-layout-1 .content-button, .kc-fb-layout-1 .content-desc, .kc-fb-layout-1 .content-icon, .kc-fb-layout-1 .content-title, .kc-fb-layout-2 .content-image, .kc-fb-layout-3, .kc-fb-layout-3 .content-desc, .kc-fb-layout-3 .content-title, .kc-fb-layout-4, .kc-feature-boxes {
    width: 100%;
    float: left
}

.content-icon i {
    display: inline-block
}

.kc-fb-layout-1 {
    text-align: center
}

    .kc-fb-layout-1 .content-icon i {
        font-size: 55px;
        color: #42bce2;
        text-align: center
    }

    .kc-fb-layout-1 .content-title {
        margin: 25px 0;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        color: #444
    }

    .kc-fb-layout-1 .content-desc {
        font-weight: 400;
        margin-bottom: 25px
    }

        .kc-fb-layout-1 .content-desc p {
            margin: 0;
            color: rgba(86,86,86,.8)
        }

    .kc-fb-layout-1 .content-button a {
        display: inline-block;
        padding: 7px 20px;
        text-transform: uppercase;
        background: #eee;
        color: #666;
        font-size: 12px
    }

        .kc-fb-layout-1 .content-button a:hover {
            background: #42bce2;
            color: #fff
        }

.kc-fb-layout-2 {
    overflow: hidden;
    text-align: center
}

    .kc-fb-layout-2 .content-button, .kc-fb-layout-2 .content-desc, .kc-fb-layout-2 .content-title {
        float: left;
        width: 100%;
        padding: 0 10px
    }

.content-title {
    margin: 25px 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444
}

.content-desc {
    font-weight: 400;
    margin-bottom: 25px;
    color: rgba(86,86,86,.8);
    padding: 0
}

    .content-desc p {
        margin: 0;
        color: rgba(86,86,86,.8)
    }

.content-button a {
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #eee;
    color: #666;
    font-size: 12px
}

.kc-fb-layout-2 .content-button {
    margin-bottom: 30px
}

    .kc-fb-layout-2 .content-button a:hover {
        background: #42bce2;
        color: #fff
    }

.kc-fb-layout-3 {
    display: -webkit-flex;
    display: flex
}

    .kc-fb-layout-3 .content-icon {
        float: left
    }

        .kc-fb-layout-3 .content-icon i {
            font-size: 29px;
            text-align: center
        }

.kc-fb-layout-4 .content-position, .kc-fb-layout-5 .content-position {
    font-size: 11px;
    color: #42bce2;
    text-transform: uppercase
}

.kc-fb-layout-3 .box-right {
    padding-left: 25px
}

.kc-fb-layout-3 .content-title {
    margin: 0 0 15px
}

.kc-fb-layout-4 .content-image {
    float: left;
    width: 50%
}

.kc-fb-layout-4 .box-right .content-button, .kc-fb-layout-5, .kc-testi-layout-1, .kc-testi-layout-2, .kc-testi-layout-3, .kc-testi-layout-4, .kc-testimo .content-desc, .kc-testimo .content-image, .kc-testimo .content-position, .kc-testimo .content-title {
    width: 100%;
    float: left
}

.kc-fb-layout-4 .content-image img {
    float: left
}

.kc-fb-layout-4 .box-right {
    overflow: hidden;
    padding: 0 0 0 20px
}

.kc-fb-layout-4 .content-title {
    margin: 0 0 20px
}

.kc-fb-layout-4 .box-right .content-button a {
    float: left
}

.kc-fb-layout-5 .content-title {
    margin: 0 0 15px
}

.kc-testi-layout-1 {
    text-align: center
}

    .kc-testi-layout-1 .content-image img {
        border-radius: 50%
    }

    .kc-testi-layout-1 .content-desc {
        margin: 30px 0 27px
    }

    .kc-testi-layout-1 .content-title {
        margin: 0;
        font-size: 18px
    }

    .kc-testi-layout-1 .content-position {
        color: #999;
        font-size: 11px
    }

.kc-testi-layout-2 {
    background: #eee;
    padding: 25px 20px 30px;
    border-radius: 4px
}

    .kc-testi-layout-2 .content-title {
        margin: 0;
        color: #42bce2;
        font-size: 18px
    }

    .kc-testi-layout-2 .content-position {
        color: #999;
        font-size: 11px
    }

    .kc-testi-layout-2 .content-desc {
        margin: 15px 0 0
    }

.kc-testi-layout-3 {
    text-align: center;
    padding: 0 0 30px
}

    .kc-testi-layout-3 .content-title {
        margin: 20px 0 0;
        color: #42bce2;
        font-size: 18px;
        padding: 0 15px
    }

    .kc-testi-layout-3 .content-position {
        color: #999;
        font-size: 11px;
        padding: 0 15px
    }

    .kc-testi-layout-3 .content-desc {
        margin: 15px 0 0;
        padding: 0 15px
    }

.kc-testi-layout-4 .content-image {
    padding-right: 20px;
    float: left;
    width: 40%
}

    .kc-testi-layout-4 .content-image img {
        border-radius: 50%;
        float: left
    }

.kc-testi-layout-4 .box-right {
    overflow: hidden
}

.kc-testi-layout-4 .content-title {
    margin: 0;
    font-size: 18px
}

.kc-testi-layout-4 .content-desc {
    margin-bottom: 20px
}

.kc-testi-layout-4 .content-position {
    color: #42bce2;
    font-size: 11px
}

.kc-testi-layout-5 {
    float: left;
    width: 100%
}

    .kc-testi-layout-5 .content-image {
        padding-right: 20px;
        float: left;
        width: auto;
        max-width: 40%
    }

        .kc-testi-layout-5 .content-image img {
            border-radius: 50%
        }

    .kc-testi-layout-5 .box-right {
        float: left
    }

    .kc-testi-layout-5 .content-title {
        margin: 0;
        font-size: 18px
    }

.kc-pricing-tables {
    float: left;
    width: 100%;
    overflow: hidden
}

.kc-pricing-layout-1 {
    border-radius: 10px;
    overflow: hidden;
    background: #42bce2
}

    .kc-pricing-layout-1 .header-pricing {
        float: left;
        width: 100%;
        line-height: 1.4
    }

        .kc-pricing-layout-1 .header-pricing .kc-pricing-price {
            float: left;
            width: 100%;
            text-align: center
        }

    .kc-pricing-layout-1 .kc-pricing-price .content-price {
        padding-bottom: 30px
    }

    .kc-pricing-layout-1 .header-pricing .kc-pricing-price span {
        font-weight: 400;
        color: #fff;
        font-size: 28px
    }

        .kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration {
            font-size: 16px;
            color: #fff
        }

    .kc-pricing-layout-1 .header-pricing .content-title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background: rgba(0,0,0,.1);
        padding: 15px 0
    }

    .kc-pricing-layout-1 .content-icon-header i {
        font-size: 80px;
        color: #fff;
        margin-top: 30px
    }

    .kc-pricing-layout-1 .content-desc {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        text-align: center;
        padding: 0
    }

.kc-pricing-tables .content-desc li:last-child {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important
}

.kc-pricing-tables .content-desc li:first-child {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.kc-pricing-layout-1 .content-desc li {
    float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    color: #173d50
}

.kc-pricing-tables .content-desc li {
    border-left: 0 !important;
    border-right: 0 !important;
    list-style: none
}

    .kc-pricing-tables .content-desc li:not(:last-child) {
        border-bottom: 0 !important
    }

.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1) {
    background: #f1f3f5
}

.kc-pricing-layout-1 .content-button {
    float: left;
    width: 100%;
    text-align: center;
    background: #42bce2
}

    .kc-pricing-layout-1 .content-button a {
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 25px;
        background: rgba(0,0,0,.1);
        color: #fff
    }

        .kc-pricing-layout-1 .content-button a:hover {
            background: #fff;
            color: #42bce2
        }

.kc-pricing-layout-2 .header-pricing {
    float: left;
    width: 100%;
    line-height: 1.4
}

    .kc-pricing-layout-2 .header-pricing .kc-pricing-price {
        float: left;
        width: 100%;
        text-align: center;
        border-left: 0 !important;
        border-right: 0 !important
    }

.kc-pricing-layout-2 .kc-pricing-price .content-price {
    padding-bottom: 30px
}

.kc-pricing-layout-2 .header-pricing .kc-pricing-price span {
    color: #42bce2;
    font-weight: 300;
    font-size: 60px
}

    .kc-pricing-layout-2 .header-pricing .kc-pricing-price span.content-duration {
        font-size: 16px;
        color: rgba(23,61,80,.4)
    }

.kc-pricing-layout-2 .header-pricing .content-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 0 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #173d50;
    padding: 30px 0 0
}

.kc-pricing-layout-2 .content-desc {
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0
}

    .kc-pricing-layout-2 .content-desc li {
        float: left;
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
        color: #173d50
    }

        .kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1) {
            background: rgba(23,61,80,.06)
        }

.kc-pricing-layout-2 .content-button {
    float: left;
    width: 100%;
    text-align: center
}

    .kc-pricing-layout-2 .content-button a {
        display: inline-block;
        margin-bottom: 25px;
        margin-top: 25px;
        background: #42bce2;
        color: #fff;
        border: 2px solid #42bce2
    }

        .kc-pricing-layout-2 .content-button a:hover {
            background: #fff;
            color: #42bce2
        }

.kc-pricing-layout-3 {
    float: left;
    width: 100%;
    line-height: 1.4;
    background: #42bce2
}

    .kc-pricing-layout-3 .kc-pricing-price {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: rgba(255,255,255,.15)
    }

        .kc-pricing-layout-3 .kc-pricing-price span {
            font-weight: 300;
            color: #fff;
            font-size: 60px
        }

            .kc-pricing-layout-3 .kc-pricing-price span.content-duration {
                font-size: 14px
            }

    .kc-pricing-layout-3 .content-title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        margin: 0 0 15px;
        padding: 30px 0;
        background: rgba(255,255,255,.15);
        text-transform: uppercase
    }

    .kc-pricing-layout-3 .content-desc {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        text-align: center
    }

        .kc-pricing-layout-3 .content-desc li {
            float: left;
            width: 100%;
            padding: 8px 0;
            font-size: 14px;
            color: #fff
        }

    .kc-pricing-layout-3 .content-button {
        float: left;
        width: 100%;
        text-align: center
    }

        .kc-pricing-layout-3 .content-button a {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 300;
            margin-top: 25px;
            margin-bottom: 25px;
            background: rgba(255,255,255,.15);
            color: #fff
        }

            .kc-pricing-layout-3 .content-button a:hover {
                background: #fff;
                color: #42bce2
            }

.kc-pricing-layout-4 {
    border-radius: 10px;
    overflow: hidden;
    background: #42bce2
}

    .kc-pricing-layout-4 .header-pricing {
        float: left;
        width: 100%;
        line-height: 1.4
    }

        .kc-pricing-layout-4 .header-pricing .kc-pricing-price {
            float: left;
            width: 100%;
            text-align: center;
            padding-bottom: 30px
        }

.kc-pricing-price span {
    display: inline-block
}

.kc-pricing-layout-4 .kc-pricing-price span {
    font-weight: 300;
    color: #fff;
    font-size: 60px;
    display: inline-block
}

.kc-pricing-layout-4 .kc-pricing-price .content-price {
    line-height: 60px;
    margin: 0 5px
}

.kc-pricing-layout-4 .kc-pricing-price .content-duration {
    font-size: 16px;
    color: rgba(255,255,255,.75);
    text-transform: uppercase;
    vertical-align: bottom
}

.kc-pricing-layout-4 .kc-pricing-price .content-currency {
    font-size: 16px;
    vertical-align: top;
    color: rgba(255,255,255,.75)
}

.kc-pricing-layout-4 .content-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 10px
}

.content-icon-header {
    float: left;
    width: 100%;
    text-align: center
}

    .content-icon-header i {
        display: inline-block
    }

.kc-pricing-layout-4 .content-icon-header i {
    margin: 30px 0;
    font-size: 90px;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    width: 160px;
    height: 160px;
    line-height: 160px
}

.kc-pricing-layout-4 .content-desc {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    background: #fff;
    text-align: center
}

    .kc-pricing-layout-4 .content-desc li {
        float: left;
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
        color: #173d50
    }

        .kc-pricing-layout-4 .content-desc li:nth-of-type(2n+1) {
            background: #f1f3f5
        }

.kc-pricing-layout-4 .content-button {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center
}

    .kc-pricing-layout-4 .content-button a {
        display: inline-block;
        background: #42bce2;
        margin-top: 25px;
        margin-bottom: 25px;
        color: #fff
    }

.kc_facebook_recent_post .list-posts {
    background: #e9ebee
}

    .kc_facebook_recent_post .list-posts li {
        border: 1px solid;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        background: #fff;
        border-radius: 3px
    }

        .kc_facebook_recent_post .list-posts li:last-child {
            margin-bottom: 0
        }

.kc_facebook_recent_post ul li.fb_mark_cls {
    height: 60px;
    border: 1px dashed #e6e6e6;
    margin-bottom: 15px;
    z-index: 2;
    background-size: 16px
}

.fb-header .fb-line-1, .fb-header .fb-line-2 {
    z-index: 11;
    position: relative;
    width: 100%;
    float: left
}

.kc_facebook_recent_post ul {
    max-height: 300px;
    overflow-y: auto
}

    .kc_facebook_recent_post ul li {
        border-bottom: 1px solid #e6e6e6
    }

.kc_facebook_recent_post .fb-post-info span {
    margin-right: 15px
}

.kc_facebook_recent_post .fb-post-info a {
    font-size: 12px;
    box-shadow: none;
    border-bottom: 0;
    color: #7f7f7f
}

.kc_facebook_recent_post img {
    margin-bottom: 10px;
    max-width: 100%
}

.kc_facebook_recent_post .fb-message {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
    overflow: hidden
}

.kc_shortcode .fb-button-profile {
    background-color: #4e69a2;
    border-radius: 2px;
    border: 1px solid;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none
}

    .kc_shortcode .fb-button-profile:active, .kc_shortcode .fb-button-profile:hover {
        background-color: #4e69a2;
        color: #fff;
        box-shadow: 0 0 1px 2px rgba(88,144,255,.75),0 1px 1px rgba(0,0,0,.15);
        outline: 0
    }

    .kc_shortcode .fb-button-profile:visited {
        color: #fff
    }

.kc_facebook_recent_post ul {
    border-top: 0;
    padding: 10px
}

    .kc_facebook_recent_post ul li {
        padding: 10px;
        margin-bottom: 20px
    }

.kc_facebook_recent_post .fb-post-info {
    margin-top: 10px;
    padding-top: 6px;
    border-top: 1px solid #e5e5e5;
    line-height: 1
}

.kc_facebook_recent_post .fb-post-infoa span {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: capitalize
}

    .kc_facebook_recent_post .fb-post-infoa span:hover {
        color: #333
    }

.fb-header {
    width: 100%;
    height: 130px;
    background-size: cover;
    position: relative
}

    .fb-header .fb-line-1 {
        color: #fff;
        text-shadow: 0 2px 4px rgba(0,0,0,.9)
    }

    .fb-header .fb-line-2 {
        display: block
    }

.fb-line-1 .img-profile {
    width: 54px;
    height: auto;
    margin: 7px 10px 0 7px;
    border: 2px solid #fff;
    float: left
}

.fb-line-1 .username {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 35px;
    overflow: hidden
}

.fb-line-1 .likes {
    font-size: 12px;
    line-height: 1.358;
    overflow: hidden;
    display: block;
    margin-left: 65px
}

.fb-line-2 .like_page, .fb-line-2 .share_page {
    background: #f6f7f8;
    padding: 0 10px;
    margin-left: 10px;
    margin-top: 30px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    color: #4e5665;
    border-radius: 1px;
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-weight: 700;
    box-sizing: content-box;
    text-align: center;
    font-family: helvetica,arial,sans-serif
}

.fb-line-2 .share_page {
    margin-right: 10px;
    margin-left: inherit;
    float: right
}

    .fb-line-2 .share_page i {
        font-size: 13px
    }

.fb-line-2 .like_page i {
    font-size: 13px;
    color: #3a5897
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 10
}

.list-post-type .list-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dbdbdb;
    float: left;
    width: 100%
}

    .list-post-type .list-item figure {
        float: left;
        width: 100%;
        margin-bottom: 25px
    }

    .list-post-type .list-item img {
        display: block;
        max-width: 100%
    }

    .list-post-type .list-item h3 {
        float: left;
        width: 100%;
        margin-bottom: 6px
    }

        .list-post-type .list-item h3 a {
            display: block;
            color: #272727;
            font-size: 24px;
            transition: all .3s ease 0s
        }

            .list-post-type .list-item h3 a:hover {
                color: #42bce2
            }


.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background: 0 0;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all .3s ease;
    padding: 0;
    z-index: 9
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all .6s ease;
    font-family: simple-line-icons;
    font-size: 50px;
    line-height: 50px;
    font-weight: 100
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606"
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #666
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    background: #fafafa;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all .3s ease;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 100%
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all .6s ease;
    font-family: simple-line-icons;
    font-size: 20px;
    line-height: 40px;
    font-weight: 100;
    width: 40px;
    height: 40px;
    text-align: left;
    display: block;
    padding-left: 8px;
    margin-top: -1px
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606";
    padding-right: 8px;
    text-align: right
}

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover {
    background: #fff
}

    .owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before {
        color: #666
    }

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial
}

@keyframes kc-spinner {
    0% {
        transform: scale(1) rotate(0)
    }

    100% {
        transform: scale(1) rotate(720deg)
    }
}


.image_fadein_slider {
    display: inline-block;
    width: 100%
}

    .image_fadein_slider .image_fadein {
        display: inline-block;
        width: 100%;
        position: relative
    }

    .image_fadein_slider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        opacity: 0;
        transition: all ease .65s
    }

        .image_fadein_slider img.active {
            position: relative;
            opacity: 1;
            transition: all ease .85s
        }

    .image_fadein_slider .image_fadein.fast img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        opacity: 0;
        transition: all ease .35s
    }

        .image_fadein_slider .image_fadein.fast img.active {
            position: relative;
            opacity: 1;
            transition: all ease .55s
        }

    .image_fadein_slider .image_fadein.slow img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        opacity: 0;
        transition: all ease .95s
    }

        .image_fadein_slider .image_fadein.slow img.active {
            position: relative;
            opacity: 1;
            transition: all ease 1.15s
        }

.divider_line {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

    .divider_line .divider_inner {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important
    }


@media only screen and (max-width:479px) {
    .kc-blog-posts-2 .kc-list-item-2 .post-item-left, .kc-blog-posts-2 .kc-list-item-2 .post-item-right, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-2, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
        width: 100%
    }

    div.dark_rounded .pp_content_container .pp_left, div.dark_rounded .pp_content_container .pp_right {
        padding: 0
    }

    div.pp_pic_holder {
        width: 85% !important;
        left: 7.5% !important
    }

        div.dark_rounded .pp_content, div.pp_pic_holder img {
            width: 100% !important;
            height: auto !important
        }
}

@media only screen and (min-width:480px) and (max-width:999px) {
    .kc-blog-posts-2 .kc-list-item-2 .post-item-left, .kc-blog-posts-2 .kc-list-item-2 .post-item-right, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-2, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    .kc-animated {
        opacity: 0
    }

    .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.bounceIn {
            -webkit-animation-duration: .75s;
            animation-duration: .75s
        }

    @-webkit-keyframes bounce {
        20%,53%,80%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1);
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        40%,43% {
            -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
            animation-timing-function: cubic-bezier(.755,.05,.855,.06);
            -webkit-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0)
        }

        70% {
            -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
            animation-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 {
        20%,53%,80%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1);
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        40%,43% {
            -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
            animation-timing-function: cubic-bezier(.755,.05,.855,.06);
            -webkit-transform: translate3d(0,-30px,0);
            transform: translate3d(0,-30px,0)
        }

        70% {
            -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
            animation-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;
        transform-origin: center bottom
    }

    @-webkit-keyframes flash {
        50%,from,to {
            opacity: 1
        }

        25%,75% {
            opacity: 0
        }
    }

    @keyframes flash {
        50%,from,to {
            opacity: 1
        }

        25%,75% {
            opacity: 0
        }
    }

    .flash {
        -webkit-animation-name: flash;
        animation-name: flash
    }

    @-webkit-keyframes pulse {
        from,to {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        50% {
            -webkit-transform: scale3d(1.05,1.05,1.05);
            transform: scale3d(1.05,1.05,1.05)
        }
    }

    @keyframes pulse {
        from,to {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        50% {
            -webkit-transform: scale3d(1.05,1.05,1.05);
            transform: scale3d(1.05,1.05,1.05)
        }
    }

    .pulse {
        -webkit-animation-name: pulse;
        animation-name: pulse
    }

    @-webkit-keyframes rubberBand {
        from,to {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        30% {
            -webkit-transform: scale3d(1.25,.75,1);
            transform: scale3d(1.25,.75,1)
        }

        40% {
            -webkit-transform: scale3d(.75,1.25,1);
            transform: scale3d(.75,1.25,1)
        }

        50% {
            -webkit-transform: scale3d(1.15,.85,1);
            transform: scale3d(1.15,.85,1)
        }

        65% {
            -webkit-transform: scale3d(.95,1.05,1);
            transform: scale3d(.95,1.05,1)
        }

        75% {
            -webkit-transform: scale3d(1.05,.95,1);
            transform: scale3d(1.05,.95,1)
        }
    }

    @keyframes rubberBand {
        from,to {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        30% {
            -webkit-transform: scale3d(1.25,.75,1);
            transform: scale3d(1.25,.75,1)
        }

        40% {
            -webkit-transform: scale3d(.75,1.25,1);
            transform: scale3d(.75,1.25,1)
        }

        50% {
            -webkit-transform: scale3d(1.15,.85,1);
            transform: scale3d(1.15,.85,1)
        }

        65% {
            -webkit-transform: scale3d(.95,1.05,1);
            transform: scale3d(.95,1.05,1)
        }

        75% {
            -webkit-transform: scale3d(1.05,.95,1);
            transform: scale3d(1.05,.95,1)
        }
    }

    .rubberBand {
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand
    }

    @-webkit-keyframes shake {
        from,to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        10%,30%,50%,70%,90% {
            -webkit-transform: translate3d(-10px,0,0);
            transform: translate3d(-10px,0,0)
        }

        20%,40%,60%,80% {
            -webkit-transform: translate3d(10px,0,0);
            transform: translate3d(10px,0,0)
        }
    }

    @keyframes shake {
        from,to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        10%,30%,50%,70%,90% {
            -webkit-transform: translate3d(-10px,0,0);
            transform: translate3d(-10px,0,0)
        }

        20%,40%,60%,80% {
            -webkit-transform: translate3d(10px,0,0);
            transform: translate3d(10px,0,0)
        }
    }

    .shake {
        -webkit-animation-name: shake;
        animation-name: shake
    }

    @-webkit-keyframes headShake {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        6.5% {
            -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg)
        }

        18.5% {
            -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg)
        }

        31.5% {
            -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg)
        }

        43.5% {
            -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg)
        }

        50% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes headShake {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        6.5% {
            -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg)
        }

        18.5% {
            -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg)
        }

        31.5% {
            -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg)
        }

        43.5% {
            -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg)
        }

        50% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .headShake {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: headShake;
        animation-name: headShake
    }

    @-webkit-keyframes swing {
        20% {
            -webkit-transform: rotate3d(0,0,1,15deg);
            transform: rotate3d(0,0,1,15deg)
        }

        40% {
            -webkit-transform: rotate3d(0,0,1,-10deg);
            transform: rotate3d(0,0,1,-10deg)
        }

        60% {
            -webkit-transform: rotate3d(0,0,1,5deg);
            transform: rotate3d(0,0,1,5deg)
        }

        80% {
            -webkit-transform: rotate3d(0,0,1,-5deg);
            transform: rotate3d(0,0,1,-5deg)
        }

        to {
            -webkit-transform: rotate3d(0,0,1,0deg);
            transform: rotate3d(0,0,1,0deg)
        }
    }

    @keyframes swing {
        20% {
            -webkit-transform: rotate3d(0,0,1,15deg);
            transform: rotate3d(0,0,1,15deg)
        }

        40% {
            -webkit-transform: rotate3d(0,0,1,-10deg);
            transform: rotate3d(0,0,1,-10deg)
        }

        60% {
            -webkit-transform: rotate3d(0,0,1,5deg);
            transform: rotate3d(0,0,1,5deg)
        }

        80% {
            -webkit-transform: rotate3d(0,0,1,-5deg);
            transform: rotate3d(0,0,1,-5deg)
        }

        to {
            -webkit-transform: rotate3d(0,0,1,0deg);
            transform: rotate3d(0,0,1,0deg)
        }
    }

    .swing {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing
    }

    @-webkit-keyframes tada {
        from,to {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        10%,20% {
            -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
            transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
        }

        30%,50%,70%,90% {
            -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
            transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
        }

        40%,60%,80% {
            -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
            transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
        }
    }

    @keyframes tada {
        from,to {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        10%,20% {
            -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
            transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
        }

        30%,50%,70%,90% {
            -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
            transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
        }

        40%,60%,80% {
            -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
            transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
        }
    }

    .tada {
        -webkit-animation-name: tada;
        animation-name: tada
    }

    @-webkit-keyframes wobble {
        from,to {
            -webkit-transform: none;
            transform: none
        }

        15% {
            -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
            transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
        }

        30% {
            -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
            transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
        }

        45% {
            -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
            transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
        }

        60% {
            -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
            transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
        }

        75% {
            -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
            transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
        }
    }

    @keyframes wobble {
        from,to {
            -webkit-transform: none;
            transform: none
        }

        15% {
            -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
            transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
        }

        30% {
            -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
            transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
        }

        45% {
            -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
            transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
        }

        60% {
            -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
            transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
        }

        75% {
            -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
            transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
        }
    }

    .wobble {
        -webkit-animation-name: wobble;
        animation-name: wobble
    }

    @-webkit-keyframes jello {
        11.1%,from,to {
            -webkit-transform: none;
            transform: none
        }

        22.2% {
            -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
        }

        33.3% {
            -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
        }

        44.4% {
            -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
        }

        55.5% {
            -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
        }

        66.6% {
            -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
            transform: skewX(-.78125deg) skewY(-.78125deg)
        }

        77.7% {
            -webkit-transform: skewX(.390625deg) skewY(.390625deg);
            transform: skewX(.390625deg) skewY(.390625deg)
        }

        88.8% {
            -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
            transform: skewX(-.1953125deg) skewY(-.1953125deg)
        }
    }

    @keyframes jello {
        11.1%,from,to {
            -webkit-transform: none;
            transform: none
        }

        22.2% {
            -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
        }

        33.3% {
            -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
        }

        44.4% {
            -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
        }

        55.5% {
            -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
        }

        66.6% {
            -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
            transform: skewX(-.78125deg) skewY(-.78125deg)
        }

        77.7% {
            -webkit-transform: skewX(.390625deg) skewY(.390625deg);
            transform: skewX(.390625deg) skewY(.390625deg)
        }

        88.8% {
            -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
            transform: skewX(-.1953125deg) skewY(-.1953125deg)
        }
    }

    .jello {
        -webkit-animation-name: jello;
        animation-name: jello;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    @-webkit-keyframes bounceIn {
        20%,40%,60%,80%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3,.3,.3);
            transform: scale3d(.3,.3,.3)
        }

        20% {
            -webkit-transform: scale3d(1.1,1.1,1.1);
            transform: scale3d(1.1,1.1,1.1)
        }

        40% {
            -webkit-transform: scale3d(.9,.9,.9);
            transform: scale3d(.9,.9,.9)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03,1.03,1.03);
            transform: scale3d(1.03,1.03,1.03)
        }

        80% {
            -webkit-transform: scale3d(.97,.97,.97);
            transform: scale3d(.97,.97,.97)
        }

        to {
            opacity: 1;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }
    }

    @keyframes bounceIn {
        20%,40%,60%,80%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3,.3,.3);
            transform: scale3d(.3,.3,.3)
        }

        20% {
            -webkit-transform: scale3d(1.1,1.1,1.1);
            transform: scale3d(1.1,1.1,1.1)
        }

        40% {
            -webkit-transform: scale3d(.9,.9,.9);
            transform: scale3d(.9,.9,.9)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03,1.03,1.03);
            transform: scale3d(1.03,1.03,1.03)
        }

        80% {
            -webkit-transform: scale3d(.97,.97,.97);
            transform: scale3d(.97,.97,.97)
        }

        to {
            opacity: 1;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }
    }

    .bounceIn {
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn
    }

    @-webkit-keyframes bounceInDown {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,-3000px,0);
            transform: translate3d(0,-3000px,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(0,25px,0);
            transform: translate3d(0,25px,0)
        }

        75% {
            -webkit-transform: translate3d(0,-10px,0);
            transform: translate3d(0,-10px,0)
        }

        90% {
            -webkit-transform: translate3d(0,5px,0);
            transform: translate3d(0,5px,0)
        }

        to {
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes bounceInDown {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,-3000px,0);
            transform: translate3d(0,-3000px,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(0,25px,0);
            transform: translate3d(0,25px,0)
        }

        75% {
            -webkit-transform: translate3d(0,-10px,0);
            transform: translate3d(0,-10px,0)
        }

        90% {
            -webkit-transform: translate3d(0,5px,0);
            transform: translate3d(0,5px,0)
        }

        to {
            -webkit-transform: none;
            transform: none
        }
    }

    .bounceInDown {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown
    }

    @-webkit-keyframes bounceInLeft {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        0% {
            opacity: 0;
            -webkit-transform: translate3d(-3000px,0,0);
            transform: translate3d(-3000px,0,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(25px,0,0);
            transform: translate3d(25px,0,0)
        }

        75% {
            -webkit-transform: translate3d(-10px,0,0);
            transform: translate3d(-10px,0,0)
        }

        90% {
            -webkit-transform: translate3d(5px,0,0);
            transform: translate3d(5px,0,0)
        }

        to {
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes bounceInLeft {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        0% {
            opacity: 0;
            -webkit-transform: translate3d(-3000px,0,0);
            transform: translate3d(-3000px,0,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(25px,0,0);
            transform: translate3d(25px,0,0)
        }

        75% {
            -webkit-transform: translate3d(-10px,0,0);
            transform: translate3d(-10px,0,0)
        }

        90% {
            -webkit-transform: translate3d(5px,0,0);
            transform: translate3d(5px,0,0)
        }

        to {
            -webkit-transform: none;
            transform: none
        }
    }

    .bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft
    }

    @-webkit-keyframes bounceInRight {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        from {
            opacity: 0;
            -webkit-transform: translate3d(3000px,0,0);
            transform: translate3d(3000px,0,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(-25px,0,0);
            transform: translate3d(-25px,0,0)
        }

        75% {
            -webkit-transform: translate3d(10px,0,0);
            transform: translate3d(10px,0,0)
        }

        90% {
            -webkit-transform: translate3d(-5px,0,0);
            transform: translate3d(-5px,0,0)
        }

        to {
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes bounceInRight {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        from {
            opacity: 0;
            -webkit-transform: translate3d(3000px,0,0);
            transform: translate3d(3000px,0,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(-25px,0,0);
            transform: translate3d(-25px,0,0)
        }

        75% {
            -webkit-transform: translate3d(10px,0,0);
            transform: translate3d(10px,0,0)
        }

        90% {
            -webkit-transform: translate3d(-5px,0,0);
            transform: translate3d(-5px,0,0)
        }

        to {
            -webkit-transform: none;
            transform: none
        }
    }

    .bounceInRight {
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight
    }

    @-webkit-keyframes bounceInUp {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        from {
            opacity: 0;
            -webkit-transform: translate3d(0,3000px,0);
            transform: translate3d(0,3000px,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(0,-20px,0);
            transform: translate3d(0,-20px,0)
        }

        75% {
            -webkit-transform: translate3d(0,10px,0);
            transform: translate3d(0,10px,0)
        }

        90% {
            -webkit-transform: translate3d(0,-5px,0);
            transform: translate3d(0,-5px,0)
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    @keyframes bounceInUp {
        60%,75%,90%,from,to {
            -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
            animation-timing-function: cubic-bezier(.215,.61,.355,1)
        }

        from {
            opacity: 0;
            -webkit-transform: translate3d(0,3000px,0);
            transform: translate3d(0,3000px,0)
        }

        60% {
            opacity: 1;
            -webkit-transform: translate3d(0,-20px,0);
            transform: translate3d(0,-20px,0)
        }

        75% {
            -webkit-transform: translate3d(0,10px,0);
            transform: translate3d(0,10px,0)
        }

        90% {
            -webkit-transform: translate3d(0,-5px,0);
            transform: translate3d(0,-5px,0)
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    .bounceInUp {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }

    @-webkit-keyframes fadeInDownBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,-2000px,0);
            transform: translate3d(0,-2000px,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInDownBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,-2000px,0);
            transform: translate3d(0,-2000px,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInDownBig {
        -webkit-animation-name: fadeInDownBig;
        animation-name: fadeInDownBig
    }

    @-webkit-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
    }

    @-webkit-keyframes fadeInLeftBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-2000px,0,0);
            transform: translate3d(-2000px,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInLeftBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-2000px,0,0);
            transform: translate3d(-2000px,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInLeftBig {
        -webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig
    }

    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }

    @-webkit-keyframes fadeInRightBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(2000px,0,0);
            transform: translate3d(2000px,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRightBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(2000px,0,0);
            transform: translate3d(2000px,0,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInRightBig {
        -webkit-animation-name: fadeInRightBig;
        animation-name: fadeInRightBig
    }

    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    @-webkit-keyframes fadeInUpBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,2000px,0);
            transform: translate3d(0,2000px,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInUpBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0,2000px,0);
            transform: translate3d(0,2000px,0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInUpBig {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig
    }

    @-webkit-keyframes flip {
        from {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
            transform: perspective(400px) rotate3d(0,1,0,-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        40% {
            -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
            transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        50% {
            -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
            transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        80% {
            -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
            transform: perspective(400px) scale3d(.95,.95,.95);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
    }

    @keyframes flip {
        from {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
            transform: perspective(400px) rotate3d(0,1,0,-360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        40% {
            -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
            transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        50% {
            -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
            transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        80% {
            -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
            transform: perspective(400px) scale3d(.95,.95,.95);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
    }

    .animated.flip {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-animation-name: flip;
        animation-name: flip
    }

    @-webkit-keyframes flipInX {
        from {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
            transform: perspective(400px) rotate3d(1,0,0,90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
            transform: perspective(400px) rotate3d(1,0,0,-20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        60% {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
            transform: perspective(400px) rotate3d(1,0,0,10deg);
            opacity: 1
        }

        80% {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
            transform: perspective(400px) rotate3d(1,0,0,-5deg)
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }

    @keyframes flipInX {
        from {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
            transform: perspective(400px) rotate3d(1,0,0,90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
            transform: perspective(400px) rotate3d(1,0,0,-20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        60% {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
            transform: perspective(400px) rotate3d(1,0,0,10deg);
            opacity: 1
        }

        80% {
            -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
            transform: perspective(400px) rotate3d(1,0,0,-5deg)
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }

    .flipInX {
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX
    }

    .flipInY {
        -webkit-backface-visibility: visible !important
    }

    @-webkit-keyframes flipInY {
        from {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
            transform: perspective(400px) rotate3d(0,1,0,90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
            transform: perspective(400px) rotate3d(0,1,0,-20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        60% {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
            transform: perspective(400px) rotate3d(0,1,0,10deg);
            opacity: 1
        }

        80% {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
            transform: perspective(400px) rotate3d(0,1,0,-5deg)
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }

    @keyframes flipInY {
        from {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
            transform: perspective(400px) rotate3d(0,1,0,90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
            transform: perspective(400px) rotate3d(0,1,0,-20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        60% {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
            transform: perspective(400px) rotate3d(0,1,0,10deg);
            opacity: 1
        }

        80% {
            -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
            transform: perspective(400px) rotate3d(0,1,0,-5deg)
        }

        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }

    .flipInY {
        backface-visibility: visible !important;
        -webkit-animation-name: flipInY;
        animation-name: flipInY
    }

    @-webkit-keyframes lightSpeedIn {
        from {
            -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
            transform: translate3d(100%,0,0) skewX(-30deg);
            opacity: 0
        }

        60% {
            -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
            opacity: 1
        }

        80% {
            -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
            opacity: 1
        }

        to {
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    @keyframes lightSpeedIn {
        from {
            -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
            transform: translate3d(100%,0,0) skewX(-30deg);
            opacity: 0
        }

        60% {
            -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
            opacity: 1
        }

        80% {
            -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
            opacity: 1
        }

        to {
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    .lightSpeedIn {
        -webkit-animation-name: lightSpeedIn;
        animation-name: lightSpeedIn;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    @-webkit-keyframes rotateIn {
        from {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate3d(0,0,1,-200deg);
            transform: rotate3d(0,0,1,-200deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    @keyframes rotateIn {
        from {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate3d(0,0,1,-200deg);
            transform: rotate3d(0,0,1,-200deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    .rotateIn {
        -webkit-animation-name: rotateIn;
        animation-name: rotateIn
    }

    @-webkit-keyframes rotateInDownLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0,0,1,-45deg);
            transform: rotate3d(0,0,1,-45deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    @keyframes rotateInDownLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0,0,1,-45deg);
            transform: rotate3d(0,0,1,-45deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    .rotateInDownLeft {
        -webkit-animation-name: rotateInDownLeft;
        animation-name: rotateInDownLeft
    }

    @-webkit-keyframes rotateInDownRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0,0,1,45deg);
            transform: rotate3d(0,0,1,45deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    @keyframes rotateInDownRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0,0,1,45deg);
            transform: rotate3d(0,0,1,45deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    .rotateInDownRight {
        -webkit-animation-name: rotateInDownRight;
        animation-name: rotateInDownRight
    }

    @-webkit-keyframes rotateInUpLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0,0,1,45deg);
            transform: rotate3d(0,0,1,45deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    @keyframes rotateInUpLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0,0,1,45deg);
            transform: rotate3d(0,0,1,45deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    .rotateInUpLeft {
        -webkit-animation-name: rotateInUpLeft;
        animation-name: rotateInUpLeft
    }

    @-webkit-keyframes rotateInUpRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0,0,1,-90deg);
            transform: rotate3d(0,0,1,-90deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    @keyframes rotateInUpRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0,0,1,-90deg);
            transform: rotate3d(0,0,1,-90deg);
            opacity: 0
        }

        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }

    .rotateInUpRight {
        -webkit-animation-name: rotateInUpRight;
        animation-name: rotateInUpRight
    }

    @-webkit-keyframes rollIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
            transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes rollIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
            transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .rollIn {
        -webkit-animation-name: rollIn;
        animation-name: rollIn
    }

    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.3,.3,.3);
            transform: scale3d(.3,.3,.3)
        }

        50% {
            opacity: 1
        }
    }

    @keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.3,.3,.3);
            transform: scale3d(.3,.3,.3)
        }

        50% {
            opacity: 1
        }
    }

    .zoomIn {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn
    }

    @-webkit-keyframes zoomInDown {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
            transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
            transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    @keyframes zoomInDown {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
            transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
            transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    .zoomInDown {
        -webkit-animation-name: zoomInDown;
        animation-name: zoomInDown
    }

    @-webkit-keyframes zoomInLeft {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
            transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
            transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    @keyframes zoomInLeft {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
            transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
            transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    .zoomInLeft {
        -webkit-animation-name: zoomInLeft;
        animation-name: zoomInLeft
    }

    @-webkit-keyframes zoomInRight {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
            transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
            transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    @keyframes zoomInRight {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
            transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
            transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    .zoomInRight {
        -webkit-animation-name: zoomInRight;
        animation-name: zoomInRight
    }

    @-webkit-keyframes zoomInUp {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
            transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
            transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    @keyframes zoomInUp {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
            transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
            -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
            animation-timing-function: cubic-bezier(.55,.055,.675,.19)
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
            transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
            -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
            animation-timing-function: cubic-bezier(.175,.885,.32,1)
        }
    }

    .zoomInUp {
        -webkit-animation-name: zoomInUp;
        animation-name: zoomInUp
    }

    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    @keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown
    }

    @-webkit-keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    @keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    .slideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft
    }

    @-webkit-keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    @keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    .slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight
    }

    @-webkit-keyframes slideInUp {
        from {
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    @keyframes slideInUp {
        from {
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }
    }

    .slideInUp {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp
    }
}

@font-face {
    font-display: swap;
    font-family: 'simple-line-icons';
   font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'et-line';
   font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
     font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'FontAwesomeBrands';
    font-style: normal;
    font-weight: 400;
}

[class^=et-], [class*=" et-"], [class^=et-]:before, [class*=" et-"]:before {
    font-family: 'et-line';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}

[class^=sl-], [class*=" sl-"], [class^=sl-]:before, [class*=" sl-"]:before {
    font-family: 'simple-line-icons';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}


.owl-theme.left .owl-controls {
    margin-top: 0;
    text-align: left
}

.owl-theme .owl-controls {
    margin-top: 20px;
    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: 8px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #272727;
        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: 8px;
            height: 8px;
            margin: 5px 3px;
            filter: Alpha(Opacity=30);
            opacity: .3;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #272727
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1
        }

.owl-theme.lightbults .owl-controls .owl-page span {
    background: #fff
}

.owl-theme.lightbults .owl-controls .owl-page.active span, .owl-theme.lightbults .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

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

.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 .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            transition: height .5s 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)
}



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