/*修正*/

.fa {
    font: inherit
}

a.text-action {
    color: #a3afb7
}

a.text-action,
a.text-action:focus,
a.text-action:hover {
    text-decoration: none
}

a.text-action:focus,
a.text-action:hover {
    color: #ccd5db
}

a.text-action .icon+span {
    margin-left: 3px
}

a.text-like {
    color: #a3afb7 !important
}

a.text-like,
a.text-like:focus,
a.text-like:hover {
    text-decoration: none
}

a.text-like.active,
a.text-like:focus,
a.text-like:hover {
    color: #f96868 !important
}

.text-action+.text-action {
    margin-left: 6px
}

.img-bordered {
    padding: 3px;
    border: 1px solid #e4eaec
}

.img-bordered-primary {
    border-color: #62a8ea !important
}

.img-bordered-purple {
    border-color: #7c51d1 !important
}

.img-bordered-red {
    border-color: #e9595b !important
}

.img-bordered-green {
    border-color: #7dd3ae !important
}

.img-bordered-orange {
    border-color: #ec9940 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px
}

.h1 .icon:first-child,
.h2 .icon:first-child,
.h3 .icon:first-child,
.h4 .icon:first-child,
.h5 .icon:first-child,
.h6 .icon:first-child,
h1 .icon:first-child,
h2 .icon:first-child,
h3 .icon:first-child,
h4 .icon:first-child,
h5 .icon:first-child,
h6 .icon:first-child {
    margin-right: .5em
}

.mark,
mark {
    color: #fff;
    border-radius: 2px
}

.drop-cap {
    float: left;
    padding: 5px;
    margin-right: 5px;
    font-family: Georgia;
    font-size: 60px;
    line-height: 50px;
    color: #263238
}

.drop-cap-reversed {
    color: #fff;
    background-color: #263238
}

.list-icons {
    padding-left: 10px;
    margin-left: 0;
    list-style: none
}

.list-icons>li {
    margin-top: 6px
}

.list-icons>li:first-child {
    margin-top: 0
}

.list-icons>li i {
    float: left;
    width: 1em;
    margin: 0 6px 0 0
}

.text-primary {
    color: #62a8ea
}

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

.text-success {
    color: #46be8a
}

a.text-success:focus,
a.text-success:hover {
    color: #369b6f
}

.text-info {
    color: #57c7d4
}

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

.text-warning {
    color: #f2a654
}

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

.text-danger {
    color: #f96868
}

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

blockquote {
    font-size: 20px;
    color: #526069;
    border-left-width: 2px
}

blockquote .small,
blockquote footer,
blockquote small {
    font-size: 14px
}

.blockquote-reverse {
    border-right-width: 2px
}

.blockquote {
    padding: 15px 20px;
    border-left-width: 4px;
    border-radius: 3px
}

.blockquote.blockquote-reverse {
    border-right-width: 4px
}

.blockquote-success {
    background-color: rgba(70, 190, 138, .1);
    border-color: #46be8a
}

.blockquote-info {
    background-color: rgba(87, 199, 212, .1);
    border-color: #57c7d4
}

.blockquote-warning {
    background-color: rgba(242, 166, 84, .1);
    border-color: #f2a654
}

.blockquote-danger {
    background-color: rgba(249, 104, 104, .1);
    border-color: #f96868
}

code {
    border: 1px solid #bcd8f1
}

pre code {
    border: none
}

.container {
    max-width: 100%
}

@media (min-width:1600px) {
    .container {
        width: 1310px
    }
}

@media (min-width:1600px) {

    .col-xlg-1,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9 {
        float: left
    }

    .col-xlg-12 {
        width: 100%
    }

    .col-xlg-11 {
        width: 91.66666667%
    }

    .col-xlg-10 {
        width: 83.33333333%
    }

    .col-xlg-9 {
        width: 75%
    }

    .col-xlg-8 {
        width: 66.66666667%
    }

    .col-xlg-7 {
        width: 58.33333333%
    }

    .col-xlg-6 {
        width: 50%
    }

    .col-xlg-5 {
        width: 41.66666667%
    }

    .col-xlg-4 {
        width: 33.33333333%
    }

    .col-xlg-3 {
        width: 25%
    }

    .col-xlg-2 {
        width: 16.66666667%
    }

    .col-xlg-1 {
        width: 8.33333333%
    }

    .col-xlg-pull-12 {
        right: 100%
    }

    .col-xlg-pull-11 {
        right: 91.66666667%
    }

    .col-xlg-pull-10 {
        right: 83.33333333%
    }

    .col-xlg-pull-9 {
        right: 75%
    }

    .col-xlg-pull-8 {
        right: 66.66666667%
    }

    .col-xlg-pull-7 {
        right: 58.33333333%
    }

    .col-xlg-pull-6 {
        right: 50%
    }

    .col-xlg-pull-5 {
        right: 41.66666667%
    }

    .col-xlg-pull-4 {
        right: 33.33333333%
    }

    .col-xlg-pull-3 {
        right: 25%
    }

    .col-xlg-pull-2 {
        right: 16.66666667%
    }

    .col-xlg-pull-1 {
        right: 8.33333333%
    }

    .col-xlg-pull-0 {
        right: auto
    }

    .col-xlg-push-12 {
        left: 100%
    }

    .col-xlg-push-11 {
        left: 91.66666667%
    }

    .col-xlg-push-10 {
        left: 83.33333333%
    }

    .col-xlg-push-9 {
        left: 75%
    }

    .col-xlg-push-8 {
        left: 66.66666667%
    }

    .col-xlg-push-7 {
        left: 58.33333333%
    }

    .col-xlg-push-6 {
        left: 50%
    }

    .col-xlg-push-5 {
        left: 41.66666667%
    }

    .col-xlg-push-4 {
        left: 33.33333333%
    }

    .col-xlg-push-3 {
        left: 25%
    }

    .col-xlg-push-2 {
        left: 16.66666667%
    }

    .col-xlg-push-1 {
        left: 8.33333333%
    }

    .col-xlg-push-0 {
        left: auto
    }

    .col-xlg-offset-12 {
        margin-left: 100%
    }

    .col-xlg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xlg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xlg-offset-9 {
        margin-left: 75%
    }

    .col-xlg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xlg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xlg-offset-6 {
        margin-left: 50%
    }

    .col-xlg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xlg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xlg-offset-3 {
        margin-left: 25%
    }

    .col-xlg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xlg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xlg-offset-0 {
        margin-left: 0
    }
}

.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.row.no-space {
    margin-right: 0;
    margin-left: 0
}

.row.no-space>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.row-lg {
    margin-right: -25px;
    margin-left: -25px
}

.row-lg>.col-lg-1,
.row-lg>.col-lg-10,
.row-lg>.col-lg-11,
.row-lg>.col-lg-12,
.row-lg>.col-lg-2,
.row-lg>.col-lg-3,
.row-lg>.col-lg-4,
.row-lg>.col-lg-5,
.row-lg>.col-lg-6,
.row-lg>.col-lg-7,
.row-lg>.col-lg-8,
.row-lg>.col-lg-9,
.row-lg>.col-md-1,
.row-lg>.col-md-10,
.row-lg>.col-md-11,
.row-lg>.col-md-12,
.row-lg>.col-md-2,
.row-lg>.col-md-3,
.row-lg>.col-md-4,
.row-lg>.col-md-5,
.row-lg>.col-md-6,
.row-lg>.col-md-7,
.row-lg>.col-md-8,
.row-lg>.col-md-9,
.row-lg>.col-sm-1,
.row-lg>.col-sm-10,
.row-lg>.col-sm-11,
.row-lg>.col-sm-12,
.row-lg>.col-sm-2,
.row-lg>.col-sm-3,
.row-lg>.col-sm-4,
.row-lg>.col-sm-5,
.row-lg>.col-sm-6,
.row-lg>.col-sm-7,
.row-lg>.col-sm-8,
.row-lg>.col-sm-9,
.row-lg>.col-xlg-1,
.row-lg>.col-xlg-10,
.row-lg>.col-xlg-11,
.row-lg>.col-xlg-12,
.row-lg>.col-xlg-2,
.row-lg>.col-xlg-3,
.row-lg>.col-xlg-4,
.row-lg>.col-xlg-5,
.row-lg>.col-xlg-6,
.row-lg>.col-xlg-7,
.row-lg>.col-xlg-8,
.row-lg>.col-xlg-9,
.row-lg>.col-xs-1,
.row-lg>.col-xs-10,
.row-lg>.col-xs-11,
.row-lg>.col-xs-12,
.row-lg>.col-xs-2,
.row-lg>.col-xs-3,
.row-lg>.col-xs-4,
.row-lg>.col-xs-5,
.row-lg>.col-xs-6,
.row-lg>.col-xs-7,
.row-lg>.col-xs-8,
.row-lg>.col-xs-9 {
    padding-right: 25px;
    padding-left: 25px
}

.table {
    color: #76838f
}

.table>tfoot>tr>th,
.table>thead>tr>th {
    font-weight: 400;
    color: #526069
}

.table>thead>tr>th {
    border-bottom: 1px solid #e4eaec
}

.table>tbody+tbody {
    border-top: 1px solid #e4eaec
}

.table a {
    text-decoration: underline
}

.table td>.checkbox-custom:only-child,
.table th>.checkbox-custom:only-child {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}

.table .danger,
.table .info,
.table .success,
.table .warning {
    color: #fff
}

.table .danger a,
.table .info a,
.table .success a,
.table .warning a {
    color: #fff
}

.table .cell-30 {
    width: 30px
}

.table .cell-40 {
    width: 40px
}

.table .cell-50 {
    width: 50px
}

.table .cell-60 {
    width: 60px
}

.table .cell-80 {
    width: 80px
}

.table .cell-100 {
    width: 100px
}

.table .cell-120 {
    width: 120px
}

.table .cell-130 {
    width: 130px
}

.table .cell-150 {
    width: 150px
}

.table .cell-180 {
    width: 180px
}

.table .cell-200 {
    width: 200px
}

.table .cell-250 {
    width: 250px
}

.table .cell-300 {
    width: 300px
}

.table-danger thead tr,
.table-dark thead tr,
.table-info thead tr,
.table-primary thead tr,
.table-success thead tr,
.table-warning thead tr {
    color: #fff
}

.table-default thead tr {
    background: #f3f7f9
}

.table-primary thead tr {
    background: #62a8ea
}

.table-success thead tr {
    background: #46be8a
}

.table-info thead tr {
    background: #57c7d4
}

.table-warning thead tr {
    background: #f2a654
}

.table-danger thead tr {
    background: #f96868
}

.table-dark thead tr {
    background: #526069
}

.table-gray thead tr {
    color: #526069;
    background: #ccd5db
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

.table-bordered>thead:first-child>tr:first-child>th {
    border: 1px solid #e4eaec
}

.table-section+tbody {
    display: none
}

.table-section-arrow {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.table-section-arrow:before {
    content: '\f181'
}

.table-section.active tr {
    background-color: #f3f7f9
}

.table-section.active+tbody {
    display: table-row-group
}

.table-section.active .table-section-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}

.form-control:not(select) {
    -webkit-appearance: none
}

.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: #46be8a
}

.has-success .form-control {
    border-color: #46be8a;
    -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: #369b6f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #91d9ba;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #91d9ba
}

.has-success .input-group-addon {
    color: #46be8a;
    background-color: #fff;
    border-color: #46be8a
}

.has-success .form-control-feedback {
    color: #46be8a
}

.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.has-success .form-control:focus {
    border-color: #46be8a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 190, 138, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 190, 138, .6)
}

.has-success .form-control.focus,
.has-success .form-control:focus {
    border-color: #46be8a;
    -webkit-box-shadow: none;
    box-shadow: none
}

.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: #f2a654
}

.has-warning .form-control {
    border-color: #f2a654;
    -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: #ee8d25;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f9d7b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f9d7b3
}

.has-warning .input-group-addon {
    color: #f2a654;
    background-color: #fff;
    border-color: #f2a654
}

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

.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.has-warning .form-control:focus {
    border-color: #f2a654;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 166, 84, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 166, 84, .6)
}

.has-warning .form-control.focus,
.has-warning .form-control:focus {
    border-color: #f2a654;
    -webkit-box-shadow: none;
    box-shadow: none
}

.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: #f96868
}

.has-error .form-control {
    border-color: #f96868;
    -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: #f73737;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fdcaca;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fdcaca
}

.has-error .input-group-addon {
    color: #f96868;
    background-color: #fff;
    border-color: #f96868
}

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

.has-error .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.has-error .form-control:focus {
    border-color: #f96868;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 104, 104, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 104, 104, .6)
}

.has-error .form-control.focus,
.has-error .form-control:focus {
    border-color: #f96868;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-feedback.no-label .form-control-feedback {
    top: 0
}

.form-group.has-feedback.left-feedback .form-control-feedback {
    right: auto;
    left: 0
}

.form-group.has-feedback.left-feedback .form-control {
    padding-right: 13px;
    padding-left: 50px
}

.form-control.square {
    border-radius: 0
}

.form-control.round {
    border-radius: 200px
}

textarea.form-control.no-resize {
    resize: none
}

.input-group-file input[type=text] {
    background-color: #fff
}

.input-group-file .btn-file {
    position: relative;
    overflow: hidden
}

.input-group-file .btn-file.btn-outline {
    border: 1px solid #e4eaec;
    border-left: none
}

.input-group-file .btn-file.btn-outline:hover {
    border-left: none
}

.input-group-file .btn-file>.icon {
    margin: 0 3px
}

.input-group-file .btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    text-align: 0;
    cursor: pointer;
    opacity: 0
}

.help-block {
    margin-top: 7px;
    margin-bottom: 8px
}

.help-block>.icon {
    margin: 0 5px
}

.input-search-close {
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .2
}

.input-search-close.icon {
    font-size: inherit;
    line-height: inherit
}

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

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

.input-search {
    position: relative
}

.input-search .form-control {
    border-radius: 200px
}

.input-search .input-search-close,
.input-search .input-search-icon {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-search .input-search-close {
    right: 8px
}

.input-search .input-search-icon+.form-control {
    padding-left: 43.5px
}

.input-search .input-search-icon {
    left: 8px;
    font-size: 16px;
    color: #a3afb7;
    text-align: center;
    pointer-events: none
}

.input-search-btn+.form-control {
    padding-right: 50px
}

.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0
}

.input-search-btn>.icon {
    margin: 0 3px
}

.input-search-dark .input-search-icon {
    color: #76838f
}

.input-search-dark .form-control {
    background: #f3f7f9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-search-dark .form-control:focus {
    background-color: transparent
}

.form-inline .form-group {
    margin-right: 20px
}

.form-inline .form-group:last-child {
    margin-right: 0
}

.form-inline .control-label {
    margin-right: 5px
}

@media (max-width:767px) {
    .form-inline .form-group {
        margin-right: 0
    }
}

.btn {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    border-radius: 3px;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .icon {
    width: 1em;
    margin: -1px 3px 0;
    line-height: inherit;
    text-align: center
}

.btn-block {
    white-space: normal
}

.btn-outline.btn-default {
    color: #76838f;
    background-color: transparent
}

.btn-outline.btn-default.active,
.btn-outline.btn-default:active,
.btn-outline.btn-default:focus,
.btn-outline.btn-default:hover,
.open>.dropdown-toggle.btn-outline.btn-default {
    color: #76838f;
    background-color: rgba(118, 131, 143, .1);
    border-color: #e4eaec
}

.btn-outline.btn-default.active .badge,
.btn-outline.btn-default:active .badge,
.btn-outline.btn-default:focus .badge,
.btn-outline.btn-default:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-default .badge {
    color: #76838f;
    background-color: #76838f
}

.btn-outline.btn-primary {
    color: #62a8ea;
    background-color: transparent
}

.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open>.dropdown-toggle.btn-outline.btn-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}

.btn-outline.btn-primary.active .badge,
.btn-outline.btn-primary:active .badge,
.btn-outline.btn-primary:focus .badge,
.btn-outline.btn-primary:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-primary .badge {
    color: #62a8ea;
    background-color: #fff
}

.btn-outline.btn-success {
    color: #46be8a;
    background-color: transparent
}

.btn-outline.btn-success.active,
.btn-outline.btn-success:active,
.btn-outline.btn-success:focus,
.btn-outline.btn-success:hover,
.open>.dropdown-toggle.btn-outline.btn-success {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}

.btn-outline.btn-success.active .badge,
.btn-outline.btn-success:active .badge,
.btn-outline.btn-success:focus .badge,
.btn-outline.btn-success:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-success .badge {
    color: #46be8a;
    background-color: #fff
}

.btn-outline.btn-info {
    color: #57c7d4;
    background-color: transparent
}

.btn-outline.btn-info.active,
.btn-outline.btn-info:active,
.btn-outline.btn-info:focus,
.btn-outline.btn-info:hover,
.open>.dropdown-toggle.btn-outline.btn-info {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}

.btn-outline.btn-info.active .badge,
.btn-outline.btn-info:active .badge,
.btn-outline.btn-info:focus .badge,
.btn-outline.btn-info:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-info .badge {
    color: #57c7d4;
    background-color: #fff
}

.btn-outline.btn-warning {
    color: #f2a654;
    background-color: transparent
}

.btn-outline.btn-warning.active,
.btn-outline.btn-warning:active,
.btn-outline.btn-warning:focus,
.btn-outline.btn-warning:hover,
.open>.dropdown-toggle.btn-outline.btn-warning {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}

.btn-outline.btn-warning.active .badge,
.btn-outline.btn-warning:active .badge,
.btn-outline.btn-warning:focus .badge,
.btn-outline.btn-warning:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-warning .badge {
    color: #f2a654;
    background-color: #fff
}

.btn-outline.btn-danger {
    color: #f96868;
    background-color: transparent
}

.btn-outline.btn-danger.active,
.btn-outline.btn-danger:active,
.btn-outline.btn-danger:focus,
.btn-outline.btn-danger:hover,
.open>.dropdown-toggle.btn-outline.btn-danger {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}

.btn-outline.btn-danger.active .badge,
.btn-outline.btn-danger:active .badge,
.btn-outline.btn-danger:focus .badge,
.btn-outline.btn-danger:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-danger .badge {
    color: #f96868;
    background-color: #fff
}

.btn-outline.btn-dark {
    color: #526069;
    background-color: transparent
}

.btn-outline.btn-dark.active,
.btn-outline.btn-dark:active,
.btn-outline.btn-dark:focus,
.btn-outline.btn-dark:hover,
.open>.dropdown-toggle.btn-outline.btn-dark {
    color: #fff;
    background-color: #526069;
    border-color: #526069
}

.btn-outline.btn-dark.active .badge,
.btn-outline.btn-dark:active .badge,
.btn-outline.btn-dark:focus .badge,
.btn-outline.btn-dark:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-dark .badge {
    color: #526069;
    background-color: #fff
}

.btn-outline.btn-inverse {
    color: #fff;
    background-color: transparent
}

.btn-outline.btn-inverse.active,
.btn-outline.btn-inverse:active,
.btn-outline.btn-inverse:focus,
.btn-outline.btn-inverse:hover,
.open>.dropdown-toggle.btn-outline.btn-inverse {
    color: #76838f;
    background-color: #fff;
    border-color: #fff
}

.btn-outline.btn-inverse.active .badge,
.btn-outline.btn-inverse:active .badge,
.btn-outline.btn-inverse:focus .badge,
.btn-outline.btn-inverse:hover .badge,
.open>.dropdown-toggle.btn-outline.btn-inverse .badge {
    color: #fff;
    background-color: #76838f
}

.btn-lg {
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn-sm {
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

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

.btn-squared {
    border-radius: 0
}

.btn-round {
    border-radius: 1000px
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    background-color: #f3f7f9;
    border-color: #f3f7f9
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: #ccd5db;
    border-color: #ccd5db
}

.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 {
    background-color: #ccd5db;
    border-color: #ccd5db
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    color: #76838f;
    background-color: #f3f7f9;
    border-color: #f3f7f9
}

.btn-default.btn-up:before {
    border-bottom-color: #e4eaec
}

.btn-default.btn-up:focus:before,
.btn-default.btn-up:hover:before {
    border-bottom-color: #f3f7f9
}

.btn-default.btn-up.active:before,
.btn-default.btn-up:active:before,
.open>.dropdown-toggle.btn-default.btn-up:before {
    border-bottom-color: #ccd5db
}

.btn-default.btn-right:before {
    border-left-color: #e4eaec
}

.btn-default.btn-right:focus:before,
.btn-default.btn-right:hover:before {
    border-left-color: #f3f7f9
}

.btn-default.btn-right.active:before,
.btn-default.btn-right:active:before,
.open>.dropdown-toggle.btn-default.btn-right:before {
    border-left-color: #ccd5db
}

.btn-default.btn-bottom:before {
    border-top-color: #e4eaec
}

.btn-default.btn-bottom:focus:before,
.btn-default.btn-bottom:hover:before {
    border-top-color: #f3f7f9
}

.btn-default.btn-bottom.active:before,
.btn-default.btn-bottom:active:before,
.open>.dropdown-toggle.btn-default.btn-bottom:before {
    border-top-color: #ccd5db
}

.btn-default.btn-left:before {
    border-right-color: #e4eaec
}

.btn-default.btn-left:focus:before,
.btn-default.btn-left:hover:before {
    border-right-color: #f3f7f9
}

.btn-default.btn-left.active:before,
.btn-default.btn-left:active:before,
.open>.dropdown-toggle.btn-default.btn-left:before {
    border-right-color: #ccd5db
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #89bceb;
    border-color: #89bceb
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #4e97d9;
    border-color: #4e97d9
}

.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 {
    background-color: #4e97d9;
    border-color: #4e97d9
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #a2caee;
    border-color: #a2caee
}

.btn-primary.btn-up:before {
    border-bottom-color: #62a8ea
}

.btn-primary.btn-up:focus:before,
.btn-primary.btn-up:hover:before {
    border-bottom-color: #89bceb
}

.btn-primary.btn-up.active:before,
.btn-primary.btn-up:active:before,
.open>.dropdown-toggle.btn-primary.btn-up:before {
    border-bottom-color: #4e97d9
}

.btn-primary.btn-right:before {
    border-left-color: #62a8ea
}

.btn-primary.btn-right:focus:before,
.btn-primary.btn-right:hover:before {
    border-left-color: #89bceb
}

.btn-primary.btn-right.active:before,
.btn-primary.btn-right:active:before,
.open>.dropdown-toggle.btn-primary.btn-right:before {
    border-left-color: #4e97d9
}

.btn-primary.btn-bottom:before {
    border-top-color: #62a8ea
}

.btn-primary.btn-bottom:focus:before,
.btn-primary.btn-bottom:hover:before {
    border-top-color: #89bceb
}

.btn-primary.btn-bottom.active:before,
.btn-primary.btn-bottom:active:before,
.open>.dropdown-toggle.btn-primary.btn-bottom:before {
    border-top-color: #4e97d9
}

.btn-primary.btn-left:before {
    border-right-color: #62a8ea
}

.btn-primary.btn-left:focus:before,
.btn-primary.btn-left:hover:before {
    border-right-color: #89bceb
}

.btn-primary.btn-left.active:before,
.btn-primary.btn-left:active:before,
.open>.dropdown-toggle.btn-primary.btn-left:before {
    border-right-color: #4e97d9
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #5cd29d;
    border-color: #5cd29d
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #36ab7a;
    border-color: #36ab7a
}

.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 {
    background-color: #36ab7a;
    border-color: #36ab7a
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    color: #fff;
    background-color: #7dd3ae;
    border-color: #7dd3ae
}

.btn-success.btn-up:before {
    border-bottom-color: #46be8a
}

.btn-success.btn-up:focus:before,
.btn-success.btn-up:hover:before {
    border-bottom-color: #5cd29d
}

.btn-success.btn-up.active:before,
.btn-success.btn-up:active:before,
.open>.dropdown-toggle.btn-success.btn-up:before {
    border-bottom-color: #36ab7a
}

.btn-success.btn-right:before {
    border-left-color: #46be8a
}

.btn-success.btn-right:focus:before,
.btn-success.btn-right:hover:before {
    border-left-color: #5cd29d
}

.btn-success.btn-right.active:before,
.btn-success.btn-right:active:before,
.open>.dropdown-toggle.btn-success.btn-right:before {
    border-left-color: #36ab7a
}

.btn-success.btn-bottom:before {
    border-top-color: #46be8a
}

.btn-success.btn-bottom:focus:before,
.btn-success.btn-bottom:hover:before {
    border-top-color: #5cd29d
}

.btn-success.btn-bottom.active:before,
.btn-success.btn-bottom:active:before,
.open>.dropdown-toggle.btn-success.btn-bottom:before {
    border-top-color: #36ab7a
}

.btn-success.btn-left:before {
    border-right-color: #46be8a
}

.btn-success.btn-left:focus:before,
.btn-success.btn-left:hover:before {
    border-right-color: #5cd29d
}

.btn-success.btn-left.active:before,
.btn-success.btn-left:active:before,
.open>.dropdown-toggle.btn-success.btn-left:before {
    border-right-color: #36ab7a
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #77d6e1;
    border-color: #77d6e1
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-color: #47b8c6;
    border-color: #47b8c6
}

.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 {
    background-color: #47b8c6;
    border-color: #47b8c6
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    color: #fff;
    background-color: #9ae1e9;
    border-color: #9ae1e9
}

.btn-info.btn-up:before {
    border-bottom-color: #57c7d4
}

.btn-info.btn-up:focus:before,
.btn-info.btn-up:hover:before {
    border-bottom-color: #77d6e1
}

.btn-info.btn-up.active:before,
.btn-info.btn-up:active:before,
.open>.dropdown-toggle.btn-info.btn-up:before {
    border-bottom-color: #47b8c6
}

.btn-info.btn-right:before {
    border-left-color: #57c7d4
}

.btn-info.btn-right:focus:before,
.btn-info.btn-right:hover:before {
    border-left-color: #77d6e1
}

.btn-info.btn-right.active:before,
.btn-info.btn-right:active:before,
.open>.dropdown-toggle.btn-info.btn-right:before {
    border-left-color: #47b8c6
}

.btn-info.btn-bottom:before {
    border-top-color: #57c7d4
}

.btn-info.btn-bottom:focus:before,
.btn-info.btn-bottom:hover:before {
    border-top-color: #77d6e1
}

.btn-info.btn-bottom.active:before,
.btn-info.btn-bottom:active:before,
.open>.dropdown-toggle.btn-info.btn-bottom:before {
    border-top-color: #47b8c6
}

.btn-info.btn-left:before {
    border-right-color: #57c7d4
}

.btn-info.btn-left:focus:before,
.btn-info.btn-left:hover:before {
    border-right-color: #77d6e1
}

.btn-info.btn-left.active:before,
.btn-info.btn-left:active:before,
.open>.dropdown-toggle.btn-info.btn-left:before {
    border-right-color: #47b8c6
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #f4b066;
    border-color: #f4b066
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-color: #ec9940;
    border-color: #ec9940
}

.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 {
    background-color: #ec9940;
    border-color: #ec9940
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    color: #fff;
    background-color: #f6be80;
    border-color: #f6be80
}

.btn-warning.btn-up:before {
    border-bottom-color: #f2a654
}

.btn-warning.btn-up:focus:before,
.btn-warning.btn-up:hover:before {
    border-bottom-color: #f4b066
}

.btn-warning.btn-up.active:before,
.btn-warning.btn-up:active:before,
.open>.dropdown-toggle.btn-warning.btn-up:before {
    border-bottom-color: #ec9940
}

.btn-warning.btn-right:before {
    border-left-color: #f2a654
}

.btn-warning.btn-right:focus:before,
.btn-warning.btn-right:hover:before {
    border-left-color: #f4b066
}

.btn-warning.btn-right.active:before,
.btn-warning.btn-right:active:before,
.open>.dropdown-toggle.btn-warning.btn-right:before {
    border-left-color: #ec9940
}

.btn-warning.btn-bottom:before {
    border-top-color: #f2a654
}

.btn-warning.btn-bottom:focus:before,
.btn-warning.btn-bottom:hover:before {
    border-top-color: #f4b066
}

.btn-warning.btn-bottom.active:before,
.btn-warning.btn-bottom:active:before,
.open>.dropdown-toggle.btn-warning.btn-bottom:before {
    border-top-color: #ec9940
}

.btn-warning.btn-left:before {
    border-right-color: #f2a654
}

.btn-warning.btn-left:focus:before,
.btn-warning.btn-left:hover:before {
    border-right-color: #f4b066
}

.btn-warning.btn-left.active:before,
.btn-warning.btn-left:active:before,
.open>.dropdown-toggle.btn-warning.btn-left:before {
    border-right-color: #ec9940
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #fa7a7a;
    border-color: #fa7a7a
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-color: #e9595b;
    border-color: #e9595b
}

.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 {
    background-color: #e9595b;
    border-color: #e9595b
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    color: #fff;
    background-color: #fa9898;
    border-color: #fa9898
}

.btn-danger.btn-up:before {
    border-bottom-color: #f96868
}

.btn-danger.btn-up:focus:before,
.btn-danger.btn-up:hover:before {
    border-bottom-color: #fa7a7a
}

.btn-danger.btn-up.active:before,
.btn-danger.btn-up:active:before,
.open>.dropdown-toggle.btn-danger.btn-up:before {
    border-bottom-color: #e9595b
}

.btn-danger.btn-right:before {
    border-left-color: #f96868
}

.btn-danger.btn-right:focus:before,
.btn-danger.btn-right:hover:before {
    border-left-color: #fa7a7a
}

.btn-danger.btn-right.active:before,
.btn-danger.btn-right:active:before,
.open>.dropdown-toggle.btn-danger.btn-right:before {
    border-left-color: #e9595b
}

.btn-danger.btn-bottom:before {
    border-top-color: #f96868
}

.btn-danger.btn-bottom:focus:before,
.btn-danger.btn-bottom:hover:before {
    border-top-color: #fa7a7a
}

.btn-danger.btn-bottom.active:before,
.btn-danger.btn-bottom:active:before,
.open>.dropdown-toggle.btn-danger.btn-bottom:before {
    border-top-color: #e9595b
}

.btn-danger.btn-left:before {
    border-right-color: #f96868
}

.btn-danger.btn-left:focus:before,
.btn-danger.btn-left:hover:before {
    border-right-color: #fa7a7a
}

.btn-danger.btn-left.active:before,
.btn-danger.btn-left:active:before,
.open>.dropdown-toggle.btn-danger.btn-left:before {
    border-right-color: #e9595b
}

.btn-inverse {
    color: #76838f;
    background-color: #fff;
    border-color: #e4eaec
}

.btn-inverse.focus,
.btn-inverse:focus {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #99b0b7
}

.btn-inverse:hover {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #c0ced3
}

.btn-inverse.active,
.btn-inverse:active,
.open>.dropdown-toggle.btn-inverse {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #c0ced3
}

.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.dropdown-toggle.btn-inverse.focus,
.open>.dropdown-toggle.btn-inverse:focus,
.open>.dropdown-toggle.btn-inverse:hover {
    color: #76838f;
    background-color: #d4d4d4;
    border-color: #99b0b7
}

.btn-inverse.active,
.btn-inverse:active,
.open>.dropdown-toggle.btn-inverse {
    background-image: none
}

.btn-inverse.disabled.focus,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
    background-color: #fff;
    border-color: #e4eaec
}

.btn-inverse .badge {
    color: #fff;
    background-color: #76838f
}

.btn-inverse.focus,
.btn-inverse:focus,
.btn-inverse:hover {
    background-color: #fff;
    border-color: #f3f7f9
}

.btn-inverse.active,
.btn-inverse:active,
.open>.dropdown-toggle.btn-inverse {
    background-color: #fff;
    border-color: #ccd5db
}

.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.dropdown-toggle.btn-inverse.focus,
.open>.dropdown-toggle.btn-inverse:focus,
.open>.dropdown-toggle.btn-inverse:hover {
    background-color: #fff;
    border-color: #ccd5db
}

.btn-inverse.disabled,
.btn-inverse.disabled.active,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled],
.btn-inverse[disabled].active,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
    color: #ccd5db;
    background-color: #fff;
    border-color: #a3afb7
}

.btn-inverse.btn-up:before {
    border-bottom-color: #fff
}

.btn-inverse.btn-up:focus:before,
.btn-inverse.btn-up:hover:before {
    border-bottom-color: #fff
}

.btn-inverse.btn-up.active:before,
.btn-inverse.btn-up:active:before,
.open>.dropdown-toggle.btn-inverse.btn-up:before {
    border-bottom-color: #fff
}

.btn-inverse.btn-right:before {
    border-left-color: #fff
}

.btn-inverse.btn-right:focus:before,
.btn-inverse.btn-right:hover:before {
    border-left-color: #fff
}

.btn-inverse.btn-right.active:before,
.btn-inverse.btn-right:active:before,
.open>.dropdown-toggle.btn-inverse.btn-right:before {
    border-left-color: #fff
}

.btn-inverse.btn-bottom:before {
    border-top-color: #fff
}

.btn-inverse.btn-bottom:focus:before,
.btn-inverse.btn-bottom:hover:before {
    border-top-color: #fff
}

.btn-inverse.btn-bottom.active:before,
.btn-inverse.btn-bottom:active:before,
.open>.dropdown-toggle.btn-inverse.btn-bottom:before {
    border-top-color: #fff
}

.btn-inverse.btn-left:before {
    border-right-color: #fff
}

.btn-inverse.btn-left:focus:before,
.btn-inverse.btn-left:hover:before {
    border-right-color: #fff
}

.btn-inverse.btn-left.active:before,
.btn-inverse.btn-left:active:before,
.open>.dropdown-toggle.btn-inverse.btn-left:before {
    border-right-color: #fff
}

.btn-dark {
    color: #fff;
    background-color: #526069;
    border-color: #526069
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #3c464c;
    border-color: #1a1f21
}

.btn-dark:hover {
    color: #fff;
    background-color: #3c464c;
    border-color: #374147
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #3c464c;
    border-color: #374147
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
    color: #fff;
    background-color: #2c3338;
    border-color: #1a1f21
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
    background-image: none
}

.btn-dark.disabled.focus,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled].focus,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    background-color: #526069;
    border-color: #526069
}

.btn-dark .badge {
    color: #526069;
    background-color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #76838f;
    border-color: #76838f
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
    background-color: #37474f;
    border-color: #37474f
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open>.dropdown-toggle.btn-dark.focus,
.open>.dropdown-toggle.btn-dark:focus,
.open>.dropdown-toggle.btn-dark:hover {
    background-color: #37474f;
    border-color: #37474f
}

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark[disabled].active,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
    color: #fff;
    background-color: #a3afb7;
    border-color: #a3afb7
}

.btn-dark.btn-up:before {
    border-bottom-color: #526069
}

.btn-dark.btn-up:focus:before,
.btn-dark.btn-up:hover:before {
    border-bottom-color: #76838f
}

.btn-dark.btn-up.active:before,
.btn-dark.btn-up:active:before,
.open>.dropdown-toggle.btn-dark.btn-up:before {
    border-bottom-color: #37474f
}

.btn-dark.btn-right:before {
    border-left-color: #526069
}

.btn-dark.btn-right:focus:before,
.btn-dark.btn-right:hover:before {
    border-left-color: #76838f
}

.btn-dark.btn-right.active:before,
.btn-dark.btn-right:active:before,
.open>.dropdown-toggle.btn-dark.btn-right:before {
    border-left-color: #37474f
}

.btn-dark.btn-bottom:before {
    border-top-color: #526069
}

.btn-dark.btn-bottom:focus:before,
.btn-dark.btn-bottom:hover:before {
    border-top-color: #76838f
}

.btn-dark.btn-bottom.active:before,
.btn-dark.btn-bottom:active:before,
.open>.dropdown-toggle.btn-dark.btn-bottom:before {
    border-top-color: #37474f
}

.btn-dark.btn-left:before {
    border-right-color: #526069
}

.btn-dark.btn-left:focus:before,
.btn-dark.btn-left:hover:before {
    border-right-color: #76838f
}

.btn-dark.btn-left.active:before,
.btn-dark.btn-left:active:before,
.open>.dropdown-toggle.btn-dark.btn-left:before {
    border-right-color: #37474f
}

.btn-dark:focus,
.btn-dark:hover {
    color: #fff
}

.btn-dark.active,
.btn-dark:active,
.open>.dropdown-toggle.btn-dark {
    color: #fff
}

.btn-dark.btn-flat {
    color: #526069
}

.btn-flat {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-flat.disabled {
    color: #a3afb7
}

.btn-icon,
.btn.icon {
    padding: 10px;
    line-height: 1em
}

.btn-icon.btn-xs,
.btn.icon.btn-xs {
    padding: 4px;
    font-size: 12px
}

.btn-icon.btn-sm,
.btn.icon.btn-sm {
    padding: 8px;
    font-size: 14px
}

.btn-icon.btn-lg,
.btn.icon.btn-lg {
    padding: 12px;
    font-size: 20px
}

.btn-icon.disabled,
.btn.icon.disabled {
    color: #a3afb7
}

.btn-icon .icon {
    margin: -1px 0 0
}

.btn-raised {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
    box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
    -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    -o-transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1)
}

.btn-raised.active,
.btn-raised:active,
.btn-raised:hover,
.open>.dropdown-toggle.btn-raised {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2)
}

.btn-raised.disabled,
.btn-raised[disabled],
fieldset[disabled] .btn-raised {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-floating {
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15)
}

.btn-floating.btn-xs {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 13px
}

.btn-floating.btn-sm {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 15px
}

.btn-floating.btn-lg {
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 30px
}

.btn-floating i {
    position: relative;
    top: 0
}

.btn-animate {
    position: relative;
    overflow: hidden
}

.btn-animate span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.btn-animate-side {
    padding: 8px 28px
}

.btn-animate-side span {
    -webkit-transition: -webkit-transform .2s ease-out 0s;
    -o-transition: -o-transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s
}

.btn-animate-side span>.icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    -o-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    -webkit-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%)
}

.btn-animate-side:hover span {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.btn-animate-side:hover span>.icon {
    opacity: 1
}

.btn-animate-side.btn-xs {
    padding: 3px 14px
}

.btn-animate-side.btn-xs span>.icon {
    left: 5px
}

.btn-animate-side.btn-xs:hover span {
    -webkit-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0)
}

.btn-animate-side.btn-sm {
    padding: 6px 22px
}

.btn-animate-side.btn-sm span>.icon {
    left: 3px
}

.btn-animate-side.btn-sm:hover span {
    -webkit-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
    transform: translate(8px, 0)
}

.btn-animate-side.btn-lg {
    padding: 10px 33px
}

.btn-animate-side.btn-lg span>.icon {
    left: -6px
}

.btn-animate-side.btn-lg:hover span {
    -webkit-transform: translate(14px, 0);
    -ms-transform: translate(14px, 0);
    -o-transform: translate(14px, 0);
    transform: translate(14px, 0)
}

.btn-animate-vertical span {
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.btn-animate-vertical span>.icon {
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    font-size: 24px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.btn-animate-vertical:hover span {
    -webkit-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
    transform: translate(0, 150%)
}

.btn-animate-vertical.btn-xs span>.icon {
    top: -5px;
    font-size: 18px
}

.btn-animate-vertical.btn-sm span>.icon {
    top: -3px;
    font-size: 21px
}

.btn-animate-vertical.btn-lg span>.icon {
    font-size: 37px
}

.btn-labeled {
    padding: 0;
    padding-right: 8px
}

.btn-labeled .btn-label {
    padding: 6px 8px;
    margin-right: 5px
}

.btn-labeled.btn-xs {
    padding-right: 5px
}

.btn-labeled.btn-xs .btn-label {
    padding: 1px 4px;
    margin-right: 2px
}

.btn-labeled.btn-sm {
    padding-right: 13px
}

.btn-labeled.btn-sm .btn-label {
    padding: 6px 6px;
    margin-right: 10px
}

.btn-labeled.btn-lg {
    padding-right: 14px
}

.btn-labeled.btn-lg .btn-label {
    padding: 10px 14px;
    margin-right: 11px
}

.btn-labeled.btn-block {
    text-align: left
}

.btn-label {
    display: inline-block;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 3px 0 0 3px
}

.btn-pill-left {
    border-radius: 500px 0 0 500px
}

.btn-pill-right {
    border-radius: 0 500px 500px 0
}

.btn-direction {
    position: relative
}

.btn-direction:before {
    position: absolute;
    line-height: 0;
    content: '';
    border: 8px solid transparent
}

.btn-up:before {
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border-bottom-color: #e4eaec
}

.btn-right:before {
    top: 50%;
    right: -16px;
    margin-top: -8px;
    border-left-color: #e4eaec
}

.btn-bottom:before {
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border-top-color: #e4eaec
}

.btn-left:before {
    top: 50%;
    left: -16px;
    margin-top: -8px;
    border-right-color: #e4eaec
}

.btn-pure,
.btn-pure.active,
.btn-pure:active,
.btn-pure:focus,
.btn-pure:hover,
.btn-pure[disabled],
.open>.dropdown-toggle.btn-pure,
fieldset[disabled] .btn-pure {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-pure.active.focus,
.btn-pure.active:focus,
.btn-pure.active:hover,
.btn-pure.focus,
.btn-pure:active.focus,
.btn-pure:active:focus,
.btn-pure:active:hover,
.btn-pure:focus,
.btn-pure:focus.focus,
.btn-pure:focus:focus,
.btn-pure:focus:hover,
.btn-pure:hover,
.btn-pure:hover.focus,
.btn-pure:hover:focus,
.btn-pure:hover:hover,
.btn-pure[disabled].focus,
.btn-pure[disabled]:focus,
.btn-pure[disabled]:hover,
.open>.dropdown-toggle.btn-pure.focus,
.open>.dropdown-toggle.btn-pure:focus,
.open>.dropdown-toggle.btn-pure:hover,
fieldset[disabled] .btn-pure.focus,
fieldset[disabled] .btn-pure:focus,
fieldset[disabled] .btn-pure:hover {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-pure.btn-default {
    color: #a3afb7
}

.btn-pure.btn-default.active,
.btn-pure.btn-default:active,
.btn-pure.btn-default:focus,
.btn-pure.btn-default:hover,
.open>.dropdown-toggle.btn-pure.btn-default {
    color: #526069
}

.btn-pure.btn-default.active.focus,
.btn-pure.btn-default.active:focus,
.btn-pure.btn-default.active:hover,
.btn-pure.btn-default:active.focus,
.btn-pure.btn-default:active:focus,
.btn-pure.btn-default:active:hover,
.btn-pure.btn-default:focus.focus,
.btn-pure.btn-default:focus:focus,
.btn-pure.btn-default:focus:hover,
.btn-pure.btn-default:hover.focus,
.btn-pure.btn-default:hover:focus,
.btn-pure.btn-default:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-default.focus,
.open>.dropdown-toggle.btn-pure.btn-default:focus,
.open>.dropdown-toggle.btn-pure.btn-default:hover {
    color: #526069
}

.btn-pure.btn-default.active .badge,
.btn-pure.btn-default:active .badge,
.btn-pure.btn-default:focus .badge,
.btn-pure.btn-default:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-default .badge {
    color: #526069
}

.btn-pure.btn-primary {
    color: #62a8ea
}

.btn-pure.btn-primary.active,
.btn-pure.btn-primary:active,
.btn-pure.btn-primary:focus,
.btn-pure.btn-primary:hover,
.open>.dropdown-toggle.btn-pure.btn-primary {
    color: #3583ca
}

.btn-pure.btn-primary.active.focus,
.btn-pure.btn-primary.active:focus,
.btn-pure.btn-primary.active:hover,
.btn-pure.btn-primary:active.focus,
.btn-pure.btn-primary:active:focus,
.btn-pure.btn-primary:active:hover,
.btn-pure.btn-primary:focus.focus,
.btn-pure.btn-primary:focus:focus,
.btn-pure.btn-primary:focus:hover,
.btn-pure.btn-primary:hover.focus,
.btn-pure.btn-primary:hover:focus,
.btn-pure.btn-primary:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-primary.focus,
.open>.dropdown-toggle.btn-pure.btn-primary:focus,
.open>.dropdown-toggle.btn-pure.btn-primary:hover {
    color: #3583ca
}

.btn-pure.btn-primary.active .badge,
.btn-pure.btn-primary:active .badge,
.btn-pure.btn-primary:focus .badge,
.btn-pure.btn-primary:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-primary .badge {
    color: #3583ca
}

.btn-pure.btn-success {
    color: #46be8a
}

.btn-pure.btn-success.active,
.btn-pure.btn-success:active,
.btn-pure.btn-success:focus,
.btn-pure.btn-success:hover,
.open>.dropdown-toggle.btn-pure.btn-success {
    color: #279566
}

.btn-pure.btn-success.active.focus,
.btn-pure.btn-success.active:focus,
.btn-pure.btn-success.active:hover,
.btn-pure.btn-success:active.focus,
.btn-pure.btn-success:active:focus,
.btn-pure.btn-success:active:hover,
.btn-pure.btn-success:focus.focus,
.btn-pure.btn-success:focus:focus,
.btn-pure.btn-success:focus:hover,
.btn-pure.btn-success:hover.focus,
.btn-pure.btn-success:hover:focus,
.btn-pure.btn-success:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-success.focus,
.open>.dropdown-toggle.btn-pure.btn-success:focus,
.open>.dropdown-toggle.btn-pure.btn-success:hover {
    color: #279566
}

.btn-pure.btn-success.active .badge,
.btn-pure.btn-success:active .badge,
.btn-pure.btn-success:focus .badge,
.btn-pure.btn-success:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-success .badge {
    color: #279566
}

.btn-pure.btn-info {
    color: #57c7d4
}

.btn-pure.btn-info.active,
.btn-pure.btn-info:active,
.btn-pure.btn-info:focus,
.btn-pure.btn-info:hover,
.open>.dropdown-toggle.btn-pure.btn-info {
    color: #37a9b7
}

.btn-pure.btn-info.active.focus,
.btn-pure.btn-info.active:focus,
.btn-pure.btn-info.active:hover,
.btn-pure.btn-info:active.focus,
.btn-pure.btn-info:active:focus,
.btn-pure.btn-info:active:hover,
.btn-pure.btn-info:focus.focus,
.btn-pure.btn-info:focus:focus,
.btn-pure.btn-info:focus:hover,
.btn-pure.btn-info:hover.focus,
.btn-pure.btn-info:hover:focus,
.btn-pure.btn-info:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-info.focus,
.open>.dropdown-toggle.btn-pure.btn-info:focus,
.open>.dropdown-toggle.btn-pure.btn-info:hover {
    color: #37a9b7
}

.btn-pure.btn-info.active .badge,
.btn-pure.btn-info:active .badge,
.btn-pure.btn-info:focus .badge,
.btn-pure.btn-info:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-info .badge {
    color: #37a9b7
}

.btn-pure.btn-warning {
    color: #f2a654
}

.btn-pure.btn-warning.active,
.btn-pure.btn-warning:active,
.btn-pure.btn-warning:focus,
.btn-pure.btn-warning:hover,
.open>.dropdown-toggle.btn-pure.btn-warning {
    color: #e98f2e
}

.btn-pure.btn-warning.active.focus,
.btn-pure.btn-warning.active:focus,
.btn-pure.btn-warning.active:hover,
.btn-pure.btn-warning:active.focus,
.btn-pure.btn-warning:active:focus,
.btn-pure.btn-warning:active:hover,
.btn-pure.btn-warning:focus.focus,
.btn-pure.btn-warning:focus:focus,
.btn-pure.btn-warning:focus:hover,
.btn-pure.btn-warning:hover.focus,
.btn-pure.btn-warning:hover:focus,
.btn-pure.btn-warning:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-warning.focus,
.open>.dropdown-toggle.btn-pure.btn-warning:focus,
.open>.dropdown-toggle.btn-pure.btn-warning:hover {
    color: #e98f2e
}

.btn-pure.btn-warning.active .badge,
.btn-pure.btn-warning:active .badge,
.btn-pure.btn-warning:focus .badge,
.btn-pure.btn-warning:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-warning .badge {
    color: #e98f2e
}

.btn-pure.btn-danger {
    color: #f96868
}

.btn-pure.btn-danger.active,
.btn-pure.btn-danger:active,
.btn-pure.btn-danger:focus,
.btn-pure.btn-danger:hover,
.open>.dropdown-toggle.btn-pure.btn-danger {
    color: #d6494b
}

.btn-pure.btn-danger.active.focus,
.btn-pure.btn-danger.active:focus,
.btn-pure.btn-danger.active:hover,
.btn-pure.btn-danger:active.focus,
.btn-pure.btn-danger:active:focus,
.btn-pure.btn-danger:active:hover,
.btn-pure.btn-danger:focus.focus,
.btn-pure.btn-danger:focus:focus,
.btn-pure.btn-danger:focus:hover,
.btn-pure.btn-danger:hover.focus,
.btn-pure.btn-danger:hover:focus,
.btn-pure.btn-danger:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-danger.focus,
.open>.dropdown-toggle.btn-pure.btn-danger:focus,
.open>.dropdown-toggle.btn-pure.btn-danger:hover {
    color: #d6494b
}

.btn-pure.btn-danger.active .badge,
.btn-pure.btn-danger:active .badge,
.btn-pure.btn-danger:focus .badge,
.btn-pure.btn-danger:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-danger .badge {
    color: #d6494b
}

.btn-pure.btn-dark {
    color: #526069
}

.btn-pure.btn-dark.active,
.btn-pure.btn-dark:active,
.btn-pure.btn-dark:focus,
.btn-pure.btn-dark:hover,
.open>.dropdown-toggle.btn-pure.btn-dark {
    color: #37474f
}

.btn-pure.btn-dark.active.focus,
.btn-pure.btn-dark.active:focus,
.btn-pure.btn-dark.active:hover,
.btn-pure.btn-dark:active.focus,
.btn-pure.btn-dark:active:focus,
.btn-pure.btn-dark:active:hover,
.btn-pure.btn-dark:focus.focus,
.btn-pure.btn-dark:focus:focus,
.btn-pure.btn-dark:focus:hover,
.btn-pure.btn-dark:hover.focus,
.btn-pure.btn-dark:hover:focus,
.btn-pure.btn-dark:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-dark.focus,
.open>.dropdown-toggle.btn-pure.btn-dark:focus,
.open>.dropdown-toggle.btn-pure.btn-dark:hover {
    color: #37474f
}

.btn-pure.btn-dark.active .badge,
.btn-pure.btn-dark:active .badge,
.btn-pure.btn-dark:focus .badge,
.btn-pure.btn-dark:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-dark .badge {
    color: #37474f
}

.btn-pure.btn-inverse {
    color: #fff
}

.btn-pure.btn-inverse.active,
.btn-pure.btn-inverse:active,
.btn-pure.btn-inverse:focus,
.btn-pure.btn-inverse:hover,
.open>.dropdown-toggle.btn-pure.btn-inverse {
    color: #fff
}

.btn-pure.btn-inverse.active.focus,
.btn-pure.btn-inverse.active:focus,
.btn-pure.btn-inverse.active:hover,
.btn-pure.btn-inverse:active.focus,
.btn-pure.btn-inverse:active:focus,
.btn-pure.btn-inverse:active:hover,
.btn-pure.btn-inverse:focus.focus,
.btn-pure.btn-inverse:focus:focus,
.btn-pure.btn-inverse:focus:hover,
.btn-pure.btn-inverse:hover.focus,
.btn-pure.btn-inverse:hover:focus,
.btn-pure.btn-inverse:hover:hover,
.open>.dropdown-toggle.btn-pure.btn-inverse.focus,
.open>.dropdown-toggle.btn-pure.btn-inverse:focus,
.open>.dropdown-toggle.btn-pure.btn-inverse:hover {
    color: #fff
}

.btn-pure.btn-inverse.active .badge,
.btn-pure.btn-inverse:active .badge,
.btn-pure.btn-inverse:focus .badge,
.btn-pure.btn-inverse:hover .badge,
.open>.dropdown-toggle.btn-pure.btn-inverse .badge {
    color: #fff
}

.caret {
    border-top: 4px solid;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001)
}

.btn-group .btn+.dropdown-toggle .caret {
    margin-left: 0
}

.dropdown-toggle.btn .caret {
    margin-left: .3em
}

.dropdown-toggle.btn.btn-xs .caret {
    margin-left: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: .8em;
    padding-left: .8em
}

.dropdown-menu {
    margin-top: 5px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.dropdown-menu .divider {
    margin: 6px 0
}

.dropdown-menu>li {
    padding: 0 5px;
    margin: 2px 0
}

.dropdown-menu>li>a {
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s
}

.dropdown-menu li .icon:first-child,
.dropdown-menu li>a .icon:first-child {
    width: 1em;
    margin-right: .5em;
    text-align: center
}

.dropdown-menu.bullet {
    margin-top: 12px
}

.dropdown-menu.bullet:after,
.dropdown-menu.bullet:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0
}

.dropdown-menu.bullet:before {
    top: -7px;
    border-bottom-color: #e4eaec
}

.dropdown-menu.bullet:after {
    top: -6px;
    border-bottom-color: #fff
}

.dropdown-menu-right.bullet:after,
.dropdown-menu-right.bullet:before {
    right: 10px;
    left: auto
}

.dropdown-menu.animate {
    overflow: hidden
}

.dropdown-menu.animate>li {
    -webkit-animation-name: slide-left;
    -o-animation-name: slide-left;
    animation-name: slide-left;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.dropdown-menu.animate>li:nth-child(1) {
    -webkit-animation-delay: .02s;
    -o-animation-delay: .02s;
    animation-delay: .02s
}

.dropdown-menu.animate>li:nth-child(2) {
    -webkit-animation-delay: .04s;
    -o-animation-delay: .04s;
    animation-delay: .04s
}

.dropdown-menu.animate>li:nth-child(3) {
    -webkit-animation-delay: .06s;
    -o-animation-delay: .06s;
    animation-delay: .06s
}

.dropdown-menu.animate>li:nth-child(4) {
    -webkit-animation-delay: .08s;
    -o-animation-delay: .08s;
    animation-delay: .08s
}

.dropdown-menu.animate>li:nth-child(5) {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.dropdown-menu.animate>li:nth-child(6) {
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s
}

.dropdown-menu.animate>li:nth-child(7) {
    -webkit-animation-delay: .14s;
    -o-animation-delay: .14s;
    animation-delay: .14s
}

.dropdown-menu.animate>li:nth-child(8) {
    -webkit-animation-delay: .16s;
    -o-animation-delay: .16s;
    animation-delay: .16s
}

.dropdown-menu.animate>li:nth-child(9) {
    -webkit-animation-delay: .18s;
    -o-animation-delay: .18s;
    animation-delay: .18s
}

.dropdown-menu.animate>li:nth-child(10) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.dropdown-menu.animate>li.divider {
    -webkit-animation-name: none;
    -o-animation-name: none;
    animation-name: none
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(1) {
    -webkit-animation-delay: .02s;
    -o-animation-delay: .02s;
    animation-delay: .02s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(2) {
    -webkit-animation-delay: .04s;
    -o-animation-delay: .04s;
    animation-delay: .04s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(3) {
    -webkit-animation-delay: .06s;
    -o-animation-delay: .06s;
    animation-delay: .06s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(4) {
    -webkit-animation-delay: .08s;
    -o-animation-delay: .08s;
    animation-delay: .08s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(5) {
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(6) {
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(7) {
    -webkit-animation-delay: .14s;
    -o-animation-delay: .14s;
    animation-delay: .14s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(8) {
    -webkit-animation-delay: .16s;
    -o-animation-delay: .16s;
    animation-delay: .16s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(9) {
    -webkit-animation-delay: .18s;
    -o-animation-delay: .18s;
    animation-delay: .18s
}

.dropdown-menu.animate.animate-reverse>li:nth-last-child(10) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 6px;
    -webkit-box-shadow: 0 -3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 -3px 12px rgba(0, 0, 0, .05)
}

.dropup .dropdown-menu.bullet,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet {
    margin-bottom: 12px
}

.dropup .dropdown-menu.bullet:after,
.dropup .dropdown-menu.bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
    top: auto;
    border-top-width: 7px;
    border-bottom-width: 0
}

.dropup .dropdown-menu.bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:before {
    bottom: -7px;
    border-top-color: #e4eaec
}

.dropup .dropdown-menu.bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.bullet:after {
    bottom: -6px;
    border-top-color: #fff
}

.dropdown-menu>.dropdown-header {
    padding: 8px 20px 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: default
}

.dropdown-menu>.dropdown-submenu {
    position: relative
}

.dropdown-menu>.dropdown-submenu>a {
    position: relative
}

.dropdown-menu>.dropdown-submenu>a:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 6px;
    vertical-align: middle;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed
}

.dropdown-menu>.dropdown-submenu .dropdown-menu {
    left: 100%;
    margin: 0
}

.dropdown-menu>.dropdown-submenu.dropdown-menu-left .dropdown-menu {
    left: -100%
}

.dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
    display: block
}

.dropdown .dropdown-submenu .dropdown-menu {
    top: 0
}

.dropup .dropdown-submenu .dropdown-menu {
    bottom: 0
}

.dropdown-menu-media {
    width: 360px;
    padding-top: 0;
    padding-bottom: 0
}

.dropdown-menu-media>li {
    padding: 0;
    margin: 0
}

.dropdown-menu-media .dropdown-menu-header {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e4eaec
}

.dropdown-menu-media .dropdown-menu-header>h3,
.dropdown-menu-media .dropdown-menu-header>h4,
.dropdown-menu-media .dropdown-menu-header>h5 {
    margin: 0
}

.dropdown-menu-media .dropdown-menu-header .badge,
.dropdown-menu-media .dropdown-menu-header .label {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown-menu-media .list-group {
    max-height: 270px;
    margin: 0;
    font-size: 12px;
    border-radius: 0
}

.dropdown-menu-media .list-group-item {
    padding: 0 20px;
    border: none;
    border-radius: 0 !important
}

.dropdown-menu-media .list-group-item .media {
    padding: 15px 0;
    border-top: 1px solid #e4eaec
}

.dropdown-menu-media .list-group-item:first-child .media {
    border-top: none
}

.dropdown-menu-media>.dropdown-menu-footer {
    background-color: #f3f7f9;
    border-top: 1px solid #e4eaec
}

.dropdown-menu-media>.dropdown-menu-footer>a {
    padding: 15px 20px !important;
    color: #a3afb7 !important
}

.dropdown-menu-media>.dropdown-menu-footer>a:hover {
    color: #89bceb !important;
    background-color: transparent !important
}

.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn {
    position: absolute;
    right: 0
}

.dropdown-menu-media>.dropdown-menu-footer>.dropdown-menu-footer-btn:hover {
    color: #89bceb !important;
    background-color: transparent !important
}

.dropdown-menu-primary>.active>a,
.dropdown-menu-primary>.active>a:focus,
.dropdown-menu-primary>.active>a:hover {
    color: #fff;
    background-color: #62a8ea
}

.dropdown-menu-success>.active>a,
.dropdown-menu-success>.active>a:focus,
.dropdown-menu-success>.active>a:hover {
    color: #fff;
    background-color: #46be8a
}

.dropdown-menu-info>.active>a,
.dropdown-menu-info>.active>a:focus,
.dropdown-menu-info>.active>a:hover {
    color: #fff;
    background-color: #57c7d4
}

.dropdown-menu-warning>.active>a,
.dropdown-menu-warning>.active>a:focus,
.dropdown-menu-warning>.active>a:hover {
    color: #fff;
    background-color: #f2a654
}

.dropdown-menu-danger>.active>a,
.dropdown-menu-danger>.active>a:focus,
.dropdown-menu-danger>.active>a:hover {
    color: #fff;
    background-color: #f96868
}

.dropdown-menu-dark>.active>a,
.dropdown-menu-dark>.active>a:focus,
.dropdown-menu-dark>.active>a:hover {
    color: #fff;
    background-color: #526069
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05)
}

.btn-group:focus .dropdown-toggle {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.input-group-addon {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}

.input-group-btn .btn {
    padding: 6px 10px
}

.input-group-btn .btn>.icon {
    vertical-align: bottom
}

.input-group-btn .dropdown-toggle.btn .caret {
    margin-left: 2px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 1
}

.nav>li>a {
    overflow: hidden
}

.nav>li>a:focus {
    outline: 0
}

.nav>li>a .close {
    display: inline-block;
    margin-left: 10px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: transparent
}

.nav-quick {
    padding: 0;
    margin-right: 0;
    margin-bottom: 22px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.nav-quick li {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    list-style: none
}

.nav-quick a {
    display: block;
    padding: 16px 0;
    color: #76838f
}

.nav-quick a .icon {
    display: block;
    margin-bottom: .2em;
    font-size: 32px
}

.nav-quick a:hover {
    text-decoration: none;
    background-color: #f3f7f9
}

.nav-quick .badge,
.nav-quick .label {
    position: absolute;
    top: 0;
    right: 0
}

.nav-quick-sm a {
    padding: 12px 0
}

.nav-quick-sm a .icon {
    font-size: 24px
}

.nav-quick-lg a {
    padding: 22px 0
}

.nav-quick-lg a .icon {
    font-size: 40px
}

.nav-quick-bordered {
    border-top: 1px solid #e4eaec;
    border-left: 1px solid #e4eaec
}

.nav-quick-bordered li {
    border-right: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec
}

.nav-pills>li>a {
    -webkit-transition: border .2s linear, color .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, background-color .2s linear
}

.nav-pills-rounded>li>a {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 1000px
}

.nav-tabs>li>a {
    padding: 10px 20px;
    color: #76838f;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.nav-tabs>li>a>.icon {
    margin-right: .5em;
    line-height: 1
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #62a8ea;
    border-color: transparent;
    border-bottom-color: #62a8ea
}

.nav-tabs.nav-justified>li>a {
    border-radius: 4px 4px 0 0
}

.nav-tabs.nav-justified>li.active>a,
.nav-tabs.nav-justified>li.active>a:focus,
.nav-tabs.nav-justified>li.active>a:hover {
    border-color: transparent;
    border-bottom-color: #62a8ea
}

.nav-tabs.nav-tabs-bottom {
    border-top: 1px solid #e4eaec;
    border-bottom: none
}

.nav-tabs.nav-tabs-bottom>li {
    margin-top: -1px;
    margin-bottom: 0
}

.nav-tabs.nav-tabs-bottom>li>a {
    border-radius: 0 0 4px 4px
}

.nav-tabs.nav-tabs-bottom>li>a:focus,
.nav-tabs.nav-tabs-bottom>li>a:hover {
    border-top-color: #e4eaec;
    border-bottom-color: transparent
}

.nav-tabs.nav-tabs-bottom.nav-justified {
    border-top: none
}

.nav-tabs.nav-tabs-bottom.nav-justified>li>a {
    border-top-color: #e4eaec;
    border-bottom-color: transparent
}

.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a,
.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:focus,
.nav-tabs.nav-tabs-bottom.nav-justified>li.active>a:hover {
    border-top: 1px solid #62a8ea
}

.nav-tabs-reverse>li {
    float: right
}

.nav-tabs-reverse>li>a {
    margin-right: 0;
    margin-left: 2px
}

.nav-tabs-solid {
    border-bottom-color: #f3f7f9
}

.nav-tabs-solid>li>a:hover {
    border-color: transparent
}

.nav-tabs-solid>li.active>a,
.nav-tabs-solid>li.active>a:focus,
.nav-tabs-solid>li.active>a:hover {
    color: #76838f;
    background-color: #f3f7f9;
    border-color: transparent
}

.nav-tabs-solid~.tab-content {
    padding: 20px;
    background-color: #f3f7f9
}

.nav-tabs-solid.nav-justified>li>a {
    border: none
}

.nav-tabs-solid.nav-justified>li.active>a,
.nav-tabs-solid.nav-justified>li.active>a:focus,
.nav-tabs-solid.nav-justified>li.active>a:hover {
    border: none
}

.nav-tabs-solid.nav-tabs-bottom>li.active>a,
.nav-tabs-solid.nav-tabs-bottom>li.active>a:focus,
.nav-tabs-solid.nav-tabs-bottom>li.active>a:hover {
    border: none
}

.nav-tabs-line>li>a {
    padding: 10px 20px;
    border-bottom: 2px solid transparent
}

.nav-tabs-line>li>a:focus,
.nav-tabs-line>li>a:hover {
    background-color: transparent
}

.nav-tabs-line>li>a:hover {
    border-bottom-color: #ccd5db
}

.nav-tabs-line>li.active>a,
.nav-tabs-line>li.active>a:focus,
.nav-tabs-line>li.active>a:hover {
    color: #62a8ea;
    background-color: transparent;
    border-bottom: 2px solid #62a8ea
}

.nav-tabs-line .open>a,
.nav-tabs-line .open>a:focus,
.nav-tabs-line .open>a:hover {
    border-color: transparent;
    border-bottom-color: #ccd5db
}

.nav-tabs-line.nav-tabs-bottom>li>a {
    border-top: 2px solid transparent;
    border-bottom: none
}

.nav-tabs-line.nav-tabs-bottom>li>a:hover {
    border-top-color: #ccd5db;
    border-bottom-color: transparent
}

.nav-tabs-line.nav-tabs-bottom>li.active>a,
.nav-tabs-line.nav-tabs-bottom>li.active>a:focus,
.nav-tabs-line.nav-tabs-bottom>li.active>a:hover {
    border-top: 2px solid #62a8ea;
    border-bottom: none
}

.nav-tabs-line.nav-justified>li>a {
    border-bottom: 2px solid #e4eaec
}

.nav-tabs-line.nav-justified>li>a:hover {
    border-bottom-color: #ccd5db
}

.nav-tabs-line.nav-justified>li.active>a,
.nav-tabs-line.nav-justified>li.active>a:focus,
.nav-tabs-line.nav-justified>li.active>a:hover {
    border-color: transparent;
    border-bottom: 2px solid #62a8ea
}

.nav-tabs-line.nav-justified.nav-tabs-bottom {
    border-top: none
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a {
    border-top: 2px solid #e4eaec;
    border-bottom: none
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a:hover {
    border-top-color: #ccd5db
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a,
.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:focus,
.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:hover {
    border-top-color: #62a8ea;
    border-bottom: none
}

.nav-tabs-vertical:after,
.nav-tabs-vertical:before {
    display: table;
    content: " "
}

.nav-tabs-vertical:after {
    clear: both
}

.nav-tabs-vertical .nav-tabs {
    float: left;
    border-right: 1px solid #e4eaec;
    border-bottom: none
}

.nav-tabs-vertical .nav-tabs>li {
    float: none;
    margin-right: -1px;
    margin-bottom: 0
}

.nav-tabs-vertical .nav-tabs>li>a {
    padding: 10px 20px;
    margin-right: 0;
    margin-bottom: 2px;
    border-radius: 4px 0 0 4px
}

.nav-tabs-vertical .nav-tabs>li>a:hover {
    border-right-color: #e4eaec;
    border-bottom-color: transparent
}

.nav-tabs-vertical .nav-tabs>li.active>a,
.nav-tabs-vertical .nav-tabs>li.active>a:focus,
.nav-tabs-vertical .nav-tabs>li.active>a:hover {
    border-right-color: #62a8ea
}

.nav-tabs-vertical .nav-tabs-reverse {
    float: right;
    border-right: none;
    border-left: 1px solid #e4eaec
}

.nav-tabs-vertical .nav-tabs-reverse>li {
    margin-right: 0;
    margin-left: -1px
}

.nav-tabs-vertical .nav-tabs-reverse>li>a {
    margin-left: 0;
    border-radius: 0 4px 4px 0
}

.nav-tabs-vertical .nav-tabs-reverse>li>a:hover {
    border-right-color: transparent;
    border-left-color: #e4eaec
}

.nav-tabs-vertical .nav-tabs-reverse>li.active>a,
.nav-tabs-vertical .nav-tabs-reverse>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-reverse>li.active>a:hover {
    border-left-color: #62a8ea
}

.nav-tabs-vertical .nav-tabs-solid {
    border-right-color: #f3f7f9
}

.nav-tabs-vertical .nav-tabs-solid>li>a:hover {
    border-color: transparent
}

.nav-tabs-vertical .nav-tabs-solid>li.active>a,
.nav-tabs-vertical .nav-tabs-solid>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-solid>li.active>a:hover {
    border-color: transparent
}

.nav-tabs-vertical .nav-tabs-solid+.tab-content {
    padding: 20px
}

.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
    border-left-color: #f3f7f9
}

.nav-tabs-vertical .nav-tabs-line>li>a {
    border-right: 2px solid transparent;
    border-bottom: none
}

.nav-tabs-vertical .nav-tabs-line>li>a:hover {
    border-right-color: #ccd5db
}

.nav-tabs-vertical .nav-tabs-line>li.active>a,
.nav-tabs-vertical .nav-tabs-line>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-line>li.active>a:hover {
    border-right: 2px solid #62a8ea;
    border-bottom: none
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a {
    border-right-width: 1px;
    border-left: 2px solid transparent
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li>a:hover {
    border-color: transparent;
    border-left-color: #ccd5db
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:focus,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse>li.active>a:hover {
    border-right: 1px solid transparent;
    border-left: 2px solid #62a8ea
}

.nav-tabs-vertical .tab-content {
    overflow: hidden
}

.nav-tabs-inverse .nav-tabs-solid {
    border-bottom-color: #fff
}

.nav-tabs-inverse .nav-tabs-solid>li.active>a,
.nav-tabs-inverse .nav-tabs-solid>li.active>a:focus,
.nav-tabs-inverse .nav-tabs-solid>li.active>a:hover {
    color: #76838f;
    background-color: #fff
}

.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
    border-right-color: #fff
}

.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
    border-left-color: #fff
}

.nav-tabs-inverse .tab-content {
    background: #fff
}

.nav-tabs-animate .tab-content {
    overflow: hidden
}

.nav-tabs-lg>li>a {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.3333333
}

.nav-tabs-sm>li>a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.navbar-toggle {
    height: 66px;
    padding: 22px 15px;
    margin-top: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 0;
    line-height: 22px;
    background: 0 0 !important;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear
}

.navbar-toggle .icon {
    margin-top: -1px
}

.navbar-toggle:hover {
    background: 0 0 !important
}

.navbar-toggle-left {
    float: left;
    margin-right: 0;
    margin-left: 15px
}

.navbar {
    border: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08)
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    width: 100%
}

@media (min-width:768px) {
    .hidden-float {
        display: block
    }
}

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

.navbar-brand {
    padding: 22px 20px;
    font-weight: 500
}

.navbar-brand>.navbar-brand-logo {
    display: inline-block
}

.navbar-brand-logo {
    height: 32px;
    margin-top: -5px
}

.navbar-brand-text {
    margin-left: 6px
}

@media (max-width:767px) {
    .navbar-brand-center {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (min-width:768px) {

    .navbar-mega .container,
    .navbar-mega .container-fluid {
        position: relative
    }
}

.navbar-mega .dropdown-menu {
    left: auto
}

.navbar-mega .dropdown-mega {
    position: static
}

.navbar-mega .mega-content {
    padding: 20px 30px
}

.navbar-mega .mega-menu {
    min-width: 150px;
    max-width: 100%
}

.navbar-mega .mega-menu>ul {
    padding-left: 0
}

.navbar-mega .mega-menu .list-icons {
    margin-bottom: 6px
}

.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
    right: 5px;
    left: 5px
}

@media (max-width:767px) {
    .navbar-mega .dropdown.dropdown-fw .dropdown-menu {
        right: 0;
        left: 0
    }
}

.navbar-nav>li>a.navbar-avatar,
.navbar-toolbar>li>a.navbar-avatar {
    padding-top: 18px;
    padding-bottom: 18px
}

@media (max-width:767px) {
    .navbar-nav>li>a.navbar-avatar {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

.navbar-avatar .avatar {
    width: 30px
}

.navbar-form .icon {
    font-size: 16px;
    color: rgba(55, 71, 79, .4)
}

.navbar-form .form-control {
    background-color: #f3f7f9;
    border: none;
    border-radius: 38px
}

@media (min-width:768px) {
    .navbar-search.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible !important
    }
}

@media (max-width:767px) {
    .navbar-search {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:767px) {
    .navbar-search .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: none
    }
}

.container-fluid>.navbar-search,
.container>.navbar-search {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-search,
    .container>.navbar-search {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-search-overlap {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff
}

.navbar-search-overlap .form-control,
.navbar-search-overlap .form-group {
    display: block !important;
    margin: 0
}

.navbar-search-overlap .form-control {
    height: 66px !important;
    background-color: transparent !important;
    border-radius: 0
}

.navbar-search-overlap .form-control:focus {
    border-color: transparent
}

.navbar-collapse-toolbar.in {
    overflow-y: visible
}

.navbar-toolbar {
    float: left
}

.navbar-toolbar:after,
.navbar-toolbar:before {
    display: table;
    content: " "
}

.navbar-toolbar:after {
    clear: both
}

.navbar-toolbar>li {
    float: left
}

.navbar-toolbar>li:after,
.navbar-toolbar>li:before {
    display: table;
    content: " "
}

.navbar-toolbar>li:after {
    clear: both
}

.navbar-toolbar>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 22px
}

.navbar-toolbar .dropdown-menu {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s
}

@media (max-width:767px) {
    .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .navbar-toolbar .open {
        position: static
    }

    .navbar-toolbar .open .dropdown-menu {
        right: 0;
        left: 0;
        float: none;
        width: auto;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media (max-width:767px) and (max-device-width:480px) and (orientation:landscape) {
    .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
        max-height: 200px
    }
}

@media (max-width:767px) {
    .navbar-toolbar-left {
        float: left !important
    }

    .navbar-toolbar-right {
        float: right !important
    }
}

.icon-fullscreen {
    font-family: "Web Icons"
}

.icon-fullscreen:before {
    content: "\f11d"
}

.icon-fullscreen.active:before {
    content: "\f11e"
}

.icon-menubar {
    font-family: "Web Icons"
}

.icon-menubar:before {
    content: "\f119"
}

.icon-menubar.active:before {
    content: "\f119"
}

.navbar-default .navbar-toolbar>li>a {
    color: #76838f
}

.navbar-default .navbar-toolbar>li>a:focus,
.navbar-default .navbar-toolbar>li>a:hover {
    color: #526069;
    background-color: rgba(243, 247, 249, .3)
}

.navbar-default .navbar-toolbar>.active>a,
.navbar-default .navbar-toolbar>.active>a:focus,
.navbar-default .navbar-toolbar>.active>a:hover {
    color: #526069;
    background-color: rgba(243, 247, 249, .6)
}

.navbar-default .navbar-toolbar>.disabled>a,
.navbar-default .navbar-toolbar>.disabled>a:focus,
.navbar-default .navbar-toolbar>.disabled>a:hover {
    color: #ccd5db;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    color: #76838f
}

.navbar-default .navbar-toolbar>.open>a,
.navbar-default .navbar-toolbar>.open>a:focus,
.navbar-default .navbar-toolbar>.open>a:hover {
    color: #526069;
    background-color: rgba(243, 247, 249, .6)
}

.navbar-inverse .navbar-toolbar>li>a {
    color: #fff
}

.navbar-inverse .navbar-toolbar>li>a:focus,
.navbar-inverse .navbar-toolbar>li>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-toolbar>.active>a,
.navbar-inverse .navbar-toolbar>.active>a:focus,
.navbar-inverse .navbar-toolbar>.active>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-toolbar>.disabled>a,
.navbar-inverse .navbar-toolbar>.disabled>a:focus,
.navbar-inverse .navbar-toolbar>.disabled>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    color: #fff
}

.navbar-inverse .navbar-toolbar>.open>a,
.navbar-inverse .navbar-toolbar>.open>a:focus,
.navbar-inverse .navbar-toolbar>.open>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .1)
}

.breadcrumb {
    margin-bottom: 10px
}

.breadcrumb li+li:before {
    padding: 0 5px
}

.breadcrumb li .icon {
    text-decoration: none
}

.breadcrumb li .icon:before {
    margin-right: 10px
}

.breadcrumb-arrow>li+li:before {
    content: "\00bb\00a0"
}

.pagination li>a,
.pagination li>span {
    padding: 9px 15px;
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out
}

.pagination li>a:focus,
.pagination li>a:hover,
.pagination li>span:focus,
.pagination li>span:hover {
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out
}

.pagination li .icon {
    margin-top: -1px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #ccd5db;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #e4eaec
}

.pagination-gap>li>a {
    margin: 0 5px;
    border-radius: 5px
}

.pagination-gap>li>a:hover {
    background-color: transparent;
    border-color: #62a8ea
}

.pagination-gap>li:first-child>a,
.pagination-gap>li:last-child>a {
    border-radius: 5px
}

.pagination-no-border>li>a {
    border: none
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 17px;
    font-size: 16px;
    line-height: 1.3333333
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 6px 11px;
    font-size: 14px;
    line-height: 1.5
}

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

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

.pager li>a,
.pager li>span {
    padding: 10px 20px;
    color: #76838f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.pager li>a:focus,
.pager li>a:hover {
    color: #62a8ea
}

.pager li .icon {
    margin-top: -1px
}

.pager li>a:focus,
.pager li>a:hover {
    border-color: #62a8ea
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    border-color: #e4eaec
}

.pager-round li>a,
.pager-round li>span {
    border-radius: 1000px
}

.label {
    padding: .25em .6em .25em;
    font-weight: 300;
    border-radius: .3em
}

.label.label-outline {
    color: #f3f7f9;
    background-color: transparent;
    border-color: #f3f7f9
}

.label-outline {
    border: 1px solid transparent
}

.label-round {
    border-radius: 1em
}

.label-default {
    color: #76838f;
    background-color: #e4eaec
}

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

.label-default.label-outline {
    color: #e4eaec;
    background-color: transparent;
    border-color: #e4eaec
}

.label-default[href]:focus,
.label-default[href]:hover {
    color: #a3afb7
}

.label-default.label-outline {
    color: #76838f
}

.label-primary {
    background-color: #62a8ea
}

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

.label-primary.label-outline {
    color: #62a8ea;
    background-color: transparent;
    border-color: #62a8ea
}

.label-success {
    background-color: #46be8a
}

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

.label-success.label-outline {
    color: #46be8a;
    background-color: transparent;
    border-color: #46be8a
}

.label-info {
    background-color: #57c7d4
}

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

.label-info.label-outline {
    color: #57c7d4;
    background-color: transparent;
    border-color: #57c7d4
}

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

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

.label-warning.label-outline {
    color: #f2a654;
    background-color: transparent;
    border-color: #f2a654
}

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

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

.label-danger.label-outline {
    color: #f96868;
    background-color: transparent;
    border-color: #f96868
}

.label-dark {
    background-color: #526069
}

.label-dark[href]:focus,
.label-dark[href]:hover {
    background-color: #76838f
}

.label-dark.label-outline {
    color: #526069;
    background-color: transparent;
    border-color: #526069
}

.label-lg {
    font-size: 16px
}

.label-sm {
    padding: .1em .5em .1em;
    font-size: 10px
}

.badge {
    padding: 3px 6px
}

.btn .badge {
    top: 0
}

.badge.up {
    position: relative;
    top: -10px;
    margin: 0 -.8em;
    border-radius: 15px
}

.badge.badge-absolute {
    position: absolute;
    top: -8px;
    right: -10px;
    z-index: 5
}

.badge-radius {
    border-radius: 3px
}

.badge-primary {
    color: #fff;
    background-color: #62a8ea
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    background-color: #358fe4
}

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

.badge-success {
    color: #fff;
    background-color: #46be8a
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    background-color: #369b6f
}

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

.badge-info {
    color: #fff;
    background-color: #57c7d4
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    background-color: #33b6c5
}

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

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

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #fff;
    background-color: #ee8d25
}

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

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    background-color: #f73737
}

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

.badge-dark {
    color: #fff;
    background-color: #526069
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    background-color: #3c464c
}

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

.badge-lg {
    padding: 5px 9px 8px;
    font-size: 16px
}

.badge-sm {
    padding: 2px 5px;
    font-size: 10px
}

.jumbotron {
    padding: 0;
    border-radius: 3px
}

.jumbotron>.jumbotron-photo img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.jumbotron-contents {
    padding: 20px
}

.jumbotron .carousel,
.jumbotron .carousel-inner,
.jumbotron .carousel-inner>.item.active img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.jumbotron .carousel-inner>.item>a>img,
.jumbotron .carousel-inner>.item>img {
    width: 100%
}

.jumbotron .h1,
.jumbotron h1 {
    font-size: 28px
}

.jumbotron .h2,
.jumbotron h2 {
    font-size: 24px
}

@media screen and (min-width:768px) {

    .container .jumbotron,
    .jumbotron {
        padding: 0
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 28px
    }
}

.thumbnail {
    padding: 0;
    border: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.thumbnail .caption {
    position: relative;
    display: block;
    padding-right: 0;
    padding-left: 0
}

.alert {
    padding-right: 20px;
    padding-left: 20px
}

.alert ul {
    padding-left: 13px
}

.alert ul li {
    padding-left: 7px
}

.panel>.alert {
    margin: 0
}

.alert-alt {
    color: #76838f;
    background-color: rgba(243, 247, 249, .8);
    border: none;
    border-left: 3px solid transparent
}

.alert-alt .alert-link,
.alert-alt a {
    text-decoration: none
}

.alert-dismissible {
    padding-right: 40px
}

.alert-dismissible .close {
    top: 0;
    text-decoration: none;
    opacity: .6
}

.alert-dismissible .close:focus,
.alert-dismissible .close:hover {
    opacity: 1
}

.alert-dismissible.alert-alt .close {
    color: #a3afb7;
    opacity: .6
}

.alert-dismissible.alert-alt .close:focus,
.alert-dismissible.alert-alt .close:hover {
    color: #a3afb7;
    opacity: 1
}

.alert-icon {
    position: relative;
    padding-left: 45px
}

.alert-icon>.icon {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 1em;
    font-size: 16px;
    text-align: center
}

.alert-avatar {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 75px
}

.alert-avatar>.avatar {
    position: absolute;
    top: 12px;
    left: 20px
}

.page-alert .alert-wrap {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: max-height .7s linear 0s;
    -o-transition: max-height .7s linear 0s;
    transition: max-height .7s linear 0s
}

.page-alert .alert-wrap.in {
    max-height: 500px;
    -webkit-transition: max-height 1s linear 0s;
    -o-transition: max-height 1s linear 0s;
    transition: max-height 1s linear 0s
}

.page-alert .alert-wrap .alert {
    margin: 0;
    text-align: left;
    border-radius: 0
}

.alert-primary {
    color: #62a8ea;
    background-color: rgba(232, 241, 248, .8);
    border-color: #e8f1f8
}

.alert-primary hr {
    border-top-color: #d4e5f2
}

.alert-primary .alert-link {
    color: #358fe4
}

.alert-primary .close {
    color: #62a8ea
}

.alert-primary .close:focus,
.alert-primary .close:hover {
    color: #62a8ea
}

.alert-primary .alert-link {
    color: #4e97d9
}

.alert-alt.alert-primary {
    border-color: #62a8ea
}

.alert-alt.alert-primary .alert-link,
.alert-alt.alert-primary a {
    color: #62a8ea
}

.alert-success .alert-link {
    color: #36ab7a
}

.alert-alt.alert-success {
    border-color: #46be8a
}

.alert-alt.alert-success .alert-link,
.alert-alt.alert-success a {
    color: #46be8a
}

.alert-info .alert-link {
    color: #47b8c6
}

.alert-alt.alert-info {
    border-color: #57c7d4
}

.alert-alt.alert-info .alert-link,
.alert-alt.alert-info a {
    color: #57c7d4
}

.alert-warning .alert-link {
    color: #ec9940
}

.alert-alt.alert-warning {
    border-color: #f2a654
}

.alert-alt.alert-warning .alert-link,
.alert-alt.alert-warning a {
    color: #f2a654
}

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

.alert-alt.alert-danger {
    border-color: #f96868
}

.alert-alt.alert-danger .alert-link,
.alert-alt.alert-danger a {
    color: #f96868
}

.alert-social {
    position: relative;
    padding-left: 65px
}

.alert-social>.icon {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 20px;
    width: 1em;
    font-size: 30px;
    text-align: center
}

.alert-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.alert-facebook hr {
    border-top-color: #344e86
}

.alert-facebook .alert-link {
    color: #e6e6e6
}

.alert-facebook .close {
    color: #fff
}

.alert-facebook .close:focus,
.alert-facebook .close:hover {
    color: #fff
}

.alert-facebook .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee
}

.alert-twitter hr {
    border-top-color: #3ea1ec
}

.alert-twitter .alert-link {
    color: #e6e6e6
}

.alert-twitter .close {
    color: #fff
}

.alert-twitter .close:focus,
.alert-twitter .close:hover {
    color: #fff
}

.alert-twitter .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39
}

.alert-google-plus hr {
    border-top-color: #d73925
}

.alert-google-plus .alert-link {
    color: #e6e6e6
}

.alert-google-plus .close {
    color: #fff
}

.alert-google-plus .close:focus,
.alert-google-plus .close:hover {
    color: #fff
}

.alert-google-plus .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-linkedin {
    color: #fff;
    background-color: #0976b4;
    border-color: #0976b4
}

.alert-linkedin hr {
    border-top-color: #08669c
}

.alert-linkedin .alert-link {
    color: #e6e6e6
}

.alert-linkedin .close {
    color: #fff
}

.alert-linkedin .close:focus,
.alert-linkedin .close:hover {
    color: #fff
}

.alert-linkedin .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084
}

.alert-flickr hr {
    border-top-color: #e60077
}

.alert-flickr .alert-link {
    color: #e6e6e6
}

.alert-flickr .close {
    color: #fff
}

.alert-flickr .close:focus,
.alert-flickr .close:hover {
    color: #fff
}

.alert-flickr .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-tumblr {
    color: #fff;
    background-color: #35465c;
    border-color: #35465c
}

.alert-tumblr hr {
    border-top-color: #2c3a4c
}

.alert-tumblr .alert-link {
    color: #e6e6e6
}

.alert-tumblr .close {
    color: #fff
}

.alert-tumblr .close:focus,
.alert-tumblr .close:hover {
    color: #fff
}

.alert-tumblr .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-github {
    color: #fff;
    background-color: #4183c4;
    border-color: #4183c4
}

.alert-github hr {
    border-top-color: #3876b4
}

.alert-github .alert-link {
    color: #e6e6e6
}

.alert-github .close {
    color: #fff
}

.alert-github .close:focus,
.alert-github .close:hover {
    color: #fff
}

.alert-github .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-dribbble {
    color: #fff;
    background-color: #c32361;
    border-color: #c32361
}

.alert-dribbble hr {
    border-top-color: #ad1f56
}

.alert-dribbble .alert-link {
    color: #e6e6e6
}

.alert-dribbble .close {
    color: #fff
}

.alert-dribbble .close:focus,
.alert-dribbble .close:hover {
    color: #fff
}

.alert-dribbble .alert-link {
    font-weight: 500;
    color: #fff
}

.alert-youtube {
    color: #fff;
    background-color: #b31217;
    border-color: #b31217
}

.alert-youtube hr {
    border-top-color: #9c1014
}

.alert-youtube .alert-link {
    color: #e6e6e6
}

.alert-youtube .close {
    color: #fff
}

.alert-youtube .close:focus,
.alert-youtube .close:hover {
    color: #fff
}

.alert-youtube .alert-link {
    font-weight: 500;
    color: #fff
}

.alert.dark .alert-link {
    font-weight: 500;
    color: #fff !important
}

.alert.dark .alert-left-border {
    border: none;
    border-left: 3px solid transparent
}

.alert.dark.alert-dismissible.alert-alt .close {
    color: #fff
}

.alert.dark.alert-dismissible.alert-alt .close:focus,
.alert.dark.alert-dismissible.alert-alt .close:hover {
    color: #fff
}

.alert.dark.alert-primary {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}

.alert.dark.alert-primary hr {
    border-top-color: #4c9ce7
}

.alert.dark.alert-primary .alert-link {
    color: #e6e6e6
}

.alert.dark.alert-primary .close {
    color: #fff
}

.alert.dark.alert-primary .close:focus,
.alert.dark.alert-primary .close:hover {
    color: #fff
}

.alert-alt.alert.dark.alert-primary {
    border-color: #2771b4
}

.alert-alt.alert.dark.alert-primary .alert-link,
.alert-alt.alert.dark.alert-primary a {
    color: #fff
}

.alert.dark.alert-success {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}

.alert.dark.alert-success hr {
    border-top-color: #3dae7d
}

.alert.dark.alert-success .alert-link {
    color: #e6e6e6
}

.alert.dark.alert-success .close {
    color: #fff
}

.alert.dark.alert-success .close:focus,
.alert.dark.alert-success .close:hover {
    color: #fff
}

.alert-alt.alert.dark.alert-success {
    border-color: #247151
}

.alert-alt.alert.dark.alert-success .alert-link,
.alert-alt.alert.dark.alert-success a {
    color: #fff
}

.alert.dark.alert-info {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}

.alert.dark.alert-info hr {
    border-top-color: #43c0cf
}

.alert.dark.alert-info .alert-link {
    color: #e6e6e6
}

.alert.dark.alert-info .close {
    color: #fff
}

.alert.dark.alert-info .close:focus,
.alert.dark.alert-info .close:hover {
    color: #fff
}

.alert-alt.alert.dark.alert-info {
    border-color: #2e8893
}

.alert-alt.alert.dark.alert-info .alert-link,
.alert-alt.alert.dark.alert-info a {
    color: #fff
}

.alert.dark.alert-warning {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}

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

.alert.dark.alert-warning .alert-link {
    color: #e6e6e6
}

.alert.dark.alert-warning .close {
    color: #fff
}

.alert.dark.alert-warning .close:focus,
.alert.dark.alert-warning .close:hover {
    color: #fff
}

.alert-alt.alert.dark.alert-warning {
    border-color: #cb7314
}

.alert-alt.alert.dark.alert-warning .alert-link,
.alert-alt.alert.dark.alert-warning a {
    color: #fff
}

.alert.dark.alert-danger {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}

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

.alert.dark.alert-danger .alert-link {
    color: #e6e6e6
}

.alert.dark.alert-danger .close {
    color: #fff
}

.alert.dark.alert-danger .close:focus,
.alert.dark.alert-danger .close:hover {
    color: #fff
}

.alert-alt.alert.dark.alert-danger {
    border-color: #d91d1f
}

.alert-alt.alert.dark.alert-danger .alert-link,
.alert-alt.alert.dark.alert-danger a {
    color: #fff
}

.progress {
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    line-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-square {
    border-radius: 0
}

.progress-circle {
    border-radius: 1000px
}

.progress-vertical {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 250px;
    min-height: 250px;
    margin-right: 30px;
    margin-bottom: 0
}

.progress-vertical .progress-bar {
    width: 100%
}

.progress-bar-indicating.active {
    position: relative;
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

.progress-bar-indicating.active:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #fff;
    border-radius: inherit;
    opacity: 0;
    -webkit-animation: progress-active 3s ease 0s infinite;
    -o-animation: progress-active 3s ease 0s infinite;
    animation: progress-active 3s ease 0s infinite
}

.progress-vertical .progress-bar-indicating.active:before {
    -webkit-animation-name: progress-vertical-active;
    -o-animation-name: progress-vertical-active;
    animation-name: progress-vertical-active
}

.progress-skill {
    position: relative
}

.progress-skill .progress-bar>span {
    position: absolute;
    top: 0;
    right: 10px;
    color: #526069
}

.progress-lg {
    height: 22px
}

.progress-lg.progress-vertical {
    width: 25px
}

.progress-lg .progress-bar {
    line-height: 22px
}

.progress-sm {
    height: 10px
}

.progress-sm.progress-vertical {
    width: 10px
}

.progress-sm .progress-bar {
    line-height: 10px
}

.progress-xs {
    height: 4px;
    border-radius: 1px
}

.progress-xs.progress-vertical {
    width: 4px
}

.progress-xs .progress-bar {
    line-height: 4px
}

.contextual-progress {
    margin: 20px 0
}

.contextual-progress .progress-title {
    float: left
}

.contextual-progress .progress-label {
    position: relative;
    float: right
}

.contextual-progress .progress {
    height: 2px;
    margin: 5px 0
}

@-webkit-keyframes progress-active {
    0% {
        width: 0;
        opacity: .4
    }

    100% {
        width: 100%;
        opacity: 0
    }
}

@-o-keyframes progress-active {
    0% {
        width: 0;
        opacity: .4
    }

    100% {
        width: 100%;
        opacity: 0
    }
}

@keyframes progress-active {
    0% {
        width: 0;
        opacity: .4
    }

    100% {
        width: 100%;
        opacity: 0
    }
}

@-webkit-keyframes progress-vertical-active {
    0% {
        top: 0;
        opacity: 0
    }

    100% {
        top: 175px;
        opacity: .4
    }
}

@-o-keyframes progress-vertical-active {
    0% {
        top: 0;
        opacity: 0
    }

    100% {
        top: 175px;
        opacity: .4
    }
}

@keyframes progress-vertical-active {
    0% {
        top: 0;
        opacity: 0
    }

    100% {
        top: 175px;
        opacity: .4
    }
}

.media-object {
    width: 120px
}

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

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

.media-body {
    overflow: auto
}

.media .media {
    padding-bottom: 0;
    border-bottom: none
}

.media-meta {
    margin-bottom: 3px;
    font-size: 12px;
    color: #526069
}

.media-lg .media-object {
    width: 160px
}

.media-lg .media {
    margin-left: -110px
}

.media-sm .media-object {
    width: 80px
}

.media-sm .media {
    margin-left: -70px
}

.media-xs .media-object {
    width: 60px
}

.media-xs .media {
    margin-left: -60px
}

@media screen and (min-width:768px) {
    .media-body {
        overflow: hidden
    }

    .media .media {
        margin-left: 0
    }
}

.list-group .media {
    padding: 2px 0;
    border-bottom: 0
}

.list-group .media .media-left,
.list-group .media .pull-left {
    padding-right: 20px
}

.list-group .media .media-right,
.list-group .media .pull-right {
    padding-left: 20px
}

.list-group .media .pull-right .status {
    margin-top: 15px;
    margin-right: 5px
}

.list-group .media .media-heading {
    font-size: 14px
}

.list-group-full>.list-group-item {
    padding-right: 0;
    padding-left: 0
}

a.list-group-item {
    border-radius: 3px
}

a.list-group-item.disabled,
a.list-group-item.disabled:focus,
a.list-group-item.disabled:hover {
    color: #ccd5db;
    background-color: #f3f7f9
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
    color: #fff;
    background-color: #62a8ea
}

.list-group-item .icon {
    margin-right: 10px
}

.list-group.bg-inherit {
    border-radius: 3px
}

.list-group.bg-inherit .list-group-item {
    background-color: transparent;
    border-bottom-color: rgba(0, 0, 0, .075)
}

.list-group.bg-inherit .list-group-item:last-child {
    border-bottom-color: transparent
}

.list-group.bg-inherit .list-group-item:hover {
    background-color: rgba(0, 0, 0, .075);
    border-color: transparent
}

.list-group-bordered .list-group-item {
    border-color: #e4eaec
}

.list-group-bordered .list-group-item.active,
.list-group-bordered .list-group-item.active:focus,
.list-group-bordered .list-group-item.active:hover {
    color: #fff;
    background-color: #4e97d9;
    border-color: #4e97d9
}

.list-group-dividered .list-group-item {
    border-top-color: #e4eaec
}

.list-group-dividered .list-group-item.active:hover {
    border-top-color: #e4eaec
}

.list-group-dividered .list-group-item:last-child {
    border-bottom-color: #e4eaec
}

.list-group-dividered .list-group-item:first-child {
    border-top-color: transparent
}

.list-group-dividered .list-group-item:first-child.active:hover {
    border-top-color: transparent
}

.list-group-gap .list-group-item {
    margin-bottom: 2px;
    border-radius: 3px
}

.list-group-full .list-group-item {
    padding-right: 0;
    padding-left: 0
}

.list-group-item-dark {
    color: #fff;
    background-color: #526069
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #fff
}

a.list-group-item-dark .list-group-item-heading,
button.list-group-item-dark .list-group-item-heading {
    color: inherit
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #fff;
    background-color: #47535b
}

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

.panel {
    position: relative;
    margin-bottom: 30px;
    border-width: 0
}

.panel>.nav-tabs-vertical .nav-tabs {
    margin-left: -1px
}

.panel>.nav-tabs-vertical .nav-tabs>li>a {
    border-left: none;
    border-radius: 0
}

.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
    margin-right: -1px
}

.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse>li>a {
    border-right: none;
    border-radius: 0
}

.panel:hover .panel-actions .show-on-hover {
    display: inline-block
}

.panel .panel-actions .show-on-hover {
    display: none
}

.panel.is-fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0
}

.panel.is-fullscreen .panel-loading {
    border-radius: 0
}

.panel.is-fullscreen .panel-actions [data-toggle=collapse] {
    display: none
}

.panel.is-fullscreen .panel-body {
    max-height: 100%;
    overflow: auto
}

.panel.is-close {
    display: none
}

.panel.is-collapse .panel-body {
    display: none;
    height: 0
}

.panel>.alert {
    padding-right: 30px;
    padding-left: 30px
}

.panel>.alert-dismissible {
    padding-right: 50px
}

@media screen and (max-width:480px) {
    .panel>.alert {
        padding-right: 20px;
        padding-left: 20px
    }

    .panel>.alert-dismissible {
        padding-right: 40px
    }
}

.panel>.table-responsive>.table>tbody>tr>td:first-child,
.panel>.table-responsive>.table>tbody>tr>th:first-child,
.panel>.table-responsive>.table>tfoot>tr>td:first-child,
.panel>.table-responsive>.table>tfoot>tr>th:first-child,
.panel>.table-responsive>.table>thead>tr>td:first-child,
.panel>.table-responsive>.table>thead>tr>th:first-child,
.panel>.table-responsive>.table>tr>td:first-child,
.panel>.table-responsive>.table>tr>th:first-child,
.panel>.table>tbody>tr>td:first-child,
.panel>.table>tbody>tr>th:first-child,
.panel>.table>tfoot>tr>td:first-child,
.panel>.table>tfoot>tr>th:first-child,
.panel>.table>thead>tr>td:first-child,
.panel>.table>thead>tr>th:first-child,
.panel>.table>tr>td:first-child,
.panel>.table>tr>th:first-child {
    padding-left: 30px
}

@media screen and (max-width:480px) {

    .panel>.table-responsive>.table>tbody>tr>td:first-child,
    .panel>.table-responsive>.table>tbody>tr>th:first-child,
    .panel>.table-responsive>.table>tfoot>tr>td:first-child,
    .panel>.table-responsive>.table>tfoot>tr>th:first-child,
    .panel>.table-responsive>.table>thead>tr>td:first-child,
    .panel>.table-responsive>.table>thead>tr>th:first-child,
    .panel>.table-responsive>.table>tr>td:first-child,
    .panel>.table-responsive>.table>tr>th:first-child,
    .panel>.table>tbody>tr>td:first-child,
    .panel>.table>tbody>tr>th:first-child,
    .panel>.table>tfoot>tr>td:first-child,
    .panel>.table>tfoot>tr>th:first-child,
    .panel>.table>thead>tr>td:first-child,
    .panel>.table>thead>tr>th:first-child,
    .panel>.table>tr>td:first-child,
    .panel>.table>tr>th:first-child {
        padding-left: 20px
    }
}

.panel>.table-responsive>.table>tbody>tr>td:last-child,
.panel>.table-responsive>.table>tbody>tr>th:last-child,
.panel>.table-responsive>.table>tfoot>tr>td:last-child,
.panel>.table-responsive>.table>tfoot>tr>th:last-child,
.panel>.table-responsive>.table>thead>tr>td:last-child,
.panel>.table-responsive>.table>thead>tr>th:last-child,
.panel>.table-responsive>.table>tr>td:last-child,
.panel>.table-responsive>.table>tr>th:last-child,
.panel>.table>tbody>tr>td:last-child,
.panel>.table>tbody>tr>th:last-child,
.panel>.table>tfoot>tr>td:last-child,
.panel>.table>tfoot>tr>th:last-child,
.panel>.table>thead>tr>td:last-child,
.panel>.table>thead>tr>th:last-child,
.panel>.table>tr>td:last-child,
.panel>.table>tr>th:last-child {
    padding-right: 30px
}

@media screen and (max-width:480px) {

    .panel>.table-responsive>.table>tbody>tr>td:last-child,
    .panel>.table-responsive>.table>tbody>tr>th:last-child,
    .panel>.table-responsive>.table>tfoot>tr>td:last-child,
    .panel>.table-responsive>.table>tfoot>tr>th:last-child,
    .panel>.table-responsive>.table>thead>tr>td:last-child,
    .panel>.table-responsive>.table>thead>tr>th:last-child,
    .panel>.table-responsive>.table>tr>td:last-child,
    .panel>.table-responsive>.table>tr>th:last-child,
    .panel>.table>tbody>tr>td:last-child,
    .panel>.table>tbody>tr>th:last-child,
    .panel>.table>tfoot>tr>td:last-child,
    .panel>.table>tfoot>tr>th:last-child,
    .panel>.table>thead>tr>td:last-child,
    .panel>.table>thead>tr>th:last-child,
    .panel>.table>tr>td:last-child,
    .panel>.table>tr>th:last-child {
        padding-right: 20px
    }
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 1px solid #e4eaec
}

.panel>.list-group>.list-group-item {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width:480px) {
    .panel>.list-group>.list-group-item {
        padding-right: 20px;
        padding-left: 20px
    }
}

.panel-content>.row {
    padding-right: 30px;
    padding-left: 30px
}

.panel-content>.row>[class*=col-] {
    padding-right: 30px;
    padding-left: 30px
}

.panel-heading {
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent
}

.panel-heading+.alert {
    border-radius: 0
}

.panel-heading>.nav-tabs {
    border-bottom: none
}

.panel-heading+.nav-tabs {
    margin-top: -10px
}

.panel-body {
    position: relative
}

.panel-heading+.panel-body {
    padding-top: 0
}

.panel-body .h1:first-child,
.panel-body .h2:first-child,
.panel-body .h3:first-child,
.panel-body .h4:first-child,
.panel-body .h5:first-child,
.panel-body .h6:first-child,
.panel-body h1:first-child,
.panel-body h2:first-child,
.panel-body h3:first-child,
.panel-body h4:first-child,
.panel-body h5:first-child,
.panel-body h6:first-child {
    margin-top: 0
}

.panel-body>:last-child {
    margin-bottom: 0
}

.panel-body>.list-group-dividered:only-child>.list-group-item:last-child {
    border-bottom-color: transparent
}

.panel-footer {
    border-top: 1px solid transparent
}

.table+.panel-footer {
    padding-top: 15px;
    border-color: #e4eaec
}

.panel-title {
    display: block;
    padding: 20px 30px;
    font-size: 18px;
    color: #37474f
}

.panel-title>.icon {
    margin-right: 10px
}

.panel-title>.label {
    margin-left: 10px
}

.panel-title small {
    color: #76838f
}

.panel-desc {
    display: block;
    padding: 5px 0 0;
    margin: 0;
    font-size: 14px;
    color: #76838f
}

.panel-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width:480px) {
    .panel-actions {
        right: 20px
    }
}

ul.panel-actions {
    list-style: none
}

ul.panel-actions>li {
    display: inline-block;
    margin-left: 8px
}

ul.panel-actions>li:first-child {
    margin-left: 0
}

.panel-actions a {
    color: inherit
}

.panel-actions a.dropdown-toggle {
    text-decoration: none
}

.panel-actions .dropdown {
    display: inline-block
}

.panel-actions .dropdown-toggle {
    display: inline-block
}

.panel-actions .panel-action {
    display: inline-block;
    padding: 8px 10px;
    color: #a3afb7;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent
}

.panel-actions .panel-action:hover {
    color: #526069
}

.panel-actions .panel-action:active {
    color: #526069
}

.panel-actions .panel-action:focus {
    outline: 0
}

.panel-actions .progress {
    width: 100px;
    margin: 0
}

.panel-actions .pagination {
    margin: 0
}

.panel-toolbar {
    padding: 5px 15px;
    margin: 0;
    background-color: transparent;
    border-top: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec
}

.panel-bordered .panel-toolbar {
    border-top-color: transparent
}

.panel-toolbar .btn {
    padding: 5px 10px;
    color: #a3afb7
}

.panel-toolbar .btn.icon {
    width: 1em;
    text-align: center
}

.panel-toolbar .btn.active,
.panel-toolbar .btn:active,
.panel-toolbar .btn:hover {
    color: #76838f
}

.panel-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: .6
}

.panel-loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.panel>:not(.panel-loading):not(.collapsing) {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.panel.is-loading>:not(.panel-loading) {
    opacity: .3
}

.panel.is-loading .panel-loading {
    display: block;
    opacity: 1
}

.panel-footer-chart {
    padding: 0
}

.panel-control {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-body.scrollable-vertical {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width:480px) {
    .panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
        padding-right: 20px;
        padding-left: 20px
    }
}

.panel-body.scrollable-vertical>.scrollable-bar {
    height: -webkit-calc(100% -30px);
    height: calc(100% -30px);
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    -o-transform: translateX(-26px);
    transform: translateX(-26px)
}

.panel-bordered>.panel-body.scrollable-vertical>.scrollable-bar {
    height: -webkit-calc(100% -60px);
    height: calc(100% -60px);
    margin-bottom: 30px
}

.panel-body.scrollable-horizontal {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
    padding-top: 0;
    padding-bottom: 30px
}

.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
    padding-top: 30px;
    padding-bottom: 30px
}

.panel-body.scrollable-horizontal>.scrollable-bar {
    width: -webkit-calc(100% -60px);
    width: calc(100% -60px);
    margin-right: 30px;
    margin-left: 0;
    -webkit-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transform: translateY(-26px)
}

@media screen and (max-width:480px) {
    .panel-body.scrollable-horizontal>.scrollable-bar {
        width: -webkit-calc(100% -40px);
        width: calc(100% -40px);
        margin-right: 20px
    }
}

.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-bar {
    -webkit-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transform: translateY(-26px)
}

.panel-bordered>.panel-heading {
    border-bottom: 1px solid #e4eaec
}

.panel-bordered>.panel-heading>.panel-title {
    padding-bottom: 20px
}

.panel-bordered>.panel-footer {
    padding-top: 15px;
    border-top: 1px solid #e4eaec
}

.panel-bordered>.panel-body {
    padding-top: 30px
}

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

.panel.is-dragging {
    opacity: .8
}

.panel.is-dragging {
    cursor: move
}

.panel.panel-transparent {
    background: 0 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel.panel-transparent>.panel-footer,
.panel.panel-transparent>.panel-heading {
    border-color: transparent
}

.panel-dark {
    border-color: #526069
}

.panel-dark>.panel-heading {
    color: #fff;
    background-color: #526069;
    border-color: #526069
}

.panel-dark>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #526069
}

.panel-dark>.panel-heading .badge {
    color: #526069;
    background-color: #fff
}

.panel-dark>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #526069
}

.panel-danger,
.panel-dark,
.panel-info,
.panel-primary,
.panel-success,
.panel-warning {
    border: none
}

.panel-danger .panel-heading,
.panel-dark .panel-heading,
.panel-info .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading {
    border: none
}

.panel-danger .panel-title,
.panel-dark .panel-title,
.panel-info .panel-title,
.panel-primary .panel-title,
.panel-success .panel-title,
.panel-warning .panel-title {
    color: #fff
}

.panel-danger .panel-action,
.panel-dark .panel-action,
.panel-info .panel-action,
.panel-primary .panel-action,
.panel-success .panel-action,
.panel-warning .panel-action {
    color: #fff
}

@media screen and (max-width:480px) {
    .panel-actions {
        right: 20px
    }

    .panel-actions .progress {
        min-width: 80px
    }

    .panel-actions .show-on-hover {
        display: none
    }

    .panel-body,
    .panel-footer,
    .panel-title {
        padding-right: 20px;
        padding-left: 20px
    }
}

.well {
    padding: 20px
}

.well-lg {
    padding: 24px
}

.well-sm {
    padding: 12px
}

.well {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .02);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .02)
}

.well-primary {
    color: #fff;
    background-color: #62a8ea
}

.well-success {
    color: #fff;
    background-color: #46be8a
}

.well-info {
    color: #fff;
    background-color: #57c7d4
}

.well-warning {
    color: #fff;
    background-color: #f2a654
}

.well-danger {
    color: #fff;
    background-color: #f96868
}

.close.icon {
    font-size: inherit
}

body {
    font-weight: 300
}

th {
    font-weight: 400
}

b,
strong {
    font-weight: 500
}

optgroup {
    font-weight: 500
}

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

.lead {
    font-weight: 100
}

dt {
    font-weight: 500
}

kbd kbd {
    font-weight: 500
}

label {
    font-weight: 300
}

.checkbox label,
.radio label {
    font-weight: 300
}

.checkbox-inline,
.radio-inline {
    font-weight: 300
}

.btn-link {
    font-weight: 300
}

.dropdown-menu>li>a {
    font-weight: 100
}

.input-group-addon {
    font-weight: 300
}

.label {
    font-weight: 500
}

.popover {
    font-weight: 300
}

.tooltip {
    font-weight: 300
}

.modal-content {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2)
}

.modal-header {
    padding: 15px 20px;
    border-bottom: none
}

.modal-header .close {
    margin-top: 1px
}

.modal-body {
    padding: 20px
}

.modal-footer {
    padding: 6px 20px 20px;
    border-top: none
}

.modal-top {
    margin: 0 auto
}

.modal-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}

.modal-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}

.modal-sidebar {
    position: absolute;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}

.modal-sidebar .modal-content {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-sidebar .modal-header {
    border-bottom: none
}

.modal-sidebar .modal-footer {
    border-top: none
}

.modal-sidebar button.close {
    position: fixed;
    top: 20px;
    right: 20px
}

.modal.fade .modal-dialog.modal-sidebar {
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0)
}

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

.modal-fill-in {
    background-color: transparent
}

.modal-fill-in.in {
    background-color: rgba(255, 255, 255, .95);
    opacity: 1
}

.modal-fill-in .modal-dialog {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media (min-width:768px) {
    .modal-fill-in .modal-dialog>* {
        width: 600px
    }

    .modal-fill-in .modal-dialog.modal-sm>* {
        width: 300px
    }

    .modal-fill-in .modal-dialog button.close {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1;
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (min-width:992px) {
    .modal-fill-in .modal-dialog.modal-lg>* {
        width: 900px
    }
}

.modal-fill-in .modal-content {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-fill-in .modal-header {
    border-bottom: none
}

.modal-fill-in .modal-footer {
    border-top: none
}

.modal-primary .modal-header {
    background-color: #62a8ea;
    border-radius: 4px 4px 0 0
}

.modal-primary .modal-header * {
    color: #fff
}

.modal-primary .modal-header .close {
    opacity: .6
}

.modal-success .modal-header {
    background-color: #46be8a;
    border-radius: 4px 4px 0 0
}

.modal-success .modal-header * {
    color: #fff
}

.modal-success .modal-header .close {
    opacity: .6
}

.modal-info .modal-header {
    background-color: #57c7d4;
    border-radius: 4px 4px 0 0
}

.modal-info .modal-header * {
    color: #fff
}

.modal-info .modal-header .close {
    opacity: .6
}

.modal-warning .modal-header {
    background-color: #f2a654;
    border-radius: 4px 4px 0 0
}

.modal-warning .modal-header * {
    color: #fff
}

.modal-warning .modal-header .close {
    opacity: .6
}

.modal-danger .modal-header {
    background-color: #f96868;
    border-radius: 4px 4px 0 0
}

.modal-danger .modal-header * {
    color: #fff
}

.modal-danger .modal-header .close {
    opacity: .6
}

.modal.modal-fade-in-scale-up .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

.modal.modal-fade-in-scale-up.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.modal.modal-slide-in-right .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9 0s);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9 0s);
    transition: all .3s cubic-bezier(.25, .5, .5, .9 0s);
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
    transform: translate(20%, 0)
}

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

.modal.modal-slide-from-bottom .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%)
}

.modal.modal-slide-from-bottom.in .modal-dialog {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.modal-newspaper .modal-dialog {
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    -o-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg)
}

.modal.modal-newspaper.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.modal.modal-fall {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-fall .modal-dialog {
    opacity: 0;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-fall.in .modal-dialog {
    opacity: 1;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    -webkit-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.modal.modal-side-fall {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-side-fall .modal-dialog {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-side-fall.in .modal-dialog {
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    -ms-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0)
}

.modal.modal-3d-flip-horizontal {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-3d-flip-horizontal .modal-dialog {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    -o-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-3d-flip-horizontal.in .modal-dialog {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.modal.modal-3d-flip-vertical {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-3d-flip-vertical .modal-dialog {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    -o-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-3d-flip-vertical.in .modal-dialog {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.modal.modal-3d-sign {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-3d-sign .modal-dialog {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    -o-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-3d-sign.in .modal-dialog {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.modal.modal-super-scaled .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.modal.modal-super-scaled.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.modal.modal-just-me .modal-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.modal.modal-just-me .modal-backdrop {
    background-color: #fff
}

.modal.modal-just-me.in {
    background: #fff
}

.modal.modal-just-me.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.modal.modal-just-me.in .modal-backdrop {
    opacity: 1
}

.modal.modal-3d-slit {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-3d-slit .modal-dialog {
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-3d-slit.in .modal-dialog {
    -webkit-animation-name: slit;
    -o-animation-name: slit;
    animation-name: slit;
    -webkit-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal.modal-rotate-from-bottom {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-rotate-from-bottom .modal-dialog {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-rotate-from-bottom.in .modal-dialog {
    -webkit-transform: translateY(0) rotateX(0);
    -ms-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0)
}

.modal.modal-rotate-from-left {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.modal.modal-rotate-from-left .modal-dialog {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal.modal-rotate-from-left.in .modal-dialog {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    -ms-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0)
}

@-webkit-keyframes slit {
    50% {
        opacity: .5;
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        -ms-transform: translateZ(-250px) rotateY(89deg);
        transform: translateZ(-250px) rotateY(89deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotateY(0);
        -ms-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0)
    }
}

@-o-keyframes slit {
    50% {
        opacity: .5;
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        -ms-transform: translateZ(-250px) rotateY(89deg);
        transform: translateZ(-250px) rotateY(89deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotateY(0);
        -ms-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0)
    }
}

@keyframes slit {
    50% {
        opacity: .5;
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        -ms-transform: translateZ(-250px) rotateY(89deg);
        transform: translateZ(-250px) rotateY(89deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotateY(0);
        -ms-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0)
    }
}

.tooltip-inner {
    padding: 6px 12px
}

.tooltip-primary+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #62a8ea
}

.tooltip-primary+.tooltip.top .tooltip-arrow {
    border-top-color: #62a8ea
}

.tooltip-primary+.tooltip.right .tooltip-arrow {
    border-right-color: #62a8ea
}

.tooltip-primary+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #62a8ea
}

.tooltip-primary+.tooltip.left .tooltip-arrow {
    border-left-color: #62a8ea
}

.tooltip-success+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #46be8a
}

.tooltip-success+.tooltip.top .tooltip-arrow {
    border-top-color: #46be8a
}

.tooltip-success+.tooltip.right .tooltip-arrow {
    border-right-color: #46be8a
}

.tooltip-success+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #46be8a
}

.tooltip-success+.tooltip.left .tooltip-arrow {
    border-left-color: #46be8a
}

.tooltip-info+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #57c7d4
}

.tooltip-info+.tooltip.top .tooltip-arrow {
    border-top-color: #57c7d4
}

.tooltip-info+.tooltip.right .tooltip-arrow {
    border-right-color: #57c7d4
}

.tooltip-info+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #57c7d4
}

.tooltip-info+.tooltip.left .tooltip-arrow {
    border-left-color: #57c7d4
}

.tooltip-warning+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #f2a654
}

.tooltip-warning+.tooltip.top .tooltip-arrow {
    border-top-color: #f2a654
}

.tooltip-warning+.tooltip.right .tooltip-arrow {
    border-right-color: #f2a654
}

.tooltip-warning+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f2a654
}

.tooltip-warning+.tooltip.left .tooltip-arrow {
    border-left-color: #f2a654
}

.tooltip-danger+.tooltip .tooltip-inner {
    color: #fff;
    background-color: #f96868
}

.tooltip-danger+.tooltip.top .tooltip-arrow {
    border-top-color: #f96868
}

.tooltip-danger+.tooltip.right .tooltip-arrow {
    border-right-color: #f96868
}

.tooltip-danger+.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f96868
}

.tooltip-danger+.tooltip.left .tooltip-arrow {
    border-left-color: #f96868
}

.tooltip-rotate+.tooltip {
    opacity: 0;
    -webkit-animation: tooltip-rotate3d 1s ease .1s forwards;
    -o-animation: tooltip-rotate3d 1s ease .1s forwards;
    animation: tooltip-rotate3d 1s ease .1s forwards
}

@-webkit-keyframes tooltip-rotate3d {
    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-o-keyframes tooltip-rotate3d {
    0% {
        opacity: 0;
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    100% {
        opacity: 1;
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tooltip-rotate3d {
    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.tooltip-scale+.tooltip {
    -webkit-animation: tooltip-scale3d 1s ease 0s forwards;
    -o-animation: tooltip-scale3d 1s ease 0s forwards;
    animation: tooltip-scale3d 1s ease 0s forwards
}

@-webkit-keyframes tooltip-scale3d {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .3, 1) translate(50%, 50%);
        transform: scale3d(.7, .3, 1) translate(50%, 50%)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
        transform: scale3d(1, 1, 1) translate(50%, 50%)
    }
}

@-o-keyframes tooltip-scale3d {
    0% {
        opacity: 0;
        transform: scale3d(.7, .3, 1) translate(50%, 50%)
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1) translate(50%, 50%)
    }
}

@keyframes tooltip-scale3d {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .3, 1) translate(50%, 50%);
        transform: scale3d(.7, .3, 1) translate(50%, 50%)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
        transform: scale3d(1, 1, 1) translate(50%, 50%)
    }
}

.popover {
    padding: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05)
}

.popover.bottom>.arrow:after {
    border-bottom-color: #f3f7f9
}

.popover-content {
    padding: 20px
}

.popover-primary+.popover .popover-title {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea
}

.popover-primary+.popover.bottom .arrow {
    border-bottom-color: #62a8ea
}

.popover-primary+.popover.bottom .arrow:after {
    border-bottom-color: #62a8ea
}

.popover-success+.popover .popover-title {
    color: #fff;
    background-color: #46be8a;
    border-color: #46be8a
}

.popover-success+.popover.bottom .arrow {
    border-bottom-color: #46be8a
}

.popover-success+.popover.bottom .arrow:after {
    border-bottom-color: #46be8a
}

.popover-info+.popover .popover-title {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4
}

.popover-info+.popover.bottom .arrow {
    border-bottom-color: #57c7d4
}

.popover-info+.popover.bottom .arrow:after {
    border-bottom-color: #57c7d4
}

.popover-warning+.popover .popover-title {
    color: #fff;
    background-color: #f2a654;
    border-color: #f2a654
}

.popover-warning+.popover.bottom .arrow {
    border-bottom-color: #f2a654
}

.popover-warning+.popover.bottom .arrow:after {
    border-bottom-color: #f2a654
}

.popover-danger+.popover .popover-title {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}

.popover-danger+.popover.bottom .arrow {
    border-bottom-color: #f96868
}

.popover-danger+.popover.bottom .arrow:after {
    border-bottom-color: #f96868
}

.popover-rotate+.popover {
    opacity: 0;
    -webkit-animation: popover-rotate3d 1s ease .1s forwards;
    -o-animation: popover-rotate3d 1s ease .1s forwards;
    animation: popover-rotate3d 1s ease .1s forwards
}

@-webkit-keyframes popover-rotate3d {
    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-o-keyframes popover-rotate3d {
    0% {
        opacity: 0;
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    100% {
        opacity: 1;
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes popover-rotate3d {
    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.popover-scale+.popover {
    -webkit-animation: popover-scale3d 1s ease 0s forwards;
    -o-animation: popover-scale3d 1s ease 0s forwards;
    animation: popover-scale3d 1s ease 0s forwards
}

@-webkit-keyframes popover-scale3d {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .3, 1) translate(50%, 50%);
        transform: scale3d(.7, .3, 1) translate(50%, 50%)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
        transform: scale3d(1, 1, 1) translate(50%, 50%)
    }
}

@-o-keyframes popover-scale3d {
    0% {
        opacity: 0;
        transform: scale3d(.7, .3, 1) translate(50%, 50%)
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1) translate(50%, 50%)
    }
}

@keyframes popover-scale3d {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .3, 1) translate(50%, 50%);
        transform: scale3d(.7, .3, 1) translate(50%, 50%)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1) translate(50%, 50%);
        transform: scale3d(1, 1, 1) translate(50%, 50%)
    }
}

.carousel-control {
    min-width: 50px
}

.carousel-control:focus,
.carousel-control:hover {
    filter: alpha(opacity=40);
    opacity: .4
}

.carousel-control .icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -8px
}

.carousel-control.left .icon {
    left: 50%;
    margin-left: -8px
}

.carousel-control.right .icon {
    right: 50%;
    margin-right: -8px
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    color: inherit
}

.carousel-indicators {
    margin-bottom: 0
}

.carousel-indicators li {
    margin: 3px;
    background-color: rgba(255, 255, 255, .3);
    border: none
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 3px
}

.carousel-indicators-scaleup li {
    border: none;
    -webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s, background-color .3s ease 0s;
    transition: transform .3s ease 0s, background-color .3s ease 0s
}

.carousel-indicators-scaleup .active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.carousel-indicators-fillin li {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s
}

.carousel-indicators-fillin .active {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.carousel-indicators-fall li {
    position: relative;
    -webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s, background-color .3s ease 0s;
    transition: transform .3s ease 0s, background-color .3s ease 0s
}

.carousel-indicators-fall li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    content: '';
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s, visibility 0s ease .3s;
    -o-transition: opacity .3s ease 0s, visibility 0s ease .3s;
    transition: opacity .3s ease 0s, visibility 0s ease .3s;
    -webkit-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    -o-transform: translate(0, -200%);
    transform: translate(0, -200%)
}

.carousel-indicators-fall .active {
    background-color: transparent;
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%)
}

.carousel-indicators-fall .active:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

@media screen and (min-width:768px) {
    .carousel-control .icon {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        font-size: 24px
    }

    .carousel-control.left .icon {
        margin-left: -12px
    }

    .carousel-control.right .icon {
        margin-right: -12px
    }
}

.vertical-align {
    font-size: 0
}

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

.vertical-align-bottom,
.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

.inline {
    display: inline !important
}

.inline-block {
    display: inline-block !important
}

.block {
    display: block !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap
}

.text-break {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    white-space: normal;
    -ms-hyphens: auto
}

.text-nowrap {
    white-space: nowrap
}

.text-top {
    vertical-align: top !important
}

.text-middle {
    vertical-align: middle !important
}

.text-bottom {
    vertical-align: bottom !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-unset {
    font-weight: unset !important
}

.font-weight-100 {
    font-weight: 100 !important
}

.font-weight-200 {
    font-weight: 200 !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.font-weight-800 {
    font-weight: 800 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-light {
    font-weight: 100 !important
}

.font-weight-normal {
    font-weight: 300 !important
}

.font-weight-medium {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-size-0 {
    font-size: 0 !important
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-26 {
    font-size: 26px !important
}

.font-size-30 {
    font-size: 30px !important
}

.font-size-40 {
    font-size: 40px !important
}

.font-size-50 {
    font-size: 50px !important
}

.font-size-60 {
    font-size: 60px !important
}

.font-size-70 {
    font-size: 70px !important
}

.font-size-80 {
    font-size: 80px !important
}

.visible-xlg {
    display: none !important
}

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

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

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

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

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

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

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

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

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

body {
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

.site-navbar {
    background-color: #62a8ea;
}

.site-navbar .navbar-header {
    color: #fff;
    background-color: transparent;
}

.site-navbar .navbar-header .navbar-toggle {
    color: #fff;
}

.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
    background-color: #fff;
}

.site-navbar .navbar-header .navbar-brand {
    font-family: "Roboto", sans-serif;
    color: #fff;
    cursor: pointer;
}

@media (min-width:768px) {
    .site-navbar .navbar-header {
        width: 260px;
    }
}

.site-navbar .navbar-container {
    background-color: #fff;
}

@media (min-width:768px) {
    .site-navbar .navbar-container {
        margin-left: 260px;
    }
}

.site-navbar.navbar-inverse .navbar-container {
    background-color: transparent;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 0px;
}

.site-menubar {
    position: fixed;
    top: 66px;
    z-index: 1400;
    height: 100%;
    height: -webkit-calc(100% -66px);
    height: calc(100% -66px);
    font-family: "Roboto", sans-serif;
    color: rgba(163, 175, 183, .9);
    background: #263238;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.site-menubar-body {
    height: 100%;
    height: -webkit-calc(100% -76px);
    height: calc(100% -76px);
}

.site-menubar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-menubar a {
    outline: none;
}

.site-menubar a:hover,
.site-menubar a:focus {
    text-decoration: none;
}

.site-menubar.site-menubar-light {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.site-menubar.site-menubar-light .scrollable-inverse.scrollable .scrollable-bar-handle {
    background: rgba(163, 175, 183, .6);
}

.site-menubar-section {
    padding: 0 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.site-menubar-section>h4,
.site-menubar-section>h5 {
    color: #76838f;
}

.site-menubar-section .progress:last-child {
    margin-bottom: 0;
}

.site-menubar-footer {
    position: fixed;
    bottom: 0;
    z-index: 1400;
    display: block;
}

.site-menubar-footer>a {
    display: block;
    float: left;
    width: 33.33333333%;
    height: 76px;
    padding: 26px 0;
    font-size: 16px;
    color: #76838f;
    text-align: center;
    background-color: #21292e;
}

.site-menubar-footer>a:hover,
.site-menubar-footer>a:focus {
    background-color: #1e2427;
}

.site-menubar-light .site-menubar-footer>a {
    background-color: #e4eaec;
}

.site-menubar-light .site-menubar-footer>a:hover,
.site-menubar-light .site-menubar-footer>a:focus {
    background-color: #d5dee1;
}

.site-menu {
    padding-bottom: 20px;
    overflow-y: hidden;
    font-size: 14px;
}

.site-menu-item>a {
    white-space: nowrap;
    cursor: pointer;
}

.site-menu-icon {
    display: inline-block;
    width: 1em;
    text-align: center;
}

.site-menu-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.site-menu-arrow {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: normal;
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-menu-arrow:before {
    content: '\f17f';
}

.site-menu-arrow,
.site-menu-badge,
.site-menu-label {
    position: absolute;
    right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.site-menu .badge,
.site-menu .label {
    padding: 2px 5px 3px;
    font-size: 12px;
    font-weight: 300;
}

.site-menu-item {
    position: relative;
    white-space: nowrap;
}

.site-menu-item a {
    display: block;
    color: rgba(163, 175, 183, .9);
}

.site-menu-item.is-hidden {
    opacity: 0;
}

.site-menu-item.is-shown {
    opacity: 1;
}

.site-menu>.site-menu-item {
    padding: 0;
}

.site-menu>.site-menu-item.open {
    background: #242f35;
}

.site-menu>.site-menu-item.open>a {
    color: #fff;
    background: transparent;
}

.site-menu>.site-menu-item.open.hover>a {
    background: transparent;
}

.site-menu>.site-menu-item.hover>a,
.site-menu>.site-menu-item:hover>a {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .02);
}

.site-menu>.site-menu-item.active {
    background: #242f35;
    border-top: 1px solid rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.site-menu>.site-menu-item.active>a {
    color: #fff;
    background: transparent;
}

.site-menu>.site-menu-item.active.hover>a {
    background: transparent;
}

.site-menu .site-menu-sub {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    background: transparent;
}

.site-menu .site-menu-sub .site-menu-item {
    line-height: 34px;
    color: rgba(163, 175, 183, .9);
    background: transparent;
}

.site-menu .site-menu-sub .site-menu-item.has-sub {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.site-menu .site-menu-sub .site-menu-item>a {
    padding: 0 30px;
}

.site-menu .site-menu-sub .site-menu-item.open {
    background: rgba(0, 0, 0, .06);
}

.site-menu .site-menu-sub .site-menu-item.open>a {
    color: #fff;
}

.site-menu .site-menu-sub .site-menu-item.open.hover>a {
    background-color: transparent;
}

.site-menu .site-menu-sub .site-menu-item.hover>a,
.site-menu .site-menu-sub .site-menu-item:hover>a {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .02);
}

.site-menu .site-menu-sub .site-menu-item.active {
    background: rgba(0, 0, 0, .06);
}

.site-menu .site-menu-sub .site-menu-item.active>a {
    color: #fff;
}

.site-menu .site-menu-sub .site-menu-item.active.hover>a {
    background-color: transparent;
}

.site-menubar-light .site-menu-item a {
    color: rgba(118, 131, 143, .9);
}

.site-menubar-light .site-menu-item.hover>a,
.site-menubar-light .site-menu-item:hover>a {
    background: transparent;
}

.site-menubar-light .site-menu>.site-menu-item.open {
    background: rgba(53, 131, 202, .05);
}

.site-menubar-light .site-menu>.site-menu-item.open>a {
    color: #62a8ea;
}

.site-menubar-light .site-menu>.site-menu-item.hover,
.site-menubar-light .site-menu>.site-menu-item:hover {
    background-color: rgba(53, 131, 202, .05);
}

.site-menubar-light .site-menu>.site-menu-item.hover>a,
.site-menubar-light .site-menu>.site-menu-item:hover>a {
    color: #62a8ea;
}

.site-menubar-light .site-menu>.site-menu-item.active {
    background: rgba(53, 131, 202, .05);
}

.site-menubar-light .site-menu>.site-menu-item.active>a {
    color: #62a8ea;
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open {
    background: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open>a {
    color: #62a8ea;
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover {
    background-color: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover>a,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover>a {
    color: #62a8ea;
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover.open,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover.open {
    background-color: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active {
    background: rgba(53, 131, 202, .03);
}

.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active>a {
    color: #62a8ea;
}

.site-gridmenu {
    position: fixed;
    top: 66px;
    bottom: 0;
    z-index: 1500;
    padding: 20px 0;
    visibility: hidden;
    background-color: #263238;
    opacity: 0;
}

.js>.site-gridmenu {
    -webkit-transition: opacity .5s ease 0s, visibility 0s;
    -o-transition: opacity .5s ease 0s, visibility 0s;
    transition: opacity .5s ease 0s, visibility 0s;
}

.site-gridmenu-active>.site-gridmenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    -o-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
}

.site-gridmenu-active>.site-gridmenu ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.site-gridmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: .4;
    -webkit-transition: -webkit-transform .5s ease 0s, opacity .5s ease 0s;
    -o-transition: -o-transform .5s ease 0s, opacity .5s ease 0s;
    transition: transform .5s ease 0s, opacity .5s ease 0s;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
}

.site-gridmenu li {
    float: left;
    width: 50%;
    text-align: center;
}

.site-gridmenu li>a {
    display: block;
    padding: 30px 15px;
    color: #a3afb7;
}

.site-gridmenu li .icon {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
}

.site-gridmenu li:hover>a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .02);
}

body.site-gridmenu-active {
    overflow: hidden;
}

.site-gridmenu-toggle:after {
    position: relative;
    top: -1px;
    right: -3px;
    display: inline-block;
    font-family: 'Web Icons';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    content: '\f183';
    opacity: 0;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-gridmenu-active .site-gridmenu-toggle:after {
    opacity: 1;
}

.site-sidebar {
    z-index: 1210;
}

.site-sidebar.slidePanel {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.site-sidebar.slidePanel.slidePanel-right,
.site-sidebar.slidePanel.slidePanel-left {
    width: 300px;
    overflow: hidden;
}

.site-sidebar-content {
    height: 100%;
}

.site-sidebar-nav.nav-tabs>li {
    display: table-cell;
    width: 1%;
}

.site-sidebar-nav.nav-tabs>li>a {
    padding: 0;
    font-size: 16px;
    line-height: 90px;
}

.site-sidebar-tab-content {
    height: 100%;
    height: -webkit-calc(100% -90px);
    height: calc(100% -90px);
}

.site-sidebar-tab-content>.tab-pane {
    height: 100%;
    padding: 20px 30px;
}

.site-sidebar-tab-content>.tab-pane.scrollable {
    padding: 0;
}

.site-sidebar-tab-content>.tab-pane .scrollable-content {
    padding: 20px 30px;
}

.site-sidebar-tab-content>.tab-pane .list-group {
    margin-right: -30px;
    margin-left: -30px;
}

.site-sidebar-tab-content>.tab-pane .list-group>.list-group-item {
    padding-right: 30px;
    padding-left: 30px;
}

.site-sidebar .conversation {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.site-sidebar .conversation.active {
    right: 0;
}

.site-sidebar .conversation-header {
    border-bottom: 1px solid #e4eaec;
}

.site-sidebar .conversation-header>* {
    padding: 0 30px;
    margin: 0;
    line-height: 90px;
}

.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
    color: rgba(55, 71, 79, .4);
    cursor: pointer;
}

.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:focus {
    color: rgba(55, 71, 79, .6);
}

.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
    color: #37474f;
}

.site-sidebar .conversation-title {
    position: relative;
    top: 1px;
    z-index: -1;
    color: #37474f;
    text-align: center;
}

.site-sidebar .conversation-content {
    padding: 30px 15px;
}

.site-sidebar .conversation-reply {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #e4eaec;
}

.site-sidebar .conversation-reply .form-control {
    border: none;
    border-right: 1px solid #e4eaec;
}

@media (max-width:767px) {

    .site-sidebar.slidePanel.slidePanel-right,
    .site-sidebar.slidePanel.slidePanel-left {
        width: 100%;
    }
}

.site-action {
    position: fixed;
    right: 32px;
    bottom: 55px;
    z-index: 1290;
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.site-action input {
    display: none;
}

.site-action .btn {
    -webkit-box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
    box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}

.site-action .front-icon {
    display: block;
}

.site-action .back-icon {
    display: none;
}

.site-action-buttons {
    position: absolute;
    bottom: 56px;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
}

.site-action-buttons .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
}

.site-action.active .front-icon {
    display: none;
}

.site-action.active .back-icon {
    display: block;
}

.site-action.active .site-action-buttons {
    display: block;
}

@media (max-width:767px) {
    .site-action .btn-floating {
        width: 46px;
        height: 46px;
        padding: 0;
        font-size: 16px;
        -webkit-box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
        box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
    }

    .site-action-buttons {
        bottom: 46px;
    }
}

.page {
    position: relative;
    min-height: -webkit-calc(100% -44px);
    min-height: calc(100% -44px);
    background: #f1f4f5;
}

.page-dark.layout-full {
    color: #fff;
}

.page-dark.layout-full:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-dark.layout-full:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(38, 50, 56, .6);
}

.page-dark.layout-full .brand {
    margin-bottom: 22px;
}

.page-dark.layout-full .brand-text {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.page-nav-tabs {
    padding: 0 30px;
}

.page-content {
    padding: 30px 30px;
}

.page-content-actions {
    padding: 0 30px 30px;
}

.page-content-actions .dropdown {
    display: inline-block;
}

.page-content-actions:before,
.page-content-actions:after {
    display: table;
    content: " ";
}

.page-content-actions:after {
    clear: both;
}

.page-content-table {
    max-width: 100%;
    padding: 0;
    overflow-x: auto;
}

.page-content-table .table>thead>tr>th,
.page-content-table .table>tbody>tr>th,
.page-content-table .table>thead>tr>td,
.page-content-table .table>tbody>tr>td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-content-table .table>thead>tr>th:first-child,
.page-content-table .table>tbody>tr>th:first-child,
.page-content-table .table>thead>tr>td:first-child,
.page-content-table .table>tbody>tr>td:first-child {
    padding-left: 30px;
}

.page-content-table .table>thead>tr>th:last-child,
.page-content-table .table>tbody>tr>th:last-child,
.page-content-table .table>thead>tr>td:last-child,
.page-content-table .table>tbody>tr>td:last-child {
    padding-right: 30px;
}

.page-content-table .table>tbody>tr:hover>td {
    background-color: #f3f7f9;
}

.page-content-table .table>tbody>tr>td {
    cursor: pointer;
}

.page-content-table .table>tbody>tr:last-child td {
    border-bottom: 1px solid #e4eaec;
}

.page-content-table .table.is-indent>thead>tr>th.pre-cell,
.page-content-table .table.is-indent>tbody>tr>th.pre-cell,
.page-content-table .table.is-indent>thead>tr>td.pre-cell,
.page-content-table .table.is-indent>tbody>tr>td.pre-cell,
.page-content-table .table.is-indent>thead>tr>th.suf-cell,
.page-content-table .table.is-indent>tbody>tr>th.suf-cell,
.page-content-table .table.is-indent>thead>tr>td.suf-cell,
.page-content-table .table.is-indent>tbody>tr>td.suf-cell {
    width: 30px;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.page-content-table .table.is-indent>tbody>tr:first-child td {
    border-top: none;
}

.page-content-table .table.is-indent>tbody>tr:last-child td.pre-cell,
.page-content-table .table.is-indent>tbody>tr:last-child td.suf-cell {
    border-bottom: none;
}

.page-content-table .table.is-indent>tfoot>tr>td {
    border-top: none;
}

.page-content-table .pagination {
    margin-right: 30px;
    margin-left: 30px;
}

.page-copyright {
    margin-top: 60px;
    font-size: 12px;
    color: #37474f;
    letter-spacing: 1px;
}

.page-copyright .social a {
    margin: 0 10px;
    text-decoration: none;
}

.page-copyright .social .icon {
    font-size: 16px;
    color: rgba(55, 71, 79, .6);
}

.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
    color: rgba(55, 71, 79, .8);
}

.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
    color: #37474f;
}

.page-copyright-inverse {
    color: #fff;
}

.page-copyright-inverse .social .icon {
    color: #fff;
}

.page-copyright-inverse .social .icon:hover,
.page-copyright-inverse .social .icon:active {
    color: rgba(255, 255, 255, .8);
}

@media (max-width:767px) {
    .page {
        min-height: -webkit-calc(100% -66px);
        min-height: calc(100% -66px);
    }
}

.page-header+.page-content {
    padding-top: 0;
}

.page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
}

.page-title>.icon {
    margin-right: .3em;
}

.page-description {
    color: #a3afb7;
}

.page-header {
    position: relative;
    padding: 30px 30px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    border-bottom: none;
}

.page-header-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-header-actions .btn-icon {
    margin-left: 6px;
}

.page-header-actions>* {
    margin-bottom: 0;
}

.page-header .breadcrumb {
    padding: 0;
    margin: 0;
}

.page-header-bordered {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid transparent;
}

.page-header-tabs {
    padding-bottom: 0;
}

.page-header-tabs .nav-tabs-line {
    margin-top: 5px;
    border-bottom-color: transparent;
}

.page-header-tabs .nav-tabs-line>li>a {
    padding: 5px 20px;
}

.page-aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    overflow-y: hidden;
    background: #fff;
    border-right: 1px solid #e4eaec;
    -webkit-transition: visibility .1s ease, top .3s ease, left .5s ease;
    -o-transition: visibility .1s ease, top .3s ease, left .5s ease;
    transition: visibility .1s ease, top .3s ease, left .5s ease;
}

.page-aside+.page-main {
    margin-left: 230px;
}

.page-aside .list-group-item.active,
.page-aside .list-group-item.active:focus,
.page-aside .list-group-item.active:hover {
    z-index: 0;
}

.page-aside-fixed .page-aside {
    position: fixed;
    top: 66px;
    height: -webkit-calc(100% -66px);
    height: calc(100% -66px);
}

.page-aside-fixed .page-aside-inner {
    height: 100%;
    overflow-y: scroll;
}

.page-aside-fixed .site-footer {
    margin-left: 260px;
}

.page-aside-section {
    position: relative;
}

.page-aside-section:first-child {
    padding-top: 22px;
}

.page-aside-section:last-child {
    margin-bottom: 22px;
}

.page-aside-section:after {
    position: relative;
    display: block;
    margin: 22px;
    content: '';
    border-bottom: 1px solid #e4eaec;
}

.page-aside-section:last-child:after {
    display: none;
}

.page-aside-switch {
    position: absolute;
    top: -webkit-calc(50% -25px);
    top: calc(50% -25px);
    left: -webkit-calc(100% -1px);
    left: calc(100% -1px);
    display: none;
    padding: 15px 8px 15px 4px;
    line-height: 1;
    cursor: pointer;
    background-color: white;
    border-radius: 0 100px 100px 0;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}

.page-aside-switch .wb-chevron-right {
    display: inline;
}

.page-aside-switch .wb-chevron-left {
    display: none;
}

.page-aside-title {
    padding: 10px 30px;
    margin: 20px 0 10px;
    overflow: hidden;
    font-weight: 500;
    color: #526069;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.page-aside .list-group {
    margin-bottom: 22px;
}

.page-aside .list-group-item {
    padding: 13px 30px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
}

.page-aside .list-group-item .icon {
    color: #a3afb7;
}

.page-aside .list-group-item .item-right {
    float: right;
}

.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
    color: #62a8ea;
    background-color: #f3f7f9;
    border: none;
}

.page-aside .list-group-item:hover>.icon,
.page-aside .list-group-item:focus>.icon {
    color: #62a8ea;
}

.page-aside .list-group-item.active {
    color: #62a8ea;
    background-color: transparent;
}

.page-aside .list-group-item.active>.icon {
    color: #62a8ea;
}

.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
    color: #62a8ea;
    background-color: #f3f7f9;
    border: none;
}

.page-aside .list-group-item.active:hover>.icon,
.page-aside .list-group-item.active:focus>.icon {
    color: #62a8ea;
}

.page-aside .list-group.has-actions .list-group-item {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 36px;
    cursor: pointer;
}

.page-aside .list-group.has-actions .list-group-item .list-editable {
    position: relative;
    display: none;
}

.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
    margin: 0;
}

.page-aside .list-group.has-actions .list-group-item .item-actions {
    position: absolute;
    top: 6px;
    right: 20px;
    display: none;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
    padding-right: 2px;
    padding-left: 2px;
    background-color: transparent;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
    color: #62a8ea;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
    margin: 0;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-right {
    display: none;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
    display: block;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
    color: #76838f;
}

@media (max-width:1199px) {
    .page-aside {
        width: 220px;
    }

    .page-aside+.page-main {
        margin-left: 220px;
    }

    .page-aside-fixed .site-footer {
        margin-left: 220px;
    }
}

@media (max-width:767px) {
    .page-aside {
        position: fixed;
        top: 66px;
        left: -260px;
        z-index: 1100;
        width: 260px;
        height: -webkit-calc(100% -66px);
        height: calc(100% -66px);
        overflow-y: visible;
        visibility: visible;
        border-color: transparent;
    }

    .site-navbar-collapse-show .page-aside {
        top: 132px;
        height: -webkit-calc(100% -132px);
        height: calc(100% -132px);
    }

    .site-menubar-changing .page-aside,
    .site-menubar-open .page-aside {
        height: 100%;
    }

    .page-aside .page-aside-inner {
        height: 100%;
        background-color: white;
        border-right: 1px solid #e4eaec;
    }

    .page-aside.open {
        left: 0;
    }

    .site-menubar-changing .page-aside.open,
    .site-menubar-open .page-aside.open {
        visibility: hidden;
    }

    .page-aside.open .page-aside-switch .wb-chevron-right {
        display: none;
    }

    .page-aside.open .page-aside-switch .wb-chevron-left {
        display: inline;
    }

    .page-aside+.page-main {
        margin-left: 0;
    }

    .page-aside-fixed .page-aside {
        left: -260px !important;
    }

    .page-aside-fixed .page-aside.open {
        left: 0 !important;
    }

    .page-aside-fixed .site-footer {
        margin-left: 0 !important;
    }

    .page-aside-switch {
        display: block;
    }
}

.site-footer {
    height: 44px;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, .02);
    border-top: 1px solid #e4eaec;
}

.site-footer:before,
.site-footer:after {
    display: table;
    content: " ";
}

.site-footer:after {
    clear: both;
}

.site-footer-legal {
    float: left;
}

.site-footer-actions {
    float: right;
}

.site-footer-right {
    float: right;
}

.site-footer .scroll-to-top {
    color: #76838f;
}

.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
    text-decoration: none;
}

@media (max-width:480px) {
    .site-footer {
        height: 66px;
    }
}

@media (max-width:480px) {

    .site-footer-legal,
    .site-footer-right,
    .site-footer-actions {
        display: block;
        float: none;
        text-align: center;
    }
}

.layout-full {
    height: 100%;
}

body.layout-full {
    padding-top: 0;
}

.layout-full .page {
    height: 100%;
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
}

.layout-full>.loader {
    margin-left: 0 !important;
}

@media (min-width:1200px) {
    .layout-boxed {
        background: #e4eaec;
    }

    .layout-boxed,
    .layout-boxed .site-navbar {
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto;
    }
}

.layout-boxed .slidePanel-right,
.layout-boxed .slidePanel-left {
    top: 0;
    z-index: 1510;
}

.site-print {
    padding-top: 0;
}

.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
    display: none;
}

.site-print .page {
    margin: 0 !important;
}

.site-menubar-fold .page,
.site-menubar-fold .site-footer {
    margin-left: 90px;
}

.site-menubar-fold.page-aside-fixed .page-aside {
    left: 90px;
}

.site-menubar-fold.page-aside-fixed .site-footer {
    margin-left: 350px;
}

@media (min-width:768px) {
    .site-menubar-fold .site-navbar .navbar-header {
        width: 90px;
    }
}

@media (min-width:768px) {
    .site-menubar-fold .site-navbar .navbar-container {
        margin-left: 90px;
    }
}

.site-menubar-fold .site-navbar .navbar-brand {
    float: none;
    text-align: center;
}

.site-menubar-fold .site-navbar .navbar-brand-text {
    display: none;
}

.site-menubar-fold .site-menu {
    overflow: visible;
}

.site-menubar-fold .site-menu-category {
    height: 2px;
    margin: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: #242f35;
}

.site-menubar-fold .site-menu-category:first-child {
    visibility: hidden;
}

.site-menubar-fold .site-menu>.site-menu-item {
    font-size: 14px;
}

.site-menubar-fold .site-menu>.site-menu-item>a {
    height: 60px;
    line-height: 60px;
}

.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-title,
.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: center;
    -webkit-transition: visibility .25s, opacity .25s;
    -o-transition: visibility .25s, opacity .25s;
    transition: visibility .25s, opacity .25s;
}

.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-arrow {
    visibility: hidden;
    -webkit-transition: visibility 0;
    -o-transition: visibility 0;
    transition: visibility 0;
}

.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-title {
    visibility: hidden;
    opacity: 0;
}

.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-icon {
    margin-right: 0;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-badge {
    top: -15px;
    left: 50px;
}

.site-menubar-fold .site-menu>.site-menu-item>a .site-menu-label {
    display: none;
}

.site-menubar-fold .site-menu>.site-menu-item.active {
    border-top: none;
    border-bottom: none;
}

.site-menubar-fold .site-menu>.site-menu-item.hover>a .site-menu-icon,
.site-menubar-fold .site-menu>.site-menu-item.active>a .site-menu-icon,
.site-menubar-fold .site-menu>.site-menu-item.open>a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
}

.site-menubar-fold .site-menu>.site-menu-item.hover>a .site-menu-title,
.site-menubar-fold .site-menu>.site-menu-item.active>a .site-menu-title,
.site-menubar-fold .site-menu>.site-menu-item.open>a .site-menu-title {
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold .site-menu>.site-menu-item.hover>a .site-menu-badge,
.site-menubar-fold .site-menu>.site-menu-item.active>a .site-menu-badge,
.site-menubar-fold .site-menu>.site-menu-item.open>a .site-menu-badge {
    display: none;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-sub {
    display: none;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open>a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open>.site-menu-sub {
    display: block;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open)>a .site-menu-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open)>.site-menu-sub {
    display: none;
}

.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub {
    position: absolute;
    top: 0;
    left: 90px;
    width: 240px;
    overflow-y: auto;
    visibility: hidden;
    background: #242f35;
    opacity: 0;
    -webkit-transition: visibility .25s, opacity .25s;
    -o-transition: visibility .25s, opacity .25s;
    transition: visibility .25s, opacity .25s;
}

.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub-up {
    top: auto;
    bottom: 0;
}

.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub .site-menu-item>a {
    padding: 0 30px;
}

.site-menubar-fold .site-menu>.site-menu-item>.site-menu-sub .site-menu-icon {
    margin-right: .5em;
}

.site-menubar-fold .site-menu>.site-menu-item.hover>.site-menu-sub {
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold .site-menubar-light .site-menu-category {
    background: rgba(53, 131, 202, .05);
}

.site-menubar-fold .site-menubar-light .site-menu>.site-menu-item>.site-menu-sub {
    background: #f3f8fb;
    -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
}

.site-menubar-fold .site-menubar {
    width: 90px;
}

.site-menubar-fold .site-menubar-section {
    padding: 30px;
    margin-top: 0;
    border-top: 2px solid #242f35;
    border-bottom: 2px solid #242f35;
}

.site-menubar-fold .site-menubar-section>h4,
.site-menubar-fold .site-menubar-section>h5 {
    display: none;
}

.site-menubar-fold .site-menubar-light .site-menubar-section {
    border-top: 2px solid rgba(53, 131, 202, .05);
    border-bottom: 2px solid rgba(53, 131, 202, .05);
}

.site-menubar-fold .site-gridmenu {
    width: 90px;
}

.site-menubar-fold .site-gridmenu li {
    float: none;
    width: 100%;
}

.site-menubar-fold .site-gridmenu li>a {
    padding: 15px 0;
}

.site-menubar-fold .site-gridmenu-toggle:after {
    display: none;
}

.site-menubar-fold .site-menubar-footer {
    width: 90px;
}

.site-menubar-fold .site-menubar-footer>a {
    display: none;
}

.site-menubar-fold .site-menubar-footer>a.fold-show {
    display: block;
    float: none;
    width: 100%;
}

.site-menubar-fold.site-menubar-changing .site-menu>.site-menu-item>.site-menu-sub {
    display: none;
}

@media screen and (min-width:768px) and (max-width:1199px) {

    .css-menubar .page,
    .css-menubar .site-footer {
        margin-left: 90px;
    }

    .css-menubar.page-aside-fixed .page-aside {
        left: 90px;
    }

    .css-menubar.page-aside-fixed .site-footer {
        margin-left: 350px;
    }

    .css-menubar .site-navbar .navbar-brand {
        float: none;
        text-align: center;
    }

    .css-menubar .site-navbar .navbar-brand-text {
        display: none;
    }

    .css-menubar .site-menu {
        overflow: visible;
    }

    .css-menubar .site-menu-category {
        height: 2px;
        margin: 0;
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background: #242f35;
    }

    .css-menubar .site-menu-category:first-child {
        visibility: hidden;
    }

    .css-menubar .site-menu>.site-menu-item {
        font-size: 14px;
    }

    .css-menubar .site-menu>.site-menu-item>a {
        height: 60px;
        line-height: 60px;
    }

    .css-menubar .site-menu>.site-menu-item>a .site-menu-title,
    .css-menubar .site-menu>.site-menu-item>a .site-menu-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        text-align: center;
        -webkit-transition: visibility .25s, opacity .25s;
        -o-transition: visibility .25s, opacity .25s;
        transition: visibility .25s, opacity .25s;
    }

    .css-menubar .site-menu>.site-menu-item>a .site-menu-arrow {
        visibility: hidden;
        -webkit-transition: visibility 0;
        -o-transition: visibility 0;
        transition: visibility 0;
    }

    .css-menubar .site-menu>.site-menu-item>a .site-menu-title {
        visibility: hidden;
        opacity: 0;
    }

    .css-menubar .site-menu>.site-menu-item>a .site-menu-icon {
        margin-right: 0;
        font-size: 24px;
        visibility: visible;
        opacity: 1;
    }

    .css-menubar .site-menu>.site-menu-item>a .site-menu-badge {
        top: -15px;
        left: 50px;
    }

    .css-menubar .site-menu>.site-menu-item>a .site-menu-label {
        display: none;
    }

    .css-menubar .site-menu>.site-menu-item.active {
        border-top: none;
        border-bottom: none;
    }

    .css-menubar .site-menu>.site-menu-item.hover>a .site-menu-icon,
    .css-menubar .site-menu>.site-menu-item.active>a .site-menu-icon,
    .css-menubar .site-menu>.site-menu-item.open>a .site-menu-icon {
        visibility: hidden;
        opacity: 0;
    }

    .css-menubar .site-menu>.site-menu-item.hover>a .site-menu-title,
    .css-menubar .site-menu>.site-menu-item.active>a .site-menu-title,
    .css-menubar .site-menu>.site-menu-item.open>a .site-menu-title {
        visibility: visible;
        opacity: 1;
    }

    .css-menubar .site-menu>.site-menu-item.hover>a .site-menu-badge,
    .css-menubar .site-menu>.site-menu-item.active>a .site-menu-badge,
    .css-menubar .site-menu>.site-menu-item.open>a .site-menu-badge {
        display: none;
    }

    .css-menubar .site-menu .site-menu-sub .site-menu-sub {
        display: none;
    }

    .css-menubar .site-menu .site-menu-sub .site-menu-item.open>a .site-menu-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .css-menubar .site-menu .site-menu-sub .site-menu-item.open>.site-menu-sub {
        display: block;
    }

    .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open)>a .site-menu-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open)>.site-menu-sub {
        display: none;
    }

    .css-menubar .site-menu>.site-menu-item>.site-menu-sub {
        position: absolute;
        top: 0;
        left: 90px;
        width: 240px;
        overflow-y: auto;
        visibility: hidden;
        background: #242f35;
        opacity: 0;
        -webkit-transition: visibility .25s, opacity .25s;
        -o-transition: visibility .25s, opacity .25s;
        transition: visibility .25s, opacity .25s;
    }

    .css-menubar .site-menu>.site-menu-item>.site-menu-sub-up {
        top: auto;
        bottom: 0;
    }

    .css-menubar .site-menu>.site-menu-item>.site-menu-sub .site-menu-item>a {
        padding: 0 30px;
    }

    .css-menubar .site-menu>.site-menu-item>.site-menu-sub .site-menu-icon {
        margin-right: .5em;
    }

    .css-menubar .site-menu>.site-menu-item.hover>.site-menu-sub {
        visibility: visible;
        opacity: 1;
    }

    .css-menubar .site-menubar-light .site-menu-category {
        background: rgba(53, 131, 202, .05);
    }

    .css-menubar .site-menubar-light .site-menu>.site-menu-item>.site-menu-sub {
        background: #f3f8fb;
        -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 2px 1px 2px rgba(0, 0, 0, .08);
    }

    .css-menubar .site-menubar {
        width: 90px;
    }

    .css-menubar .site-menubar-section {
        padding: 30px;
        margin-top: 0;
        border-top: 2px solid #242f35;
        border-bottom: 2px solid #242f35;
    }

    .css-menubar .site-menubar-section>h4,
    .css-menubar .site-menubar-section>h5 {
        display: none;
    }

    .css-menubar .site-menubar-light .site-menubar-section {
        border-top: 2px solid rgba(53, 131, 202, .05);
        border-bottom: 2px solid rgba(53, 131, 202, .05);
    }

    .css-menubar .site-gridmenu {
        width: 90px;
    }

    .css-menubar .site-gridmenu li {
        float: none;
        width: 100%;
    }

    .css-menubar .site-gridmenu li>a {
        padding: 15px 0;
    }

    .css-menubar .site-gridmenu-toggle:after {
        display: none;
    }

    .css-menubar .site-menubar-footer {
        width: 90px;
    }

    .css-menubar .site-menubar-footer>a {
        display: none;
    }

    .css-menubar .site-menubar-footer>a.fold-show {
        display: block;
        float: none;
        width: 100%;
    }

    .css-menubar .site-menu>.site-menu-item:hover>a .site-menu-icon {
        visibility: hidden;
        opacity: 0;
    }

    .css-menubar .site-menu>.site-menu-item:hover>a .site-menu-title {
        visibility: visible;
        opacity: 1;
    }

    .css-menubar .site-menu>.site-menu-item:hover>a .site-menu-badge {
        display: none;
    }

    .css-menubar .site-menu-item:hover>.site-menu-sub {
        visibility: visible;
        opacity: 1;
    }

    .site-menubar-fold.page-aside-fixed .site-footer {
        margin-left: 310px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-header {
        width: 90px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-container {
        margin-left: 90px;
    }
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item:hover>a {
    background-color: transparent;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover {
    background: #37474f;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active>a .site-menu-icon,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open>a .site-menu-icon,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a .site-menu-icon {
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active>a .site-menu-badge,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open>a .site-menu-badge,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a .site-menu-badge {
    display: inline-block;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.active>a .site-menu-title,
.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.open>a .site-menu-title {
    visibility: hidden;
    opacity: 0;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item.hover>a .site-menu-title {
    visibility: visible;
    opacity: 1;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item>a .site-menu-title {
    left: 90px;
    width: 240px;
    padding: 0 30px;
    font-size: 14px;
    text-align: left;
    background: #37474f;
    -webkit-transition: visibility 0, opacity 0;
    -o-transition: visibility 0, opacity 0;
    transition: visibility 0, opacity 0;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item>.site-menu-sub {
    top: 60px;
}

.site-menubar-fold.site-menubar-fold-alt .site-menu>.site-menu-item>.site-menu-sub-up {
    top: auto;
    bottom: 60px;
}

.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item.active,
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item.open,
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item.hover {
    background: #e8f1f8;
}

.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item>a .site-menu-title {
    background: #e8f1f8;
}

.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu>.site-menu-item>.site-menu-sub {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width:767px),
screen and (min-width:1200px) {
    .css-menubar .site-menu-category {
        padding: 0 24px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 38px;
        color: #76838f;
        text-transform: uppercase;
        -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
        -o-transition: all .25s, font .1s .15s, color .1s .15s;
        transition: all .25s, font .1s .15s, color .1s .15s;
    }

    .css-menubar .site-menu>.site-menu-item>a .site-menu-title {
        font-size: 14px;
    }

    .css-menubar .site-menu-icon {
        margin-right: 14px;
    }

    .css-menubar .site-menu-title {
        display: inline-block;
        max-width: 160px;
    }

    .css-menubar .site-menu-title:first-child {
        margin-left: 28px;
    }

    .css-menubar .site-menu .site-menu-sub {
        display: none;
    }

    .css-menubar .site-menu-item {
        line-height: 34px;
        -webkit-transition: -webkit-transform .1s, all .25s, border 0;
        -o-transition: -o-transform .1s, all .25s, border 0;
        transition: transform .1s, all .25s, border 0;
    }

    .css-menubar .site-menu-item.open>a .site-menu-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .css-menubar .site-menu-item.open>.site-menu-sub {
        display: block;
    }

    .css-menubar .site-menu-item:not(.open)>a .site-menu-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .css-menubar .site-menu-item:not(.open)>.site-menu-sub {
        display: none;
    }

    .css-menubar .site-menu>.site-menu-item>a {
        padding: 0 30px;
        line-height: 38px;
    }

    .css-menubar.site-menubar-native .site-menubar-body {
        overflow-y: scroll;
    }

    .css-menubar .site-menubar {
        width: 260px;
    }

    .css-menubar .site-gridmenu {
        width: 260px;
    }

    .css-menubar .site-menubar-footer {
        width: 260px;
    }

    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:before {
        width: .6em;
        -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
        transform: translate3d(.45em, .1em, 0) rotate(45deg);
    }

    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
        border-radius: .2em;
    }

    .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:after {
        width: .6em;
        -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
        transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    }

    .css-menubar .site-menu-item:hover>.site-menu-sub {
        display: block;
    }
}

@media screen and (max-width:767px) and (min-width:768px),
screen and (min-width:1200px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-header {
        width: 260px;
    }
}

@media screen and (max-width:767px) and (min-width:768px),
screen and (min-width:1200px) and (min-width:768px) {
    .css-menubar .site-navbar .navbar-container {
        margin-left: 260px;
    }
}

@media screen and (min-width:1200px) {

    .css-menubar .page,
    .css-menubar .site-footer {
        margin-left: 260px;
    }

    .css-menubar.page-aside-fixed .page-aside {
        left: 260px;
    }

    .css-menubar.page-aside-fixed .site-footer {
        margin-left: 520px;
    }
}

.site-menubar-unfold .page,
.site-menubar-unfold .site-footer {
    margin-left: 260px;
}

.site-menubar-unfold.page-aside-fixed .page-aside {
    left: 260px;
}

.site-menubar-unfold.page-aside-fixed .site-footer {
    margin-left: 520px;
}

@media (min-width:768px) {
    .site-menubar-unfold .site-navbar .navbar-header {
        width: 260px;
    }
}

@media (min-width:768px) {
    .site-menubar-unfold .site-navbar .navbar-container {
        margin-left: 260px;
    }
}

.site-menubar-unfold .site-menu-category {
    padding: 0 24px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 38px;
    color: #76838f;
    text-transform: uppercase;
    -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
    -o-transition: all .25s, font .1s .15s, color .1s .15s;
    transition: all .25s, font .1s .15s, color .1s .15s;
}

.site-menubar-unfold .site-menu>.site-menu-item>a .site-menu-title {
    font-size: 14px;
}

.site-menubar-unfold .site-menu-icon {
    margin-right: 14px;
}

.site-menubar-unfold .site-menu-title {
    display: inline-block;
    max-width: 160px;
}

.site-menubar-unfold .site-menu-title:first-child {
    margin-left: 28px;
}

.site-menubar-unfold .site-menu .site-menu-sub {
    display: none;
}

.site-menubar-unfold .site-menu-item {
    line-height: 34px;
    -webkit-transition: -webkit-transform .1s, all .25s, border 0;
    -o-transition: -o-transform .1s, all .25s, border 0;
    transition: transform .1s, all .25s, border 0;
}

.site-menubar-unfold .site-menu-item.open>a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-menubar-unfold .site-menu-item.open>.site-menu-sub {
    display: block;
}

.site-menubar-unfold .site-menu-item:not(.open)>a .site-menu-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.site-menubar-unfold .site-menu-item:not(.open)>.site-menu-sub {
    display: none;
}

.site-menubar-unfold .site-menu>.site-menu-item>a {
    padding: 0 30px;
    line-height: 38px;
}

.site-menubar-unfold.site-menubar-native .site-menubar-body {
    overflow-y: scroll;
}

.site-menubar-unfold .site-menubar {
    width: 260px;
}

.site-menubar-unfold .site-gridmenu {
    width: 260px;
}

.site-menubar-unfold .site-menubar-footer {
    width: 260px;
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
    border-radius: .2em;
}

.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .site-menubar-unfold.page-aside-fixed .site-footer {
        margin-left: 480px;
    }
}

@media (max-width:767px) {

    .site-menubar-unfold .page,
    .site-menubar-unfold .site-footer {
        margin-left: auto;
    }

    .site-menubar-open .page,
    .site-menubar-open .site-footer {
        -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
    }

    .site-menubar-changing {
        overflow: hidden;
    }

    .site-menubar-changing .page,
    .site-menubar-changing .site-footer {
        -webkit-transition: -webkit-transform .25s;
        -o-transition: -o-transform .25s;
        transition: transform .25s;
    }

    .site-gridmenu {
        width: 100% !important;
        background: rgba(38, 50, 56, .9);
    }

    .site-menubar-hide .site-menubar,
    .site-menubar-open .site-menubar {
        -webkit-transition: -webkit-transform .25s, top .35s, height .35s;
        -o-transition: -o-transform .25s, top .35s, height .35s;
        transition: transform .25s, top .35s, height .35s;
    }

    .site-menubar-open .site-menubar {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width:767px) {
    .site-navbar-collapsing {
        -webkit-transition: padding-top .35s;
        -o-transition: padding-top .35s;
        transition: padding-top .35s;
    }

    body.site-navbar-collapse-show {
        padding-top: 132px;
    }

    .site-navbar-collapse-show .slidePanel.slidePanel-right,
    .site-navbar-collapse-show .slidePanel.slidePanel-left {
        top: 132px;
        -webkit-transition: top .35s;
        -o-transition: top .35s;
        transition: top .35s;
    }
}

body.site-navbar-small {
    padding-top: 60px;
}

.site-navbar-small .site-navbar {
    height: 60px;
    min-height: 60px;
}

.site-navbar-small .site-navbar .navbar-brand {
    height: 60px;
    padding: 19px 20px;
}

.site-navbar-small .site-navbar .navbar-nav {
    margin: 9.5px -15px;
}

@media (min-width:768px) {
    .site-navbar-small .site-navbar .navbar-nav>li>a {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

.site-navbar-small .site-navbar .navbar-toggle {
    height: 60px;
    padding: 19px 15px;
}

.site-navbar-small .site-navbar .navbar-toolbar>li>a {
    padding-top: 19px;
    padding-bottom: 19px;
}

.site-navbar-small .site-navbar .navbar-nav>li>a.navbar-avatar,
.site-navbar-small .site-navbar .navbar-toolbar>li>a.navbar-avatar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-navbar-small .site-navbar .navbar-search-overlap .form-control {
    height: 60px !important;
}

.site-navbar-small .site-menubar {
    top: 60px;
    height: -webkit-calc(100% -60px);
    height: calc(100% -60px);
}

.site-navbar-small .site-gridmenu {
    top: 60px;
}

@media (max-width:767px) {
    body.site-navbar-collapse-show.site-navbar-small {
        padding-top: 120px;
    }

    .site-navbar-small .site-menubar {
        top: 60px;
    }

    .site-navbar-collapse-show .site-navbar-small .site-menubar {
        top: 120px;
        height: -webkit-calc(100% -120px);
        height: calc(100% -120px);
    }

    .site-navbar-small .page-aside {
        top: 60px;
    }

    .site-navbar-collapse-show .site-navbar-small .page-aside {
        top: 120px;
    }
}

@media (max-width:767px) {
    .site-navbar .brand {
        display: none;
    }

    .site-navbar .brand-mobile {
        display: block;
    }

    .site-menubar {
        top: 66px;
        height: -webkit-calc(100% -66px);
        height: calc(100% -66px);
        -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .site-navbar-collapse-show .site-menubar {
        top: 132px;
        height: -webkit-calc(100% -132px);
        height: calc(100% -132px);
    }

    .site-menubar-footer {
        visibility: hidden;
    }

    .site-menubar-open .site-menubar-footer {
        visibility: visible;
    }

    .disable-scrolling {
        height: 100%;
        overflow: hidden;
    }

    body.site-menubar-open {
        height: 100%;
        overflow: hidden;
    }

    body.site-menubar-open .page {
        height: 100%;
        overflow: hidden;
        pointer-events: none;
    }
}

@media (min-width:768px) {
    .site-menubar-flipped .navbar-header {
        float: right;
    }
}

.site-menubar-flipped .site-menubar,
.site-menubar-flipped .site-menubar-footer {
    right: 0;
    left: auto;
}

.site-menubar-flipped .site-gridmenu {
    right: 0;
    left: auto;
}

.site-menubar-flipped .hamburger-arrow-left.collapsed:before,
.site-menubar-flipped .hamburger-arrow-left.unfolded:before {
    -webkit-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
    -ms-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
    -o-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
    transform: translateX(-.1em) translateY(.1em) rotate(135deg);
}

.site-menubar-flipped .hamburger-arrow-left.collapsed:after,
.site-menubar-flipped .hamburger-arrow-left.unfolded:after {
    -webkit-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
    -ms-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
    -o-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
    transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
}

@media screen and (max-width:767px) and (min-width:768px),
screen and (min-width:1200px) and (min-width:768px) {
    .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 260px;
        margin-left: 0;
    }
}

@media screen and (min-width:1200px) {

    .css-menubar .site-menubar-flipped .page,
    .css-menubar .site-menubar-flipped .site-footer {
        margin-right: 260px;
        margin-left: 0;
    }
}

.site-menubar-unfold.site-menubar-flipped .page,
.site-menubar-unfold.site-menubar-flipped .site-footer {
    margin-right: 260px;
    margin-left: 0;
}

@media (min-width:768px) {
    .site-menubar-unfold.site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 260px;
        margin-left: 0;
    }
}

@media (max-width:767px) {

    .site-menubar-flipped.site-menubar-unfold .page,
    .site-menubar-flipped.site-menubar-unfold .site-footer {
        margin-right: auto;
        margin-left: 0;
    }

    .site-menubar-flipped.site-menubar-open .page,
    .site-menubar-flipped.site-menubar-open .site-footer {
        -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
    }

    .site-menubar-flipped.site-menubar-open .site-menubar {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {

    .css-menubar .site-menubar-flipped .page,
    .css-menubar .site-menubar-flipped .site-footer {
        margin-right: 90px;
        margin-left: 0;
    }

    .css-menubar .site-menubar-flipped .site-menu>.site-menu-item>.site-menu-sub {
        right: 90px;
        left: auto;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) {
    .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 90px;
        margin-left: 0;
    }
}

.site-menubar-fold.site-menubar-flipped .page,
.site-menubar-fold.site-menubar-flipped .site-footer {
    margin-right: 90px;
    margin-left: 0;
}

@media (min-width:768px) {
    .site-menubar-fold.site-menubar-flipped .site-navbar .navbar-container {
        margin-right: 90px;
        margin-left: 0;
    }
}

.site-menubar-fold.site-menubar-flipped .site-menu>.site-menu-item>.site-menu-sub {
    right: 90px;
    left: auto;
}

@media (max-width:767px) {
    .site-menubar-flipped .site-menubar {
        -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
    }
}

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

.radio-custom label,
.checkbox-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
}

.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
}

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

.input-group-addon .radio-custom,
.input-group-addon .checkbox-custom {
    margin: 0;
}

.checkbox-custom {
    padding-left: 20px;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.checkbox-custom label:empty {
    padding-left: 0;
}

.checkbox-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    margin-left: -20px;
    font-size: 12px;
    line-height: 20px;
    color: #76838f;
    text-align: center;
}

.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.checkbox-custom input[type="checkbox"]:focus+label::before,
.checkbox-custom input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox-custom input[type="checkbox"]:checked+label::before,
.checkbox-custom input[type="radio"]:checked+label::before {
    border-color: #e4eaec;
    border-width: 10px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.checkbox-custom input[type="checkbox"]:checked+label::after,
.checkbox-custom input[type="radio"]:checked+label::after {
    font-family: "Web Icons";
    content: "\f192";
}

.checkbox-custom input[type="checkbox"]:disabled+label,
.checkbox-custom input[type="radio"]:disabled+label {
    opacity: .65;
}

.checkbox-custom input[type="checkbox"]:disabled+label::before,
.checkbox-custom input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
    background-color: #f3f7f9;
    border-color: #e4eaec;
    border-width: 1px;
}

.checkbox-custom.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox-inline+.checkbox-inline {
    margin-left: 20px;
}

.checkbox-default input[type="checkbox"]:checked+label::before,
.checkbox-default input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px;
}

.checkbox-default input[type="checkbox"]:checked+label::after,
.checkbox-default input[type="radio"]:checked+label::after {
    color: #62a8ea;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
    background-color: #f96868;
    border-color: #f96868;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
    background-color: #57c7d4;
    border-color: #57c7d4;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
    background-color: #f2a654;
    border-color: #f2a654;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
    background-color: #46be8a;
    border-color: #46be8a;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-sm {
    padding-left: 18px;
}

.checkbox-sm label {
    padding-left: 8px;
}

.checkbox-sm label:empty {
    padding-left: 0;
}

.checkbox-sm label::before,
.checkbox-sm label::after {
    width: 18px;
    height: 18px;
    margin-left: -18px;
}

.checkbox-sm label::after {
    font-size: 10px;
    line-height: 18px;
}

.checkbox-sm input[type="checkbox"],
.checkbox-sm input[type="radio"] {
    width: 18px;
    height: 18px;
}

.checkbox-sm input[type="checkbox"]:checked+label::before,
.checkbox-sm input[type="radio"]:checked+label::before {
    border-width: 9px;
}

.checkbox-lg {
    padding-left: 24px;
}

.checkbox-lg label {
    padding-left: 12px;
}

.checkbox-lg label:empty {
    padding-left: 0;
}

.checkbox-lg label::before,
.checkbox-lg label::after {
    width: 24px;
    height: 24px;
    margin-left: -24px;
}

.checkbox-lg label::after {
    font-size: 14px;
    line-height: 24px;
}

.checkbox-lg input[type="checkbox"],
.checkbox-lg input[type="radio"] {
    width: 24px;
    height: 24px;
}

.checkbox-lg input[type="checkbox"]:checked+label::before,
.checkbox-lg input[type="radio"]:checked+label::before {
    border-width: 12px;
}

.radio-custom {
    padding-left: 20px;
}

.radio-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.radio-custom label:empty {
    padding-left: 0;
}

.radio-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 50%;
    -webkit-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
    -o-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
    transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
}

.radio-custom label::after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -20px;
    content: " ";
    background-color: transparent;
    border: 2px solid #76838f;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    transition-transform: .1s cubic-bezier(.8, -.33, .2, 1.33);
}

.radio-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.radio-custom input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio-custom input[type="radio"]:checked+label::before {
    border-color: #e4eaec;
    border-width: 10px;
}

.radio-custom input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio-custom input[type="radio"]:disabled+label {
    opacity: .65;
}

.radio-custom input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio-custom.radio-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.radio-inline+.radio-inline {
    margin-left: 20px;
}

.radio-default input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px;
}

.radio-default input[type="radio"]:checked+label::after {
    border-color: #62a8ea;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #62a8ea;
}

.radio-primary input[type="radio"]:checked+label::after {
    border-color: #fff;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #f96868;
}

.radio-danger input[type="radio"]:checked+label::after {
    border-color: #fff;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #57c7d4;
}

.radio-info input[type="radio"]:checked+label::after {
    border-color: #fff;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f2a654;
}

.radio-warning input[type="radio"]:checked+label::after {
    border-color: #fff;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #46be8a;
}

.radio-success input[type="radio"]:checked+label::after {
    border-color: #fff;
}

.radio-sm {
    padding-left: 18px;
}

.radio-sm label {
    padding-left: 8px;
}

.radio-sm label:empty {
    padding-left: 0;
}

.radio-sm label::before {
    width: 18px;
    height: 18px;
    margin-left: -20px;
}

.radio-sm label::after {
    top: 7px;
    left: 7px;
    width: 4px;
    height: 4px;
    margin-left: -20px;
    border-width: 2px;
}

.radio-sm input[type="radio"] {
    width: 18px;
    height: 18px;
}

.radio-sm input[type="radio"]:checked+label::before {
    border-width: 9px;
}

.radio-lg {
    padding-left: 24px;
}

.radio-lg label {
    padding-left: 12px;
}

.radio-lg label:empty {
    padding-left: 0;
}

.radio-lg label::before {
    width: 24px;
    height: 24px;
    margin-left: -20px;
}

.radio-lg label::after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    margin-left: -20px;
    border-width: 2px;
}

.radio-lg input[type="radio"] {
    width: 24px;
    height: 24px;
}

.radio-lg input[type="radio"]:checked+label::before {
    border-width: 12px;
}

@media (min-width:768px) {

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

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

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

    .form-inline .radio-custom label {
        padding-left: 10px;
    }

    .form-inline .checkbox-custom label {
        padding-left: 10px;
    }

    .form-inline .checkbox-custom input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
    }

    .form-inline .radio-custom input[type="radio"] {
        position: absolute;
        margin-left: -20px;
    }
}

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

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
    min-height: 29px;
}

.form-horizontal .input-group-addon .radio-custom,
.form-horizontal .input-group-addon .checkbox-custom {
    padding-top: 0;
}

.form-horizontal .input-group-addon .radio-custom,
.form-horizontal .input-group-addon .checkbox-custom {
    min-height: 22px;
}

.form-material {
    position: relative;
}

.form-material.floating {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-material.floating+.form-material.floating {
    margin-top: 40px;
}

.form-material .form-control {
    padding: 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% -1px);
    background-position: center bottom, center calc(100% -1px);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

.form-material .form-control,
.form-material .form-control:focus,
.form-material .form-control.focus {
    float: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62a8ea), to(#62a8ea)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#62a8ea, #62a8ea), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#62a8ea, #62a8ea), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#62a8ea, #62a8ea), linear-gradient(#e4eaec, #e4eaec);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-cssgradients .form-material .form-control {
    border-bottom: 2px solid #e4eaec;
}

.form-material .form-control::-webkit-input-placeholder {
    color: #a3afb7;
}

.form-material .form-control::-moz-placeholder {
    color: #a3afb7;
}

.form-material .form-control:-ms-input-placeholder {
    color: #a3afb7;
}

.form-material .form-control:disabled::-webkit-input-placeholder {
    color: #ccd5db;
}

.form-material .form-control:disabled::-moz-placeholder {
    color: #ccd5db;
}

.form-material .form-control:disabled:-ms-input-placeholder {
    color: #ccd5db;
}

.form-material .form-control:focus,
.form-material .form-control.focus {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    outline: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.no-cssgradients .form-material .form-control:focus,
.no-cssgradients .form-material .form-control.focus {
    background: transparent;
    border-bottom: 2px solid #62a8ea;
}

.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
    background: transparent;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #ccd5db;
}

.form-material .form-control:disabled~.floating-label,
.form-material .form-control[disabled]~.floating-label,
fieldset[disabled] .form-material .form-control~.floating-label {
    color: #ccd5db;
}

.form-material .control-label {
    margin-bottom: 0;
    font-weight: 500;
}

.form-material .floating-label {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #76838f;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.form-material .floating-label.floating-label-static {
    position: relative;
    top: auto;
    display: block;
}

.form-material [class*="col-"]>.floating-label {
    left: 15px;
}

.form-material .form-control~.floating-label {
    top: 7.99999998px;
    font-size: 14px;
}

.form-material .form-control:focus~.floating-label,
.form-material .form-control.focus~.floating-label,
.form-material .form-control:not(.empty)~.floating-label {
    top: -11.2px;
    font-size: 11.2px;
}

.form-material .form-control:-webkit-autofill~.floating-label {
    top: -11.2px;
    font-size: 11.2px;
}

.form-material .form-control.input-sm~.floating-label {
    top: 6px;
    font-size: 12px;
}

.form-material .form-control.input-sm:focus~.floating-label,
.form-material .form-control.input-sm.focus~.floating-label,
.form-material .form-control.input-sm:not(.empty)~.floating-label {
    top: -9.6px;
    font-size: 9.6px;
}

.form-material .form-control.input-sm:-webkit-autofill~.floating-label {
    top: -9.6px;
    font-size: 9.6px;
}

.form-material .form-control.input-lg~.floating-label {
    top: 5.9999994px;
    font-size: 18px;
}

.form-material .form-control.input-lg:focus~.floating-label,
.form-material .form-control.input-lg.focus~.floating-label,
.form-material .form-control.input-lg:not(.empty)~.floating-label {
    top: -14.4px;
    font-size: 14.4px;
}

.form-material .form-control.input-lg:-webkit-autofill~.floating-label {
    top: -14.4px;
    font-size: 14.4px;
}

.form-material .form-control:focus~.floating-label,
.form-material .form-control.focus~.floating-label,
.form-material .form-control:not(.empty)~.floating-label {
    font-weight: 500;
}

.form-material .form-control:-webkit-autofill~.floating-label {
    font-weight: 500;
}

.form-material .form-control:focus~.floating-label,
.form-material .form-control.focus~.floating-label {
    color: #62a8ea;
}

.form-material textarea.form-control {
    padding-bottom: 6px;
    resize: none;
}

.form-material.floating textarea.form-control {
    padding-top: 6px;
}

.form-material select.form-control {
    border: 0;
    border-radius: 0;
}

.form-material:not(.floating) .control-label+select[multiple] {
    margin-top: 5px;
}

.form-material .hint {
    position: absolute;
    display: none;
    font-size: 80%;
}

.form-material .form-control:focus~.hint,
.form-material .form-control.focus~.hint {
    display: block;
}

.form-material .form-control:not(.empty):invalid~.floating-label,
.form-material .form-control.focus:invalid~.floating-label {
    color: #f96868;
}

.form-material .form-control:invalid {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}

.form-material.form-group.has-warning .form-control:focus,
.form-material.form-group.has-warning .form-control.focus,
.form-material.form-group.has-warning .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#f2a654, #f2a654), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-warning .form-control:focus,
.no-cssgradients .form-material.form-group.has-warning .form-control.focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #f2a654;
}

.form-material.form-group.has-warning .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-warning .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #f2a654;
}

.form-material.form-group.has-warning .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-warning .control-label {
    color: #f2a654;
}

.form-material.form-group.has-warning .form-control:focus~.floating-label,
.form-material.form-group.has-warning .form-control.focus~.floating-label,
.form-material.form-group.has-warning .form-control:not(.empty)~.floating-label {
    color: #f2a654;
}

.form-material.form-group.has-warning .form-control:-webkit-autofill~.floating-label {
    color: #f2a654;
}

.form-material.form-group.has-error .form-control:focus,
.form-material.form-group.has-error .form-control.focus,
.form-material.form-group.has-error .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-error .form-control:focus,
.no-cssgradients .form-material.form-group.has-error .form-control.focus,
.no-cssgradients .form-material.form-group.has-error .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #f96868;
}

.form-material.form-group.has-error .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-error .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #f96868;
}

.form-material.form-group.has-error .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-error .control-label {
    color: #f96868;
}

.form-material.form-group.has-error .form-control:focus~.floating-label,
.form-material.form-group.has-error .form-control.focus~.floating-label,
.form-material.form-group.has-error .form-control:not(.empty)~.floating-label {
    color: #f96868;
}

.form-material.form-group.has-error .form-control:-webkit-autofill~.floating-label {
    color: #f96868;
}

.form-material.form-group.has-success .form-control:focus,
.form-material.form-group.has-success .form-control.focus,
.form-material.form-group.has-success .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#46be8a, #46be8a), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-success .form-control:focus,
.no-cssgradients .form-material.form-group.has-success .form-control.focus,
.no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #46be8a;
}

.form-material.form-group.has-success .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-success .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #46be8a;
}

.form-material.form-group.has-success .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-success .control-label {
    color: #46be8a;
}

.form-material.form-group.has-success .form-control:focus~.floating-label,
.form-material.form-group.has-success .form-control.focus~.floating-label,
.form-material.form-group.has-success .form-control:not(.empty)~.floating-label {
    color: #46be8a;
}

.form-material.form-group.has-success .form-control:-webkit-autofill~.floating-label {
    color: #46be8a;
}

.form-material.form-group.has-info .form-control:focus,
.form-material.form-group.has-info .form-control.focus,
.form-material.form-group.has-info .form-control:not(.empty) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: -o-linear-gradient(#57c7d4, #57c7d4), -o-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-info .form-control:focus,
.no-cssgradients .form-material.form-group.has-info .form-control.focus,
.no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
    background: transparent;
    border-bottom: 2px solid #57c7d4;
}

.form-material.form-group.has-info .form-control:-webkit-autofill {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
    background-image: -webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
    background-image: linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec);
}

.no-cssgradients .form-material.form-group.has-info .form-control:-webkit-autofill {
    background: transparent;
    border-bottom: 2px solid #57c7d4;
}

.form-material.form-group.has-info .form-control:not(.empty) {
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-info .control-label {
    color: #57c7d4;
}

.form-material.form-group.has-info .form-control:focus~.floating-label,
.form-material.form-group.has-info .form-control.focus~.floating-label,
.form-material.form-group.has-info .form-control:not(.empty)~.floating-label {
    color: #57c7d4;
}

.form-material.form-group.has-info .form-control:-webkit-autofill~.floating-label {
    color: #57c7d4;
}

.form-material .input-group .form-control-wrap {
    margin-right: 5px;
    margin-left: 5px;
}

.form-material .input-group .form-control-wrap .form-control {
    float: none;
}

.form-material .input-group .input-group-addon {
    background: transparent;
    border: 0;
}

.form-material .input-group .input-group-btn .btn {
    margin: 0;
    border-radius: 4px;
}

.form-material input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0;
}

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

.loader {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 40px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader.loader-default {
    width: 1em;
    height: 1em;
    background-color: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-default 1s infinite ease-in-out;
    -o-animation: loader-default 1s infinite ease-in-out;
    animation: loader-default 1s infinite ease-in-out;
}

.loader.loader-grill {
    width: .25em;
    height: .5em;
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out;
    -o-animation: default-grill 1s infinite ease-in-out;
    animation: default-grill 1s infinite ease-in-out;
    -webkit-animation-delay: -.16s;
    -o-animation-delay: -.16s;
    animation-delay: -.16s;
}

.loader.loader-grill:before,
.loader.loader-grill:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #a3afb7;
    -webkit-animation: default-grill 1s infinite ease-in-out;
    -o-animation: default-grill 1s infinite ease-in-out;
    animation: default-grill 1s infinite ease-in-out;
}

.loader.loader-grill:before {
    left: -.375em;
    -webkit-animation-delay: -.32s;
    -o-animation-delay: -.32s;
    animation-delay: -.32s;
}

.loader.loader-grill:after {
    left: .375em;
}

.loader.loader-circle {
    width: 1em;
    height: 1em;
    border-top: .125em solid rgba(163, 175, 183, .5);
    border-right: .125em solid rgba(163, 175, 183, .5);
    border-bottom: .125em solid rgba(163, 175, 183, .5);
    border-left: .125em solid #a3afb7;
    border-radius: 50%;
    -webkit-animation: loader-circle 1.1s infinite linear;
    -o-animation: loader-circle 1.1s infinite linear;
    animation: loader-circle 1.1s infinite linear;
}

.loader.loader-round-circle {
    width: 1em;
    height: 1em;
    font-size: 10px;
    border-radius: 50%;
    -webkit-animation: loader-round-circle 1.3s infinite linear;
    -o-animation: loader-round-circle 1.3s infinite linear;
    animation: loader-round-circle 1.3s infinite linear;
}

.loader.loader-tadpole {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: loader-tadpole 1.7s infinite ease;
    -o-animation: loader-tadpole 1.7s infinite ease;
    animation: loader-tadpole 1.7s infinite ease;
}

.loader.loader-ellipsis {
    width: .625em;
    height: .625em;
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
    -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
    animation: loader-ellipsis 1.8s infinite ease-in-out;
    -webkit-animation-delay: -.16s;
    -o-animation-delay: -.16s;
    animation-delay: -.16s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader.loader-ellipsis:before,
.loader.loader-ellipsis:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
    -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
    animation: loader-ellipsis 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loader.loader-ellipsis:before {
    left: -.875em;
    -webkit-animation-delay: -.32s;
    -o-animation-delay: -.32s;
    animation-delay: -.32s;
}

.loader.loader-ellipsis:after {
    left: .875em;
}

.loader.loader-dot {
    width: 2em;
    height: 2em;
    -webkit-animation: loader-dot-rotate 2s infinite linear;
    -o-animation: loader-dot-rotate 2s infinite linear;
    animation: loader-dot-rotate 2s infinite linear;
}

.loader.loader-dot:before,
.loader.loader-dot:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    content: '';
    background: #a3afb7;
    border-radius: 100%;
    -webkit-animation: loader-dot-bounce 2s infinite ease-in-out;
    -o-animation: loader-dot-bounce 2s infinite ease-in-out;
    animation: loader-dot-bounce 2s infinite ease-in-out;
}

.loader.loader-dot:after {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.loader.loader-bounce {
    width: 1.5em;
    height: 1.5em;
}

.loader.loader-bounce:before,
.loader.loader-bounce:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #a3afb7;
    border-radius: 50%;
    opacity: .6;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    -o-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
}

.loader.loader-bounce:after {
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.side-panel-loading,
body>.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
}

.site-menubar-unfold>.loader {
    margin-left: 130px;
}

.site-menubar-fold>.loader {
    margin-left: 45px;
}

.site-menubar-hide.site-menubar-unfold>.loader {
    margin-left: 0;
}

@-webkit-keyframes loader-default {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes loader-default {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-default {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes default-grill {

    0%,
    80%,
    100% {
        height: 1em;
        -webkit-box-shadow: 0 0 #a3afb7;
        box-shadow: 0 0 #a3afb7;
    }

    40% {
        height: 1.2em;
        -webkit-box-shadow: 0 -.25em #a3afb7;
        box-shadow: 0 -.25em #a3afb7;
    }
}

@-o-keyframes default-grill {

    0%,
    80%,
    100% {
        height: 1em;
        box-shadow: 0 0 #a3afb7;
    }

    40% {
        height: 1.2em;
        box-shadow: 0 -.25em #a3afb7;
    }
}

@keyframes default-grill {

    0%,
    80%,
    100% {
        height: 1em;
        -webkit-box-shadow: 0 0 #a3afb7;
        box-shadow: 0 0 #a3afb7;
    }

    40% {
        height: 1.2em;
        -webkit-box-shadow: 0 -.25em #a3afb7;
        box-shadow: 0 -.25em #a3afb7;
    }
}

@-webkit-keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-round-circle {

    0%,
    100% {
        -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    12.5% {
        -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    25% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    37.5% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    50% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    62.5% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    75% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    87.5% {
        -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
    }
}

@-o-keyframes loader-round-circle {

    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    12.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    25% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    37.5% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    50% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    62.5% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    75% {
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    87.5% {
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
    }
}

@keyframes loader-round-circle {

    0%,
    100% {
        -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    12.5% {
        -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    25% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    37.5% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    50% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    62.5% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
    }

    75% {
        -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
        box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
    }

    87.5% {
        -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
        box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
    }
}

@-webkit-keyframes loader-tadpole {
    0% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5%,
    95% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    }

    10%,
    59% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
    }

    20% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
    }

    38% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
    }

    100% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loader-tadpole {
    0% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    }

    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
    }

    100% {
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-tadpole {
    0% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5%,
    95% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    }

    10%,
    59% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
    }

    20% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
    }

    38% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
    }

    100% {
        -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-ellipsis {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
        box-shadow: 0 .625em 0 -.325em #a3afb7;
    }

    40% {
        -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
        box-shadow: 0 .625em 0 0 #a3afb7;
    }
}

@-o-keyframes loader-ellipsis {

    0%,
    80%,
    100% {
        box-shadow: 0 .625em 0 -.325em #a3afb7;
    }

    40% {
        box-shadow: 0 .625em 0 0 #a3afb7;
    }
}

@keyframes loader-ellipsis {

    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
        box-shadow: 0 .625em 0 -.325em #a3afb7;
    }

    40% {
        -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
        box-shadow: 0 .625em 0 0 #a3afb7;
    }
}

@-webkit-keyframes loader-dot-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loader-dot-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dot-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dot-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes loader-dot-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-dot-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loader-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes loader-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

[class*=animation-] {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*=animation-],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*=animation-] {
    -webkit-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}

.animation-reverse {
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

.animation-repeat {
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation-fade {
    -webkit-animation-name: fade;
    -o-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.animation-scale {
    -webkit-animation-name: scale-12;
    -o-animation-name: scale-12;
    animation-name: scale-12;
}

.animation-scale-up {
    -webkit-animation-name: fade-scale-02;
    -o-animation-name: fade-scale-02;
    animation-name: fade-scale-02;
}

.animation-scale-down {
    -webkit-animation-name: fade-scale-18;
    -o-animation-name: fade-scale-18;
    animation-name: fade-scale-18;
}

.animation-slide-top {
    -webkit-animation-name: slide-top;
    -o-animation-name: slide-top;
    animation-name: slide-top;
}

.animation-slide-bottom {
    -webkit-animation-name: slide-bottom;
    -o-animation-name: slide-bottom;
    animation-name: slide-bottom;
}

.animation-slide-left {
    -webkit-animation-name: slide-left;
    -o-animation-name: slide-left;
    animation-name: slide-left;
}

.animation-slide-right {
    -webkit-animation-name: slide-right;
    -o-animation-name: slide-right;
    animation-name: slide-right;
}

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

.animation-duration-10 {
    -webkit-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
}

.animation-duration-9 {
    -webkit-animation-duration: 9s;
    -o-animation-duration: 9s;
    animation-duration: 9s;
}

.animation-duration-8 {
    -webkit-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
}

.animation-duration-7 {
    -webkit-animation-duration: 7s;
    -o-animation-duration: 7s;
    animation-duration: 7s;
}

.animation-duration-6 {
    -webkit-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-duration: 6s;
}

.animation-duration-5 {
    -webkit-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
}

.animation-duration-4 {
    -webkit-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

.animation-duration-3 {
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.animation-duration-2 {
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.animation-duration-1 {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animation-delay-100 {
    -webkit-animation-duration: 100ms;
    -o-animation-duration: 100ms;
    animation-duration: 100ms;
}

.animation-duration-250 {
    -webkit-animation-duration: 250ms;
    -o-animation-duration: 250ms;
    animation-duration: 250ms;
}

.animation-duration-300 {
    -webkit-animation-duration: 300ms;
    -o-animation-duration: 300ms;
    animation-duration: 300ms;
}

.animation-duration-500 {
    -webkit-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animation-duration-750 {
    -webkit-animation-duration: 750ms;
    -o-animation-duration: 750ms;
    animation-duration: 750ms;
}

.animation-delay-1000 {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-delay-900 {
    -webkit-animation-delay: 900ms;
    -o-animation-delay: 900ms;
    animation-delay: 900ms;
}

.animation-delay-800 {
    -webkit-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms;
}

.animation-delay-700 {
    -webkit-animation-delay: 700ms;
    -o-animation-delay: 700ms;
    animation-delay: 700ms;
}

.animation-delay-600 {
    -webkit-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
}

.animation-delay-500 {
    -webkit-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animation-delay-400 {
    -webkit-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
}

.animation-delay-300 {
    -webkit-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animation-delay-200 {
    -webkit-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animation-delay-100 {
    -webkit-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
}

.animation-top-left {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.animation-top-center {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.animation-top-right {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.animation-middle-left {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.animation-middle-right {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.animation-bottom-left {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.animation-bottom-center {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.animation-bottom-right {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.animation-easing-easeInOut {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.animation-easing-easeInQuad {
    -webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
    -o-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
    animation-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.animation-easing-easeInCubic {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.animation-easing-easeInQuart {
    -webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
    -o-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
    animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}

.animation-easing-easeInQuint {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.animation-easing-easeInSine {
    -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    -o-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    animation-timing-function: cubic-bezier(.47, 0, .745, .715);
}

.animation-easing-easeInExpo {
    -webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
    -o-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
    animation-timing-function: cubic-bezier(.95, .05, .795, .035);
}

.animation-easing-easeInCirc {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    -o-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
    animation-timing-function: cubic-bezier(.6, .04, .98, .335);
}

.animation-easing-easeInBack {
    -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
    -o-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
    animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

.animation-easing-eastOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.animation-easing-easeOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.animation-easing-easeOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    -o-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.animation-easing-easeOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -o-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.animation-easing-easeOutSine {
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    -o-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}

.animation-easing-easeOutExpo {
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.animation-easing-easeOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    -o-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    animation-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.animation-easing-easeOutBack {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.animation-easing-easeInOutQuad {
    -webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    -o-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.animation-easing-easeInOutCubic {
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.animation-easing-easeInOutQuart {
    -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
    animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.animation-easing-easeInOutQuint {
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    -o-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.animation-easing-easeInOutSine {
    -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
    -o-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
    animation-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.animation-easing-easeInOutExpo {
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.animation-easing-easeInOutCirc {
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    -o-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.animation-easing-easeInOutBack {
    -webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.animation-easing-easeInOutElastic {
    -webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
    -o-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
    animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scale-12 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes scale-12 {
    0% {
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-12 {
    0% {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -o-transform: scale(.2);
        transform: scale(.2);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        -o-transform: scale(.2);
        transform: scale(.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes fade-scale-18 {
    0% {
        opacity: 0;
        -o-transform: scale(1.8);
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }

    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@-o-keyframes shake {

    0%,
    100% {
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -o-transform: translateX(-9px);
        transform: translateX(-9px);
    }

    20% {
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }

    30% {
        -o-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    40% {
        -o-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    60% {
        -o-transform: translateX(4px);
        transform: translateX(4px);
    }

    70% {
        -o-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -o-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -o-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(-9px);
        -o-transform: translateX(-9px);
        transform: translateX(-9px);
    }

    20% {
        -webkit-transform: translateX(8px);
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }

    30% {
        -webkit-transform: translateX(-7px);
        -o-transform: translateX(-7px);
        transform: translateX(-7px);
    }

    40% {
        -webkit-transform: translateX(6px);
        -o-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    60% {
        -webkit-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
    }

    70% {
        -webkit-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        -o-transform: translateX(2px);
        transform: translateX(2px);
    }

    90% {
        -webkit-transform: translateX(-1px);
        -o-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

.primary-100 {
    color: #e8f1f8 !important;
}

.primary-200 {
    color: #d5e4f1 !important;
}

.primary-300 {
    color: #bcd8f1 !important;
}

.primary-400 {
    color: #a2caee !important;
}

.primary-500 {
    color: #89bceb !important;
}

.primary-600 {
    color: #62a8ea !important;
}

.primary-700 {
    color: #4e97d9 !important;
}

.primary-800 {
    color: #3583ca !important;
}

.red-100 {
    color: #ffeaea !important;
}

.red-200 {
    color: #fad3d3 !important;
}

.red-300 {
    color: #fab4b4 !important;
}

.red-400 {
    color: #fa9898 !important;
}

.red-500 {
    color: #fa7a7a !important;
}

.red-600 {
    color: #f96868 !important;
}

.red-700 {
    color: #e9595b !important;
}

.red-800 {
    color: #d6494b !important;
}

.pink-100 {
    color: #fce4ec !important;
}

.pink-200 {
    color: #ffccde !important;
}

.pink-300 {
    color: #fba9c6 !important;
}

.pink-400 {
    color: #fb8db4 !important;
}

.pink-500 {
    color: #f978a6 !important;
}

.pink-600 {
    color: #f96197 !important;
}

.pink-700 {
    color: #f44c87 !important;
}

.pink-800 {
    color: #e53b75 !important;
}

.purple-100 {
    color: #f6f2ff !important;
}

.purple-200 {
    color: #e3dbf4 !important;
}

.purple-300 {
    color: #d2c5ec !important;
}

.purple-400 {
    color: #bba7e4 !important;
}

.purple-500 {
    color: #a58add !important;
}

.purple-600 {
    color: #926dde !important;
}

.purple-700 {
    color: #7c51d1 !important;
}

.purple-800 {
    color: #6d45bc !important;
}

.indigo-100 {
    color: #edeff9 !important;
}

.indigo-200 {
    color: #dadef5 !important;
}

.indigo-300 {
    color: #bcc5f4 !important;
}

.indigo-400 {
    color: #9daaf3 !important;
}

.indigo-500 {
    color: #8897ec !important;
}

.indigo-600 {
    color: #677ae4 !important;
}

.indigo-700 {
    color: #5166d6 !important;
}

.indigo-800 {
    color: #465bd4 !important;
}

.blue-100 {
    color: #e8f1f8 !important;
}

.blue-200 {
    color: #d5e4f1 !important;
}

.blue-300 {
    color: #bcd8f1 !important;
}

.blue-400 {
    color: #a2caee !important;
}

.blue-500 {
    color: #89bceb !important;
}

.blue-600 {
    color: #62a8ea !important;
}

.blue-700 {
    color: #4e97d9 !important;
}

.blue-800 {
    color: #3583ca !important;
}

.cyan-100 {
    color: #ecf9fa !important;
}

.cyan-200 {
    color: #d3eff2 !important;
}

.cyan-300 {
    color: #baeaef !important;
}

.cyan-400 {
    color: #9ae1e9 !important;
}

.cyan-500 {
    color: #77d6e1 !important;
}

.cyan-600 {
    color: #57c7d4 !important;
}

.cyan-700 {
    color: #47b8c6 !important;
}

.cyan-800 {
    color: #37a9b7 !important;
}

.teal-100 {
    color: #ecfdfc !important;
}

.teal-200 {
    color: #cdf4f1 !important;
}

.teal-300 {
    color: #99e1da !important;
}

.teal-400 {
    color: #79d1c9 !important;
}

.teal-500 {
    color: #56bfb5 !important;
}

.teal-600 {
    color: #3aa99e !important;
}

.teal-700 {
    color: #269b8f !important;
}

.teal-800 {
    color: #178d81 !important;
}

.green-100 {
    color: #e7faf2 !important;
}

.green-200 {
    color: #bfedd8 !important;
}

.green-300 {
    color: #9fe5c5 !important;
}

.green-400 {
    color: #7dd3ae !important;
}

.green-500 {
    color: #5cd29d !important;
}

.green-600 {
    color: #46be8a !important;
}

.green-700 {
    color: #36ab7a !important;
}

.green-800 {
    color: #279566 !important;
}

.light-green-100 {
    color: #f1f7ea !important;
}

.light-green-200 {
    color: #e0ecd1 !important;
}

.light-green-300 {
    color: #cadfb1 !important;
}

.light-green-400 {
    color: #bad896 !important;
}

.light-green-500 {
    color: #acd57c !important;
}

.light-green-600 {
    color: #9ece67 !important;
}

.light-green-700 {
    color: #83b944 !important;
}

.light-green-800 {
    color: #70a532 !important;
}

.yellow-100 {
    color: #fffae7 !important;
}

.yellow-200 {
    color: #f9eec1 !important;
}

.yellow-300 {
    color: #f6e7a9 !important;
}

.yellow-400 {
    color: #f8e59b !important;
}

.yellow-500 {
    color: #f7e083 !important;
}

.yellow-600 {
    color: #f7da64 !important;
}

.yellow-700 {
    color: #f9cd48 !important;
}

.yellow-800 {
    color: #fbc02d !important;
}

.orange-100 {
    color: #fff3e6 !important;
}

.orange-200 {
    color: #ffddb9 !important;
}

.orange-300 {
    color: #fbce9d !important;
}

.orange-400 {
    color: #f6be80 !important;
}

.orange-500 {
    color: #f4b066 !important;
}

.orange-600 {
    color: #f2a654 !important;
}

.orange-700 {
    color: #ec9940 !important;
}

.orange-800 {
    color: #e98f2e !important;
}

.brown-100 {
    color: #fae6df !important;
}

.brown-200 {
    color: #e2bdaf !important;
}

.brown-300 {
    color: #d3aa9c !important;
}

.brown-400 {
    color: #b98e7e !important;
}

.brown-500 {
    color: #a17768 !important;
}

.brown-600 {
    color: #8d6658 !important;
}

.brown-700 {
    color: #7d5b4f !important;
}

.brown-800 {
    color: #715146 !important;
}

.grey-100 {
    color: #fafafa !important;
}

.grey-200 {
    color: #eee !important;
}

.grey-300 {
    color: #e0e0e0 !important;
}

.grey-400 {
    color: #bdbdbd !important;
}

.grey-500 {
    color: #9e9e9e !important;
}

.grey-600 {
    color: #757575 !important;
}

.grey-700 {
    color: #616161 !important;
}

.grey-800 {
    color: #424242 !important;
}

.blue-grey-100 {
    color: #f3f7f9 !important;
}

.blue-grey-200 {
    color: #e4eaec !important;
}

.blue-grey-300 {
    color: #ccd5db !important;
}

.blue-grey-400 {
    color: #a3afb7 !important;
}

.blue-grey-500 {
    color: #76838f !important;
}

.blue-grey-600 {
    color: #526069 !important;
}

.blue-grey-700 {
    color: #37474f !important;
}

.blue-grey-800 {
    color: #263238 !important;
}

.bg-primary-100 {
    background-color: #e8f1f8 !important;
}

.bg-primary-200 {
    background-color: #d5e4f1 !important;
}

.bg-primary-300 {
    background-color: #bcd8f1 !important;
}

.bg-primary-400 {
    background-color: #a2caee !important;
}

.bg-primary-500 {
    background-color: #89bceb !important;
}

.bg-primary-600 {
    background-color: #62a8ea !important;
}

.bg-primary-700 {
    background-color: #4e97d9 !important;
}

.bg-primary-800 {
    background-color: #3583ca !important;
}

.bg-red-100 {
    background-color: #ffeaea !important;
}

.bg-red-200 {
    background-color: #fad3d3 !important;
}

.bg-red-300 {
    background-color: #fab4b4 !important;
}

.bg-red-400 {
    background-color: #fa9898 !important;
}

.bg-red-500 {
    background-color: #fa7a7a !important;
}

.bg-red-600 {
    background-color: #f96868 !important;
}

.bg-red-700 {
    background-color: #e9595b !important;
}

.bg-red-800 {
    background-color: #d6494b !important;
}

.bg-pink-100 {
    background-color: #fce4ec !important;
}

.bg-pink-200 {
    background-color: #ffccde !important;
}

.bg-pink-300 {
    background-color: #fba9c6 !important;
}

.bg-pink-400 {
    background-color: #fb8db4 !important;
}

.bg-pink-500 {
    background-color: #f978a6 !important;
}

.bg-pink-600 {
    background-color: #f96197 !important;
}

.bg-pink-700 {
    background-color: #f44c87 !important;
}

.bg-pink-800 {
    background-color: #e53b75 !important;
}

.bg-purple-100 {
    background-color: #f6f2ff !important;
}

.bg-purple-200 {
    background-color: #e3dbf4 !important;
}

.bg-purple-300 {
    background-color: #d2c5ec !important;
}

.bg-purple-400 {
    background-color: #bba7e4 !important;
}

.bg-purple-500 {
    background-color: #a58add !important;
}

.bg-purple-600 {
    background-color: #926dde !important;
}

.bg-purple-700 {
    background-color: #7c51d1 !important;
}

.bg-purple-800 {
    background-color: #6d45bc !important;
}

.bg-indigo-100 {
    background-color: #edeff9 !important;
}

.bg-indigo-200 {
    background-color: #dadef5 !important;
}

.bg-indigo-300 {
    background-color: #bcc5f4 !important;
}

.bg-indigo-400 {
    background-color: #9daaf3 !important;
}

.bg-indigo-500 {
    background-color: #8897ec !important;
}

.bg-indigo-600 {
    background-color: #677ae4 !important;
}

.bg-indigo-700 {
    background-color: #5166d6 !important;
}

.bg-indigo-800 {
    background-color: #465bd4 !important;
}

.bg-blue-100 {
    background-color: #e8f1f8 !important;
}

.bg-blue-200 {
    background-color: #d5e4f1 !important;
}

.bg-blue-300 {
    background-color: #bcd8f1 !important;
}

.bg-blue-400 {
    background-color: #a2caee !important;
}

.bg-blue-500 {
    background-color: #89bceb !important;
}

.bg-blue-600 {
    background-color: #62a8ea !important;
}

.bg-blue-700 {
    background-color: #4e97d9 !important;
}

.bg-blue-800 {
    background-color: #3583ca !important;
}

.bg-cyan-100 {
    background-color: #ecf9fa !important;
}

.bg-cyan-200 {
    background-color: #d3eff2 !important;
}

.bg-cyan-300 {
    background-color: #baeaef !important;
}

.bg-cyan-400 {
    background-color: #9ae1e9 !important;
}

.bg-cyan-500 {
    background-color: #77d6e1 !important;
}

.bg-cyan-600 {
    background-color: #57c7d4 !important;
}

.bg-cyan-700 {
    background-color: #47b8c6 !important;
}

.bg-cyan-800 {
    background-color: #37a9b7 !important;
}

.bg-teal-100 {
    background-color: #ecfdfc !important;
}

.bg-teal-200 {
    background-color: #cdf4f1 !important;
}

.bg-teal-300 {
    background-color: #99e1da !important;
}

.bg-teal-400 {
    background-color: #79d1c9 !important;
}

.bg-teal-500 {
    background-color: #56bfb5 !important;
}

.bg-teal-600 {
    background-color: #3aa99e !important;
}

.bg-teal-700 {
    background-color: #269b8f !important;
}

.bg-teal-800 {
    background-color: #178d81 !important;
}

.bg-green-100 {
    background-color: #e7faf2 !important;
}

.bg-green-200 {
    background-color: #bfedd8 !important;
}

.bg-green-300 {
    background-color: #9fe5c5 !important;
}

.bg-green-400 {
    background-color: #7dd3ae !important;
}

.bg-green-500 {
    background-color: #5cd29d !important;
}

.bg-green-600 {
    background-color: #46be8a !important;
}

.bg-green-700 {
    background-color: #36ab7a !important;
}

.bg-green-800 {
    background-color: #279566 !important;
}

.bg-light-green-100 {
    background-color: #f1f7ea !important;
}

.bg-light-green-200 {
    background-color: #e0ecd1 !important;
}

.bg-light-green-300 {
    background-color: #cadfb1 !important;
}

.bg-light-green-400 {
    background-color: #bad896 !important;
}

.bg-light-green-500 {
    background-color: #acd57c !important;
}

.bg-light-green-600 {
    background-color: #9ece67 !important;
}

.bg-light-green-700 {
    background-color: #83b944 !important;
}

.bg-light-green-800 {
    background-color: #70a532 !important;
}

.bg-yellow-100 {
    background-color: #fffae7 !important;
}

.bg-yellow-200 {
    background-color: #f9eec1 !important;
}

.bg-yellow-300 {
    background-color: #f6e7a9 !important;
}

.bg-yellow-400 {
    background-color: #f8e59b !important;
}

.bg-yellow-500 {
    background-color: #f7e083 !important;
}

.bg-yellow-600 {
    background-color: #f7da64 !important;
}

.bg-yellow-700 {
    background-color: #f9cd48 !important;
}

.bg-yellow-800 {
    background-color: #fbc02d !important;
}

.bg-orange-100 {
    background-color: #fff3e6 !important;
}

.bg-orange-200 {
    background-color: #ffddb9 !important;
}

.bg-orange-300 {
    background-color: #fbce9d !important;
}

.bg-orange-400 {
    background-color: #f6be80 !important;
}

.bg-orange-500 {
    background-color: #f4b066 !important;
}

.bg-orange-600 {
    background-color: #f2a654 !important;
}

.bg-orange-700 {
    background-color: #ec9940 !important;
}

.bg-orange-800 {
    background-color: #e98f2e !important;
}

.bg-brown-100 {
    background-color: #fae6df !important;
}

.bg-brown-200 {
    background-color: #e2bdaf !important;
}

.bg-brown-300 {
    background-color: #d3aa9c !important;
}

.bg-brown-400 {
    background-color: #b98e7e !important;
}

.bg-brown-500 {
    background-color: #a17768 !important;
}

.bg-brown-600 {
    background-color: #8d6658 !important;
}

.bg-brown-700 {
    background-color: #7d5b4f !important;
}

.bg-brown-800 {
    background-color: #715146 !important;
}

.bg-grey-100 {
    background-color: #fafafa !important;
}

.bg-grey-200 {
    background-color: #eee !important;
}

.bg-grey-300 {
    background-color: #e0e0e0 !important;
}

.bg-grey-400 {
    background-color: #bdbdbd !important;
}

.bg-grey-500 {
    background-color: #9e9e9e !important;
}

.bg-grey-600 {
    background-color: #757575 !important;
}

.bg-grey-700 {
    background-color: #616161 !important;
}

.bg-grey-800 {
    background-color: #424242 !important;
}

.bg-blue-grey-100 {
    background-color: #f3f7f9 !important;
}

.bg-blue-grey-200 {
    background-color: #e4eaec !important;
}

.bg-blue-grey-300 {
    background-color: #ccd5db !important;
}

.bg-blue-grey-400 {
    background-color: #a3afb7 !important;
}

.bg-blue-grey-500 {
    background-color: #76838f !important;
}

.bg-blue-grey-600 {
    background-color: #526069 !important;
}

.bg-blue-grey-700 {
    background-color: #37474f !important;
}

.bg-blue-grey-800 {
    background-color: #263238 !important;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.bg-white {
    color: #76838f;
    background-color: #fff;
}

.bg-primary {
    color: #fff;
    background-color: #62a8ea;
}

.bg-primary:hover {
    background-color: #8fc1f0;
}

.bg-primary a,
a.bg-primary {
    color: #fff;
}

.bg-primary a:hover,
a.bg-primary:hover {
    color: #fff;
}

.bg-success {
    color: #fff;
    background-color: #46be8a;
}

.bg-success:hover {
    background-color: #6ccba2;
}

.bg-success a,
a.bg-success {
    color: #fff;
}

.bg-success a:hover,
a.bg-success:hover {
    color: #fff;
}

.bg-info {
    color: #fff;
    background-color: #57c7d4;
}

.bg-info:hover {
    background-color: #80d5de;
}

.bg-info a,
a.bg-info {
    color: #fff;
}

.bg-info a:hover,
a.bg-info:hover {
    color: #fff;
}

.bg-warning {
    color: #fff;
    background-color: #f2a654;
}

.bg-warning:hover {
    background-color: #f6bf83;
}

.bg-warning a,
a.bg-warning {
    color: #fff;
}

.bg-warning a:hover,
a.bg-warning:hover {
    color: #fff;
}

.bg-danger {
    color: #fff;
    background-color: #f96868;
}

.bg-danger:hover {
    background-color: #fb9999;
}

.bg-danger a,
a.bg-danger {
    color: #fff;
}

.bg-danger a:hover,
a.bg-danger:hover {
    color: #fff;
}

.bg-dark {
    color: #fff;
    background-color: #526069;
}

.bg-dark:hover {
    background-color: #687a86;
}

.bg-dark a,
a.bg-dark {
    color: #fff;
}

.bg-dark a:hover,
a.bg-dark:hover {
    color: #fff;
}

.social-facebook {
    color: #fff;
    background-color: #3b5998 !important;
}

.social-facebook:hover,
.social-facebook:focus {
    color: #fff;
    background-color: #4c70ba !important;
}

.social-facebook:active,
.social-facebook.active {
    color: #fff;
    background-color: #2d4373 !important;
}

.bg-facebook {
    background-color: #3b5998;
}

.social-twitter {
    color: #fff;
    background-color: #55acee !important;
}

.social-twitter:hover,
.social-twitter:focus {
    color: #fff;
    background-color: #83c3f3 !important;
}

.social-twitter:active,
.social-twitter.active {
    color: #fff;
    background-color: #2795e9 !important;
}

.bg-twitter {
    background-color: #55acee;
}

.social-google-plus {
    color: #fff;
    background-color: #dd4b39 !important;
}

.social-google-plus:hover,
.social-google-plus:focus {
    color: #fff;
    background-color: #e47365 !important;
}

.social-google-plus:active,
.social-google-plus.active {
    color: #fff;
    background-color: #c23321 !important;
}

.bg-google-plus {
    background-color: #dd4b39;
}

.social-linkedin {
    color: #fff;
    background-color: #0976b4 !important;
}

.social-linkedin:hover,
.social-linkedin:focus {
    color: #fff;
    background-color: #0b96e5 !important;
}

.social-linkedin:active,
.social-linkedin.active {
    color: #fff;
    background-color: #075683 !important;
}

.bg-linkedin {
    background-color: #0976b4;
}

.social-flickr {
    color: #fff;
    background-color: #ff0084 !important;
}

.social-flickr:hover,
.social-flickr:focus {
    color: #fff;
    background-color: #ff339d !important;
}

.social-flickr:active,
.social-flickr.active {
    color: #fff;
    background-color: #cc006a !important;
}

.bg-flickr {
    background-color: #ff0084;
}

.social-tumblr {
    color: #fff;
    background-color: #35465c !important;
}

.social-tumblr:hover,
.social-tumblr:focus {
    color: #fff;
    background-color: #485f7c !important;
}

.social-tumblr:active,
.social-tumblr.active {
    color: #fff;
    background-color: #222d3c !important;
}

.bg-tumblr {
    background-color: #35465c;
}

.social-xing {
    color: #fff;
    background-color: #024b4d !important;
}

.social-xing:hover,
.social-xing:focus {
    color: #fff;
    background-color: #037b7f !important;
}

.social-xing:active,
.social-xing.active {
    color: #fff;
    background-color: #011b1b !important;
}

.bg-xing {
    background-color: #024b4d;
}

.social-github {
    color: #fff;
    background-color: #4183c4 !important;
}

.social-github:hover,
.social-github:focus {
    color: #fff;
    background-color: #689cd0 !important;
}

.social-github:active,
.social-github.active {
    color: #fff;
    background-color: #3269a0 !important;
}

.bg-github {
    background-color: #4183c4;
}

.social-html5 {
    color: #fff;
    background-color: #e44f26 !important;
}

.social-html5:hover,
.social-html5:focus {
    color: #fff;
    background-color: #ea7453 !important;
}

.social-html5:active,
.social-html5.active {
    color: #fff;
    background-color: #bf3c18 !important;
}

.bg-html5 {
    background-color: #e44f26;
}

.social-openid {
    color: #fff;
    background-color: #f67d28 !important;
}

.social-openid:hover,
.social-openid:focus {
    color: #fff;
    background-color: #f89b59 !important;
}

.social-openid:active,
.social-openid.active {
    color: #fff;
    background-color: #e26309 !important;
}

.bg-openid {
    background-color: #f67d28;
}

.social-stack-overflow {
    color: #fff;
    background-color: #f86c01 !important;
}

.social-stack-overflow:hover,
.social-stack-overflow:focus {
    color: #fff;
    background-color: #fe882e !important;
}

.social-stack-overflow:active,
.social-stack-overflow.active {
    color: #fff;
    background-color: #c55601 !important;
}

.bg-stack-overflow {
    background-color: #f86c01;
}

.social-css3 {
    color: #fff;
    background-color: #1572b6 !important;
}

.social-css3:hover,
.social-css3:focus {
    color: #fff;
    background-color: #1a8fe4 !important;
}

.social-css3:active,
.social-css3.active {
    color: #fff;
    background-color: #105588 !important;
}

.bg-css3 {
    background-color: #1572b6;
}

.social-youtube {
    color: #fff;
    background-color: #b31217 !important;
}

.social-youtube:hover,
.social-youtube:focus {
    color: #fff;
    background-color: #e1171d !important;
}

.social-youtube:active,
.social-youtube.active {
    color: #fff;
    background-color: #850d11 !important;
}

.bg-youtube {
    background-color: #b31217;
}

.social-dribbble {
    color: #fff;
    background-color: #c32361 !important;
}

.social-dribbble:hover,
.social-dribbble:focus {
    color: #fff;
    background-color: #dc3d7b !important;
}

.social-dribbble:active,
.social-dribbble.active {
    color: #fff;
    background-color: #981b4b !important;
}

.bg-dribbble {
    background-color: #c32361;
}

.social-instagram {
    color: #fff;
    background-color: #3f729b !important;
}

.social-instagram:hover,
.social-instagram:focus {
    color: #fff;
    background-color: #548cb9 !important;
}

.social-instagram:active,
.social-instagram.active {
    color: #fff;
    background-color: #305777 !important;
}

.bg-instagram {
    background-color: #3f729b;
}

.social-pinterest {
    color: #fff;
    background-color: #cc2127 !important;
}

.social-pinterest:hover,
.social-pinterest:focus {
    color: #fff;
    background-color: #e04046 !important;
}

.social-pinterest:active,
.social-pinterest.active {
    color: #fff;
    background-color: #a01a1f !important;
}

.bg-pinterest {
    background-color: #cc2127;
}

.social-vk {
    color: #fff;
    background-color: #3d5a7d !important;
}

.social-vk:hover,
.social-vk:focus {
    color: #fff;
    background-color: #4e739f !important;
}

.social-vk:active,
.social-vk.active {
    color: #fff;
    background-color: #2c415b !important;
}

.bg-vk {
    background-color: #3d5a7d;
}

.social-yahoo {
    color: #fff;
    background-color: #350178 !important;
}

.social-yahoo:hover,
.social-yahoo:focus {
    color: #fff;
    background-color: #4b01ab !important;
}

.social-yahoo:active,
.social-yahoo.active {
    color: #fff;
    background-color: #1f0145 !important;
}

.bg-yahoo {
    background-color: #350178;
}

.social-behance {
    color: #fff;
    background-color: #1769ff !important;
}

.social-behance:hover,
.social-behance:focus {
    color: #fff;
    background-color: #4a8aff !important;
}

.social-behance:active,
.social-behance.active {
    color: #fff;
    background-color: #0050e3 !important;
}

.bg-behance {
    background-color: #024b4d;
}

.social-dropbox {
    color: #fff;
    background-color: #007ee5 !important;
}

.social-dropbox:hover,
.social-dropbox:focus {
    color: #fff;
    background-color: #1998ff !important;
}

.social-dropbox:active,
.social-dropbox.active {
    color: #fff;
    background-color: #0062b2 !important;
}

.bg-dropbox {
    background-color: #007ee5;
}

.social-reddit {
    color: #fff;
    background-color: #ff4500 !important;
}

.social-reddit:hover,
.social-reddit:focus {
    color: #fff;
    background-color: #ff6a33 !important;
}

.social-reddit:active,
.social-reddit.active {
    color: #fff;
    background-color: #cc3700 !important;
}

.bg-reddit {
    background-color: #ff4500;
}

.social-spotify {
    color: #fff;
    background-color: #7ab800 !important;
}

.social-spotify:hover,
.social-spotify:focus {
    color: #fff;
    background-color: #9ceb00 !important;
}

.social-spotify:active,
.social-spotify.active {
    color: #fff;
    background-color: #588500 !important;
}

.bg-spotify {
    background-color: #7ab800;
}

.social-vine {
    color: #fff;
    background-color: #00b488 !important;
}

.social-vine:hover,
.social-vine:focus {
    color: #fff;
    background-color: #00e7af !important;
}

.social-vine:active,
.social-vine.active {
    color: #fff;
    background-color: #008161 !important;
}

.bg-vine {
    background-color: #00b488;
}

.social-foursquare {
    color: #fff;
    background-color: #0cbadf !important;
}

.social-foursquare:hover,
.social-foursquare:focus {
    color: #fff;
    background-color: #2ad0f4 !important;
}

.social-foursquare:active,
.social-foursquare.active {
    color: #fff;
    background-color: #0992af !important;
}

.bg-foursquare {
    background-color: #0cbadf;
}

.social-vimeo {
    color: #fff;
    background-color: #1ab7ea !important;
}

.social-vimeo:hover,
.social-vimeo:focus {
    color: #fff;
    background-color: #49c6ee !important;
}

.social-vimeo:active,
.social-vimeo.active {
    color: #fff;
    background-color: #1295bf !important;
}

.bg-vimeo {
    background-color: #1ab7ea;
}

.social-skype {
    color: #fff;
    background-color: #77bcfd !important;
}

.social-skype:hover,
.social-skype:focus {
    color: #fff;
    background-color: #a9d5fe !important;
}

.social-skype:active,
.social-skype.active {
    color: #fff;
    background-color: #45a3fc !important;
}

.bg-skype {
    background-color: #77bcfd;
}

.social-evernote {
    color: #fff;
    background-color: #46bf8c !important;
}

.social-evernote:hover,
.social-evernote:focus {
    color: #fff;
    background-color: #6ccca4 !important;
}

.social-evernote:active,
.social-evernote.active {
    color: #fff;
    background-color: #369c71 !important;
}

.bg-evernote {
    background-color: #46bf8c;
}

a:focus {
    outline: none;
}

.blocks,
[class*="blocks-"] {
    padding: 0;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
    list-style: none;
}

.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
    display: table;
    content: " ";
}

.blocks:after,
[class*="blocks-"]:after {
    clear: both;
}

.blocks>li,
[class*="blocks-"]>li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 22px;
}

.blocks.no-space,
[class*="blocks-"].no-space {
    margin: 0;
}

.blocks.no-space>li,
[class*="blocks-"].no-space>li {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.blocks-2>li:nth-child(2n+3),
.blocks-3>li:nth-child(3n+4),
.blocks-4>li:nth-child(4n+5),
.blocks-5>li:nth-child(5n+6),
.blocks-6>li:nth-child(6n+7),
.block-first {
    clear: both;
}

.blocks-100>li {
    width: 100%;
}

.blocks-2>li {
    width: 50%;
}

.blocks-3>li {
    width: 33.33333333%;
}

.blocks-4>li {
    width: 25%;
}

.blocks-5>li {
    width: 20%;
}

.blocks-6>li {
    width: 16.66666667%;
}

@media (min-width:480px) {
    .blocks-xs-100>li {
        width: 100%;
    }
}

@media (min-width:480px) {
    .blocks-xs-2>li {
        width: 50%;
    }
}

@media (min-width:480px) {
    .blocks-xs-3>li {
        width: 33.33333333%;
    }
}

@media (min-width:480px) {
    .blocks-xs-4>li {
        width: 25%;
    }
}

@media (min-width:480px) {
    .blocks-xs-5>li {
        width: 20%;
    }
}

@media (min-width:480px) {
    .blocks-xs-6>li {
        width: 16.66666667%;
    }
}

@media (min-width:768px) {
    .blocks-sm-100>li {
        width: 100%;
    }
}

@media (min-width:768px) {
    .blocks-sm-2>li {
        width: 50%;
    }
}

@media (min-width:768px) {
    .blocks-sm-3>li {
        width: 33.33333333%;
    }
}

@media (min-width:768px) {
    .blocks-sm-4>li {
        width: 25%;
    }
}

@media (min-width:768px) {
    .blocks-sm-5>li {
        width: 20%;
    }
}

@media (min-width:768px) {
    .blocks-sm-6>li {
        width: 16.66666667%;
    }
}

@media (min-width:992px) {
    .blocks-md-100>li {
        width: 100%;
    }
}

@media (min-width:992px) {
    .blocks-md-2>li {
        width: 50%;
    }
}

@media (min-width:992px) {
    .blocks-md-3>li {
        width: 33.33333333%;
    }
}

@media (min-width:992px) {
    .blocks-md-4>li {
        width: 25%;
    }
}

@media (min-width:992px) {
    .blocks-md-5>li {
        width: 20%;
    }
}

@media (min-width:992px) {
    .blocks-md-6>li {
        width: 16.66666667%;
    }
}

@media (min-width:1200px) {
    .blocks-lg-100>li {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .blocks-lg-2>li {
        width: 50%;
    }
}

@media (min-width:1200px) {
    .blocks-lg-3>li {
        width: 33.33333333%;
    }
}

@media (min-width:1200px) {
    .blocks-lg-4>li {
        width: 25%;
    }
}

@media (min-width:1200px) {
    .blocks-lg-5>li {
        width: 20%;
    }
}

@media (min-width:1200px) {
    .blocks-lg-6>li {
        width: 16.66666667%;
    }
}

@media (min-width:1600px) {
    .blocks-xlg-100>li {
        width: 100%;
    }
}

@media (min-width:1600px) {
    .blocks-xlg-2>li {
        width: 50%;
    }
}

@media (min-width:1600px) {
    .blocks-xlg-3>li {
        width: 33.33333333%;
    }
}

@media (min-width:1600px) {
    .blocks-xlg-4>li {
        width: 25%;
    }
}

@media (min-width:1600px) {
    .blocks-xlg-5>li {
        width: 20%;
    }
}

@media (min-width:1600px) {
    .blocks-xlg-6>li {
        width: 16.66666667%;
    }
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}

.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.avatar-online i {
    background-color: #46be8a;
}

.avatar-off i {
    background-color: #526069;
}

.avatar-busy i {
    background-color: #f2a654;
}

.avatar-away i {
    background-color: #f96868;
}

.avatar-100 {
    width: 100px;
}

.avatar-100 i {
    width: 20px;
    height: 20px;
}

.avatar-lg {
    width: 50px;
}

.avatar-lg i {
    width: 12px;
    height: 12px;
}

.avatar-sm {
    width: 30px;
}

.avatar-sm i {
    width: 8px;
    height: 8px;
}

.avatar-xs {
    width: 20px;
}

.avatar-xs i {
    width: 7px;
    height: 7px;
}

.status {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.status-online {
    background-color: #46be8a;
}

.status-off {
    background-color: #526069;
}

.status-busy {
    background-color: #f2a654;
}

.status-away {
    background-color: #f96868;
}

.status-lg {
    width: 14px;
    height: 14px;
}

.status-md {
    width: 10px;
    height: 10px;
}

.status-sm {
    width: 8px;
    height: 8px;
}

.status-xs {
    width: 7px;
    height: 7px;
}

.icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.pull-left {
    margin-right: .3em;
}

.icon.pull-right {
    margin-left: .3em;
}

.icon.icon-circle {
    position: relative;
    margin: .5em;
}

.icon.icon-circle:before {
    position: relative;
    z-index: 1;
}

.icon.icon-circle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 2em;
    height: 2em;
    content: "";
    background-color: inherit;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon.icon-lg {
    font-size: 1.33333333em;
    vertical-align: -15%;
}

.icon.icon-2x {
    font-size: 2em;
}

.icon.icon-3x {
    font-size: 3em;
}

.icon.icon-4x {
    font-size: 4em;
}

.icon.icon-5x {
    font-size: 5em;
}

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

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

.icon.icon-ul>li {
    position: relative;
}

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

.icon.icon-li.icon-lg {
    left: -1.85714286em;
}

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

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

.icon.icon-spin-reverse {
    -webkit-animation: icon-spin-reverse 2s infinite linear;
    -o-animation: icon-spin-reverse 2s infinite linear;
    animation: icon-spin-reverse 2s infinite linear;
}

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

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

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

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

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

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

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

.icon.icon-stack-1x {
    line-height: inherit;
}

.icon.icon-stack-2x {
    font-size: 2em;
}

.icon.icon-stack-inverse {
    color: #fff;
}

.icon-color {
    color: rgba(55, 71, 79, .4);
}

.icon-color:hover,
.icon-color:focus {
    color: rgba(55, 71, 79, .6);
}

.icon-color.active,
.icon-color:active {
    color: #37474f;
}

.icon-color-alt {
    color: rgba(55, 71, 79, .6);
}

.icon-color-alt:hover,
.icon-color-alt:focus {
    color: rgba(55, 71, 79, .8);
}

.icon-color-alt.active,
.icon-color-alt:active {
    color: #37474f;
}

:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
    filter: none;
    -webkit-filter: none;
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes icon-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@-o-keyframes icon-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        -o-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes icon-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        -o-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

.hamburger {
    font-size: 20px;
    vertical-align: middle;
}

.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.hamburger:before,
.hamburger:after {
    content: "";
}

.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #76838f;
    border-radius: 1px;
}

.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
    background: #76838f;
}

.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
    background: #fff;
}

.hamburger .hamburger-bar {
    margin: .2em 0;
}

.hamburger-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

.hamburger-close .hamburger-bar {
    opacity: 0;
}

.hamburger-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
    opacity: 1;
}

.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.hamburger-arrow-left.collapsed {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hamburger-arrow-left.collapsed:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.hamburger-arrow-left.collapsed .hamburger-bar {
    border-radius: .2em;
}

.hamburger-arrow-left.collapsed:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

.counter {
    text-align: center;
}

.counter>.counter-number,
.counter .counter-number-group {
    font-size: 20px;
    color: #37474f;
}

.counter-label {
    display: block;
}

.counter-icon {
    font-size: 20px;
}

.counter-lg>.counter-number,
.counter-lg .counter-number-group {
    font-size: 40px;
}

.counter-lg .counter-icon {
    font-size: 40px;
}

.counter-md>.counter-number,
.counter-md .counter-number-group {
    font-size: 30px;
}

.counter-md .counter-icon {
    font-size: 30px;
}

.counter-sm>.counter-number,
.counter-sm .counter-number-group {
    font-size: 14px;
}

.counter-sm .counter-icon {
    font-size: 14px;
}

.counter-sm .counter-number-related+.counter-number,
.counter-sm .counter-number+.counter-number-related {
    margin-left: 0;
}

.counter-inverse {
    color: #fff;
}

.counter-inverse>.counter-number,
.counter-inverse .counter-number-group {
    color: #fff;
}

.counter-inverse .counter-icon {
    color: #fff;
}

.widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
}

.widget .cover {
    width: 100%;
}

[class*="blocks-"]>li>.widget {
    margin-bottom: 0;
}

.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.widget {
    border-radius: 3px;
}

.widget .widget-header {
    border-radius: 3px 3px 0 0;
}

.widget .widget-header:last-child {
    border-radius: inherit;
}

.widget .widget-body:last-child {
    border-radius: 0 0 3px 3px;
}

.widget .widget-body:last-child .widget-body-footer {
    border-radius: 0 0 3px 3px;
}

.widget .widget-footer {
    border-radius: 0 0 3px 3px;
}

.widget .widget-footer:first-child {
    border-radiu: inherit;
}

.widget-body {
    position: relative;
    padding: 30px 25px;
}

.widget-body-footer {
    margin-top: 30px;
}

.widget-body-footer:before,
.widget-body-footer:after {
    display: table;
    content: " ";
}

.widget-body-footer:after {
    clear: both;
}

.widget-content ul {
    padding: 0;
    margin: 0;
}

.widget-content li {
    list-style: none;
}

.widget-title {
    margin-top: 0;
    color: #37474f;
    text-transform: capitalize;
}

div.widget-title {
    font-size: 22px;
}

.overlay-panel .widget-title {
    color: #fff;
}

.widget>.widget-title {
    padding: 12px 20px;
}

.widget-metas {
    font-size: 12px;
    color: #a3afb7;
}

.widget-metas.type-link>a {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    color: #a3afb7;
}

.widget-metas.type-link>a:first-child {
    padding-left: 0;
}

.widget-metas.type-link>a:hover {
    color: #ccd5db;
}

.widget-metas.type-link>a+a:before {
    position: absolute;
    top: 10px;
    left: -2px;
    width: 3px;
    height: 3px;
    content: '';
    background-color: #a3afb7;
    border-radius: 50%;
}

.overlay-background .widget-time {
    color: #fff;
    opacity: .8;
}

.widget-category {
    font-size: 16px;
}

.widget-actions {
    margin-top: 10px;
    text-align: right;
}

.widget-actions a {
    display: inline-block;
    margin-right: 10px;
    color: #a3afb7;
    vertical-align: middle;
}

.widget-actions a.icon,
.widget-actions a .icon {
    text-decoration: none;
}

.widget-actions a.icon+span,
.widget-actions a .icon+span {
    margin-left: 2px;
}

.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
    color: #ccd5db;
    text-decoration: none;
}

.widget-actions a:last-child {
    margin-right: 0;
}

.widget-actions-sidebar {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
}

.widget-actions-sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec;
}

.widget-actions-sidebar a:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.widget-actions-sidebar a+a {
    border-top: 1px solid #e4eaec;
}

.widget-actions-sidebar+.widget-content {
    margin-left: 80px;
}

.widget-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: .1;
}

.widget-watermark.darker {
    color: black;
}

.widget-watermark.lighter {
    color: white;
}

.widget-divider:after {
    display: block;
    width: 20px;
    height: 2px;
    margin: 15px auto;
    content: "";
    background-color: #fff;
}

.widget-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

.widget-left+.widget-body {
    width: 60%;
    margin-left: 40%;
}

@media (max-width:767px) {
    .widget-left {
        position: relative;
        width: 100%;
        height: 320px;
    }

    .widget-left+.widget-body {
        width: 100%;
        margin-left: 0;
    }
}

.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-title {
    position: relative;
    padding: 15px 30px;
    font-size: 14px;
}

.panel-group .panel-title:before,
.panel-group .panel-title:after {
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: "Web Icons";
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.panel-group .panel-title:before {
    content: "\f197";
}

.panel-group .panel-title:after {
    content: "\f199";
}

.panel-group .panel-title[aria-expanded="false"]:before {
    opacity: .4;
}

.panel-group .panel-title[aria-expanded="false"]:after {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.panel-group .panel-title[aria-expanded="true"]:before {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-title[aria-expanded="true"]:after {
    opacity: 1;
}

.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
    color: #76838f;
    text-decoration: none;
}

.panel-group .panel-title:focus {
    outline: none;
}

.panel-group .panel-heading+.panel-collapse {
    margin: 0;
}

.panel-group .panel-collapse .panel-body {
    padding: 15px 30px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-group-continuous .panel {
    border-radius: 0;
}

.panel-group-continuous .panel:first-child {
    border-radius: 4px 4px 0 0;
}

.panel-group-continuous .panel:last-child {
    border-radius: 0 0 4px 4px;
}

.panel-group-continuous .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #e4eaec;
}

.panel-group-simple .panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group-simple .panel-title {
    padding-bottom: 10px;
    padding-left: 0;
}

.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
    right: 5px;
}

.panel-group-simple .panel-collapse .panel-body {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

.panel-group-simple .panel+.panel {
    margin-top: 0;
}

.cover {
    overflow: hidden;
}

.cover-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.cover-image {
    width: 100%;
}

.cover-quote {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    border-left: none;
}

.cover-quote:before,
.cover-quote:after {
    position: absolute;
    top: -20px;
    font-size: 4em;
}

.cover-quote:before {
    left: 0;
    content: open-quote;
}

.cover-quote:after {
    right: 0;
    visibility: hidden;
    content: close-quote;
}

.cover-quote.blockquote-reverse {
    padding-right: 35px;
    padding-left: 20px;
    border-right: none;
}

.cover-quote.blockquote-reverse:before {
    right: 0;
    left: auto;
    content: close-quote;
}

.cover-gallery .carousel-inner img {
    width: 100%;
}

.cover-iframe {
    width: 100%;
    border: 0 none;
}

.overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.overlay>:first-child,
.overlay .overlay-figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
}

.overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: underline;
}

.overlay-panel>:last-child {
    margin-bottom: 0;
}

.overlay-panel h1,
.overlay-panel h2,
.overlay-panel h3,
.overlay-panel h4,
.overlay-panel h5,
.overlay-panel h6 {
    color: inherit;
}

.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
    opacity: 0;
}

.overlay-background {
    background: rgba(0, 0, 0, .5);
}

.overlay-image {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.overlay-shade {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, .87)), to(#fff)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .87) 90%, #fff 100%) repeat scroll 0 0;
}

.overlay-top {
    bottom: auto;
}

.overlay-bottom {
    top: auto;
}

.overlay-left {
    right: auto;
}

.overlay-right {
    left: auto;
}

.overlay-icon {
    font-size: 0;
    text-align: center;
}

.overlay-icon:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.overlay-icon .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.overlay-anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay-fade,
.overlay-scale,
.overlay-spin,
.overlay-grayscale,
.overlay-blur,
[class*='overlay-slide'] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
    -o-transition-property: opacity -o-transform filter;
    transition-property: opacity transform filter;
}

.overlay-fade {
    opacity: .7;
}

.overlay-hover:hover .overlay-fade {
    opacity: 1;
}

.overlay-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.overlay-hover:hover .overlay-scale {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-spin {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.overlay-hover:hover .overlay-spin {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.overlay-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.overlay-hover:hover .overlay-grayscale {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

[class*='overlay-slide'] {
    opacity: 0;
}

.overlay-slide-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.overlay-slide-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.overlay-slide-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.overlay-slide-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.overlay-hover:hover [class*='overlay-slide'] {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.comments {
    padding: 0;
    margin: 0;
}

.comments .comment {
    border: none;
    border-bottom: 1px solid #e4eaec;
}

.comments .comment .comment:first-child {
    border-top: 1px solid #e4eaec;
}

.comments .comment .comment:last-child {
    border-bottom: none;
}

.comment {
    padding: 20px 0;
    margin: 0;
}

.comment .comment {
    padding-bottom: 20px;
    margin-top: 20px;
}

.comment .comment:last-child {
    padding-bottom: 0;
}

.comment-author,
.comment-author:hover,
.comment-author:focus {
    color: #37474f;
}

.comment-meta {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #a3afb7;
}

.comment-content {
    margin-top: 5px;
}

.comment-content p {
    margin-bottom: 10px;
}

.comment-actions {
    margin-top: 10px;
    text-align: right;
}

.comment-actions a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.comment-actions a.icon {
    text-decoration: none;
}

.comment-actions a:last-child {
    margin-right: 0;
}

.comment-reply {
    margin: 22px 0 10px;
}

.comment-reply .form-group:last-child {
    margin-bottom: 0;
}

.chat-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.chats {
    padding: 30px 15px;
}

.chat-avatar {
    float: right;
}

.chat-avatar .avatar {
    width: 30px;
}

.chat-body {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}

.chat-body:first-child {
    margin-top: 0;
}

.chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: #62a8ea;
    border-radius: 4px;
}

.chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
    border-left-color: #62a8ea;
}

.chat-content>p:last-child {
    margin-bottom: 0;
}

.chat-content+.chat-content:before {
    border-color: transparent;
}

.chat-time {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .6);
}

.chat-left .chat-avatar {
    float: left;
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
}

.chat-left .chat-content {
    float: left;
    margin: 0 0 10px 20px;
    color: #76838f;
    background-color: #dfe9ef;
}

.chat-left .chat-content:before {
    right: auto;
    left: -10px;
    border-right-color: #dfe9ef;
    border-left-color: transparent;
}

.chat-left .chat-content+.chat-content:before {
    border-color: transparent;
}

.chat-left .chat-time {
    color: #a3afb7;
}

.steps {
    margin-bottom: 22px;
}

.steps.row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.step {
    position: relative;
    padding: 12px 20px;
    margin: 0;
    font-size: inherit;
    color: #a3afb7;
    vertical-align: top;
    background-color: #f3f7f9;
    border-radius: 0;
}

.step-icon {
    float: left;
    margin-right: .5em;
    font-size: 20px;
}

.step-number {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #e4eaec;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step-number~.step-desc {
    min-height: 40px;
    margin-left: 50px;
}

.step-title {
    margin-bottom: 0;
    font-size: 20px;
    color: #526069;
}

.step-desc {
    text-align: left;
}

.step-desc p {
    margin-bottom: 0;
}

.steps-vertical .step {
    display: block;
    padding: 18px 20px;
}

.steps-vertical .step[class*="col-"] {
    float: none;
    width: 100%;
}

.step.current {
    color: #fff;
    background-color: #62a8ea;
}

.step.current .step-title {
    color: #fff;
}

.step.current .step-number {
    color: #62a8ea;
    background-color: #fff;
}

.step.disabled {
    color: #ccd5db;
    pointer-events: none;
    cursor: auto;
}

.step.disabled .step-title {
    color: #ccd5db;
}

.step.disabled .step-number {
    background-color: #ccd5db;
}

.step.error {
    color: #fff;
    background-color: #f96868;
}

.step.error .step-title {
    color: #fff;
}

.step.error .step-number {
    color: #f96868;
    background-color: #fff;
}

.step.done {
    color: #fff;
    background-color: #46be8a;
}

.step.done .step-title {
    color: #fff;
}

.step.done .step-number {
    color: #46be8a;
    background-color: #fff;
}

.steps-lg .step {
    padding: 20px 20px;
    font-size: 16px;
}

.steps-lg .step-icon {
    font-size: 22px;
}

.steps-lg .step-title {
    font-size: 22px;
}

.steps-lg .step-number {
    width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 46px;
}

.steps-lg .step-number~.step-desc {
    min-height: 46px;
    margin-left: 56px;
}

.steps-sm .step {
    font-size: 12px;
}

.steps-sm .step-icon {
    font-size: 18px;
}

.steps-sm .step-title {
    font-size: 18px;
}

.steps-sm .step-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
}

.steps-sm .step-number~.step-desc {
    min-height: 30px;
    margin-left: 40px;
}

.steps-xs .step {
    font-size: 10px;
}

.steps-xs .step-icon {
    font-size: 16px;
}

.steps-xs .step-title {
    font-size: 16px;
}

.steps-xs .step-number {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
}

.steps-xs .step-number~.step-desc {
    min-height: 24px;
    margin-left: 34px;
}

.pearls {
    margin-bottom: 22px;
}

.pearls.row {
    display: block;
}

.pearl {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pearl:before,
.pearl:after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #f3f7f9;
}

.pearl:before {
    left: 0;
}

.pearl:after {
    right: 0;
}

.pearl:first-child:before,
.pearl:last-child:after {
    display: none !important;
}

.pearl-number,
.pearl-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #ccd5db;
    border: 2px solid #ccd5db;
    border-radius: 50%;
}

.pearl-number {
    font-size: 18px;
}

.pearl-icon {
    font-size: 18px;
}

.pearl-title {
    display: block;
    margin-top: .5em;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 16px;
    color: #526069;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}

.pearl.current:before,
.pearl.current:after {
    background-color: #62a8ea;
}

.pearl.current .pearl-number,
.pearl.current .pearl-icon {
    color: #62a8ea;
    background-color: #fff;
    border-color: #62a8ea;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.pearl.disabled {
    pointer-events: none;
    cursor: auto;
}

.pearl.disabled:before,
.pearl.disabled:after {
    background-color: #f3f7f9;
}

.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
    color: #fff;
    background-color: #ccd5db;
    border-color: #ccd5db;
}

.pearl.error:before {
    background-color: #62a8ea;
}

.pearl.error:after {
    background-color: #f3f7f9;
}

.pearl.error .pearl-number,
.pearl.error .pearl-icon {
    color: #f96868;
    background-color: #fff;
    border-color: #f96868;
}

.pearl.done:before,
.pearl.done:after {
    background-color: #62a8ea;
}

.pearl.done .pearl-number,
.pearl.done .pearl-icon {
    color: #fff;
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.pearls-lg .pearl:before,
.pearls-lg .pearl:after {
    top: 20px;
}

.pearls-lg .pearl-title {
    font-size: 18px;
}

.pearls-lg .pearl-number,
.pearls-lg .pearl-icon {
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.pearls-lg .pearl-icon {
    font-size: 20px;
}

.pearls-lg .pearl-number {
    font-size: 20px;
}

.pearls-sm .pearl:before,
.pearls-sm .pearl:after {
    top: 16px;
}

.pearls-sm .pearl-title {
    font-size: 14px;
}

.pearls-sm .pearl-number,
.pearls-sm .pearl-icon {
    width: 32px;
    height: 32px;
    line-height: 28px;
}

.pearls-sm .pearl-number {
    font-size: 16px;
}

.pearls-sm .pearl-icon {
    font-size: 14px;
}

.pearls-xs .pearl:before,
.pearls-xs .pearl:after {
    top: 12px;
    height: 2px;
}

.pearls-xs .pearl-title {
    font-size: 12px;
}

.pearls-xs .pearl-number,
.pearls-xs .pearl-icon {
    width: 24px;
    height: 24px;
    line-height: 20px;
}

.pearls-xs .pearl-number {
    font-size: 12px;
}

.pearls-xs .pearl-icon {
    font-size: 12px;
}

.timeline {
    position: relative;
    padding: 0;
    margin-bottom: 22px;
    list-style: none;
    background: transparent;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    content: "";
    background-color: #e4eaec;
}

.timeline:after {
    display: table;
    content: "";
}

.timeline:after {
    clear: both;
}

.timeline>li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-right: 40px;
    margin-bottom: 60px;
    clear: left;
}

.timeline>li.timeline-period {
    position: relative;
    z-index: 6;
    display: block;
    float: none;
    width: 200px;
    padding: 25px 10px;
    margin: 20px auto 30px;
    clear: both;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    background: #f1f4f5;
}

.timeline>li.timeline-reverse {
    float: right;
    padding-right: 0;
    padding-left: 40px;
    clear: right;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline:not(.timeline-single)>li:not(.timeline-period):first-child+.timeline-item,
.timeline:not(.timeline-single)>li.timeline-period+.timeline-item+.timeline-item {
    margin-top: 90px;
}

.timeline-content {
    float: left;
    width: 100%;
    overflow: hidden;
    clear: left;
}

.timeline-reverse .timeline-content {
    float: right;
    clear: right;
}

.timeline-content>.widget {
    margin: 0;
}

.timeline-dot {
    position: absolute;
    top: 7.5px;
    right: 0;
    z-index: 11;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #62a8ea;
    border-radius: 50%;
}

.timeline-reverse .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0;
}

.timeline .timeline-dot {
    width: 14px;
    height: 14px;
    margin-right: -7px;
    line-height: 14px;
}

.timeline .timeline-reverse .timeline-dot {
    margin-left: -7px;
}

.timeline.timeline-single {
    margin-left: 7px;
}

.timeline.timeline-single .timeline-dot {
    margin-left: -7px;
}

@media screen and (max-width:767px) {
    .timeline {
        margin-left: 7px;
    }

    .timeline .timeline-dot {
        margin-left: -7px;
    }
}

.timeline-info {
    float: right;
    padding: 0 20px;
    margin-bottom: 22px;
    line-height: 28px;
    text-align: center;
    background: #e4eaec;
    border: 1px solid #e4eaec;
    border-radius: 20px;
}

.timeline-reverse .timeline-info {
    float: left;
}

.timeline-footer {
    position: absolute;
    right: 0;
    bottom: -30px;
    margin-right: 55px;
}

.timeline-footer .icon {
    margin-right: .3em;
}

.timeline-reverse .timeline-footer {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 55px;
}

.timeline-reverse+.timeline-reverse {
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .timeline:before {
        left: 0;
    }

    .timeline>li,
    .timeline li.timeline-reverse {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 40px;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .timeline-content {
        float: none;
    }

    .timeline-dot {
        right: auto;
        left: 0;
        margin-right: 0;
        margin-left: -7px;
    }

    .timeline-info {
        display: inline-block;
        float: none;
    }

    .timeline-footer {
        right: auto;
        bottom: -26px;
        left: 0;
        margin-right: 0;
        margin-left: 40px;
    }
}

.timeline-single:before {
    left: 0;
}

.timeline-single>li {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
    margin-bottom: 60px;
}

.timeline-single .timeline-content {
    float: none;
}

.timeline-single .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -7px;
}

.timeline-single .timeline-info {
    float: left;
}

.timeline-single .timeline-footer {
    right: auto;
    bottom: -26px;
    left: 0;
    margin-right: 0;
    margin-left: 40px;
}

.timeline-icon .timeline-dot {
    width: 40px;
    height: 40px;
    margin-right: -20px;
    line-height: 40px;
}

.timeline-icon .timeline-reverse .timeline-dot {
    margin-left: -20px;
}

.timeline-icon.timeline-single {
    margin-left: 20px;
}

.timeline-icon.timeline-single .timeline-dot {
    margin-left: -20px;
}

@media screen and (max-width:767px) {
    .timeline-icon {
        margin-left: 20px;
    }

    .timeline-icon .timeline-dot {
        margin-left: -20px;
    }
}

.timeline-icon .timeline-dot {
    top: -5.5px;
}

.timeline-avatar .timeline-dot {
    width: 40px;
    height: 40px;
    margin-right: -20px;
    line-height: 40px;
}

.timeline-avatar .timeline-reverse .timeline-dot {
    margin-left: -20px;
}

.timeline-avatar.timeline-single {
    margin-left: 20px;
}

.timeline-avatar.timeline-single .timeline-dot {
    margin-left: -20px;
}

@media screen and (max-width:767px) {
    .timeline-avatar {
        margin-left: 20px;
    }

    .timeline-avatar .timeline-dot {
        margin-left: -20px;
    }
}

.timeline-avatar-sm .timeline-dot {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    line-height: 30px;
}

.timeline-avatar-sm .timeline-reverse .timeline-dot {
    margin-left: -15px;
}

.timeline-avatar-sm.timeline-single {
    margin-left: 15px;
}

.timeline-avatar-sm.timeline-single .timeline-dot {
    margin-left: -15px;
}

@media screen and (max-width:767px) {
    .timeline-avatar-sm {
        margin-left: 15px;
    }

    .timeline-avatar-sm .timeline-dot {
        margin-left: -15px;
    }
}

.timeline-avatar-lg .timeline-dot {
    width: 50px;
    height: 50px;
    margin-right: -25px;
    line-height: 50px;
}

.timeline-avatar-lg .timeline-reverse .timeline-dot {
    margin-left: -25px;
}

.timeline-avatar-lg.timeline-single {
    margin-left: 25px;
}

.timeline-avatar-lg.timeline-single .timeline-dot {
    margin-left: -25px;
}

@media screen and (max-width:767px) {
    .timeline-avatar-lg {
        margin-left: 25px;
    }

    .timeline-avatar-lg .timeline-dot {
        margin-left: -25px;
    }
}

.timeline-simple .timeline-dot {
    top: 0;
    margin-top: 10px;
}

.timeline-feed .timeline-dot {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    line-height: 30px;
}

.timeline-feed .timeline-reverse .timeline-dot {
    margin-left: -15px;
}

.timeline-feed.timeline-single {
    margin-left: 15px;
}

.timeline-feed.timeline-single .timeline-dot {
    margin-left: -15px;
}

@media screen and (max-width:767px) {
    .timeline-feed {
        margin-left: 15px;
    }

    .timeline-feed .timeline-dot {
        margin-left: -15px;
    }
}

.timeline-feed.timeline-simple .timeline-dot {
    margin-top: 5px;
}

.timeline-feed>li {
    padding-right: 30px;
    margin-bottom: 22px;
}

.timeline-feed>li.timeline-reverse {
    padding-left: 30px;
}

.timeline-feed.timeline-single>li {
    padding-left: 30px;
}

@media screen and (max-width:767px) {
    .timeline-feed>li {
        padding-right: 30px;
        margin-bottom: 22px;
    }
}

.testimonial {
    margin: 3px 3px 22px;
}

.testimonial-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.testimonial-item {
    float: left;
    padding: 0 15px 30px;
    margin: 0;
}

.testimonial-content {
    position: relative;
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #f3f7f9;
    border-radius: 3px;
}

.testimonial-content:before {
    position: absolute;
    bottom: -7px;
    left: 33px;
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    background-color: #f3f7f9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonial-content>p:last-child {
    margin-bottom: 0;
}

.testimonial-image {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.testimonial-author {
    display: block;
    margin-left: 75px;
    font-size: 18px;
}

.testimonial-company {
    display: block;
    margin-left: 75px;
    font-size: 12px;
    opacity: .8;
}

.testimonial-control a {
    color: #ccd5db;
}

.testimonial-control a:hover {
    color: #89bceb;
    text-decoration: none;
}

.testimonial-reverse .testimonial-content:before {
    right: 33px;
    left: auto;
}

.testimonial-reverse .testimonial-image {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}

.testimonial-reverse .testimonial-author,
.testimonial-reverse .testimonial-company {
    margin-right: 75px;
    margin-left: 0;
    text-align: right;
}

.testimonial-top .testimonial-item {
    padding: 30px 15px 0;
}

.testimonial-top .testimonial-content {
    margin-top: 30px;
    margin-bottom: 10px;
}

.testimonial-top .testimonial-content:before {
    top: -7px;
    bottom: auto;
}

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

.testimonial.carousel .testimonial-item {
    position: relative;
    display: none;
    width: 100%;
    padding: 10px;
    -webkit-transition: left .6s ease-in-out 0s;
    -o-transition: left .6s ease-in-out 0s;
    transition: left .6s ease-in-out 0s;
}

.testimonial.carousel .testimonial-item.active,
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
    display: block;
}

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

.testimonial.carousel .testimonial-item.next {
    left: 100%;
}

.testimonial.carousel .testimonial-item.prev {
    left: -100%;
}

.testimonial.carousel .testimonial-item.next.left,
.testimonial.carousel .testimonial-item.prev.right {
    left: 0;
}

.testimonial.carousel .testimonial-item.active {
    left: 0;
}

.testimonial.carousel .testimonial-item.active.left {
    left: -100%;
}

.testimonial.carousel .testimonial-item.active.right {
    left: 100%;
}

.testimonial.carousel .testimonial-content {
    padding: 10px;
}

.testimonial.carousel .testimonial-control {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.testimonial.carousel .testimonial-control>* {
    margin-left: 10px;
}

.testimonial.carousel.testimonial-reverse .testimonial-control {
    right: auto;
    left: 10px;
}

.testimonial.carousel.testimonial-reverse .testimonial-control>* {
    margin-right: 10px;
    margin-left: 0;
}

.testimonial.carousel.testimonial-top .testimonial-control {
    top: 20px;
    bottom: auto;
}

.pricing-list {
    margin-bottom: 22px;
    text-align: center;
    border: 1px solid #e4eaec;
    border-radius: 3px;
}

.pricing-list [class^="bg-"],
.pricing-list [class*="bg-"],
.pricing-list [class^="bg-"] *,
.pricing-list [class*="bg-"] * {
    color: #fff;
}

.pricing-list .pricing-header {
    border-bottom: 1px solid #e4eaec;
    border-radius: 3px 3px 0 0;
}

.pricing-list .pricing-title {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px 3px 0 0;
}

.pricing-list .pricing-price {
    padding: 20px 30px;
    margin: 0;
    font-size: 54px;
    font-weight: 500;
    color: #37474f;
}

.pricing-list .pricing-period {
    font-size: 14px;
    font-weight: 300;
}

.pricing-list .pricing-features {
    padding: 0 18px;
    margin: 0;
}

.pricing-list .pricing-features li {
    display: block;
    padding: 15px;
    list-style: none;
    border-top: 1px dashed #e4eaec;
}

.pricing-list .pricing-features li:first-child {
    border-top: none;
}

.pricing-list .pricing-footer {
    padding: 30px;
    border-radius: 0 0 3px 3px;
}

.pricing-table {
    padding-top: 30px;
    text-align: center;
}

.pricing-table:before,
.pricing-table:after {
    display: table;
    content: " ";
}

.pricing-table:after {
    clear: both;
}

.pricing-table [class*="pricing-column"] {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-right: none;
}

.pricing-table [class*="pricing-column"]:last-child {
    border-right: 1px solid #e4eaec;
}

.pricing-table [class*="pricing-column"].featured {
    position: relative;
    margin-right: -1px;
    background-color: #fff;
    border-right: 1px solid #e4eaec;
}

.pricing-table .pricing-header {
    padding-bottom: 24px;
    margin: 30px 30px 25px;
    border-bottom: 1px solid #e4eaec;
}

.pricing-table .pricing-price {
    font-size: 48px;
}

.pricing-table .pricing-currency {
    display: inline-block;
    margin-top: 10px;
    margin-right: -10px;
    font-size: 20px;
    vertical-align: top;
}

.pricing-table .pricing-period {
    font-size: 16px;
}

.pricing-table .pricing-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pricing-table .pricing-features {
    padding: 0;
    margin: 0;
}

.pricing-table .pricing-features li {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    list-style: none;
}

.pricing-table .pricing-footer {
    padding: 20px 0;
    margin: 25px 30px 30px;
}

@media screen and (min-width:768px) {
    .pricing-table .pricing-column-three {
        width: 33.33%;
    }

    .pricing-table .pricing-column-three.featured {
        top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .pricing-table .pricing-column-four {
        width: 50%;
    }

    .pricing-table .pricing-column-five {
        width: 50%;
    }
}

@media screen and (min-width:1200px) {
    .pricing-table .pricing-column-four {
        width: 25%;
    }

    .pricing-table .pricing-column-five {
        width: 20%;
    }

    .pricing-table .pricing-column-four.featured,
    .pricing-table .pricing-column-five.featured {
        top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }
}

.rating {
    display: inline-block;
    margin: 0 .5rem 0 0;
    font-size: 0;
    vertical-align: middle;
}

.rating:before {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: '';
}

.rating.hover .icon.active {
    opacity: .5;
}

.rating .icon {
    width: 1em;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #ccd5db;
    vertical-align: middle;
    cursor: pointer;
}

.rating .icon:before {
    -webkit-transition: color .3s ease, opacity .3s ease;
    -o-transition: color .3s ease, opacity .3s ease;
    transition: color .3s ease, opacity .3s ease;
}

.rating .icon.active {
    color: #f2a654 !important;
}

.rating .icon.active.hover {
    color: #f2a654 !important;
    opacity: 1;
}

.rating .icon.hover {
    color: #f2a654 !important;
    opacity: 1;
}

.rating .icon:last-child {
    margin-right: 0;
}

.rating-disabled .icon {
    cursor: default;
}

.rating-sm .icon {
    font-size: 12px;
}

.rating-lg .icon {
    font-size: 18px;
}

.ribbon {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: transparent;
}

.ribbon-inner {
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    background-color: #526069;
}

.ribbon-inner .icon {
    font-size: 16px;
}

.ribbon-lg .ribbon-inner {
    height: 38px;
    font-size: 18px;
    line-height: 38px;
}

.ribbon-sm .ribbon-inner {
    height: 26px;
    font-size: 12px;
    line-height: 26px;
}

.ribbon-xs .ribbon-inner {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
}

.ribbon-vertical .ribbon-inner {
    top: 0;
    left: 16px;
    width: 30px;
    height: 60px;
    padding: 15px 0;
}

.ribbon-vertical.ribbon-xs .ribbon-inner {
    width: 22px;
    height: 50px;
}

.ribbon-vertical.ribbon-sm .ribbon-inner {
    width: 26px;
    height: 55px;
}

.ribbon-vertical.ribbon-lg .ribbon-inner {
    width: 38px;
    height: 70px;
}

.ribbon-reverse {
    right: -3px;
    left: auto;
}

.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto;
}

.ribbon-reverse.ribbon-vertical .ribbon-inner {
    right: 16px;
}

.ribbon-bookmark .ribbon-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ribbon-bookmark .ribbon-inner:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid #526069;
    border-right: 10px solid transparent;
}

.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    top: 100%;
    left: 0;
    margin-top: -15px;
    border-right: 15px solid #526069;
    border-bottom: 10px solid transparent;
}

.ribbon-bookmark.ribbon-vertical.ribbon-xs .ribbon-inner:before {
    margin-top: -11px;
}

.ribbon-bookmark.ribbon-vertical.ribbon-sm .ribbon-inner:before {
    margin-top: -13px;
}

.ribbon-bookmark.ribbon-vertical.ribbon-lg .ribbon-inner:before {
    margin-top: -19px;
}

.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    right: 100%;
    left: auto;
    border-right: 15px solid #526069;
    border-left: 10px solid transparent;
}

.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
    right: auto;
    left: 0;
    border-right-color: #526069;
    border-bottom-color: transparent;
    border-left: 15px solid #526069;
}

.ribbon-bookmark.ribbon-xs .ribbon-inner:before {
    border-width: 11px;
}

.ribbon-bookmark.ribbon-sm .ribbon-inner:before {
    border-width: 13px;
}

.ribbon-bookmark.ribbon-lg .ribbon-inner:before {
    border-width: 19px;
}

.ribbon-badge {
    top: -2px;
    left: -2px;
    overflow: hidden;
}

.ribbon-badge .ribbon-inner {
    left: -40px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon-badge.ribbon-reverse {
    right: -2px;
    left: auto;
}

.ribbon-badge.ribbon-reverse .ribbon-inner {
    right: -40px;
    left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom {
    top: auto;
    bottom: -2px;
}

.ribbon-badge.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom.ribbon-reverse .ribbon-inner {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon-corner {
    top: 0;
    left: 0;
    overflow: hidden;
}

.ribbon-corner .ribbon-inner {
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    background-color: transparent;
}

.ribbon-corner .ribbon-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 30px solid transparent;
    border-top-color: #526069;
    border-left-color: #526069;
}

.ribbon-corner.ribbon-reverse {
    right: 0;
    left: auto;
}

.ribbon-corner.ribbon-reverse .ribbon-inner {
    right: 0;
    left: auto;
}

.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    right: 0;
    left: auto;
    border-right-color: #526069;
    border-left-color: transparent;
}

.ribbon-corner.ribbon-bottom {
    top: auto;
    bottom: 0;
}

.ribbon-corner.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 0;
}

.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    top: auto;
    bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #526069;
}

.ribbon-corner.ribbon-xs .ribbon-inner {
    width: 28px;
    height: 26px;
    line-height: 26px;
}

.ribbon-corner.ribbon-xs .ribbon-inner:before {
    border-width: 22px;
}

.ribbon-corner.ribbon-xs .ribbon-inner>.icon {
    font-size: 12px;
}

.ribbon-corner.ribbon-sm .ribbon-inner {
    width: 34px;
    height: 32px;
    line-height: 32px;
}

.ribbon-corner.ribbon-sm .ribbon-inner:before {
    border-width: 26px;
}

.ribbon-corner.ribbon-sm .ribbon-inner>.icon {
    font-size: 12px;
}

.ribbon-corner.ribbon-lg .ribbon-inner {
    width: 46px;
    height: 44px;
    line-height: 44px;
}

.ribbon-corner.ribbon-lg .ribbon-inner:before {
    border-width: 36px;
}

.ribbon-corner.ribbon-lg .ribbon-inner>.icon {
    font-size: 18px;
}

.ribbon-clip {
    left: -14px;
}

.ribbon-clip .ribbon-inner {
    padding-left: 23px;
    border-radius: 0 5px 5px 0;
}

.ribbon-clip .ribbon-inner:after {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-color: #37474f;
    border-right-color: #37474f;
}

.ribbon-clip.ribbon-reverse {
    right: -14px;
    left: auto;
}

.ribbon-clip.ribbon-reverse .ribbon-inner {
    padding-right: 23px;
    padding-left: 15px;
    border-radius: 5px 0 0 5px;
}

.ribbon-clip.ribbon-reverse .ribbon-inner:after {
    right: 0;
    left: auto;
    border-right-color: transparent;
    border-left-color: #37474f;
}

.ribbon-clip.ribbon-bottom {
    top: auto;
    bottom: -3px;
}

.ribbon-clip.ribbon-bottom .ribbon-inner {
    top: auto;
    bottom: 16px;
}

.ribbon-clip.ribbon-bottom .ribbon-inner:after {
    top: -14px;
    bottom: auto;
    border-top-color: transparent;
    border-bottom-color: #37474f;
}

.ribbon-primary .ribbon-inner {
    background-color: #62a8ea;
}

.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
    border-color: #62a8ea;
    border-right-color: transparent;
}

.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-left-color: transparent;
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-bottom-color: transparent;
}

.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-bottom-color: transparent;
    border-left-color: #62a8ea;
}

.ribbon-primary.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-primary.ribbon-corner .ribbon-inner:before {
    border-top-color: #62a8ea;
    border-left-color: #62a8ea;
}

.ribbon-primary.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #62a8ea;
    border-left-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #62a8ea;
}

.ribbon-primary .ribbon-inner:after {
    border-top-color: #4e97d9;
    border-right-color: #4e97d9;
}

.ribbon-primary.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #4e97d9;
}

.ribbon-primary.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #4e97d9;
}

.ribbon-success .ribbon-inner {
    background-color: #46be8a;
}

.ribbon-success.ribbon-bookmark .ribbon-inner:before {
    border-color: #46be8a;
    border-right-color: transparent;
}

.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-left-color: transparent;
}

.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #46be8a;
    border-bottom-color: transparent;
}

.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-bottom-color: transparent;
    border-left-color: #46be8a;
}

.ribbon-success.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-success.ribbon-corner .ribbon-inner:before {
    border-top-color: #46be8a;
    border-left-color: #46be8a;
}

.ribbon-success.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #46be8a;
    border-left-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #46be8a;
}

.ribbon-success .ribbon-inner:after {
    border-top-color: #36ab7a;
    border-right-color: #36ab7a;
}

.ribbon-success.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #36ab7a;
}

.ribbon-success.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #36ab7a;
}

.ribbon-info .ribbon-inner {
    background-color: #57c7d4;
}

.ribbon-info.ribbon-bookmark .ribbon-inner:before {
    border-color: #57c7d4;
    border-right-color: transparent;
}

.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-left-color: transparent;
}

.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-bottom-color: transparent;
}

.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-bottom-color: transparent;
    border-left-color: #57c7d4;
}

.ribbon-info.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-info.ribbon-corner .ribbon-inner:before {
    border-top-color: #57c7d4;
    border-left-color: #57c7d4;
}

.ribbon-info.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #57c7d4;
    border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #57c7d4;
}

.ribbon-info .ribbon-inner:after {
    border-top-color: #47b8c6;
    border-right-color: #47b8c6;
}

.ribbon-info.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #47b8c6;
}

.ribbon-info.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #47b8c6;
}

.ribbon-warning .ribbon-inner {
    background-color: #f2a654;
}

.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
    border-color: #f2a654;
    border-right-color: transparent;
}

.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-left-color: transparent;
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #f2a654;
    border-bottom-color: transparent;
}

.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-bottom-color: transparent;
    border-left-color: #f2a654;
}

.ribbon-warning.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-warning.ribbon-corner .ribbon-inner:before {
    border-top-color: #f2a654;
    border-left-color: #f2a654;
}

.ribbon-warning.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f2a654;
    border-left-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #f2a654;
}

.ribbon-warning .ribbon-inner:after {
    border-top-color: #ec9940;
    border-right-color: #ec9940;
}

.ribbon-warning.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #ec9940;
}

.ribbon-warning.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #ec9940;
}

.ribbon-danger .ribbon-inner {
    background-color: #f96868;
}

.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
    border-color: #f96868;
    border-right-color: transparent;
}

.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-left-color: transparent;
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
    border-right-color: #f96868;
    border-bottom-color: transparent;
}

.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-bottom-color: transparent;
    border-left-color: #f96868;
}

.ribbon-danger.ribbon-corner .ribbon-inner {
    background-color: transparent;
}

.ribbon-danger.ribbon-corner .ribbon-inner:before {
    border-top-color: #f96868;
    border-left-color: #f96868;
}

.ribbon-danger.ribbon-corner.ribbon-reverse .ribbon-inner:before {
    border-right-color: #f96868;
    border-left-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom .ribbon-inner:before {
    border-top-color: transparent;
    border-bottom-color: #f96868;
}

.ribbon-danger .ribbon-inner:after {
    border-top-color: #e9595b;
    border-right-color: #e9595b;
}

.ribbon-danger.ribbon-reverse .ribbon-inner:after {
    border-right-color: transparent;
    border-left-color: #e9595b;
}

.ribbon-danger.ribbon-bottom .ribbon-inner:after {
    border-top-color: transparent;
    border-bottom-color: #e9595b;
}

.dotnav {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.dotnav>li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 16px;
    vertical-align: top;
    list-style: none;
}

.dotnav>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.dotnav>li>a:focus {
    outline: none;
}

.dotnav>li.active>a,
.dotnav>li:hover>a,
.dotnav>li:focus>a {
    background-color: #fff;
}

.dotnav-scaleup>li>a {
    -webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s, background-color .3s ease 0s;
    transition: transform .3s ease 0s, background-color .3s ease 0s;
}

.dotnav-scaleup>li.active>a {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.dotnav-stroke>li>a {
    border: 2px solid transparent;
    -webkit-transition: border .3s ease 0s, background-color .3s ease 0s;
    -o-transition: border .3s ease 0s, background-color .3s ease 0s;
    transition: border .3s ease 0s, background-color .3s ease 0s;
}

.dotnav-stroke>li.active>a {
    background-color: transparent;
    border-color: #fff;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.dotnav-fillin>li>a {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
}

.dotnav-fillin>li:hover>a,
.dotnav-fillin>li:focus>a {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .6) inset;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .6) inset;
}

.dotnav-fillin>li.active>a {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset;
}

.dotnav-dotstroke>li>a {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .5) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .5) inset;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
}

.dotnav-dotstroke>li.active>a {
    background-color: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}

.dotnav-fall>li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    content: '';
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    -o-transition: -o-transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    -webkit-transform: translate(0%, -200%);
    -ms-transform: translate(0%, -200%);
    -o-transform: translate(0%, -200%);
    transform: translate(0%, -200%);
}

.dotnav-fall>li>a {
    -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
    transition: transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s;
}

.dotnav-fall>li.active:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s, opacity .3s ease 0s;
    transition: transform .3s ease 0s, opacity .3s ease 0s;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.dotnav-fall>li.active>a {
    opacity: 0;
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%);
}

.color-selector {
    padding: 0;
    margin: 0;
    list-style: none;
}

.color-selector>li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 8px 8px 0;
    background-color: #62a8ea;
    border-radius: 100%;
}

.color-selector>li:hover {
    opacity: .8;
}

.color-selector>li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: inherit;
    height: inherit;
    content: "";
    background: inherit;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: inherit;
}

.color-selector>li input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: inherit;
    height: inherit;
    cursor: pointer;
    border-radius: inherit;
    opacity: 0;
}

.color-selector>li input[type="radio"]:disabled {
    cursor: not-allowed;
}

.color-selector>li label {
    position: relative;
    font-family: "Web Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.color-selector>li input[type="radio"]:checked+label:after {
    position: absolute;
    top: 0;
    left: 8px;
    display: inline-block;
    margin-top: -2px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    content: "\f192";
}

.color-selector>li.color-selector-disabled {
    background-color: #ccd5db !important;
}

.color-selector>li.color-selector-disabled input[type="radio"]:disabled {
    cursor: not-allowed;
}

.width-50 {
    width: 50px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.width-350 {
    width: 350px;
}

.width-400 {
    width: 400px;
}

.width-450 {
    width: 450px;
}

.width-500 {
    width: 500px;
}

.width-full {
    width: 100% !important;
}

@media (max-width:767px) {
    .width-xs-50 {
        width: 50px;
    }

    .width-xs-100 {
        width: 100px;
    }

    .width-xs-150 {
        width: 150px;
    }

    .width-xs-200 {
        width: 200px;
    }

    .width-xs-250 {
        width: 250px;
    }

    .width-xs-300 {
        width: 300px;
    }

    .width-xs-350 {
        width: 350px;
    }

    .width-xs-400 {
        width: 400px;
    }

    .width-xs-450 {
        width: 450px;
    }

    .width-xs-500 {
        width: 500px;
    }

    .width-xs-100pc {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .width-sm-50 {
        width: 50px;
    }

    .width-sm-100 {
        width: 100px;
    }

    .width-sm-150 {
        width: 150px;
    }

    .width-sm-200 {
        width: 200px;
    }

    .width-sm-250 {
        width: 250px;
    }

    .width-sm-300 {
        width: 300px;
    }

    .width-sm-350 {
        width: 350px;
    }

    .width-sm-400 {
        width: 400px;
    }

    .width-sm-450 {
        width: 450px;
    }

    .width-sm-500 {
        width: 500px;
    }

    .width-sm-100pc {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .width-md-50 {
        width: 50px;
    }

    .width-md-100 {
        width: 100px;
    }

    .width-md-150 {
        width: 150px;
    }

    .width-md-200 {
        width: 200px;
    }

    .width-md-250 {
        width: 250px;
    }

    .width-md-300 {
        width: 300px;
    }

    .width-md-350 {
        width: 350px;
    }

    .width-md-400 {
        width: 400px;
    }

    .width-md-450 {
        width: 450px;
    }

    .width-md-500 {
        width: 500px;
    }
}

@media (min-width:1200px) {
    .width-lg-50 {
        width: 50px;
    }

    .width-lg-100 {
        width: 100px;
    }

    .width-lg-150 {
        width: 150px;
    }

    .width-lg-200 {
        width: 200px;
    }

    .width-lg-250 {
        width: 250px;
    }

    .width-lg-300 {
        width: 300px;
    }

    .width-lg-350 {
        width: 350px;
    }

    .width-lg-400 {
        width: 400px;
    }

    .width-lg-450 {
        width: 450px;
    }

    .width-lg-500 {
        width: 500px;
    }
}

.height-50 {
    height: 50px;
}

.height-100 {
    height: 100px;
}

.height-120 {
    height: 120px;
}

.height-150 {
    height: 150px;
}

.height-200 {
    height: 200px;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-400 {
    height: 400px;
}

.height-450 {
    height: 450px;
}

.height-500 {
    height: 500px;
}

.height-full {
    height: 100% !important;
}

@media (max-width:767px) {
    .height-xs-50 {
        height: 50px;
    }

    .height-xs-100 {
        height: 100px;
    }

    .height-xs-120 {
        height: 120px;
    }

    .height-xs-150 {
        height: 150px;
    }

    .height-xs-200 {
        height: 200px;
    }

    .height-xs-250 {
        height: 250px;
    }

    .height-xs-300 {
        height: 300px;
    }

    .height-xs-350 {
        height: 350px;
    }

    .height-xs-400 {
        height: 400px;
    }

    .height-xs-450 {
        height: 450px;
    }

    .height-xs-500 {
        height: 500px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .height-sm-50 {
        height: 50px;
    }

    .height-sm-100 {
        height: 100px;
    }

    .height-sm-120 {
        height: 120px;
    }

    .height-sm-150 {
        height: 150px;
    }

    .height-sm-200 {
        height: 200px;
    }

    .height-sm-250 {
        height: 250px;
    }

    .height-sm-300 {
        height: 300px;
    }

    .height-sm-350 {
        height: 350px;
    }

    .height-sm-400 {
        height: 400px;
    }

    .height-sm-450 {
        height: 450px;
    }

    .height-sm-500 {
        height: 500px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .height-md-50 {
        height: 50px;
    }

    .height-md-100 {
        height: 100px;
    }

    .height-md-120 {
        height: 120px;
    }

    .height-md-150 {
        height: 150px;
    }

    .height-md-200 {
        height: 200px;
    }

    .height-md-250 {
        height: 250px;
    }

    .height-md-300 {
        height: 300px;
    }

    .height-md-350 {
        height: 350px;
    }

    .height-md-400 {
        height: 400px;
    }

    .height-md-450 {
        height: 450px;
    }

    .height-md-500 {
        height: 500px;
    }
}

@media (min-width:1200px) {
    .height-lg-50 {
        height: 50px;
    }

    .height-lg-100 {
        height: 100px;
    }

    .height-lg-120 {
        height: 120px;
    }

    .height-lg-150 {
        height: 150px;
    }

    .height-lg-200 {
        height: 200px;
    }

    .height-lg-250 {
        height: 250px;
    }

    .height-lg-300 {
        height: 300px;
    }

    .height-lg-350 {
        height: 350px;
    }

    .height-lg-400 {
        height: 400px;
    }

    .height-lg-450 {
        height: 450px;
    }

    .height-lg-500 {
        height: 500px;
    }
}

.margin-0 {
    margin: 0 !important;
}

.margin-3 {
    margin: 3px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-35 {
    margin: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-45 {
    margin: 45px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-60 {
    margin: 60px !important;
}

.margin-70 {
    margin: 70px !important;
}

.margin-80 {
    margin: 80px !important;
}

.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-vertical-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.margin-horizontal-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.margin-horizontal-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
}

.margin-horizontal-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

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

.margin-horizontal-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.margin-horizontal-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.margin-horizontal-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.margin-horizontal-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.margin-horizontal-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
}

.margin-horizontal-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.margin-horizontal-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
}

.margin-horizontal-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.margin-horizontal-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.margin-horizontal-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
}

.margin-horizontal-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-3 {
    margin-bottom: 3px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

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

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

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

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

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

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-3 {
    margin-left: 3px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

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

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

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

.margin-right-3 {
    margin-right: 3px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

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

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

@media (max-width:767px) {
    .margin-xs-0 {
        margin: 0 !important;
    }
}

@media (min-width:768px) {
    .margin-sm-0 {
        margin: 0 !important;
    }
}

@media (min-width:992px) {
    .margin-md-0 {
        margin: 0 !important;
    }
}

@media (min-width:1200px) {
    .margin-lg-0 {
        margin: 0 !important;
    }
}

.padding-0 {
    padding: 0 !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-vertical-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.padding-horizontal-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.padding-horizontal-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.padding-horizontal-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.padding-horizontal-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.padding-horizontal-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.padding-horizontal-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.padding-horizontal-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.padding-horizontal-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.padding-horizontal-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.padding-horizontal-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.padding-horizontal-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.padding-horizontal-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.padding-horizontal-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.padding-horizontal-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.padding-horizontal-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-3 {
    padding-bottom: 3px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-3 {
    padding-right: 3px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

@media (max-width:767px) {
    .padding-xs-0 {
        padding: 0 !important;
    }
}

@media (min-width:768px) {
    .padding-sm-0 {
        padding: 0 !important;
    }
}

@media (min-width:992px) {
    .padding-md-0 {
        padding: 0 !important;
    }
}

@media (min-width:1200px) {
    .padding-lg-0 {
        padding: 0 !important;
    }
}

.example-wrap {
    margin-bottom: 80px;
}

.example-wrap .example-wrap {
    margin-bottom: 0;
}

.example {
    margin-top: 20px;
    margin-bottom: 20px;
}

.example:before,
.example:after {
    display: table;
    content: " ";
}

.example:after {
    clear: both;
}

.example-title {
    text-transform: uppercase;
}

.example-title,
h4.example-title {
    font-size: 14px;
}

.panel-body>.example-wrap:last-child {
    margin-bottom: 0;
}

.panel-body>.row:last-child>[class*="col-"]:last-child .example-wrap:last-child {
    margin-bottom: 0;
}

.example-well {
    position: relative;
    margin-bottom: 30px;
    background-color: #f3f7f9;
}

.example-well .center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.example-dropdown .dropdown:before,
.example-dropdown .dropup:before,
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
    display: table;
    content: " ";
}

.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
    clear: both;
}

.example-dropdown .dropdown>.dropdown-toggle,
.example-dropdown .dropup>.dropdown-toggle {
    float: left;
}

.example-dropdown .dropdown>.dropdown-menu,
.example-dropdown .dropup>.dropdown-menu {
    position: static;
    display: block;
    clear: left;
}

.example-dropdown .dropdown>.dropdown-menu-right,
.example-dropdown .dropup>.dropdown-menu-right {
    float: right;
    clear: right;
}

.example-tooltip {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.example-tooltip .tooltip {
    position: relative;
    margin-right: 25px;
    opacity: 1;
}

.example-grid .example-col,
.example-blocks .example-col {
    min-height: 0;
    padding: 10px 15px 12px;
    background-color: #f3f7f9;
    border-radius: 0;
}

.example-grid .example-col {
    margin-bottom: 20px;
}

.example-grid .example-col .example-col {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #e2ecf1;
}

.example-popover {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.example-popover .popover {
    position: relative;
    display: block;
    margin-right: 25px;
}

.example-buttons .btn,
.example-buttons .btn-group,
.example-buttons .btn-group-vertical {
    margin-right: 15px;
    margin-bottom: 20px;
}

.example-buttons .btn-group-vertical .btn,
.example-buttons .btn-group .btn {
    margin-right: 0;
    margin-bottom: 0;
}

.example-box {
    position: relative;
    padding: 45px 15px 15px;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #e4eaec;
}

.example-box:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}

.example-avatars .avatar {
    margin-right: 20px;
    margin-bottom: 20px;
}

.example-avatars .avatar:last-child {
    margin-right: 20px;
}

.example-typography {
    position: relative;
    padding-left: 25%;
}

.example-typography .heading-note,
.example-typography .text-note {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 260px;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: #aab2bd;
}

.example-typography .text-note {
    top: 10px;
    bottom: auto;
}

.example-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .example-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}



@font-face {
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/web-icons/web-icons.eot?v=0.2.3);
    src: url(fonts/web-icons/web-icons.eot?#iefix&v=0.2.3) format('embedded-opentype'), url(fonts/web-icons/web-icons.woff2?v=0.2.3) format('woff2'), url(fonts/web-icons/web-icons.woff?v=0.2.3) format('woff'), url(fonts/web-icons/web-icons.ttf?v=0.2.3) format('truetype'), url(fonts/web-icons/web-icons.svg?v=0.2.3#web-icons) format('svg')
}

[class*=" wb-"],
[class^=wb-] {
    position: relative;
    display: inline-block;
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wb-dashboard:before {
    content: "\f101"
}

.wb-inbox:before {
    content: "\f102"
}

.wb-cloud:before {
    content: "\f103"
}

.wb-bell:before {
    content: "\f104"
}

.wb-book:before {
    content: "\f105"
}

.wb-bookmark:before {
    content: "\f106"
}

.wb-tag:before {
    content: "\f107"
}

.wb-library:before {
    content: "\f108"
}

.wb-share:before {
    content: "\f109"
}

.wb-reply:before {
    content: "\f10a"
}

.wb-refresh:before {
    content: "\f10b"
}

.wb-move:before {
    content: "\f10c"
}

.wb-chat:before {
    content: "\f10d"
}

.wb-chat-working:before {
    content: "\f10e"
}

.wb-chat-text:before {
    content: "\f10f"
}

.wb-chat-group:before {
    content: "\f110"
}

.wb-envelope:before {
    content: "\f111"
}

.wb-envelope-open:before {
    content: "\f112"
}

.wb-user:before {
    content: "\f113"
}

.wb-user-circle:before {
    content: "\f114"
}

.wb-users:before {
    content: "\f115"
}

.wb-user-add:before {
    content: "\f116"
}

.wb-grid-9:before {
    content: "\f117"
}

.wb-grid-4:before {
    content: "\f118"
}

.wb-menu:before {
    content: "\f119"
}

.wb-layout:before {
    content: "\f11a"
}

.wb-fullscreen:before {
    content: "\f11b"
}

.wb-fullscreen-exit:before {
    content: "\f11c"
}

.wb-expand:before {
    content: "\f11d"
}

.wb-contract:before {
    content: "\f11e"
}

.wb-arrow-expand:before {
    content: "\f11f"
}

.wb-arrow-shrink:before {
    content: "\f120"
}

.wb-desktop:before {
    content: "\f121"
}

.wb-mobile:before {
    content: "\f122"
}

.wb-signal:before {
    content: "\f123"
}

.wb-power:before {
    content: "\f124"
}

.wb-more-horizontal:before {
    content: "\f125"
}

.wb-more-vertical:before {
    content: "\f126"
}

.wb-globe:before {
    content: "\f127"
}

.wb-map:before {
    content: "\f128"
}

.wb-flag:before {
    content: "\f129"
}

.wb-pie-chart:before {
    content: "\f12a"
}

.wb-stats-bars:before {
    content: "\f12b"
}

.wb-pluse:before {
    content: "\f12c"
}

.wb-home:before {
    content: "\f12d"
}

.wb-shopping-cart:before {
    content: "\f12e"
}

.wb-payment:before {
    content: "\f12f"
}

.wb-briefcase:before {
    content: "\f130"
}

.wb-search:before {
    content: "\f131"
}

.wb-zoom-in:before {
    content: "\f132"
}

.wb-zoom-out:before {
    content: "\f133"
}

.wb-download:before {
    content: "\f134"
}

.wb-upload:before {
    content: "\f135"
}

.wb-sort-asc:before {
    content: "\f136"
}

.wb-sort-des:before {
    content: "\f137"
}

.wb-graph-up:before {
    content: "\f138"
}

.wb-graph-down:before {
    content: "\f139"
}

.wb-replay:before {
    content: "\f13a"
}

.wb-edit:before {
    content: "\f13b"
}

.wb-pencil:before {
    content: "\f13c"
}

.wb-rubber:before {
    content: "\f13d"
}

.wb-crop:before {
    content: "\f13e"
}

.wb-eye:before {
    content: "\f13f"
}

.wb-eye-close:before {
    content: "\f140"
}

.wb-image:before {
    content: "\f141"
}

.wb-gallery:before {
    content: "\f142"
}

.wb-video:before {
    content: "\f143"
}

.wb-camera:before {
    content: "\f144"
}

.wb-folder:before {
    content: "\f145"
}

.wb-clipboard:before {
    content: "\f146"
}

.wb-order:before {
    content: "\f147"
}

.wb-file:before {
    content: "\f148"
}

.wb-copy:before {
    content: "\f149"
}

.wb-add-file:before {
    content: "\f14a"
}

.wb-print:before {
    content: "\f14b"
}

.wb-calendar:before {
    content: "\f14c"
}

.wb-time:before {
    content: "\f14d"
}

.wb-trash:before {
    content: "\f14e"
}

.wb-plugin:before {
    content: "\f14f"
}

.wb-extension:before {
    content: "\f150"
}

.wb-memory:before {
    content: "\f151"
}

.wb-settings:before {
    content: "\f152"
}

.wb-scissor:before {
    content: "\f153"
}

.wb-wrench:before {
    content: "\f154"
}

.wb-hammer:before {
    content: "\f155"
}

.wb-lock:before {
    content: "\f156"
}

.wb-unlock:before {
    content: "\f157"
}

.wb-volume-low:before {
    content: "\f158"
}

.wb-volume-high:before {
    content: "\f159"
}

.wb-volume-off:before {
    content: "\f15a"
}

.wb-pause:before {
    content: "\f15b"
}

.wb-play:before {
    content: "\f15c"
}

.wb-stop:before {
    content: "\f15d"
}

.wb-musical:before {
    content: "\f15e"
}

.wb-random:before {
    content: "\f15f"
}

.wb-reload:before {
    content: "\f160"
}

.wb-loop:before {
    content: "\f161"
}

.wb-text:before {
    content: "\f162"
}

.wb-bold:before {
    content: "\f163"
}

.wb-italic:before {
    content: "\f164"
}

.wb-underline:before {
    content: "\f165"
}

.wb-format-clear:before {
    content: "\f166"
}

.wb-text-type:before {
    content: "\f167"
}

.wb-table:before {
    content: "\f168"
}

.wb-attach-file:before {
    content: "\f169"
}

.wb-paperclip:before {
    content: "\f16a"
}

.wb-link-intact:before {
    content: "\f16b"
}

.wb-link:before {
    content: "\f16c"
}

.wb-link-broken:before {
    content: "\f16d"
}

.wb-indent-increase:before {
    content: "\f16e"
}

.wb-indent-decrease:before {
    content: "\f16f"
}

.wb-align-justify:before {
    content: "\f170"
}

.wb-align-left:before {
    content: "\f171"
}

.wb-align-center:before {
    content: "\f172"
}

.wb-align-right:before {
    content: "\f173"
}

.wb-list-numbered:before {
    content: "\f174"
}

.wb-list-bulleted:before {
    content: "\f175"
}

.wb-list:before {
    content: "\f176"
}

.wb-emoticon:before {
    content: "\f177"
}

.wb-quote-right:before {
    content: "\f178"
}

.wb-code:before {
    content: "\f179"
}

.wb-code-working:before {
    content: "\f17a"
}

.wb-code-unfold:before {
    content: "\f17b"
}

.wb-chevron-right:before {
    content: "\f17c"
}

.wb-chevron-left:before {
    content: "\f17d"
}

.wb-chevron-left-mini:before {
    content: "\f17e"
}

.wb-chevron-right-mini:before {
    content: "\f17f"
}

.wb-chevron-up:before {
    content: "\f180"
}

.wb-chevron-down:before {
    content: "\f181"
}

.wb-chevron-up-mini:before {
    content: "\f182"
}

.wb-chevron-down-mini:before {
    content: "\f183"
}

.wb-arrow-left:before {
    content: "\f184"
}

.wb-arrow-right:before {
    content: "\f185"
}

.wb-arrow-up:before {
    content: "\f186"
}

.wb-arrow-down:before {
    content: "\f187"
}

.wb-dropdown:before {
    content: "\f188"
}

.wb-dropup:before {
    content: "\f189"
}

.wb-dropright:before {
    content: "\f18a"
}

.wb-dropleft:before {
    content: "\f18b"
}

.wb-sort-vertical:before {
    content: "\f18c"
}

.wb-triangle-left:before {
    content: "\f18d"
}

.wb-triangle-right:before {
    content: "\f18e"
}

.wb-triangle-down:before {
    content: "\f18f"
}

.wb-triangle-up:before {
    content: "\f190"
}

.wb-check-circle:before {
    content: "\f191"
}

.wb-check:before {
    content: "\f192"
}

.wb-check-mini:before {
    content: "\f193"
}

.wb-close:before {
    content: "\f194"
}

.wb-close-mini:before {
    content: "\f195"
}

.wb-plus-circle:before {
    content: "\f196"
}

.wb-plus:before {
    content: "\f197"
}

.wb-minus-circle:before {
    content: "\f198"
}

.wb-minus:before {
    content: "\f199"
}

.wb-alert-circle:before {
    content: "\f19a"
}

.wb-alert:before {
    content: "\f19b"
}

.wb-help-circle:before {
    content: "\f19c"
}

.wb-help:before {
    content: "\f19d"
}

.wb-info-circle:before {
    content: "\f19e"
}

.wb-info:before {
    content: "\f19f"
}

.wb-warning:before {
    content: "\f1a0"
}

.wb-heart:before {
    content: "\f1a1"
}

.wb-heart-outline:before {
    content: "\f1a2"
}

.wb-star:before {
    content: "\f1a3"
}

.wb-star-half:before {
    content: "\f1a4"
}

.wb-star-outline:before {
    content: "\f1a5"
}

.wb-thumb-up:before {
    content: "\f1a6"
}

.wb-thumb-down:before {
    content: "\f1a7"
}

.wb-small-point:before {
    content: "\f1a8"
}

.wb-medium-point:before {
    content: "\f1a9"
}

.wb-large-point:before {
    content: "\f1aa"
}



[class*=" fa-"],
[class^=fa-] {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fv-has-feedback {
    position: relative
}

.fv-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.fv-help-block {
    display: block
}

.fv-form-bootstrap .help-block {
    margin-bottom: 0
}

.fv-form-bootstrap .tooltip-inner {
    text-align: left
}

.fv-form-bootstrap .fv-icon-no-label {
    top: 0
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 11
}

.form-inline.fv-form-bootstrap .form-group {
    vertical-align: top
}

.fv-form-bootstrap .has-feedback {
    position: relative
}

.fv-form-bootstrap .has-feedback .form-control {
    padding-right: 45px
}

.fv-form-bootstrap .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.scrollable.is-enabled {
    overflow: hidden !important
}

.is-enabled .scrollable-container {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    overflow: hidden !important
}

.is-enabled .scrollable-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none
}

.scrollable-vertical.is-enabled .scrollable-container {
    overflow-y: scroll !important
}

.scrollable-horizontal.is-enabled .scrollable-container {
    overflow-x: scroll !important
}

.is-enabled .scrollable-content {
    position: relative !important;
    overflow: visible !important
}

.is-enabled .scrollable-content:after,
.is-enabled .scrollable-content:before {
    display: table;
    content: " "
}

.is-enabled .scrollable-content:after {
    clear: both
}

.scrollable-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none
}

.is-disabled .scrollable-bar {
    display: none
}

.scrollable-bar-hide {
    opacity: 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.scrollable-bar.is-dragging {
    opacity: 1
}

.scrollable-bar.is-disabled {
    display: none
}

.scrollable-bar-handle {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    cursor: pointer;
    background: rgba(163, 175, 183, .6);
    border-radius: 2px;
    -webkit-transition: width, height .5s;
    -o-transition: width, height .5s;
    transition: width, height .5s
}

.scrollable-bar-vertical {
    width: 4px;
    height: 100%;
    height: -webkit-calc(100% -2*4px);
    height: calc(100% -2*4px);
    margin: 4px 2px
}

.scrollable-bar-vertical .scrollable-bar-handle {
    width: 100%
}

.scrollable-bar-horizontal {
    width: 100%;
    width: -webkit-calc(100% -2*4px);
    width: calc(100% -2*4px);
    height: 4px;
    margin: 2px 4px
}

.scrollable-bar-vertical.is-dragging,
.scrollable-bar-vertical.is-hovering {
    width: 8px;
    margin: 4px 1px
}

.scrollable-bar-horizontal.is-dragging,
.scrollable-bar-horizontal.is-hovering {
    height: 8px;
    margin: 1px 4px
}

.scrollable-bar-horizontal .scrollable-bar-handle {
    height: 100%
}

.scrollable.is-dragging .scrollable-handle,
.scrollable.is-hovering .scrollable-handle {
    border-radius: 8px
}

.scrollable.is-dragging .scrollable-bar-handle,
.scrollable.is-hovering .scrollable-bar-handle {
    border-radius: 8px
}

.scrollable.is-scrolling .scrollable-bar {
    opacity: 1;
    -webkit-transition: opacity 0;
    -o-transition: opacity 0;
    transition: opacity 0
}

.scrollable.is-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none
}

.scrollable.is-dragging .scrollable-bar-handle {
    background: rgba(163, 175, 183, .8) !important
}

.scrollable-inverse.scrollable .scrollable-bar-handle {
    background: rgba(243, 247, 249, .5)
}

.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle {
    background: rgba(243, 247, 249, .8) !important
}

.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
    background: rgba(228, 234, 236, .5)
}

.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
    background: rgba(243, 247, 249, .3)
}

.alertify-logs>* {
    padding: 12px 24px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2)
}

.alertify-logs>*,
.alertify-logs>.default {
    background: rgba(0, 0, 0, .8)
}

.alertify-logs>.error {
    background: #f96868
}

.alertify-logs>.success {
    background: #46be8a
}

.alertify {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.alertify.hide {
    pointer-events: none;
    opacity: 0
}

.alertify,
.alertify.hide,
.alertify.show {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .33s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .33s cubic-bezier(.25, .8, .25, 1);
    transition: all .33s cubic-bezier(.25, .8, .25, 1)
}

.alertify,
.alertify * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alertify .dialog {
    padding: 12px
}

.alertify .alert,
.alertify .dialog {
    position: relative;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.alertify .alert>*,
.alertify .dialog>* {
    width: 400px;
    max-width: 95%;
    padding: 12px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084)
}

.alertify .alert .msg,
.alertify .dialog .msg {
    padding: 12px;
    margin: 0;
    margin-bottom: 12px;
    text-align: left
}

.alertify .alert input,
.alertify .dialog input {
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}

.alertify .alert input:focus,
.alertify .dialog input:focus {
    border-color: #62a8ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6)
}

.alertify .alert input.focus,
.alertify .alert input:focus,
.alertify .dialog input.focus,
.alertify .dialog input:focus {
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    box-shadow: none
}

.alertify .alert input::-moz-placeholder,
.alertify .dialog input::-moz-placeholder {
    color: #a3afb7;
    opacity: 1
}

.alertify .alert input:-ms-input-placeholder,
.alertify .dialog input:-ms-input-placeholder {
    color: #a3afb7
}

.alertify .alert input::-webkit-input-placeholder,
.alertify .dialog input::-webkit-input-placeholder {
    color: #a3afb7
}

.alertify .alert nav,
.alertify .dialog nav {
    text-align: right
}

.alertify .alert nav .btn,
.alertify .dialog nav .btn {
    margin: 4px 5px
}

.alertify-logs {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1699
}

.alertify-logs>* {
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    clear: both;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}

.alertify-logs>.show {
    right: 0;
    opacity: 1
}

.alertify-logs>*,
.alertify-logs>.hide {
    right: -100%;
    opacity: 0
}



.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 9px 16px 8px;
    margin-left: -1px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom: none;
    border-radius: 0;
    border-top-right-radius: 3px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    padding: 8px 16px;
    border-radius: 0;
    border-bottom-right-radius: 3px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-weight: 300
}

.bootstrap-touchspin .input-group-btn .btn {
    padding: 6px 16px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.bootstrap-touchspin-postfix.input-group-addon {
    border-left: none;
    broder-left: 0
}

.bootstrap-touchspin-prefix.input-group-addon {
    border-right: none;
    broder-right: 0
}

.bootstrap-touchspin input[name=touchSpinVertical] {
    border-radius: 3px 0 0 3px !important
}

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

.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child) {
    border-right: none;
    border-left: none
}

.bootstrap-touchspin .input-group-addon:not(:first-child):not(:last-child)>.btn,
.bootstrap-touchspin .input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-right: none;
    border-left: none
}

.ladda-button {
    position: relative
}

.ladda-button .ladda-spinner {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 0;
    pointer-events: none;
    opacity: 0
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3
}

.ladda-button .ladda-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    visibility: hidden;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    -webkit-transition: .1s linear all;
    -o-transition: .1s linear all;
    transition: .1s linear all
}

.ladda-button[data-loading] .ladda-progress {
    visibility: visible;
    opacity: 1
}

.ladda-button,
.ladda-button .ladda-label,
.ladda-button .ladda-spinner {
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275 all);
    -o-transition: .3s cubic-bezier(.175, .885, .32, 1.275 all);
    transition: .3s cubic-bezier(.175, .885, .32, 1.275 all)
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-label,
.ladda-button[data-style=zoom-out] .ladda-spinner {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: -6px
}

.ladda-button[data-style=expand-right].btn-xs .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
    right: -12px
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 45px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-right][data-loading] .btn-xs,
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size=xs] {
    padding-right: 30px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 26px
}

.ladda-button[data-style=expand-left].btn-xs .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
    left: 15px
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 45px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-left][data-loading].btn-xs,
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size=xs] {
    padding-left: 30px
}

.ladda-button[data-style=expand-up] {
    overflow: hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 30px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    top: 16px;
    margin-top: 0;
    opacity: 1
}

.ladda-button[data-style=expand-up][data-loading].btn-xs,
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size=xs] {
    padding-top: 32px
}

.ladda-button[data-style=expand-up][data-loading].btn-xs .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
    top: 4px
}

.ladda-button[data-style=expand-down] {
    overflow: hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 44px;
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=expand-down].btn-xs .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
    top: 30px
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 30px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=expand-down][data-loading].btn-xs,
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size=xs] {
    padding-bottom: 23px
}

.ladda-button[data-style=slide-left] {
    overflow: hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    left: -100%;
    opacity: 0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    left: 50%;
    opacity: 1
}

.ladda-button[data-style=slide-right] {
    overflow: hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    left: 16px;
    margin-left: 0
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    left: 100%;
    opacity: 0
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    left: 50%;
    opacity: 1
}

.ladda-button[data-style=slide-up] {
    overflow: hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-top: 1em;
    margin-left: 0
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    top: -1em;
    opacity: 0
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    margin-top: 0;
    opacity: 1
}

.ladda-button[data-style=slide-down] {
    overflow: hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
    position: relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-top: -2em;
    margin-left: 0
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    top: 1em;
    opacity: 0
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    margin-top: 0;
    opacity: 1
}

.ladda-button[data-style=zoom-out] {
    overflow: hidden
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
}

.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    margin-left: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.ladda-button[data-style=zoom-in] {
    overflow: hidden
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    margin-left: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.ladda-button[data-style=contract] {
    width: 100px;
    overflow: hidden
}

.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract][data-loading] {
    width: 52px;
    border-radius: 50%
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1
}

.ladda-button[data-style=contract-overlay] {
    width: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0)
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: 0
}

.ladda-button[data-style=contract-overlay][data-loading] {
    width: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3000px rgba(0, 0, 0, .8);
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, .8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1
}

table.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show
}

.tablesaw {
    width: 100%;
    border-collapse: collapse
}

.tablesaw {
    padding: 0;
    border: 0
}

.tablesaw td,
.tablesaw th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .7em
}

.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em
}

:root {
    var-button-selected-background: #29abe2;
    var-button-checkbox-selected-background: #34a3de;
    var-button-selected-shadow: rgba(0, 75, 115, .45);
    var-button-interaction-text: #76838f;
    var-button-interaction-shadow: #4faeef
}

.tablesaw-enhanced .tablesaw-bar .btn {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    padding: 4px 8px;
    margin: 0;
    clear: both;
    color: #76838f;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    background: 0 0;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -moz-appearance: none !important;
    -webkit-font-smoothing: antialiased
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none
}

.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
    background-color: #fff;
    border-color: #62a8ea;
    outline: 0
}

.tablesaw-enhanced .tablesaw-bar .btn:focus {
    color: #62a8ea
}

.tablesaw-bar .btn:focus {
    color: #62a8ea
}

.ie-lte8 .tablesaw-bar .btn:focus,
.ie-lte8 .tablesaw-bar .btn:hover {
    color: #76838f;
    background-color: #fff;
    border-color: #aaa;
    outline: 0
}

.ie-lte8 .tablesaw-bar .btn:focus,
.ie-lte8 .tablesaw-bar .btn:hover {
    color: #76838f;
    background-color: #fff;
    border-color: #62a8ea;
    outline: 0
}

.tablesaw-bar .btn-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 1em;
    margin: 0;
    font-weight: inherit;
    background: 0 0;
    border: none
}

.tablesaw-bar .btn-select select {
    display: inline-block;
    color: transparent;
    filter: alpha(opacity=0);
    opacity: 0
}

.tablesaw-bar .btn select option {
    font-family: sans-serif;
    color: #000;
    background: #fff
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    min-width: 7.25em;
    margin-bottom: 3px;
    color: #76838f;
    text-align: left;
    text-indent: 0
}

.ie-lte8 .tablesaw-bar .btn-select {
    min-width: 6.1em
}

.tablesaw-bar .btn.btn-micro,
.tablesaw-bar .btn.btn-small {
    position: relative;
    top: 0;
    display: inline-block;
    width: auto;
    height: auto
}

.tablesaw-bar .btn.btn-small {
    line-height: 20px
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
    text-align: left
}

.tablesaw-bar .btn-select:after {
    position: absolute;
    display: block;
    content: " ";
    background: #f3f7f9;
    background: rgba(0, 0, 0, .1)
}

.tablesaw-bar .btn-select:after {
    top: 6px;
    right: auto;
    bottom: 0;
    left: auto;
    display: inline-block;
    width: 1.8em;
    padding: 0;
    margin: 0 5px 0;
    font-family: "Web Icons";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    content: "\f18f";
    background: 0 0;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
    background: 0 0;
    border-left-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tablesaw-bar .btn-select.btn-small:after {
    padding-top: 0;
    padding-right: 0;
    font-size: 16px
}

.tablesaw-advance .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    -moz-appearance: none
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    position: relative;
    display: inline-block;
    margin-left: .5em;
    font-family: "Web Icons";
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
    content: "\f18f"
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\f190"
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
    content: "\f17e"
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    content: "\f17f"
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=40);
    opacity: .4
}

.tablesaw-bar {
    clear: both;
    font-family: sans-serif
}

.tablesaw-toolbar {
    float: left;
    font-size: 13px
}

.tablesaw-toolbar label {
    display: block;
    padding: .5em 0;
    margin-right: 20px;
    clear: both;
    color: #76838f;
    text-transform: uppercase
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
    margin-top: .5em;
    margin-bottom: .5em
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
    margin-bottom: 0
}

.tablesaw-bar .tablesaw-toolbar .btn {
    padding-left: .3em;
    margin-top: 0;
    margin-left: .4em;
    font-family: sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
    min-width: 0
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
    padding-top: 0
}

.tablesaw-bar .tablesaw-toolbar select {
    color: #76838f;
    text-transform: none;
    background: 0 0
}

.tablesaw-toolbar~table {
    clear: both
}

.tablesaw-toolbar .a11y-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

@media (min-width:24em) {
    .tablesaw-toolbar .a11y-sm {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: none
    }
}

.tablesaw td,
.tablesaw th {
    line-height: 1em;
    text-align: left;
    vertical-align: middle
}

.tablesaw tbody th,
.tablesaw td {
    vertical-align: middle
}

.tablesaw tbody th .btn,
.tablesaw td .btn {
    margin: 0
}

.tablesaw thead th {
    text-align: left;
    text-transform: uppercase
}

.tablesaw caption {
    margin-bottom: 0;
    line-height: 2.4;
    text-align: left;
    filter: alpha(opacity=50);
    opacity: .5
}

@media (min-width:25em) {
    .tablesaw caption {
        margin-bottom: .6em;
        line-height: 1.2
    }
}

.tablesaw-cell-label-top {
    font-weight: 300;
    text-transform: uppercase
}

.tablesaw-cell-label {
    text-transform: uppercase
}

@media (min-width:40em) {
    .tablesaw td {
        line-height: 1.5em
    }
}

.tablesaw-cell-label-top {
    font-weight: 300;
    text-transform: uppercase
}

.tablesaw-cell-label {
    text-transform: uppercase
}

@media (min-width:40em) {
    .tablesaw td {
        line-height: 1.5em
    }
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@media only all {

    .tablesaw-stack td,
    .tablesaw-stack th {
        display: block;
        text-align: left
    }

    .tablesaw-stack tr {
        display: table-row;
        clear: both
    }

    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: inline-block;
        width: 30%;
        padding: 0 .6em 0 0
    }

    .tablesaw-stack td .tablesaw-cell-label-top,
    .tablesaw-stack th .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0
    }

    .tablesaw-cell-label {
        display: block
    }

    .tablesaw-stack tbody th.group {
        margin-top: -1px
    }

    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important
    }
}

@media (max-width:767px) {

    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none
    }

    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        float: left;
        width: 100%;
        clear: left
    }

    .tablesaw-cell-label {
        vertical-align: top
    }

    .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%
    }

    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none
    }
}

@media (min-width:768px) {
    .tablesaw-stack tr {
        display: table-row
    }

    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell
    }

    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none !important
    }
}

.tablesaw-fix-persist {
    table-layout: fixed
}

@media only all {

    .tablesaw-swipe td.tablesaw-cell-hidden,
    .tablesaw-swipe th.tablesaw-cell-hidden {
        display: none
    }
}

.btn.tablesaw-columntoggle-btn span {
    display: inline-block;
    text-indent: -9999px
}

.tablesaw-columntoggle-btnwrap {
    position: relative
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em
}

.tablesaw-columntoggle tbody td {
    line-height: 1.5
}

.tablesaw-columntoggle-popup {
    display: none
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    position: absolute;
    top: 2em;
    right: 0;
    z-index: 1;
    display: block;
    padding: .5em .8em;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0
}

@media only all {

    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: none
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none
}

@media (min-width:20em) {

    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-1 {
        display: table-cell
    }
}

@media (min-width:30em) {

    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-2 {
        display: table-cell
    }
}

@media (min-width:40em) {

    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-3 {
        display: table-cell
    }

    .tablesaw-columntoggle tbody td {
        line-height: 2
    }
}

@media (min-width:50em) {

    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-4 {
        display: table-cell
    }
}

@media (min-width:60em) {

    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-5 {
        display: table-cell
    }
}

@media (min-width:70em) {

    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: table-cell
    }
}

@media only all {

    .tablesaw-columntoggle td.tablesaw-cell-hidden,
    .tablesaw-columntoggle th.tablesaw-cell-hidden {
        display: none
    }

    .tablesaw-columntoggle td.tablesaw-cell-visible,
    .tablesaw-columntoggle th.tablesaw-cell-visible {
        display: table-cell
    }
}

.tablesaw-columntoggle-popup .btn-group>label {
    display: block;
    padding: .2em 0;
    white-space: nowrap
}

.tablesaw-columntoggle-popup .btn-group>label input {
    margin-right: .8em
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
    position: relative
}

.tablesaw-sortable thead tr th {
    padding-right: 1.6em;
    vertical-align: top
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
    padding: 0
}

.tablesaw-sortable th.tablesaw-sortable-head button {
    padding-top: .9em;
    padding-right: 1.6em;
    padding-bottom: .7em;
    padding-left: .6em
}

.tablesaw-sortable .tablesaw-sortable-head button {
    position: relative;
    min-width: 100%;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: left;
    text-transform: inherit;
    background: 0 0;
    border: 0
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    position: absolute;
    right: .5em;
    display: inline-block;
    width: 7px;
    height: 10px;
    font-family: "Web Icons";
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    content: "\0020";
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f190"
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f18f"
}

.tablesaw-sortable .not-applicable:after {
    display: block;
    content: "--"
}

.tablesaw-sortable .not-applicable span {
    display: none
}

.tablesaw-advance {
    float: right
}

.tablesaw-advance.minimap {
    margin-right: .4em
}

.tablesaw-advance-dots {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none
}

.tablesaw-advance-dots li {
    display: table-cell;
    padding: .4em .2em
}

.tablesaw-advance-dots li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #a3afb7;
    border-radius: 100%
}

.tablesaw-advance-dots-hide {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=30);
    opacity: .3
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.met-form .form-control,
.input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.swiper-navtab.swiper-container-horizontal .swiper-scrollbar {
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
}

.swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.2);
}

.swiper-navtab .swiper-wrapper {
    width: auto;
}

.swiper-navtab .swiper-wrapper.flex-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}

.swiper-navtab .swiper-slide {
    width: auto;
}

.slh,
.pager li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

img.imgloading:not([src*=base64]),
img.slick-loading:not([src*=base64]) {}

@media (max-width:767px) {
    .invisible-xs {
        visibility: hidden;
    }
}

.met-position {
    background: #ffffff;
    border-bottom: 1px solid #f0f2f5;
}

.met-position.bordernone {
    border-bottom: none;
}

@media (max-width:767px) {
    .met-position {
        border-bottom: 1px solid #f0f2f5;
    }
}

.met-position .breadcrumb {
    margin: 0px;
    padding: 15px;
}

.met-position a {
    text-decoration: none;
}

.met-position a:active,
.met-position a:focus,
.met-position a:hover {
    text-decoration: none;
}

.met-position.pattern-show {
    background: #f2f2f2;
    border-bottom: none;
}

.met-position.pattern-show .breadcrumb {
    padding: 10px;
}

.met-langlist .flag-icon {
    margin-right: 3px;
    font-size: 15px;
}

.met-langlist .dropdown-menu {
    min-width: 100%;
}

@media (max-width:767px) {
    #met-langlist-modal .modal-center {
        height: auto !important;
    }
}

#met-langlist-modal .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#met-langlist-modal .modal-content .modal-body {
    padding: 40px 40px 20px;
    position: relative;
}

#met-langlist-modal .modal-content .modal-body .close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 40px;
}

#met-langlist-modal .modal-content a.btn {
    padding: 0px 15px;
    border: none;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

#met-langlist-modal .modal-content a.btn span.flag-icon {
    margin-right: 8px;
    top: 7px;
    font-size: 30px;
}

.met-show {
    word-break: break-all;
}

@media (max-width:767px) {
    .met-show {
        padding: 0px;
    }
}

@media (max-width:767px) {
    .met-show {}
}

.met-news {
    padding: 0px;
    border-top: 1px solid #f0f2f5;
    background: #f2f2f2;
}

@media (max-width:767px) {
    .met-news {
        padding: 0px;
    }
}

.met-news .met-news-body {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-news .met-news-list {
    padding: 0px 30px 0 0;
    background: #ffffff;
}

@media (max-width:1599px) {
    .met-news .met-news-list {
        padding: 0px 20px 0 0;
    }
}

@media (max-width:1199px) {
    .met-news .met-news-list {
        padding: 0px 15px 0 0;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .met-news .met-news-list {
        padding: 0;
    }
}

@media (max-width:767px) {
    .met-news .met-news-list {
        padding: 10px;
        margin-bottom: 0px;
    }
}

@media (max-width:767px) {
    .met-news .met-news-list {
        padding: 15px;
    }
}

.met-news .news-headlines {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.met-news .news-headlines.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.met-news .news-headlines.swiper-container-horizontal .swiper-pagination-bullet-active {
    background: #e04d47;
}

.met-news .news-wrapper {
    position: relative;
    width: 10000%;
    display: block;
}

.met-news .news-wrapper:after {
    clear: both;
    display: table;
    content: '';
}

.media-body p.des {
    margin: 0;
}

.met-news .news-headlines .slick-slide {
    width: 1%;
    display: block;
    float: left;
    position: relative;
}

.met-news .news-headlines .slick-slide:first-child {
    display: block;
}

.met-news .news-headlines .slick-slide a {
    display: block;
}

.met-news .news-headlines .slick-slide a img {}

.met-news .news-headlines .headlines-text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.met-news .news-headlines .headlines-text h3 {
    margin: 0px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.met-news .news-headlines .slick-dots {
    bottom: 35px;
}

@media (max-width:767px) {
    .met-news .news-headlines {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .met-news .news-headlines .headlines-text {
        bottom: 20px;
    }

    .met-news .news-headlines .headlines-text h3 {
        font-size: 16px;
    }

    .met-news .news-headlines .slick-dots {
        bottom: 20px;
    }
}

.met-news ul.met-page-ajax {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.met-news ul.met-page-ajax li {
    border-bottom: 1px solid #f0f2f5;
    padding: 30px 0;
}

.met-news ul.met-page-ajax li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.met-news ul.met-page-ajax li h4 {
    margin: 0 0 20px;
    font-size: 22px;
}

.met-news ul.met-page-ajax li p.info {
    margin-bottom: 5px;
}

.met-news ul.met-page-ajax li p.info span {
    margin-left: 10px;
}

.met-news ul.met-page-ajax li p.info span:first-child {
    margin: 0;
}

@media (max-width:991px) {
    .met-news ul.met-page-ajax li h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .met-news ul.met-page-ajax li {
        padding: 20px 0;
    }

    .met-news ul.met-page-ajax li .media-left {
        padding-right: 10px;
    }

    .met-news ul.met-page-ajax li .media-left .media-object {
        width: 100px;
    }

    .met-news ul.met-page-ajax li h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .met-news ul.met-page-ajax li p {
        font-size: 14px;
    }

    .met-news ul.met-page-ajax li p.des {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:349px) {

    .met-news ul.met-page-ajax li .media-left,
    .met-news ul.met-page-ajax li .media-body {
        width: 100%;
        display: block;
    }

    .met-news ul.met-page-ajax li .media-left {
        padding: 0;
    }

    .met-news ul.met-page-ajax li .media-left .media-object {
        width: auto;
        max-width: 100%;
    }

    .met-news ul.met-page-ajax li .media-body {
        margin-top: 15px;
    }
}

.met-news.type-3 .met-news-body {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.met-news.type-3 .widget {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-news.type-3 .widget .widget-body,
.met-news.type-3 .widget .widget-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-news.type-3 .widget .widget-metas span {
    margin-left: 10px;
}

.met-news.type-3 .widget .widget-metas span:first-child {
    margin: 0;
}

@media (max-width:767px) {
    .met-news.type-3 .widget {
        margin: 15px 0 0;
    }

    .met-news.type-3 .widget:first-child {
        margin: 0;
    }

    .met-news.type-3 .widget .widget-title {
        font-size: 18px;
    }

    .met-news.type-3 .widget .widget-body {
        padding: 15px 10px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        width: 708px;
    }
}

.met-news-bar {
    margin: 0;
    padding: 0 0 0 35px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-news .met-news-bar {
    padding: 0 0 0 20px;
}

.met-news-bar:after {
    display: block;
    clear: both;
    content: '';
}

@media (max-width:1199px) {
    .met-news-bar {
        padding: 0 0 0 25px;
    }

    .met-news .met-news-bar {
        padding: 0 0 0 15px;
    }
}

@media (max-width:991px) {
    .met-news-bar {
        padding: 0px;
    }
}

@media (max-width:767px) {
    .met-news-bar {
        margin: 0;
        padding: 15px;
    }
}

.met-news-bar ul.column {
    padding: 0px;
    list-style: none;
}

.met-news-bar ul.column li {
    margin-bottom: 10px;
}

.met-news-bar ul.column li a {
    font-size: 16px;
    color: #2a333c;
}

.met-news-bar ul.column li a:hover {
    color: #4e97d9;
}

.met-news-bar ul.column li a.active {
    color: #4e97d9;
}

.met-news-bar .recommend {
    margin: 20px 0px;
    padding: 20px 0px;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}

.met-news-bar .recommend h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
}

.met-news-bar .recommend .list-group {
    margin-top: 10px;
    margin-bottom: 0px;
}

.met-news-bar .recommend .list-group a {
    color: #2a333c;
    font-size: 15px;
}

.met-news-bar .recommend .list-group a:hover {
    color: #4e97d9;
}

.met-shownews {
    padding: 0px;
    border-top: 1px solid #f0f2f5;
    background: #f2f2f2;
}

.met-shownews .met-shownews-body {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {}

@media (max-width:767px) {

    .met-shownews .met-shownews-header,
    .met-shownews .met-shownews-footer {
        padding: 10px;
    }
}

.met-shownews .met-shownews-header {
    padding-bottom: 0px;
}

.met-shownews h1 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 1.5;
}

.met-shownews .info {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
    font-size: 16px;
    font-weight: 300;
    color: #a3afb7;
}

.met-shownews .info span {
    padding-right: 10px;
}

@media (max-width:767px) {
    .met-shownews .info {
        padding-bottom: 20px;
    }
}

.met-shownews .met-shownews-footer {
    padding-top: 0px;
}

.met-shownews .met-shownews-footer ul.pager {
    margin: 0px;
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}

@media (max-width:767px) {
    .met-shownews {
        padding: 0px;
    }

    .met-shownews h1 {
        font-size: 24px;
    }

    .met-shownews .met-shownews-header {
        padding-top: 20px;
    }
}

.met_tools_code {
    margin-top: 30px;
    text-align: center;
    font-size: 0px;
}

@media (max-width:767px) {
    .met_tools_code {
        margin-top: 10px;
    }
}

.met_tools_code .bdsharebuttonbox {
    display: inline;
}

.met_tools_code .bdsharebuttonbox a {
    float: none;
    display: inline-block;
}

.met-product {
    background: #f2f2f2;
}

.met-product .container {
    padding: 30px 0;
}

.met-product .container-fluid {
    padding: 30px;
}

.met-product .met-grid li {
    clear: none;
}

.met-product .widget,
.met-product .widget .widget-header,
.met-product .widget-body {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.met-product .widget-metas {
    word-wrap: break-word;
}

.met-product .widget-body-footer {
    margin-top: 15px;
}

.met-product.type-1 h4 {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.met-product.type-2 .container-fluid {
    padding: 15px;
}

.met-product.type-2 h4 {
    margin: 0;
    font-weight: 300;
}

@media (max-width:767px) {
    .met-product.type-2 .met-grid {
        padding-bottom: 10px;
    }

    .met-product.type-2 .met-grid li {
        background: #f2f2f2;
    }
}

@media (max-width:767px) {

    .met-product .container,
    .met-product .container-fluid {
        padding: 10px !important;
    }

    .met-product.type-1 .met-grid,
    .met-product.type-3 .met-grid {
        margin: 0 -10px 0 0;
    }

    .met-product.type-1 .met-grid li,
    .met-product.type-3 .met-grid li {
        margin-bottom: 10px;
        padding: 0 10px 0 0;
    }

    .met-product .widget-body {
        padding: 15px;
    }

    .met-product .widget-body .widget-body-footer {
        margin-top: 10px;
    }
}

.no-js .grid li,
.no-cssanimations .met-grid li {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.met-grid li {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.met-grid li.shown {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.met-grid li.animate {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation: moveUp 0.65s ease forwards;
    -moz-animation: moveUp 0.65s ease forwards;
    -o-animation: moveUp 0.65s ease forwards;
    -ms-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-o-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

#met-imgs-carousel {
    min-height: 200px;
    overflow: hidden;
}

#met-imgs-carousel.slick-dotted {
    padding-bottom: 74px;
}

#met-imgs-carousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#met-imgs-carousel.slick-slider .slick-slide {
    width: 100%;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

#met-imgs-carousel .slick-slide {
    width: 100%;
}

#met-imgs-carousel .slick-slide:first-child {
    display: block;
}

#met-imgs-carousel .slick-slide span {
    display: inline-block;
}

#met-imgs-carousel .slick-slide img {
    display: inline;
}

#met-imgs-carousel .slick-dots {
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

#met-imgs-carousel .slick-dots div {
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
}

#met-imgs-carousel .slick-dots li {
    width: 64px;
    height: 64px;
    margin: 0 0 0 10px;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    border: 2px solid #ddd;
}

#met-imgs-carousel .slick-dots li:first-child {
    margin: 0;
}

#met-imgs-carousel .slick-dots li.slick-active {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    border-color: #4e97d9;
}

#met-imgs-carousel .slick-dots li img {
    width: 60px;
    height: 60px;
    object-fit: fill;
}

#met-imgs-carousel .slick-arrow {
    width: 15%;
    height: 100%;
    top: 50%;
}

#met-imgs-carousel .slick-arrow:hover i {
    color: #999;
}

#met-imgs-carousel .slick-arrow.slick-prev {
    text-align: left;
}

#met-imgs-carousel .slick-arrow.slick-next {
    text-align: right;
}

#met-imgs-carousel .slick-arrow i {
    font-size: 70px;
    color: #ccc;
}

@media (max-width:767px) {
    #met-imgs-carousel .slick-arrow i {
        font-size: 50px;
    }
}

.met-showproduct {}

.met-showproduct .para li {
    margin: 0;
    padding: 3px 15px;
    word-wrap: break-word;
}

@media (min-width:992px) {
    .met-showproduct .para.blocks-md-4 li:nth-child(4n+3) {
        clear: none;
    }
}

.met-showproduct .met-showproduct-list {
    margin: 0;
}

.met-showproduct.pagetype1 {
    background: #f2f2f2;
}

.met-showproduct.pagetype1 .less-page-content {
    background: #f2f2f2;
}

.met-showproduct.pagetype1 .met-showproduct-head {
    background: #000;
    padding: 30px 0 0 0;
}

.product-text {
    padding: 30px;
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
    margin-top: 0;
    font-size: 28px;
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .9);
}

@media (max-width:992px) {
    .product-text {
        padding: 20px;
    }

    .met-showproduct.pagetype1 .met-showproduct-head .product-intro {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .met-showproduct.pagetype1 .met-showproduct-head .product-intro {
        margin-top: 0;
    }

    .product-text {
        padding: 15px;
    }

    .met-showproduct.pagetype1 .met-showproduct-head {
        padding: 15px 0;
    }
}

.met-showproduct .input-group-btn .btn {
    background-color: #000;
    border-color: rgba(255, 255, 255, .2);
    color: #000;
    font-size: 24px;
    padding: 0 10px;
    line-height: 28px;
    margin: 0;
}

.bootstrap-touchspin .input-group-btn .btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .4) !important;
    line-height: 36px !important;
    font-size: 20px !important;
    color: #000 !important;
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.form-control {}

.met-showproduct.pagetype1 .para {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .4);
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.met-showproduct.pagetype1 .met-showproduct-body {
    padding: 30px 0px 0px;
}

.met-showproduct.pagetype1 .met-showproduct-body .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
    padding: 0px;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor .para {
    margin-bottom: 15px;
    border-top: none;
}

@media (min-width:992px) {
    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
        margin-right: 15px;
    }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
    margin-bottom: 20px;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}

@media (min-width:992px) {
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
        margin-left: 45px;
    }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
    text-align: center;
    clear: none;
}

@media (min-width:992px) {
    .met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry li {
        width: 100%;
    }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img {
    margin: 0px auto;
    margin-bottom: 5px;
    display: block;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.img img {
    width: 100%;
    margin: 0px auto;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt {
    color: #5e7387;
    text-decoration: none;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
    text-decoration: none;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt:hover {
    color: #4e97d9;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry p {
    color: #f96868;
    margin-bottom: 0px;
}

@media (max-width:767px) {
    .met-showproduct.pagetype1 .met-showproduct-body {
        padding: 15px 0px 0px;
    }

    .met-showproduct.pagetype1 .met-showproduct-body .panel {
        margin-bottom: 15px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
        padding: 15px;
    }

    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
        margin-right: 0px;
    }

    .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
        margin-bottom: 15px;
        margin-top: -10px;
    }
}

.navbar-right {
    margin-right: 0px;
}

.met-showproduct .nav>li>a {
    padding: 20px;
}

.met-showproduct .navbar-default .navbar-brand {
    color: rgba(0, 0, 0, 1);
}

.met-showproduct .navbar-default .navbar-toolbar>li>a {
    color: rgba(0, 0, 0, .9);
    background: none !important;
}

.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
    color: #e04d47 !important;
}

.met-showproduct.pagetype2 {
    background: none;
}

.met-showproduct.pagetype2 .less-page-content {
    background: #f2f2f2;
}

.met-showproduct.pagetype2 nav.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}

.met-showproduct.pagetype2 nav.navbar h1 {
    margin: 0px;
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.met-showproduct.pagetype2 nav.navbar .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.met-showproduct.pagetype2 nav.navbar .nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}

.met-showproduct.pagetype2 nav.navbar .navbar-toggle {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.met-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
    color: #4e97d9;
}

@media (max-width:767px) {
    .met-showproduct.pagetype2 nav.navbar .nav {
        float: none;
    }
}

.met-showproduct.pagetype2 .content {
    padding: 30px 0px;
}

.met-showproduct.pagetype2 .content-2,
.met-showproduct.pagetype2 .content-4,
.met-showproduct.pagetype2 .content-6 {
    background: none;
}

.met-showproduct.pagetype2 .content-2 .met-editor,
.met-showproduct.pagetype2 .content-4 .met-editor,
.met-showproduct.pagetype2 .content-6 .met-editor {
    background: #f2f2f2;
}

@media (max-width:767px) {
    .met-showproduct.pagetype2 .content {
        padding: 10px 0px;
    }

    .met-showproduct.pagetype2 .blocks {
        padding-left: 10px;
    }

    .met-showproduct.pagetype2 .blocks li {
        width: 50%;
        word-wrap: break-word;
    }

    .met-showproduct.pagetype2 .blocks li:nth-child(2n+1) {
        clear: both;
    }

    .met-showproduct.pagetype2 .blocks li .widget {
        margin-right: 10px;
    }
}

.met-download {
    padding: 0px;
}

.met-download .list-group {
    margin-bottom: 30px;
}

.met-download .met-download-body {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.met-download .met-download-list {}

@media (max-width:767px) {
    .met-download .met-download-list {}
}

.met-download .met-download-list .list-group-item {
    padding: 30px 0px;
}

.met-download .met-download-list .media-left {
    padding-right: 5px;
    padding-left: 10px;
}

.met-download .met-download-list .media-left i {
    font-size: 38px;
    color: #e04d47;
}

.met-download .met-download-list h4 {
    font-size: inherit !important
}

.met-download .met-download-list h4.media-heading a {
    font-size: 18px;
}

.met-download .met-download-list a.btn {
    margin-right: 10px;
}

@media (max-width:1199px) {
    .met-download .met-download-list h4.media-heading a {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .met-download .met-download-list h4.media-heading a {
        font-size: 15px;
    }

    .met-download .list-group {
        margin: 0;
    }

    .met-download .met-download-list {
        padding: 15px;
    }

    .met-download .met-download-list .list-group-item {
        padding: 20px 0;
    }
}

.met-download .met-download-header,
.met-download .met-download-footer {}

@media (max-width:767px) {

    .met-download .met-download-header,
    .met-download .met-download-footer {
        padding: 10px;
    }
}

.met-download .met-download-header {
    padding-bottom: 0px;
}

.met-download h1 {
    margin: 0px;
    font-size: 32px;
    margin-bottom: 5px;
}

.met-download .info {
    padding-bottom: 20px;
    font-family: 'AddFont';
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .9);
}

.met-download .info span {
    padding-right: 10px;
}

.met-download .info span i {
    color: #e04d47;
}

@media (max-width:767px) {
    .met-download .info {
        padding-bottom: 20px;
    }
}

.met-download .paralist {
    padding-top: 30px;
    padding-bottom: 0px;
}

@media (max-width:767px) {
    .met-download .paralist {
        padding: 10px;
    }
}

.met-download .paralist dl {
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.met-download .paralist dl dd {
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .met-download .paralist dl {
        padding-bottom: 25px;
    }

    .met-download .paralist dl dt {
        width: 100px;
        margin-bottom: 5px;
    }

    .met-download .paralist dl dd {
        margin-left: 120px;
        margin-bottom: 5px;
    }
}

.met-download .paralist .met-download-btn {
    margin-top: 20px;
}

@media (max-width:767px) {
    .met-download {
        padding: 0px;
    }

    .met-download h1 {
        font-size: 24px;
    }

    .met-download .met-download-header {
        padding-top: 20px;
    }
}

.met-img {
    border-top: 1px solid #f0f2f5;
}

.met-img .widget,
.met-img .cover,
.met-img .cover-image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width:1199px) {
    .widget-divider:after {
        margin: 5px auto;
    }

    .overlay-panel .widget-title {
        font-size: 18px;
        margin-bottom: 10px !important;
        color: rgba(0, 0, 0, 1);
    }
}

@media (min-width:480px) and (max-width:767px) {
    .overlay-panel .widget-title {
        font-size: 16px;
        margin-bottom: 5px !important;
        color: rgba(0, 0, 0, 1);
    }

    .met-img ul.met-page-ajax li {
        width: 50%;
    }
}

.met-showimg-con {
    padding: 30px 0;
}

@media (max-width:767px) {
    .met-img.imgs1 .row {
        margin: 0 5px;
    }

    .met-img .widget {
        margin-bottom: 0px;
        padding: 5px;
    }

    .met-showimg-con {
        padding: 20px 0;
    }
}

.met-job {}

@media (max-width:767px) {
    .met-job {}
}

.met-job .widget {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-job .widget:last-child {
    margin-bottom: 0;
}

.met-job .widget .widget-body {
    padding: 0;
}

.met-job .widget .widget-body:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-job .widget .widget-metas span {
    margin-right: 10px;
}

.met-job .widget .met-editor {
    padding: 0px 20px;
}

@media (max-width:767px) {
    .met-job .widget {
        margin: 15px 10px;
    }

    .met-job .widget .widget-body {
        padding: 15px 10px;
    }

    .met-job .widget .met-editor {
        padding: 0px;
    }

    .met-job .widget hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

#met-job-cv .modal-header {
    border-radius: 0px;
}

@media (max-width:767px) {
    #met-job-cv .modal-body {
        padding: 15px;
    }
}

.met-form .form-group .control-label {
    font-weight: normal;
}

.met-message {
    padding: 30px 0px;
    background: #f2f2f2;
}

@media (max-width:767px) {
    .met-message {
        padding: 0px;
    }
}

.met-message .col-md-6 {
    float: none;
    margin: auto;
}

.met-message .met-message-body,
.met-message .met-message-submit {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width:767px) {

    .met-message .met-message-body,
    .met-message .met-message-submit {
        padding: 10px;
    }
}

.met-message .met-message-body .media-left {
    padding-right: 0px;
    display: block;
    float: left;
}

.met-message .met-message-body .media-left i {
    font-size: 36px;
    color: #a3afb7;
}

.met-message .met-message-body .media-body {
    width: calc(54%);
    word-wrap: break-word;
    display: block;
    float: left;
}

.met-message .met-message-body .media-body p {
    font-size: 14px;
    color: #76838f;
}

@media (min-width:992px) {
    .met-message .met-message-submit {
        margin-left: 30px;
    }
}

@media (max-width:767px) {
    .met-message .met-message-submit {
        padding-bottom: 20px;
    }
}

.met-feedback {
    padding: 30px 0px;
    background: #f2f2f2;
}

.met-feedback .container {
    max-width: 800px;
}

.met-feedback .met-feedback-body {
    padding: 30px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width:767px) {
    .met-feedback .met-feedback-body {
        padding: 10px;
    }
}

@media (max-width:767px) {
    .met-feedback {
        padding: 10px;
    }
}

.met-search {
    padding: 30px 0px;
    border-top: 1px solid #f0f2f5;
    background: #f2f2f2;
}

@media (max-width:767px) {
    .met-search {
        padding: 0px;
    }

    .met-search .met-search-body {
        padding: 20px 10px;
    }
}

.met-search .met-search-body {
    min-height: 500px;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width:767px) {
    .met-search .met-search-body {
        padding: 10px;
    }
}

.met-search .met-search-body .page-search-form {
    margin-bottom: 10px;
}

.met-search .met-search-body .met_pager {
    margin-top: 30px;
    text-align: left;
}

.met-search .met-search-body .page-search-title {
    font-size: 26px;
}

.met-search .met-search-body .list-group-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.met-search .met-search-body .list-group-item p {
    color: #76838f;
}

.met-search .met-search-body .list-group-item>h4 {
    margin-bottom: 5px;
}

.met-search .met-search-body .list-group-item>h4 a {
    text-decoration: none;
    color: #526069;
}

.met-search .met-search-body .list-group-item>h4 a:hover {
    text-decoration: none;
    color: #37474f;
}

.met-search .met-search-body .list-group-item>p:last-child {
    margin-bottom: 0;
}

.met-sitemap {
    padding: 30px 0px;
}

@media (max-width:767px) {
    .met-sitemap {
        padding: 0px;
    }
}

.met-sitemap .met-sitemap-body {
    padding: 30px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width:767px) {
    .met-sitemap .met-sitemap-body {
        padding: 10px;
    }
}

.sitemap-list {
    padding: 0;
    margin: 0px;
    list-style-type: none;
}

@media (max-width:767px) {
    .met-sitemap-body {
        margin: 15px;
    }

    .sitemap-list {
        padding: 5px;
    }
}

.sitemap-list a {}

.sitemap-list a:hover {
    color: #e04d47;
}

.sitemap-list>li {
    margin-bottom: 25px;
}

.sitemap-list>li:last-child {
    margin-bottom: 0px;
}

.sitemap-list>li.is-single {
    margin-bottom: 10px;
}

.sitemap-list>li>a {
    display: block;
    color: rgba(0, 0, 0, 1);
    padding: 14px 15px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #e4eaec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.sitemap-list>li>ul {
    position: relative;
    padding: 10px 10px 20px 40px;
    margin: 0;
    list-style-type: none;
}

.sitemap-list>li>ul::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    content: " ";
    background: #e4eaec;
}

.sitemap-list>li>ul>li>a {
    position: relative;
    display: block;
    color: rgba(0, 0, 0, 1);
    min-width: 220px;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #e4eaec;
}

.sitemap-list>li>ul>li>a::after,
.sitemap-list>li>ul>li>a::before {
    position: absolute;
    top: 50%;
    content: " ";
    background: #e4eaec;
}

.sitemap-list>li>ul>li>a::before {
    left: -20px;
    width: 20px;
    height: 1px;
    margin-top: -1px;
}

.sitemap-list>li>ul>li>a::after {
    left: -23px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.sitemap-list-sub {
    position: relative;
    padding: 5px 0 9px 40px;
    margin-top: -5px;
    list-style-type: none;
}

.sitemap-list-sub::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    content: " ";
    background: #e4eaec;
}

.sitemap-list-sub>li {
    position: relative;
    line-height: 30px;
}

.sitemap-list-sub>li::after,
.sitemap-list-sub>li::before {
    position: absolute;
    top: 50%;
    left: -22px;
    content: " ";
    background: #e4eaec;
}

.sitemap-list-sub>li::before {
    width: 15px;
    height: 1px;
    margin-top: -1px;
}

.sitemap-list-sub>li::after {
    width: 5px;
    height: 5px;
    margin-top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.met-nav-right-shop.nav>li {
    background: #f5f5f5;
    margin-bottom: 10px;
}

.met-nav-right-shop.nav>li:last-child {
    margin-bottom: 0px;
}

.met-nav-right-shop.nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    line-height: 40px;
}

.met-nav-right-shop .dropdown-menu li i {
    color: #9E9E9E;
}

.met-nav-right-shop .dropdown>a>i {
    margin-right: 5px;
    color: #76838f;
}

.met-nav-right-shop #topcart-body .avatar {
    width: 50px;
}

.met-nav-right-shop #topcart-body .avatar img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-nav-right-shop .dropdown-menu-header {
    padding: 20px 20px;
}

.met-nav-right-shop .dropdown-menu-footer {
    height: 55px;
    line-height: 55px;
    padding: 0px 15px !important;
}

@media (min-width:768px) {
    .met-nav-right-shop {
        margin-top: 10px;
        margin-left: 30px;
    }

    .met-nav-right-shop.nav>li {
        margin-left: 20px;
        margin-left: 5px;
        margin-bottom: 0px;
    }

    .met-nav-right-shop.nav>li:first-child {
        margin-left: 0;
    }

    .met-nav-right-shop .dropdown-menu {
        top: 55px;
    }
}

@media (max-width:991px) {
    .met-nav-right-shop {
        margin-left: 10px;
    }
}

@media (max-width:767px) {
    .form-group {
        margin-bottom: 10px;
    }

    .met-nav-right-shop {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-default .navbar-collapse {
    border-color: rgba(0, 0, 0, .4);
}

.met-product .price {
    border-top: 1px solid rgba(0, 0, 0, .4);
    margin-bottom: -10px;
}

.shop-product-intro+.para {
    margin-top: 20px;
}

.shop-product-intro #price {
    font-size: 40px;
    font-family: 'AddFont', Microsoft Yahei;
}

.shop-product-intro .form-group {
    margin-bottom: 0px;
}

.shop-product-intro del {
    position: relative;
    top: -2px;
    font-weight: 300;
}

.shop-product-intro del:not(:first-child) {
    margin-left: 20px;
}

.shop-product-intro label {
    margin-bottom: 5px;
}

.shop-product-intro .selectpara-body a.btn {
    margin-top: 8px;
}

.shop-product-intro .selectpara-body .selectpara {
    text-align: center;
}

.shop-product-intro .selectpara-body a.btn.btn-default {
    padding: 0 20px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    border: 1px solid rgba(0, 0, 0, .4) !important;
    border-radius: 50px;
}

.modal-primary .modal-header {
    border-radius: 0 !important;
}

.shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger {
    background-color: #e04d47 !important;
    border-color: #e04d47 !important;
}

.shop-product-intro .height-10 {
    height: 10px;
}

.shop-product-intro .text-default {
    padding: 20px;
    background: #F3F7F9;
}

.shop-product-intro .purchase-btn a.btn {
    width: 100%;
    display: block;
}

.shop-product-intro .purchase-btn a.btn i {
    margin-right: 8px;
}

@media (min-width:768px) {
    .shop-product-intro .purchase-btn a.btn {
        width: auto;
        display: inline-block;
        padding: 10px 35px;
    }
}

@media (max-width:767px) {
    .shop-product-intro .product-tocart {
        margin-top: 10px;
    }
}

@media (min-width:768px) {
    .met-showproduct.pagetype2 .shop-btn-body {
        margin-left: 20px;
    }
}

@media (max-width:767px) {
    .met-showproduct.pagetype2 .navbar-toggle {
        padding: 0px;
        float: none;
    }

    .met-showproduct.pagetype2 .shop-btn {
        padding: 6px 13px;
        font-size: 12px;
        line-height: 1.5;
    }
}

.met-showproduct.pagetype2 #shop-fashion-option .modal-content,
.met-showproduct.pagetype2 #shop-fashion-option .modal-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width:767px) {
    .met-showproduct.pagetype2 #shop-fashion-option .modal-body {
        padding: 15px;
    }
}

@font-face {
    font-family: 'AddFont';
    src: local('AddFont light'), local('AddFont'), url(fonts/AddFont.woff) format('truetype');
}

html,
body {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) center;
    overflow: hidden;
}

html,
body,
p {
    color: rgba(0, 0, 0, 1);
    font: 16px/1.875 Microsoft Yahei;
}

@media(max-width:1599px) {

    html,
    body,
    p {
        font: 15px/1.8 Microsoft Yahei;
    }
}

@media(max-width:1199px) {

    html,
    body,
    p {
        font: 14px/1.75 Microsoft Yahei;
    }
}

@media(min-width:1200px) {

    body.open,
    body.modal-open {
        overflow: hidden;
        padding-right: 0 !important;
    }

    body.open.class-10001 {
        border-right: none;
    }

}

::selection {
    background: #e04d47;
    color: rgba(255, 255, 255, 1);
}

::-moz-selection {
    background: #e04d47;
    color: rgba(255, 255, 255, 1);
}

::-webkit-selection {
    background: #e04d47;
    color: rgba(255, 255, 255, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: none;
}

a {
    color: #000;
    transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
}

a:focus,
a:hover {
    color: #e04d47;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

u {
    text-decoration: none;
}

#audio {}

#canvas {
    float: right;
    margin-top: 4px;
    cursor: pointer;
}



.load-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    visibility: visible;
    transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    display: none;
}

.load-box.active {
    opacity: 0;
    visibility: hidden;
}

.load-box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    padding: 10px;
}

.load-box svg circle {
    fill-opacity: 0;
    -webkit-animation: stroke 1.2s linear infinite;
    animation: stroke 1.2s linear infinite;
}

.load-box svg circle:nth-child(01) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.load-box svg circle:nth-child(02) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.load-box svg circle:nth-child(03) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.load-box svg circle:nth-child(04) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.load-box svg circle:nth-child(05) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.load-box svg circle:nth-child(06) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.load-box svg circle:nth-child(07) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.load-box svg circle:nth-child(08) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.load-box svg circle:nth-child(09) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.load-box svg circle:nth-child(10) {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.load-box svg circle:nth-child(11) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.load-box svg circle:nth-child(12) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

@-webkit-keyframes stroke {
    0% {
        fill: #e04d47;
        stroke: #e04d47;
        stroke-opacity: 0;
        stroke-width: 4;
    }

    10% {
        stroke-opacity: 1;
    }

    80% {
        stroke-width: 16;
    }

    95% {
        fill: #0c0ff0;
        stroke: #0c0ff0;
        stroke-opacity: .1;
    }
}

@keyframes stroke {
    0% {
        fill: #e04d47;
        stroke: #e04d47;
        stroke-opacity: 0;
        stroke-width: 4;
    }

    10% {
        stroke-opacity: 1;
    }

    80% {
        stroke-width: 16;
    }

    95% {
        fill: #0c0ff0;
        stroke: #0c0ff0;
        stroke-opacity: .1;
    }
}

@media (max-width:1199px) {
    .load-box svg {
        margin: -45px 0 0 -45px;
        width: 90px;
        height: 90px;
    }
}

@media (max-width:767px) {
    .load-box svg {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
    }
}



.side-content {
    position: relative;
    z-index: 1198;
    overflow: hidden;
    height: 100%;
}

.side-content.index {}

.side-html {
    position: relative;
    z-index: 1197;
}

.side-content.show .side-html {
    height: 100%;
}

.side-body {
    background-color: rgba(255, 255, 255, .6);
    background-position: top center;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
}

.banner-sub.auto.not-has+.side-html>.side-body:first-child {
    margin-top: 80px;
}

.banner-sub.not-has:not(.auto) {
    height: 80px;
}

@media (max-width:767px) {
    .banner-sub.auto.not-has+.side-html>.side-body:first-child {
        margin-top: 60px;
    }

    .banner-sub.not-has:not(.auto) {
        height: 60px;
    }
}

.side-content.show .side-body {
    height: 100%;
    background-size: cover;
    overflow: hidden;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-box-pack: center;
    display: -moz-box;
    -moz-box-align: center;
    -moz-box-pack: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: box;
    box-align: center;
    box-pack: center;
}

.side-content.show .side-body.foot {
    height: auto !important;
}

.side-content:not(.show) .side-body:last-child:before {
    height: 2px;
    background: #e04d47;
    width: 100%;
    content: '';
    display: block;
}

.side-scroll {
    right: 0 !important;
    width: 5px !important;
    display: block !important;
    background: rgba(255, 255, 255, .4);
    top: 0 !important;
    height: 100% !important;
    z-index: 1198 !important;
}

.side-content.show .side-scroll {
    display: none !important;
}

.side-scroll .swiper-scrollbar-drag {
    background: #e04d47 !important;
    border-radius: 0 !important;
}

html:not(.isMobile) .side-html,
html:not(.isMobile) .side-scroll .swiper-scrollbar-drag {
    transition: .5s !important;
    -moz-transition: .5s !important;
    -ms-transition: .5s !important;
    -o-transition: .5s !important;
    -webkit-transition: .5s !important;
}

.side-open {
    width: 40px;
    height: 30px;
    position: fixed;
    right: 40px;
    top: 25px;
    cursor: pointer;
    z-index: 1201;
    background: rgba(255, 255, 255, 0);
    transition: .2s .1s;
    -moz-transition: .2s .1s;
    -ms-transition: .2s .1s;
    -o-transition: .2s .1s;
    -webkit-transition: .2s .1s;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.side-open hr {
    height: 4px;
    background: #E04D47;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    transition: .5s .3s;
    -moz-transition: .5s .3s;
    -ms-transition: .5s .3s;
    -o-transition: .5s .3s;
    -webkit-transition: .5s .3s;
}

.side-open hr:nth-child(1) {
    width: 100%;
    top: 0;
    right: 0;
}

.side-open hr:nth-child(2) {
    width: 40%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    opacity: 1;
}

.side-open hr:nth-child(3) {
    width: 40%;
    top: 50%;
    right: 0;
    margin-top: -2px;
    opacity: 1;
}

.side-open hr:nth-child(4) {
    width: 100%;
    bottom: 0;
    right: 0;
}

@media (max-width:1199px) {
    .side-open {
        right: 30px;
    }
}

@media (max-width:767px) {
    .side-open {
        width: 33px;
        height: 23px;
        right: 15px;
        top: 18px;
    }

    .side-open hr {
        height: 3px;
    }
}

body.open .side-open {
    right: 324px;
}

@media (max-width:320px) {
    body.open .side-open {
        left: 2px;
    }
}

body.open .side-open hr:nth-child(1) {
    width: 100%;
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    -webkit-transform-origin: center;
}

body.open .side-open hr:nth-child(2) {
    opacity: 0;
    left: -50%;
}

body.open .side-open hr:nth-child(3) {
    opacity: 0;
    right: -50%;
}

body.open .side-open hr:nth-child(4) {
    width: 100%;
    bottom: 50%;
    margin-bottom: -2px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    -webkit-transform-origin: center;
}

.side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width:1199px) {
    .side-box::-webkit-scrollbar {
        width: 0 !important;
    }
}

body.open .side-box {
    width: 200%;
    right: 0;
}

.side-box a {
    color: rgba(255, 255, 255, 1);
}

.side-cut {
    position: relative;
    width: 284px;
    float: right;
}

.side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

body.open .side-shadow {
    opacity: 1;
    visibility: visible;
}

.side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
}

body.open .side-bin {}

.side-search {
    overflow: hidden;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .3s;
    -moz-transition: .6s .3s;
    -ms-transition: .6s .3s;
    -o-transition: .6s .3s;
    -webkit-transition: .6s .3s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
}

body.open .side-search {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.side-search>form {
    padding: 10px 30px 25px 30px;
}

.side-search>form .form-group {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.side-search>form .input-search-btn {
    z-index: 3;
    padding: 0 0 0 20px;
}

.side-search>form .input-search-btn>.icon {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.side-search>form .input-search-btn>.icon:hover {
    color: #e04d47;
}

.side-search>form .input-search {
    position: relative;
    overflow: hidden;
}

.side-search>form .input-search .form-control {
    border-radius: 0;
    background: none;
    padding: 0;
    font-family: 'AddFont', Microsoft Yahei;
    width: 224px;
    height: 60px;
    color: rgba(0, 0, 0, 1);
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.side-search>form .input-search .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .8)
}

.side-search>form .input-search .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .8);
}

.side-search>form .input-search .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .8);
}

.side-search>form .input-search .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .8);
}

@media (max-width:767px) {
    .side-search>form .input-search .form-control {
        height: 40px;
        font-size: 14px;
    }
}

.side-nav {}

.side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
}

.nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
}

.nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
}

.nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
}

.nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
}

.nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
}

.nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
}

.nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
}

.nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
}

.nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
}

.nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
}

body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #e04d47;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
}

body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
}

.nav-first:hover a:before {
    width: 100%;
}

.side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
}

.side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
}

.nav-first>u {
    display: none;
}

.nav-first>i {
    display: none;
}

.nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 0 30px;
    line-height: 70px;
    color: rgba(0, 0, 0, .9);
}

.nav-first>a:after {
    display: table;
    clear: both;
    content: ''
}

.nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 1px;
    font-size: 18px;
}

.nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
}

body.open .nav-first:hover>a,
body.open .nav-first.active>a,
.side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
}

.side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
}

body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
}

.nav-first>a>p,
.side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

body.open .nav-first:hover>a>p,
body.open .nav-first.active>a>p,
.side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #e04d47;
    background: rgba(255, 255, 255, .8);
}

body.open .nav-first.active>a>p {
    color: #e04d47;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
}

@media (max-width:1199px) {
    .nav-first>a>p {
        display: none;
    }
}

@media (min-width:992px) {
    .nav-first.has:after {
        display: block;
        content: '';
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent rgba(255, 255, 255, .975);
        position: absolute;
        left: -16px;
        top: 25px;
        z-index: 1;
    }

    .nav-first>ul {
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 0;
        background: rgba(255, 255, 255, .975);
        right: 300px;
        top: -25px;
        max-height: 410px;
        overflow-y: auto;
    }

    .nav-first>ul.scroll {
        height: 400px;
        overflow-y: scroll;
        top: -165px;
    }

    .nav-first>ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .nav-first.has:after,
    .nav-first>ul {
        opacity: 0;
        visibility: hidden;
        padding-left: 15px;
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        transition: transform .3s .1s, opacity .3s .1s, visibility .3s .1s;
        -o-transition: transform .3s .1s, opacity .3s .1s, visibility .3s .1s;
        -ms-transition: transform .3s .1s, opacity .3s .1s, visibility .3s .1s;
        -moz-transition: transform .3s .1s, opacity .3s .1s, visibility .3s .1s;
        -webkit-transition: transform .3s .1s, opacity .3s .1s, visibility .3s .1s;
    }

    .nav-first.has:hover:after,
    .nav-first:hover>ul {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: transform .3s .3s, opacity .3s .3s, visibility .3s .3s;
        -moz-transition: transform .3s .3s, opacity .3s .3s, visibility .3s .3s;
        -ms-transition: transform .3s .3s, opacity .3s .3s, visibility .3s .3s;
        -o-transition: transform .3s .3s, opacity .3s .3s, visibility .3s .3s;
        -webkit-transition: transform .3s .3s, opacity .3s .3s, visibility .3s .3s;
    }

    .nav-first>ul>dl {
        margin: 15px 15px 15px 0;
        padding: 0;
        display: block;
        float: left;
    }

    .nav-first>ul>dl>dt {
        margin: 0;
        padding: 0;
        display: block;
    }

    .nav-first>ul>dl>dt>hr {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
    }

    .nav-first>ul>dl>dt>img {
        display: block;
        margin-bottom: 9px;
    }

    .nav-first>ul>dl>dd {
        margin: 0;
        padding: 0;
        white-space: pre-wrap;
        color: rgba(0, 0, 0, .9);
        text-align: left;
    }

    .nav-second {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        float: left;
        max-width: 100%;
        overflow: hidden;
    }

    .nav-second>a {
        display: block;
        padding: 0 15px;
        margin: 0 15px 15px 0;
        float: left;
        border: 1px solid rgba(0, 0, 0, .4);
        white-space: nowrap;
        position: relative;
        transition: border-color .1s;
        -moz-transition: border-color .1s;
        -ms-transition: border-color .1s;
        -o-transition: border-color .1s;
        -webkit-transition: border-color .1s;
    }

    .nav-second>a:before {
        position: absolute;
        z-index: 1;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e04d47;
        transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
        -webkit-transition: transform .3s;
    }

    .nav-second>a:after {
        position: absolute;
        width: 15px;
        height: 1px;
        background: rgba(0, 0, 0, .4);
        left: 100%;
        top: 50%;
        margin: 0 0 0 1px;
        content: '';
    }

    .nav-second:last-child>a:after {
        display: none;
    }

    .nav-second>a>b {
        position: relative;
        z-index: 2;
        color: rgba(0, 0, 0, 1);
        font-weight: normal;
    }

    .nav-second>a:hover>b {
        color: rgba(255, 255, 255, 1);
    }

    .nav-second:hover>a {
        border-color: transparent;
        transition: border-color .1s .2s;
        -moz-transition: border-color .1s .2s;
        -ms-transition: border-color .1s .2s;
        -o-transition: border-color .1s .2s;
        -webkit-transition: border-color .1s .2s;
    }

    .nav-second:hover>a:before {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }

    .nav-second>ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline;
    }

    .nav-second>ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .nav-third {
        display: block;
        margin: 0;
        padding: 0 15px 0 0;
        list-style: none;
        position: relative;
        float: left;
    }

    .nav-third>a {
        color: #888;
        display: block;
        padding: 0 15px;
        margin: 0 0 15px 0;
        float: left;
        white-space: nowrap;
        border-radius: 88px;
        border: 1px solid rgba(0, 0, 0, .4);
        position: relative;
    }

    .nav-third:hover>a {
        border-color: transparent;
        transition: border-color .1s .2s;
        -moz-transition: border-color .1s .2s;
        -ms-transition: border-color .1s .2s;
        -o-transition: border-color .1s .2s;
        -webkit-transition: border-color .1s .2s;
        transition: border-color .1s;
        -moz-transition: border-color .1s;
        -ms-transition: border-color .1s;
        -o-transition: border-color .1s;
        -webkit-transition: border-color .1s;
    }

    .nav-third>a:before {
        position: absolute;
        z-index: 1;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e04d47;
        transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
        -webkit-transition: transform .3s;
        border-radius: 88px;
    }

    .nav-third:hover>a:before {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }

    .nav-third>a:after {
        position: absolute;
        width: 15px;
        height: 1px;
        background: rgba(0, 0, 0, .4);
        left: 100%;
        top: 50%;
        margin: 0 0 0 1px;
        content: '';
    }

    .nav-third>a>b {
        position: relative;
        z-index: 1;
        color: rgba(255, 255, 255, 1);
        font-weight: normal;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .nav-first>u {
        display: block;
        font-style: normal;
        text-decoration: none;
        position: absolute;
        width: 76px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 4;
        cursor: pointer;
    }

    .nav-first>u:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 2px;
        margin: -1px 0 0 -6px;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        background: #e04d47;
        top: 50%;
        left: 50%;
        border-radius: 2px;
    }

    .nav-first>u:after {
        position: absolute;
        content: '';
        height: 12px;
        width: 2px;
        margin: -6px 0 0 -1px;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        background: #e04d47;
        left: 50%;
        top: 50%;
        border-radius: 2px;
    }

    .nav-first.active>u:before,
    .nav-first.active>u:after,
    .nav-first:hover>u:before {
        background: rgba(255, 255, 255, 1);
    }

    .nav-first:hover>u:after {
        display: none;
    }

    .nav-first.mobile-active>u:before {
        background: rgba(255, 255, 255, 1);
    }

    .nav-first.mobile-active>u:after {
        display: none;
    }
}

@media (max-width:992px) {
    .nav-first>ul {
        list-style: none;
        margin: 0 !important;
        padding: 0;
        display: block;
        height: 0;
        overflow: hidden;
        width: auto !important;
        background: rgba(0, 0, 0, .03);
    }

    .nav-first>ul>dl {
        display: none;
    }

    .nav-first>i {
        display: block;
        position: absolute;
        width: 76px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 4;
        cursor: pointer;
    }

    .nav-first>i:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 2px;
        margin: -1px 0 0 -6px;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        background: #e04d47;
        top: 50%;
        left: 50%;
        border-radius: 2px;
    }

    .nav-first>i:after {
        position: absolute;
        content: '';
        height: 12px;
        width: 2px;
        margin: -6px 0 0 -1px;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        background: #e04d47;
        left: 50%;
        top: 50%;
        border-radius: 2px;
    }

    .nav-first.active>i:before,
    .nav-first.active>i:after,
    .nav-first:hover>i:before {
        background: rgba(255, 255, 255, 1);
    }

    .nav-first:hover>i:after {
        background: rgba(255, 255, 255, 1);
    }

    .nav-first.mobile-active>a:before {
        width: 100%;
    }

    .nav-first.mobile-active>a>i,
    .nav-first.mobile-active>a>b {
        color: rgba(255, 255, 255, 1);
    }

    .nav-first.mobile-active>a>p {
        color: rgba(255, 255, 255, 1);
    }

    .nav-first.mobile-active>ul {
        padding: 1px 0 0 0;
        height: auto;
    }

    .nav-first.mobile-active>i:before {
        background: rgba(255, 255, 255, 1);
    }

    .nav-first.mobile-active>i:after {
        display: none;
    }

    .nav-second {
        margin: 0 0 1px 0;
        list-style: none;
        padding: 0;
    }

    .nav-second>ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-second>a {
        padding: 0 30px;
        line-height: 50px;
        display: block;
        position: relative;
    }

    .nav-second>a>b {
        display: block;
        font-size: 15px;
        font-weight: normal;
        color: rgba(0, 0, 0, .8);
        position: relative;
        z-index: 1;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }

    .nav-second>a:after {
        background: #e04d47;
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }

    .nav-second:hover>a:after {
        width: 100%;
    }

    .nav-second>ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-second>ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .nav-second:hover>a>b {
        color: rgba(255, 255, 255, 1);
    }

    .nav-third {
        display: block;
        line-height: none;
        padding: 1px 0 0 0;
        margin: 0 30px;
    }

    .nav-third>a {
        padding: 0 30px;
        line-height: 50px;
        margin-bottom: 1px;
        background: rgba(0, 0, 0, .08);
        display: block;
        position: relative;
    }

    .nav-third>a>b {
        display: block;
        font-weight: normal;
        color: rgba(0, 0, 0, .9);
    }

    .nav-third>a:after {
        background: #e04d47;
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }

    .nav-third>a>b {
        position: relative;
        z-index: 1;
        color: rgba(255, 255, 255, 1);
        font-weight: normal;
        transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
    }

    .nav-third:hover>a:after {
        width: 100%;
    }

    .nav-third:hover>a>b {
        color: rgba(255, 255, 255, 1);
    }
}

@media (max-width:767px) {
    .nav-first>a {
        line-height: 60px;
    }

    .nav-first>a>i {
        font-size: 16px;
    }
}

.side-head {
    position: fixed;
    z-index: 1199;
    top: 0;
    left: 0;
    right: 5px;
    padding: 0 95px 0 40px;
    height: 80px;
    line-height: 80px;
}

.side-head.nav-open0 {
    padding-right: 40px;
}

.side-head:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    right: -5px;
    bottom: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 30px rgba(2, 56, 146, .07);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.side-head.active:before {
    bottom: 0;
    opacity: 1;
}

.side-head:after {
    display: block;
    clear: both;
    content: '';
}

.side-logo {
    position: absolute;
    top: 0;
    left: 40px;
    height: 100%;
    font-size: 0;
    max-width: 45%;
    z-index: 3;
}

.side-logo a {
    display: block;
    margin-right: 25px;
}

.side-logo a img {
    display: inline;
    padding: 15px 0;
    max-width: 100%;
    max-height: 80px;
}

@media (max-width:1199px) {
    .side-head {
        padding: 0 85px 0 30px;
    }

    .side-logo {
        left: 30px;
    }
}

@media (max-width:767px) {
    .side-head {
        padding: 0 58px 0 15px;
        height: 60px;
        line-height: 60px;
    }

    .side-head.nav-open0 {
        padding-right: 15px;
    }

    .side-logo {
        left: 15px;
    }

    .side-logo a {
        margin-right: 15px;
    }

    .side-logo a img {
        max-height: 60px;
    }
}

.sign-box {
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.sign-box>ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 3999px;
}

.sign-box>ul:after {
    display: block;
    content: '';
    clear: both;
}

.sign-box>ul>li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.sign-box.active>ul>li:hover {
    margin-bottom: 300px;
}

.sign-box>ul>li>a {
    display: block;
    position: relative;
}

.sign-box>ul>li>a:before {
    position: absolute;
    top: 30%;
    right: 1%;
    bottom: 30%;
    left: 1%;
    z-index: 1;
    content: '';
    opacity: 0;
    border-radius: 99px;
    background: #E04D47;
    transform: scale(.6, .6);
    -moz-transform: scale(.6, .6);
    -ms-transform: scale(.6, .6);
    -o-transform: scale(.6, .6);
    -webkit-transform: scale(.6, .6);
    box-shadow: 0 0 5px rgba(255, 255, 255, .05);
    transition: transform .5s, opacity .3s;
    -moz-transition: transform .5s, opacity .3s;
    -ms-transition: transform .5s, opacity .3s;
    -o-transition: transform .5s, opacity .3s;
    -webkit-transition: transform .5s, opacity .3s;
}

.sign-box>ul>li.active>a:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.sign-box>ul>li>a>b {
    display: block;
    padding: 0 25px;
    font-weight: normal;
    position: relative;
    z-index: 2;
    color: rgba(0, 0, 0, .8);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
}

@media (max-width:767px) {
    .sign-box>ul>li>a>b {
        padding: 0 15px;
    }
}

.sign-box>ul>li.active>a>b,
.sign-box>ul>li>a.active>b,
.sign-box>ul>li.active>a:hover>b,
.sign-box>ul>li>a.active:hover>b {
    color: rgba(255, 255, 255, 1);
}

.sign-box>ul>li>a:hover>b {
    color: #e04d47;
}

.sign-box>ul>li>ol {
    display: block;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: rgba(255, 255, 255, .8);
    border-top: 2px solid #e04d47;
    visibility: hidden;
    opacity: 0;
}

.sign-box>ul>li:hover>ol {
    visibility: visible;
    opacity: 1;
}

.sign-box>ul>li>ol:before {
    display: block;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e04d47 transparent;
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.sign-box>ul>li>ol>li {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
}

html:not(.isMobile) .sign-box>ul>li>ol>li.all {
    display: none;
}

.sign-box>ul>li>ol>li>a {
    display: block;
    padding: 0 25px;
}

.sign-box>ul>li>ol>li>a>p {
    margin: 0;
}

.sign-box>ul>li>ol>li>a>p:hover {
    color: #e04d47;
}

.side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
}

.side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
}

.side-phone:after {
    display: block;
    clear: both;
    content: '';
}

body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
}

.side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
}

.side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
}

.side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
}

.side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.social-box {
    margin: -4px 0 0 -4px;
    opacity: 0;
    transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    -webkit-transform: translateY(75%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
}

body.open .social-box {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.social-box:after {
    display: block;
    content: '';
    clear: both;
}

.social-box a {
    font-size: 14px;
    width: 34px;
    line-height: 34px;
    height: 34px;
    border-radius: 99px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: rgba(0, 0, 0, .8);
    margin: 4px 0 0 4px;
    float: left;
    color: rgba(255, 255, 255, 1);
}

.social-box a:hover {
    background: #e04d47;
    color: rgba(255, 255, 255, 1);
}

.social-weixin {
    position: relative;
    cursor: pointer;
}

.social-weixin p {
    position: absolute;
    background: #000;
    cursor: none;
    transition: .3s .35s;
    -moz-transition: .3s .35s;
    -ms-transition: .3s .35s;
    -o-transition: .3s .35s;
    -webkit-transition: .3s .35s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    bottom: 100%;
    left: 50%;
    margin: 0 0 10px -75px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

.social-weixin:hover p {
    visibility: visible;
    opacity: 1;
}

.social-weixin p:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    margin-left: -8px;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
}

.social-weixin p img {
    width: 150px;
}

.side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
}

body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.social-sidebar {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 1199;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.social-sidebar a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    color: rgba(0, 0, 0, .9);
    text-align: center;
    display: block;
    background: rgba(255, 255, 255, .6);
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
    transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
}

.social-sidebar a.taobao {
    font-weight: bolder;
    font-family: '';
}

.social-sidebar a:hover {
    background: #e04d47;
}

.window-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1198;
}

.window-cut,
.side-content.show .side-html {
    width: 100%;
    height: 100%;
    will-change: transform;
    transition-timing-function: cubic-bezier(1, 0, .5, 1) !important;
    -moz-transition-timing-function: cubic-bezier(1, 0, .5, 1) !important;
    -ms-transition-timing-function: cubic-bezier(1, 0, .5, 1) !important;
    -o-transition-timing-function: cubic-bezier(1, 0, .5, 1) !important;
    -webkit-transition-timing-function: cubic-bezier(1, 0, .5, 1) !important;
}

.window-bin {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    background-size: cover;
    transition: visibility 0s .5s;
    -moz-transition: visibility 0s .5s;
    -ms-transition: visibility 0s .5s;
    -o-transition: visibility 0s .5s;
    -webkit-transition: visibility 0s .5s;
}

.window-bin.swiper-slide-prev {}

.window-bin.swiper-slide-active {
    transition: visibility 0s;
    -moz-transition: visibility 0s;
    -ms-transition: visibility 0s;
    -o-transition: visibility 0s;
    -webkit-transition: visibility 0s;
}

.window-bin.swiper-slide-next {}

.window-bin:not(.foot) {
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: box;
    box-align: center;
}

.window-bin.foot {
    height: auto !important;
}

.window-bin .container {
    position: relative;
    position: absolute\9 !important;
    left: 50%\9 !important;
    top: 50%\9;
    -ms-transform: translate(-50%, -50%)\9 !important;
    transform: translate(0, 0) !important;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .window-bin .container {
        -ms-transform: translate(0, 0) !important;
    }
}

.window-bin .container:before {
    position: absolute;
    left: -35px;
    right: -35px;
    top: -35px;
    bottom: -35px;
    z-index: 1;
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.95);
}

.window-bin .container .row {
    position: relative;
    z-index: 2;
}

@media (max-width:1199px) {
    .window-bin .container:before {
        left: -25px;
        right: -25px;
        top: -25px;
        bottom: -25px;
    }
}

@media (max-width:992px) {
    .window-bin:not(.window-banner) .container {
        width: 650px;
    }

    .window-bin .container:before {
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }
}

@media (max-width:767px) {
    .window-bin .container:before {
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
    }

    .window-bin .container .row {
        margin: 0;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .window-bin:not(.window-banner) .container {
        margin-top: 50px;
    }
}

@media (max-height:375px) and (orientation:landscape) {
    .window-bin:not(.window-banner) .container {
        margin-top: 40px;
    }
}

.window-next {
    position: absolute;
    left: 50%;
    bottom: 3.07%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    padding-bottom: 22px;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-family: 'AddFont';
    cursor: pointer;
    -webkit-animation: -webkit-scroll 4s infinite ease-in-out;
    -moz-animation: -moz-scroll 4s infinite ease-in-out;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}

.window-banner .window-next {
    bottom: 11.86%;
}

.window-next:hover {
    color: rgba(0, 0, 0, 1);
}

.window-next:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 50%;
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .4);
    transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform: rotate(+30deg);
    -moz-transform: rotate(+30deg);
    -ms-transform: rotate(+30deg);
    -o-transform: rotate(+30deg);
    -webkit-transform: rotate(+30deg);
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}

.window-next:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 1px;
    background: rgba(0, 0, 0, .4);
    transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}

.window-next:hover:before,
.window-next:hover:after {
    background: #e04d47;
    height: 2px;
}

@keyframes -webkit-scroll {

    0%,
    40% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
    }

    60%,
    90% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(4px);
    }
}

@keyframes -moz-scroll {

    0%,
    40% {
        opacity: 0;
        -moz-transform: translateY(-8px);
    }

    60%,
    90% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(4px);
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .window-next {
        display: none;
    }
}

.banner-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-box * {
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
}

.banner-cut {
    width: 1000%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-cut:after {
    clear: both;
    content: '';
    display: block;
}

.banner-bin {
    width: 10%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    position: relative;
    background: center no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: box;
    box-align: center;
}

.banner-ie9 {
    width: 200%;
    height: 100%;
    position: relative;
}

.banner-bin .container {
    position: relative;
    z-index: 1;
    width: auto !important;
    left: 25%\9 !important;
}

.banner-bin .container:after {
    display: block;
    content: '';
    clear: both;
}

.banner-bin-a {
    font-size: 160px;
    color: #e04d47;
    line-height: 150px;
    width: 300px;
    height: 300px;
    float: left;
    margin: 35px 85px 35px 35px;
    font-family: Microsoft JhengHei;
    position: relative;
}

.banner-bin-a:before {
    display: block;
    width: 0%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    content: '';
    position: absolute;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-a:after {
    display: block;
    height: 0%;
    left: 50%;
    top: 0;
    margin-left: -1px;
    border-left: 1px solid rgba(0, 0, 0, .4);
    content: '';
    position: absolute;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a:before {
    width: 100%;
    transition: .3s .6s;
    -moz-transition: .3s .6s;
    -ms-transition: .3s .6s;
    -o-transition: .3s .6s;
    -webkit-transition: .3s .6s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a:after {
    height: 100%;
    transition: .3s .6s;
    -moz-transition: .3s .6s;
    -ms-transition: .3s .6s;
    -o-transition: .3s .6s;
    -webkit-transition: .3s .6s;
}

.banner-bin-a span {
    position: absolute;
    padding: 10px;
    opacity: .99;
}

.banner-bin-a span {
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-a span:nth-child(1) {
    right: 50%;
    bottom: 50%;
    transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
}

.banner-bin-a span:nth-child(2) {
    left: 50%;
    bottom: 50%;
    transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
}

.banner-bin-a span:nth-child(3) {
    right: 50%;
    top: 50%;
    transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    -webkit-transform-origin: right top;
}

.banner-bin-a span:nth-child(4) {
    left: 50%;
    top: 50%;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(1) {
    transition: .8s .7s ease-out;
    -moz-transition: .8s .7s ease-out;
    -ms-transition: .8s .7s ease-out;
    -o-transition: .8s .7s ease-out;
    -webkit-transition: .8s .7s ease-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(2) {
    transition: .8s .9s ease-out;
    -moz-transition: .8s .9s ease-out;
    -ms-transition: .8s .9s ease-out;
    -o-transition: .8s .9s ease-out;
    -webkit-transition: .8s .9s ease-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(3) {
    transition: .8s 1.1s ease-out;
    -moz-transition: .8s 1.1s ease-out;
    -ms-transition: .8s 1.1s ease-out;
    -o-transition: .8s 1.1s ease-out;
    -webkit-transition: .8s 1.1s ease-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(4) {
    transition: .8s 1.3s ease-in-out;
    -moz-transition: .8s 1.3s ease-in-out;
    -ms-transition: .8s 1.3s ease-in-out;
    -o-transition: .8s 1.3s ease-in-out;
    -webkit-transition: .8s 1.3s ease-in-out;
}

.banner-bin-a span:nth-child(1):before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #e04d47;
    top: -15px;
    left: -15px;
}

.banner-bin-a span:nth-child(1):after {
    display: block;
    content: '';
    position: absolute;
    height: 0px;
    width: 2px;
    background: #e04d47;
    top: -15px;
    left: -15px;
}

.banner-bin-a span:nth-child(2):before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #e04d47;
    top: -15px;
    right: -15px;
}

.banner-bin-a span:nth-child(2):after {
    display: block;
    content: '';
    position: absolute;
    height: 0px;
    width: 2px;
    background: #e04d47;
    top: -15px;
    right: -15px;
}

.banner-bin-a span:nth-child(3):before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #e04d47;
    bottom: -15px;
    left: -15px;
}

.banner-bin-a span:nth-child(3):after {
    display: block;
    content: '';
    position: absolute;
    height: 0px;
    width: 2px;
    background: #e04d47;
    bottom: -15px;
    left: -15px;
}

.banner-bin-a span:nth-child(1):before,
.banner-bin-a span:nth-child(1):after,
.banner-bin-a span:nth-child(2):before,
.banner-bin-a span:nth-child(2):after,
.banner-bin-a span:nth-child(3):before,
.banner-bin-a span:nth-child(3):after {
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(1):before,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(2):before,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(3):before {
    width: 40px;
    transition: .5s 1.7s ease-in;
    -moz-transition: .5s 1.7s ease-in;
    -ms-transition: .5s 1.7s ease-in;
    -o-transition: .5s 1.7s ease-in;
    -webkit-transition: .5s 1.7s ease-in;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(1):after,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(2):after,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-a span:nth-child(3):after {
    height: 40px;
    transition: .5s 1.7s ease-in;
    -moz-transition: .5s 1.7s ease-in;
    -ms-transition: .5s 1.7s ease-in;
    -o-transition: .5s 1.7s ease-in;
    -webkit-transition: .5s 1.7s ease-in;
}

.banner-bin-a span:nth-child(4) {
    font-size: 175px;
    line-height: 175px;
}

.banner-bin-b {
    color: #000;
    float: left;
    line-height: 1.5;
}

.banner-bin-b span:nth-child(1) {
    font-size: 38px;
    display: block;
    font-family: Times;
    color: rgba(0, 0, 0, .95);
}

.banner-bin-b span:nth-child(2) {
    font-size: 34px;
    display: block;
    line-height: 1.3;
    padding-top: 5px;
    color: rgba(0, 0, 0, .8);
}

.banner-bin-b span:nth-child(3) {
    font-size: 70px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    padding: 10px 0 15px 0;
}

.banner-bin-b span:nth-child(4) {
    font-size: 17px;
    display: block;
    margin-top: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, .8);
}

.banner-bin-b span:nth-child(1),
.banner-bin-b span:nth-child(2),
.banner-bin-b span:nth-child(3),
.banner-bin-b span:nth-child(4) {
    opacity: 0;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-b span {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-b span:nth-child(1) {
    transition: .6s 1.7s;
    -moz-transition: .6s 1.7s;
    -ms-transition: .6s 1.7s;
    -o-transition: .6s 1.7s;
    -webkit-transition: .6s 1.7s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-b span:nth-child(2) {
    transition: .6s 1.8s ease-in;
    -moz-transition: .6s 1.8s ease-in;
    -ms-transition: .6s 1.8s ease-in;
    -o-transition: .6s 1.8s ease-in;
    -webkit-transition: .6s 1.8s ease-in;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-b span:nth-child(3) {
    transition: .6s 1.9s ease-out;
    -moz-transition: .6s 1.9s ease-out;
    -ms-transition: .6s 1.9s ease-out;
    -o-transition: .6s 1.9s ease-out;
    -webkit-transition: .6s 1.9s ease-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-b span:nth-child(4) {
    transition: .6s 2s ease-in-out;
    -moz-transition: .6s 2s ease-in-out;
    -ms-transition: .6s 2s ease-in-out;
    -o-transition: .6s 2s ease-in-out;
    -webkit-transition: .6s 2s ease-in-out;
}

@media (max-width:1199px) {
    .banner-bin-a {
        font-size: 120px;
        line-height: 120px;
        width: 240px;
        height: 240px;
        margin: 28px 68px 28px 28px;
    }

    .banner-bin-a span {
        padding: 8px;
    }

    .banner-bin-a span:nth-child(1):before {
        top: -12px;
        left: -12px;
    }

    .banner-bin-a span:nth-child(1):after {
        top: -12px;
        left: -12px;
    }

    .banner-bin-a span:nth-child(2):before {
        top: -12px;
        right: -12px;
    }

    .banner-bin-a span:nth-child(2):after {
        top: -12px;
        right: -12px;
    }

    .banner-bin-a span:nth-child(3):before {
        bottom: -12px;
        left: -12px;
    }

    .banner-bin-a span:nth-child(3):after {
        bottom: -12px;
        left: -12px;
    }

    .banner-bin-a span:nth-child(4) {
        font-size: 145px;
        line-height: 145px;
    }

    .banner-bin-b span:nth-child(1) {
        font-size: 31px;
    }

    .banner-bin-b span:nth-child(2) {
        font-size: 28px;
        padding-top: 4px;
    }

    .banner-bin-b span:nth-child(3) {
        font-size: 57px;
        padding: 8px 0 12px 0;
    }

    .banner-bin-b span:nth-child(4) {
        font-size: 14px;
        margin-top: 16px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .banner-bin-a {
        font-size: 85px;
        line-height: 85px;
        width: 170px;
        height: 170px;
        margin: 20px 50px 20px 20px;
    }

    .banner-bin-a span {
        padding: 5px;
    }

    .banner-bin-a span:nth-child(1):before {
        top: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(1):after {
        top: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(2):before {
        top: -10px;
        right: -10px;
    }

    .banner-bin-a span:nth-child(2):after {
        top: -10px;
        right: -10px;
    }

    .banner-bin-a span:nth-child(3):before {
        bottom: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(3):after {
        bottom: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(4) {
        font-size: 100px;
        line-height: 100px;
    }

    .banner-bin-b span:nth-child(1) {
        font-size: 22px;
    }

    .banner-bin-b span:nth-child(2) {
        font-size: 19px;
        padding-top: 3px;
    }

    .banner-bin-b span:nth-child(3) {
        font-size: 40px;
        padding: 2px 0 4px 0;
    }

    .banner-bin-b span:nth-child(4) {
        font-size: 14px;
        margin-top: 12px;
        line-height: 18px;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .banner-bin-a {
        float: none;
        font-size: 75px;
        line-height: 75px;
        width: 150px;
        height: 150px;
        margin: 15px auto;
    }

    .banner-bin-a span {
        padding: 4px;
    }

    .banner-bin-a span:nth-child(1):before {
        top: -6px;
        left: -6px;
    }

    .banner-bin-a span:nth-child(1):after {
        top: -6px;
        left: -6px;
    }

    .banner-bin-a span:nth-child(2):before {
        top: -6px;
        right: -6px;
    }

    .banner-bin-a span:nth-child(2):after {
        top: -6px;
        right: -6px;
    }

    .banner-bin-a span:nth-child(3):before {
        bottom: -6px;
        left: -6px;
    }

    .banner-bin-a span:nth-child(3):after {
        bottom: -6px;
        left: -6px;
    }

    .banner-bin-b {
        float: none;
        text-align: center;
    }

    .banner-bin-a span:nth-child(4) {
        font-size: 90px;
        line-height: 90px;
    }

    .banner-bin-b span:nth-child(1) {
        font-size: 22px;
        line-height: 20px;
        padding: 14px 0 4px 0;
    }

    .banner-bin-b span:nth-child(2) {
        padding-top: 0;
    }

    .banner-bin-b span:nth-child(2) br {
        display: none;
    }

    .banner-bin-b span:nth-child(3) {
        font-size: 36px;
        padding: 0;
        border: none;
    }

    .banner-bin-b span:nth-child(4) {
        margin-top: 4px;
    }
}

@media (max-width:413px) and (orientation:portrait) {
    .banner-bin-a {
        float: none;
        font-size: 65px;
        line-height: 65px;
        width: 130px;
        height: 130px;
        margin: 15px auto;
    }

    .banner-bin-a span:nth-child(4) {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width:320px) and (orientation:portrait) {
    .banner-bin-b span:nth-child(4) {
        display: none;
    }
}

@media (max-height:413px) and (orientation:landscape) {
    .banner-bin-a {
        font-size: 75px;
        line-height: 75px;
        width: 150px;
        height: 150px;
        margin: 15px 40px 15px 15px;
    }

    .banner-bin-a span {
        padding: 2px;
    }

    .banner-bin-a span:nth-child(1):before {
        top: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(1):after {
        top: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(2):before {
        top: -10px;
        right: -10px;
    }

    .banner-bin-a span:nth-child(2):after {
        top: -10px;
        right: -10px;
    }

    .banner-bin-a span:nth-child(3):before {
        bottom: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(3):after {
        bottom: -10px;
        left: -10px;
    }

    .banner-bin-a span:nth-child(4) {
        font-size: 90px;
        line-height: 90px;
    }

    .banner-bin-b span:nth-child(1) {
        font-size: 22px;
        line-height: 25px;
    }

    .banner-bin-b span:nth-child(2) {
        font-size: 19px;
        line-height: 23px;
        padding-top: 0;
    }

    .banner-bin-b span:nth-child(3) {
        font-size: 38px;
        padding: 0;
    }

    .banner-bin-b span:nth-child(4) {
        font-size: 12px;
        margin-top: 12px;
        line-height: 18px;
    }
}

.banner-bin-h {
    text-align: center;
    line-height: 1;
}

.banner-bin-h span:first-child {
    font-size: 80px;
    color: #e04d47;
    display: inline-block;
    opacity: 0;
    transform: translate(-30px, -30px) scale(.8, .8);
    -moz-transform: translate(-30px, -30px) scale(.8, .8);
    -ms-transform: translate(-30px, -30px) scale(.8, .8);
    -o-transform: translate(-30px, -30px) scale(.8, .8);
    -webkit-transform: translate(-30px, -30px) scale(.8, .8);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-h span:first-child u {
    position: relative;
    top: -15px;
}

.banner-bin-h span:last-child {
    font-size: 68px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    opacity: 0;
    transform: translate(30px, 30px) scale(.8, .8);
    -moz-transform: translate(30px, 30px) scale(.8, .8);
    -ms-transform: translate(30px, 30px) scale(.8, .8);
    -o-transform: translate(30px, 30px) scale(.8, .8);
    -webkit-transform: translate(30px, 30px) scale(.8, .8);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-h span:first-child,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-h span:last-child {
    transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -webkit-transform: translate(0, 0) scale(1, 1);
    transition: .5s .5s;
    -moz-transition: .5s .5s;
    -ms-transition: .5s .5s;
    -o-transition: .5s .5s;
    -webkit-transition: .5s .5s;
    opacity: 1;
}

.banner-bin-i {
    text-align: center;
    display: block;
    margin: 30px auto 40px auto;
    width: 660px;
}

.banner-bin-i p {
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.banner-bin-i p:first-child:before {
    height: 0px;
    position: absolute;
    content: '';
    border-left: 1px solid rgba(0, 0, 0, .4);
    left: 0;
    top: 50%;
    display: block;
}

.banner-bin-i p:first-child:after {
    height: 0px;
    position: absolute;
    content: '';
    border-right: 1px solid rgba(0, 0, 0, .4);
    right: 0;
    top: 50%;
    display: block;
}

.banner-bin-i p:last-child:before {
    height: 0px;
    position: absolute;
    content: '';
    border-left: 1px solid rgba(0, 0, 0, .4);
    left: 0;
    bottom: 50%;
    display: block;
}

.banner-bin-i p:last-child:after {
    height: 0px;
    position: absolute;
    content: '';
    border-right: 1px solid rgba(0, 0, 0, .4);
    right: 0;
    bottom: 50%;
    display: block;
}

.banner-bin-i p:first-child:before,
.banner-bin-i p:first-child:after.banner-bin-i p:last-child:before,
.banner-bin-i p:last-child:after,
.banner-bin-i p span:before,
.banner-bin-i p span:after {
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p:first-child:before,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p:first-child:after,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p:last-child:before,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p:last-child:after {
    height: 100px;
    transition: 1.5s 1.7s ease-in;
    -moz-transition: 1.5s 1.7s ease-in;
    -ms-transition: 1.5s 1.7s ease-in;
    -o-transition: 1.5s 1.7s ease-in;
    -webkit-transition: 1.5s 1.7s ease-in;
}

.banner-bin-i p span {
    display: inline-block;
    line-height: 1.6;
    position: relative;
    padding: 0 20px;
}

.banner-bin-i p span:before {
    width: 0px;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    right: 100%;
    top: 50%;
    display: block;
}

.banner-bin-i p span:after {
    width: 0px;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    left: 100%;
    top: 50%;
    display: block;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p span:before,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p span:after {
    width: 199px;
    transition: 1.5s 1.7s ease-in;
    -moz-transition: 1.5s 1.7s ease-in;
    -ms-transition: 1.5s 1.7s ease-in;
    -o-transition: 1.5s 1.7s ease-in;
    -webkit-transition: 1.5s 1.7s ease-in;
}

.banner-bin-i p:first-child span {
    font-size: 40px;
    color: #000;
    font-family: Times;
    opacity: .95;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-i p:last-child span {
    font-size: 24px;
    color: #000;
    opacity: .8;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p:first-child span,
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-i p:last-child span {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .8s .9s ease-in-out;
    -moz-transition: .8s .9s ease-in-out;
    -ms-transition: .8s .9s ease-in-out;
    -o-transition: .8s .9s ease-in-out;
    -webkit-transition: .8s .9s ease-in-out;
}

.banner-bin-j {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 840px;
}

.banner-bin-j:after {
    display: block;
    clear: both;
    content: '';
}

.banner-bin-j p {
    float: left;
    width: 33.33333%;
    /*font-size: 17px;*/
    padding: 0 15px;
    margin: 0;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, .4);
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-j p:first-child {
    border: none;
}

.banner-bin-j p span {
    display: block;
}

.banner-bin-j p span:first-child {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #e04d47;
}

.banner-bin-j p span:last-child {
    color: rgba(0, 0, 0, .95);
    line-height: 30px;
}

.banner-bin-j p:nth-child(1) {
    transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -ms-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
}

.banner-bin-j p:nth-child(2) {
    transform: translate(0px, 30px);
    -moz-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    -o-transform: translate(0px, 30px);
    -webkit-transform: translate(0px, 30px);
}

.banner-bin-j p:nth-child(3) {
    transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-j p {
    opacity: 1;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: .8s 1.9s;
    -moz-transition: .8s 1.9s;
    -ms-transition: .8s 1.9s;
    -o-transition: .8s 1.9s;
    -webkit-transition: .8s 1.9s;
}

@media (max-width:1199px) {
    .banner-bin-h span:first-child {
        font-size: 65px;
    }

    .banner-bin-h span:first-child u {
        top: -12px;
    }

    .banner-bin-h span:last-child {
        font-size: 55px;
    }

    .banner-bin-i {
        margin: 24px auto 32px auto;
        width: 530px;
    }

    .banner-bin-i p span {
        line-height: 1.6;
        padding: 0 16px;
    }

    .banner-bin-i p:first-child span {
        font-size: 32px;
    }

    .banner-bin-i p:last-child span {
        font-size: 20px;
    }

    .banner-bin-j {
        margin-top: 24px;
        width: 680px;
    }

    .banner-bin-j p {
        font-size: 14px;
        padding: 0 12px;
    }

    .banner-bin-j p span:first-child {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .banner-bin-j p span:last-child {
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .banner-bin-h span:first-child {
        font-size: 32px;
    }

    .banner-bin-h span:first-child u {
        top: -8px;
    }

    .banner-bin-h span:last-child {
        font-size: 28px;
    }

    .banner-bin-i {
        margin: 8px auto 16px auto;
        padding: 0 15px;
        width: auto;
        max-width: 550px;
    }

    .banner-bin-i p span {
        line-height: 1.6;
        padding: 0 16px;
    }

    .banner-bin-i p:first-child span {
        font-size: 26px;
    }

    .banner-bin-i p:last-child span {
        font-size: 16px;
    }

    .banner-bin-j {
        margin-top: 14px;
        width: 100%;
        max-width: 500px;
    }

    .banner-bin-j p {
        font-size: 14px;
        padding: 0 12px;
    }

    .banner-bin-j p span:first-child {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner-bin-j p span:last-child {
        line-height: 20px;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .banner-bin-i {
        margin: 8px auto;
    }

    .banner-bin-j {
        margin-top: 8px;
    }

    .banner-bin-i p span {
        line-height: 1.2;
    }

    .banner-bin-j p span:first-child {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .banner-bin-j p span:last-child {
        line-height: 18px;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .banner-bin-i p:last-child span {
        width: 80%;
    }
}

@media (max-width:320px) and (orientation:portrait) {
    .banner-bin-h span:first-child {
        font-size: 28px;
    }

    .banner-bin-h span:last-child {
        font-size: 24px;
    }

    .banner-bin-i {
        padding: 0;
    }

    .banner-bin-j p span:first-child {
        margin-bottom: 0;
        font-size: 16px;
    }

    .banner-bin-j p span:last-child {
        display: none;
    }
}

@media (max-height:413px) and (orientation:landscape) {
    .banner-bin-i {
        margin: 12px auto;
    }

    .banner-bin-j {
        margin-top: 12px;
    }

    .banner-bin-j p span:first-child {
        margin-bottom: 0;
    }

    .banner-bin-j p span:last-child {
        display: none;
    }
}

.banner-bin-o {
    text-align: right;
    float: left;
}

.banner-bin-o:after {
    display: block;
    clear: both;
    content: '';
}

.banner-bin-o p {
    margin: 0;
}

.banner-bin-o p:after {
    display: block;
    clear: both;
    content: '';
}

.banner-bin-o p:nth-child(1) {
    float: right;
    line-height: 1;
}

.banner-bin-o p:nth-child(1) span:nth-child(1) {
    font-size: 38px;
    color: rgba(0, 0, 0, .95);
    font-family: Times;
}

.banner-bin-o p:nth-child(1) span:nth-child(2) {
    font-size: 30px;
    margin: 15px 0 25px 0;
    color: rgba(0, 0, 0, .8);
}

.banner-bin-o p:nth-child(1) span:nth-child(3) {
    font-size: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    white-space: nowrap;
    max-width: 460px;
    overflow: hidden;
}

.banner-bin-o p:nth-child(1) span:nth-child(3) u {
    display: none;
}

.banner-bin-o p:nth-child(1) span {
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    opacity: 0;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(1) span {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(1) span:nth-child(1) {
    transition: .5s 1.7s ease-out;
    -moz-transition: .5s 1.7s ease-out;
    -ms-transition: .5s 1.7s ease-out;
    -o-transition: .5s 1.7s ease-out;
    -webkit-transition: .5s 1.7s ease-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(1) span:nth-child(2) {
    transition: .5s 1.5s ease-in-out;
    -moz-transition: .5s 1.5s ease-in-out;
    -ms-transition: .5s 1.5s ease-in-out;
    -o-transition: .5s 1.5s ease-in-out;
    -webkit-transition: .5s 1.5s ease-in-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(1) span:nth-child(3) {
    transition: .5s 1.3s ease-in;
    -moz-transition: .5s 1.3s ease-in;
    -ms-transition: .5s 1.3s ease-in;
    -o-transition: .5s 1.3s ease-in;
    -webkit-transition: .5s 1.3s ease-in;
}

.banner-bin-o p:nth-child(2) {
    float: right;
    margin-right: 30px;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-o p:nth-child(2) span {
    font-size: 145px;
    line-height: 170px;
    letter-spacing: -10px;
    padding-right: 10px;
    color: #e04d47;
    white-space: nowrap;
    max-width: 520px;
    overflow: hidden;
}

.banner-bin-o p:nth-child(2) span u {
    font-family: Georgia;
    position: relative;
    top: -10px;
    display: block;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(2) {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: .8s .5s ease-out;
    -moz-transition: .8s .5s ease-out;
    -ms-transition: .8s .5s ease-out;
    -o-transition: .8s .5s ease-out;
    -webkit-transition: .8s .5s ease-out;
    -webkit-animation: bounceIn .8s .5s ease-out;
    -moz-animation: bounceIn .8s .5s ease-out;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        -moz-transform: scale(1)
    }
}

.banner-bin-o p:nth-child(3) {
    clear: both;
    padding-top: 30px;
    line-height: 1;
}

.banner-bin-o p:nth-child(3) span {
    display: block;
    opacity: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-o p:nth-child(3) span u {
    color: #e04d47;
}

.banner-bin-o p:nth-child(3) span:nth-child(1) {
    font-size: 34px;
    color: rgba(0, 0, 0, .95);
}

.banner-bin-o p:nth-child(3) span:nth-child(1) u {
    color: rgba(0, 0, 0, .95);
}

.banner-bin-o p:nth-child(3) span:nth-child(2) {
    font-size: 20px;
    color: rgba(0, 0, 0, .9);
    padding: 15px 0;
    font-family: Times;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(3) span {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(3) span:nth-child(1) {
    transition: .5s 1.5s ease-in-out;
    -moz-transition: .5s 1.5s ease-in-out;
    -ms-transition: .5s 1.5s ease-in-out;
    -o-transition: .5s 1.5s ease-in-out;
    -webkit-transition: .5s 1.5s ease-in-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(3) span:nth-child(2) {
    transition: .5s 1.7s ease-out;
    -moz-transition: .5s 1.7s ease-out;
    -ms-transition: .5s 1.7s ease-out;
    -o-transition: .5s 1.7s ease-out;
    -webkit-transition: .5s 1.7s ease-out;
}

.banner-bin-o p:nth-child(4) {
    float: right;
    padding-top: 15px;
}

.banner-bin-o p:nth-child(4) span {
    float: left;
    font-size: 24px;
    line-height: 22px;
    color: rgba(0, 0, 0, .9);
    transform: translate(-30px, 30px);
    -moz-transform: translate(-30px, 30px);
    -ms-transform: translate(-30px, 30px);
    -o-transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    opacity: 0;
}

.banner-bin-o p:nth-child(4) span:nth-child(2n-1) {
    border: 1px solid #e04d47;
    color: #e04d47;
    margin: 0 14px 0 34px;
    text-align: center;
    line-height: 8px;
    height: 24px;
    width: 24px;
    font-size: 36px;
}

.banner-bin-o span {
    display: block;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(4) span {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(4) span:nth-child(1),
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(4) span:nth-child(2) {
    transition: .5s 2.3s ease-out;
    -moz-transition: .5s 2.3s ease-out;
    -ms-transition: .5s 2.3s ease-out;
    -o-transition: .5s 2.3s ease-out;
    -webkit-transition: .5s 2.3s ease-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(4) span:nth-child(3),
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(4) span:nth-child(4) {
    transition: .5s 2s ease-out;
    -moz-transition: .5s 2s ease-out;
    -ms-transition: .5s 2s ease-out;
    -o-transition: .5s 2s ease-out;
    -webkit-transition: .5s 2s ease-out;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(4) span:nth-child(5),
.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-o p:nth-child(4) span:nth-child(6) {
    transition: .5s 1.8s ease-out;
    -moz-transition: .5s 1.8s ease-out;
    -ms-transition: .5s 1.8s ease-out;
    -o-transition: .5s 1.8s ease-out;
    -webkit-transition: .5s 1.8s ease-out;
}

.banner-bin-p {
    float: left;
    margin: 4px 0 0 25px;
    display: table;
    height: 358px;
    border-width: 4px 1px 4px 1px;
    border-color: #e04d47 rgba(0, 0, 0, .4) #e04d47 rgba(0, 0, 0, .4);
    border-style: solid;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-bin-p p {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.banner-bin-p span {
    font-size: 32px;
    line-height: 1.1;
    padding: 0 16px;
    text-align: center;
    color: rgba(0, 0, 0, .95);
    display: block;
    width: 64px;
    max-height: 420px;
    overflow: hidden;
}

.banner-bin-p span u {
    display: block;
    height: 22px;
}

.window-bin.swiper-slide-active .banner-bin.swiper-slide-active .banner-bin-p {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    transition: 1s 1.8s ease-in-out;
    -moz-transition: 1s 1.8s ease-in-out;
    -ms-transition: 1s 1.8s ease-in-out;
    -o-transition: 1s 1.8s ease-in-out;
    -webkit-transition: 1s 1.8s ease-in-out;
}

@media (max-width:1199px) {
    .banner-bin-o p:nth-child(1) span:nth-child(1) {
        font-size: 31px;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(2) {
        font-size: 25px;
        margin: 12px 0 20px 0;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(3) {
        font-size: 57px;
        padding-bottom: 24px;
        max-width: 400px;
    }

    .banner-bin-o p:nth-child(2) {
        margin-right: 24px;
    }

    .banner-bin-o p:nth-child(2) span {
        font-size: 180px;
        line-height: 135px;
        letter-spacing: -8px;
        padding-right: 8px;
        max-width: 480px;
    }

    .banner-bin-o p:nth-child(2) span u {
        top: -8px;
    }

    .banner-bin-o p:nth-child(3) {
        padding-top: 24px;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(1) {
        font-size: 28px;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(2) {
        font-size: 16px;
        padding: 12px 0;
    }

    .banner-bin-o p:nth-child(4) {
        padding-top: 12px;
    }

    .banner-bin-o p:nth-child(4) span {
        font-size: 19px;
        line-height: 18px;
    }

    .banner-bin-o p:nth-child(4) span:nth-child(2n-1) {
        margin: 0 11px 0 28px;
        line-height: 7px;
        height: 19px;
        width: 19px;
        font-size: 29px;
    }
}

@media (max-width:1199px) and (orientation:landscape) {
    .banner-bin-p {
        margin: 4px 0 0 25px;
        height: 290px;
        border-width: 4px 1px 4px 1px;
    }

    .banner-bin-p span {
        font-size: 26px;
        line-height: 1.1;
        padding: 0 13px;
        width: 52px;
    }

    .banner-bin-p span u {
        height: 22px;
    }
}

@media (max-width:1199px) and (orientation:portrait) {
    .banner-bin-o {
        float: none;
    }

    .banner-bin-p {
        float: right;
        height: auto;
        margin-top: 30px;
        border-width: 1px 4px 1px 4px;
        border-color: rgba(0, 0, 0, .4) #e04d47 rgba(0, 0, 0, .4) #e04d47;
    }

    .banner-bin-p span {
        width: auto;
        height: auto;
        display: block;
        letter-spacing: 2px;
        text-indent: 2px;
        font-size: 32px;
        line-height: 1;
        padding: 5px 25px 6px 25px;
    }

    .banner-bin-p span u {
        display: none;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .banner-bin-o p:nth-child(1) span:nth-child(1) {
        font-size: 22px;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(2) {
        font-size: 18px;
        margin: 4px 0 10px 0;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(3) {
        font-size: 38px;
        padding-bottom: 10px;
    }

    .banner-bin-o p:nth-child(2) {
        margin-right: 15px;
    }

    .banner-bin-o p:nth-child(2) span {
        font-size: 110px;
        line-height: 90px;
        letter-spacing: -8px;
        padding-right: 8px;
    }

    .banner-bin-o p:nth-child(2) span u {
        top: 0;
    }

    .banner-bin-o p:nth-child(3) {
        padding-top: 12px;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(1) {
        font-size: 20px;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(2) {
        font-size: 11px;
        padding: 8px 0;
    }

    .banner-bin-o p:nth-child(4) {
        padding-top: 8px;
    }

    .banner-bin-o p:nth-child(4) span {
        font-size: 14px;
        line-height: 14px;
    }

    .banner-bin-o p:nth-child(4) span:nth-child(2n-1) {
        margin: 0 8px 0 20px;
        line-height: 5px;
        height: 14px;
        width: 14px;
        font-size: 22px;
    }

    .banner-bin-p {
        margin: 2px 0 0 14px;
        height: 180px;
        border-width: 4px 1px 4px 1px;
    }

    .banner-bin-p span {
        font-size: 18px;
        line-height: 1.1;
        padding: 0 9px;
        width: 36px;
    }

    .banner-bin-p span u {
        height: 16px;
    }
}

@media (max-height:413px) and (orientation:landscape) {
    .banner-bin-o p:nth-child(2) span u {
        top: 8px;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(2) {
        display: none;
    }

    .banner-bin-o p:nth-child(4) {
        padding-top: 14px;
    }

    .banner-bin-p {
        margin: 0 0 0 12px;
        height: 165px;
        border-width: 4px 1px 4px 1px;
    }

    .banner-bin-p span {
        font-size: 16px;
        line-height: 1;
        padding: 0 9px;
        width: 32px;
    }

    .banner-bin-p span u {
        height: 8px;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .banner-bin-o {
        float: none;
        text-align: center;
    }

    .banner-bin-o p:nth-child(1) {
        float: none;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(1) {
        font-size: 28px;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(2) {
        font-size: 18px;
        margin: 8px 0 12px 0;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(3) {
        font-size: 38px;
        padding-bottom: 4px;
        border: none;
    }

    .banner-bin-o p:nth-child(1) span:nth-child(3) u {
        display: inline-block;
        letter-spacing: -1px;
        padding-right: 6px;
        font-size: 54px;
        color: #e04d47;
    }

    .banner-bin-o p:nth-child(2) {
        display: none;
    }

    .banner-bin-o p:nth-child(2) span {
        font-size: 100px;
        line-height: 76px;
        letter-spacing: 0;
        padding-right: 0;
    }

    .banner-bin-o p:nth-child(2) span u {
        top: 0;
    }

    .banner-bin-o p:nth-child(3) {
        padding-top: 8px;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(1) {
        font-size: 20px;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(1) u {
        display: none;
    }

    .banner-bin-o p:nth-child(3) span:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
        padding: 8px;
    }

    .banner-bin-o p:nth-child(4) {
        padding-top: 12px;
        float: none;
    }

    .banner-bin-o p:nth-child(4) span {
        font-size: 15px;
        line-height: 14px;
        float: none;
        display: inline-block;
    }

    .banner-bin-o p:nth-child(4) span:nth-child(2n-1) {
        margin: 0 6px 0 16px;
        line-height: 5px;
        height: 15px;
        width: 15px;
        font-size: 22px;
    }

    .banner-bin-p {
        float: none;
        height: auto;
        margin: 20px auto 0 auto;
        border-width: 1px 4px 1px 4px;
        border-color: rgba(0, 0, 0, .4) #e04d47 rgba(0, 0, 0, .4) #e04d47;
    }

    .banner-bin-o p:nth-child(4) span:nth-child(1) {
        margin-left: 0;
    }

    .banner-bin-p span {
        width: auto;
        height: auto;
        display: block;
        letter-spacing: 2px;
        text-indent: 2px;
        font-size: 22px;
        line-height: 22px;
    }

    .banner-bin-p span u {
        display: none;
    }
}

@media (max-width:413px) and (orientation:portrait) {
    .banner-bin-o p:nth-child(3) span:nth-child(2) {
        display: none;
    }

    .banner-bin-o p:nth-child(4) {
        padding-top: 18px;
    }
}

@media (max-width:320px) and (orientation:portrait) {
    .banner-bin-o p:nth-child(4) {
        display: none;
    }
}

.banner-pager {
    position: absolute;
    bottom: 4.83% !important;
    left: 0;
    right: 0;
    height: 24px;
    text-align: center;
    font-size: 0;
}

.banner-sub .banner-pager {
    bottom: 5% !important;
}

.banner-pager .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    position: relative;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 0 0 80px !important;
    background: rgba(255, 255, 255, .1);
    transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
}

@media (max-width:767px) {
    .banner-pager .swiper-pagination-bullet {
        margin: 0 0 0 30px !important;
    }
}

.banner-pager .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}

.banner-pager .swiper-pagination-bullet:before {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: '';
    border: 1px solid #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}

.banner-pager .swiper-pagination-bullet:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.banner-pager .swiper-pagination-bullet hr {
    display: none;
    margin: 0;
}

.banner-pager .swiper-pagination-bullet hr:first-child {
    width: 80px;
    position: absolute;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    right: 100%;
    top: 12px;
    display: block;
}

@media (max-width:767px) {
    .banner-pager .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }

    .banner-pager .swiper-pagination-bullet:before {
        width: 14px;
        height: 14px;
    }

    .banner-pager .swiper-pagination-bullet:after {
        width: 6px;
        height: 6px;
    }

    .banner-pager .swiper-pagination-bullet hr:first-child {
        width: 30px;
        top: 9px;
    }
}

.banner-pager .swiper-pagination-bullet:first-child hr:first-child {
    display: none;
}

.banner-pager .swiper-pagination-bullet:first-child hr:last-child {
    width: 1999px;
    position: absolute;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    right: 100%;
    top: 12px;
    display: block;
}

.banner-pager .swiper-pagination-bullet:last-child hr:last-child {
    width: 1999px;
    position: absolute;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    left: 100%;
    top: 12px;
    display: block;
}

.banner-pager .swiper-pagination-bullet hr:nth-child(2) {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-width: 7px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    margin: 0 0 7px -6px !important;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.banner-pager .swiper-pagination-bullet hr:nth-child(3) {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    margin: 7px 0 0 -6px;
    display: block;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.banner-pager .swiper-pagination-bullet-active,
.banner-pager .swiper-pagination-bullet:hover {
    background: #e04d47;
}

.banner-pager .swiper-pagination-bullet-active:before,
.banner-pager .swiper-pagination-bullet:hover:before {
    background: #fff;
    width: 10px;
    height: 10px;
    border: 0px solid #e04d47;
}

.banner-pager .swiper-pagination-bullet-active:after,
.banner-pager .swiper-pagination-bullet:hover:after {
    width: 24px;
    height: 24px;
    background: none;
}

.banner-pager .swiper-pagination-bullet-active hr:nth-child(2),
.banner-pager .swiper-pagination-bullet-active hr:nth-child(3),
.banner-pager .swiper-pagination-bullet:hover hr:nth-child(2),
.banner-pager .swiper-pagination-bullet:hover hr:nth-child(3) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

@media (max-width:767px) {
    .banner-pager .swiper-pagination-bullet hr:nth-child(2) {
        border-width: 6px 5px 0 5px;
        margin: 0 0 3px -5px !important;
    }

    .banner-pager .swiper-pagination-bullet:first-child hr:last-child {
        top: 9px;
    }

    .banner-pager .swiper-pagination-bullet:last-child hr:last-child {
        top: 9px;
    }

    .banner-pager .swiper-pagination-bullet-active:before,
    .banner-pager .swiper-pagination-bullet:hover:before {
        width: 8px;
        height: 8px;
    }
}

.banner-sub {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1196;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.banner-sub.auto {
    position: fixed;
    top: 0;
    left: 0;
}

.banner-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 1000%;
    height: 100%;
    overflow: hidden;
}

.banner-ul:after {
    display: block;
    clear: both;
    content: '';
}

.banner-li {
    width: 10%;
    float: left;
    background: center;
    background-size: cover;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.banner-sub.auto .banner-li {
    height: 100%;
}

.banner-li a {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    max-width: 100%;
    margin-top: -40px;
    text-align: center;
    z-index: 2;
}

.banner-li a b {
    display: block;
    font-size: 35px;
    line-height: 1.2;
    color: #e04d47;
    margin: 0 0 20px 0;
    opacity: 0;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    font-weight: normal;
    letter-spacing: 1px;
}

.banner-li a p {
    display: block;
    font-size: 40px;
    line-height: 1;
    font-family: Times;
    margin: 0;
    opacity: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-li.swiper-slide-active a b {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .5s .5s;
    -moz-transition: .5s .5s;
    -ms-transition: .5s .5s;
    -o-transition: .5s .5s;
    -webkit-transition: .5s .5s;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
}

.banner-li.swiper-slide-active a p {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .5s .6s ease-out;
    -moz-transition: .5s .6s ease-out;
    -ms-transition: .5s .6s ease-out;
    -o-transition: .5s .6s ease-out;
    -webkit-transition: .5s .6s ease-out;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
}

.banner-sub .banner-li img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.banner-sub.auto .banner-li img {
    display: none;
}

@media(max-width:1199px) {
    .banner-li a {
        margin-top: -25px;
    }

    .banner-li a b {
        font-size: 25px;
        margin: 0 0 10px 0;
    }

    .banner-li a p {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .banner-li a {
        margin-top: -10px;
    }

    .banner-li a b {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .banner-li a p {
        font-size: 18px;
    }
}

.about-box {}

.about-left {
    width: 65%;
    float: left;
}

.about-left h3 {
    margin: 0;
}

.about-left h3 font,
.contact-sub .b {
    display: block;
    font-size: 28px;
    color: rgba(0, 0, 0, .9);
    font-family: Times;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.2;
}

.about-left h3 font {
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}

.window-bin.swiper-slide-active .about-left h3 font {
    opacity: 1;
    transition: .5s .6s ease-out;
    -moz-transition: .5s .6s ease-out;
    -ms-transition: .5s .6s ease-out;
    -o-transition: .5s .6s ease-out;
    -webkit-transition: .5s .6s ease-out;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.about-left h3 span,
.contact-sub .p {
    display: block;
    font-size: 44px;
    color: #000;
    line-height: 1.2;
}

.about-left h3 span {
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}

.window-bin.swiper-slide-active .about-left h3 span {
    opacity: 1;
    transition: .5s .5s;
    -moz-transition: .5s .5s;
    -ms-transition: .5s .5s;
    -o-transition: .5s .5s;
    -webkit-transition: .5s .5s;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.about-left h3 span u,
.contact-sub .p em {
    font-size: 54px;
    color: #e04d47;
    padding-right: 4px;
    font-style: normal;
}

.about-left ul {
    list-style: none;
    margin: 40px 0;
    height: 74px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

.about-left ul:after {
    display: block;
    content: '';
    clear: both;
}

.about-left ul li {
    list-style: none;
    margin: 0;
    padding: 0 38px;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, .4);
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}

.window-bin.swiper-slide-active .about-left ul li:nth-child(1) {
    transition: .5s 1.3s;
    -moz-transition: .5s 1.3s;
    -ms-transition: .5s 1.3s;
    -o-transition: .5s 1.3s;
    -webkit-transition: .5s 1.3s;
}

.window-bin.swiper-slide-active .about-left ul li:nth-child(2) {
    transition: .5s 1.1s;
    -moz-transition: .5s 1.1s;
    -ms-transition: .5s 1.1s;
    -o-transition: .5s 1.1s;
    -webkit-transition: .5s 1.1s;
}

.window-bin.swiper-slide-active .about-left ul li:nth-child(3) {
    transition: .5s .9s;
    -moz-transition: .5s .9s;
    -ms-transition: .5s .9s;
    -o-transition: .5s .9s;
    -webkit-transition: .5s .9s;
}

.window-bin.swiper-slide-active .about-left ul li:nth-child(4) {
    transition: .5s .7s;
    -moz-transition: .5s .7s;
    -ms-transition: .5s .7s;
    -o-transition: .5s .7s;
    -webkit-transition: .5s .7s;
}

.window-bin.swiper-slide-active .about-left ul li {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
}

.about-left ul li:first-child {
    border-left: none;
    padding-left: 0;
}

.about-left ul li:last-child {
    padding-right: 0;
}

.about-left ul li strong {
    float: left;
}

.about-left ul li strong:after {
    display: block;
    content: '';
    clear: both;
}

.about-left ul li hr {
    float: left;
    margin: 0;
    width: 34px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    border: none;
    padding: 0;
}

.about-left ul li hr:before {
    font-size: 48px;
    line-height: 50px;
    font-family: 'AddFont';
    display: block;
    white-space: normal;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .about-left ul li hr:before {
    transition: transform 2s ease-out 1.4s;
    -moz-transition: transform 2s ease-out 1.4s;
    -ms-transition: transform 2s ease-out 1.4s;
    -o-transition: transform 2s ease-out 1.4s;
    -webkit-transition: transform 2s ease-out 1.4s;
}

.about-left ul li hr:nth-child(2n):before {
    content: '0 0 0 0 0 0 0 0 0 0 0 1 2 3 4 5 6 7 8 9';
}

.about-left ul li hr:nth-child(2n+1):before {
    content: '0 1 2 3 4 5 6 7 8 9 0 0 0 0 0 0 0 0 0 0';
}

.about-left ul li hr.n0:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n0:nth-child(2n+1):before {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.about-left ul li hr.n1:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n1:nth-child(2n+1):before {
    transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
}

.about-left ul li hr.n2:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n2:nth-child(2n+1):before {
    transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
}

.about-left ul li hr.n3:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n3:nth-child(2n+1):before {
    transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}

.about-left ul li hr.n4:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n4:nth-child(2n+1):before {
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
}

.about-left ul li hr.n5:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n5:nth-child(2n+1):before {
    transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
}

.about-left ul li hr.n6:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n6:nth-child(2n+1):before {
    transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
}

.about-left ul li hr.n7:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n7:nth-child(2n+1):before {
    transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
}

.about-left ul li hr.n8:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n8:nth-child(2n+1):before {
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
}

.about-left ul li hr.n9:nth-child(2n):before,
.window-bin.swiper-slide-active .about-left ul li hr.n9:nth-child(2n+1):before {
    transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
}

.about-left ul li hr.n0:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n0:nth-child(2n):before {
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.about-left ul li hr.n1:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n1:nth-child(2n):before {
    transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
}

.about-left ul li hr.n2:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n2:nth-child(2n):before {
    transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
}

.about-left ul li hr.n3:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n3:nth-child(2n):before {
    transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
}

.about-left ul li hr.n4:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n4:nth-child(2n):before {
    transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
}

.about-left ul li hr.n5:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n5:nth-child(2n):before {
    transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
}

.about-left ul li hr.n6:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n6:nth-child(2n):before {
    transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
}

.about-left ul li hr.n7:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n7:nth-child(2n):before {
    transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    -o-transform: translateY(-85%);
    -webkit-transform: translateY(-85%);
}

.about-left ul li hr.n8:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n8:nth-child(2n):before {
    transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    -webkit-transform: translateY(-90%);
}

.about-left ul li hr.n9:nth-child(2n+1):before,
.window-bin.swiper-slide-active .about-left ul li hr.n9:nth-child(2n):before {
    transform: translateY(-95%);
    -moz-transform: translateY(-95%);
    -ms-transform: translateY(-95%);
    -o-transform: translateY(-95%);
    -webkit-transform: translateY(-95%);
}

.about-left ul li font {
    float: left;
    line-height: 1;
    margin: 25px 0 0 10px;
    font-size: 16px;
}

.about-left ul li span {
    clear: both;
    text-align: center;
    font-size: 16px;
    display: block;
    color: rgba(0, 0, 0, .8);
}

.about-left ul li:after {
    display: block;
    clear: both;
    content: '';
}

.about-left p {
    margin: 0 0 35px 0;
    height: 90px;
    overflow: hidden;
    display: block;
    color: rgba(0, 0, 0, .95);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.window-bin.swiper-slide-active .about-left p {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .5s .8s;
    -moz-transition: .5s .8s;
    -ms-transition: .5s .8s;
    -o-transition: .5s .8s;
    -webkit-transition: .5s .8s;
}

.window-bin.swiper-slide-active .about-box .click-box {
    transition: .5s 1.1s ease-out;
    -moz-transition: .5s 1.1s ease-out;
    -ms-transition: .5s 1.1s ease-out;
    -o-transition: .5s 1.1s ease-out;
    -webkit-transition: .5s 1.1s ease-out;
}

.about-right {
    width: 30%;
    float: right;
    border: 2px solid transparent;
    margin-top: 12px;
    transition: border-color 0s .5s;
    -moz-transition: border-color 0s .5s;
    -ms-transition: border-color 0s .5s;
    -o-transition: border-color 0s .5s;
    -webkit-transition: border-color 0s .5s;
}

.about-click .click-box {
    display: none;
}

.window-bin.swiper-slide-active .about-right {
    border-color: #e04d47;
    transition: border-color .5s .5s;
    -moz-transition: border-color .5s .5s;
    -ms-transition: border-color .5s .5s;
    -o-transition: border-color .5s .5s;
    -webkit-transition: border-color .5s .5s;
}

.about-list {
    width: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    top: -12px;
    left: -14px;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translate(60px, 60px) scale(.8, .8);
    -moz-transform: translate(60px, 60px) scale(.8, .8);
    -ms-transform: translate(60px, 60px) scale(.8, .8);
    -o-transform: translate(60px, 60px) scale(.8, .8);
    -webkit-transform: translate(60px, 60px) scale(.8, .8);
}

.window-bin.swiper-slide-active .about-list {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -webkit-transform: translate(0, 0) scale(1, 1);
    transition: transform .5s .9s, opacity .5s .9s;
    -moz-transition: transform .5s .9s, opacity .5s .9s;
    -ms-transition: transform .5s .9s, opacity .5s .9s;
    -o-transition: transform .5s .9s, opacity .5s .9s;
    -webkit-transition: transform .5s .9s, opacity .5s .9s;
}

.about-list ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 1000%;
    cursor: move;
}

.about-list ul:after {
    display: block;
    clear: both;
    content: '';
}

.about-list ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 10%;
    min-height: 1px;
    float: left;
}

.about-list ul li img {
    width: 100%;
    position: relative;
    display: block;
}

@media (max-width:1599px) {
    .about-left {
        width: 63%;
    }

    .about-left p {
        height: 81px;
    }

    .about-right {
        width: 32%;
    }
}

@media (max-width:1199px) {
    .about-left {
        width: 64%;
    }

    .about-right {
        width: 31%;
    }

    .about-left h3 font,
    .contact-sub .b {
        font-size: 23px;
    }

    .about-left h3 span,
    .contact-sub .p {
        font-size: 36px;
    }

    .about-left h3 span u,
    .contact-sub .p em {
        font-size: 44px;
    }

    .about-left ul {
        margin: 33px 0;
        height: 62px;
    }

    .about-left ul li {
        padding: 0 30px;
    }

    .about-left ul li hr {
        width: 28px;
        height: 41px;
    }

    .about-left ul li hr:before {
        font-size: 39px;
        line-height: 41px;
    }

    .about-left ul li font {
        margin: 20px 0 0 6px;
        font-size: 14px;
    }

    .about-left ul li span {
        font-size: 14px;
    }

    .about-left p {
        margin-bottom: 28px;
        font-size: 14px;
        height: 75px;
        line-height: 25px;
    }

    .about-list {
        top: -10px;
        left: -12px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .about-left {
        width: 60%;
    }

    .about-left h3 {
        width: 166%;
    }

    .about-left h3 font,
    .contact-sub .b {
        margin-bottom: 5px;
    }

    .about-left ul {
        width: 166%;
    }

    .about-left p {
        width: 97%;
        height: 180px;
        line-height: 30px;
        -webkit-line-clamp: 6;
    }

    .about-right {
        width: 35%;
        margin-top: 215px;
    }
}

@media (max-width:767px) {
    .about-left {
        width: 62%;
    }

    .about-left h3 font,
    .contact-sub .b {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .about-left h3 span,
    .contact-sub .p {
        font-size: 24px;
    }

    .about-left h3 span u,
    .contact-sub .p em {
        font-size: 28px;
    }

    .about-left ul {
        margin: 16px 0;
        height: 48px;
    }

    .about-left ul li hr {
        width: 15px;
        height: 30px;
    }

    .about-left ul li hr:before {
        font-size: 20px;
        line-height: 30px;
    }

    .about-left ul li span,
    .about-left ul li font {
        font-size: 12px;
    }

    .about-left p {
        margin-bottom: 13px;
    }

    .about-right {
        width: 33%;
    }

    .about-list {
        top: -8px;
        left: -10px;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .about-left {
        width: 61%;
    }

    .about-left ul li {
        padding: 0 16px;
    }

    .about-left ul li font {
        margin: 10px 0 0 6px;
    }

    .about-left p {
        line-height: 22px;
        height: 66px;
        -webkit-line-clamp: 3;
    }

    .about-right {
        width: 34%;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .about-left {
        float: none;
        width: auto;
        text-align: center;
    }

    .about-left .click-box {
        display: none;
    }

    .about-left ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-left ul li {
        padding: 0 10px;
        float: none;
        display: inline-block;
    }

    .about-left ul li font {
        margin: 10px 0 0 3px;
    }

    .about-left p {
        line-height: 23px;
        height: 69px;
        -webkit-line-clamp: 3;
    }

    .about-right {
        float: left;
        width: 100%;
        margin: 3px 0 0 0;
        padding: 5px;
    }

    .about-list {
        top: 0;
        left: 0;
    }

    .about-list ul li {
        width: 3.33333%;
    }

    .about-list ul li img {
        padding: 5px;
    }

    .about-click {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .about-click .click-box {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:375px) and (orientation:portrait) {
    .about-left h3 font {
        display: none;
    }

    ,
    .contact-sub .b {
        font-size: 14px
    }

    .about-left h3 span,
    .contact-sub .p {
        font-size: 22px;
    }

    .about-left h3 span u,
    .contact-sub .p em {
        font-size: 24px;
    }

    .about-left p {
        line-height: 20px;
        height: 60px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width:320px) and (orientation:portrait) {

    .about-left h3 span,
    .contact-sub .p {
        font-size: 19px;
    }

    .about-left h3 span u,
    .contact-sub .p em {
        font-size: 21px;
    }

    .about-left ul li {
        padding: 0 5px;
    }
}

@media (max-height:413px) and (orientation:landscape) {
    .about-left {
        width: 67%;
    }

    .about-left h3 font {
        display: none;
    }

    .about-left h3 span,
    .contact-sub .p {
        font-size: 19px;
    }

    .about-left h3 span u,
    .contact-sub .p em {
        font-size: 21px;
    }

    .about-left p {
        line-height: 23px;
        height: 46px;
        -webkit-line-clamp: 2;
    }

    .about-right {
        width: 28%;
        margin: 0;
    }
}

.picture-box {}

@media(min-width:1200px) {

    .picture-box,
    .met-product.type-0 .container {
        width: 1170px;
    }
}

@media(min-width:1440px) {

    .picture-box,
    .met-product.type-0 .container {
        width: 1230px;
    }
}

@media(min-width:1600px) {

    .picture-box,
    .met-product.type-0 .container {
        width: 1402px;
    }
}

@media(min-width:1900px) {

    .picture-box,
    .met-product.type-0 .container {
        width: 1578px;
    }
}

.picture-title {
    text-align: center;
}

.picture-title h3 {
    color: rgba(0, 0, 0, .9);
    font-size: 30px;
    margin: -4px 0 0 0;
    padding: 0;
    line-height: 1;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.window-bin.swiper-slide-active .picture-title h3 {
    opacity: 1;
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.picture-title h3 u {
    color: #e04d47;
    font-size: 34px;
}

.picture-title p {
    margin: 8px 0 0 0;
    display: none;
    color: rgba(0, 0, 0, .95);
}

.picture-nav {
    text-align: center;
    margin: 30px 0 35px 0;
}

.picture-nav p {
    display: block;
    margin: 0;
}

.picture-nav p b {
    display: inline-block;
    font-weight: normal;
    margin-left: 20px;
    opacity: 0;
    cursor: pointer;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .picture-nav p b {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .6s .96s;
    -moz-transition: .6s .96s;
    -ms-transition: .6s .96s;
    -o-transition: .6s .96s;
    -webkit-transition: .6s .96s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(1) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(2) {
    transition: .6s .6s;
    -moz-transition: .6s .6s;
    -ms-transition: .6s .6s;
    -o-transition: .6s .6s;
    -webkit-transition: .6s .6s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(3) {
    transition: .6s .68s;
    -moz-transition: .6s .68s;
    -ms-transition: .6s .68s;
    -o-transition: .6s .68s;
    -webkit-transition: .6s .68s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(4) {
    transition: .6s .75s;
    -moz-transition: .6s .75s;
    -ms-transition: .6s .75s;
    -o-transition: .6s .75s;
    -webkit-transition: .6s .75s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(5) {
    transition: .6s .81s;
    -moz-transition: .6s .81s;
    -ms-transition: .6s .81s;
    -o-transition: .6s .81s;
    -webkit-transition: .6s .81s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(6) {
    transition: .6s .86s;
    -moz-transition: .6s .86s;
    -ms-transition: .6s .86s;
    -o-transition: .6s .86s;
    -webkit-transition: .6s .86s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(7) {
    transition: .6s .9s;
    -moz-transition: .6s .9s;
    -ms-transition: .6s .9s;
    -o-transition: .6s .9s;
    -webkit-transition: .6s .9s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(8) {
    transition: .6s .93s;
    -moz-transition: .6s .93s;
    -ms-transition: .6s .93s;
    -o-transition: .6s .93s;
    -webkit-transition: .6s .93s;
}

.window-bin.swiper-slide-active .picture-nav p b:nth-child(9) {
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
}

.picture-nav p b:first-child {
    margin-left: 0;
}

.picture-nav p b:after {
    display: block;
    content: '';
    clear: both;
}

.picture-nav p b span:first-child {
    float: left;
    border: 1px solid #e04d47;
    color: rgba(255, 255, 255, 0);
    margin: 0 6px 0 0;
    text-align: center;
    line-height: 6px;
    height: 19px;
    width: 19px;
    font-size: 30px;
}

.picture-nav p b.active span:first-child {
    color: #e04d47;
}

.picture-nav p b span:last-child {
    float: left;
    font-size: 19px;
    line-height: 1;
}

.picture-cut {
    position: relative;
    width: 100%;
}

.picture-list {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 -15px;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.picture-list.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.picture-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 10000%;
}

.picture-list ul:after {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    content: '';
}

.picture-list ul li,
.product-li {
    float: left;
    width: .25%;
    padding: 0 15px !important;
    margin: 0;
    position: relative;
}

.picture-list ul li {
    width: .25%;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active:hover .picture-list ul li,
.window-bin.swiper-slide-active .picture-list.active ul li {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.window-bin.swiper-slide-active .picture-list.active ul li.swiper-slide-active {
    transition: transform .6s .51s;
    -moz-transition: transform .6s .51s;
    -ms-transition: transform .6s .51s;
    -o-transition: transform .6s .51s;
    -webkit-transition: transform .6s .51s;
}

.window-bin.swiper-slide-active .picture-list.active ul li.swiper-slide-active+li {
    transition: transform .6s .6s;
    -moz-transition: transform .6s .6s;
    -ms-transition: transform .6s .6s;
    -o-transition: transform .6s .6s;
    -webkit-transition: transform .6s .6s;
}

.window-bin.swiper-slide-active .picture-list.active ul li.swiper-slide-active+li+li {
    transition: transform .6s .68s;
    -moz-transition: transform .6s .68s;
    -ms-transition: transform .6s .68s;
    -o-transition: transform .6s .68s;
    -webkit-transition: transform .6s .68s;
}

.window-bin.swiper-slide-active .picture-list.active ul li.swiper-slide-active+li+li+li {
    transition: transform .6s .75s;
    -moz-transition: transform .6s .75s;
    -ms-transition: transform .6s .75s;
    -o-transition: transform .6s .75s;
    -webkit-transition: transform .6s .75s;
}

.picture-list ul li a,
.product-li a {
    display: block;
    position: relative;
    width: 100%;
}

.picture-list ul li a:before,
.product-li a:before {
    border: 1px solid rgba(0, 0, 0, .4);
    opacity: 0;
    position: absolute;
    content: '';
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: 24px;
    z-index: 2;
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.picture-list ul li:hover a:before,
.product-li:hover a:before {
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.picture-list ul li a font,
.product-li a font {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.picture-list ul li a font:after,
.product-li a font:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.picture-list ul li:hover a font:after,
.product-li:hover a font:after {
    opacity: 1;
}

.picture-list ul li a font img,
.product-li a font img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.picture-list ul li:hover a font img,
.product-li:hover a font img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.picture-list ul li a span,
.product-li a span {
    display: block;
    text-align: center;
    margin-top: 5px;
    position: relative;
    width: 100%;
    color: rgba(0, 0, 0, 1);
    padding: 0 30px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.picture-list ul li a span b,
.product-li a span b {
    display: inline-block;
    position: relative;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    max-height: 26px
}

.picture-list ul li:hover a span b,
.product-li:hover a span b {
    color: rgba(255, 255, 255, 1);
}

.picture-list ul li a span b:before,
.product-li a span b:before {
    height: 2px;
    position: absolute;
    top: -2px;
    left: -5px;
    right: -5px;
    background: #e04d47;
    content: '';
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: .2s .1s;
    -moz-transition: .2s .1s;
    -ms-transition: .2s .1s;
    -o-transition: .2s .1s;
    -webkit-transition: .2s .1s;
}

.picture-list ul li:hover a span b:before,
.product-li:hover a span b:before {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.picture-list ul li:hover a span,
.product-li:hover a span {
    color: rgba(0, 0, 0, 1);
    position: relative;
    z-index: 3;
    transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px);
    -webkit-transform: translateY(-42px);
}

.picture-list ul li p,
.product-li p {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    opacity: 0;
    border: 2px solid #e04d47;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    border-radius: 50%;
    font-size: 34px;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
    transition: .3s .3s;
    -moz-transition: .3s .3s;
    -ms-transition: .3s .3s;
    -o-transition: .3s .3s;
    -webkit-transition: .3s .3s;
}

.picture-list ul li:hover p,
.product-li:hover p {
    opacity: 1;
}

.picture-list ul li:hover p:hover,
.product-li:hover p:hover {
    background: #e04d47;
}

.picture-ctrl {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    z-index: 2;
}

.ctrl-left {
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -70px;
    width: 40px;
    height: 140px;
    opacity: 0;
    cursor: pointer;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.ctrl-left:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 200%;
    height: 2px;
    background: #e04d47;
    content: '';
    transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.ctrl-left:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 200%;
    height: 2px;
    background: #e04d47;
    content: '';
    transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -transform: rotate(60deg);
}

.ctrl-right {
    position: absolute;
    right: -70px;
    top: 50%;
    margin-top: -70px;
    width: 40px;
    height: 140px;
    opacity: 0;
    cursor: pointer;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.ctrl-right:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 200%;
    height: 2px;
    background: #e04d47;
    content: '';
    transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -transform: rotate(60deg);
}

.ctrl-right:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 200%;
    height: 2px;
    background: #e04d47;
    content: '';
    transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.window-bin.swiper-slide-active .ctrl-left,
.window-bin.swiper-slide-active .ctrl-right {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .6s 1.1s;
    -moz-transition: .6s 1.1s;
    -ms-transition: .6s 1.1s;
    -o-transition: .6s 1.1s;
    -webkit-transition: .6s 1.1s;
    transition-property: opacity, transform;
    -moz-transition-property: opacity, transform;
    -ms-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    -webkit-transition-property: opacity, transform;
}

.product-li-first {
    width: 100% !important;
    text-align: center;
    padding-top: 40px;
}

.product-li-first:nth-child(2) {
    padding-top: 0;
}

.product-li-first h1 {
    color: #e04d47;
    display: block;
    margin: 0;
    font-size: 34px;
}

.product-li-first p {
    margin: 15px 0 0 0;
    padding: 0 6% !important;
    color: rgba(0, 0, 0, .95);
    max-height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-li-first span {
    display: block;
    background: none !important;
}

.product-li-first span a {}

@media(max-width:1599px) {
    .picture-nav p b span:last-child {
        font-size: 18px;
    }

    .picture-list ul li a:before,
    .product-li a:before {
        bottom: 20px;
    }

    .picture-list ul li a span b,
    .product-li a span b {
        font-size: 17px;
    }

    .picture-list ul li:hover a span,
    .product-li:hover a span {
        transform: translateY(-38px);
        -moz-transform: translateY(-38px);
        -ms-transform: translateY(-38px);
        -o-transform: translateY(-38px);
        -webkit-transform: translateY(-38px);
    }

    .product-li-first {
        padding-top: 35px;
    }

    .product-li-first h1 {
        font-size: 30px;
    }

    .product-li-first p {
        padding: 0 3% !important;
        max-height: 77px;
    }
}

@media(max-width:1440px) {
    .picture-list ul li {
        width: .33333%;
    }
}

@media(max-width:1340px) {
    .picture-cut {
        padding-left: 60px;
        padding-right: 60px;
    }

    .picture-list ul li {
        padding: 0 10px;
    }

    .ctrl-left {
        left: 5px;
        margin-top: -50px;
        width: 30px;
        height: 100px;
    }

    .ctrl-right {
        right: 5px;
        margin-top: -50px;
        width: 30px;
        height: 100px;
    }
}

@media(max-width:1199px) {
    .picture-cut {
        padding-left: 10px;
        padding-right: 10px;
    }

    .picture-title h3 {
        font-size: 24px;
    }

    .picture-title h3 u {
        font-size: 26px;
    }

    .picture-title p {
        margin: 8px 0 0 0;
    }

    .picture-nav {
        margin: 24px 0 28px 0;
    }

    .picture-nav p b {
        margin-left: 17px;
    }

    .picture-nav p b span:first-child {
        margin: 0 5px 0 0;
        line-height: 5px;
        height: 16px;
        width: 16px;
        font-size: 24px;
    }

    .picture-nav p b span:last-child {
        font-size: 16px;
    }

    .picture-list ul li {
        padding: 0 5px;
    }

    .picture-list ul li a:before {
        bottom: 26px;
    }

    .picture-list ul li a span {
        margin-top: 12px;
        font-size: 15px;
    }

    .picture-list ul li a span,
    .product-li a span {
        padding: 0 20px;
    }

    .picture-list ul li a span b,
    .product-li a span b {
        font-size: 16px;
    }

    .picture-list ul li:hover a span,
    .product-li:hover a span {
        transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
    }

    .ctrl-left {
        left: 25px;
    }

    .ctrl-right {
        right: 25px;
    }

    .product-li-first {
        padding-top: 30px;
    }

    .product-li-first h1 {
        font-size: 25px;
    }

    .product-li-first p {
        padding: 0 !important;
        max-height: 70px;
    }
}

@media(max-width:992px) {
    .picture-cut {
        padding-left: 10px;
        padding-right: 10px;
    }

    .picture-list ul li {
        width: .5%;
    }

    .ctrl-left {
        left: -40px;
    }

    .ctrl-right {
        right: -40px;
    }
}

@media(max-width:767px) {
    .picture-title h3 {
        font-size: 18px;
        margin-top: 0;
    }

    .picture-title h3 u {
        font-size: 20px;
    }

    .picture-nav {
        margin: 14px 0 18px 0;
    }

    .picture-nav p b {
        margin-left: 10px;
    }

    .picture-nav p b span:first-child {
        margin: 0 4px 0 0;
        line-height: 3px;
        height: 14px;
        width: 14px;
        font-size: 20px;
    }

    .picture-nav p b span:last-child {
        font-size: 14px;
    }

    .product-li {
        padding: 0 5px !important;
    }

    .picture-list ul li a span {
        margin-top: 6px;
    }

    .product-li a span b {
        font-size: 14px;
    }

    .product-li p {
        width: 34px;
        height: 34px;
        margin: -17px 0 0 -17px;
        line-height: 30px;
        font-size: 16px;
    }

    .product-li:hover a span {
        transform: translateY(-30px) !important;
        -moz-transform: translateY(-30px) !important;
        -ms-transform: translateY(-30px) !important;
        -o-transform: translateY(-30px) !important;
        -webkit-transform: translateY(-30px) !important;
    }

    .product-li a:before {
        left: 9px;
        right: 9px;
        top: 9px;
        bottom: 19px;
    }

    .ctrl-left {
        left: -35px;
        margin-top: -35px;
        width: 20px;
        height: 70px;
    }

    .ctrl-right {
        right: -35px;
        margin-top: -35px;
        width: 20px;
        height: 70px;
    }

    .product-li-first {
        padding-top: 30px;
    }

    .product-li-first h1 {
        font-size: 20px;
    }

    .product-li-first p {
        margin-top: 10px;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .picture-list ul li {
        width: 1%;
    }

    .picture-list ul li:hover a span,
    .product-li:hover a span {
        transform: translateY(-36px);
        -moz-transform: translateY(-36px);
        -ms-transform: translateY(-36px);
        -o-transform: translateY(-36px);
        -webkit-transform: translateY(-36px);
    }

    .picture-list ul li a:before {
        bottom: 19px;
    }

    .ctrl-left {
        left: 15px;
    }

    .ctrl-right {
        right: 15px;
    }
}

@media(max-width:767px) and (orientation:landscape) {
    .picture-list ul li {
        width: .33333%;
    }

    .picture-list ul li a span b {
        font-size: 14px;
    }

    .picture-list ul li p {
        width: 34px;
        height: 34px;
        margin: -17px 0 0 -17px;
        line-height: 30px;
        font-size: 16px;
    }

    .picture-list ul li:hover a span {
        transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
    }

    .picture-list ul li a:before {
        left: 9px;
        right: 9px;
        top: 9px;
        bottom: 19px;
    }

    .ctrl-left {
        left: -30px;
    }

    .ctrl-right {
        right: -30px;
    }
}

@media(max-height:413px) and (orientation:landscape) {
    .picture-title {
        display: none;
    }

    .picture-nav {
        margin: 0 0 10px 0;
    }

    .ctrl-left {
        left: 10px;
    }

    .ctrl-right {
        right: 10px;
    }
}

.video-box {}

.video-left {
    float: left;
    width: 82%;
    opacity: 0;
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
}

.video-left.active {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.video-content {
    float: left;
    width: 720px;
    position: relative;
    font-size: 0;
    overflow: hidden;
    height: 405px;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

@media(max-width:1599px) {
    .video-content {
        float: left;
        width: 675px;
        height: 380px;
    }
}

@media(max-width:1199px) {
    .video-content {
        float: left;
        width: 550px;
        height: 310px;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .video-left {
        width: 70%;
    }

    .video-content {
        float: none;
        width: 455px;
        height: 255px;
    }
}

@media(max-width:767px) {
    .video-content {
        float: left;
        width: 355px;
        height: 200px;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .video-left {
        width: auto;
        float: none;
        display: inline;
    }

    .video-left:after {
        display: none !important;
    }

    .video-content {
        float: float;
        width: 100%;
        height: auto;
    }
}

@media(max-width:420px) and (orientation:portrait) {
    .video-content {
        height: 218px;
    }
}

@media(max-width:415px) and (orientation:portrait) {
    .video-content {
        height: 216px;
    }
}

@media(max-width:395px) and (orientation:portrait) {
    .video-content {
        height: 204px;
    }
}

@media(max-width:380px) and (orientation:portrait) {
    .video-content {
        height: 194px;
    }
}

@media(max-width:325px) and (orientation:portrait) {
    .video-content {
        height: 163px;
    }
}

@media(max-height:413px) and (orientation:landscape) {
    .video-content {
        float: left;
        width: 320px;
        height: 180px;
    }
}

.video-content.video {
    transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    -webkit-transform: scale(.8, .8);
    visibility: hidden;
}

.window-bin.swiper-slide-active .video-content {
    opacity: 1;
    visibility: visible;
    transition: .6s .75s;
    -moz-transition: .6s .75s;
    -ms-transition: .6s .75s;
    -o-transition: .6s .75s;
    -webkit-transition: .6s .75s;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
}

.window-bin.swiper-slide-active .video-content.video {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.video-content.video:before {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 2px solid rgba(0, 0, 0, .9);
    border-radius: 50%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: rgba(255, 255, 255, .4);
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.video-content.video:after {
    border-width: 20px 0 20px 40px;
    margin: -20px 0 0 -15px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    border-color: transparent transparent transparent rgba(0, 0, 0, .9);
    border-style: solid;
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.video-content.play:before,
.video-content.play:after {
    opacity: 0;
    visibility: hidden;
}

.video-content:hover:before {
    background-color: #e04d47;
}

.video-content img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.video-content.video img {
    opacity: 1;
    visibility: visible;
}

.video-content.play img {
    opacity: 0;
    visibility: hidden;
}

.video-content video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, .6);
    background-size: cover;
    z-index: 1;
    font-size: 16px;
}

.video-content embed,
.video-content iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.video-text {
    padding: 0 0 0 745px;
}

.video-text h3 {
    display: block;
    margin: 0;
    padding: 10px 0;
    color: #e04d47;
    font-size: 28px;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}

.window-bin.swiper-slide-active .video-text h3 {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .6s .51s;
    -moz-transition: .6s .51s;
    -ms-transition: .6s .51s;
    -o-transition: .6s .51s;
    -webkit-transition: .6s .51s;
}

.video-text ul {
    display: block;
    list-style: none;
    margin: 8px 0 18px 0;
    padding: 0;
}

.video-text ul li {
    list-style: none;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
}

.video-text ul li b {
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
}

.video-text ul li b:after {
    display: inline-block;
    color: rgba(0, 0, 0, 95);
    padding: 0 8px 0 4px;
    content: ':';
}

.window-bin.swiper-slide-active .video-text ul li {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.window-bin.swiper-slide-active .video-text ul li:nth-child(1) {
    transition: .6s .68s;
    -moz-transition: .6s .68s;
    -ms-transition: .6s .68s;
    -o-transition: .6s .68s;
    -webkit-transition: .6s .68s;
}

.window-bin.swiper-slide-active .video-text ul li:nth-child(2) {
    transition: .6s .75s;
    -moz-transition: .6s .75s;
    -ms-transition: .6s .75s;
    -o-transition: .6s .75s;
    -webkit-transition: .6s .75s;
}

.window-bin.swiper-slide-active .video-text ul li:nth-child(3) {
    transition: .6s .81s;
    -moz-transition: .6s .81s;
    -ms-transition: .6s .81s;
    -o-transition: .6s .81s;
    -webkit-transition: .6s .81s;
}

.window-bin.swiper-slide-active .video-text ul li:nth-child(4) {
    transition: .6s .86s;
    -moz-transition: .6s .86s;
    -ms-transition: .6s .86s;
    -o-transition: .6s .86s;
    -webkit-transition: .6s .86s;
}

.window-bin.swiper-slide-active .video-text ul li:nth-child(5) {
    transition: .6s .9s;
    -moz-transition: .6s .9s;
    -ms-transition: .6s .9s;
    -o-transition: .6s .9s;
    -webkit-transition: .6s .9s;
}

.window-bin.swiper-slide-active .video-text ul li:nth-child(6) {
    transition: .6s .93s;
    -moz-transition: .6s .93s;
    -ms-transition: .6s .93s;
    -o-transition: .6s .93s;
    -webkit-transition: .6s .93s;
}

.window-bin.swiper-slide-active .video-text ul li:nth-child(7) {
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
}

.video-text ul li:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: #e04d47;
    position: relative;
    top: -3px;
    margin: 0 8px 0 4px;
}

.video-text p {
    margin: 0 0 25px 0;
    max-height: 120px;
    overflow: hidden;
    display: block;
    color: rgba(0, 0, 0, .95);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
}

.window-bin.swiper-slide-active .video-text p {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .6s 1s;
    -moz-transition: .6s 1s;
    -ms-transition: .6s 1s;
    -o-transition: .6s 1s;
    -webkit-transition: .6s 1s;
}

.window-bin.swiper-slide-active .video-text .click-box {
    transition: .5s 1.1s ease-out;
    -moz-transition: .5s 1.1s ease-out;
    -ms-transition: .5s 1.1s ease-out;
    -o-transition: .5s 1.1s ease-out;
    -webkit-transition: .5s 1.1s ease-out;
}

@media(max-width:1599px) {
    .video-text {
        padding: 0 0 0 695px;
    }

    .video-text p {
        max-height: 108px;
    }
}

@media(max-width:1199px) {
    .video-text {
        padding: 0 0 0 570px;
    }

    .video-text h3 {
        font-size: 21px;
        padding: 8px 0;
    }

    .video-text ul {
        margin: 2px 0 12px 0;
        font-size: 14px;
    }

    .video-text p {
        margin: 0 0 20px 0;
        max-height: 98px;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .video-text {
        padding: 0;
    }

    .video-text h3 {
        padding: 16px 0 8px 0;
    }

    .video-text ul {
        margin: 0 0 8px 0;
    }

    .video-text ul:after {
        display: block;
        clear: both;
        content: '';
    }

    .video-text ul li {
        float: left;
        width: 45%;
    }

    .video-text p {
        margin: 0 0 10px 0;
        max-height: 74px;
        -webkit-line-clamp: 3;
    }
}

@media(max-width:767px) {
    .video-text {
        padding: 0 0 0 366px;
    }

    .video-text h3 {
        font-size: 18px;
        padding: 8px 0 12px 0;
    }

    .video-text ul {
        display: none;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .video-text {
        padding: 0 23px 0 0;
        float: left;
        width: 70%;
    }

    .video-text h3 {
        padding: 16px 0 8px 0;
    }

    .video-text ul {
        margin: 0 0 8px 0;
    }

    .video-text ul:after {
        display: block;
        clear: both;
        content: '';
    }

    .video-text ul li {
        float: left;
        width: 45%;
    }

    .video-text p {
        margin: 0 0 10px 0;
        max-height: 74px;
        -webkit-line-clamp: 3;
    }
}

@media(max-height:413px) and (orientation:landscape) {
    .video-text {
        padding: 0 0 0 330px;
    }
}

@media(max-height:320px) and (max-width:480px) and (orientation:landscape) {
    .video-text {
        display: none;
    }
}

.video-right {
    width: 15%;
    height: 393px;
    margin: 12px 14px 0 0;
    opacity: 0;
    float: right;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    border-width: 0 0 2px 2px;
    border-color: #e04d47;
    border-style: solid;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}

.window-bin.swiper-slide-active .video-right {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .6s 1s;
    -moz-transition: .6s 1s;
    -ms-transition: .6s 1s;
    -o-transition: .6s 1s;
    -webkit-transition: .6s 1s;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
}

.video-right:before {
    border-top: 2px solid #e04d47;
    width: 14px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.video-right:after {
    border-left: 2px solid #e04d47;
    height: 12px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.video-list {
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
    left: 14px;
    top: -12px;
    z-index: 2;
}

.video-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.video-list ol li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.video-list ol li font {
    position: relative;
    display: block;
}

.video-list ol li font:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: rgba(255, 255, 255, .4);
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
}

.video-list ol li font:after {
    border-width: 10px 0 10px 20px;
    margin: -10px 0 0 -7px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    border-color: transparent transparent transparent rgba(255, 255, 255, .9);
    border-style: solid;
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
}

.video-list ol li.active font:before,
.video-list ol li.active font:after,
.video-list ol li:hover font:before,
.video-list ol li:hover font:after {
    opacity: 1;
    visibility: visible;
}

.video-list ol li:hover font:hover:before {
    background-color: #e04d47;
}

.video-list ol li img {
    display: block;
    width: 100%;
}

.video-list ol li span {
    display: block;
    padding: 0 4px 12px 4px;
}

.video-list ol li span a {
    color: rgba(0, 0, 0, .8);
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.video-list ol li span a:hover {
    color: #e04d47;
}

.video-list ol li:last-child span {
    padding-bottom: 0px;
}

@media(min-width:1200px) {
    .video-list:hover ol {
        transition-duration: .25s !important;
        -moz-transition-duration: .25s !important;
        -ms-transition-duration: .25s !important;
        -o-transition-duration: .25s !important;
        -webkit-transition-duration: .25s !important;
    }
}

@media(max-width:1599px) {
    .video-right {
        height: 370px;
    }
}

@media(max-width:1199px) {
    .video-right {
        height: 300px;
        margin: 10px 12px 0 0;
    }

    .video-list {
        left: 12px;
        top: -10px;
    }

    .video-list ol li span a {
        font-size: 14px;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .video-right {
        height: 456px;
        width: 24%;
    }
}

@media(max-width:767px) {
    .video-right {
        height: 194px;
        margin: 6px 8px 0 0;
    }

    .video-list {
        left: 8px;
        top: -6px;
    }

    .video-list ol li span {
        padding-bottom: 4px;
    }

    .video-list ol li font:before {
        width: 26px;
        height: 26px;
        margin: -13px 0 0 -13px;
    }

    .video-list ol li font:after {
        border-width: 6px 0 6px 12px;
        margin: -6px 0 0 -4px;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .video-right {
        height: 150px;
        width: 30%;
        margin: 15px 0 0 0;
        position: relative;
        right: 8px;
    }
}

@media(max-height:413px) and (orientation:landscape) {
    .video-right {
        height: 174px;
    }
}

.case-box {}

@media(min-width:1200px) {
    .case-box1 {
        width: 1170px;
    }
}

@media(min-width:1440px) {
    .case-box1 {
        width: 1310px;
    }
}

@media(min-width:1600px) {
    .case-box1 {
        width: 1480px;
    }
}

@media(min-width:1900px) {
    .case-box1 {
        width: 1600px;
    }
}

.case-box:after {
    display: block;
    content: '';
    clear: both;
}

.case-left {
    width: 46%;
    position: relative;
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 3;
}

.case-left h3 {
    color: rgba(0, 0, 0, .95);
    font-size: 28px;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1;
    opacity: 0;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .case-left h3 {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: opacity .5s .5s, transform .5s .5s;
    -moz-transition: opacity .5s .5s, transform .5s .5s;
    -ms-transition: opacity .5s .5s, transform .5s .5s;
    -o-transition: opacity .5s .5s, transform .5s .5s;
    -webkit-transition: opacity .5s .5s, transform .5s .5s;
}

.case-left h3 u {
    color: #e04d47;
    font-size: 32px;
}

.case-left p {
    margin: 18px 0 24px 0;
    color: rgba(0, 0, 0, .95);
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}

.window-bin.swiper-slide-active .case-left p {
    transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: opacity .5s .8s, transform .5s ease-out .8s;
    -moz-transition: opacity .5s .8s, transform .5s ease-out .8s;
    -ms-transition: opacity .5s .8s, transform .5s ease-out .8s;
    -o-transition: opacity .5s .8s, transform .5s ease-out .8s;
    -webkit-transition: opacity .5s .8s, transform .5s ease-out .8s;
}

.window-bin.swiper-slide-active .case-box .click-box {
    transition: .5s 1.1s ease-out;
    -moz-transition: .5s 1.1s ease-out;
    -ms-transition: .5s 1.1s ease-out;
    -o-transition: .5s 1.1s ease-out;
    -webkit-transition: .5s 1.1s ease-out;
}

.case-right {
    position: relative;
    margin-left: 12px;
    margin-top: 10px;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: transparent;
}

.window-bin.swiper-slide-active .case-right {
    border-color: #e04d47;
    transition: border-color .5s .51s;
    -moz-transition: border-color .5s .51s;
    -ms-transition: border-color .5s .51s;
    -o-transition: border-color .5s .51s;
    -webkit-transition: border-color .5s .51s;
}

.case-right:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 10px;
    background: none;
    content: '';
    z-index: 1;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.case-right:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 2px;
    background: none;
    content: '';
    z-index: 2;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .case-right:before,
.window-bin.swiper-slide-active .case-right:after {
    background-color: #e04d47;
    transition: background-color .5s .51s;
    -moz-transition: background-color .5s .51s;
    -ms-transition: background-color .5s .51s;
    -o-transition: background-color .5s .51s;
    -webkit-transition: background-color .5s .51s;
}

.case-list {
    width: 100%;
    display: block;
    z-index: 2;
    position: relative;
    overflow: hidden;
    left: -12px;
    top: -10px;
}

.case-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 10000%;
}

.case-list ul li,
.img-li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    position: relative;
    min-height: 1px;
    display: block;
}

.case-list ul li {
    width: .25%;
}

.case-list ul li span,
.img-li span {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.case-list ul li span:first-child,
.img-li span:first-child {
    opacity: 1;
    transition: opacity .3s .5s;
    -moz-transition: opacity .3s .5s;
    -ms-transition: opacity .3s .5s;
    -o-transition: opacity .3s .5s;
    -webkit-transition: opacity .3s .5s;
}

.case-list ul li.swiper-slide-active span:first-child,
.case-list ul li.swiper-slide-active+li span:first-child {
    opacity: 0;
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
}

.case-list ul li span p,
.img-li span p {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    opacity: 0;
    border: 2px solid #e04d47;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    transition: .4s .3s;
    -ms-transition: .4s .3s;
    -moz-transition: .4s .3s;
    -webkit-transition: .4s .3s;
    -o-transition: .4s .3s;
}

.case-list ul li span:hover p,
.img-li span:hover p {
    opacity: 1;
}

.case-list ul li span p:hover,
.img-li span p:hover {
    background: #e04d47;
}

.case-list ul li span a,
.img-li span a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    -webkit-transform: translateY(-101%);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .case-list ul li span a,
.img-li span a {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active.case-null+li span:first-child a,
.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active+li span:first-child a {
    transition: .5s .5s;
    -moz-transition: .5s .5s;
    -ms-transition: .5s .5s;
    -o-transition: .5s .5s;
    -webkit-transition: .5s .5s;
}

.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active+li+li span:first-child a {
    transition: .5s .61s;
    -moz-transition: .5s .61s;
    -ms-transition: .5s .61s;
    -o-transition: .5s .61s;
    -webkit-transition: .5s .61s;
}

.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active+li+li+li span:first-child a {
    transition: .5s .71s;
    -moz-transition: .5s .71s;
    -ms-transition: .5s .71s;
    -o-transition: .5s .71s;
    -webkit-transition: .5s .71s;
}

.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active span:last-child a {
    transition: .5s .8s;
    -moz-transition: .5s .8s;
    -ms-transition: .5s .8s;
    -o-transition: .5s .8s;
    -webkit-transition: .5s .8s;
}

.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active+li span:last-child a {
    transition: .5s .88s;
    -moz-transition: .5s .88s;
    -ms-transition: .5s .88s;
    -o-transition: .5s .88s;
    -webkit-transition: .5s .88s;
}

.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active+li+li span:last-child a {
    transition: .5s .95s;
    -moz-transition: .5s .95s;
    -ms-transition: .5s .95s;
    -o-transition: .5s .95s;
    -webkit-transition: .5s .95s;
}

.window-bin.swiper-slide-active .case-list ul li.swiper-slide-active+li+li+li span:last-child a {
    transition: .5s 1.01s;
    -moz-transition: .5s 1.01s;
    -ms-transition: .5s 1.01s;
    -o-transition: .5s 1.01s;
    -webkit-transition: .5s 1.01s;
}

.case-list ul li span a:before,
.img-li span a:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.case-list ul li span:hover a:before,
.img-li span:hover a:before {
    opacity: 1;
}

.case-list ul li span a font,
.img-li span a font {
    font-size: 18px;
    position: absolute;
    left: 8%;
    bottom: 8%;
    z-index: 3;
    color: rgba(255, 255, 255, 0);
    padding-bottom: 4px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    text-indent: 20px;
}

.case-list ul li span:hover a font,
.img-li span:hover a font {
    color: rgba(255, 255, 255, 1);
    text-indent: 0;
}

.case-list ul li span a font:before,
.img-li span a font:before {
    height: 2px;
    background: #e04d47;
    content: '';
    position: absolute;
    bottom: 0;
    left: -50px;
    right: 300px;
    transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.case-list ul li span:hover a font:before,
.img-li span:hover a font:before {
    right: 0;
}

.case-list ul li span a img,
.img-li span a img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.case-list ul li span:hover a img,
.img-li span:hover a img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.case-list ul li span:hover a font,
.img-li span:hover a font {
    opacity: 1;
}

.case-ctrl {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    z-index: 2;
}

@media(max-width:1599px) {
    .case-left h3 {
        margin-top: 8px;
    }

    .case-left p {
        margin: 13px 0 15px 0;
        height: 81px;
    }

    .case-list ul li span a font,
    .img-li span a font {
        font-size: 17px;
    }
}

@media(max-width:1199px) {
    .case-right {
        margin-left: 10px;
        margin-top: 8px;
    }

    .case-right:before {
        height: 8px;
    }

    .case-right:after {
        width: 10px;
    }

    .case-list {
        left: -10px;
        top: -8px;
    }

    .case-left h3 {
        font-size: 21px;
    }

    .case-left h3 u {
        font-size: 23px;
    }

    .case-left p {
        margin: 10px 0 12px 0;
        height: 74px;
        -webkit-line-clamp: 12;
    }

    .case-list ul li span a font,
    .img-li span a font {
        font-size: 16px;
    }

    .case-list ul li span p,
    .img-li span p {
        width: 34px;
        height: 34px;
        margin: -17px 0 0 -17px;
        line-height: 30px;
        font-size: 16px;
    }

    .case-ctrl {
        top: 75%;
    }
}

@media(min-width:992px) {
    .window-bin.swiper-slide-active .case-list ul li.swiper-slide-active.case-null+li span:first-child a {
        transition: .5s .8s;
        -moz-transition: .5s .8s;
        -ms-transition: .5s .8s;
        -o-transition: .5s .8s;
        -webkit-transition: .5s .8s;
    }

    .case-list ul li.case-null+li span:first-child {
        opacity: 1;
        transform: translate(-100%, 100%);
        -moz-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
        -o-transform: translate(-100%, 100%);
        -webkit-transform: translate(-100%, 100%);
    }
}

@media(max-width:992px) and (min-width:768px) {
    .case-left {
        position: relative;
        width: 100%;
    }

    .case-left p {
        margin: 13px 0 15px 0;
        height: auto;
    }

    .case-list ul li.case-null {
        display: none;
    }

    .case-list ul li {
        width: .33333%;
    }

    .case-list ul li:first-child {
        width: .33333%;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .case-list ul li:first-child span {
        opacity: 1;
        width: 100%;
    }

    .case-list ul li span {
        opacity: 1 !important;
    }

    .case-box .click-box {
        margin-bottom: 35px;
    }

    .case-ctrl {
        top: 50%;
        margin-top: 74px;
    }
}

@media(max-width:767px) {
    .case-left h3 {
        margin-top: 0;
        font-size: 18px;
    }

    .case-left h3 u {
        font-size: 20px;
    }

    .case-left p {
        height: 49px;
        -webkit-line-clamp: 2;
    }

    .case-right {
        margin-left: 8px;
        margin-top: 6px;
    }

    .case-right:before {
        height: 6px;
    }

    .case-right:after {
        width: 8px;
    }

    .case-list {
        left: -8px;
        top: -6px;
    }

    .case-list ul li span a font,
    .img-li span a font {
        font-size: 14px;
    }

    .case-list ul li span p,
    .img-li span p {
        width: 24px;
        height: 24px;
        margin: -12px 0 0 -12px;
        line-height: 20px;
        font-size: 12px;
    }

    .case-ctrl {
        top: 50%;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .case-left {
        position: relative;
        width: 100%;
    }

    .case-left p {
        margin: 6px 0 2px 0;
    }

    .case-right {
        margin: 0;
        border-width: 2px;
    }

    .case-right:before,
    .case-right:after {
        display: none;
    }

    .case-list {
        left: 0;
        top: 0;
    }

    .case-list ul li {
        width: .5%;
    }

    .case-list ul li.case-null {
        display: none;
    }

    .case-list ul li:first-child {
        width: .5%;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .case-list ul li:first-child span {
        opacity: 1;
        width: 100%;
    }

    .case-list ul li span {
        opacity: 1 !important;
    }

    .case-list ul li span p,
    .img-li span p {
        width: 34px;
        height: 34px;
        margin: -17px 0 0 -17px;
        line-height: 30px;
        font-size: 16px;
    }

    .case-box .click-box {
        margin-bottom: 10px;
    }

    .case-ctrl {
        top: 50%;
        margin-top: 60px;
    }
}

@media(max-width:767px) and (orientation:landscape) {
    .case-left p {
        margin: 6px 0 5px 0;
    }

    .window-bin.swiper-slide-active .case-list ul li.swiper-slide-active.case-null+li span:first-child a {
        transition: .5s .8s;
        -moz-transition: .5s .8s;
        -ms-transition: .5s .8s;
        -o-transition: .5s .8s;
        -webkit-transition: .5s .8s;
    }

    .case-list ul li.case-null+li span:first-child {
        opacity: 1;
        transform: translate(-100%, 100%);
        -moz-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
        -o-transform: translate(-100%, 100%);
        -webkit-transform: translate(-100%, 100%);
    }
}

@media(max-height:413px) and (orientation:landscape) {
    .case-left p {
        height: 25px;
        -webkit-line-clamp: 1;
    }

    .case-ctrl {
        top: 75%;
    }
}

.info-box {}

.info-left {
    float: left;
    width: 65%;
    position: relative;
    z-index: 2;
}

.info-left:after {
    display: block;
    content: '';
    clear: both;
}

.info-first {
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition-property: opacity, transform, visibility;
    -moz-transition-property: opacity, transform, visibility;
    -ms-transition-property: opacity, transform, visibility;
    -o-transition-property: opacity, transform, visibility;
    -webkit-transition-property: opacity, transform, visibility;
}

.news-li {
    margin-top: 30px !important;
    width: 100%;
}

.news-li:first-child {
    margin-top: 0 !important;
}

.news-li:after {
    clear: both;
    display: block;
    content: '';
}

.info-first.active {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.info-first:after {
    display: block;
    clear: both;
    content: '';
}

.info-ease {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.info-ease.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.info-img,
.news-img {
    float: left;
    width: 39%;
}

.info-img {
    opacity: 0;
    transform: translate(30px, 20px) scale(.8, .8);
    -ms-transform: translate(30px, 20px) scale(.8, .8);
    -o-transform: translate(30px, 20px) scale(.8, .8);
    -webkit-transform: translate(30px, 20px) scale(.8, .8);
    -moz-transform: translate(30px, 20px) scale(.8, .8);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .info-ease.active .info-img {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -webkit-transform: translate(0, 0) scale(1, 1);
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
    transition-property: opacity, transform;
    -moz-transition-property: opacity, transform;
    -ms-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    -webkit-transition-property: opacity, transform;
}

.info-img a,
.news-img a {
    display: block;
    float: left;
    margin: 10px 0 0 12px;
    border: 2px solid #e04d47;
}

.info-img a img,
.news-img a img {
    display: block;
    width: 100%;
    position: relative;
    top: -10px;
    left: -12px;
}

.info-text,
.news-text {
    float: right;
    width: 58%;
}

.info-text h3,
.news-text h3 {
    display: block;
    margin: 25px 0 0 0;
    padding: 0;
    position: relative;
}

.info-text h3 {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity: 0;
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .info-ease.active .info-text h3 {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .5s .6s;
    -moz-transition: .5s .6s;
    -ms-transition: .5s .6s;
    -o-transition: .5s .6s;
    -webkit-transition: .5s .6s;
    transition-property: opacity, transform;
    -moz-transition-property: opacity, transform;
    -ms-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    -webkit-transition-property: opacity, transform;
}

.info-text h3 a,
.news-text h3 a {
    color: #e04d47;
    font-size: 24px;
    display: block;
}

.info-text h3 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-text h3 a:hover,
.news-text h3 a:hover {
    color: #000;
}

.info-text ul,
.news-text ul {
    list-style: none;
    padding: 0;
    display: block;
    margin: 20px 0 15px 0;
    font-weight: normal;
    ;
}

.info-text ul:after,
.news-text ul:after {
    display: block;
    content: '';
    clear: both;
}

.info-text ul li,
.news-text ul li,
.met-news.type-0 ul.met-page-ajax li {
    float: left;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    border: none !important;
}

.info-text ul li {
    opacity: 0;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .info-ease.active .info-text ul li:nth-child(1) {
    transition: .6s .6s;
    -moz-transition: .6s .6s;
    -ms-transition: .6s .6s;
    -o-transition: .6s .6s;
    -webkit-transition: .6s .6s;
}

.window-bin.swiper-slide-active .info-ease.active .info-text ul li:nth-child(2) {
    transition: .6s .68s;
    -moz-transition: .6s .68s;
    -ms-transition: .6s .68s;
    -o-transition: .6s .68s;
    -webkit-transition: .6s .68s;
}

.window-bin.swiper-slide-active .info-ease.active .info-text ul li:nth-child(3) {
    transition: .6s .75s;
    -moz-transition: .6s .75s;
    -ms-transition: .6s .75s;
    -o-transition: .6s .75s;
    -webkit-transition: .6s .75s;
}

.info-text ul li i,
.news-text ul li i {
    float: left;
    color: #e04d47;
    font-size: 14px;
    padding: 1px 5px 0 0;
    position: relative;
}

.window-bin.swiper-slide-active .info-ease.active .info-text ul li {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
}

.info-text ul li b,
.news-text ul li b {
    float: left;
    font-family: 'AddFont', Microsoft Yahei;
    padding: 0 15px 0 0;
    font-weight: normal;
}

.info-text p,
.news-text p {
    margin: 0;
    overflow: hidden;
    display: block;
    max-height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.info-text p {
    opacity: 0;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .info-ease.active .info-text p {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .5s .8s;
    -moz-transition: .5s .8s;
    -ms-transition: .5s .8s;
    -o-transition: .5s .8s;
    -webkit-transition: .5s .8s;
    transition-property: opacity, transform;
    -moz-transition-property: opacity, transform;
    -ms-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    -webkit-transition-property: opacity, transform;
}

.info-text em,
.news-text em {
    font-style: normal;
    margin: 20px 0 35px 0;
    display: block;
    font-size: 15px;
    color: rgba(0, 0, 0, .95);
}

.info-text em {
    opacity: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .info-ease.active .info-text em {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .5s 1s;
    -moz-transition: .5s 1s;
    -ms-transition: .5s 1s;
    -o-transition: .5s 1s;
    -webkit-transition: .5s 1s;
}

.info-text em:after,
.news-text em:after {
    display: block;
    clear: both;
    content: '';
}

.info-text em b,
.news-text em b {
    font-weight: normal;
    float: left;
}

.info-text em a,
.news-text em a {
    padding: 0 0 0 8px;
    float: left;
    color: rgba(0, 0, 0, .95);
}

.info-text em a:hover,
.news-text em a:hover {
    color: #e04d47;
}

.info-text em a:before,
.news-text em a:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: #e04d47;
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.window-bin.swiper-slide-active .info-box .info-ease.active .click-box {
    transition: .5s 1.1s ease-out;
    -moz-transition: .5s 1.1s ease-out;
    -ms-transition: .5s 1.1s ease-out;
    -o-transition: .5s 1.1s ease-out;
    -webkit-transition: .5s 1.1s ease-out;
}

.info-right {
    float: right;
    width: 32%;
    position: relative;
    z-index: 2;
}

.info-right h3 {
    display: block;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    margin: 0;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.window-bin.swiper-slide-active .info-right h3 {
    opacity: 1;
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.info-right h3 u {
    color: #e04d47;
    font-size: 32px;
}

.info-right h4 {
    display: block;
    color: rgba(0, 0, 0, .9);
    font-size: 22px;
    margin: 15px 0 5px 0;
}

.info-nav {
    margin: 20px 0 0 0;
    overflow: hidden;
}

.info-nav p {
    display: block;
    margin: 0 0 0 -15px;
}

.info-nav p b {
    display: inline-block;
    font-weight: normal;
    margin-left: 20px;
    opacity: 0;
    cursor: pointer;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .info-nav p b {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .6s .96s;
    -moz-transition: .6s .96s;
    -ms-transition: .6s .96s;
    -o-transition: .6s .96s;
    -webkit-transition: .6s .96s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(1) {
    transition: .6s .6s;
    -moz-transition: .6s .6s;
    -ms-transition: .6s .6s;
    -o-transition: .6s .6s;
    -webkit-transition: .6s .6s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(2) {
    transition: .6s .68s;
    -moz-transition: .6s .68s;
    -ms-transition: .6s .68s;
    -o-transition: .6s .68s;
    -webkit-transition: .6s .68s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(3) {
    transition: .6s .75s;
    -moz-transition: .6s .75s;
    -ms-transition: .6s .75s;
    -o-transition: .6s .75s;
    -webkit-transition: .6s .75s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(4) {
    transition: .6s .81s;
    -moz-transition: .6s .81s;
    -ms-transition: .6s .81s;
    -o-transition: .6s .81s;
    -webkit-transition: .6s .81s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(5) {
    transition: .6s .86s;
    -moz-transition: .6s .86s;
    -ms-transition: .6s .86s;
    -o-transition: .6s .86s;
    -webkit-transition: .6s .86s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(6) {
    transition: .6s .9s;
    -moz-transition: .6s .9s;
    -ms-transition: .6s .9s;
    -o-transition: .6s .9s;
    -webkit-transition: .6s .9s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(7) {
    transition: .6s .93s;
    -moz-transition: .6s .93s;
    -ms-transition: .6s .93s;
    -o-transition: .6s .93s;
    -webkit-transition: .6s .93s;
}

.window-bin.swiper-slide-active .info-nav p b:nth-child(8) {
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
}

.info-nav p b:after {
    display: block;
    content: '';
    clear: both;
}

.info-nav p b span:first-child {
    float: left;
    border: 1px solid #e04d47;
    color: rgba(255, 255, 255, 0);
    margin: 0 6px 0 0;
    text-align: center;
    line-height: 6px;
    height: 18px;
    width: 18px;
    font-size: 22px;
}

.info-nav p b.active span:first-child {
    color: #e04d47;
}

.info-nav p b span:last-child {
    float: left;
    font-size: 18px;
    line-height: 1;
}

.info-cut {
    position: relative;
    margin: 30px 0 0 0;
}

.info-list {
    overflow: hidden;
    height: 340px;
}

.info-list ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list ul:after {
    clear: both;
    content: '';
    display: table;
}

.info-list ul li {
    display: block;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 0;
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .info-list.active ul li.swiper-slide-active {
    transition: .6s .61s;
    -moz-transition: .6s .61s;
    -ms-transition: .6s .61s;
    -o-transition: .6s .61s;
    -webkit-transition: .6s .61s;
}

.window-bin.swiper-slide-active .info-list.active ul li.swiper-slide-active+li {
    transition: .6s .7s;
    -moz-transition: .6s .7s;
    -ms-transition: .6s .7s;
    -o-transition: .6s .7s;
    -webkit-transition: .6s .7s;
}

.window-bin.swiper-slide-active .info-list.active ul li.swiper-slide-active+li+li {
    transition: .6s .78s;
    -moz-transition: .6s .78s;
    -ms-transition: .6s .78s;
    -o-transition: .6s .78s;
    -webkit-transition: .6s .78s;
}

.window-bin.swiper-slide-active .info-list.active ul li {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .6s .78s;
    -moz-transition: .6s .78s;
    -ms-transition: .6s .78s;
    -o-transition: .6s .78s;
    -webkit-transition: .6s .78s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
}

.info-list ul li:after {
    clear: both;
    content: '';
    display: block;
}

.info-list ul li img {
    float: left;
    width: 125px;
    display: block;
    margin: 0 20px 0 0;
}

.info-list ul li p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
}

.info-list ul li:last-child p:last-child {
    padding-bottom: 0;
}

.info-list ul li p:after {
    display: block;
    clear: both;
    content: '';
}

.info-list ul li p:last-child {
    border: none;
}

.info-list ul li p a {
    color: #000;
    display: block;
    position: relative;
    z-index: 2;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.info-list ul li p:hover a {
    color: #e04d47;
}

.info-list ul li p b {
    font-family: 'AddFont';
    color: rgba(0, 0, 0, .9);
    display: block;
    position: relative;
    line-height: 1;
    z-index: 2;
    font-weight: normal;
    padding: 15px 0 0 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.info-list ul li p b:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: #e04d47;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

@media(max-width:1599px) {

    .info-text p,
    .news-text p {
        max-height: 158px;
    }

    .info-nav p b span:first-child {
        height: 16px;
        width: 16px;
        font-size: 20px;
    }

    .info-nav p b.active span:first-child {
        color: #e04d47;
    }

    .info-nav p b span:last-child {
        font-size: 16px;
    }

    .info-cut {
        margin: 20px 0 0 0;
    }

    .info-list {
        height: 304px;
    }

    .info-list ul li p {
        padding: 0 0 15px 0;
    }

    .info-list ul li p a {
        max-height: 54px;
    }

    .info-list ul li img {
        width: 115px;
    }
}

@media(max-width:1199px) {

    .info-img a,
    .news-img a {
        margin: 8px 0 0 10px;
    }

    .info-img a img,
    .news-img a img {
        top: -8px;
        left: -10px;
    }

    .info-text h3,
    .news-text h3 {
        margin: 15px 0 0 0;
    }

    .info-text h3 a,
    .news-text h3 a {
        font-size: 19px;
    }

    .info-text ul,
    .news-text ul {
        margin: 15px 0 10px 0;
    }

    .info-text ul li i,
    .news-text ul li i {
        font-size: 14px;
        padding: 1px 5px 0 0;
    }

    .info-text ul li b,
    .news-text ul li b {
        padding: 0 15px 0 0;
    }

    .info-text p,
    .news-text p {
        -webkit-line-clamp: 6;
        max-height: 141px;
    }

    .info-text em,
    .news-text em {
        margin: 15px 0 25px 0;
        display: block;
        font-size: 13px;
    }

    .info-text em a,
    .news-text em a {
        padding: 0 0 0 6px;
    }

    .info-text em a:before,
    .news-text em a:before {
        margin-right: 6px;
    }

    .info-right h3 {
        font-size: 21px;
    }

    .info-right h3 u {
        font-size: 23px;
    }

    .info-nav {
        margin: 20px 0 0 0;
        overflow: hidden;
    }

    .info-nav p b span:first-child {
        height: 15px;
        width: 15px;
        font-size: 19px;
    }

    .info-nav p b.active span:first-child {
        color: #e04d47;
    }

    .info-nav p b span:last-child {
        font-size: 15px;
    }

    .info-cut {
        margin: 20px 0 0 0;
    }

    .info-list {
        height: 248px;
    }

    .info-list ul li img {
        width: 95px;
    }

    .info-list ul li p {
        padding: 0 0 10px 0;
    }

    .info-list ul li:last-child p:last-child {
        padding-bottom: 0;
    }

    .info-list ul li p a {
        max-height: 48px;
    }

    .info-list ul li p b {
        padding: 10px 0 0 0;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .info-left {
        width: 100%;
    }

    .info-img,
    .news-img {
        width: 28%;
    }

    .info-text,
    .news-text {
        width: 68%;
    }

    .info-text p,
    .news-text p {
        -webkit-line-clamp: 3;
        max-height: 72px;
    }

    .info-right {
        width: 100%;
        margin-top: 25px;
    }

    .info-right h3 {
        padding-left: 8px;
    }

    .info-nav {
        padding-left: 8px;
    }

    .info-list {
        height: 155px;
    }

    .info-list ul {
        width: 10000%;
    }

    .info-list ul li {
        width: .5%;
        padding-right: 10px;
    }

    .info-list ul li p:last-child {
        padding-bottom: 0;
    }

    .info-list ul li img {
        width: 90px;
        margin: 0 10px 0 0;
    }

    .info-list ul li p b {
        padding: 8px 0 0 0;
    }
}

@media(max-width:767px) {
    .news-li {
        margin-top: 15px !important;
    }

    .info-text em,
    .news-text em {
        display: none;
    }

    .info-text ul li:nth-child(2),
    .news-text ul li:nth-child(2) {
        display: none;
    }

    .info-right h3 {
        display: none;
    }

    .info-list ul {
        width: 10000%;
    }
}

@media(max-width:767px) and (orientation:landscape) {
    .info-left {
        width: 68%;
    }

    .info-img {
        width: 38%;
    }

    .news-img {
        width: 24%;
    }

    .info-text {
        width: 58%;
    }

    .news-text {
        width: 72%;
    }

    .info-text h3,
    .news-text h3 {
        margin: 8px 0 0 0;
    }

    .info-text ul,
    .news-text ul {
        margin: 10px 0 5px 0;
    }

    .info-text p,
    .news-text p {
        -webkit-line-clamp: 5;
        max-height: 117px;
        margin-bottom: 10px;
        color: rgba(0, 0, 0, .95);
    }

    .info-right {
        width: 28%;
        padding-top: 5px;
    }

    .info-nav {
        margin: 10px 0 0 0;
    }

    .info-cut {
        margin-right: -14px;
    }

    .info-list {
        height: 135px;
    }

    .info-list ul li {
        width: 1%;
    }

    .info-list ul li p {
        width: 50%;
        padding: 0 14px 0 0;
    }

    .info-list ul li img {
        width: 100%;
        margin: 0 0 5px 0;
        float: none;
    }

    .info-list ul li p b {
        display: none;
    }

    .info-list ul li p a {
        max-height: 72px;
        -webkit-line-clamp: 3;
        font-size: 13px;
        line-height: 1.65;
    }
}

@media(max-height:413px) and (orientation:landscape) {
    .info-left {
        width: 62%;
    }

    .info-text p,
    .news-text p {
        -webkit-line-clamp: 4;
        max-height: 92px;
    }

    .info-right {
        width: 34%;
        padding-top: 0;
    }

    .info-cut {
        margin-top: 10px;
    }

    .info-list {
        height: 128px;
    }

    .info-list ul li p a {
        max-height: 40px;
        -webkit-line-clamp: 2;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .info-left {
        width: 100%;
    }

    .info-img,
    .news-img {
        width: 37%;
    }

    .info-text,
    .news-text {
        width: 59%;
    }

    .info-text h3,
    .news-text h3 {
        margin: 8px 0 0 0;
    }

    .info-text p,
    .news-text p {
        -webkit-line-clamp: 4;
        max-height: 94px;
        margin-bottom: 10px;
    }

    .info-text ul,
    .news-text ul {
        margin: 8px 0 4px 0;
    }

    .info-right {
        width: 100%;
    }

    .info-right h3 {
        padding-left: 8px;
    }

    .info-nav {
        padding-left: 8px;
        margin-top: 20px;
    }

    .info-cut {
        margin-top: 15px;
    }

    .info-list {
        height: 123px;
    }

    .info-list ul li {
        width: .5%;
        padding-right: 8px;
    }

    .info-list ul li img {
        width: 67px;
        margin: 0 8px 0 0;
    }

    .info-list ul li p:last-child {
        padding-bottom: 0;
    }

    .info-list ul li p b {
        display: none;
    }
}

@media(max-width:320px) and (orientation:portrait) {

    .info-text ul,
    .news-text ul {
        display: none;
    }

    .info-text p,
    .news-text p {
        -webkit-line-clamp: 3;
        max-height: 72px;
        margin-bottom: 10px;
    }

    .info-text p,
    .news-text p {
        margin-top: 10px;
    }
}

.contact-box {}

.contact-box * {
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
}

.contact-box:after {
    display: block;
    content: '';
    clear: both;
}

#map {
    border: 4px solid #e04d47;
}

#map .anchorBL {
    display: none;
}

#map .point_svg {
    cursor: default !important;
    width: 28px;
    height: 28px;
}

.contact-left {
    float: left;
    width: 63%;
    height: 435px;
    opacity: 0;
    background: rgba(255, 255, 255, .75) url(svg/load8.svg) center no-repeat;
    transform: scale(.6, .6);
    -moz-transform: scale(.6, .6);
    -ms-transform: scale(.6, .6);
    -o-transform: scale(.6, .6);
    -webkit-transform: scale(.6, .6);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .contact-left {
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: .6s .51s;
    -moz-transition: .6s .51s;
    -ms-transition: .6s .51s;
    -o-transition: .6s .51s;
    -webkit-transition: .6s .51s;
}

.contact-left * {
    cursor: move !important;
}

.contact-right {
    float: right;
    width: 35%;
    overflow: hidden;
}

.contact-cut {
    width: 100%;
}

.contact-cut:after {
    display: block;
    content: '';
    clear: both;
}

.contact-bin {
    width: 100%;
    float: left;
}

.contact-right h2 {
    font-size: 17px;
    color: rgba(0, 0, 0, 1);
    margin: 5px 0 0 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .contact-right h2 {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .4s .6s;
    -moz-transition: .4s .6s;
    -ms-transition: .4s .6s;
    -o-transition: .4s .6s;
    -webkit-transition: .4s .6s;
}

.contact-right h3 {
    font-size: 46px;
    color: #e04d47;
    font-family: 'AddFont';
    letter-spacing: -2px;
    margin: 4px 0 16px 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-30px) scale(.9, .9);
    -moz-transform: translateY(-30px) scale(.9, .9);
    -ms-transform: translateY(-30px) scale(.9, .9);
    -o-transform: translateY(-30px) scale(.9, .9);
    -webkit-transform: translateY(-30px) scale(.9, .9);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
}

.window-bin.swiper-slide-active .contact-right h3 {
    opacity: 1;
    transform: translateY(0) scale(1, 1);
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -o-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transition: .4s .7s;
    -moz-transition: .4s .7s;
    -ms-transition: .4s .7s;
    -o-transition: .4s .7s;
    -webkit-transition: .4s .7s;
}

.contact-right p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.window-bin.swiper-slide-active .contact-right p {
    opacity: 1;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.window-bin.swiper-slide-active .contact-right p:nth-child(3) {
    transition: .5s .71s;
    -moz-transition: .5s .71s;
    -ms-transition: .5s .71s;
    -o-transition: .5s .71s;
    -webkit-transition: .5s .71s;
}

.window-bin.swiper-slide-active .contact-right p:nth-child(4) {
    transition: .5s .8s;
    -moz-transition: .5s .8s;
    -ms-transition: .5s .8s;
    -o-transition: .5s .8s;
    -webkit-transition: .5s .8s;
}

.window-bin.swiper-slide-active .contact-right p:nth-child(5) {
    transition: .5s .88s;
    -moz-transition: .5s .88s;
    -ms-transition: .5s .88s;
    -o-transition: .5s .88s;
    -webkit-transition: .5s .88s;
}

.contact-right p:after {
    display: block;
    content: '';
    clear: both;
}

.contact-right p em {
    float: left;
    width: 30px;
    margin-right: 10px;
    color: rgba(0, 0, 0, .9);
    font-size: 24px;
    text-align: center;
}

.contact-right p span {
    font-family: 'AddFont', Microsoft Yahei;
    text-align: left;
    display: block;
}

.contact-right dl {
    display: block;
    margin: 25px 0 0 0;
    opacity: 0;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    transform: translate(30px, -30px);
    -moz-transform: translate(30px, -30px);
    -ms-transform: translate(30px, -30px);
    -o-transform: translate(30px, -30px);
    -webkit-transform: translate(30px, -30px);
}

.window-bin.swiper-slide-active .contact-right dl {
    opacity: 1;
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transition: .5s 1s;
    -moz-transition: .5s 1s;
    -ms-transition: .5s 1s;
    -o-transition: .5s 1s;
    -webkit-transition: .5s 1s;
}

.window-bin.swiper-slide-active .contact-box .click-box {
    transition: .5s 1.1s ease-out;
    -moz-transition: .5s 1.1s ease-out;
    -ms-transition: .5s 1.1s ease-out;
    -o-transition: .5s 1.1s ease-out;
    -webkit-transition: .5s 1.1s ease-out;
}

.contact-right dl:after {
    display: block;
    content: '';
    clear: both;
}

.contact-right dl dt {
    float: left;
    margin-right: 15px;
}

.contact-right dl dt img {
    width: 120px;
    margin: 5px;
}

.contact-right dl dd {
    margin-bottom: 25px;
    display: block;
}

.contact-right dl dd strong {
    display: block;
    color: #e04d47;
    line-height: 1.1;
    font-size: 28px;
    font-family: Microsoft JhengHei;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contact-right dl dd strong font {
    display: inline-block;
    padding-right: 10px;
}

.contact-right dl dd strong em {
    color: rgba(0, 0, 0, .7);
    font-size: 26px;
}

.contact-right dl dd strong em:first-child {
    padding-left: 5px;
}

.contact-right dl dd span {
    color: rgba(0, 0, 0, .85);
    line-height: 2;
    margin-top: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contact-right dl dd span u {
    color: rgba(0, 0, 0, 1);
}

@media (max-width:1599px) {
    .contact-left {
        width: 61%;
        height: 405px;
    }

    .contact-right {
        width: 37%;
    }

    .contact-right h2 {
        font-size: 16px;
    }

    .contact-right h3 {
        font-size: 44px;
        margin: 4px 0 12px 0;
    }

    .contact-right p {
        font-size: 17px;
        line-height: 26px;
    }

    .contact-right p em {
        margin-right: 8px;
        font-size: 23px;
    }

    .contact-right dl {
        margin: 25px 0 0 0;
    }

    .contact-right dl dt img {
        width: 114px;
    }

    .contact-right dl dd {
        margin-bottom: 20px;
    }

    .contact-right dl dd strong {
        font-size: 27px;
    }

    .contact-right dl dd span {
        line-height: 2;
    }
}

@media (max-width:1199px) {
    .contact-left {
        width: 58%;
        height: 355px;
        border-width: 3px;
    }

    .contact-right {
        width: 40%;
    }

    .contact-right h2 {
        font-size: 15px;
    }

    .contact-right h3 {
        font-size: 34px;
    }

    .contact-right p {
        font-size: 15px;
        line-height: 22px;
    }

    .contact-right p em {
        margin-right: 4px;
        font-size: 20px;
    }

    .contact-right dl {
        margin: 20px 0 0 0;
    }

    .contact-right dl dt {
        margin-right: 10px;
    }

    .contact-right dl dt img {
        width: 100px;
    }

    .contact-right dl dd strong {
        font-size: 25px;
    }

    .contact-right dl dd strong font {
        padding-right: 5px;
    }

    .contact-right dl dd span {
        line-height: 1.8;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .contact-left {
        width: 54%;
        height: 480px;
    }

    .contact-right {
        width: 41%;
    }

    .contact-right h3 {
        font-size: 30px;
    }

    .contact-right p {
        white-space: normal;
    }

    .contact-right p em {
        float: left;
        margin: 0;
    }

    .contact-right p span {
        padding-left: 40px;
    }

    .contact-right dl {
        margin: 23px 0;
    }

    .contact-right dl:after {
        display: block;
        content: '';
        clear: both;
    }

    .contact-right dl dt {
        margin-right: 15px;
    }

    .contact-right dl dd {
        margin-bottom: 15px;
    }

    .contact-right dl dd strong font {
        display: block;
        margin: 30px 0 10px 0;
    }

    .contact-right dl dd span {
        margin-top: 7px;
        width: 100%;
        float: left;
    }
}

@media (min-width:768px) {
    .contact-cut {
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (max-width:767px) {
    .contact-left {
        height: 220px;
    }

    .contact-cut {
        width: 200%;
    }

    .contact-bin {
        width: 50%;
    }

    .contact-right h3 {
        font-size: 30px;
    }

    .contact-right p {
        white-space: normal;
    }

    .contact-right p em {
        float: left;
        margin: 0;
    }

    .contact-right p span {
        padding-left: 40px;
    }

    .contact-right dl:after {
        display: block;
        content: '';
        clear: both;
    }

    .contact-right dl dt {
        margin-right: 15px;
    }
}

@media(max-width:767px) and (orientation:landscape) {
    .contact-left {
        width: 52%;
    }

    .contact-right {
        width: 44%;
    }

    .contact-right dl {
        margin: 0 0 20px 0;
    }

    .contact-right dl dt img {
        width: 80px;
    }

    .contact-right dl dd {
        margin-bottom: 15px;
    }

    .contact-right dl dd strong font {
        display: block;
        margin: 15px 0 10px 0;
    }

    .contact-right dl dd span {
        margin-top: 7px;
        width: 100%;
        float: left;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .contact-left {
        width: 100%;
    }

    .contact-right {
        width: 100%;
        margin-top: 10px;
    }

    .contact-right dl {
        margin: 5px 0 0 0;
    }

    .contact-right dl dd {
        margin: 0 0 5px 0;
    }

    .contact-right h2 {
        padding-left: 5px;
    }

    .contact-right h3 {
        margin: 2px 0 12px 2px;
    }

    .contact-right p {
        margin: 0 0 6px 0;
        white-space: nowrap;
    }

    .contact-right p em {
        float: left;
        margin: 0;
        width: 28px;
    }

    .contact-right p span {
        padding-left: 35px;
    }
}

@media(max-width:320px) and (orientation:portrait) {
    .contact-left {
        height: 160px;
    }

    .contact-right h3 {
        margin: 0 0 8px 2px;
        font-size: 26px;
    }

    .contact-right p {
        margin: 0 0 4px 0;
        font-size: 14px;
    }
}

.click-box {
    display: block;
    width: 200px;
    max-width: 100%;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 16px;
    transition: 0s .5s;
    -moz-transition: 0s .5s;
    -ms-transition: 0s .5s;
    -o-transition: 0s .5s;
    -webkit-transition: 0s .5s;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}

.window-bin.swiper-slide-active .click-box,
.news-text .click-box {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
}

.click-box:before {
    background: rgba(0, 0, 0, .4);
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 0;
    transition: width .2s;
    -moz-transition: width .2s;
    -ms-transition: width .2s;
    -o-transition: width .2s;
    -webkit-transition: width .2s;
}

.click-box:hover:before {
    width: 0;
}

.click-box span {
    position: relative;
    display: block;
    font-family: 'AddFont';
    float: left;
    z-index: 2;
    color: #000;
    transition: color .2s .2s;
    -moz-transition: color .2s .2s;
    -ms-transition: color .2s .2s;
    -o-transition: color .2s .2s;
    -webkit-transition: color .2s .2s;
}

.click-box:hover span {
    color: #e04d47;
}

.click-box span:after {
    content: '>>>';
    display: inline-block;
    padding-left: 7px;
    font-size: 18px;
    letter-spacing: 0;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition-property: padding, letter-spacing;
    -moz-transition-property: padding, letter-spacing;
    -ms-transition-property: padding, letter-spacing;
    -o-transition-property: padding, letter-spacing;
    -webkit-transition-property: padding, letter-spacing;
}

.click-box:hover span:after {
    padding-left: 9px;
    letter-spacing: 2px;
}

.click-box.small {
    width: 175px;
    max-width: 100%;
    font-size: 15px;
}

@media (max-width:1599px) {
    .click-box {
        display: block;
        width: 185px;
        height: 30px;
        font-size: 17px;
        line-height: 30px;
        padding-left: 15px;
    }

    .click-box.small {
        width: 165px;
        font-size: 14px;
    }

    .click-box span:after {
        padding-left: 6px;
        font-size: 15px;
    }
}

@media (max-width:1199px) {
    .click-box {
        display: block;
        width: 164px;
        height: 26px;
        font-size: 15px;
        line-height: 26px;
        padding-left: 14px;
    }

    .click-box.small {
        width: 155px;
        font-size: 13px;
    }

    .click-box span:after {
        padding-left: 6px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .click-box {
        width: 150px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 8px;
    }

    .click-box.small {
        width: 130px;
        font-size: 12px;
    }

    .click-box span:after {
        padding-left: 6px;
        font-size: 13px;
    }
}

.link-box {}

.link-title {
    text-align: center;
}

.link-title h3 {
    color: rgba(0, 0, 0, .95);
    color: #e04d47;
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.link-title p {
    margin: 8px 0 0 0;
    color: rgba(0, 0, 0, .95);
    max-height: 48px;
    overflow: hidden;
}

.link-cut {
    position: relative;
    top: 15px;
    margin-top: 5px;
}

.link-list {
    overflow: hidden;
    margin: -5px;
    width: 100%;
    padding-bottom: 20px;
}

.link-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 10000%;
}

.link-list ul:after {
    display: block;
    clear: both;
    content: '';
}

.link-list ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    width: .2%;
    height: 120px;
    line-height: 90px;
    padding: 15px 0;
    position: relative;
    background: rgba(0, 0, 0, .1);
    background-clip: padding-box;
    border: 5px solid transparent;
}

.link-list ul li a img {
    max-width: 80%;
    max-height: 90%;
}

.link-list ul li a:hover img {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

.link-ctrl {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

@media (max-width:1599px) {
    .link-title h3 {
        font-size: 28px;
    }
}

@media (max-width:1199px) {
    .link-title h3 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .link-title h3 {
        font-size: 18px;
    }

    .link-list ul li {
        height: 80px;
        line-height: 60px;
        padding: 10px 0;
    }

    .link-list ul li a img {
        max-height: 60%;
    }
}

.message-box {}

.message-title {
    text-align: center;
}

.message-title b {
    font-family: 'AddFont';
    color: #e04d47;
    line-height: 1;
    font-size: 38px;
    font-weight: normal;
}

.message-title p {
    color: rgba(0, 0, 0, .9);
    font-size: 16px;
    margin: 4px 0 54px 0;
}

.message-form {
    margin: 0 -20px;
}

.message-form * {
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
}

.message-form .form-group {
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding: 0 20px;
}

.message-form .form-group:before {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.message-form .form-group:after {
    position: absolute;
    left: 25px;
    top: 23px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background: #e04d47;
}

.message-form .ftype_code,
.message-form .ftype_upload,
.message-form .ftype_select,
.message-form .ftype_input {
    width: 33.33333%;
}

.message-form .ftype_checkbox,
.message-form .ftype_radio {
    min-width: 33.33333%;
    padding-bottom: 14px;
}

.message-form .ftype_checkbox.mr6,
.message-form .ftype_radio.mr6 {
    width: 66.66666%;
}

.message-form .ftype_checkbox.mr10,
.message-form .ftype_radio.mr10 {
    width: 100%;
}

.message-form .ftype_textarea {
    width: 100%;
}

.message-form .ftype_checkbox *,
.message-form .ftype_radio * {
    float: left;
    line-height: 20px;
    margin: 0;
}

.message-form .ftype_upload label {
    margin: 0 20px;
    cursor: auto;
}

.message-form .help-block {
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 14px;
    color: #e04d47;
}

.message-form .input-group-icon+.help-block {
    right: 100px;
}

.message-form textarea {
    width: 100%;
    padding: 10px 20px;
    color: #CFCECD;
    height: 220px;
    background: none;
    border: 0;
}

.message-form select {
    background: none;
    border: 0;
    margin: 0;
    width: 98%;
    padding: 10px 20px 10px 16px;
    line-height: 50px;
    height: 50px;
    color: #CFCECD;
    cursor: pointer;
}

.message-form option {
    padding: 0;
    margin: 0;
    background: #000;
}

.message-form input[type=text] {
    width: 100% !important;
    padding: 10px 20px;
    line-height: 50px;
    height: 50px;
    background: none;
    border: 0;
    font-size: 16px;
    color: #CFCECD;
}

.message-form .input-group-btn:first-child>.btn {
    border-radius: 0 !important;
}

.message-form .input-group-file input[type=text] {
    background: none;
    border: none;
}

.message-form input[name=code]~img {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
}

.message-form .input-group-addon {
    padding: 0 8px;
    width: 90px;
    background: none;
    border: none;
    border-bottom: 1px solid #747474;
}

.message-form .input-group-addon img {
    width: 90px;
    height: 30px;
    padding: 5px;
    background: #ccc;
    cursor: pointer;
}

.message-form input[type=checkbox],
.message-form input[type=radio] {
    margin: 0;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 2px;
}

.message-form input[type=checkbox]+label,
.message-form input[type=radio]+label {
    padding-left: 4px;
}

.message-form .control-label {
    margin: 14px 0 0 20px;
}

.message-form .checkbox-custom,
.message-form .radio-custom {
    padding: 14px 0 0 20px;
}

.message-form .submint {
    width: 33.33333%;
    margin: 10px 20px 0 20px;
    float: right;
}

.message-form .submint:before {
    display: none;
}

.message-form button[type=submit] {
    width: auto;
    height: 48px;
    line-height: 44px;
    background: none;
    float: right;
    border: 2px solid #e04d47;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    background: none;
    margin: 0;
    padding: 0 58px;
    position: relative;
    z-index: 1;
}

.message-form button[type=submit]:before {
    width: 0;
    height: 100%;
    background: #e04d47;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.message-form button[type=submit]:hover:before {
    width: 100%;
}

.message-form button[type=submit] span {
    position: relative;
    color: #e04d47;
    z-index: 2;
    font-size: 18px;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.message-form button[type=submit]:hover span {
    color: #000;
}

.message-form label {
    color: #CFCECD;
    line-height: 50px;
    padding: 0;
    cursor: pointer;
    margin: 0;
    float: left;
}

@media (max-width:767px) {
    .message-form {
        padding: 0;
        padding: 0 14px;
    }

    .message-form .form-group {
        margin-bottom: 0;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .message-form input[type=text] {}

    .message-form textarea {
        height: 80px;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .message-form form-group {
        position: relative;
        float: none;
        margin: 0;
    }

    .message-form input[type=file] {
        padding: 0 0 0 20px;
        width: 100%;
    }

    .message-form .ftype_checkbox,
    .message-form .ftype_radio,
    .message-form .ftype_upload,
    .message-form .ftype_select,
    .message-form .ftype_input,
    .message-form .ftype_textarea {
        width: 100%;
    }

    .message-form button[type=submit] {
        width: 100%;
    }

    .message-form .submint {
        width: 100%;
        margin: 0 auto;
        float: none;
        clear: both;
    }
}

.message-form *::-webkit-input-placeholder {
    color: #CFCECD;
}

.message-form *:-moz-placeholder {
    color: #CFCECD;
}

.message-form *::-moz-placeholder {
    color: #CFCECD;
}

.message-form *:-ms-input-placeholder {
    color: #CFCECD;
}

.sidenews-lists {}

.sidenews-lists h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.sidenews-lists h3:after {
    display: block;
    clear: both;
    content: '';
}

.sidenews-lists h3 span {
    float: left;
    border-bottom: 1px solid #e04d47;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.sidenews-lists ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidenews-lists li {
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.sidenews-lists li:after {
    display: block;
    clear: both;
    content: '';
}

.sidenews-lists a {
    display: block;
}

.sidenews-lists img {
    display: block;
    float: left;
    padding-right: 20px;
    width: 145px;
    padding: 0 20px 0 0;
}

.sidenews-lists i.img-icon {
    display: block;
    float: left;
    padding-right: 15px;
    font-size: 38px;
    color: #e04d47;
}

.sidenews-lists b {
    display: block;
    font-weight: normal;
    padding: 0;
    overflow: hidden;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sidenews-lists p {
    display: block;
    margin: 10px 0 0 0;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, .9);
}

.sidenews-lists p:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: #e04d47;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

@media(max-width:1599px) {
    .sidenews-lists h3 {
        font-size: 24px;
    }

    .sidenews-lists li {
        margin: 15px 0 0 0;
    }

    .sidenews-lists b {
        max-height: 54px;
    }

    .sidenews-lists img {
        width: 135px;
    }
}

@media(max-width:1199px) {
    .sidenews-lists h3 {
        font-family: 20px;
    }

    .sidenews-lists li {
        margin: 15px 0 0 0;
    }

    .sidenews-lists img {
        width: 115px;
        padding-right: 15px;
    }

    .sidenews-lists b {
        max-height: 48px;
    }

    .sidenews-lists p {
        margin: 5px 0 0 0;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .sidenews-lists li {
        width: 50%;
        padding-right: 15px;
    }

    .sidenews-lists img {
        width: 100px;
    }

    .sidenews-lists p {
        margin: 0;
    }
}

@media(max-width:767px) {
    .sidenews-lists h3 {
        font-size: 18px;
    }

    .sidenews-lists i.img-icon {
        line-height: 50px;
        font-size: 34px;
    }
}

@media(max-width:767px) and (orientation:landscape) {
    .sidenews-lists li {
        width: 50%;
        padding-right: 10px;
    }

    .sidenews-lists img {
        width: 100px;
        padding-right: 10px;
    }

    .sidenews-lists p {
        margin: 0;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .sidenews-lists img {
        padding-right: 15px;
        width: 115px;
    }
}

.message-subpage * {
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
}

.message-subpage form {
    margin: 0 -10px;
}

.message-subpage h4 {
    display: block;
    font-size: 18px;
    padding: 20px 0 5px 0;
}

.message-subpage .form-control {}

.message-subpage .form-group {
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
}

.message-subpage .ftype_upload,
.message-subpage .ftype_select,
.message-subpage .ftype_input {
    width: 33.33333%;
}

.message-subpage .ftype_checkbox,
.message-subpage .ftype_radio,
.message-subpage .ftype_textarea {
    width: 100%;
}

.message-subpage .ftype_checkbox,
.message-subpage .ftype_radio {
    margin-bottom: 0;
}

.message-subpage .ftype_checkbox *,
.message-subpage .ftype_radio * {
    float: left;
    line-height: 20px;
    margin: 0;
}

.message-subpage .ftype_upload label {
    margin: 0 20px 0 0;
    line-height: 40px;
}

.message-subpage .help-block {
    position: absolute;
    right: 23px;
    top: 3px;
}

.message-subpage .input-group-icon+.help-block {
    right: 100px;
}

.message-subpage .ftype_upload .help-block {
    display: none !important;
}

.message-subpage .submint {
    width: 33.33333%;
    float: right;
    padding: 0 10px;
}

.message-subpage .submint:before {
    display: none;
}

.message-subpage textarea {
    width: 100%;
    padding: 8px 14px;
    line-height: 28px;
    height: 110px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 0, 0, .4);
}

.message-subpage select {
    background: #f8f8f8;
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    color: #999;
    cursor: pointer;
}

.message-subpage option {
    padding: 0;
    margin: 0;
    background: #000;
}

.message-subpage .input-group-file input[type=text] {
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 0, 0, .4);
    border-left: none;
}

.message-subpage .btn-file {
    padding: 9px;
}

.message-subpage input[type=text] {
    width: 100% !important;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 0, 0, .4);
}

.message-subpage input[type=checkbox],
.message-subpage input[type=radio] {
    margin: 0;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 2px;
}

.message-subpage input[type=checkbox]+label,
.message-subpage input[type=radio]+label {
    padding-left: 4px;
}

.message-subpage .control-label {
    margin: 0 20px 12px 0;
}

.message-subpage .checkbox-custom,
.message-subpage .radio-custom {
    padding: 0 12px 12px 0;
}

.message-subpage button[type=submit] {
    width: auto;
    height: 38px;
    line-height: 38px;
    background: none;
    border: none;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    margin-top: 15px;
    background: #e04d47;
    color: #000;
    padding: 0 38px;
    position: relative;
    z-index: 1;
}

.message-subpage button[type=submit]:before {
    width: 0;
    height: 100%;
    background: #333;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.message-subpage button[type=submit]:hover:before {
    width: 100%;
}

.message-subpage button[type=submit] span {
    position: relative;
    color: #fff;
    z-index: 2;
}

.message-subpage label {
    color: #999;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    float: left;
}

.message-subpage input[name=code]~img {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 80px;
    height: 20px;
}

.message-subpage .input-group-addon {
    padding: 0 8px;
    width: 80px;
    background: #ccc;
    border: 1px solid #ccc;
}

.message-subpage .input-group-addon img {
    width: 80px;
    height: 20px;
}

@media (max-width:767px) and (orientation:portrait) {
    .message-subpage form-group {
        position: relative;
        float: none;
        margin: 0;
    }

    .message-subpage .ftype_upload,
    .message-subpage .ftype_select,
    .message-subpage .ftype_input {
        width: 100%;
    }

    .message-subpage input[type=file],
    .message-subpage button[type=submit] {
        width: 100%;
    }

    .message-subpage .submint {
        width: 100%;
        margin: 0 auto;
        float: none;
        clear: both;
    }
}

.message-list {
    padding-top: 38px;
}

.message-list h4 {
    display: block;
    margin: 0;
    font-size: 17px;
    padding: 0;
}

.message-list li {
    background: none;
    border: none;
    margin-top: 16px;
    padding: 0;
    position: relative;
}

.message-list .list-group .media .media-left,
.message-list.list-group .media .pull-left {
    padding-right: 0px;
    position: absolute;
    top: 2px;
    left: 0;
}

.message-list .list-group-item .icon {
    margin-right: 10px;
    font-size: 20px;
    color: #e04d47;
}

.message-list .well {
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 0;
    color: rgba(0, 0, 0, .75);
    padding: 18px 14px;
}

.message-list .list-group .media .media-heading {
    padding: 0 0 8px 28px;
    font-size: 16px;
}

.message-list p {
    color: rgba(0, 0, 0, .9);
    margin-bottom: 6px !important;
}

.message-list *::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .9);
}

.message-list *:-moz-placeholder {
    color: rgba(0, 0, 0, .9);
}

.message-list *::-moz-placeholder {
    color: rgba(0, 0, 0, .9);
}

.message-list *:-ms-input-placeholder {
    color: rgba(0, 0, 0, .9);
}

.shownews-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 30px 0 20px 0;
}

@media (min-width:992px) {
    .shownews-container {
        padding-left: 30px;
    }
}

.shownews-container.full {
    margin-top: 0px;
    padding-top: 50px;
}

.shownews-container:after {
    display: block;
    clear: both;
    content: '';
}

.shownews-wrapper {
    width: 10000%;
}

.shownews-wrapper:after {
    display: block;
    clear: both;
    content: '';
}

.shownews-slide {
    width: 1%;
    min-height: 1px;
    float: left;
}

.shownews-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.shownews-container-small {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: -15px auto 30px auto;
    padding-top: 15px;
}

.shownews-container-small:after {
    display: block;
    clear: both;
    content: '';
}

.shownews-wrapper-small {
    width: 10000%;
}

.shownews-slide-small {
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
}

.shownews-slide-small:last-child {
    margin-right: 0px;
}

.shownews-slide-small.active:before {
    border-width: 0 10px 10px 10px;
    border-style: solid;
    content: '';
    border-color: transparent transparent #e04d47 transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.shownews-slide-small.active:after {
    border: 2px solid #e04d47;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: 2;
}

.shownews-slide-small img {
    display: block;
    position: relative;
    z-index: 1;
}

@media (max-width:767px) {
    .shownews-container {
        margin: 15px 0;
    }

    .shownews-container-small {
        margin: -15px auto 15px auto;
    }
}

.imgsvideo ul {
    margin-top: -10px;
    position: relative;
    top: 10px;
}

.img-video {
    margin-bottom: 10px !important;
}

.img-video a {
    display: block;
}

.img-video a img {
    display: block;
    width: 100%;
}

.img-video a span {
    display: block;
    text-align: center;
}

.img-video a font {
    position: relative;
    display: block;
}

.img-video a font:before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 1px solid rgba(0, 0, 0, .9);
    border-radius: 50%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: rgba(255, 255, 255, .4);
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
}

.img-video a font:after {
    border-width: 15px 0 15px 30px;
    margin: -15px 0 0 -10px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    border-color: transparent transparent transparent rgba(0, 0, 0, .9);
    border-style: solid;
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
}

.img-video a font:before,
.img-video a font:after,
.img-video a font:before,
.img-video a font:after {
    opacity: 1;
    visibility: visible;
}

.img-video a font:hover:before {
    background-color: #e04d47;
}

@media (max-width:1599px) {
    .img-video a font:before {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

    .img-video a font:after {
        border-width: 12px 0 12px 24px;
        margin: -12px 0 0 -8px;
    }
}

@media (max-width:1199px) {
    .img-video {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .img-video a font:before {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }

    .img-video a font:after {
        border-width: 10px 0 10px 20px;
        margin: -10px 0 0 -6px;
    }
}

@media (max-width:767px) {
    .imgsvideo {}

    .imgsvideo .row {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.show-slide .container {
    width: auto !important;
    position: relative;
    position: absolute\9 !important;
    left: 50%\9 !important;
    top: 50%\9;
    -ms-transform: translate(-50%, -50%) !important;
}

.show-slide .container:before {
    position: absolute;
    left: -35px;
    right: -35px;
    top: -35px;
    bottom: -35px;
    z-index: 1;
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.95);
}

.show-slide .container .row {
    position: relative;
    z-index: 2;
}

@media (max-width:1199px) {
    .show-slide .container:before {
        left: -25px;
        right: -25px;
        top: -25px;
        bottom: -25px;
    }
}

@media (max-width:992px) {
    .show-slide .container:before {
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }
}

@media (max-width:767px) {
    .show-slide .container:before {
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
    }

    .show-slide .container .row {
        margin: 0;
    }
}

.show-editor {
    text-align: center;
}

.show-editor h1,
.show-editor h2,
.show-editor h3,
.show-editor h4,
.show-editor h5,
.show-editor h6 {
    margin: 10px 0;
}

.show-editor p {
    margin: 0;
}

.show-title {
    font-size: 60px;
    line-height: 1;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.show-title em {
    font-style: normal;
    color: #e04d47;
}

.show-title:before {
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    content: '';
    bottom: 0;
    right: 50%;
    margin-right: 18px;
}

.show-title:after {
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: 18px;
}

.show-title em:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin: 0 0 -8px -8px;
    width: 16px;
    height: 16px;
    border: 2px solid #e04d47;
    border-radius: 50%;
}

.show-text {
    font-size: 36px;
    color: rgba(0, 0, 0, .98);
    line-height: 1;
    font-family: Times;
    margin-bottom: 30px;
}

.show-word {
    font-size: 28px;
    line-height: 1;
    color: #e04d47;
    margin-bottom: 20px;
}

.show-desc p {
    font-size: 18px;
    color: rgba(0, 0, 0, .95);
}

@media (max-width:1599px) {
    .show-title {
        font-size: 54px;
        padding-bottom: 36px;
        margin-bottom: 28px;
    }

    .show-title:before {
        width: 130px;
        margin-right: 18px;
    }

    .show-title:after {
        width: 130px;
        margin-left: 17px;
    }

    .show-title em:before {
        margin: 0 0 -8px -8px;
        width: 15px;
        height: 15px;
    }

    .show-text {
        font-size: 33px;
        margin-bottom: 28px;
    }

    .show-word {
        font-size: 26px;
        margin-bottom: 19px;
    }

    .show-desc p {
        font-size: 17px;
    }
}

@media (max-width:1199px) {
    .show-title {
        font-size: 48px;
        padding-bottom: 32px;
        margin-bottom: 24px;
    }

    .show-title:before {
        width: 120px;
        margin-right: 14px;
    }

    .show-title:after {
        width: 120px;
        margin-left: 14px;
    }

    .show-title em:before {
        margin: 0 0 -7px -7px;
        width: 14px;
        height: 14px;
    }

    .show-text {
        font-size: 29px;
        margin-bottom: 24px;
    }

    .show-word {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .show-desc p {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .show-title {
        font-size: 30px;
        padding-bottom: 18px;
        margin-bottom: 16px;
    }

    .show-title:before {
        width: 60px;
        margin-right: 10px;
    }

    .show-title:after {
        width: 60px;
        margin-left: 10px;
    }

    .show-title em:before {
        margin: 0 0 -7px -7px;
        width: 14px;
        height: 14px;
    }

    .show-text {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .show-word {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .show-desc p {
        font-size: 14px;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .show-slide .container {
        margin-top: 60px;
    }
}

footer {
    background-color: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, .75);
    display: block;
    width: 100%;
    border: none;
    padding: 25px 40px;
    font-family: 'AddFont', Microsoft Yahei;
}

footer p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .9);
}

@media (max-width:1199px) {
    footer {
        padding: 20px 30px;
    }
}

@media (max-width:767px) {
    footer {
        padding: 15px;
    }
}

footer:after {
    display: block;
    clear: both;
    content: '';
}

footer a {
    color: rgba(255, 255, 255, .9);
}

.foot-left {
    float: left;
}

.foot-nav {
    margin-bottom: 5px;
}

.foot-nav:after {
    display: block;
    clear: both;
    content: '';
}

.foot-nav a {
    display: inline-block;
}

.foot-nav a:after {
    content: '/';
    color: rgba(255, 255, 255, .3);
    display: inline-block;
    margin: 0 5px 0 10px;
}

.foot-nav a:last-child:after {
    display: none;
}

.foot-right {
    float: right;
    text-align: right;
}

.foot-text {
    margin-bottom: 5px;
}

.text-link {
    color: rgba(255, 255, 255, .9);
}

.text-link:after {
    display: block;
    clear: both;
    content: '';
}

.text-link ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-link ul li {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

.text-link ul li:first-child {
    padding: 0;
}

.text-link ul li a {}

.text-link ul li a:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    background: #e04d47;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

@media (max-width:992px) and (min-width:768px),
(max-width:767px) {
    .foot-left {
        float: none;
        text-align: center;
    }

    .foot-nav {
        margin-bottom: 0px;
    }

    .foot-right {
        float: none;
        text-align: center;
    }

    .foot-text {
        margin-bottom: 0px;
    }
}

.widget-body p {
    color: rgba(0, 0, 0, .9);
}

.red-600 {
    color: #e04d47 !important;
}

.met-download .met-download-list h4.media-heading a:hover,
.met-product.type-1 h4 a:hover,
.met-news-bar .recommend .list-group a:hover,
.met-news ul.met-page-ajax li h4 a:hover {
    color: #e04d47;
}

.met-shownews .paralist {
    background: none !important;
    padding: 0 !important;
}

.met-shownews .paralist dl {
    border-color: rgba(0, 0, 0, .4) !important;
}

.met-shownews .paralist dl dd {
    color: rgba(0, 0, 0, 1) !important;
}

@media (max-width:767px) {
    .met-shownews .paralist {
        padding: 0 15px !important;
    }
}

.met-column-nav {
    border: none;
    background: #000;
}

.btn-outline.btn-primary {
    background-color: #e04d47;
    color: #000;
}

.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open>.dropdown-toggle.btn-outline.btn-primary,
.btn-primary {
    border-color: #e04d47;
    background-color: #e04d47;
}

.nav-tabs>li>a {
    font-size: 16px;
    padding-top: 0;
}

.nav-tabs-line>li.active>a,
.nav-tabs-line>li.active>a:focus,
.nav-tabs-line>li.active>a:hover {
    border-bottom-color: #333;
    color: #333;
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .nav-tabs {
    margin-top: 0;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #333;
    background-color: #333;
}

.met-showproduct.pagetype2 .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(0);
    transition: .5s .1s;
    -moz-transition: .5s .1s;
    -ms-transition: .5s .1s;
    -o-transition: .5s .1s;
    -webkit-transition: .5s .1s;
}

.met-showproduct.pagetype2 .navbar .container {
    background: rgba(255, 255, 255, .8);
}

@media(min-width:992px) {
    body.all .met-nav {
        position: fixed;
    }

    body.all .met-navfixed {
        padding-top: 0;
    }
}

body.all .met-column-nav,
body.all .met-banner,
body.all .met-product {
    display: none;
}

.none-border {
    border: none;
}

.pager-round li>a,
.pager-round li>span {
    border-radius: 0;
}

.pager li>a:focus,
.pager li>a:hover {
    border-color: #e04d47;
    color: #e04d47;
}

.met_pager {
    margin: 0 0 30px 0;
}

@media(max-width:1199px) {
    .met_pager {
        margin: 0 0 20px 0;
    }
}

.met_pager .PreSpan,
.met_pager .NextSpan,
.met_pager a,
.met_pager span {
    border: none !important;
    padding: 0 !important;
    margin: 1px !important;
    font-size: 18px;
    font-family: 'AddFont', Microsoft Yahei;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: inherit;
    background: rgba(255, 255, 255, .975);
}

.met_pager a:hover,
.met_pager span:hover {
    background: #e04d47 !important;
    color: rgba(255, 255, 255, 1);
     !important;
}

.met_pager span:hover {
    cursor: no-drop;
}

.met_pager a.Ahover {
    background: #e04d47;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
}

.met_pager a.Ahover:hover {
    background: #333;
}

.btn-default {
    background: rgba(255, 255, 255, .8) !important;
    color: inherit !important;
    font-size: inherit !important;
    border: none !important;
    padding: 10px 0 !important;
    line-height: inherit !important;
    margin: 0 !important;
}

.btn-default a {
    margin: 0 auto;
    opacity: 1;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
}

.btn-default:focus,
.btn-default:hover {
    background: rgba(255, 255, 255, .6) !important;
}

.btn-default:hover a:before {
    width: 0;
}

.met-news ul.met-page-ajax li p.info i,
.btn-default:hover span {
    color: #e04d47;
}

.btn-default:hover span:after {
    padding-left: 9px;
    letter-spacing: 2px;
}

.blocks>li,
[class*="blocks-"]>li {
    margin-bottom: 20px;
}

.blocks-2>li:nth-child(2n+3),
.blocks-3>li:nth-child(3n+4),
.blocks-4>li:nth-child(4n+5),
.blocks-5>li:nth-child(5n+6),
.blocks-6>li:nth-child(6n+7),
.block-first {
    clear: none;
}

.example-title {
    text-transform: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: none;
}

.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 {
    color: #333;
    text-shadow: none;
}

@media (min-width:992px) {
    .met-message .met-message-submit {
        margin-left: 28px;
    }
}

.met-message .met-message-submit,
.met-feedback .met-feedback-body,
.met-shownews .met-shownews-body,
.met-download .met-download-body,
.met-message .met-message-body,
.met-news .met-news-body,
.widget-shadow,
.met-news-bar,
.panel {
    box-shadow: none;
}

.widget {
    background: none;
}

.modal-content {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #e04d47;
    border-radius: 0;
}

.met-img,
.met-job,
.met-show,
.met-news,
.bg-white,
.met-editor,
.met-product,
.met-news-bar,
.met-shownews,
.met-download,
.list-group-item,
.met-shownews-body,
.met-showproduct-head,
.met-showproduct-body,
.met-show .met-editor,
.met-news .met-news-list,
.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer,
.met-showproduct.pagetype1 {
    background: none !important;
    border: none !important;
}

.panel,
.met-search,
.met-message,
.met-showimg,
.met-feedback,
.met-search-body,
.met-product .widget-body,
.met-sitemap .met-sitemap-body,
.met-message .met-message-submit,
.met-feedback .met-feedback-body,
.met-showproduct-head .container {
    background: rgba(255, 255, 255, 0.95) !important;
    border: none !important;
}

.met-product.type-0 .container {
    padding: 0;
}

[class*="type-"]:not(.met-product.type-0) .container>.row,
.container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
}

.met-product.type-0 .container-fluid .row {
    margin-left: -15px;
    margin-right: -15px;
}

.met-img.imgs0 {
    border: none;
}

.met-product.type-0 [class*="blocks-"],
.met-img.imgs0 [class*="blocks-"] {
    margin-left: 0;
    margin-right: 0;
}

.met-news .container>.row {
    margin-left: -15px;
    margin-right: -15px;
}

.met-job .container,
.met-download .container,
.met-show .container,
.met-shownews .container,
.met-news .container,
.met-product.type-0 .container,
.met-img .container {
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}

.met-job .container:before,
.met-download .container:before,
.met-show .container:before,
.met-shownews .container:before,
.met-news .container:before,
.met-product.type-0 .container:before,
.met-img .container:before {
    position: absolute;
    left: -35px;
    right: -35px;
    top: -35px;
    bottom: -35px;
    z-index: 1;
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.95);
}

.met-job .container .row,
.met-download .container .row,
.met-show .container .row,
.met-shownews .container .row,
.met-news .container .row,
.met-product.type-0 .container .row,
.met-img .container .row {
    z-index: 2 !important;
    position: relative;
}

@media(max-width:767px) {

    .met-job .container,
    .met-download .container,
    .met-show .container,
    .met-shownews .container,
    .met-news .container,
    .met-product.type-0 .container,
    .met-img .container {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .met-job .container:before,
    .met-download .container:before,
    .met-show .container:before,
    .met-shownews .container:before,
    .met-news .container:before,
    .met-product.type-0 .container:before,
    .met-img .container:before {
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
    }

    .met-product.type-0 li {
        margin-bottom: 10px;
    }

    .met-product.type-0 .container .row {
        margin-bottom: -10px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .met-product.type-0 .container-fluid .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .met-show .container {
        margin: 15px;
    }

    .met-img.imgs0 .container {
        margin: 0;
    }
}

@media(max-width:992px) and (min-width:768px) {

    .met-job .container,
    .met-download .container,
    .met-show .container,
    .met-shownews .container,
    .met-news .container,
    .met-product.type-0 .container,
    .met-img .container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .met-job .container:before,
    .met-download .container:before,
    .met-show .container:before,
    .met-shownews .container:before,
    .met-news .container:before,
    .met-product.type-0 .container:before,
    .met-img .container:before {
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }

    .met-product.type-0 li {
        margin-bottom: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .met-job .container,
    .met-download .container,
    .met-show .container,
    .met-shownews .container,
    .met-news .container,
    .met-product.type-0 .container,
    .met-img .container {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .met-job .container:before,
    .met-download .container:before,
    .met-show .container:before,
    .met-shownews .container:before,
    .met-news .container:before,
    .met-product.type-0 .container:before,
    .met-img .container:before {
        left: -25px;
        right: -25px;
        top: -25px;
        bottom: -25px;
    }
}

.met-job .widget .widget-title,
.met-news.type-3 .widget .widget-title a,
.met-news ul.met-page-ajax li h4 a {
    font-size: 24px;
    color: #e04d47;
}

.met-news.type-3 .widget .widget-title a:hover,
.met-news ul.met-page-ajax li h4 a:hover {
    color: rgba(0, 0, 0, .97);
}

@media (max-width:1599px) {

    .met-job .widget .widget-title,
    .met-news.type-3 .widget .widget-title a,
    .met-news ul.met-page-ajax li h4 a {
        font-size: 22px;
    }
}

@media (max-width:1199px) {

    .met-job .widget .widget-title,
    .met-news.type-3 .widget .widget-title a,
    .met-news ul.met-page-ajax li h4 a {
        font-size: 20px;
    }
}

@media (max-width:992px) {
    .met-news-bar {
        margin: 30px 0 0 0;
    }
}

@media (max-width:767px) {
    .met-news-bar {
        margin: 15px 0 0 0;
    }

    .met-news.type-3 .widget .widget-title a,
    .met-news ul.met-page-ajax li h4 a {
        font-size: 19px;
    }
}

.met-download .met-download-list .list-group-item:first-child {
    padding-top: 0;
}

.met-news ul.met-page-ajax li {
    padding: 20px 0;
}

.met-news ul.met-page-ajax li:first-child {
    padding-top: 0;
}

.met-news ul.met-page-ajax li h4 {
    font-size: 17px;
    margin: 0 0 10px 0;
}

.met-news ul.met-page-ajax li p.info {
    font-family: 'AddFont';
    color: rgba(0, 0, 0, .9);
}

.met-news-bar .recommend {
    margin: 0;
    padding: 0;
    border: none;
}

.product-text span.t {
    margin-bottom: 5px;
    display: block;
}

.product-text span.t,
.met-download .met-download-list small,
.met-shownews .info span {
    color: rgba(0, 0, 0, .9);
    font-size: 16px;
    font-family: 'AddFont', Microsoft Yahei;
}

.product-text span.t i,
.widget-body p i,
.met-download .met-download-list small i,
.met-shownews .info span i {
    color: #e04d47;
    font-size: 15px;
}

@media(max-width:1599px) {

    .product-text span.t,
    .met-download .met-download-list small,
    .met-shownews .info span {
        font-size: 15px;
    }

    .product-text span.t i,
    .widget-body p i,
    .met-download .met-download-list small i,
    .met-shownews .info span i {
        color: #e04d47;
        font-size: 14px;
    }
}

@media(max-width:1199px) {

    .product-text span.t,
    .met-download .met-download-list small,
    .met-shownews .info span {
        font-size: 14px;
    }

    .product-text span.t i,
    .widget-body p i,
    .met-download .met-download-list small i,
    .met-shownews .info span i {
        color: #e04d47;
        font-size: 13px;
    }
}

.badge {
    background: none;
    padding: 3px;
    border: 1px solid #e04d47;
    border-radius: 0;
    color: #e04d47;
}

.widget-metas {
    font-family: 'AddFont', Microsoft Yahei;
    font-size: inherit;
    text-shadow: none;
}

.met-download h1,
.met-shownews h1 {
    font-size: 24px;
}

.met-news ul.met-page-ajax li,
.list-group-dividered .list-group-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .4) !important;
}

.met-search .met-search-body .list-group-item {
    padding: 20px 0;
}

.met-search .met-search-body .list-group-item>h4 a {
    color: #e04d47;
}

.met-search .met-search-body .list-group-item>a {
    color: rgba(0, 0, 0, .65) !important;
    font-family: 'AddFont', Microsoft Yahei;
}

.met-search .met-search-body .list-group-item>p {
    color: rgba(0, 0, 0, .95) !important;
}

.nav-tabs,
.met-shownews .info,
.met-news .news-headlines,
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor .para,
.met-shownews .met-shownews-footer ul.pager {
    border-color: rgba(0, 0, 0, .4);
}

.met-news-list ul:after {
    clear: both;
    display: table;
    content: '';
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot .mob-masonry a.txt,
.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
    color: inherit;
}

.nav-tabs-line>li.active>a,
.nav-tabs-line>li.active>a:focus,
.nav-tabs-line>li.active>a:hover {
    color: inherit;
    border-bottom: 1px solid #e04d47;
}

.close {
    opacity: 1 !important;
}

.close span {
    color: #e04d47;
}

.modal-primary .modal-header {
    background: #e04d47;
}

.modal-ewmlog {
    max-width: 380px;
}

.modal-ewmlog img {
    max-width: 100%;
}

.modal-sharelog {
    max-width: 380px;
}

.modal-sharelog .close {
    width: 32px;
    height: 32px;
    margin: 8px;
    display: block;
}

.modal-sharelog .close span {
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.modal-sharelog .info_share {
    display: inline;
}

.modal-sharelog .info_share a {
    float: left;
}

.modal-sharelog .close,
.modal-sharelog .info_share a {
    margin: 8px;
}

@media (width:375px) {

    .modal-sharelog .close,
    .modal-sharelog .info_share a {
        margin: 7.9285714285714px;
    }
}

@media (width:320px) {

    .modal-sharelog .close,
    .modal-sharelog .info_share a {
        margin: 4px;
    }
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
    background: #e04d47;
    border-color: #e04d47;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #e04d47;
}

.nav-tabs>li {
    margin: 0;
    position: relative;
    top: 1px;
    border-bottom: 1px solid transparent;
}

.nav-tabs>li.active {
    border-bottom-color: #e04d47;
}

.nav-tabs>li>a {
    color: rgba(0, 0, 0, .9);
    line-height: inherit;
    border: none !important;
}

.nav-tabs-line>li>a {}

.met-shownews.paralist {
    padding: 0 30px;
    background: #ffffff;
}

@media (max-width:767px) {
    .met-shownews.paralist {
        padding: 0 10px;
    }
}

.met-shownews.paralist dl {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    font-size: 16px;
}

.met-shownews.paralist dl dt {
    float: left;
    text-align: right;
    width: 80px;
}

.met-shownews.paralist dl dd {
    margin-left: 100px;
    color: #76838f;
}

@media (min-width:768px) {
    .met-shownews.paralist dl {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .met-shownews.paralist dl dt {
        width: 100px;
        margin-bottom: 5px;
    }

    .met-shownews.paralist dl dd {
        margin-left: 120px;
        margin-bottom: 5px;
    }
}

.met-shownews.paralist .met-download-btn {
    margin-top: 20px;
}

#met-imgs-carousel .slick-dots li {
    position: relative;
    overflow: hidden;
}

#met-imgs-carousel .slick-dots li {
    border-color: #f8f8f8;
}

#met-imgs-carousel .slick-dots li.slick-active {
    border-color: #e04d47;
}

#met-imgs-carousel .slick-dots li img {
    height: 100%;
    width: auto;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.bd_weixin_popup {
    z-index: 1000000 !important;
    height: 295px !important;
}

.modal-backdrop {
    z-index: 90000;
}

.modal {
    position: fixed;
    z-index: 99999;
}

.btn-default:hover,
.btn-default:focus {
    background: inherit !important;
    color: inherit !important;
}

.bootstrap-touchspin .input-group-btn .btn {
    padding: 0 14px;
    line-height: 36px;
    font-size: 16px;
    background: #f8f8f8;
}

.bootstrap-touchspin .input-group-btn .btn:hover {
    background: #e04d47 !important;
    color: #000 !important;
}

.met-white-lightGallery .lg-outer .lg-thumb-outer,
.met-white-lightGallery .lg-outer .lg-toogle-thumb {
    background: #f8f8f8;
}

.radio-custom label::before,
.checkbox-custom label::before,
.form-control {
    border-color: rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, .8);
}

.input-group-file input[type=text] {
    background: #f8f8f8;
    border-color: #ccc;
    border-left: none;
}

.met-product .met-page-ajax-body {
    margin: 0 -10px;
}

.met-img .met-page-ajax-body button {
    margin: 0;
}

.input-search-dark .form-control {
    border-color: rgba(255, 255, 255, .4);
    color: rgba(0, 0, 0, .9);
    background-color: rgba(255, 255, 255, .4);
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 38px;
}

.met-scroll-top {
    z-index: 1199;
    right: 20px;
    bottom: 20px;
    opacity: .5 !important;
}

.met-langlist.vertical-align {
    font-size: inherit !important;
    margin: 0 0 0 50px;
}

.btn-outline.btn-default[data-target="#met-langlist-modal"] {
    background: rgba(0, 0, 0, .1) !important;
    padding: 0 10px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .8) !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.btn-outline.btn-default[data-target="#met-langlist-modal"]:hover,
    {
    background: rgba(0, 0, 0, .25) !important;
}

.met-langlist .flag-icon {
    font-size: inherit !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, 1);
}

.h1 u,
.h2 u,
.h3 u,
.h4 u,
.h5 u,
.h6 u,
h1 u,
h2 u,
h3 u,
h4 u,
h5 u,
h6 u {
    color: #e04d47;
}

.pager li>a,
.pager li>span {
    border-color: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .55);
    padding: 5px 15px;
}

.pager li>a:focus,
.pager li>a:hover {
    background: rgba(255, 255, 255, .4);
}

.swiper-canvas {
    background: url(svg/load8.svg) center no-repeat rgba(0, 0, 0, .2) content-box;
    background-size: auto !important;
}

.vjs-fullscreen-body *:not(.vjs-full) {
    position: static !important;
    display: inline !important;
}

.vjs-fullscreen-body .metvideobox *:not(.vjs-full) {
    display: block !important;
}

.vjs-fullscreen-body *:not(.vjs-full):before,
.vjs-fullscreen-body *:not(.vjs-full):after {
    display: none !important;
}

* {
    scrollbar-arrow-color: #e04d47;
    scrollbar-face-color: #e04d47;
    scrollbar-3dlight-color: #e04d47;
    scrollbar-highlight-color: #e04d47;
    scrollbar-shadow-color: #e04d47;
    scrollbar-darkshadow-color: #e04d47;
    scrollbar-track-color: rgba(255, 255, 255, 1);
    scrollbar-base-color: rgba(255, 255, 255, 1);
}

html:not(.isMobile) *::-webkit-scrollbar {
    width: 0px;
    background: #000;
}

html:not(.isMobile) *::-webkit-scrollbar-thumb {
    background: #e04d47;
}

html:not(.isMobile) *::-webkit-scrollbar-track {}

html:not(.isMobile) *::-webkit-scrollbar-button {}

html:not(.isMobile) *::-webkit-scrollbar-track-piece {
    width: 0;
}

html:not(.isMobile) *::-webkit-scrollbar-corner {}

html:not(.isMobile) *::-webkit-resizer {}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .4);
}

svg:not(:root) {
    overflow: visible;
}

.less-link {
    color: #2a333c;
}

.less-link:hover {
    color: #4e97d9;
}

.less-decorationnone {
    text-decoration: none;
}

.less-decorationnone:active,
.less-decorationnone:focus,
.less-decorationnone:hover {
    text-decoration: none;
}

.height-20 {
    height: 20px;
}

.less-page-content {
    padding: 30px;
    background: #ffffff;
}

@media (max-width:767px) {
    .less-page-content {
        padding: 10px;
    }
}

.less-page-body {
    padding: 30px 0px;
    background: #ffffff;
}

@media (max-width:767px) {
    .less-page-body {
        padding: 0px;
    }
}

.less-uldestyle {
    padding: 0px;
    list-style: none;
}

.met-editor {
    padding: 35px 0;
    width: 100%;
    max-width: 100%;
    font-weight: 300;
    word-wrap: break-word;
}

.met-show .met-editor {
    padding: 0;
}

@media (max-width:1199px) {
    .met-editor {
        padding: 25px;
    }
}

@media (max-width:992px) {
    .met-editor {
        padding: 20px;
    }
}

@media (max-width:767px) {
    .met-editor {
        padding: 15px;
    }
}

.met-editor img {
    max-width: 100%;
}

.met-editor table {}

.met-editor .table-saw {
    overflow-x: auto;
}

.met-editor .metvideobox,
.met-editor video,
.met-editor .metvideo,
.met-editor iframe,
.met-editor embed {
    max-width: 100% !important;
    margin: auto;
    display: block;
}

.met-editor .lg-item-box {
    display: inline;
}

.met_pager {
    margin-top: 20px;
    text-align: center;
}

.met_pager * {
    display: inline-block;
}

.met_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right: none;
    text-align: center;
    color: #76838f;
}

.met_pager a:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.met_pager a.NextA {
    border-right: 1px solid #e4eaec;
}

.met_pager .PreSpan,
.met_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #000;
    color: #ccd5db;
    cursor: default;
}

.met_pager .firstPage,
.met_pager .lastPage {
    min-width: 40px;
    height: 28px;
    line-height: 28px;
}

.met_pager a.Ahover {
    border-color: #62a8ea;
    background: #62a8ea;
    cursor: default;
}

.met_pager a.Ahover:hover {
    border-color: #62a8ea;
    background: #62a8ea;
    color: #000;
}

.met_pager a {
    text-decoration: none;
}

.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
    text-decoration: none;
}

.met_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa;
}

.met_pager input {
    display: none;
}

.pager li {
    width: 49%;
    display: inline-block;
}

.pager li a {
    max-width: 100%;
}

.met-scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.less-flex-vm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

b,
strong {
    font-weight: bold;
}

.overflow-visible {
    overflow: visible !important;
}

.fnGallery .lg-item-box img {
    cursor: zoom-in;
}

.met-white-lightGallery .lg-backdrop,
.met-white-lightGallery .lg-actions .lg-next,
.met-white-lightGallery .lg-actions .lg-prev,
.met-white-lightGallery .lg-toolbar {
    background: rgba(255, 255, 255, 1);
}

.met-white-lightGallery .lg-sub-html {
    background: rgba(250, 250, 250, .85);
    color: rgba(0, 0, 0, 1);
}

.met-white-lightGallery .lg-toolbar.opacity0 {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.met-white-lightGallery .lg-toolbar .lg-icon:hover,
.met-white-lightGallery .lg-actions .lg-next:hover,
.met-white-lightGallery .lg-actions .lg-prev:hover,
.met-white-lightGallery .lg-outer .lg-toogle-thumb:hover {
    color: rgba(0, 0, 0, 1);
}

.met-white-lightGallery .lg-outer {
    z-index: 1501;
    background: rgba(250, 250, 250, 1);
}

.met-white-lightGallery .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 84px;
}

.met-white-lightGallery .lg-outer .lg-thumb-outer,
.met-white-lightGallery .lg-outer .lg-toogle-thumb {
    background: rgba(255, 255, 255, 1) !important;
}

.met-white-lightGallery .lg-outer .lg-thumb-outer {
    padding: 0 10px;
}

.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item.active,
.met-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item:hover {
    border-color: #e04d47;
}

.Pure-comments>ul.msg {
    margin-bottom: 8px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    border-radius: 4px;
}

.Pure-comments {
    margin-bottom: 10px;
}

ul.msg img.avatar {
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
}

li.msgname:hover img.avatar,
.commons li:hover img {
    transform: rotateZ(60deg);
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg)
}

ul.msg li {
    list-style-type: none;
}

ul.msg li.msgname p.commentname {
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 3px;
}

ul.msg li.msgname small {
    color: #aaa;
    font-size: 14px;
}

ul.msg li.msgname small a {
    display: none;
}

ul.msg:hover li.msgname small a {
    display: inline-block;
}

ul.msg li ul.msg {
    margin-top: 12px;
    padding-top: 10px;
    border-bottom: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}



.cover {
    object-fit: cover;
}

.case-li .thumb>img {
    width: 100%;
    height: 100% !important;
}

.case-li .thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
}

@media (min-width: 1200px) {
    .case-li .thumb {
        height: 240px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .case-li .thumb {
        height: 182px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .case-li .thumb {
        height: 145px;
    }
}

@media (max-width: 767px) and (min-width: 520px) {
    .case-li .thumb {
        height: 182px;
    }
}

@media (max-width: 519px) and (min-width: 414px) {
    .case-li .thumb {
        height: 145px;
    }
}

@media (max-width: 413px) and (min-width: 320px) {
    .case-li .thumb {
        height: 115px;
    }
}



.img-li .thumb>img {
    width: 100%;
    height: 100% !important;
}

.img-li .thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
}

@media (min-width: 1200px) {
    .img-li .thumb {
        height: 240px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .img-li .thumb {
        height: 182px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .img-li .thumb {
        height: 145px;
    }
}

@media (max-width: 767px) and (min-width: 520px) {
    .img-li .thumb {
        height: 182px;
    }
}

@media (max-width: 519px) and (min-width: 414px) {
    .img-li .thumb {
        height: 145px;
    }
}

@media (max-width: 413px) and (min-width: 320px) {
    .img-li .thumb {
        height: 115px;
    }
}



.picture-li .thumb>img {
    width: 100%;
    height: 100% !important;
}

.picture-li .thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
}

@media (min-width: 1200px) {
    .picture-li .thumb {
        height: 240px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .picture-li .thumb {
        height: 182px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .picture-li .thumb {
        height: 240px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .picture-li .thumb {
        height: 182px;
    }
}



.product-li .thumb>img {
    width: 100%;
    height: 100% !important;
}

.product-li .thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
}

@media (min-width: 1200px) {
    .product-li .thumb {
        height: 240px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-li .thumb {
        height: 182px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .product-li .thumb {
        height: 240px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .product-li .thumb {
        height: 182px;
    }
}