/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

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

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

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

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff
}

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

a {
    color: #62a8ea;
    text-decoration: none
}

a:focus,
a:hover {
    color: #89bceb;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #e4eaec
}

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

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

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 11px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #526069
}

.text-primary {
    color: #62a8ea
}

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

.text-success {
    color: #fff
}

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

.text-info {
    color: #fff
}

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

.text-warning {
    color: #fff
}

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

.text-danger {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid transparent
}

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

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

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

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

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

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

dd,
dt {
    line-height: 1.57142857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #e4eaec
}

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

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

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

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

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

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

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.57142857
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #5683ad;
    background-color: rgba(232, 241, 248, .1);
    border-radius: 3px
}

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

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

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.57142857;
    color: inherit;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ecf5fc;
    border-radius: 3px
}

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

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

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #526069;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.57142857;
    vertical-align: top;
    border-top: 1px solid #e4eaec
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e4eaec
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0
}

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

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #e4eaec
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #e4eaec
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(243, 247, 249, .3)
}

.table-hover > tbody > tr:hover {
    background-color: #f3f7f9
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f3f7f9
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e2ecf1
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #46be8a
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #3dae7d
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #57c7d4
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #43c0cf
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #f2a654
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #f09a3c
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f96868
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #f84f4f
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e4eaec
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

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

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

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

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

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

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

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

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

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

input[type=file] {
    display: block
}

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

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

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 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: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #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)
}

.form-control.focus,
.form-control:focus {
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #a3afb7;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a3afb7
}

.form-control::-webkit-input-placeholder {
    color: #a3afb7
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f3f7f9;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 36px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.input-sm {
    padding-top: 0;
    padding-bottom: 0
}

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

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

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

.form-group-sm .form-control-static {
    height: 32px;
    min-height: 34px;
    padding: 7px 13px;
    font-size: 12px;
    line-height: 1.5
}

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

select.input-lg {
    height: 46px;
    line-height: 46px
}

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

select.input-lg {
    padding-top: 0;
    padding-bottom: 0
}

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

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 18px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

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

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

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

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

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

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

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

.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: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6)
}

.has-success .form-control.focus,
.has-success .form-control:focus {
    border-color: #fff;
    -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: #fff
}

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

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

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

.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: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6)
}

.has-warning .form-control.focus,
.has-warning .form-control:focus {
    border-color: #fff;
    -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: #fff
}

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

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

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

.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: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 7px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57142857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

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

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

.btn-default:hover {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3
}

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

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

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

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

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

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

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #358fe4;
    border-color: #1869b4
}

.btn-primary:hover {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #358fe4;
    border-color: #2c8ae3
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1d7dd8;
    border-color: #1869b4
}

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

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #62a8ea;
    border-color: #62a8ea
}

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

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

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #369b6f;
    border-color: #226246
}

.btn-success:hover {
    color: #fff;
    background-color: #369b6f;
    border-color: #34936a
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #369b6f;
    border-color: #34936a
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #2d805c;
    border-color: #226246
}

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

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #46be8a;
    border-color: #46be8a
}

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

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

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #33b6c5;
    border-color: #237e89
}

.btn-info:hover {
    color: #fff;
    background-color: #33b6c5;
    border-color: #30afbd
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #33b6c5;
    border-color: #30afbd
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #2b9ca9;
    border-color: #237e89
}

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

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #57c7d4;
    border-color: #57c7d4
}

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

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

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ee8d25;
    border-color: #b8660e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ee8d25;
    border-color: #ee881b
}

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

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

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

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

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

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

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #f73737;
    border-color: #d90909
}

.btn-danger:hover {
    color: #fff;
    background-color: #f73737;
    border-color: #f72d2d
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #76838f;
    text-decoration: none;
    background-color: #f3f7f9;
    outline: 0
}

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

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

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

.open > a {
    outline: 0
}

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left
}

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

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

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

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

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

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

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

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

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

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

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

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

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

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

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

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px
}

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

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

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    padding-top: 0;
    padding-bottom: 0
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 32px;
    padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

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

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

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    padding-top: 0;
    padding-bottom: 0
}

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

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

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

.input-group-addon {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #76838f;
    text-align: center;
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 3px
}

.input-group-addon.input-sm {
    padding: 6px 13px;
    font-size: 12px;
    border-radius: 2px
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #f3f7f9
}

.nav > li.disabled > a {
    color: #a3afb7
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #a3afb7;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #f3f7f9;
    border-color: #62a8ea
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

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

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.57142857;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

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

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #4e97d9;
    cursor: default;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #e4eaec
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #e4eaec;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 3px
}

.nav-pills > li + li {
    margin-left: 2px
}

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

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #e4eaec
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #e4eaec;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 66px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

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

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

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

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1200;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1500
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 66px;
    padding: 22px 15px;
    font-size: 18px;
    line-height: 22px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 15px;
    margin-bottom: 16px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 11px -15px
}

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 15px;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-btn.btn-sm {
    margin-top: 17px;
    margin-bottom: 17px
}

.navbar-btn.btn-xs {
    margin-top: 22px;
    margin-bottom: 22px
}

.navbar-text {
    margin-top: 22px;
    margin-bottom: 22px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #e4eaec
}

.navbar-default .navbar-brand {
    color: #37474f
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #37474f;
    background-color: none
}

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

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

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

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

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

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(243, 247, 249, .3)
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e4eaec
}

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

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #76838f
    }

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

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

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccd5db;
        background-color: transparent
    }
}

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

.navbar-default .navbar-link:hover {
    color: #526069
}

.navbar-default .btn-link {
    color: #76838f
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #526069
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccd5db
}

.navbar-inverse {
    background-color: #62a8ea;
    border-color: rgba(0, 0, 0, .1)
}

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

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: none
}

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

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

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

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

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

.navbar-inverse .navbar-toggle {
    border-color: transparent
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, .1)
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #4397e6
}

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

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: rgba(0, 0, 0, .1)
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgba(0, 0, 0, .1)
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #fff;
        background-color: transparent
    }
}

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

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 10px;
    margin-bottom: 22px;
    list-style: none;
    background-color: transparent;
    border-radius: 3px
}

.breadcrumb > li {
    display: inline-block
}

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

.breadcrumb > .active {
    color: #76838f
}

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

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin-left: -1px;
    line-height: 1.57142857;
    color: #76838f;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #e4eaec
}

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

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

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #89bceb;
    background-color: #f3f7f9;
    border-color: #e4eaec
}

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

.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-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 18px;
    font-size: 18px;
    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 13px;
    font-size: 12px;
    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 {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid #e4eaec;
    border-radius: 3px
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #fff
}

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

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

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

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

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

.label:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: inherit;
    background-color: #e4eaec
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #c6d3d7
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 40px;
        padding-left: 40px
    }

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

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.57142857;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #62a8ea
}

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

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

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

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

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

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

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

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

.alert-success {
    color: #46be8a;
    background-color: rgba(231, 250, 242, .8);
    border-color: #e7faf2
}

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

.alert-success .alert-link {
    color: #369b6f
}

.alert-info {
    color: #57c7d4;
    background-color: rgba(236, 249, 250, .8);
    border-color: #ecf9fa
}

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

.alert-info .alert-link {
    color: #33b6c5
}

.alert-warning {
    color: #f2a654;
    background-color: rgba(255, 243, 230, .8);
    border-color: #fff3e6
}

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

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

.alert-danger {
    color: #f96868;
    background-color: rgba(255, 234, 234, .8);
    border-color: #ffeaea
}

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

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

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

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

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

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

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

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

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

.progress-bar-success {
    background-color: #46be8a
}

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

.progress-bar-info {
    background-color: #57c7d4
}

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

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

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

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

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

.media {
    margin-top: 15px
}

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

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

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

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

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

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

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

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

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

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

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

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

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

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

a.list-group-item,
button.list-group-item {
    color: #76838f
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #37474f
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #76838f;
    text-decoration: none;
    background-color: #f3f7f9
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #ccd5db;
    cursor: not-allowed;
    background-color: transparent
}

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

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

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #62a8ea;
    background-color: transparent;
    border-color: transparent
}

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

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

.list-group-item-success {
    color: #fff;
    background-color: #46be8a
}

a.list-group-item-success,
button.list-group-item-success {
    color: #fff
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

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

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

.list-group-item-info {
    color: #fff;
    background-color: #57c7d4
}

a.list-group-item-info,
button.list-group-item-info {
    color: #fff
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #fff;
    background-color: #43c0cf
}

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

.list-group-item-warning {
    color: #fff;
    background-color: #f2a654
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #fff
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #fff;
    background-color: #f09a3c
}

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

.list-group-item-danger {
    color: #fff;
    background-color: #f96868
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #fff
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

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

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

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

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


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

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e4eaec
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.57142857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e4eaec
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

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

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1900;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57142857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 4px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 4px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 4px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 4px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: rgba(0, 0, 0, .8)
}

.tooltip.top-left .tooltip-arrow {
    right: 4px;
    bottom: 0;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: rgba(0, 0, 0, .8)
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 4px;
    margin-bottom: -4px;
    border-width: 4px 4px 0;
    border-top-color: rgba(0, 0, 0, .8)
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-width: 4px 4px 4px 0;
    border-right-color: rgba(0, 0, 0, .8)
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-left-color: rgba(0, 0, 0, .8)
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 4px;
    margin-top: -4px;
    border-width: 0 4px 4px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1800;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57142857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border: 1px solid rgba(204, 213, 219, .8);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -8px
}

.popover.right {
    margin-left: 8px
}

.popover.bottom {
    margin-top: 8px
}

.popover.left {
    margin-left: -8px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f3f7f9;
    border-bottom: 1px solid #e2ecf1;
    border-radius: 3px 3px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 9px
}

.popover > .arrow:after {
    content: "";
    border-width: 8px
}

.popover.top > .arrow {
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-color: #a8bbc2;
    border-top-color: rgba(204, 213, 219, .85);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -8px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-right-color: #a8bbc2;
    border-right-color: rgba(204, 213, 219, .85);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -8px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -9px;
    left: 50%;
    margin-left: -9px;
    border-top-width: 0;
    border-bottom-color: #a8bbc2;
    border-bottom-color: rgba(204, 213, 219, .85)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -8px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-right-width: 0;
    border-left-color: #a8bbc2;
    border-left-color: rgba(204, 213, 219, .85)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -8px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -8px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -8px
    }

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

    .carousel-indicators {
        bottom: 20px
    }
}

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

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

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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


/*bootstrap-extend.min.css*/

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


/*site.min.css*/

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

html,
body {
    height: 100%;
}

body {
    padding-top: 0px;
}

@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;
}

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


/* ========================================================================
   Component: Overlay
 ========================================================================== */

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


/* Sub-object `overlay-panel`
 ========================================================================== */

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


/* Sub-object `overlay-hover`
 ========================================================================== */

.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
    opacity: 0;
}


/* Modifier `overlay-background`
 ========================================================================== */

.overlay-background {
    background: rgba(0, 0, 0, .5);
}


/* Modifier `overlay-image`
 ========================================================================== */

.overlay-image {
    width: 100%;
    max-width: 100%;
    padding: 0;
}


/* Modifier `overlay-shade`
 ========================================================================== */

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


/* Position modifiers
 ========================================================================== */

.overlay-top {
    bottom: auto;
}

.overlay-bottom {
    top: auto;
}

.overlay-left {
    right: auto;
}

.overlay-right {
    left: auto;
}


/* Sub-object `overlay-icon`
 ========================================================================== */

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


/* Sub-object `overlay-anchor`
 ========================================================================== */

.overlay-anchor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* Transitions
 ========================================================================== */

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


@media screen and (max-width: 767px) {
    .timeline-feed > li {
        padding-right: 30px;
        margin-bottom: 22px;
    }
}

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


/*metinfo.css*/


/*变量定义*/


/*变量*/


/*文字颜色（深）*/


/*鼠标经过文字颜色*/


/*选中状态*/


/*圆角度*/


/*导航高度*/


/*文字颜色（淡）*/


/*文字颜色（浅）*/


/*导航选中背景*/


/*首页间隔区块背景*/


/*面包屑导航*/


/*内页主体背景*/


/*编辑器内容背景*/


/*编辑器文字颜色*/


/*内页背景色*/


/*边框颜色*/


/*样式方法*/


/*超链接文字颜色*/

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


/* 背景渐变色 */


/*css3样式*/


/* . */


/*行高*/

.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: 30px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-break: break-all;
}

@media (max-width: 767px) {
    .met-editor {
        padding: 10px;
    }
}

.met-editor p {
    margin-bottom: 16px;
}

.met-editor img {
    max-width: 100%;
}

.met-editor img:not(.imgload) {
    height: auto !important;
}

.met-editor table {
    color: #2a333c;
}

.met-editor .table-saw {
    overflow-x: auto;
}

.met-editor video,
.met-editor .metvideo,
.met-editor iframe {
    max-width: 100% !important;
    margin: auto;
    display: block;
}


/*分页*/

.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;
    background: #fff;
    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: #fff;
    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;
    color: #fff;
    cursor: default;
}

.met_pager a.Ahover:hover {
    border-color: #62a8ea;
    background: #62a8ea;
    color: #fff;
}

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


}

/*产品详情页时尚模式*/
@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 (min-width: 768px) {
    .met-showproduct.pagetype2 #shop-fashion-option .purchase-btn {
        margin-bottom: 20px;
    }
}

/*7-stroke.min.css*/
@font-face {
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    src: url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(../../../templates/M1156008/min/static/vendor/7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg')
}

[class*=" pe-"],
[class^=pe-] {
    position: relative;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    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
}

.pe-album:before {
    content: "\e6aa"
}

.pe-arc:before {
    content: "\e6ab"
}

.pe-back-2:before {
    content: "\e6ac"
}

.pe-bandaid:before {
    content: "\e6ad"
}

.pe-car:before {
    content: "\e6ae"
}

.pe-diamond:before {
    content: "\e6af"
}

.pe-door-lock:before {
    content: "\e6b0"
}

.pe-eyedropper:before {
    content: "\e6b1"
}

.pe-female:before {
    content: "\e6b2"
}

.pe-gym:before {
    content: "\e6b3"
}

.pe-hammer:before {
    content: "\e6b4"
}

.pe-headphones:before {
    content: "\e6b5"
}

.pe-helm:before {
    content: "\e6b6"
}

.pe-hourglass:before {
    content: "\e6b7"
}

.pe-leaf:before {
    content: "\e6b8"
}

.pe-magic-wand:before {
    content: "\e6b9"
}

.pe-male:before {
    content: "\e6ba"
}

.pe-map-2:before {
    content: "\e6bb"
}

.pe-next-2:before {
    content: "\e6bc"
}

.pe-paint-bucket:before {
    content: "\e6bd"
}

.pe-pendrive:before {
    content: "\e6be"
}

.pe-photo:before {
    content: "\e6bf"
}

.pe-piggy:before {
    content: "\e6c0"
}

.pe-plugin:before {
    content: "\e6c1"
}

.pe-refresh-2:before {
    content: "\e6c2"
}

.pe-rocket:before {
    content: "\e6c3"
}

.pe-settings:before {
    content: "\e6c4"
}

.pe-shield:before {
    content: "\e6c5"
}

.pe-smile:before {
    content: "\e6c6"
}

.pe-usb:before {
    content: "\e6c7"
}

.pe-vector:before {
    content: "\e6c8"
}

.pe-wine:before {
    content: "\e6c9"
}

.pe-cloud-upload:before {
    content: "\e68a"
}

.pe-cash:before {
    content: "\e68c"
}

.pe-close:before {
    content: "\e680"
}

.pe-bluetooth:before {
    content: "\e68d"
}

.pe-cloud-download:before {
    content: "\e68b"
}

.pe-way:before {
    content: "\e68e"
}

.pe-close-circle:before {
    content: "\e681"
}

.pe-id:before {
    content: "\e68f"
}

.pe-angle-up:before {
    content: "\e682"
}

.pe-wristwatch:before {
    content: "\e690"
}

.pe-angle-up-circle:before {
    content: "\e683"
}

.pe-world:before {
    content: "\e691"
}

.pe-angle-right:before {
    content: "\e684"
}

.pe-volume:before {
    content: "\e692"
}

.pe-angle-right-circle:before {
    content: "\e685"
}

.pe-users:before {
    content: "\e693"
}

.pe-angle-left:before {
    content: "\e686"
}

.pe-user-female:before {
    content: "\e694"
}

.pe-angle-left-circle:before {
    content: "\e687"
}

.pe-up-arrow:before {
    content: "\e695"
}

.pe-angle-down:before {
    content: "\e688"
}

.pe-switch:before {
    content: "\e696"
}

.pe-angle-down-circle:before {
    content: "\e689"
}

.pe-scissors:before {
    content: "\e697"
}

.pe-wallet:before {
    content: "\e600"
}

.pe-safe:before {
    content: "\e698"
}

.pe-volume2:before {
    content: "\e601"
}

.pe-volume1:before {
    content: "\e602"
}

.pe-voicemail:before {
    content: "\e603"
}

.pe-video:before {
    content: "\e604"
}

.pe-user:before {
    content: "\e605"
}

.pe-upload:before {
    content: "\e606"
}

.pe-unlock:before {
    content: "\e607"
}

.pe-umbrella:before {
    content: "\e608"
}

.pe-trash:before {
    content: "\e609"
}

.pe-tools:before {
    content: "\e60a"
}

.pe-timer:before {
    content: "\e60b"
}

.pe-ticket:before {
    content: "\e60c"
}

.pe-target:before {
    content: "\e60d"
}

.pe-sun:before {
    content: "\e60e"
}

.pe-study:before {
    content: "\e60f"
}

.pe-stopwatch:before {
    content: "\e610"
}

.pe-star:before {
    content: "\e611"
}

.pe-speaker:before {
    content: "\e612"
}

.pe-signal:before {
    content: "\e613"
}

.pe-shuffle:before {
    content: "\e614"
}

.pe-shopbag:before {
    content: "\e615"
}

.pe-share:before {
    content: "\e616"
}

.pe-server:before {
    content: "\e617"
}

.pe-search:before {
    content: "\e618"
}

.pe-film:before {
    content: "\e6a5"
}

.pe-science:before {
    content: "\e619"
}

.pe-disk:before {
    content: "\e6a6"
}

.pe-ribbon:before {
    content: "\e61a"
}

.pe-repeat:before {
    content: "\e61b"
}

.pe-refresh:before {
    content: "\e61c"
}

.pe-add-user:before {
    content: "\e6a9"
}

.pe-refresh-cloud:before {
    content: "\e61d"
}

.pe-paperclip:before {
    content: "\e69c"
}

.pe-radio:before {
    content: "\e61e"
}

.pe-note2:before {
    content: "\e69d"
}

.pe-print:before {
    content: "\e61f"
}

.pe-network:before {
    content: "\e69e"
}

.pe-prev:before {
    content: "\e620"
}

.pe-mute:before {
    content: "\e69f"
}

.pe-power:before {
    content: "\e621"
}

.pe-medal:before {
    content: "\e6a0"
}

.pe-portfolio:before {
    content: "\e622"
}

.pe-like2:before {
    content: "\e6a1"
}

.pe-plus:before {
    content: "\e623"
}

.pe-left-arrow:before {
    content: "\e6a2"
}

.pe-play:before {
    content: "\e624"
}

.pe-key:before {
    content: "\e6a3"
}

.pe-plane:before {
    content: "\e625"
}

.pe-joy:before {
    content: "\e6a4"
}

.pe-photo-gallery:before {
    content: "\e626"
}

.pe-pin:before {
    content: "\e69b"
}

.pe-phone:before {
    content: "\e627"
}

.pe-plug:before {
    content: "\e69a"
}

.pe-pen:before {
    content: "\e628"
}

.pe-right-arrow:before {
    content: "\e699"
}

.pe-paper-plane:before {
    content: "\e629"
}

.pe-delete-user:before {
    content: "\e6a7"
}

.pe-paint:before {
    content: "\e62a"
}

.pe-bottom-arrow:before {
    content: "\e6a8"
}

.pe-notebook:before {
    content: "\e62b"
}

.pe-note:before {
    content: "\e62c"
}

.pe-next:before {
    content: "\e62d"
}

.pe-news-paper:before {
    content: "\e62e"
}

.pe-musiclist:before {
    content: "\e62f"
}

.pe-music:before {
    content: "\e630"
}

.pe-mouse:before {
    content: "\e631"
}

.pe-more:before {
    content: "\e632"
}

.pe-moon:before {
    content: "\e633"
}

.pe-monitor:before {
    content: "\e634"
}

.pe-micro:before {
    content: "\e635"
}

.pe-menu:before {
    content: "\e636"
}

.pe-map:before {
    content: "\e637"
}

.pe-map-marker:before {
    content: "\e638"
}

.pe-mail:before {
    content: "\e639"
}

.pe-mail-open:before {
    content: "\e63a"
}

.pe-mail-open-file:before {
    content: "\e63b"
}

.pe-magnet:before {
    content: "\e63c"
}

.pe-loop:before {
    content: "\e63d"
}

.pe-look:before {
    content: "\e63e"
}

.pe-lock:before {
    content: "\e63f"
}

.pe-lintern:before {
    content: "\e640"
}

.pe-link:before {
    content: "\e641"
}

.pe-like:before {
    content: "\e642"
}

.pe-light:before {
    content: "\e643"
}

.pe-less:before {
    content: "\e644"
}

.pe-keypad:before {
    content: "\e645"
}

.pe-junk:before {
    content: "\e646"
}

.pe-info:before {
    content: "\e647"
}

.pe-home:before {
    content: "\e648"
}

.pe-help2:before {
    content: "\e649"
}

.pe-help1:before {
    content: "\e64a"
}

.pe-graph3:before {
    content: "\e64b"
}

.pe-graph2:before {
    content: "\e64c"
}

.pe-graph1:before {
    content: "\e64d"
}

.pe-graph:before {
    content: "\e64e"
}

.pe-global:before {
    content: "\e64f"
}

.pe-gleam:before {
    content: "\e650"
}

.pe-glasses:before {
    content: "\e651"
}

.pe-gift:before {
    content: "\e652"
}

.pe-folder:before {
    content: "\e653"
}

.pe-flag:before {
    content: "\e654"
}

.pe-filter:before {
    content: "\e655"
}

.pe-file:before {
    content: "\e656"
}

.pe-expand1:before {
    content: "\e657"
}

.pe-exapnd2:before {
    content: "\e658"
}

.pe-edit:before {
    content: "\e659"
}

.pe-drop:before {
    content: "\e65a"
}

.pe-drawer:before {
    content: "\e65b"
}

.pe-download:before {
    content: "\e65c"
}

.pe-display2:before {
    content: "\e65d"
}

.pe-display1:before {
    content: "\e65e"
}

.pe-diskette:before {
    content: "\e65f"
}

.pe-date:before {
    content: "\e660"
}

.pe-cup:before {
    content: "\e661"
}

.pe-culture:before {
    content: "\e662"
}

.pe-crop:before {
    content: "\e663"
}

.pe-credit:before {
    content: "\e664"
}

.pe-copy-file:before {
    content: "\e665"
}

.pe-config:before {
    content: "\e666"
}

.pe-compass:before {
    content: "\e667"
}

.pe-comment:before {
    content: "\e668"
}

.pe-coffee:before {
    content: "\e669"
}

.pe-cloud:before {
    content: "\e66a"
}

.pe-clock:before {
    content: "\e66b"
}

.pe-check:before {
    content: "\e66c"
}

.pe-chat:before {
    content: "\e66d"
}

.pe-cart:before {
    content: "\e66e"
}

.pe-camera:before {
    content: "\e66f"
}

.pe-call:before {
    content: "\e670"
}

.pe-calculator:before {
    content: "\e671"
}

.pe-browser:before {
    content: "\e672"
}

.pe-box2:before {
    content: "\e673"
}

.pe-box1:before {
    content: "\e674"
}

.pe-bookmarks:before {
    content: "\e675"
}

.pe-bicycle:before {
    content: "\e676"
}

.pe-bell:before {
    content: "\e677"
}

.pe-battery:before {
    content: "\e678"
}

.pe-ball:before {
    content: "\e679"
}

.pe-back:before {
    content: "\e67a"
}

.pe-attention:before {
    content: "\e67b"
}

.pe-anchor:before {
    content: "\e67c"
}

.pe-albums:before {
    content: "\e67d"
}

.pe-alarm:before {
    content: "\e67e"
}

.pe-airplay:before {
    content: "\e67f"
}

/*other.css*/
html,
body {
    height: 100%;
    color: #393939;
}

a {
    color: #393939;
}

a:focus,
a:hover,
a:active {
    color: #e61817;
    text-decoration: none;
}

a:-webkit-any-link {
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: none;
}

@media (max-width: 767px) {
    video {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
    }
}

.clear-box {
    clear: both;
}

.height-full {
    height: 100%;
}

.table-box {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.cover {
    width: 100%;
    height: 100%;
    overflow: visible;
}

section[role=main] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.main-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eff2f4;
    overflow: hidden;
}

body.active .main-box {
    height: auto;
    min-height: 100%;
}

header[role=heading] {
    position: fixed;
    width: 240px;
    height: 100%;
    left: -240px;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 9999999;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

header[role=heading].active {
    left: 0;
}

.head-box {
    width: 240px;
    height: 100%;
    overflow: auto;
}

.head-top,
.head-bottom {
    overflow: hidden;
}

.logo-box {
    margin: 30px 0;
}

.logo-box img {
    max-width: 100%;
}

.jodo-box {
    margin: 30px 0;
}

.jodo-box p {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    width: 135px;
}

.jodo-box p img {
    max-width: 100%;
    margin-bottom: 5px;
}

.jodo-box p em.fa {
    font-size: 22px;
    line-height: 1.05;
    width: auto;
    padding: 0 1px 0 4px;
    position: relative;
    bottom: -4px;
    top: 2px;
}

.foto-box {
    position: relative;
    z-index: 9;
    margin: 30px 0;
}

.foto-cut {
    padding: 0 10px;
}

.foto-cut p {
    margin: 0;
}

@media (max-height: 768px) {
    .logo-box {
        margin: 20px 0;
    }

    .jodo-box {
        margin: 20px 0;
    }

    .foto-box {
        margin: 20px 0;
    }
}

.social-box {
    margin-bottom: 7.5px;
}

.social-box:after {
    display: block;
    content: '';
    clear: both;
}

.screen1 {
    background-image: url(bg_screen1.jpg);
}

.screen2 {
    background-image: url(bg_screen2.jpg);
}

.screen3 {
    background-image: url(bg_screen3.jpg);
}

.screen4 {
    background-image: url(bg_screen4.jpg);
}

.screen5 {
    background-image: url(bg_screen5.jpg);
}

@media (max-width: 768px) {
    .screen1 {
        background-image: url(phonebg1.jpg);
    }

    .screen2 {
        background-image: url(phonebg2.png);
    }

    .screen3 {
        background-image: url(phonebg3.png);
    }

    .screen4 {
        background-image: url(phonebg4.png);
    }

    .screen5 {
        background-image: url(phonebg5.png);
    }
}

.social-box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #e61817;
    font-size: 16px;
    margin: 2.5px 7.5px;
    cursor: pointer;
    color: #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.social-box a:hover {
    background: #171717;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.nav-cut {
    position: relative;
    text-align: center;
    line-height: 36px;
    overflow: auto;
}

.nav-cut > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-cut > ul > li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.nav-cut > ul > li.background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 98;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}

.nav-cut > ul > li.background:before {
    content: '-';
    width: 130px;
    background: #e61817;
    color: #e61817;
    margin: 0 auto;
    border-radius: 32px;
    display: block;
    cursor: pointer;
}

.nav-cut > ul > li > a {
    display: block;
    position: relative;
    z-index: 99;
}

.nav-cut > ul > li:hover > a,
.nav-cut > ul > li.active > a,
.nav-cut > ul:hover > li.active:hover > a {
    transition: .05s .2s;
    -moz-transition: .05s .2s;
    -ms-transition: .05s .2s;
    -o-transition: .05s .2s;
    -webkit-transition: .05s .2s;
}

.nav-cut > ul:hover > li.active > a {
    color: #393939;
    transition: .05s;
    -moz-transition: .05s;
    -ms-transition: .05s;
    -o-transition: .05s;
    -webkit-transition: .05s;
}

.nav-cut ul > li > ul {
    position: fixed;
    left: 188px;
    top: 50%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    z-index: 99;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    -webkit-transform: translate(0, -40%);
    visibility: hidden;
    opacity: 0;
}

.nav-cut ul > li > ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin: -10px 0 0 0;
    border-width: 9px 16px 9px 0;
    border-style: solid;
    border-color: transparent #171717 transparent transparent;
}

.nav-cut ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
}

.nav-cut ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.nav-cut ul > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #171717;
    position: relative;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}

.nav-cut ul > li > ul > li:hover {
    background: #000;
}

.nav-cut ul > li > ul > li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 5px;
}

.nav-cut ul > li > ul > li:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 5px;
}

.nav-cut ul > li > ul > li > a {
    display: block;
    padding: 0 40px;
    color: #eee;
    position: relative;
    z-index: 99;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .nav-cut ul > li > ul {
        position: relative;
        left: 0;
        top: 0 !important;
        padding: 20px 0 0 0;
        width: 180px;
        margin: 0 auto;
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        display: none;
        visibility: visible;
        opacity: 1;
    }

    .nav-cut ul > li > ul:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 4px;
        margin: 0 0 0 -10px;
        border-width: 0 9px 16px 9px;
        border-style: solid;
        border-color: transparent transparent #171717 transparent;
    }

    .nav-cut ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        display: none;
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .nav-cut ul > li > ul > li > ul {
        position: relative;
        left: 0;
        width: 178px;
    }

    .nav-cut ul > li > ul > li > ul:before {
        border-color: transparent transparent #fff transparent;
    }

    .nav-cut ul > li > ul > li > ul > li {
        background: #fff;
    }

    .nav-cut ul > li > ul > li > ul > li:hover {
        background: #fff;
    }

    .nav-cut ul > li > ul > li > ul > li > a {
        color: #393939;
    }
}

.window-head {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.window-head hr {
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    border: none;
    margin: 0;
    padding: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #e61817;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) {
    section[role=main].subpage.active {
        padding-left: 240px;
    }
}

.window-head .head-left {
    position: absolute;
    left: 2.5%;
    top: 50%;
    color: #fff;
    cursor: pointer;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.window-head .head-left img {
    max-width: 100%;
    max-height: 90px;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

@media (min-width: 300px) {
    .window-head .head-left {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .window-head .head-left {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .window-head .head-left {
        width: 20%;
    }
}

@media (min-width: 1440px) {
    .window-head .head-left {
        width: 25%;
    }
}

.window-head ul {
    position: absolute;
    left: 50%;
    top: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.window-head ul li {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    margin: 0;
    font-size: 20px;
    color: #ccc;
    display: inline-block;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.window-head ul li.active {
    color: #e61817;
}

.window-head ul li.active p {
    font-size: 18px;
}

.window-head .head-right {
    position: absolute;
    right: 5%;
    top: 50%;
    margin: 0;
    height: 28px;
    padding-right: 28px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.window-head .head-right.r0 {
    right: 2.5%;
    padding-right: 0 !important;
}

.window-head .head-right i {
    color: #e61817;
    font-size: 20px;
    border: 2px solid #e61817;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.window-head .head-right b {
    color: #e61817;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 26px;
    height: 28px;
    line-height: 26px;
    float: left;
    display: block;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.window-head .head-rights {
    position: absolute;
    right: 2.5%;
    top: 50%;
    height: 28px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.window-head .head-rights ol {
    font-style: normal;
    margin: 1px;
    padding: 0;
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
}

.window-head .head-rights ol:after {
    display: block;
    margin: 0;
    padding: 0;
    content: '';
    clear: both;
}

.window-head .head-rights ol li {
    width: 11px;
    height: 11px;
    float: left;
    margin: 1px;
    background: #e61817;
    display: block;
    overflow: hidden;
}

.window-head .head-rights ol.active li {
    background: #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.window-head.active {
    height: 70px;
    background: rgba(0, 0, 0, .5);
}

.window-head.active .head-left img {
    transform: scale(.777777);
    -moz-transform: scale(.777777);
    -ms-transform: scale(.777777);
    -o-transform: scale(.777777);
    -webkit-transform: scale(.777777);
}

.window-head.active ul li {
    font-size: 16px;
}

.window-head.active .head-right {
    height: 24px;
    padding-right: 24px;
}

.window-head.active .head-right b {
    font-size: 20px;
    height: 24px;
    letter-spacing: 0;
    line-height: 24px;
}

.window-head.active .head-right i {
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 20px;
}

.window-head.active .head-rights {
    height: 24px;
}

.window-head.active .head-rights ol {
    width: 22px;
    height: 22px;
}

.window-head.active .head-rights ol li {
    width: 9px;
    height: 9px;
}

.window-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.window-cut {
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -ms-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, .5, 1);
}

.window-back {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.window-back.banner {
    padding: 0;
}

@media (max-width: 767px) {
    .window-head {
        height: 70px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .window-head .head-right b {
        letter-spacing: normal;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .window-head .head-left {
        left: 15px;
        width: 40%
    }

    .window-head .head-right {
        right: 15px;
    }

    .window-head .head-right b {
        display: none;
    }

    .window-head .head-right i {
        top: 0;
        left: 0;
    }
}

@media (max-width: 320px) {
    .window-head .head-right {
        padding-right: 15px;
    }
}

.banner-content {
    position: relative;
    overflow: hidden;
}

.met-banner {
    display: block;
}

.banner-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.banner-click i {
    color: #e61817;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    opacity: .65;
    margin: -25px 0 0 -25px;
    display: block;
    width: 50px;
    height: 50px;
    border: 3px solid #e61817;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
}

.banner-content:hover .banner-click {
    opacity: 1;
    visibility: visible;
}

.banner-content:hover .banner-click i {
    visibility: visible;
    -webkit-animation: bounceInDown 1s .2s ease both;
    -moz-animation: bounceInDown 1s .2s ease both;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

.met-banner {
    height: auto;
    background: none;
}

.banner-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-box.sidebar {
    height: auto;
}

.banner-box.sidebar .banner-cut:after {
    display: table;
    clear: both;
    content: '';
}

.banner-cut {
    width: 1000%;
    height: 100%;
}

.banner-bin {
    width: 10%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover;
    position: relative;
}

.banner-absolute {
    position: absolute;
    width: 100%;
    height: 94%;
    top: 0;
    left: 0;
}

.banner-bin .table-box {
    padding-top: 4%;
    padding-bottom: 6%;
}

.banner-bin .table-cell {
    position: relative;
}

.banner-box:hover .banner-ctrl {
    opacity: 1;
}

.banner-box.sidebar .banner-bin img {
    width: 100%;
}

.ctrl-box {
    opacity: .5;
}

.ctrl-box:hover {
    opacity: 1;
}

.banner-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.banner-ctrl .ctrl-box:hover {
    color: #e61817;
}

.banner-ctrl .ctrl-left {
    left: 5%;
    top: 46%;
    margin-top: -40px;
}

.banner-ctrl .ctrl-right {
    right: 5%;
    top: 46%;
    margin-top: -40px;
}

.banner-news {
    position: absolute;
    top: 79%;
    left: 50%;
    margin-left: -188px;
    height: 30px;
    line-height: 30px;
}

.banner-news b {
    float: left;
    color: #e61817;
    font-weight: bold;
    margin-right: 10px;
}

.banner-news span {
    float: left;
    overflow: hidden;
    height: 30px;
    overflow: hidden;
}

.banner-news span ol {
    float: left;
    margin: 0;
    padding: 0;
}

.banner-news span ol li {
    list-style: none;
    color: #ddd;
    margin: 0;
    padding: 0 1px 0 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 270px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.banner-news span ol li a {
    color: #ddd;
}

.banner-news span ol li a:hover {
    text-decoration: underline;
    color: #fff;
}

.banner-news p {
    float: left;
    margin: -3px 0 0 10px;
}

.banner-news p a {
    color: #e61817;
    border-bottom: 1px dotted #e61817;
}

.banner-pager {
    position: absolute;
    height: 3px;
    line-height: 0;
    top: 84%;
    bottom: auto !important;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-pager .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    position: relative;
    line-height: 3px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.banner-pager .swiper-pagination-bullet:before {
    position: absolute;
    width: 40px;
    height: 30px;
    content: '';
    left: 0;
    top: -10px;
}

.banner-pager .swiper-pagination-bullet-active {
    background: #e61817;
}

.banner-down {
    position: absolute;
    top: 90%;
    cursor: pointer;
    left: 50%;
    margin-left: -24px;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 24px;
}

.banner-down:before {
    content: '';
    position: absolute;
    display: block;
    width: 47px;
    height: 47px;
    background: #fff;
    opacity: .2;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.banner-down:hover:before {
    background: #e61817;
    opacity: .6;
}

.banner-down i {
    position: relative;
    z-index: 2;
}

@media (max-width: 1200px) {
    .banner-ctrl .ctrl-left {
        left: 0;
        top: 50%;
    }

    .banner-ctrl .ctrl-right {
        right: 0;
        top: 50%;
    }

    .banner-news {
        margin-left: -147px;
    }

    .banner-news span ol li {
        width: 230px;
    }

    .banner-news p {
        display: none;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .banner-absolute {
        height: 100%;
    }

    .banner-bin .table-box {
        padding-bottom: 0;
    }

    .banner-news {
        top: 90%;
        left: 12.5%;
        margin: -15px 0 0 0;
    }

    .banner-pager {
        top: 90%;
        width: auto !important;
        left: auto !important;
        right: 2.5%;
        margin-top: -1.5px;
    }

    .banner-down {
        top: 90%;
        left: 2.5%;
        margin: -24px 0 0 0;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .banner-bin.swiper-slide-active .banner-write .w1 {
        line-height: .4;
    }

    .banner-absolute {
        height: 80%;
    }

    .banner-bin .table-box {
        padding-top: 4%;
        padding-bottom: 6%;
    }

    .banner-news {
        top: 74%;
    }

    .banner-pager {
        top: 82%;
    }

    .banner-down {
        top: 88%;
    }

    .banner-ctrl {
        display: none;
    }
}

.banner-write {
    position: relative;
    z-index: 992;
    word-break: break-all;
    padding: 0 10px;

}

.zuoce {
    top: 0%;
    left: -15%;
}

.banner-write * {
    max-width: 100%;
}

.banner-write .w1 {
    font-family: Microsoft JhengHei;
    color: #fff;
    font-size: 263px;
    display: inline-block;
    line-height: 0;
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(-150px) scale(.8);
    -moz-transform: translateX(-150px) scale(.8);
    -ms-transform: translateX(-150px) scale(.8);
    -o-transform: translateX(-150px) scale(.8);
    -webkit-transform: translateX(-150px) scale(.8);
    opacity: 0;
}

.banner-bin.swiper-slide-active .banner-write .w1 {
    transform: translate(0) scale(1);
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    opacity: 1;
}

.banner-write .w2 {
    text-align: center;
    display: inline-block;
    padding-left: 10px;
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    -webkit-transform: translateX(150px);
    opacity: 0;
}

.banner-write .w2.cc {
    text-align: center;
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 0;
}

.banner-write .w2.wc {
    text-align: center;
    display: inline-block;

    width: 768px;
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    opacity: 0;
}

.banner-write.bw .w2 {
    text-align: center;
}

.banner-bin.swiper-slide-active .banner-write .w2 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
}

.banner-write .w2 .w21 {
    color: #fff;
    font-size: 52px;
    display: block;
}

.banner-write .w2.cc .w21 {
    transform: scale(1.2) translateY(-50px);
    -moz-transform: scale(1.2) translateY(-50px);
    -ms-transform: scale(1.2) translateY(-50px);
    -webkit-transform: scale(1.2) translateY(-50px);
    -o-transform: scale(1.2) translateY(-50px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
}

.banner-bin.swiper-slide-active .banner-write .w2.cc .w21 {
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.banner-write .w2.cc .w22 {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.banner-write .w2.cc .w23 {
    transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    -o-transform: translateY(150px);
    -webkit-transform: translateY(150px);
}

.banner-bin.swiper-slide-active .banner-write .w2.cc .w22,
.banner-bin.swiper-slide-active .banner-write .w2.cc .w23 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
}

.banner-write .w2 .w22 {
    line-height: .8;
    letter-spacing: -5px;
    font-family: Helvetica;
    font-size: 62px;
    color: #e61817;
    display: inline-block;
    margin: 15px 0 20px 0;
}

.banner-write .w2 .w23 {
    color: #ccc;
    font-size: 16px;
    display: block;
}

.banner-write .w2 .w23 em {
    font-style: normal;
    color: #e61817;
}

@media (max-width: 992px) {
    .banner-write .w1 {
        font-size: 213px;
    }

    .banner-write .w2 .w21 {
        font-size: 38px;
    }

    .banner-write .w2 .w22 {
        font-size: 64px;
        letter-spacing: -4px;
        margin: 25px 0 25px 0;
    }

    .banner-write .w2 .w22.w22s {
        font-size: 44px;
    }

    .banner-write .w2 .w23 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .zuoce {
        left: 0%
    }
}

@media (max-width: 992px) {
    .zuoce {
        left: 0%
    }
}

@media (max-width: 768px) {
    .zuoce {
        left: 0%
    }
}

@media (max-width: 480px) {
    .banner-write .w1 {
        font-size: 173px;
    }

    .banner-write .w2 {
        padding-left: 5px;
    }

    .banner-write .w2 .w21 {
        font-size: 29px;
    }

    .banner-write .w2 .w22 {
        font-size: 34px;
        letter-spacing: -2px;
        margin: 10px 0 25px 0;
    }

    .banner-write .w2 .w23 {
        font-size: 12px;
    }
}

/*登录按钮*/
.login1 {
    float: left;
    color: #e61817;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
}

.login1:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .login1 {
        display: none
    }
}

.banner-full {
    width: 345px;
    height: 695px;
    position: absolute;
    border: 2000px solid rgba(0, 0, 0, .0);
    box-sizing: content-box;
    margin: -2175px 0 0 -2400px;
    background: none;
    left: 80%;
    top: 35%;
    z-index: 991;
    transition: .5s .6s;
    -webkit-transition: .5s .6s;
    -moz-transition: .5s .6s;
    -ms-transition: .5s .6s;
    -o-transition: .5s .6s;
    transform: translate(1350px, 750px);
    -moz-transform: translate(1350px, 750px);
    -ms-transform: translate(1350px, 750px);
    -o-transform: translate(1350px, 750px);
    -webkit-transform: translate(1350px, 750px);
}

.banner-bin.swiper-slide-active .banner-full {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
}

.banner-full ol,
.banner-full ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner-full ol li,
.banner-full ul li {
    border-color: #e61817;
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 24px;
    height: 24px;
}

.banner-full ol li:nth-child(1) {
    border-width: 5px 0 0 5px;
    top: 0;
    left: 0;
}

.banner-full ol li:nth-child(2) {
    border-width: 5px 5px 0 0;
    top: 0;
    right: 0;
}

.banner-full ol li:nth-child(3) {
    border-width: 0 0 5px 5px;
    bottom: 0;
    left: 0;
}

.banner-full ol li:nth-child(4) {
    border-width: 0 5px 5px 0;
    bottom: 0;
    right: 0;
}

.banner-full ul li:nth-child(1) {
    border-width: 5px 0 0 0;
    margin: 0 0 0 -12px;
    top: 0;
    left: 50%;
}

.banner-full ul li:nth-child(2) {
    border-width: 0 5px 0 0;
    margin: -12px 0 0 0;
    top: 50%;
    right: 0;
}

.banner-full ul li:nth-child(3) {
    border-width: 0 0 5px 0;
    margin: 0 -12px 0 0;
    bottom: 0;
    right: 50%;
}

.banner-full ul li:nth-child(4) {
    border-width: 0 0 0 5px;
    margin: 0 0 -12px 0;
    bottom: 50%;
    left: 0;
}

.banner-border {
    width: 0;
    height: 0;
    margin: -205px 0 0 -300px;
    left: 70%;
    top: 40%;
    position: absolute;
    z-index: 994;
    transition: .4s 1s;
    -webkit-transition: .4s 1s;
    -moz-transition: .4s 1s;
    -ms-transition: .4s 1s;
    -o-transition: .4s 1s;
    border: 1px dashed #e61817;
    z-index: 993;
    visibility: hidden;
}

.banner-bin.swiper-slide-active .banner-border {
    width: 400px;
    height: 700px;
    visibility: visible;
}

.banner-background {
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: 990;
    background: rgba(0, 0, 0, .4);
    transition: .6s .6s;
    -webkit-transition: .6s .6s;
    -moz-transition: .6s .6s;
    -ms-transition: .6s .6s;
    -o-transition: .6s .6s;
}

.banner-bin.swiper-slide-active .banner-background {
    left: -50%;
}

.banner-free * {
    max-width: 100%;
}

.anniu {
    height: 200px;
    margin-top: 30px;
    list-style-type: none;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.anniu p {*/
/*margin-top: 30px;*/
/*}*/
@media (max-width: 480px) {

}

.anniu a {
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
    margin: 10px;
    max-width: 150px;
}

.ewmdiv {
    margin-top: 30px;
    /*float: left*/
}

.title-box h1 {
    font-size: 50px;
    letter-spacing: -3px;
    font-family: TechnicLite;
    color: #e61817;
    line-height: 35px;
    margin: 0 0 15px 0;
    padding: 0;
}

.title-box h2 {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .title-box h1 {
        font-size: 30px;
        margin: 0 0 5px 0;
    }

    .title-box h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .anniu {
        text-align: center;
        width: 100%;
        margin-left: 0px
    }

    .anniu a {
        background: #FFF;
        padding: 10px;
        border-radius: 4px;
    }
}

@media (max-width: 350px) {
    .anniu {
        text-align: center;
        width: 100%;
        margin-left: 0px
    }

    .anniu a {
        background: #FFF;
        padding: 10px;
        border-radius: 4px;
    }

    .ewm {
        width: 70%
    }

    .anniu p {
        margin-top: 30px
    }

    .w2 {
        text-align: center;
    }

    .ewmdiv {
        margin-top: 30px;
        float: none
    }
}

@media (max-width: 767px) {
    .ewmdiv {
        margin-top: 30px;
        float: none
    }
}

@media (max-width: 767px) {
    .anniu {
        text-align: center;
        width: 100%;
        margin-left: 0px
    }

    .anniu a {
        background: #FFF;
        padding: 10px;
        border-radius: 4px;
    }
}

.icon-box {
    padding: 50px 0 70px 0;
}

.icon-box ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.icon-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.icon-box ul li:before {
    display: block;
    content: '';
    width: 170px;
    border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    height: 0;
    position: absolute;
    top: 15px;
    left: 10px;
    background: #e61817;
    z-index: 8;
}

.icon-box ul li a {
    display: block;
    position: relative;
    z-index: 9;
}

.icon-box ul li b {
    display: block;
    width: 170px;
    height: 170px;
    margin: 10px;
    position: relative;
}

.icon-box ul li img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
}

.icon-box ul li:hover b {
    -webkit-animation: swing 1s .2s ease both;
    -moz-animation: swing 1s .2s ease both;
}

@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -moz-transform-origin: top center
    }

    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0deg)
    }
}

.icon-box ul li i {
    display: block;
    font-size: 56px;
    width: 130px;
    height: 130px;
    line-height: 120px;
    margin: 30px;
    border: 5px solid #e61817;
    border-radius: 50%;
    text-align: center;
    color: #e61817;
    background: rgba(255, 255, 255, .1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.icon-box ul li h3 {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.icon-box ul li p {
    display: none;
}

.icon-text {
    font-family: TechnicLite;
    font-size: 24px;
    line-height: 1;
}

@media (min-width: 1201px) {
    .icon-box ul li p {
        display: block;
        position: absolute;
        top: 135px;
        width: 170px;
        left: 10px;
        color: #fff;
        font-size: 12px;
        height: 36px;
        overflow: hidden;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        opacity: 0;
    }

    .icon-box.icon-type-0 ul li:hover:before {
        height: 100%;
    }

    .icon-box.icon-type-0 ul li:hover i {
        color: #fff;
        border: none;
        transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        opacity: .9;
        background: none;
    }

    .icon-box.icon-type-0 ul li:hover h3 {
        color: #fff;
        transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
    }

    .icon-box.icon-type-0 ul li:hover p {
        transition: .3s .2s;
        -webkit-transition: .3s .2s;
        -moz-transition: .3s .2s;
        -ms-transition: .3s .2s;
        -o-transition: .3s .2s;
        opacity: .8;
    }
}

@media (max-width: 1200px) {
    .icon-box {
        padding: 40px 0 50px 0;
    }

    .icon-box ul li i {
        font-size: 66px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 25px;
        border: none;
        border-radius: 50%;
        text-align: center;
        color: #e61817;
    }

    .icon-box ul li b {
        width: 130px;
        height: 130px;
    }

    .icon-box ul li h3 {
        display: block;
        font-size: 16px;
        color: #333;
    }
}

@media (max-width: 992px) {
    .icon-box ul {
        display: block;
    }

    .icon-box ul li {
        margin: 15px 0;
    }

    .icon-box ul li i {
        margin: 0 40px;
    }
}

@media (max-width: 767px) {
    .icon-text {
        font-size: 18px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .icon-box {
        padding: 15px 0 20px 0;
    }

    .icon-box ul li {
        margin: 15px 0;
        width: 40%;
    }

    .icon-box ul li i {
        font-size: 34px;
        margin-bottom: 20px;
        width: auto;
        height: auto;
        line-height: 24px;
        display: inline-block;
        position: relative;
        top: 6px;
    }

    .icon-box ul li b {
        margin: 0 0 0 30px;
        width: 34px;
        height: 34px;
        display: inline-block;
        position: relative;
        top: 6px;
    }

    .icon-box ul li:first-child i {

    }

    .icon-box ul li h3 {
        font-size: 16px;

        line-height: 24px;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .icon-box {
        padding: 20px 0 30px 0;
    }

    .icon-box ul li {
        margin: 10px 0;
        width: 40%;
    }

    .icon-box.icon-type-1 ul li {
        margin: 0 0 5px 0;
    }

    .icon-box ul li i {
        font-size: 40px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
    }

    .icon-box ul li b {
        width: 100px;
        height: 100px;
        margin: 5px auto;
    }

    .icon-box ul li h3 {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .icon-box ul li h3 {
        font-size: 14px;
    }
}

@media (max-height: 320px) {
    .icon-box {
        padding-bottom: 0;
    }

    .icon-box ul li {
        margin-bottom: 0;
    }

    .icon-box ul li i {
        font-size: 30px;
        margin: 0 8px 0 10px;
    }

    .icon-box ul li h3 {
        font-size: 14px;
    }

    .icon-text {
        display: none;
    }
}

.case-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.case-ctrl .ctrl-box:hover {
    color: #e61817;
}

.case-ctrl .ctrl-left {
    left: 5%;
    top: 52%;
}

.case-ctrl .ctrl-right {
    right: 5%;
    top: 52%;
}

@media (max-width: 1200px) {
    .case-ctrl .ctrl-left {
        left: 0;
    }

    .case-ctrl .ctrl-right {
        right: 0;
    }
}

@media (max-width: 767px) {
    .case-ctrl .ctrl-box {
        width: 50px;
        line-height: 50px;
    }
}

.case-box {
    overflow: hidden;
    width: 1260px;
    margin: 50px auto 0 auto;
}

.case-cut {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 6999px;
}

.case-cut:after {
    content: '';
    display: table;
    clear: both;
}

.case-bin {
    display: block;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
    width: 300px;
    background: #fff;
    position: relative;
}

.case-bin a {
    display: block;
}

.case-bin font {
    display: block;
    position: relative;
    overflow: hidden;
}

.case-bin font:before {
    width: 15px;
    height: 1px;
    margin-left: -7px;
    background: #fff;
    content: '';
    display: block;
    transition: .1s .2s ease-in-out;
    -moz-transition: .1s .2s ease-in-out;
    -ms-transition: .1s .2s ease-in-out;
    -o-transition: .1s .2s ease-in-out;
    -webkit-transition: .1s .2s ease-in-out;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 10;
    opacity: 0;
}

.case-bin font:after {
    width: 1px;
    height: 15px;
    margin-top: -7px;
    background: #fff;
    content: '';
    display: block;
    transition: .1s .2s ease-in-out;
    -moz-transition: .1s .2s ease-in-out;
    -ms-transition: .1s .2s ease-in-out;
    -o-transition: .1s .2s ease-in-out;
    -webkit-transition: .1s .2s ease-in-out;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 10;
    opacity: 0;
}

.case-bin a:hover font:before {
    opacity: 1;
}

.case-bin a:hover font:after {
    opacity: 1;
}

.case-bin font b {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -100%;
    left: 0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.case-bin a:hover font b {
    top: 0;
}

.case-bin font b:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 500px solid rgba(0, 0, 0, .6);
    left: 50%;
    top: 50%;
    margin: -525px 0 0 -525px;
}

.case-bin font b:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(47, 208, 181, .6);
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.case-bin font img {
    display: block;
    width: 100%;
}

.case-bin span {
    display: block;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .5);
    text-align: left;
    padding: 15px 20px;
}

.case-bin span:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: #e61817;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.case-bin span h3 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.case-bin span p {
    display: block;
    font-size: 12px;
    color: #888;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.case-bin a:hover span:after {
    height: 100%;
}

.case-bin a:hover span h3 {
    color: #fff;
}

.case-bin a:hover span p {
    color: #fff;
}

.case-more {
    margin-top: 30px;
}

.case-more a {
    border: 1px solid #e61817;
    font-family: TechnicLite;
    color: #e61817;
    font-size: 26px;
    padding: 0 20px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    font-weight: bold;
    display: inline-block;
}

.case-more a:hover {
    background: #e61817;
    color: #fff;
}

@media (max-width: 1599px) {
    .case-box {
        width: 940px;
    }
}

@media (max-width: 1200px) {
    .case-box {
        width: 620px;
    }
}

@media (max-width: 767px) {
    .case-box {
        width: 460px;
        margin: 20px auto;
    }

    .case-bin {
        margin: 0 10px 0 0;
        width: 230px;
    }

    .case-bin span p {
        display: none;
    }

    .case-more {
        display: none;
    }
}

@media (max-width: 479px) {
    .case-box {
        width: 300px;
        margin: 40px auto 0 auto;
    }

    .case-bin span p {
        display: block;
    }

    .case-more {
        margin-top: 30px;
        display: block;
    }

    .case-more a {
        border: 1px solid #e61817;
        font-family: TechnicLite;
        color: #e61817;
        font-size: 20px;
        padding: 0 10px;
        transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        font-weight: bold;
        display: inline-block;
    }
}

@media (max-width: 400px) {
    .case-box {
        width: 230px;
    }
}

.pro-box {
    font-size: 0;
}

.pro-box ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    display: block;
    text-align: center;
}

.case-bin.pro {
    margin: 20px;
    display: inline-block;
    float: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.case-bin.pro span p {
    display: block;
}

.pro-page {
    padding-bottom: 30px;
}

@media (max-width: 1500px) {
    .pro-box ul {
        margin: 40px 0;
    }

    .case-bin.pro {
        margin: 10px;
    }
}

.joint-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.joint-ctrl .ctrl-box:hover {
    color: #e61817;
}

.joint-ctrl .ctrl-left {
    left: 5%;
    top: 52%;
}

.joint-ctrl .ctrl-right {
    right: 5%;
    top: 52%;
}

@media (max-width: 1200px) {
    .joint-ctrl .ctrl-left {
        left: 0;
    }

    .joint-ctrl .ctrl-right {
        right: 0;
    }
}

@media (max-width: 767px) {
    .joint-ctrl .ctrl-box {
        width: 50px;
        line-height: 50px;
    }
}

.joint-box {
    width: 1150px;
    margin: 50px auto 30px auto;
    overflow: hidden;
}

.joint-box.swiper-container-horizontal {
    width: 1149px;
}

.joint-cut {
    width: 99999px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.joint-cut:after {
    display: table;
    content: '';
    clear: both;
}

.joint-bin {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 140px;
    display: table;
    position: relative;
}

.joint-bin a {
    display: table-cell;
    vertical-align: middle;
    background: rgba(255, 255, 255, .35);
    text-align: center;
    width: 100%;
    height: 100%;
    border-color: #ddd;
    border-style: dotted;
    border-width: 1px 1px 0 0;
}

.joint-bin[data-swiper-row="0"] a {
    border-width: 0 1px 0 0;
}

.joint-bin a img {
    line-height: 0;
    max-width: 210px;
    max-height: 120px;
}

.joint-bin a:hover img {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

@-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: 1440px) {
    .joint-box.swiper-container-horizontal {
        width: 999px;
    }
}

@media (max-width: 1200px) {
    .joint-box.swiper-container-horizontal {
        width: 749px;
    }
}

@media (max-width: 992px) {
    .joint-box.swiper-container-horizontal {
        width: 499px;
    }
}

@media (max-width: 767px) {
    .joint-box.swiper-container-horizontal {
        width: 479px;
        margin: 20px auto;
    }

    .joint-bin {
        height: 80px;
        width: 160px;
    }

    .joint-bin a {
        border-width: 0 1px 0 0;
    }

    .joint-bin a img {
        line-height: 0;
        max-width: 100px;
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .joint-box.swiper-container-horizontal {
        width: 319px;
        margin: 20px auto;
    }
}

.joint-box.joint-type-0 .joint-bin {
    display: block;
    height: auto !important;
}

.joint-box.joint-type-0 .joint-bin a {
    display: block;
}

.joint-box.joint-type-0 .joint-bin a img {
    max-width: 100%;
    max-height: none;
}

.worth-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.worth-ctrl .ctrl-box:hover {
    color: #e61817;
}

.worth-ctrl .ctrl-left {
    left: 5%;
    top: 52%;
}

.worth-ctrl .ctrl-right {
    right: 5%;
    top: 52%;
}

@media (max-width: 1200px) {
    .worth-ctrl .ctrl-left {
        left: 0;
    }

    .worth-ctrl .ctrl-right {
        right: 0;
    }
}

.worth-box {
    overflow: hidden;
    width: 1120px;
    margin: 80px auto 0 auto;
}

.worth-cut {
    display: block;
    width: 6999px;
}

.worth-cut:after {
    content: '';
    display: table;
    clear: both;
}

.worth-bin {
    display: block;
    float: left;
    width: 280px;
    padding: 5px;
    line-height: 30px;
    position: relative;
}

.worth-bin video {
    display: block;
    font-size: 0;
}

.worth-bin p {
    margin: 0 auto;
}

.worth-bin .vjs-default-skin {
    margin: 0 auto;
}

.worth-bin * {
    max-width: 100%;
}

.em-fa {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px !important;
}

.em-fa em {
    color: #e61817;
    font-size: 38px;
    width: auto !important;
    margin: 0 15px;
}

.ef-32 em {
    font-size: 32px;
}

.worth-text {
    margin-top: 90px;
}

.worth-text a {
    border: 1px solid #e61817;
    color: #e61817;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 0;
    letter-spacing: 2px;
    border-radius: 5px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.worth-text a:hover {
    background: #e61817;
    color: #fff;
}

@media (max-width: 1200px) {
    .worth-box {
        margin-top: 60px;
    }

    .worth-text {
        margin-top: 70px;
    }

    .worth-box {
        width: 840px;
    }
}

@media (max-width: 992px) {
    .worth-box {
        width: 560px;
    }
}

@media (max-width: 767px) {
    .worth-box {
        margin-top: 30px;
    }

    .worth-text {
        margin-top: 30px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .worth-text {
        display: none;
    }

    .worth-bin {
        height: 120px;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .worth-text a {
        font-size: 16px;
        padding: 2px 12px;
        letter-spacing: 0px;
        border-radius: 2px;
    }
}

@media (max-width: 479px) {
    .worth-box {
        width: 280px;
    }
}

@media (max-width: 992px) {

}

}
@media (max-width: 1200px) {
    .banner-full {
        width: 25%;
        left: 100%;
        height: 77%;
    }
}

@media (max-width: 1400px) {
    .banner-full {
        width: 25%;
        left: 95%;
        height: 77%;
    }
}

}
@media (max-width: 1400px) {
    .banner-full {
        width: 25%;
        left: 95%;
        height: 77%;
    }
}

}
.mark-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.mark-ctrl .ctrl-box:hover {
    color: #e61817;
}

.mark-ctrl .ctrl-left {
    left: 5%;
    top: 52%;
}

.mark-ctrl .ctrl-right {
    right: 5%;
    top: 52%;
}

@media (max-width: 1200px) {
    .mark-ctrl .ctrl-left {
        left: 0;
    }

    .mark-ctrl .ctrl-right {
        right: 0;
    }
}

.mark-box {
    width: 1200px;
    margin: 50px auto 70px auto;
    overflow: hidden;
}

.mark-cut {
    width: 3999px;
}

.mark-bin {
    width: 200px;
    float: left;
    position: relative;
}

.mark-bin i {
    display: block;
    font-size: 56px;
    color: #e61817;
    border-radius: 50%;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
}

.mark-bin:hover i {
    background: #e61817;
    color: #fff;
    font-size: 46px;
}

.mark-bin img {
    max-width: 140px;
    max-height: 60px;
    margin: 0 auto;
    display: block;
}

.mark-bin h3 {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding: 0;
}

.mark-bin p {
    display: block;
    line-height: 1.35;
    color: #333;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1200px) {
    .mark-box {
        width: 900px;
    }

    .mark-bin {
        width: 180px;
    }
}

@media (max-width: 992px) {
    .mark-box {
        width: 600px;
    }

    .mark-bin {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .mark-bin {
        width: 160px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .mark-box {
        width: 480px;
        margin: 20px auto 0 auto;
    }

    .mark-bin i {
        display: block;
        font-size: 46px;
        color: #e61817;
        border-radius: 50%;
        width: auto;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        text-align: center;
    }

    .mark-bin:hover i {
        background: #e61817;
        color: #fff;
        font-size: 40px;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .mark-box {
        width: 320px;
    }
}

.about-nav {
    position: absolute;
    left: 5%;
    top: 15.5%;
    overflow: hidden;
}

.about-nav:after {
    background: #2fd0b5;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: .15;
    width: 80px;
    height: 100%;
}

.about-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-nav ul li {
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    color: #656565;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    background: rgba(47, 208, 181, .15);
    background: rgba(255, 255, 255, .65);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    cursor: pointer;
}

.about-nav ul li.back {
    background: #2fd0b5;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -42px;
    opacity: .2;
    height: 42px;
}

.about-nav ul li.active {
    color: #fff;
    background: rgba(47, 208, 181, .2);
    background: rgba(0, 0, 0, .85);
}

.about-box {
    width: 480px;
    margin-left: 50%;
    margin-bottom: 140px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.about-cut {
    width: 2000px;
}

.about-bin {
    width: 480px;
    float: left;
    text-align: left;
    color: #999;
    position: relative;
}

.about-bin * {
    max-width: 100%;
}

.about-bin p {
    margin: 0;
    line-height: 2.5;
}

.about-time {
}

.about-time p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    top: -4px;
    margin-right: 10px;
    background: #e61817;
}

.about-time p u {
    list-style: none;
    padding: 0 10px;
    text-decoration: none;
}

.about-titless {
    font-size: 22px;
    color: #e61817;
}

.about-sixiang {
    font-size: 26px;
}

.about-sxtitle {
    color: #ddd;
    font-size: 36px;
}

@media (max-width: 1200px) {
    .about-box {
        margin-left: 45%;
    }
}

@media (max-width: 992px) {
    .about-nav {
        top: 25.5%;
    }

    .about-box {
        margin-left: auto;
        margin-right: 5%;
    }
}

@media (max-width: 767px) {
    .about-nav {
        position: absolute;
        top: 100px;
    }

    .about-box {
        margin: 0;
        margin-left: 10%;
        position: relative;
        left: 80px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .about-nav ul li {
        width: 80px;
        padding: 0 5px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .about-titless {
        text-align: center;
    }

    .about-nav {
        text-align: center;
        margin: 0 auto;
        left: 0;
        top: 0;
        position: relative;
    }

    .about-nav ul:after {
        clear: both;
        content: '';
        display: block;
    }

    .about-nav ul li {
        display: inline-block;
    }

    .about-box {
        width: 300px;
        margin: 20px auto;
        left: 0;
    }

    .about-bin {
        width: 300px;
    }

    .about-bin p {
        line-height: 2;
    }

    .about-bin br {
        display: none;
    }

    .about-sxtitle {
        font-size: 26px;
        text-align: center;
    }

    .about-sixiang {
        font-size: 16px;
        text-align: center;
    }
}

.about-bottom {
    width: 100%;
    height: 71px;
    line-height: 70px;
    background: rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(215, 215, 215, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.about-ul {
    width: 1000%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 2%;
    color: #bbb;
}

.about-li b {
    font-size: 26px;
    padding-right: 6px;
    font-weight: normal;
    color: #e61817;
}

@media (max-width: 767px) and (orientation: landscape) {
    .about-bottom {
        display: none;
    }
}

.window-bin[data-hash="contact"] > div {
    overflow: hidden;
}

.window-bin[data-hash="contact"] * {
    max-width: 100%;
}

.contact-main {
    background: rgba(255, 255, 255, .75);
    width: 900px;
    margin: 0 auto;
    padding: 50px;
}

.contact-box {
    width: 600px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding-bottom: 30px;
    text-align: left;
}

.contact-box:after {
    content: '';
    clear: both;
    display: block;
}

.contact-left {
    width: 220px;
    float: left;
}

.contact-left img {
    display: block;

}

.contact-center {
    width: 320px;
    float: left;
}

.contact-center p.t {
    font-size: 36px;
    color: #e61817;
    font-family: Georgia;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-right {
    width: 260px;
    float: left;
}

.contact-text {
    margin-top: 40px;
}

.contact-text p {
    font-size: 22px;
    color: #e61817;
    letter-spacing: 3px;
}

.contact-text p em {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0;
    margin: 0 5px 0 3px;
    background: #e61817;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-style: normal;
}

.contact-text div {
    font-family: TechnicLite;
    color: #e61817;
    font-size: 20px;
}

@media (max-width: 992px) {
    .contact-main {
        width: 640px;
    }

    .contact-box {
        width: 540px;
    }

    .contact-right {
        display: none;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .contact-main {
        width: auto;
        display: inline-block;
    }

    .contact-box {
        padding: 0;
        border: none;
        width: auto;
        display: inline-block;
    }

    .contact-left {
        width: auto;
        padding-right: 30px;
        display: inline-block;
    }

    .contact-center {
        width: auto;
        display: inline-block;
        text-align: left;
    }

    .contact-center img.c {
        display: none;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .contact-main {
        width: auto;
        display: inline-block;
    }

    .contact-box {
        padding: 0;
        border: none;
        width: auto;
        display: inline-block;
    }

    .contact-left {
        display: none;
    }

    .contact-center {
        width: auto;
        display: inline-block;
    }

    .contact-center img.c {
        display: block;
        margin: 20px auto 0 auto;
    }
}

@media (max-width: 350px) {
    .contact-main {
        padding: 20px 10px;
    }
}

.information-box {
    margin: 0 60px;
    padding-bottom: 30px;
}

.information-box ul,
.information-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.information-box li:first-child {
    margin-top: 40px;
}

.information-box ul {
    margin-bottom: 30px;
}

.information-box li {
    margin-top: 50px;
    line-height: 1;
}

.information-box li:after {
    display: table;
    content: '';
    clear: both;
}

.information-box li font {
    display: block;
    float: left;
    background: #2cc0a7;
    line-height: 22px;
    color: #fff;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}

.information-box li font:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 22px 5px 0 5px;
    border-color: #2cc0a7 transparent transparent transparent;
    top: 53px;
    left: 33px;
    transform: rotate(-40deg);
}

.information-box li font b {
    display: block;
    font-size: 26px;
    font-family: Helvetica;
    font-weight: normal;
}

.information-box li font u {
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.information-box li img {
    border: 3px solid #fff;
    height: 160px;
    float: left;
    margin-right: 30px;
}

.information-box li span {
    display: block;
}

.information-box li span h3 {
    margin: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information-box li span h3:hover {
    color: #e61817;
}

.information-box li span em {
    font-style: normal;
    color: #888;
    display: block;
    margin: 12px 0;
}

.information-box li span em u {
    text-decoration: none;
}

.information-box li p {
    color: #555;
    line-height: 22px;
    margin: 0;
    height: 66px;
    overflow: hidden;
    display: block;
    text-indent: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.information-box li strong {
    color: #2cc0a7;
    font-weight: normal;
    display: block;
    margin-top: 13px;
}

.information-box li strong i {
}

.information-box li strong a {
    color: #2cc0a7;
    margin-left: 6px;
}

.information-box li strong a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .information-box {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .information-box li font,
    .information-box li span em u {
        display: none;
    }

    .information-box li span h3 {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .information-box {
        margin: 0 30px;
    }

    .information-box li {
        margin-top: 35px;
    }

    .information-box li span {
        margin: 20px 0 10px 0;
    }

    .information-box li font {
        display: block;
    }

    .information-box li img {
        float: none;
        margin: 0;
    }

    .information-box li span h3 {
        font-size: 18px;
    }
}

@media (max-width: 350px) {
    .information-box {
        margin: 0 15px;
    }
}

.information-table {
}

.information-row {
    position: relative;
}

.information-descript {
    padding-right: 370px;
    min-height: 800px;
}

.information-descript.info0 {
    padding: 0;
}

.information-title {
    margin: 30px 60px;
    padding: 0 0 20px 0;
    position: relative;
}

.information-title h1 {
    font-size: 30px;
}

.information-title em {
    font-style: normal;
    color: #888;
    display: block;
    margin: 12px 0;
}

.information-title em u {
    text-decoration: none;
}

.information-title:after {
    content: '';
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.information-content {
    margin: 0 60px;
    padding: 0 0 20px 0;
    word-break: break-all;
}

.information-content img {
    max-width: 100%;
}

.information-hots {
    position: absolute;
    right: 60px;
    top: 100px;
}

.information-hots div {
    width: 310px;
    background: #fff;
    display: block;
    overflow: hidden;
}

.information-hots h3 {
    display: block;
    margin: 20px 10px 7.5px 10px;
    font-size: 18px;
    text-indent: 3px;
    border-bottom: 2px solid #eff2f4;
    line-height: 34px;
    position: relative;
}

.information-hots h3:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    height: 2px;
    width: 80px;
    background: #e61817;
    bottom: -2px;
    left: 0;
}

.information-hots ul,
.information-hots li {
    list-style: none;
    margin: 0;
    padding: 7.5px;
    display: block;
}

.information-hots li:after {
    clear: both;
    display: table;
    content: '';
}

.information-hots li img {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.information-hots li span {
    display: block;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.information-hots li font {
    color: #888;
    display: block;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .information-descript {
        padding-right: 340px;
    }

    .information-title {
        margin: 30px;
    }

    .information-content {
        margin: 0 30px;
    }

    .information-hots {
        right: 30px;
    }
}

@media (max-width: 992px) {
    .information-descript {
        padding: 0;
        min-height: 200px;
    }

    .information-hots {
        padding: 30px;
        position: relative;
        right: 0;
        top: 0;
    }

    .information-hots div {
        width: auto;
        margin: 0;
        top: auto;
    }

    .information-hots ul:after {
        display: table;
        content: '';
        clear: both;
    }

    .information-hots li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 479px) {
    .information-hots li {
        width: auto;
        float: none;
    }
}

.sidebar-header {
    height: 70px;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

@media (min-width: 1201px) {
    header[role=heading].active + section[role=main] .sidebar-header {
        left: 240px;
    }
}

.sidebar-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    height: 36px;
    width: 20px;
    line-height: 38px;
    margin-top: -18px;
}

.sidebar-icon i {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.sidebar-icon i.fa-arrow-left {
    display: none;
}

.sidebar-icon i.fa-th-list {
    display: inline-block;
}

.sidebar-icon.active i.fa-arrow-left {
    display: inline-block;
}

.sidebar-icon.active i.fa-th-list {
    display: none;
}

.sidebar-nav {
    position: absolute;
    top: 50%;
    left: 80px;
    right: 2.5%;
    padding-right: 212px;
    margin-top: -18px;
}

.sidebar-nav ol {
    display: none;
}

.sidebar-nav ul {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
}

.sidebar-nav ul li {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.sidebar-nav > ul > li > ul {
    z-index: 999;
}

.sidebar-search {
    position: absolute;
    right: 2.5%;
    top: 50%;
    margin-top: -18px;
}

.sidebar-search input.searchword {
    width: 200px;
    border: none;
    height: 36px;
    line-height: 34px;
    border: none;
    border-radius: 6px;
    padding: 0 30px 0 15px;
    outline: none;
    transition: .3s;
}

.sidebar-search input.searchword:hover {
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, .05);
}

.sidebar-search i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.sidebar-search i:hover {
    color: #2cc0a7;
    cursor: pointer;
}

.sidebar-header.active .sidebar-search input.searchword {
    border: 1px solid #ccc;
}

@media (max-width: 1200px) {
    .sidebar-search {
        left: 2.5%;
        right: auto;
    }
}

@media (max-width: 992px) {
    .sidebar-search {
        left: 5%;
    }
}

@media (max-width: 350px) {
    .sidebar-search input.searchword {
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .sidebar-nav > ul {
    }

    .sidebar-nav > ul > li {
        float: left;
        position: relative;
        border: 1px solid #ccc;
        padding: 0 15px;
        line-height: 34px;
        margin-left: 10px;
        border-radius: 6px;
        transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -ms-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        -webkit-transition: .35s ease-in-out;
    }

    .sidebar-nav > ul > li:first-child {
        margin-left: 0;
    }

    .sidebar-nav > ul > li > a {
        display: block;
        color: #fff;
    }

    .sidebar-nav > ul > li.active {
        background: #2cc0a7;
        border: 0;
        line-height: 36px;
    }

    .sidebar-nav > ul > li.active > a {
        color: #fff;
    }

    .sidebar-nav > ul > li:hover {
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, .15);
    }

    .sidebar-nav > ul > li.active:hover {
        box-shadow: none;
    }

    .sidebar-nav > ul > li:hover > a {
        text-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    }

    .sidebar-nav > ul > li > ul {
        background: #171717;
        position: absolute;
        top: 175%;
        left: 50%;
        border-radius: 10px;
        padding: 15px 0;
        opacity: 0;
        visibility: hidden;
        transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -ms-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        -webkit-transition: .35s ease-in-out;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .sidebar-nav > ul > li > ul:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: -16px;
        margin-left: -10px;;
        border-width: 0 9px 16px 9px;
        border-style: solid;
        border-color: transparent transparent #171717 transparent;
    }

    .sidebar-nav > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .sidebar-nav > ul > li > ul > li {
        text-align: center;
    }

    .sidebar-nav > ul > li > ul > li.one {
        display: none;
    }

    .sidebar-nav > ul > li > ul > li > a {
        color: #eee;
        line-height: 36px;
        padding: 0 30px;
        white-space: nowrap;
        display: block;
    }

    .sidebar-nav > ul > li > ul > li > a:hover {
        background: #000;
    }
}

@media (max-width: 1200px) {
    .sidebar-nav > ul > li > ul > li.one {
        display: block;
    }

    .sidebar-icon {
        left: auto;
        right: 2.5%;
    }

    .sidebar-nav {
        left: auto;
        right: 5%;
        padding: 0 20px 0 0;
    }
}

@media (max-width: 991px) {
    .sidebar-icon {
        left: auto;
        right: 5%;
    }

    .sidebar-nav {
        padding: 0;
        height: 36px;
        left: auto;
        right: 10%;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .sidebar-header {
        cursor: pointer;
    }

    .sidebar-icon {
        left: auto;
    }

    .sidebar-nav {
        padding: 0;
        height: 36px;
        left: auto;
        top: 0 !important;
        margin: 17px 20px 0 0 !important;
        cursor: pointer;
    }

    .sidebar-nav ol {
        display: block;
        list-style: none;
        margin: 0;
        background: #2cc0a7;
        line-height: 36px;
        padding: 0 15px;
        color: #fff;
        border-radius: 6px;
        position: relative;
    }

    .sidebar-nav > ul {
        background: #171717;
        position: absolute;
        top: 175%;
        left: 50%;
        border-radius: 10px;
        padding: 15px 0;
        opacity: 0;
        visibility: hidden;
        transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -ms-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        -webkit-transition: .35s ease-in-out;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .sidebar-nav > ul:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: -16px;
        margin-left: -10px;;
        border-width: 0 9px 16px 9px;
        border-style: solid;
        border-color: transparent transparent #171717 transparent;
    }

    .sidebar-nav:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .sidebar-nav > ul > li {
        text-align: center;
        position: relative;
    }

    .sidebar-nav > ul > li > a {
        color: #eee;
        line-height: 36px;
        padding: 0 30px;
        white-space: nowrap;
        display: block;
    }

    .sidebar-nav > ul > li > a:hover {
        background: #000;
    }

    .sidebar-nav > ul > li > ul {
        background: #171717;
        position: absolute;
        top: 50%;
        right: 100%;
        border-radius: 10px;
        margin-right: 20px;
        padding: 15px 0;
        opacity: 0;
        visibility: hidden;
        transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -ms-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        -webkit-transition: .35s ease-in-out;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .sidebar-nav > ul > li > ul:before {
        content: '';
        display: block;
        position: absolute;
        right: -16px;
        top: 50%;
        margin-top: -10px;;
        border-width: 9px 0 9px 16px;
        border-style: solid;
        border-color: transparent transparent transparent #171717;
    }

    .sidebar-nav > ul > li:hover > ul {
        opacity: 1;
        visibility: visible
    }

    .sidebar-nav > ul > li > ul > li {
        text-align: center;
    }

    .sidebar-nav > ul > li > ul > li.one {
        display: block;
    }

    .sidebar-nav > ul > li > ul > li > a {
        color: #eee;
        line-height: 36px;
        padding: 0 30px;
        white-space: nowrap;
        display: block;
    }

    .sidebar-nav > ul > li > ul > li > a:hover {
        background: #000;
    }
}

.sidebar-header.active {
    position: relative;
    background: #eff2f4;
    left: 0 !important;
}

.sidebar-header.active .sidebar-icon i {
    color: #393939;
}

@media (max-width: 1200px) {
    .sidebar-header.active {
        background: #fff;
    }
}

@media (min-width: 1200px) {
    .sidebar-header.active .sidebar-nav > ul > li {
        background: rgba(255, 255, 255, 1);
    }

    .sidebar-header.active .sidebar-nav > ul > li > a {
        color: #393939;
    }

    .sidebar-header.active .sidebar-nav > ul > li.active {
        background: #2cc0a7;
    }

    .sidebar-header.active .sidebar-nav > ul > li.active > a {
        color: #fff;
    }

    .sidebar-header.active .sidebar-nav > ul > li:hover {
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, .035);
    }

    .sidebar-header.active .sidebar-nav > ul > li:hover > a {
        text-shadow: 0 2px 3px rgba(0, 0, 0, .035);
    }
}

.links-box {
    width: 140px;
    margin: 10px auto;
    height: 34px;
}

.links-box dl {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    height: 34px;
}

.links-box dl dt {
    display: block;
    background: #e61817;
    color: #fff;
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-radius: 30px;
}

.links-box dl dd {
    display: block;
    margin: 0;
    padding: 0;
    background: #171717;
    position: absolute;
    max-height: 250px;
    overflow: auto;
    left: 160px;
    bottom: -20px;
    padding: 10px 0;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.links-box dl dd:before {
    content: '';
    display: block;
    position: absolute;
    left: -16px;
    bottom: 26px;
    margin-top: -10px;
    border-width: 9px 16px 9px 0;
    border-style: solid;
    border-color: transparent #171717 transparent transparent;
}

.links-box dl dd a {
    color: #fff;
    display: block;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 20px;
}

.links-box dl:hover dd {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .links-box dl dd {
        left: -30px;
        bottom: 54px;
    }

    .links-box dl dd:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: -16px;
        margin-left: -10px;
        border-width: 16px 9px 0 9px;
        border-style: solid;
        border-color: #171717 transparent transparent transparent;
    }

    .links-box dl dd a {
        color: #fff;
        display: block;
        white-space: nowrap;
        line-height: 40px;
        padding: 0 20px;
    }
}

.dropdown-menu-media .list-group-item .media {
    line-height: 2.2;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    line-height: 60px !important;
}

.navbar-logo {
    padding-left: 15px;
}

.navbar-header,
.navbar-header .vertical-align-middle {
    font-size: 0 !important;
}

.nav > li > a {
    padding: 0 30px;
    font-size: 15px;
    color: #848484;
    overflow: visible;
}

@media (max-width: 768px) {
    .nav > li > a {
        padding: 0 20px;
    }
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: none;
}

.nav > li > a.active {
    color: #e61817;
}

.nav > li > a:after {
    content: '';
    border-bottom: 1px solid #a8a8a8;
    width: 0%;
    position: absolute;
    bottom: -1px;
    left: 5%;
    right: 5%;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.nav > li > a.active:after {
    width: 90%;
}

.nav > li:hover > a:after {
    width: 90%;
}

.nav:hover > li > a.active:after {
    width: 0%;
}

.nav:hover > li:hover > a.active:after {
    width: 90%;
}

.dropdown-menu.animate > li.divider {
    display: none;
}

.met-nav-right-shop.nav > li > a.active:after {
    width: 0%;
}

.met-nav-right-shop.nav > li:hover > a:after {
    width: 0%;
}

.met-nav-right-shop.nav:hover > li:hover > a.active:after {
    width: 0%;
}

.navbar-nav > li > a {
    line-height: inherit;
}

@media (min-width: 768px) {
    .navfix-other {
        height: 60px;
    }

    .navbar-right {
        margin-right: 0;
    }
}

.navbar-right .dropdown-menu {
}

.dropdown-menu {
    top: 120%;
    display: none;
    float: none;
    min-width: 180px;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background: #fff;
    border: 1px solid #fff;
    border-top-color: #a8a8a8;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

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

.dropdown-menu > li > a {
    padding: 0 30px;
    line-height: 50px;
    font-size: 15px;
    color: #848484 !important;
    background: none;
}

.dropdown-menu > li > a:hover {
    color: #333 !important;
    background: none;
}

.dropdown-menu > li > ul > li > a {
    color: #848484 !important;
}

.dropdown-menu > li > ul > li > a:hover {
    color: #333 !important;
    background: none;
}

.dropdown-menu > .dropdown-submenu .dropdown-menu {
    top: -1px;
    left: 100%;
}

.dropdown-menu > .dropdown-submenu .dropdown-menu {
    top: -1px;
    left: auto;
    right: 100%;
}

.dropdown-menu.bullet:before {
    border-bottom-color: #a8a8a8;
}

.dropdown-menu > li {
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}

.dropdown-menu > li:last-child {
    border: none;
}

.dropdown-menu-right.bullet:after,
.dropdown-menu-right.bullet:before {
    right: 30px;
    display: none;
}

.dropdown-menu.bullet:before {
}

.dropdown-menu.bullet:after,
.dropdown-menu.bullet:before {
}

.dropdown-menu > .dropdown-submenu > a:after {
    display: none;
}

.nav > li > ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.nav > li.open > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
}

@media (max-width: 767px) {
    nav {
        line-height: 50px;
        position: relative;
    }

    nav.nav-mod-fixed {
        position: fixed;
    }

    nav.nav-mod-fixed .navbar-collapse {
        overflow-y: scroll;
        max-height: 380px;
    }

    .navfix-mod-other {
        height: 60px;
    }

    .nav > li > ul.dropdown-menu {
        opacity: 1;
        visibility: hidden;
        display: none;
    }

    .nav > li.open > ul.dropdown-menu {
        display: block;
    }

    .navbar-toggle {
        padding: 0px 15px;
        border: none;
        margin: 0;
        height: 60px;
    }

    .navbar-nav {
        margin: 0;
    }

    .nav > li > a:after {
        content: '';
        border-bottom: 1px dashed #f2f2f2;
        width: 100% !important;
        left: 0;
        right: auto;
    }

    .nav > li > a.active:after {
        border-bottom: 1px solid #a8a8a8;
        left: 0;
        right: auto;
    }

    .dropdown-menu > li {
        border: none;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 50px;
        border-bottom: 1px dotted #f2f2f2;
    }
}

.window-bin {
    height: 100%;
}

.window-bin.foot,
footer {
    height: auto;
    padding: 15px 60px;
    line-height: 30px;
    background: #393939;
    color: #eee;
    text-align: center;
    border: none !important;
}

.window-bin.foot a,
footer a {
    color: #eee;
}

.window-bin.foot a:hover,
footer a:hover {
    color: #fff;
}

.window-bin.foot.none0,
footer.none {
    display: none !important;
}

.window-bin.foot p {
    margin: 0;
}

@media (max-width: 1200px) {
    footer {
        padding: 22px 40px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 22px 20px;
    }
}

.met-product {
    margin: 0 30px;
}

@media (max-width: 767px) {
    .met-product {
        margin: 0 5px;
    }
}

.met-column-nav {
    position: relative;
    z-index: 99999;
    background: #fff;
}

em.fa {
    width: 18px;
    text-align: center;
}

.met-editor {
    font-size: 14px;
    color: #39399;
}

.met-news-bar ul.column li a,
.met-news-bar .recommend .list-group a:hover,
.met-column-nav ul.met-column-nav-ul > li a.link:hover,
.met-column-nav ul.met-column-nav-ul > li a.link.active,
.breadcrumb > li + li:before,
.btn-outline.btn-primary {
    color: #393939;
}

.btn-primary,
.met_pager a.Ahover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #2cc0a7;
    border-color: #2cc0a7;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    z-index: 9999;
}

.btn-primary,
.modal-footer .btn + .btn {
    border-radius: 6px;
}

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

.modal-primary .modal-header {
    background-color: #e61817 !important;
}

.form-control.focus,
.form-control:focus,
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #e61817 !important;
}

.modal {
    z-index: 9999999999 !important;
}

.modal-backdrop {
    z-index: 9999999 !important;
}

.form-control.focus,
.form-control:focus,
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #393939;
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
    border: 1px solid #393939;
}

.product-shop {
    height: 60px;
    width: 88px;
    margin-left: 80px;
    margin-top: 10px;
}

.product-shop .pull-right {
    float: left;
}

@media (max-width: 1200px) {
    .product-shop {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .product-shop {
        margin-left: 40px;
    }
}

.nav-tabs-line > li.active > a,
.nav-tabs-line > li.active > a:focus,
.nav-tabs-line > li.active > a:hover {
    color: #595959;
    border-bottom-color: #595959;
    padding-bottom: 10px;
}


.overlay-fade {
    opacity: 0;
}

.cover-title {
    background: #393939;
    text-align: center;
    padding: 15px 0;
    line-height: 2;
}

.cover-title h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    display: block;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.cover-title p {
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    color: #aaa;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.cover-title p a {
    color: #aaa;
}

.cover-title p a:hover {
    text-decoration: underline;
}

.met-img li:nth-child(2n) .cover-title {
    background: #292929;
}

.page-main {
    padding: 0 20px;
}

.pager li > a:focus,
.pager li > a:hover {
    border-color: #2cc0a7;
    color: #2cc0a7;
    background: rgba(255, 255, 255, .75);
}

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

.btn-outline.btn-default {
    padding: 5px 10px;
    margin-top: 15px;
    color: #393939;
    border-color: #ddd;
}

.btn-outline.btn-default:hover {
    border-color: #2cc0a7;
    background: #2cc0a7;
    color: #fff;
}

.met-news-bar ul.column li a,
.met-news-bar .recommend .list-group a:hover,
.met-column-nav ul.met-column-nav-ul > li a.link:hover,
.met-column-nav ul.met-column-nav-ul > li a.link.active,
.breadcrumb > li + li:before,
.btn-outline.btn-primary {
    border-color: #2cc0a7;
    background: #2cc0a7;
    color: #fff;
    border-radius: 6px;
    transition: .3s;
}

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

.pagetype2 .met-showproduct-list {
}

body.qipn_side_mb_body.qipn_side_lg {
    height: 100% !important;
    padding: 0 !important;
}

.met-job,
.met-news,
.met-product,
.met-message,
.met-feedback,
.met-download,
.met-position.pattern-show,
.met-shownews,
.met-showimg,
.met-showproduct.pagetype1,
.met-showproduct.pagetype2,
.met-showproduct.pagetype3,
.met-product .less-page-content,
.navbar-default .navbar-toolbar > .active > a,
.navbar-default .navbar-toolbar > .active > a:focus,
.navbar-default .navbar-toolbar > .active > a:hover,

@media (max-width: 1200px) {
    .met-showproduct.pagetype1 {
        margin-top: 30px;
    }
}

.met-showproduct.pagetype2 nav.navbar {
    background-color: #eff2f4;
}

.met-showproduct.pagetype2 nav.navbar {
    background: rgba(0, 0, 0, .05);
}

.met-showproduct.pagetype2 nav[role=navigation] {
    height: auto;
    width: auto;
    padding: 0;
    line-height: 50px !important;
}

.met-showproduct.pagetype2 .navbar-toggle .icon {
    font-size: 14px;
    position: relative;
    margin-top: 0;
    top: 4px;
}

.met-showproduct.pagetype2 .nav > li > a:after {
    border: none;
}

@media (min-width: 1200px) {
    .met-showproduct.pagetype2 nav.navbar {
        background: #fff;
    }
}

.btn {
    border-radius: 6px;
}

.met-show {
    background: none;
}

.type-2 .widget .cover {
    overflow: hidden;
}

.webui-popover {
    z-index: 9999999999999 !important;
}

.met-showproduct nav {
    z-index: 999;
}

.met-white-lightGallery .lg-outer,
.lg-outer,
.lg-backdrop {
    z-index: 999999999999;
}

.met-white-lightGallery .lg-sub-html {
}

.met-weixin-img img {
    max-width: 130px;
    padding: 10px;
}

section[role=main].subpage.active .navbar-fixed-bottom,
section[role=main].subpage.active .navbar-fixed-top {
    left: 240px;
    width: auto;
    right: 0;
}