@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    text-rendering: optimizeLegibility;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    overflow: visible;
    /* 2 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
    border-bottom: none;
    /* 1 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

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


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

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


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    /* 2 */
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    display: table;
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 2 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px;
    /* 2 */
    -webkit-appearance: textfield;
    /* 1 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    font: inherit;
    /* 2 */
    -webkit-appearance: button;
    /* 1 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

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

HTML {
    background: #E4E4E4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/*
body {
    -webkit-transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    opacity: 0;
    &.dom-loaded {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}
*/

BODY {
    -webkit-overflow-scrolling: touch;
}

figure {
    outline: none;
}

INPUT {
    margin: 0;
    outline: none;
    font-family: inherit;
}

INPUT[type=number]::-webkit-inner-spin-button,
INPUT[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.lt-center {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.lt-inline {
    display: inline-block;
    vertical-align: top;
}

.lt-justify {
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    white-space: normal;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

.lt-justify .inner-item {
    display: inline-block;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    vertical-align: top;
}

.lt-container {
    display: table;
    width: 100%;
}

.lt-container .inner-ft {
    display: table-cell;
    vertical-align: top;
}

.lt-container .inner-ht {
    display: table-cell;
    vertical-align: top;
}

.lt-container .inner-content {
    display: table-cell;
    vertical-align: top;
}

.lt-container .inner-content IMG {
    width: auto\9;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

.lt-container .inner-content.v-mid {
    vertical-align: middle;
}

.lt-box {
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    white-space: normal;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}

.lt-box:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.lt-box .inner-item {
    display: inline-block;
    margin: 10px auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
}

.sc-hide {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.sc-show {
    display: block;
    visibility: visible;
    opacity: 1;
}

.sc-no-txd {
    text-decoration: blink !important;
}

.sc-no-txd:hover,
.sc-no-txd:focus {
    text-decoration: blink !important;
}

.pointer {
    cursor: pointer;
}

.tx-para {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: initial;
    word-break: break-all;
}

.tx-quote:before,
.tx-quote:after {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: '';
    vertical-align: middle;
}

.tx-quote:before {
    background: url(/resource/imgs/ic_common/ic_quote_open.svg) no-repeat left top;
}

.tx-quote:after {
    background: url(/resource/imgs/ic_common/ic_quote_close.svg) no-repeat right top;
}

.tx-2em {
    text-indent: 2em;
}

.tx-left {
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

.tx-center {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.tx-reset {
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: normal;
}

.tx-wrap {
    white-space: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -ms-word-break: break-all;
}

.tx-nowrap {
    white-space: nowrap;
}

.fw-normal {
    font-weight: normal;
}

.tx-lh-1_6 {
    line-height: 1.6;
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


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

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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;
    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;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

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

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


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

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

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

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

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

body {
    color: #333;
    background-color: #fff;
    font: 400 19px/1.25 'PingFang SC', 'Helvetica Neue', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Noto Sans CJK SC', sans-serif;
}

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

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

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

[role="button"] {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

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

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

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

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

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

.text-success {
    color: #3c763d;
}

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

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: hidden;
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

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

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

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

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

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

input[type="file"] {
    display: block;
}

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

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

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

output {
    display: block;
    padding-top: 7px;
    color: #555;
    font-size: 14px;
    line-height: 1.42857143;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 14px;
    line-height: 1.42857143;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

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

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

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

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

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

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

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

.has-feedback {
    position: relative;
}

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

.form-control-feedback {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    pointer-events: none;
    line-height: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default:focus,
.btn-default.focus {
    color: #333;
    border-color: #8c8c8c;
    background-color: #e6e6e6;
}

.btn-default:hover {
    color: #333;
    border-color: #adadad;
    background-color: #e6e6e6;
}

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

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    border-color: #8c8c8c;
    background-color: #d4d4d4;
}

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

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

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

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

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    border-color: #122b40;
    background-color: #286090;
}

.btn-primary:hover {
    color: #fff;
    border-color: #204d74;
    background-color: #286090;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #204d74;
    background-color: #286090;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    border-color: #122b40;
    background-color: #204d74;
}

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

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    border-color: #2e6da4;
    background-color: #337ab7;
}

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

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

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    border-color: #255625;
    background-color: #449d44;
}

.btn-success:hover {
    color: #fff;
    border-color: #398439;
    background-color: #449d44;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    border-color: #398439;
    background-color: #449d44;
}

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

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

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    border-color: #4cae4c;
    background-color: #5cb85c;
}

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

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

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    border-color: #1b6d85;
    background-color: #31b0d5;
}

.btn-info:hover {
    color: #fff;
    border-color: #269abc;
    background-color: #31b0d5;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    border-color: #269abc;
    background-color: #31b0d5;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    border-color: #1b6d85;
    background-color: #269abc;
}

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

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    border-color: #46b8da;
    background-color: #5bc0de;
}

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

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

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    border-color: #985f0d;
    background-color: #ec971f;
}

.btn-warning:hover {
    color: #fff;
    border-color: #d58512;
    background-color: #ec971f;
}

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

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    border-color: #761c19;
    background-color: #c9302c;
}

.btn-danger:hover {
    color: #fff;
    border-color: #ac2925;
    background-color: #c9302c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    overflow: hidden;
    height: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

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

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

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

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

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

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    cursor: not-allowed;
    text-decoration: none;
    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;
    white-space: nowrap;
    color: #777;
    font-size: 12px;
    line-height: 1.42857143;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav>li.disabled>a {
    color: #777;
}

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #337ab7;
    background-color: #eee;
}

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

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

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

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

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

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

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

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

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

.nav-stacked>li {
    float: none;
}

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

.nav-justified {
    width: 100%;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

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

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

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

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

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

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

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.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;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand>img {
    display: block;
}

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

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

.navbar-toggle:focus {
    outline: 0;
}

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

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

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

.navbar-nav {
    margin: 7.5px -15px;
}

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

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

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

.navbar-default {
    border-color: #e7e7e7;
    background-color: #f8f8f8;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

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

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

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

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

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

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

.navbar-inverse {
    border-color: #080808;
    background-color: #222;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

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

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

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

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

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

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

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

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

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

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

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

.breadcrumb>li {
    display: inline-block;
}

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

.breadcrumb>.active {
    color: #777;
}

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

.pagination>li {
    display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pager {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

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

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

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

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

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

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

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

.label:empty {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    line-height: 1.42857143;
}

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

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

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

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

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

.alert .alert-link {
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

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

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

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

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

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

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

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

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

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

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

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

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    cursor: not-allowed;
    color: #777;
    background-color: #eee;
}

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

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

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

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

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

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

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

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

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

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

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

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

.panel-body {
    padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
    overflow: hidden;
}

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

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

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

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

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

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.42857143;
    filter: alpha(opacity=0);
    line-break: auto;
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #000;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.42857143;
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    background-color: #f7f7f7;
    font-size: 14px;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

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

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

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

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        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%;
    text-align: center;
    opacity: .5;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    filter: alpha(opacity=50);
}

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

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

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

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

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

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
    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;
    z-index: 15;
    bottom: 10px;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

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

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

.carousel-caption {
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 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-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

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

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

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

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

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

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

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

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #265a88;
    background-image: none;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #419641;
    background-image: none;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #2aabd2;
    background-image: none;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #eb9316;
    background-image: none;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #c12e2a;
    background-image: none;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

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

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
    text-shadow: none;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success>.panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}


/*# sourceMappingURL=bootstrap-theme.css.map */


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=2.0.0");
    src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
    content: "\f101";
}

.ion-alert-circled:before {
    content: "\f100";
}

.ion-android-add:before {
    content: "\f2c7";
}

.ion-android-add-circle:before {
    content: "\f359";
}

.ion-android-alarm-clock:before {
    content: "\f35a";
}

.ion-android-alert:before {
    content: "\f35b";
}

.ion-android-apps:before {
    content: "\f35c";
}

.ion-android-archive:before {
    content: "\f2c9";
}

.ion-android-arrow-back:before {
    content: "\f2ca";
}

.ion-android-arrow-down:before {
    content: "\f35d";
}

.ion-android-arrow-dropdown:before {
    content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e";
}

.ion-android-arrow-dropleft:before {
    content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360";
}

.ion-android-arrow-dropright:before {
    content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362";
}

.ion-android-arrow-dropup:before {
    content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364";
}

.ion-android-arrow-forward:before {
    content: "\f30f";
}

.ion-android-arrow-up:before {
    content: "\f366";
}

.ion-android-attach:before {
    content: "\f367";
}

.ion-android-bar:before {
    content: "\f368";
}

.ion-android-bicycle:before {
    content: "\f369";
}

.ion-android-boat:before {
    content: "\f36a";
}

.ion-android-bookmark:before {
    content: "\f36b";
}

.ion-android-bulb:before {
    content: "\f36c";
}

.ion-android-bus:before {
    content: "\f36d";
}

.ion-android-calendar:before {
    content: "\f2d1";
}

.ion-android-call:before {
    content: "\f2d2";
}

.ion-android-camera:before {
    content: "\f2d3";
}

.ion-android-cancel:before {
    content: "\f36e";
}

.ion-android-car:before {
    content: "\f36f";
}

.ion-android-cart:before {
    content: "\f370";
}

.ion-android-chat:before {
    content: "\f2d4";
}

.ion-android-checkbox:before {
    content: "\f374";
}

.ion-android-checkbox-blank:before {
    content: "\f371";
}

.ion-android-checkbox-outline:before {
    content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372";
}

.ion-android-checkmark-circle:before {
    content: "\f375";
}

.ion-android-clipboard:before {
    content: "\f376";
}

.ion-android-close:before {
    content: "\f2d7";
}

.ion-android-cloud:before {
    content: "\f37a";
}

.ion-android-cloud-circle:before {
    content: "\f377";
}

.ion-android-cloud-done:before {
    content: "\f378";
}

.ion-android-cloud-outline:before {
    content: "\f379";
}

.ion-android-color-palette:before {
    content: "\f37b";
}

.ion-android-compass:before {
    content: "\f37c";
}

.ion-android-contact:before {
    content: "\f2d8";
}

.ion-android-contacts:before {
    content: "\f2d9";
}

.ion-android-contract:before {
    content: "\f37d";
}

.ion-android-create:before {
    content: "\f37e";
}

.ion-android-delete:before {
    content: "\f37f";
}

.ion-android-desktop:before {
    content: "\f380";
}

.ion-android-document:before {
    content: "\f381";
}

.ion-android-done:before {
    content: "\f383";
}

.ion-android-done-all:before {
    content: "\f382";
}

.ion-android-download:before {
    content: "\f2dd";
}

.ion-android-drafts:before {
    content: "\f384";
}

.ion-android-exit:before {
    content: "\f385";
}

.ion-android-expand:before {
    content: "\f386";
}

.ion-android-favorite:before {
    content: "\f388";
}

.ion-android-favorite-outline:before {
    content: "\f387";
}

.ion-android-film:before {
    content: "\f389";
}

.ion-android-folder:before {
    content: "\f2e0";
}

.ion-android-folder-open:before {
    content: "\f38a";
}

.ion-android-funnel:before {
    content: "\f38b";
}

.ion-android-globe:before {
    content: "\f38c";
}

.ion-android-hand:before {
    content: "\f2e3";
}

.ion-android-hangout:before {
    content: "\f38d";
}

.ion-android-happy:before {
    content: "\f38e";
}

.ion-android-home:before {
    content: "\f38f";
}

.ion-android-image:before {
    content: "\f2e4";
}

.ion-android-laptop:before {
    content: "\f390";
}

.ion-android-list:before {
    content: "\f391";
}

.ion-android-locate:before {
    content: "\f2e9";
}

.ion-android-lock:before {
    content: "\f392";
}

.ion-android-mail:before {
    content: "\f2eb";
}

.ion-android-map:before {
    content: "\f393";
}

.ion-android-menu:before {
    content: "\f394";
}

.ion-android-microphone:before {
    content: "\f2ec";
}

.ion-android-microphone-off:before {
    content: "\f395";
}

.ion-android-more-horizontal:before {
    content: "\f396";
}

.ion-android-more-vertical:before {
    content: "\f397";
}

.ion-android-navigate:before {
    content: "\f398";
}

.ion-android-notifications:before {
    content: "\f39b";
}

.ion-android-notifications-none:before {
    content: "\f399";
}

.ion-android-notifications-off:before {
    content: "\f39a";
}

.ion-android-open:before {
    content: "\f39c";
}

.ion-android-options:before {
    content: "\f39d";
}

.ion-android-people:before {
    content: "\f39e";
}

.ion-android-person:before {
    content: "\f3a0";
}

.ion-android-person-add:before {
    content: "\f39f";
}

.ion-android-phone-landscape:before {
    content: "\f3a1";
}

.ion-android-phone-portrait:before {
    content: "\f3a2";
}

.ion-android-pin:before {
    content: "\f3a3";
}

.ion-android-plane:before {
    content: "\f3a4";
}

.ion-android-playstore:before {
    content: "\f2f0";
}

.ion-android-print:before {
    content: "\f3a5";
}

.ion-android-radio-button-off:before {
    content: "\f3a6";
}

.ion-android-radio-button-on:before {
    content: "\f3a7";
}

.ion-android-refresh:before {
    content: "\f3a8";
}

.ion-android-remove:before {
    content: "\f2f4";
}

.ion-android-remove-circle:before {
    content: "\f3a9";
}

.ion-android-restaurant:before {
    content: "\f3aa";
}

.ion-android-sad:before {
    content: "\f3ab";
}

.ion-android-search:before {
    content: "\f2f5";
}

.ion-android-send:before {
    content: "\f2f6";
}

.ion-android-settings:before {
    content: "\f2f7";
}

.ion-android-share:before {
    content: "\f2f8";
}

.ion-android-share-alt:before {
    content: "\f3ac";
}

.ion-android-star:before {
    content: "\f2fc";
}

.ion-android-star-half:before {
    content: "\f3ad";
}

.ion-android-star-outline:before {
    content: "\f3ae";
}

.ion-android-stopwatch:before {
    content: "\f2fd";
}

.ion-android-subway:before {
    content: "\f3af";
}

.ion-android-sunny:before {
    content: "\f3b0";
}

.ion-android-sync:before {
    content: "\f3b1";
}

.ion-android-textsms:before {
    content: "\f3b2";
}

.ion-android-time:before {
    content: "\f3b3";
}

.ion-android-train:before {
    content: "\f3b4";
}

.ion-android-unlock:before {
    content: "\f3b5";
}

.ion-android-upload:before {
    content: "\f3b6";
}

.ion-android-volume-down:before {
    content: "\f3b7";
}

.ion-android-volume-mute:before {
    content: "\f3b8";
}

.ion-android-volume-off:before {
    content: "\f3b9";
}

.ion-android-volume-up:before {
    content: "\f3ba";
}

.ion-android-walk:before {
    content: "\f3bb";
}

.ion-android-warning:before {
    content: "\f3bc";
}

.ion-android-watch:before {
    content: "\f3bd";
}

.ion-android-wifi:before {
    content: "\f305";
}

.ion-aperture:before {
    content: "\f313";
}

.ion-archive:before {
    content: "\f102";
}

.ion-arrow-down-a:before {
    content: "\f103";
}

.ion-arrow-down-b:before {
    content: "\f104";
}

.ion-arrow-down-c:before {
    content: "\f105";
}

.ion-arrow-expand:before {
    content: "\f25e";
}

.ion-arrow-graph-down-left:before {
    content: "\f25f";
}

.ion-arrow-graph-down-right:before {
    content: "\f260";
}

.ion-arrow-graph-up-left:before {
    content: "\f261";
}

.ion-arrow-graph-up-right:before {
    content: "\f262";
}

.ion-arrow-left-a:before {
    content: "\f106";
}

.ion-arrow-left-b:before {
    content: "\f107";
}

.ion-arrow-left-c:before {
    content: "\f108";
}

.ion-arrow-move:before {
    content: "\f263";
}

.ion-arrow-resize:before {
    content: "\f264";
}

.ion-arrow-return-left:before {
    content: "\f265";
}

.ion-arrow-return-right:before {
    content: "\f266";
}

.ion-arrow-right-a:before {
    content: "\f109";
}

.ion-arrow-right-b:before {
    content: "\f10a";
}

.ion-arrow-right-c:before {
    content: "\f10b";
}

.ion-arrow-shrink:before {
    content: "\f267";
}

.ion-arrow-swap:before {
    content: "\f268";
}

.ion-arrow-up-a:before {
    content: "\f10c";
}

.ion-arrow-up-b:before {
    content: "\f10d";
}

.ion-arrow-up-c:before {
    content: "\f10e";
}

.ion-asterisk:before {
    content: "\f314";
}

.ion-at:before {
    content: "\f10f";
}

.ion-backspace:before {
    content: "\f3bf";
}

.ion-backspace-outline:before {
    content: "\f3be";
}

.ion-bag:before {
    content: "\f110";
}

.ion-battery-charging:before {
    content: "\f111";
}

.ion-battery-empty:before {
    content: "\f112";
}

.ion-battery-full:before {
    content: "\f113";
}

.ion-battery-half:before {
    content: "\f114";
}

.ion-battery-low:before {
    content: "\f115";
}

.ion-beaker:before {
    content: "\f269";
}

.ion-beer:before {
    content: "\f26a";
}

.ion-bluetooth:before {
    content: "\f116";
}

.ion-bonfire:before {
    content: "\f315";
}

.ion-bookmark:before {
    content: "\f26b";
}

.ion-bowtie:before {
    content: "\f3c0";
}

.ion-briefcase:before {
    content: "\f26c";
}

.ion-bug:before {
    content: "\f2be";
}

.ion-calculator:before {
    content: "\f26d";
}

.ion-calendar:before {
    content: "\f117";
}

.ion-camera:before {
    content: "\f118";
}

.ion-card:before {
    content: "\f119";
}

.ion-cash:before {
    content: "\f316";
}

.ion-chatbox:before {
    content: "\f11b";
}

.ion-chatbox-working:before {
    content: "\f11a";
}

.ion-chatboxes:before {
    content: "\f11c";
}

.ion-chatbubble:before {
    content: "\f11e";
}

.ion-chatbubble-working:before {
    content: "\f11d";
}

.ion-chatbubbles:before {
    content: "\f11f";
}

.ion-checkmark:before {
    content: "\f122";
}

.ion-checkmark-circled:before {
    content: "\f120";
}

.ion-checkmark-round:before {
    content: "\f121";
}

.ion-chevron-down:before {
    content: "\f123";
}

.ion-chevron-left:before {
    content: "\f124";
}

.ion-chevron-right:before {
    content: "\f125";
}

.ion-chevron-up:before {
    content: "\f126";
}

.ion-clipboard:before {
    content: "\f127";
}

.ion-clock:before {
    content: "\f26e";
}

.ion-close:before {
    content: "\f12a";
}

.ion-close-circled:before {
    content: "\f128";
}

.ion-close-round:before {
    content: "\f129";
}

.ion-closed-captioning:before {
    content: "\f317";
}

.ion-cloud:before {
    content: "\f12b";
}

.ion-code:before {
    content: "\f271";
}

.ion-code-download:before {
    content: "\f26f";
}

.ion-code-working:before {
    content: "\f270";
}

.ion-coffee:before {
    content: "\f272";
}

.ion-compass:before {
    content: "\f273";
}

.ion-compose:before {
    content: "\f12c";
}

.ion-connection-bars:before {
    content: "\f274";
}

.ion-contrast:before {
    content: "\f275";
}

.ion-crop:before {
    content: "\f3c1";
}

.ion-cube:before {
    content: "\f318";
}

.ion-disc:before {
    content: "\f12d";
}

.ion-document:before {
    content: "\f12f";
}

.ion-document-text:before {
    content: "\f12e";
}

.ion-drag:before {
    content: "\f130";
}

.ion-earth:before {
    content: "\f276";
}

.ion-easel:before {
    content: "\f3c2";
}

.ion-edit:before {
    content: "\f2bf";
}

.ion-egg:before {
    content: "\f277";
}

.ion-eject:before {
    content: "\f131";
}

.ion-email:before {
    content: "\f132";
}

.ion-email-unread:before {
    content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4";
}

.ion-eye:before {
    content: "\f133";
}

.ion-eye-disabled:before {
    content: "\f306";
}

.ion-female:before {
    content: "\f278";
}

.ion-filing:before {
    content: "\f134";
}

.ion-film-marker:before {
    content: "\f135";
}

.ion-fireball:before {
    content: "\f319";
}

.ion-flag:before {
    content: "\f279";
}

.ion-flame:before {
    content: "\f31a";
}

.ion-flash:before {
    content: "\f137";
}

.ion-flash-off:before {
    content: "\f136";
}

.ion-folder:before {
    content: "\f139";
}

.ion-fork:before {
    content: "\f27a";
}

.ion-fork-repo:before {
    content: "\f2c0";
}

.ion-forward:before {
    content: "\f13a";
}

.ion-funnel:before {
    content: "\f31b";
}

.ion-gear-a:before {
    content: "\f13d";
}

.ion-gear-b:before {
    content: "\f13e";
}

.ion-grid:before {
    content: "\f13f";
}

.ion-hammer:before {
    content: "\f27b";
}

.ion-happy:before {
    content: "\f31c";
}

.ion-happy-outline:before {
    content: "\f3c6";
}

.ion-headphone:before {
    content: "\f140";
}

.ion-heart:before {
    content: "\f141";
}

.ion-heart-broken:before {
    content: "\f31d";
}

.ion-help:before {
    content: "\f143";
}

.ion-help-buoy:before {
    content: "\f27c";
}

.ion-help-circled:before {
    content: "\f142";
}

.ion-home:before {
    content: "\f144";
}

.ion-icecream:before {
    content: "\f27d";
}

.ion-image:before {
    content: "\f147";
}

.ion-images:before {
    content: "\f148";
}

.ion-information:before {
    content: "\f14a";
}

.ion-information-circled:before {
    content: "\f149";
}

.ion-ionic:before {
    content: "\f14b";
}

.ion-ios-alarm:before {
    content: "\f3c8";
}

.ion-ios-alarm-outline:before {
    content: "\f3c7";
}

.ion-ios-albums:before {
    content: "\f3ca";
}

.ion-ios-albums-outline:before {
    content: "\f3c9";
}

.ion-ios-americanfootball:before {
    content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb";
}

.ion-ios-analytics:before {
    content: "\f3ce";
}

.ion-ios-analytics-outline:before {
    content: "\f3cd";
}

.ion-ios-arrow-back:before {
    content: "\f3cf";
}

.ion-ios-arrow-down:before {
    content: "\f3d0";
}

.ion-ios-arrow-forward:before {
    content: "\f3d1";
}

.ion-ios-arrow-left:before {
    content: "\f3d2";
}

.ion-ios-arrow-right:before {
    content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7";
}

.ion-ios-arrow-up:before {
    content: "\f3d8";
}

.ion-ios-at:before {
    content: "\f3da";
}

.ion-ios-at-outline:before {
    content: "\f3d9";
}

.ion-ios-barcode:before {
    content: "\f3dc";
}

.ion-ios-barcode-outline:before {
    content: "\f3db";
}

.ion-ios-baseball:before {
    content: "\f3de";
}

.ion-ios-baseball-outline:before {
    content: "\f3dd";
}

.ion-ios-basketball:before {
    content: "\f3e0";
}

.ion-ios-basketball-outline:before {
    content: "\f3df";
}

.ion-ios-bell:before {
    content: "\f3e2";
}

.ion-ios-bell-outline:before {
    content: "\f3e1";
}

.ion-ios-body:before {
    content: "\f3e4";
}

.ion-ios-body-outline:before {
    content: "\f3e3";
}

.ion-ios-bolt:before {
    content: "\f3e6";
}

.ion-ios-bolt-outline:before {
    content: "\f3e5";
}

.ion-ios-book:before {
    content: "\f3e8";
}

.ion-ios-book-outline:before {
    content: "\f3e7";
}

.ion-ios-bookmarks:before {
    content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9";
}

.ion-ios-box:before {
    content: "\f3ec";
}

.ion-ios-box-outline:before {
    content: "\f3eb";
}

.ion-ios-briefcase:before {
    content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed";
}

.ion-ios-browsers:before {
    content: "\f3f0";
}

.ion-ios-browsers-outline:before {
    content: "\f3ef";
}

.ion-ios-calculator:before {
    content: "\f3f2";
}

.ion-ios-calculator-outline:before {
    content: "\f3f1";
}

.ion-ios-calendar:before {
    content: "\f3f4";
}

.ion-ios-calendar-outline:before {
    content: "\f3f3";
}

.ion-ios-camera:before {
    content: "\f3f6";
}

.ion-ios-camera-outline:before {
    content: "\f3f5";
}

.ion-ios-cart:before {
    content: "\f3f8";
}

.ion-ios-cart-outline:before {
    content: "\f3f7";
}

.ion-ios-chatboxes:before {
    content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9";
}

.ion-ios-chatbubble:before {
    content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb";
}

.ion-ios-checkmark:before {
    content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe";
}

.ion-ios-circle-filled:before {
    content: "\f400";
}

.ion-ios-circle-outline:before {
    content: "\f401";
}

.ion-ios-clock:before {
    content: "\f403";
}

.ion-ios-clock-outline:before {
    content: "\f402";
}

.ion-ios-close:before {
    content: "\f406";
}

.ion-ios-close-empty:before {
    content: "\f404";
}

.ion-ios-close-outline:before {
    content: "\f405";
}

.ion-ios-cloud:before {
    content: "\f40c";
}

.ion-ios-cloud-download:before {
    content: "\f408";
}

.ion-ios-cloud-download-outline:before {
    content: "\f407";
}

.ion-ios-cloud-outline:before {
    content: "\f409";
}

.ion-ios-cloud-upload:before {
    content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a";
}

.ion-ios-cloudy:before {
    content: "\f410";
}

.ion-ios-cloudy-night:before {
    content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d";
}

.ion-ios-cloudy-outline:before {
    content: "\f40f";
}

.ion-ios-cog:before {
    content: "\f412";
}

.ion-ios-cog-outline:before {
    content: "\f411";
}

.ion-ios-color-filter:before {
    content: "\f414";
}

.ion-ios-color-filter-outline:before {
    content: "\f413";
}

.ion-ios-color-wand:before {
    content: "\f416";
}

.ion-ios-color-wand-outline:before {
    content: "\f415";
}

.ion-ios-compose:before {
    content: "\f418";
}

.ion-ios-compose-outline:before {
    content: "\f417";
}

.ion-ios-contact:before {
    content: "\f41a";
}

.ion-ios-contact-outline:before {
    content: "\f419";
}

.ion-ios-copy:before {
    content: "\f41c";
}

.ion-ios-copy-outline:before {
    content: "\f41b";
}

.ion-ios-crop:before {
    content: "\f41e";
}

.ion-ios-crop-strong:before {
    content: "\f41d";
}

.ion-ios-download:before {
    content: "\f420";
}

.ion-ios-download-outline:before {
    content: "\f41f";
}

.ion-ios-drag:before {
    content: "\f421";
}

.ion-ios-email:before {
    content: "\f423";
}

.ion-ios-email-outline:before {
    content: "\f422";
}

.ion-ios-eye:before {
    content: "\f425";
}

.ion-ios-eye-outline:before {
    content: "\f424";
}

.ion-ios-fastforward:before {
    content: "\f427";
}

.ion-ios-fastforward-outline:before {
    content: "\f426";
}

.ion-ios-filing:before {
    content: "\f429";
}

.ion-ios-filing-outline:before {
    content: "\f428";
}

.ion-ios-film:before {
    content: "\f42b";
}

.ion-ios-film-outline:before {
    content: "\f42a";
}

.ion-ios-flag:before {
    content: "\f42d";
}

.ion-ios-flag-outline:before {
    content: "\f42c";
}

.ion-ios-flame:before {
    content: "\f42f";
}

.ion-ios-flame-outline:before {
    content: "\f42e";
}

.ion-ios-flask:before {
    content: "\f431";
}

.ion-ios-flask-outline:before {
    content: "\f430";
}

.ion-ios-flower:before {
    content: "\f433";
}

.ion-ios-flower-outline:before {
    content: "\f432";
}

.ion-ios-folder:before {
    content: "\f435";
}

.ion-ios-folder-outline:before {
    content: "\f434";
}

.ion-ios-football:before {
    content: "\f437";
}

.ion-ios-football-outline:before {
    content: "\f436";
}

.ion-ios-game-controller-a:before {
    content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438";
}

.ion-ios-game-controller-b:before {
    content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a";
}

.ion-ios-gear:before {
    content: "\f43d";
}

.ion-ios-gear-outline:before {
    content: "\f43c";
}

.ion-ios-glasses:before {
    content: "\f43f";
}

.ion-ios-glasses-outline:before {
    content: "\f43e";
}

.ion-ios-grid-view:before {
    content: "\f441";
}

.ion-ios-grid-view-outline:before {
    content: "\f440";
}

.ion-ios-heart:before {
    content: "\f443";
}

.ion-ios-heart-outline:before {
    content: "\f442";
}

.ion-ios-help:before {
    content: "\f446";
}

.ion-ios-help-empty:before {
    content: "\f444";
}

.ion-ios-help-outline:before {
    content: "\f445";
}

.ion-ios-home:before {
    content: "\f448";
}

.ion-ios-home-outline:before {
    content: "\f447";
}

.ion-ios-infinite:before {
    content: "\f44a";
}

.ion-ios-infinite-outline:before {
    content: "\f449";
}

.ion-ios-information:before {
    content: "\f44d";
}

.ion-ios-information-empty:before {
    content: "\f44b";
}

.ion-ios-information-outline:before {
    content: "\f44c";
}

.ion-ios-ionic-outline:before {
    content: "\f44e";
}

.ion-ios-keypad:before {
    content: "\f450";
}

.ion-ios-keypad-outline:before {
    content: "\f44f";
}

.ion-ios-lightbulb:before {
    content: "\f452";
}

.ion-ios-lightbulb-outline:before {
    content: "\f451";
}

.ion-ios-list:before {
    content: "\f454";
}

.ion-ios-list-outline:before {
    content: "\f453";
}

.ion-ios-location:before {
    content: "\f456";
}

.ion-ios-location-outline:before {
    content: "\f455";
}

.ion-ios-locked:before {
    content: "\f458";
}

.ion-ios-locked-outline:before {
    content: "\f457";
}

.ion-ios-loop:before {
    content: "\f45a";
}

.ion-ios-loop-strong:before {
    content: "\f459";
}

.ion-ios-medical:before {
    content: "\f45c";
}

.ion-ios-medical-outline:before {
    content: "\f45b";
}

.ion-ios-medkit:before {
    content: "\f45e";
}

.ion-ios-medkit-outline:before {
    content: "\f45d";
}

.ion-ios-mic:before {
    content: "\f461";
}

.ion-ios-mic-off:before {
    content: "\f45f";
}

.ion-ios-mic-outline:before {
    content: "\f460";
}

.ion-ios-minus:before {
    content: "\f464";
}

.ion-ios-minus-empty:before {
    content: "\f462";
}

.ion-ios-minus-outline:before {
    content: "\f463";
}

.ion-ios-monitor:before {
    content: "\f466";
}

.ion-ios-monitor-outline:before {
    content: "\f465";
}

.ion-ios-moon:before {
    content: "\f468";
}

.ion-ios-moon-outline:before {
    content: "\f467";
}

.ion-ios-more:before {
    content: "\f46a";
}

.ion-ios-more-outline:before {
    content: "\f469";
}

.ion-ios-musical-note:before {
    content: "\f46b";
}

.ion-ios-musical-notes:before {
    content: "\f46c";
}

.ion-ios-navigate:before {
    content: "\f46e";
}

.ion-ios-navigate-outline:before {
    content: "\f46d";
}

.ion-ios-nutrition:before {
    content: "\f470";
}

.ion-ios-nutrition-outline:before {
    content: "\f46f";
}

.ion-ios-paper:before {
    content: "\f472";
}

.ion-ios-paper-outline:before {
    content: "\f471";
}

.ion-ios-paperplane:before {
    content: "\f474";
}

.ion-ios-paperplane-outline:before {
    content: "\f473";
}

.ion-ios-partlysunny:before {
    content: "\f476";
}

.ion-ios-partlysunny-outline:before {
    content: "\f475";
}

.ion-ios-pause:before {
    content: "\f478";
}

.ion-ios-pause-outline:before {
    content: "\f477";
}

.ion-ios-paw:before {
    content: "\f47a";
}

.ion-ios-paw-outline:before {
    content: "\f479";
}

.ion-ios-people:before {
    content: "\f47c";
}

.ion-ios-people-outline:before {
    content: "\f47b";
}

.ion-ios-person:before {
    content: "\f47e";
}

.ion-ios-person-outline:before {
    content: "\f47d";
}

.ion-ios-personadd:before {
    content: "\f480";
}

.ion-ios-personadd-outline:before {
    content: "\f47f";
}

.ion-ios-photos:before {
    content: "\f482";
}

.ion-ios-photos-outline:before {
    content: "\f481";
}

.ion-ios-pie:before {
    content: "\f484";
}

.ion-ios-pie-outline:before {
    content: "\f483";
}

.ion-ios-pint:before {
    content: "\f486";
}

.ion-ios-pint-outline:before {
    content: "\f485";
}

.ion-ios-play:before {
    content: "\f488";
}

.ion-ios-play-outline:before {
    content: "\f487";
}

.ion-ios-plus:before {
    content: "\f48b";
}

.ion-ios-plus-empty:before {
    content: "\f489";
}

.ion-ios-plus-outline:before {
    content: "\f48a";
}

.ion-ios-pricetag:before {
    content: "\f48d";
}

.ion-ios-pricetag-outline:before {
    content: "\f48c";
}

.ion-ios-pricetags:before {
    content: "\f48f";
}

.ion-ios-pricetags-outline:before {
    content: "\f48e";
}

.ion-ios-printer:before {
    content: "\f491";
}

.ion-ios-printer-outline:before {
    content: "\f490";
}

.ion-ios-pulse:before {
    content: "\f493";
}

.ion-ios-pulse-strong:before {
    content: "\f492";
}

.ion-ios-rainy:before {
    content: "\f495";
}

.ion-ios-rainy-outline:before {
    content: "\f494";
}

.ion-ios-recording:before {
    content: "\f497";
}

.ion-ios-recording-outline:before {
    content: "\f496";
}

.ion-ios-redo:before {
    content: "\f499";
}

.ion-ios-redo-outline:before {
    content: "\f498";
}

.ion-ios-refresh:before {
    content: "\f49c";
}

.ion-ios-refresh-empty:before {
    content: "\f49a";
}

.ion-ios-refresh-outline:before {
    content: "\f49b";
}

.ion-ios-reload:before {
    content: "\f49d";
}

.ion-ios-reverse-camera:before {
    content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e";
}

.ion-ios-rewind:before {
    content: "\f4a1";
}

.ion-ios-rewind-outline:before {
    content: "\f4a0";
}

.ion-ios-rose:before {
    content: "\f4a3";
}

.ion-ios-rose-outline:before {
    content: "\f4a2";
}

.ion-ios-search:before {
    content: "\f4a5";
}

.ion-ios-search-strong:before {
    content: "\f4a4";
}

.ion-ios-settings:before {
    content: "\f4a7";
}

.ion-ios-settings-strong:before {
    content: "\f4a6";
}

.ion-ios-shuffle:before {
    content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8";
}

.ion-ios-skipbackward:before {
    content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa";
}

.ion-ios-skipforward:before {
    content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac";
}

.ion-ios-snowy:before {
    content: "\f4ae";
}

.ion-ios-speedometer:before {
    content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
    content: "\f4af";
}

.ion-ios-star:before {
    content: "\f4b3";
}

.ion-ios-star-half:before {
    content: "\f4b1";
}

.ion-ios-star-outline:before {
    content: "\f4b2";
}

.ion-ios-stopwatch:before {
    content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4";
}

.ion-ios-sunny:before {
    content: "\f4b7";
}

.ion-ios-sunny-outline:before {
    content: "\f4b6";
}

.ion-ios-telephone:before {
    content: "\f4b9";
}

.ion-ios-telephone-outline:before {
    content: "\f4b8";
}

.ion-ios-tennisball:before {
    content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba";
}

.ion-ios-thunderstorm:before {
    content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc";
}

.ion-ios-time:before {
    content: "\f4bf";
}

.ion-ios-time-outline:before {
    content: "\f4be";
}

.ion-ios-timer:before {
    content: "\f4c1";
}

.ion-ios-timer-outline:before {
    content: "\f4c0";
}

.ion-ios-toggle:before {
    content: "\f4c3";
}

.ion-ios-toggle-outline:before {
    content: "\f4c2";
}

.ion-ios-trash:before {
    content: "\f4c5";
}

.ion-ios-trash-outline:before {
    content: "\f4c4";
}

.ion-ios-undo:before {
    content: "\f4c7";
}

.ion-ios-undo-outline:before {
    content: "\f4c6";
}

.ion-ios-unlocked:before {
    content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8";
}

.ion-ios-upload:before {
    content: "\f4cb";
}

.ion-ios-upload-outline:before {
    content: "\f4ca";
}

.ion-ios-videocam:before {
    content: "\f4cd";
}

.ion-ios-videocam-outline:before {
    content: "\f4cc";
}

.ion-ios-volume-high:before {
    content: "\f4ce";
}

.ion-ios-volume-low:before {
    content: "\f4cf";
}

.ion-ios-wineglass:before {
    content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0";
}

.ion-ios-world:before {
    content: "\f4d3";
}

.ion-ios-world-outline:before {
    content: "\f4d2";
}

.ion-ipad:before {
    content: "\f1f9";
}

.ion-iphone:before {
    content: "\f1fa";
}

.ion-ipod:before {
    content: "\f1fb";
}

.ion-jet:before {
    content: "\f295";
}

.ion-key:before {
    content: "\f296";
}

.ion-knife:before {
    content: "\f297";
}

.ion-laptop:before {
    content: "\f1fc";
}

.ion-leaf:before {
    content: "\f1fd";
}

.ion-levels:before {
    content: "\f298";
}

.ion-lightbulb:before {
    content: "\f299";
}

.ion-link:before {
    content: "\f1fe";
}

.ion-load-a:before {
    content: "\f29a";
}

.ion-load-b:before {
    content: "\f29b";
}

.ion-load-c:before {
    content: "\f29c";
}

.ion-load-d:before {
    content: "\f29d";
}

.ion-location:before {
    content: "\f1ff";
}

.ion-lock-combination:before {
    content: "\f4d4";
}

.ion-locked:before {
    content: "\f200";
}

.ion-log-in:before {
    content: "\f29e";
}

.ion-log-out:before {
    content: "\f29f";
}

.ion-loop:before {
    content: "\f201";
}

.ion-magnet:before {
    content: "\f2a0";
}

.ion-male:before {
    content: "\f2a1";
}

.ion-man:before {
    content: "\f202";
}

.ion-map:before {
    content: "\f203";
}

.ion-medkit:before {
    content: "\f2a2";
}

.ion-merge:before {
    content: "\f33f";
}

.ion-mic-a:before {
    content: "\f204";
}

.ion-mic-b:before {
    content: "\f205";
}

.ion-mic-c:before {
    content: "\f206";
}

.ion-minus:before {
    content: "\f209";
}

.ion-minus-circled:before {
    content: "\f207";
}

.ion-minus-round:before {
    content: "\f208";
}

.ion-model-s:before {
    content: "\f2c1";
}

.ion-monitor:before {
    content: "\f20a";
}

.ion-more:before {
    content: "\f20b";
}

.ion-mouse:before {
    content: "\f340";
}

.ion-music-note:before {
    content: "\f20c";
}

.ion-navicon:before {
    content: "\f20e";
}

.ion-navicon-round:before {
    content: "\f20d";
}

.ion-navigate:before {
    content: "\f2a3";
}

.ion-network:before {
    content: "\f341";
}

.ion-no-smoking:before {
    content: "\f2c2";
}

.ion-nuclear:before {
    content: "\f2a4";
}

.ion-outlet:before {
    content: "\f342";
}

.ion-paintbrush:before {
    content: "\f4d5";
}

.ion-paintbucket:before {
    content: "\f4d6";
}

.ion-paper-airplane:before {
    content: "\f2c3";
}

.ion-paperclip:before {
    content: "\f20f";
}

.ion-pause:before {
    content: "\f210";
}

.ion-person:before {
    content: "\f213";
}

.ion-person-add:before {
    content: "\f211";
}

.ion-person-stalker:before {
    content: "\f212";
}

.ion-pie-graph:before {
    content: "\f2a5";
}

.ion-pin:before {
    content: "\f2a6";
}

.ion-pinpoint:before {
    content: "\f2a7";
}

.ion-pizza:before {
    content: "\f2a8";
}

.ion-plane:before {
    content: "\f214";
}

.ion-planet:before {
    content: "\f343";
}

.ion-play:before {
    content: "\f215";
}

.ion-playstation:before {
    content: "\f30a";
}

.ion-plus:before {
    content: "\f218";
}

.ion-plus-circled:before {
    content: "\f216";
}

.ion-plus-round:before {
    content: "\f217";
}

.ion-podium:before {
    content: "\f344";
}

.ion-pound:before {
    content: "\f219";
}

.ion-power:before {
    content: "\f2a9";
}

.ion-pricetag:before {
    content: "\f2aa";
}

.ion-pricetags:before {
    content: "\f2ab";
}

.ion-printer:before {
    content: "\f21a";
}

.ion-pull-request:before {
    content: "\f345";
}

.ion-qr-scanner:before {
    content: "\f346";
}

.ion-quote:before {
    content: "\f347";
}

.ion-radio-waves:before {
    content: "\f2ac";
}

.ion-record:before {
    content: "\f21b";
}

.ion-refresh:before {
    content: "\f21c";
}

.ion-reply:before {
    content: "\f21e";
}

.ion-reply-all:before {
    content: "\f21d";
}

.ion-ribbon-a:before {
    content: "\f348";
}

.ion-ribbon-b:before {
    content: "\f349";
}

.ion-sad:before {
    content: "\f34a";
}

.ion-sad-outline:before {
    content: "\f4d7";
}

.ion-scissors:before {
    content: "\f34b";
}

.ion-search:before {
    content: "\f21f";
}

.ion-settings:before {
    content: "\f2ad";
}

.ion-share:before {
    content: "\f220";
}

.ion-shuffle:before {
    content: "\f221";
}

.ion-skip-backward:before {
    content: "\f222";
}

.ion-skip-forward:before {
    content: "\f223";
}

.ion-social-android:before {
    content: "\f225";
}

.ion-social-android-outline:before {
    content: "\f224";
}

.ion-social-angular:before {
    content: "\f4d9";
}

.ion-social-angular-outline:before {
    content: "\f4d8";
}

.ion-social-apple:before {
    content: "\f227";
}

.ion-social-apple-outline:before {
    content: "\f226";
}

.ion-social-bitcoin:before {
    content: "\f2af";
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae";
}

.ion-social-buffer:before {
    content: "\f229";
}

.ion-social-buffer-outline:before {
    content: "\f228";
}

.ion-social-chrome:before {
    content: "\f4db";
}

.ion-social-chrome-outline:before {
    content: "\f4da";
}

.ion-social-codepen:before {
    content: "\f4dd";
}

.ion-social-codepen-outline:before {
    content: "\f4dc";
}

.ion-social-css3:before {
    content: "\f4df";
}

.ion-social-css3-outline:before {
    content: "\f4de";
}

.ion-social-designernews:before {
    content: "\f22b";
}

.ion-social-designernews-outline:before {
    content: "\f22a";
}

.ion-social-dribbble:before {
    content: "\f22d";
}

.ion-social-dribbble-outline:before {
    content: "\f22c";
}

.ion-social-dropbox:before {
    content: "\f22f";
}

.ion-social-dropbox-outline:before {
    content: "\f22e";
}

.ion-social-euro:before {
    content: "\f4e1";
}

.ion-social-euro-outline:before {
    content: "\f4e0";
}

.ion-social-facebook:before {
    content: "\f231";
}

.ion-social-facebook-outline:before {
    content: "\f230";
}

.ion-social-foursquare:before {
    content: "\f34d";
}

.ion-social-foursquare-outline:before {
    content: "\f34c";
}

.ion-social-freebsd-devil:before {
    content: "\f2c4";
}

.ion-social-github:before {
    content: "\f233";
}

.ion-social-github-outline:before {
    content: "\f232";
}

.ion-social-google:before {
    content: "\f34f";
}

.ion-social-google-outline:before {
    content: "\f34e";
}

.ion-social-googleplus:before {
    content: "\f235";
}

.ion-social-googleplus-outline:before {
    content: "\f234";
}

.ion-social-hackernews:before {
    content: "\f237";
}

.ion-social-hackernews-outline:before {
    content: "\f236";
}

.ion-social-html5:before {
    content: "\f4e3";
}

.ion-social-html5-outline:before {
    content: "\f4e2";
}

.ion-social-instagram:before {
    content: "\f351";
}

.ion-social-instagram-outline:before {
    content: "\f350";
}

.ion-social-javascript:before {
    content: "\f4e5";
}

.ion-social-javascript-outline:before {
    content: "\f4e4";
}

.ion-social-linkedin:before {
    content: "\f239";
}

.ion-social-linkedin-outline:before {
    content: "\f238";
}

.ion-social-markdown:before {
    content: "\f4e6";
}

.ion-social-nodejs:before {
    content: "\f4e7";
}

.ion-social-octocat:before {
    content: "\f4e8";
}

.ion-social-pinterest:before {
    content: "\f2b1";
}

.ion-social-pinterest-outline:before {
    content: "\f2b0";
}

.ion-social-python:before {
    content: "\f4e9";
}

.ion-social-reddit:before {
    content: "\f23b";
}

.ion-social-reddit-outline:before {
    content: "\f23a";
}

.ion-social-rss:before {
    content: "\f23d";
}

.ion-social-rss-outline:before {
    content: "\f23c";
}

.ion-social-sass:before {
    content: "\f4ea";
}

.ion-social-skype:before {
    content: "\f23f";
}

.ion-social-skype-outline:before {
    content: "\f23e";
}

.ion-social-snapchat:before {
    content: "\f4ec";
}

.ion-social-snapchat-outline:before {
    content: "\f4eb";
}

.ion-social-tumblr:before {
    content: "\f241";
}

.ion-social-tumblr-outline:before {
    content: "\f240";
}

.ion-social-tux:before {
    content: "\f2c5";
}

.ion-social-twitch:before {
    content: "\f4ee";
}

.ion-social-twitch-outline:before {
    content: "\f4ed";
}

.ion-social-twitter:before {
    content: "\f243";
}

.ion-social-twitter-outline:before {
    content: "\f242";
}

.ion-social-usd:before {
    content: "\f353";
}

.ion-social-usd-outline:before {
    content: "\f352";
}

.ion-social-vimeo:before {
    content: "\f245";
}

.ion-social-vimeo-outline:before {
    content: "\f244";
}

.ion-social-whatsapp:before {
    content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef";
}

.ion-social-windows:before {
    content: "\f247";
}

.ion-social-windows-outline:before {
    content: "\f246";
}

.ion-social-wordpress:before {
    content: "\f249";
}

.ion-social-wordpress-outline:before {
    content: "\f248";
}

.ion-social-yahoo:before {
    content: "\f24b";
}

.ion-social-yahoo-outline:before {
    content: "\f24a";
}

.ion-social-yen:before {
    content: "\f4f2";
}

.ion-social-yen-outline:before {
    content: "\f4f1";
}

.ion-social-youtube:before {
    content: "\f24d";
}

.ion-social-youtube-outline:before {
    content: "\f24c";
}

.ion-soup-can:before {
    content: "\f4f4";
}

.ion-soup-can-outline:before {
    content: "\f4f3";
}

.ion-speakerphone:before {
    content: "\f2b2";
}

.ion-speedometer:before {
    content: "\f2b3";
}

.ion-spoon:before {
    content: "\f2b4";
}

.ion-star:before {
    content: "\f24e";
}

.ion-stats-bars:before {
    content: "\f2b5";
}

.ion-steam:before {
    content: "\f30b";
}

.ion-stop:before {
    content: "\f24f";
}

.ion-thermometer:before {
    content: "\f2b6";
}

.ion-thumbsdown:before {
    content: "\f250";
}

.ion-thumbsup:before {
    content: "\f251";
}

.ion-toggle:before {
    content: "\f355";
}

.ion-toggle-filled:before {
    content: "\f354";
}

.ion-transgender:before {
    content: "\f4f5";
}

.ion-trash-a:before {
    content: "\f252";
}

.ion-trash-b:before {
    content: "\f253";
}

.ion-trophy:before {
    content: "\f356";
}

.ion-tshirt:before {
    content: "\f4f7";
}

.ion-tshirt-outline:before {
    content: "\f4f6";
}

.ion-umbrella:before {
    content: "\f2b7";
}

.ion-university:before {
    content: "\f357";
}

.ion-unlocked:before {
    content: "\f254";
}

.ion-upload:before {
    content: "\f255";
}

.ion-usb:before {
    content: "\f2b8";
}

.ion-videocamera:before {
    content: "\f256";
}

.ion-volume-high:before {
    content: "\f257";
}

.ion-volume-low:before {
    content: "\f258";
}

.ion-volume-medium:before {
    content: "\f259";
}

.ion-volume-mute:before {
    content: "\f25a";
}

.ion-wand:before {
    content: "\f358";
}

.ion-waterdrop:before {
    content: "\f25b";
}

.ion-wifi:before {
    content: "\f25c";
}

.ion-wineglass:before {
    content: "\f2b9";
}

.ion-woman:before {
    content: "\f25d";
}

.ion-wrench:before {
    content: "\f2ba";
}

.ion-xbox:before {
    content: "\f30c";
}

.ponycar-logo {
    display: block;
    width: 130px;
    height: 36px;
    margin: 4px 0;
    background-image: url('/resource/imgs/ponycar.png');
    background-image: url('/resource/imgs/ponycar.svg?v=1'), none;
    background-position: center;
}

.dark-theme .ponycar-header {
    box-shadow: inset 0 -1px 0 0 #E4E4E4;
}

.ponycar-header {
    position: relative;
    width: 100%;
    height: 70px;
    -webkit-transition: all .1s;
    transition: all .1s;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
    line-height: 70px;
}

.ponycar-header.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
}

.ponycar-header .icon-menu {
    position: absolute;
    top: 50%;
    right: 5%;
    display: none;
    width: 26px;
    height: 26px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform .2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
    transform: translate3d(0, -50%, 0) rotate(0deg);
    text-align: center;
    font-size: 24px;
    line-height: 26px;
}

.ponycar-header .icon-menu.open {
    -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
    transform: translate3d(0, -50%, 0) rotate(-90deg);
}

.ponycar-header .icon-menu.open:before {
    content: '\f2d7';
}

@media (max-width: 760px) {
    .ponycar-header .icon-menu {
        display: block;
    }
}

.ponycar-header .icon-menu:before {
    content: '\f20e';
    text-transform: none;
    font-family: 'Ionicons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ponycar-header .media-group-link {
    font-size: 0;
}

@media (max-width: 760px) {
    .ponycar-header .media-group-link {
        position: absolute;
        z-index: 100;
        top: 70px;
        left: 0;
        display: none;
        width: 100%;
        height: 0;
        -webkit-transition: padding .2s;
        transition: padding .2s;
        background: #FFF;
    }
    .ponycar-header .media-group-link.open {
        display: block;
        height: auto;
        padding: 10px 5% 50px;
    }
}

.ponycar-header .header-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
}

@media (max-width: 760px) {
    .ponycar-header .header-wrapper {
        position: relative;
        height: 100%;
        padding: 0 5%;
    }
}

.ponycar-header .col-of-logo {
    width: 20%;
    vertical-align: middle;
}

@media (max-width: 760px) {
    .ponycar-header .col-of-logo {
        width: 36px;
    }
}

.ponycar-header .nav-link {
    width: 12%;
    height: 36px;
    -webkit-transition: color 0.2s, border-bottom 0.2s;
    transition: color 0.2s, border-bottom 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    box-shadow: inset 0 -2px 0 0 transparent;
    font-size: 14px;
    line-height: 36px;
}

.ponycar-header .nav-link.radiu {
    border: 1px solid #999;
    border-radius: 36px;
    box-shadow: none !important;
}

.ponycar-header .nav-link.active,
.ponycar-header .nav-link:hover {
    color: #00a954;
    border-color: #00a954;
    box-shadow: inset 0 -2px 0 0 #00a954;
}

@media (max-width: 760px) {
    .ponycar-header .nav-link.active,
    .ponycar-header .nav-link:hover {
        box-shadow: inset 0 -1px 0 0 #FFF;
    }
}

@media (max-width: 760px) {
    .ponycar-header .nav-link {
        display: block;
        width: 100%;
        height: 38px;
        margin-bottom: 10px;
        text-align: left;
        border: none !important;
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
        line-height: 38px;
    }
}

.active-green {
    color: #fff !important;
    background: #00a954 !important;
}

.main-container .ponycar-legend,
.main-container .ponycar-lr-legend {
    height: 24px;
    margin: 0 0 20px;
    padding: 0 0 0 18px;
    color: #000;
    background-image: url(/resource/imgs/ic_common/ic_item.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}

.main-container .ponycar-legend .hlt,
.main-container .ponycar-lr-legend .hlt {
    color: #999;
    text-decoration: none;
}

.main-container .ponycar-legend .hlt:hover,
.main-container .ponycar-lr-legend .hlt:hover,
.main-container .ponycar-legend .hlt:focus,
.main-container .ponycar-lr-legend .hlt:focus {
    color: #1DCE74;
}

.main-container .ponycar-legend .hlt-arright,
.main-container .ponycar-lr-legend .hlt-arright {
    padding-left: 12px;
    background: url(/resource/imgs/ic_common/arrright.svg) no-repeat;
    background-position: left center;
    background-size: auto 16px;
}

.main-container .ponycar-legend .arrright,
.main-container .ponycar-lr-legend .arrright {
    padding-left: 12px;
    background: url(/resource/imgs/ic_common/arrright.svg) no-repeat;
    background-position: left center;
    background-size: auto 16px;
}

.content-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.ponycar-banner {
    position: relative;
    height: 670px;
    -webkit-transition: height .4s;
    transition: height .4s;
}

@media screen and (max-width: 1186px) {
    .ponycar-banner {
        height: 415px !important;
    }
}

.ponycar-banner .banner {
    width: auto;
    min-width: 100%;
    min-height: 700px;
}

.ponycar-footer {
    width: 100%;
    padding-bottom: 80px;
    text-align: center;
    background: #E4E4E4;
}

.ponycar-footer .inner-content {
    max-width: 700px;
    margin: 0 auto;
}

.ponycar-footer .offset {
    width: 66%;
}

@media (max-width: 600px) {
    .ponycar-footer .offset {
        width: 98%;
        margin: 10px 2%;
    }
}

.ponycar-footer .qr-code {
    display: block;
    margin: 0 0 10px;
}

.ponycar-footer .qr-desc {
    text-align: left;
    font-size: 16px;
}

.ponycar-footer .nav-group {
    margin: 25px 0;
}

.ponycar-footer .qr-wrapper {
    margin: 25px 2% 25px 0;
}

@media (max-width: 560px) {
    .qr-wrapper {
        display: none !important;
    }
}

.site-map {
    color: #616161;
}

.site-map .title {
    margin: 0 0 14px;
    font-size: 14px;
}

.site-map .nav-link {
    display: block;
    height: 20px;
    margin: 5px 0;
    text-decoration: none;
    color: #616161;
    font-size: 14px;
    line-height: 20px;
}

.contact-way {
    margin: 6px auto 22px;
    color: #666;
    font-size: 12px;
}

.contact-way .cw {
    text-decoration: none;
    color: #666;
}

.contact-way .hor-line {
    display: block;
    height: 1px;
    margin: 6px 0 8px;
    border: none;
    background: #D6D6D6;
}

.friendly-link {
    padding-bottom: 17px;
    color: #666;
    font-size: 12px;
}

.friendly-link A {
    color: #666;
}

.col-xs-0 {
    display: none;
}

.ux-mob-container {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 0;
    line-height: 60px;
}

.ux-mob-container .ux-bn {
    width: 40%;
    max-width: 150px;
    height: 40px;
    margin: 0 10px;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    line-height: 40px;
}

.ux-mob-container .free-to-drive {
    background: #00a954;
}

.ux-mob-container .down-app {
    background: #FC9537;
}

.musk-footer {
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 80px;
    pointer-events: pointer;
    background: rgba(0, 0, 0, 0.8);
    font-size: 0;
}

.musk-footer .input:after {
    display: none;
}

.musk-footer .input .placeholder,
.musk-footer .input .v-num {
    padding: 0 5px;
}

.musk-footer #getImgCode {
    height: 40px;
    background-color: #d1d5db;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.musk-footer .ion {
    position: absolute;
    top: -60px;
    right: 10px;
    display: none;
    cursor: pointer;
    color: #FFF;
    font-size: 30px;
}

.musk-footer .content-offset {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    min-width: 260px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.musk-footer .inner-item {
    margin: 0 auto;
}

.musk-footer .v-num {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border: none;
    outline: none;
}

.musk-footer .txt {
    height: 44px;
    color: #00a954;
    font-size: 28px;
    line-height: 44px;
}

.musk-footer .txt-img {
    display: none;
    margin: 0 20px 0 10px;
}

.musk-footer .txt-img-green {
    margin: 0 20px 0 10px;
}

@media (min-width: 890px) {
    .musk-footer {
        min-height: 115px;
    }
    .musk-footer .txt {
        color: #fff;
        font-size: 20px;
    }
    .musk-footer .txt-img {
        display: inline-block;
        width: 100px;
    }
    .musk-footer .txt-img-green {
        display: none;
    }
}

@media (min-width: 100px) {
    .musk-footer {
        display: none;
    }
    .musk-footer .ion {
        display: block;
    }
    .musk-footer .content-offset {
        width: 100%;
    }
    .musk-footer .col-1 {
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }
    .musk-footer .col-1,
    .musk-footer .col-2,
    .musk-footer .col-3 {
        width: 96%;
        margin: 0 2% 10px;
    }
    .musk-footer .phone-wrapper {
        margin-bottom: 10px;
    }
    .musk-footer #regSubmit {
        width: 100%;
        border-radius: 5px;
        background: #00a954;
    }
}

@media (min-width: 564px) {
    .musk-footer {
        display: none;
    }
    .musk-footer .ion {
        display: block;
    }
    .musk-footer .content-offset {
        width: 80%;
        max-width: 500px;
    }
    .musk-footer .col-1 {
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }
    .musk-footer .col-1,
    .musk-footer .col-2,
    .musk-footer .col-3 {
        width: 96%;
        margin: 0 2% 10px;
    }
    .musk-footer .phone-wrapper {
        margin-bottom: 10px;
    }
    .musk-footer #regSubmit {
        width: 100%;
        border-radius: 5px;
        background: #00a954;
    }
    .musk-footer .phone-wrapper.w2 .vcode-wrapper,
    .musk-footer .mix-input.w2 .vcode-wrapper {
        float: none;
    }
    .musk-footer .phone-wrapper.w2 .vcode-bn,
    .musk-footer .mix-input.w2 .vcode-bn {
        float: none;
    }
}

@media (min-width: 890px) {
    .musk-footer {
        top: auto;
        display: block;
        height: auto;
        background: #00a954;
    }
    .musk-footer .ion {
        display: none;
    }
    .musk-footer .content-offset {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .musk-footer .col-1,
    .musk-footer .col-2,
    .musk-footer .col-3 {
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: top;
    }
    .musk-footer .col-1 {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .musk-footer .phone-wrapper,
    .musk-footer .mix-input {
        display: inline-block;
        width: 200px;
        margin: 0 5px 0 0;
        vertical-align: top;
    }
    .musk-footer .phone-wrapper.w2 .vcode-wrapper,
    .musk-footer .mix-input.w2 .vcode-wrapper {
        float: right;
    }
    .musk-footer .phone-wrapper.w2 .vcode-bn,
    .musk-footer .mix-input.w2 .vcode-bn {
        float: left;
        margin-left: 0;
    }
    .musk-footer #regSubmit {
        width: 100px;
        border-radius: 0;
        background: #1dce74;
    }
}

@media (min-width: 1100px) {
    .musk-footer {
        min-height: 80px;
    }
    .musk-footer .content-offset {
        max-width: 1055px;
    }
    .musk-footer .col-1 {
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: top;
    }
    .musk-footer .txt {
        font-size: 28px;
    }
    .musk-footer .txt-img {
        width: auto;
    }
}

#regGetCode {
    width: 100%;
    height: 40px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    color: #fff;
    border: none;
    outline: 0;
    background: #d1d5db;
    font-size: 12px;
}

#regSubmit {
    width: 100px;
    height: 40px;
    padding: 0;
    color: #FFF;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 40px;
}

.vcode-wrapper {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.vcode-bn {
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    vertical-align: top;
}

.input {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
}

.input:after {
    position: absolute;
    z-index: 10;
    top: 1px;
    right: 1px;
    display: block;
    width: 20px;
    height: 38px;
    content: '';
    background: #FFF;
}

.input .placeholder,
.input .v-num {
    position: absolute;
    left: 0;
    width: 100%;
    height: inherit;
    padding: 0 10px;
    color: #666;
}

.input input::-webkit-input-placeholder {
    color: #999 !important;
}

.input input:-moz-placeholder {
    color: #999 !important;
}

.input input::-moz-placeholder {
    color: #999 !important;
}

.input input:-ms-input-placeholder {
    color: #999 !important;
}

.input .placeholder {
    z-index: 1;
    background: #FFF;
    font-size: 12px;
}

.input .v-num {
    z-index: 2;
    background: transparent;
    font-size: 16px;
}

.input .v-num.not-empty {
    background: #FFF;
}

.input .v-num.error {
    -webkit-animation: invalid 0.2s ease-in-out 2;
    animation: invalid 0.2s ease-in-out 2;
    border: 1px solid red;
}

.input .v-num:focus {
    background: #FFF;
}

.musk-reg-success {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.musk-reg-success .content-offset {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    padding: 20px 40px;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3D(-50%, -50%, 0);
    border: 2px solid #00a954;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #FFF;
}

.musk-reg-success .reset-wrapper {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.musk-reg-success .header {
    position: absolute;
    top: -24px;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate3D(-50%, 0, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate3D(-50%, 0, 0);
}

.musk-reg-success .title {
    color: #00a954;
    font-size: 28px;
}

.musk-reg-success .descript {
    margin: 10px 0;
    color: #333;
    font-size: 20px;
}

.musk-reg-success .strong {
    color: #FC9537;
}

.musk-reg-success .musk-qr {
    margin: 20px 0;
}

.musk-reg-success .qr-wrapper {
    margin: 0 10px;
}

.musk-reg-success .qr-txt {
    margin: 20px 0 0;
    color: #333;
    font-size: 22px;
}

@media (max-width: 890px) {
    .vcode-bn {
        width: 27%;
    }
    .vcode-wrapper {
        width: 70%;
    }
}


/* ========== clearfix ========== */

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: opacity .2s;
    opacity: 0.4;
    border: 0;
    outline: none;
    background-position: center;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.slick-prev {
    left: 0;
    background: url('/resource/imgs/ic_common/prev.svg') no-repeat;
    background-size: contain;
}

@media (min-width: 761px) {
    .slick-arrow.slick-prev {
        transform: translate3d(-50px, 0, 0);
    }
}

.slick-arrow.slick-next {
    right: 0;
    background: url('/resource/imgs/ic_common/next.svg') no-repeat;
    background-size: contain;
}

@media (min-width: 761px) {
    .slick-arrow.slick-next {
        transform: translate3d(50px, 0, 0);
    }
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 0;
    line-height: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* mod dot */

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    transition: background .2s;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #d8d8d8;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #1dce74;
}

.activity-content {
    padding: 30px 0 0;
}

.activity-content .legend-space {
    margin: 0;
}

.activity-card {
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
    font-size: 0;
}

.activity-card:hover,
.activity-card:focus {
    text-decoration: none;
    outline: none;
}

.activity-card:hover .title,
.activity-card:focus .title {
    color: #1DCE74;
}

.activity-card:hover .card-img,
.activity-card:focus .card-img {
    transform: scale(1.2);
}

.activity-card .rt {
    width: 100%;
    padding: 0 0 0 15px;
}

.activity-card .title {
    overflow: hidden;
    height: 40px;
    margin: 10px 0 20px;
    text-overflow: ellipsis;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    transition: color .2s;
}

.activity-card .card-tag {
    height: 20px;
    margin-right: 10px;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
}

.activity-card .card-tag.normal {
    color: #fff;
    border: 1px solid transparent;
    background: #1DCE74;
}

.activity-card .card-tag.with-border {
    border: 1px solid #ADB7C7;
}

.activity-card .card-tag.oing {
    color: #fff;
    border: 1px solid transparent;
    background: #FC9537;
}

.activity-card .card-img-cnt {
    width: 165px;
    height: 124px;
    overflow: hidden;
}

.activity-card .card-img {
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: #fff;
    object-fit: contain;
    transition: transform 1.2s;
}

.activity-card .date {
    margin: 10px 0 0;
    color: #666;
    font-size: 14px;
}

.page {
    margin-bottom: 80px;
    font-size: 14px;
}

.page .prev,
.page .next {
    height: 24px;
    padding: 0 10px;
    cursor: pointer;
    transition: all .2s;
    color: #1DCE74;
    border: 1px solid #1DCE74;
    border-radius: 4px;
    background: #fff;
    line-height: 22px;
}

.page .prev:hover,
.page .next:hover {
    color: #fff;
    background: #1DCE74;
}

.page .pnum {
    height: 24px;
    padding: 0 5px;
    cursor: pointer;
    color: #666;
    line-height: 24px;
    transition: color .2s;
}

.page .pnum.active,
.page .pnum:hover,
.page .pnum:focus {
    color: #1DCE74;
}

.page .disable {
    opacity: .5;
    background: #fff;
    filter: grayscale(100);
}

.detail-content {
    padding-top: 30px;
}

.detail-content .title {
    margin: 20px 0;
    color: #333;
    font-size: 30px;
    line-height: 42px;
}

.detail-content .item-box {
    padding: 5px 0;
    box-shadow: 0 1px 0 0 #EDEDED;
}

.detail-content .sub-item {
    height: 18px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.detail-content .content {
    padding: 20px 0;
}

.detail-content .content * {
    font-family: 'PingFang SC', 'Helvetica Neue', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Noto Sans CJK SC', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.detail-content .content img {
    max-width: 100%;
    object-fit: contain;
}

.detail-content .links {
    padding: 20px 0;
}

.detail-content .link {
    display: block;
    padding: 5px 0;
    text-decoration: underline;
    color: #333;
    font-size: 12px;
}

.detail-content .link:hover {
    color: #2288FF;
}

.about-banner {
    overflow: hidden;
    background: url(/resource/imgs/page/about/banner.jpg?v=1) center center no-repeat;
    background-size: cover;
}

.about-content {
    max-width: 930px;
    margin: 30px auto 40px;
    padding: 0 15px;
}

.about-content .paragraph {
    margin: 0;
    text-indent: 32px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.about-content .paragraph.mar-b {
    margin-bottom: 14px;
}

.group-item {
    margin: 25px 0 20px;
}

.group-item .lte {
    margin: 0 0 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

.group-item .comp-item {
    display: block;
    margin: 3px 0 3px 20px;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}

#ponycar_event {
    padding: 0 0 0 12px;
    list-style: none;
}

.ponycar-event {
    position: relative;
    border-left: 2px dotted #00a954;
}

.ponycar-event .ic-circle {
    position: absolute;
    top: 0;
    left: -14px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    background-image: url('/resource/imgs/page/about/ic_circle.jpg');
    background-image: url('/resource/imgs/page/about/ic_circle1.svg'), none;
    background-repeat: no-repeat;
}

.ponycar-event .content-wrapper {
    padding: 0 0 26px 20px;
}

.ponycar-event .col-1 {
    width: 91px;
}

.ponycar-event .year,
.ponycar-event .month {
    width: 66px;
    margin: 0;
    text-align: center;
    color: #00a954;
}

.ponycar-event .year {
    height: 26px;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

.ponycar-event .month {
    margin-top: -5px;
    font-size: 30px;
}

.ponycar-event .title,
.ponycar-event .description {
    margin: 0;
}

.ponycar-event .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}

.ponycar-event .description {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}

.ponycar-event .nodata {
    margin: 0;
    margin-left: 30px;
    color: #000;
    font-size: 20px;
    font-weight: normal;
}

.app-banner {
    overflow: hidden;
    background: url(/resource/imgs/page/app/banner.jpg) center center no-repeat;
    background-size: cover;
}

.app-banner .inner-banner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}

.app-banner .inner-banner.fadein {
    top: 50%;
}

.app-banner .scale {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transform: scale3d(0.6, 0.6, 1) translate3d(-20%, 0, 0);
    transform: scale3d(0.6, 0.6, 1) translate3d(-20%, 0, 0);
    will-change: transform;
}

@media screen and (min-width: 768px) {
    .app-banner .scale {
        -webkit-transform: scale3d(0.8, 0.8, 1) translate3d(0, 0, 0);
        transform: scale3d(0.8, 0.8, 1) translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 1186px) {
    .app-banner .scale {
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}

.app-banner .bn-down {
    display: block;
    width: 186px;
    height: 50px;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-radius: 6px;
    background: #8FC31F;
    font-size: 24px;
    line-height: 50px;
}

.slider-comp {
    margin: 60px 0 140px 0;
    background: url(/resource/imgs/page/app/bg.svg) bottom center no-repeat;
    background-size: initial;
    font-size: 0;
}

.slider-comp .content-container {
    overflow: hidden;
    text-align: center;
}

.slider-comp .content-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
}

.slider-comp .slider-content {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0);
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 800px) {
    .slider-comp {
        margin: 140px 0;
    }
    .slider-comp .slideimg-container {
        margin: 0 0 0 60px;
    }
    .slider-comp .content-container {
        text-align: left;
    }
    .slider-comp .content-wrapper {
        float: right;
        width: 54%;
        height: 542px;
    }
    .slider-comp .slider-content {
        top: 60px;
        left: 0;
        -webkit-transform: translate3D(10%, 0, 0);
        transform: translate3D(10%, 0, 0);
    }
}

.slider-content .block {
    width: 32px;
    height: 5px;
    background: #141D48;
}

.slider-content .title {
    display: inline-block;
    margin: 0;
    padding: 16px 0 6px;
    color: #141D48;
    border-bottom: 1px dashed #141D48;
    font-size: 42px;
    font-weight: normal;
    line-height: 42px;
}

.slider-content .description {
    margin: 30px 0 0;
    color: #141D48;
    font-size: 30px;
    font-weight: lighter;
    line-height: 30px;
}

.slideimg-container {
    position: relative;
    width: 292px;
    height: 542px;
    margin: 0 auto;
    text-align: center;
    background: url(/resource/imgs/page/app/phone.svg) bottom center no-repeat;
    background-size: contain;
    box-shadow: inset 0 -6px 0 0 #141D48;
}

.slideimg-container .icn {
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 100px;
    margin-top: -50px;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    color: #CDCDCD;
    font-size: 42px;
    line-height: 100px;
}

.slideimg-container .icn:hover {
    color: #141D48;
}

.slideimg-container .ion-ios-arrow-left {
    left: -60px;
}

.slideimg-container .ion-ios-arrow-right {
    right: -60px;
}

.slideimg-container .slider-wrapper {
    display: block;
    overflow: hidden;
    width: 266px;
    height: inherit;
    margin: 0 auto;
    white-space: nowrap;
}

.slideimg-container .slider-wrapper .offset {
    width: 798px;
    height: inherit;
    margin: 0 0 0 -266px;
}

.slideimg-container .slider00 {
    background: url(/resource/imgs/page/app/slider/00.jpg?v=1) no-repeat;
    background-position: right 0 bottom 5px;
    background-size: 265px 465px;
}

.slideimg-container .slider01 {
    background: url(/resource/imgs/page/app/slider/01.jpg?v=1) no-repeat;
    background-position: right 0 bottom 5px;
    background-size: 265px 465px;
}

.slideimg-container .slider02 {
    background: url(/resource/imgs/page/app/slider/02.jpg?v=1) no-repeat;
    background-position: right 0 bottom 5px;
    background-size: 265px 465px;
}

.slideimg-container .slider03 {
    background: url(/resource/imgs/page/app/slider/03.jpg?v=1) no-repeat;
    background-position: right 0 bottom 5px;
    background-size: 265px 465px;
}

.slideimg-container .slider04 {
    background: url(/resource/imgs/page/app/slider/04.jpg?v=1) no-repeat;
    background-position: right 0 bottom 5px;
    background-size: 265px 465px;
}

.list-complete-item {
    display: inline-block;
    width: 265px;
    height: inherit;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    vertical-align: top;
    opacity: 1;
    border: 1px solid transparent;
}

.list-complete-item.effect {
    width: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}


/* Enter and leave animations can use different */


/* durations and timing functions.              */

.slide-fade-enter-active {
    -webkit-transition: all 0.6s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.6s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-leave-active {
    -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
    opacity: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.event-banner {
    overflow: hidden;
    background: url(/resource/imgs/page/event/banner.jpg) center center no-repeat;
    background-size: cover;
}

.event-banner .inner-banner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3D(-50%, -50%, 0);
}

.event-banner .inner-banner.fadein {
    top: 50%;
}

.event-content {
    padding: 30px 0 0;
}

@media (min-width: 761px) {
    .event-content .slick-arrow {
        transition-duration: 2s;
        transition-timing-function: cubic-bezier(0.14, 1.07, 0, 0.96);
    }
    .event-content:not(:hover) .slick-arrow {
        opacity: 0;
        transition-timing-function: cubic-bezier(1, 0.04, 1, 0.36);
    }
}

.event-content .legend-space {
    margin: 0;
}

a.event-more {
    height: 24px;
    padding: 0 7px;
    text-decoration: none;
    color: #1DCE74;
    border: 1px solid #1DCE74;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
}

a.event-more:hover,
a.event-more:focus {
    background: #1DCE74;
    color: #fff;
    outline: none;
}

.event-cards {
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    vertical-align: top;
    opacity: 1;
    border: 1px solid transparent;
    font-size: 0;
}

.event-cards.effect {
    width: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

.event-cards .event-card {
    color: #333;
    text-decoration: none;
    transition: color .2s;
}

@media (min-width: 761px) {
    .event-cards .event-card {
        max-width: 296px;
    }
    .event-cards .event-card:not(:last-child) {
        margin-right: .5%;
    }
}

.event-cards .event-card:hover,
.event-cards .event-card:focus {
    color: #1DCE74;
    outline: none;
}

.event-cards .event-card:hover .card-img,
.event-cards .event-card:focus .card-img {
    transform: scale(1.2);
}

@media (max-width: 760px) {
    .event-cards .card-txt {
        text-align: center;
        text-align-last: center;
    }
}

.event-cards .title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.event-cards .card-img-cnt {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.event-cards .card-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform 1.2s;
}

@media (max-width: 760px) {
    .event-cards .card-img {
        object-fit: contain;
    }
}

.event-cards .card-type {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 16px;
    opacity: .5;
    color: #fff;
    border-bottom-right-radius: 10px;
    background: #333;
    font-size: 14px;
    line-height: 20px;
}

.card-tag {
    height: 20px;
    margin-right: 10px;
    margin-bottom: 3px;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
}

.card-tag.normal {
    color: #fff;
    border: 1px solid transparent;
    background: #1DCE74;
}

.card-tag.with-border {
    color: #333;
    border: 1px solid #999;
}

.card-tag.oing {
    color: #fff;
    border: 1px solid transparent;
    background: #FC9537;
}

.event-card {
    position: relative;
    width: 100%;
    transition: width .2s;
}

@media (min-width: 601px) {
    .event-card {
        width: 49%;
    }
}

@media (min-width: 761px) {
    .event-card {
        width: 33%;
    }
}

#events-container {
    margin-bottom: 80px;
}

.transition-op {
    transition: opacity .5s;
    will-change: opacity;
}

.op-0 {
    opacity: 0;
}

.op-10 {
    opacity: 1;
}

.holder-mod {
    color: #eaeaea !important;
    border-color: #eaeaea !important;
    background: #eaeaea !important;
    width: 60% !important;
    border-radius: 4px !important;
}

.common-holder {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    animation: bling infinite 2s;
}

@keyframes bling {
    50% {
        opacity: .6;
    }
}

.event-card-holder {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    animation: bling infinite 2s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAF7CAYAAACKFUXeAAAgAElEQVR4Xu3bYW8cZbaF0TJyYimCyEDygfn/v22QSAAroEhOLPqqzZAJDIyqQ9/pques+dxp1177rZP3xMzV4XA4LP5HgAABAgQIECBAgAABAuMEriyE4zoXmAABAgQIECBAgAABAo8CFkIHgQABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECFkJngAABAgQIECBAgAABAkMFLIRDixebAAECBAgQIECAAAECV999990Bw+UFXr58efmH8AQECBAgQIAAAQIEYgIPDw/Lzz//vLx//z6W7NPiPHnyZPn888+X6+vrxy+wEH6a49n/lIXw7KS+kAABAgQIECBAYLjAcRn88ccfhyv8efwvv/zycSm0EG7keFgIN1KExyBAgAABAgQIEMgI3N3d+c3gX7R5/E3h7e2thXArp91CuJUmPAcBAgQIECBAgEBF4NWrV5Uo/y85jjuI3xD+v9Ce/qUWwtPN/AkCBAgQIECAAAEC/03AQvjfz4eFcEPvj4VwQ2V4FAIECBAgQIAAgYSAhdBCuJuDbCHcTVUelAABAgQIECBAYCcCFkIL4U6O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);
    min-height: 379px;
}

.event-title-holder {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    animation: bling infinite 2s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhwAAAAqCAYAAAD4QoLlAAACf0lEQVR4Xu3ZoY6EQBRE0dcJYDD8/ycOpg2GJukNft1sqT3jh0pOnriBNuecz/PUdV01xqg5Z/kRIECAAAECBL4RaK3Vuq6173sty1JtjDF770LjG1X/JUCAAAECBH4VeMPjOI5qvfd53zcmAgQIECBAgEBEYNu2aud5vl9VIgMeSoAAAQIECBB433K0z+ejNtwCAQIECBAgEBUQHFFeDydAgAABAgReAcHhDggQIECAAIG4gOCIExsgQIAAAQIEBIcbIECAAAECBOICgiNObIAAAQIECBAQHG6AAAECBAgQiAsIjjixAQIECBAgQEBwuAECBAgQIEAgLiA44sQGCBAgQIAAAcHhBggQIECAAIG4gOCIExsgQIAAAQIEBIcbIECAAAECBOICgiNObIAAAQIECBAQHG6AAAECBAgQiAsIjjixAQIECBAgQEBwuAECBAgQIEAgLiA44sQGCBAgQIAAAcHhBggQIECAAIG4gOCIExsgQIAAAQIEBIcbIECAAAECBOICgiNObIAAAQIECBAQHG6AAAECBAgQiAsIjjixAQIECBAgQEBwuAECBAgQIEAgLiA44sQGCBAgQIAAAcHhBggQIECAAIG4gOCIExsgQIAAAQIEBIcbIECAAAECBOICgiNObIAAAQIECBAQHG6AAAECBAgQiAsIjjixAQIECBAgQEBwuAECBAgQIEAgLiA44sQGCBAgQIAAgXae55xzkiBAgAABAgQIRARaa9V67/O+78iAhxIgQIAAAQIEtm2rNsaYvffylsNBECBAgAABAn8t8L7dOI6j2vs95Xmeuq6rxhjC46+lPY8AAQIECPxDgTc01nWtfd9rWZb6Ad4Mzjv5gScHAAAAAElFTkSuQmCC);
    min-height: 42px;
}

.event-sub-holder {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    animation: bling infinite 2s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAASCAYAAADbo8kDAAAAqklEQVRYR+3YMQoFIQwE0ATUxsb7H1GbNDZGyOLC/8Wy3ZJU4wEy8AhChs3M9t405yRVJTMjvO8CzEw5Z6q1UkqJWFVNRAD83fZ1wgFvrRGLiK21nGIw9giUUojHGOf3gIijwNlq7r1D2RH5NxrQAcgnAtCADhIIisFGAzpIICgGGw3oIIGgGGw0oIMEgmJwggdA3yc4SiV/6btUQk3qC/2vSVH8+0A/i/8LG3l0a74PzYoAAAAASUVORK5CYII=);
    width: 90px;
    min-height: 18px;
}

.event-content-holder {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    animation: bling infinite 2s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAEECAYAAABwYfrKAAAVYElEQVR4Xu3d3W4aWRoF0FMSIFtYMpbg/d8PnAQlhiQu5DMqqzOT/hmrSAeqXHu11HfExV77u9nCMs2HDx9q8R8BAgQIECBAgAABAgQIxAk0tVaDMK52gQkQIECAAAECBAgQIFCKQegKCBAgQIAAAQIECBAgECpgEIYWLzYBAgQIECBAgAABAgQMQjdAgAABAgQIECBAgACBUAGDMLR4sQkQIECAAAECBAgQIGAQugECBAgQIECAAAECBAiEChiEocWLTYAAAQIECBAgQIAAAYPQDRAgQIAAAQIECBAgQCBUwCAMLV5sAgQIECBAgAABAgQIGIRugAABAgQIECBAgAABAqECBmFo8WITIECAAAECBAgQIEDAIHQDBAgQIECAAAECBAgQCBUwCEOLF5sAAQIECBAgQIAAAQIGoRsgQIAAAQIECBAgQIBAqIBBGFq82AQIECBAgAABAgQIEDAI3QABAgQIECBAgAABAgRCBQzC0OLFJkCAAAECBAgQIECAgEHoBggQIECAAAECBAgQIBAqYBCGFi82AQIECBAgQIAAAQIEDEI3QIAAAQIECBAgQIAAgVABgzC0eLEJECBAgAABAgQIECBgELoBAgQIECBAgAABAgQIhAoYhKHFi02AAAECBAgQIECAAAGD0A0QIECAAAECBAgQIEAgVMAgDC1ebAIECBAgQIAAAQIECBiEboAAAQIECBAgQIAAAQKhAgZhaPFiEyBAgAABAgQIECBAwCB0AwQIECBAgAABAgQIEAgVMAhDixebAAECBAgQIECAAAECBqEbIECAAAECBAgQIECAQKiAQRhavNgECBAgQIAAAQIECBAwCN0AAQIECBAgQIAAAQIEQgUMwtDixSZAgAABAgQIECBAgIBB6AYIECBAgAABAgQIECAQKmAQhhYvNgECBAgQIECAAAECBAxCN0CAAAECBAgQIECAAIFQAYMwtHixCRAgQIAAAQIECBAg8DoIT6dTORwOpW3bUmulQoAAAQIEIgWapinz+bwsl8sym80iDYQmQIAAgSyBpm3but/vDcGs3qUlQIAAgTcEumG4Wq2MQldCgAABApMXaPb7fX1+fp58UAEJECBAgMA5At0nhA8PD+f8E68lQIAAAQLvTqDZbrd+R/Td1eYNEyBAgMClBbpPCdfr9aUf4+cTIECAAIFBBQzCQfk9nAABAgTGLLDZbMb89rw3AgQIECDwrwUMwn9N6AcQIECAwFQFDMKpNisXAQIECPwQMAjdAgECBAgQ+D8CBqHTIECAAIGpCxiEU29YPgIECBD4ZQGD8Jfp/EMCBAgQeCcCBuE7KcrbJECAAIHrCxiE1zf3RAIECBC4rkCz2+2676a/7lM9jQABAgQIjFzAXxkdeUHeHgECBAj8FgHfQ/hbGP0QAgQIEJiawGKxKPf391OLJQ8BAgQIEPiTgEHoIAgQIECAwF8Euk8HV6tV6b6c3n8ECBAgQGDKAk33+6Kn06kcDofStm3x66NTrls2AgQIEHhLoBuC8/m8LJdLY9CpECBAgECEwOsgjEgqJAECBAgQIECAAAECBAj8ScAgdBAECBAgQIAAAQIECBAIFTAIQ4sXmwABAgQIECBAgAABAgahGyBAgAABAgQIECBAgECogEEYWrzYBAgQIECAAAECBAgQMAjdAAECBAgQIECAAAECBEIFDMLQ4sUmQIAAAQIECBAgQICAQegGCBAgQIAAAQIECBAgECpgEIYWLzYBAgQIECBAgAABAgQMQjdAgAABAgQIECBAgACBUAGDMLR4sQkQIECAAAECBAgQIGAQugECBAgQIECAAAECBAiEChiEocWLTYAAAQIECBAgQIAAAYPQDRAgQIAAAQIECBAgQCBUwCAMLV5sAgQIECBAgAABAgQIGIRugAABAgQIECBAgAABAqECBmFo8WITIECAAAECBAgQIEDAIHQDBAgQIECAAAECBAgQCBUwCEOLF5sAAQIECBAgQIAAAQIGoRsgQIAAAQIECBAgQIBAqIBBGFq82AQIECBAgAABAgQIEDAI3QABAgQIECBAgAABAgRCBQzC0OLFJkCAAAECBAgQIECAgEHoBggQIECAAAECBAgQIBAqYBCGFi82AQIECBAgQIAAAQIEDEI3QIAAAQIECBAgQIAAgVABgzC0eLEJECBAgAABAgQIECBgELoBAgQIECBAgAABAgQIhAoYhKHFi02AAAECBAgQIECAAAGD0A0QIECAAAECBAgQIEAgVMAgDC1ebAIECBAgQIAAAQIECBiEboAAAQIECBAgQIAAAQKhAgZhaPFiEyBAgAABAgQIECBA4HUQHo/H0v3f/VdrpUKAAAECBAgQIBAk0DRNmc/nZblcltlsFpRcVAIEmrZt636/NwTdAgECBAgQIEAgXKAbhqvVyigMvwPxswSax8fH+vLykpVaWgIECBAgQIAAgX8UWCwW5f7+ng4BAiECzW63635rNCSumAQIECBAgAABAm8JdJ8SrtdrSAQIhAg02+3WGgwpW0wCBAgQIECAQB+BzWbT52VeQ4DABAQMwgmUKAIBAgQIECBA4HcKGIS/U9PPIjBuAYNw3P14dwQIECBAgACBqwsYhFcn90ACgwkYhIPRezABAgQIECBAYJwCBuE4e/GuCFxCwCC8hKqfSYAAAQIECBB4xwIG4Tsuz1sncKaAvzJ6JpiXEyBAgAABAgSmLOCvjE65XdkI/F2g2e/39fn5mQ0BAgQIECBAgACB4nsIHQGBLIHmeDzWp6enrNTSEiBAgAABAgQI/E2g+3RwtVqV2WxGhwCBEIGm+1b60+lUDodDadu2+JL6kObFJECAAAECBAj8IdANwfl8XpbLpTHoKgiECbwOwrDM4hIgQIAAAQIECBAgQIBAKcUgdAYECBAgQIAAAQIECBAIFTAIQ4sXmwABAgQIECBAgAABAgahGyBAgAABAgQIECBAgECogEEYWrzYBAgQIECAAAECBAgQMAjdAAECBAgQIECAAAECBEIFDMLQ4sUmQIAAAQIECBAgQICAQegGCBAgQIAAAQIECBAgECpgEIYWLzYBAgQIECBAgAABAgQMQjdAgAABAgQIECBAgACBUAGDMLR4sQkQIECAAAECBAgQIGAQugECBAgQIECAAAECBAiEChiEocWLTYAAAQIECBAgQIAAAYPQDRAgQIAAAQIECBAgQCBUwCAMLV5sAgQIECBAgAABAgQIGIRugAABAgQIECBAgAABAqECBmFo8WITIECAAAECBAgQIEDAIHQDBAgQIECAAAECBAgQCBUwCEOLF5sAAQIECBAgQIAAAQIGoRsgQIAAAQIECBAgQIBAqIBBGFq82AQIECBAgAABAgQIEDAI3QABAgQIECBAgAABAgRCBQzC0OLFJkCAAAECBAgQIECAgEHoBggQIECAAAECBAgQIBAqYBCGFi82AQIECBAgQIAAAQIEDEI3QIAAAQIECBAgQIAAgVABgzC0eLEJECBAgAABAgQIECBgELoBAgQIECBAgAABAgQIhAoYhKHFi02AAAECBAgQIECAAAGD0A0QIECAAAECBAgQIEAgVMAgDC1ebAIECBAgQIAAAQIECBiEboAAAQIECBAgQIAAAQKhAgZhaPFiEyBAgAABAgQIECBA4HUQnk6ncjgcStu2pdZK5YICTdOU+Xxelstlmc1mF3ySH02AAAECBAgQIECAAIG3BZq2beunT584XVmgG4ar1coovLK7xxEgQIAAAQIECBAg8D+B5vHxsb68vDAZQGCxWJT7+/sBnuyRBAgQIECAAAECBAgQKKXZ7Xbdb42yGECg+5RwvV4P8GSPJECAAAECBAgQIECAQCnNdru1Bge8hM1mM+DTPZoAAQIECBAgQIAAgWQBg3Dg9g3CgQvweAIECBAgQIAAAQLBAgbhwOUbhAMX4PEECBAgQIAAAQIEggUMwoHLNwgHLsDjCRAgQIAAAQIECAQLGIQDl28QDlyAxxMgQIAAAQIECBAIFvBXRgcs318ZHRDfowkQIECAAAECBAgQKM1+v6/Pz88oBhDwPYQDoHskAQIECBAgQIAAAQL/FWjatq37/b74LsLrXkX36eBqtSqz2ey6D/Y0AgQIECBAgAABAgQI/CHQdN9KfzqdyuFwKG3bGoYXPo1uCM7n87JcLo3BC1v78QQIECBAgAABAgQIvC3wOgghESBAgAABAgQIECBAgECegEGY17nEBAgQIECAAAECBAgQeBUwCB0CAQIECBAgQIAAAQIEQgUMwtDixSZAgAABAgQIECBAgIBB6AYIECBAgAABAgQIECAQKmAQhhYvNgECBAgQIECAAAECBAxCN0CAAAECBAgQIECAAIFQAYMwtHixCRAgQIAAAQIECBAgYBC6AQIECBAgQIAAAQIECIQKGIShxYtNgAABAgQIECBAgAABg9ANECBAgAABAgQIECBAIFTAIAwtXmwCBAgQIECAAAECBAgYhG6AAAECBAgQIECAAAECoQIGYWjxYhMgQIAAAQIECBAgQMAgdAMECBAgQIAAAQIECBAIFTAIQ4sXmwABAgQIECBAgAABAgahGyBAgAABAgQIECBAgECogEEYWrzYBAgQIECAAAECBAgQMAjdAAECBAgQIECAAAECBEIFDMLQ4sUmQIAAAQIECBAgQICAQegGCBAgQIAAAQIECBAgECpgEIYWLzYBAgQIECBAgAABAgQMQjdAgAABAgQIECBAgACBUAGDMLR4sQkQIECAAAECBAgQIGAQugECBAgQIECAAAECBAiEChiEocWLTYAAAQIECBAgQIAAAYPQDRAgQIAAAQIECBAgQCBUwCAMLV5sAgQIECBAgAABAgQIGIRugAABAgQIECBAgAABAqECBmFo8WITIECAAAECBAgQIEDAIHQDBAgQIECAAAECBAgQCBUwCEOLF5sAAQIECBAgQIAAAQIGoRsgQIAAAQIECBAgQIBAqMDrIPzy5Uv5/v17qbWGMohNgAABAgQIECBAgACB9y+w2WzOCtEcj8f69PR01j/yYgIECBAgQIAAAQIECBAYn8DZg3C323UfEo4viXdEgAABAgQIECBAgAABAmcJnD0It9utNXgWsRcTIECAAAECBAgQIEBgnAIG4Th78a4IECBAgAABAgQIECBwcQGD8OLEHkCAAAECBAgQIECAAIFxChiE4+zFuyJAgAABAgQIECBAgMDFBQzCixN7AAECBAgQIECAAAECBMYpYBCOsxfvigABAgQIECBAgAABAhcXMAgvTuwBBAgQIECAAAECBAgQGKfA2YPw48eP9XQ6jTONd0WAAAECBAgQIECAAAECvQXW63Vpmqb365vPnz/Xb9++9f4HXkiAAAECBAgQIECAAAEC4xQ4+xPCWmv9+vVr6UahTwrHWap3RYAAAQIECBAgQIAAgT4CvzQI+/xgryFAgAABAgQIECBAgACBaQk03SeE04okDQECBAgQIECAAAECBAj0ETAI+yh5DQECBAgQIECAAAECBCYoYBBOsFSRCBAgQIAAAQIECBAg0EfAIOyj5DUECBAgQIAAAQIECBCYoIBBOMFSRSJAgAABAgQIECBAgEAfAYOwj5LXECBAgAABAgQIECBAYIICBuEESxWJAAECBAgQIECAAAECfQQMwj5KXkOAAAECBAgQIECAAIEJChiEEyxVJAIECBAgQIAAAQIECPQRMAj7KHkNAQIECBAgQIAAAQIEJihgEE6wVJEIECBAgAABAgQIECDQR8Ag7KPkNQQIECBAgAABAgQIEJiggEE4wVJFIkCAAAECBAgQIECAQB8Bg7CPktcQIECAAAECBAgQIEBgggIG4QRLFYkAAQIECBAgQIAAAQJ9BAzCPkpeQ4AAAQIECBAgQIAAgQkKGIQTLFUkAgQIECBAgAABAgQI9BEwCPsoeQ0BAgQIECBAgAABAgQmKGAQTrBUkQgQIECAAAECBAgQINBHwCDso+Q1BAgQIECAAAECBAgQmKCAQTjBUkUiQIAAAQIECBAgQIBAHwGDsI+S1xAgQIAAAQIECBAgQGCCAs12u60TzCUSAQIECPyDwGw2Kzc3N+X29pYPAQIECBAgQKAYhI6AAAECgQJ3d3dGYWDvIhMgQIAAgb8KGIRuggABAoEC3SeFDw8PgclFJkCAAAECBH4WMAjdAwECBEIFNptNaHKxCRAgQIAAgR8CBqFbIECAQKiAQRhavNgECBAgQOAnAYPQORAgQCBUwCAMLV5sAgQIECBgELoBAgQIEDAI3QABAgQIECDgE0I3QIAAgVABgzC0eLEJECBAgIBPCN0AAQIECBiEboAAAQIECBDwCaEbIECAQKiAQRhavNgECBAgQMAnhG6AAAEC2QK+hzC7f+kJECBAgMAPAZ8QugUCBAgECtzd3ZXb29vA5CITIECAAAECPwsYhO6BAAECQQLdJ4M3NzfGYFDnohIgQIAAgbcEmlprRUSAAAECBAgQIECAAAECeQIGYV7nEhMgQIAAAQIECBAgQOBVwCB0CAQIECBAgAABAgQIEAgVMAhDixebAAECBAgQIECAAAECBqEbIECAAAECBAgQIECAQKiAQRhavNgECBAgQIAAAQIECBAwCN0AAQIECBAgQIAAAQIEQgUMwtDixSZAgAABAgQIECBAgIBB6AYIECBAgAABAgQIECAQKmAQhhYvNgECBAgQIECAAAECBAxCN0CAAAECBAgQIECAAIFQAYMwtHixCRAgQIAAAQIECBAgYBC6AQIECBAgQIAAAQIECIQKGIShxYtNgAABAgQIECBAgAABg9ANECBAgAABAgQIECBAIFTAIAwtXmwCBAgQIECAAAECBAgYhG6AAAECBAgQIECAAAECoQIGYWjxYhMgQIAAAQIECBAgQMAgdAMECBAgQIAAAQIECBAIFTAIQ4sXmwABAgQIECBAgAABAgahGyBAgAABAgQIECBAgECogEEYWrzYBAgQIECAAAECBAgQMAjdAAECBAgQIECAAAECBEIFDMLQ4sUmQIAAAQIECBAgQICAQegGCBAgQIAAAQIECBAgECpgEIYWLzYBAgQIECBAgAABAgQMQjdAgAABAgQIECBAgACBUAGDMLR4sQkQIECAAAECBAgQIGAQugECBAgQIECAAAECBAiEChiEocWLTYAAAQIECBAgQIAAAYPQDRAgQIAAAQIECBAgQCBUwCAMLV5sAgQIECBAgAABAgQIGIRugAABAgQIECBAgAABAqECBmFo8WITIECAAAECBAgQIEDAIHQDBAgQIECAAAECBAgQCBX4DxyIq/vSG4KbAAAAAElFTkSuQmCC);
    min-height: 260px;
}

.event-item-holder {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    animation: bling infinite 2s;
    background-image: url(data:image/png;base64,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);
    background-repeat: repeat-y;
    background-size: 630px 153px;
    min-height: 308px;
}

.help-bg {
    padding: 10px 0 0;
    background: #F8F8F8;
}

.help-banner {
    overflow: hidden;
    background: url(/resource/imgs/page/help/banner.gif) center center no-repeat;
    background-size: cover;
}

.help-container {
    max-width: 930px;
    margin: 0 auto;
    padding: 10px 0 270px;
    background: #fff;
}

.help-nav {
    width: 124px;
}

.help-nav .group {
    height: 50px;
    margin: 0;
    color: #333;
    background: #D8D8D8;
    font-size: 16px;
    line-height: 50px;
}

.help-nav .group-link {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
    font-size: 20px;
    line-height: 40px;
}

.help-nav .group-link li {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #333333;
    background: #ECECEC;
    font-size: 16px;
}

.help-nav .group-link li:hover,
.help-nav .group-link li.active {
    color: #fff;
    background: #00a954;
}

.help-content {
    padding: 30px 20px 0;
}

.help-content h1 {
    margin: 0 0 12px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.help-content h1>p {
    margin: 0 0 20px;
    font-size: 14px;
}

.help-content p,
.help-content li {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: initial;
    word-break: break-all;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.help-content img {
    max-width: 766px;
}

.help-content ol {
    margin: 0 0 20px;
    padding: 0 0 0 1em;
    list-style-type: none;
    counter-reset: sectioncounter;
}

.help-content ol li {
    margin-bottom: 1em;
}

.help-content ol li:before {
    margin: 0 0 0 -1.1em;
    content: counter(sectioncounter) ") ";
    counter-increment: sectioncounter;
}

.help-content ol ol {
    counter-reset: counter;
}

.help-content ol ol li:before {
    content: counter(counter) ". ";
    counter-increment: counter;
}

.help-content ol p {
    padding: 0 0 0 1em;
}

.help-content ol ol {
    margin: 10px 0;
}

.help-content table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ddd;
    line-height: 30px;
}

.help-content table th {
    text-align: center;
    font-size: 16px;
}

.help-content table td {
    padding: 0 1em;
    font-size: 14px;
}

.index-banner {
    overflow: hidden;
    height: auto !important;
    font-size: 0;
}

.index-banner .inner-banner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}

.index-banner .inner-banner.fadein {
    top: 30%;
}

.h5_video {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}

.h5_video.before-enter {
    height: 670px;
    opacity: 0;
}

.vedio-play {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
}

.vedio-play .vedio-tip {
    width: 55%;
    height: 30%;
    margin: auto;
    margin-top: 20%;
    background: url('/resource/imgs/page/index/tip.svg?v=1') no-repeat;
    background-size: 100% 100%;
}

.vedio-play .continue-play {
    width: 56px;
    height: 56px;
    margin: auto;
    cursor: pointer;
    background: url('/resource/imgs/page/index/continue_play.svg') no-repeat;
    background-size: 100% 100%;
}

.index-step,
.ponycar-go,
.ponycar-news {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 0;
}

.index-step {
    min-height: 320px;
    padding: 104px 0 0;
    background-image: url('/resource/imgs/page/index/step.svg');
    background-repeat: no-repeat;
    background-position: 2% 0;
    font-size: 0;
}

.index-step .step {
    width: 100%;
    -webkit-transition: width .2s;
    transition: width .2s;
    color: #666;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 12px;
}

@media (min-width: 400px) {
    .index-step .step {
        width: 50%;
    }
}

@media (min-width: 564px) {
    .index-step .step {
        width: 33.3%;
    }
}

@media (min-width: 752px) {
    .index-step .step {
        width: 25%;
    }
}

.index-step .content-wrapper {
    width: 126px;
    height: 188px;
    margin: 0 auto;
    padding: 44px 0 0;
}

.index-step .step-title {
    display: block;
    margin: 0 0 10px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.index-step .step-desc {
    line-height: 18px;
}

.index-step .step-01 {
    background-image: url('/resource/imgs/page/index/step01.svg');
}

.index-step .step-02 {
    background-image: url('/resource/imgs/page/index/step02.svg');
}

.index-step .step-03 {
    background-image: url('/resource/imgs/page/index/step03.svg');
}

.index-step .step-04 {
    background-image: url('/resource/imgs/page/index/step04.svg');
}

.ponycar-go {
    padding: 60px 0 0;
    color: #FFF;
    background-image: url('/resource/imgs/page/index/ponycargo.svg');
    background-repeat: no-repeat;
    background-position: 2% 0;
}

.ponycar-go .offset {
    width: 100%;
    height: 330px;
    margin: 0 auto;
    padding: 5px;
    -webkit-transition: width .2s;
    transition: width .2s;
}

@media (min-width: 600px) {
    .ponycar-go .offset {
        width: 50%;
    }
}

.ponycar-go .type {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #FFF;
    background: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ponycar-go .type:hover .mask-z1 {
    opacity: 1;
    /* IE 8 */
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
}

.ponycar-go .type:hover .mask-z2 {
    opacity: 0;
    /* IE 8 */
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
}

.ponycar-go .type-01 {
    background-image: url('/resource/imgs/page/index/type01.jpg');
}

.ponycar-go .type-02 {
    background-image: url('/resource/imgs/page/index/type02.jpg');
}

.ponycar-go .type-03 {
    background-image: url('/resource/imgs/page/index/type03.jpg');
}

.ponycar-go .type-04 {
    background-image: url('/resource/imgs/page/index/type04.jpg');
}

.ponycar-go .mask {
    width: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-size: 16px;
}

.ponycar-go .mask-z1 {
    position: relative;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
}

.ponycar-go .mask-z2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}

.ponycar-go .center-wrapper {
    position: absolute;
    /*
            * To make the transform-origin be the middle of
            * the object.    Note: These numbers
            * are approximations.  For more accurate results,
            * use Internet Explorer with this tool.
            */
    top: 50%;
    left: 50%;
    width: 120px;
    height: 72px;
    padding: 16px 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    border: 1px solid #FFF;
    line-height: 20px;
}

.ponycar-go .name,
.ponycar-go .price {
    margin: 0;
    padding: 0 18px;
    font-weight: normal;
}

.ponycar-go .name {
    margin: 26px 0 14px;
    font-size: 20px;
    line-height: 24px;
}

.ponycar-go .price {
    height: 46px;
    background: #1b9157;
    line-height: 46px;
}

.ponycar-go .price-deep {
    background: rgba(29, 206, 116, 0.7);
}

#newsCard {
    position: relative;
    height: 405px;
    white-space: nowrap;
}

.ponycar-news {
    position: relative;
    margin-top: 34px;
    padding: 60px 0 0;
    color: #FFF;
    background-image: url('/resource/imgs/page/index/ponycarnews.svg?t=1');
    background-repeat: no-repeat;
    background-position: 2% 0;
}

.ponycar-news .event-cards {
    position: relative;
}

@media (min-width: 761px) {
    .ponycar-news .event-cards .event-card:not(:last-child) {
        margin-right: .23%;
    }
}

.ponycar-news .ponycar-news-more {
    position: absolute;
    top: 34px;
    right: 5px;
    display: inline-block;
}

.ponycar-news .slick-list {
    padding-left: 1px;
}

.qr-container {
    max-width: 580px;
    margin: 80px auto;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

@media (min-width: 600px) {
    .qr-container {
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify;
    }
}

.quick-qr {
    margin: 58px 0 80px;
}

.quick-qr .qr {
    border: 1px solid #00a954;
}

.quick-qr .qr-desc {
    margin: 14px 0 0;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    color: #333;
    font-size: 22px;
    line-height: 24px;
}

.card-tag-cnt {
    white-space: normal;
    height: 20px;
    overflow: hidden;
}

.map-container {
    margin: 38px 0 200px;
}

.area-wrapper {
    margin: 0 0 26px 589px;
}

.area-wrapper .split {
    height: 1px;
    margin: 12px 0 5px;
    border: none;
    background: #DEDEDE;
}

.area-wrapper .city {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
}

.area-wrapper .district {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}

.area-wrapper .active {
    color: #8FC31F;
}

.area-wrapper li {
    position: relative;
    color: #333333;
}

.area-wrapper .sub-split {
    padding: 0 2em 0 0;
}

.area-wrapper .sub-split:after {
    position: absolute;
    top: 10%;
    right: 1em;
    width: 1px;
    height: 80%;
    content: '';
    background: #DEDEDE;
}

.map-nav {
    width: 589px;
}

#nav_bmap {
    width: 0;
    -webkit-transition: width .5s;
    transition: width .5s;
}

#nav_bmap.open {
    width: 100%;
    padding: 0 30px;
}

#nav_bmap .point-name {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    line-height: 26px;
}

#nav_bmap .point-name span {
    color: #999;
}

#nav_bmap .point-name em {
    color: #8FC31E;
    font-weight: normal;
    font-style: normal;
}

#nav_bmap P {
    color: #999;
    font-size: 16px;
}

#nav_bmap .points .point-item {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    vertical-align: top;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

#b_map_container {
    width: 100%;
    height: 718px;
}

.partner-banner {
    overflow: hidden;
    background: url(/resource/imgs/page/partner/banner.jpg) center center no-repeat;
    background-size: cover;
}

.partner-content {
    max-width: 930px;
    margin: 40px auto;
    padding: 0 15px;
}

.partner-content .group-1 {
    margin: 0 0 40px;
}

.partner-content .group-1 p {
    font-size: 16px;
    line-height: 24px;
}

.partner-content .group-2 {
    margin: 0 0 65px;
}

.partner-content .group-3 {
    margin: 0 0 90px;
    text-align: center;
}

.partner-content .group-3 .highlight {
    margin: 0 0 10px;
    color: #00a954;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}

.partner-content .group-3 .welcome {
    margin: 0 0 10px;
    color: #666666;
    font-size: 20px;
    line-height: 28px;
}

.partner-content .group-3 .comp-item {
    display: block;
    margin: 0 0 10px;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.join-table {
    width: 100%;
    text-align: center;
    color: #333;
    border: 1px solid #979797;
    line-height: 60px;
}

.join-table th {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.join-table td {
    font-size: 16px;
}

.join-table td,
.join-table th {
    padding: 0;
}

.join-table hr {
    height: 0;
    margin: 0;
    border: none;
}

.service-banner {
    overflow: hidden;
    background: url(/resource/imgs/page/service/banner.jpg) center center no-repeat;
    background-size: cover;
}

.service-banner .inner-banner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3D(-50%, -50%, 0);
}

.service-banner .inner-banner.fadein {
    top: 50%;
}

.service-content {
    padding: 40px 0 82px;
}

.service-ways {
    font-size: 0;
}

.service-ways .offset {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    transition: width .2s;
}

@media (min-width: 600px) {
    .service-ways .offset {
        width: 50%;
    }
}

.service-ways .picture {
    margin: 0 auto;
}

.service-ways .bg01 {
    background-image: url(/resource/imgs/page/service/card/01.jpg);
}

.service-ways .bg02 {
    background-image: url(/resource/imgs/page/service/card/02.jpg);
}

.service-ways .bg03 {
    background-image: url(/resource/imgs/page/service/card/03.jpg);
}

.service-ways .bg04 {
    background-image: url(/resource/imgs/page/service/card/04.jpg);
}

.service-ways .card {
    overflow: hidden;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-ways p {
    margin: 10px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.service-ways .mask {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: background .2s;
    transition: background .2s;
    background: rgba(0, 0, 0, 0.3);
}

.service-ways .mask:hover {
    background: rgba(0, 169, 84, 0.5);
}

.service-ways .float-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3D(-50%, -50%, 0);
}

.vip-table {
    width: 100%;
    margin: 77px 0 20px;
    text-align: center;
    color: #333;
    border: 1px solid #979797;
    font-size: 16px;
    line-height: 58px;
}

.vip-table th {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.vip-table td,
.vip-table th {
    padding: 0;
}

.form-legend h1 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 18px;
}

.form-legend p {
    margin: 0 0 17px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.service-form .input-wrapper {
    position: relative;
    width: 96%;
    height: 50px;
    margin: 10px 2%;
    line-height: 50px;
}

@media (min-width: 768px) {
    .service-form .input-wrapper {
        width: 46%;
        margin: 10px auto;
    }
}

.service-form .illusion {
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 0 0 1em;
    color: #666666;
    background: #F2F2F2;
    font-size: 14px;
    line-height: 50px;
}

.service-form .filed {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 0 1em 0 8em;
    -webkit-transition: border 0.2s, box-shadow 0.2s;
    -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    color: #000;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    background: transparent;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
    font-size: 14px;
}

.service-form .filed:hover {
    border: 1px solid #00a954;
}

.service-form .filed:not([readonly]):focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.service-form .error {
    -webkit-animation: invalid 0.2s ease-in-out 2;
    animation: invalid 0.2s ease-in-out 2;
    border: 1px solid red;
}

.service-form .error:hover {
    border: 1px solid red;
}

.service-form .for-radio {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 33%;
    margin: 0;
    padding: 0 0 0 1.8em;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.service-form .for-radio:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transition: border .1s;
    transition: border .1s;
    border: 2px solid #979797;
    border-radius: 50%;
}

.service-form .for-radio-no {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 33%;
    margin: 0;
    padding: 0 0 0 0;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.service-form .f-radio:checked+.for-radio:before {
    border: 4px solid #00a954;
}

#submit {
    width: 40%;
    min-width: 250px;
    max-width: 340px;
    height: 40px;
    margin: 20px auto 0;
    padding: 0;
    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    background: #00a954;
    font-size: 18px;
    line-height: 40px;
}

@-webkit-keyframes invalid {
    from {
        -webkit-transform: perspective(100vh) rotateY(0deg);
        transform: perspective(100vh) rotateY(0deg);
    }
    25% {
        -webkit-transform: perspective(150vh) rotateY(10deg);
        transform: perspective(150vh) rotateY(10deg);
    }
    50% {
        -webkit-transform: perspective(100vh) rotateY(0deg);
        transform: perspective(100vh) rotateY(0deg);
    }
    75% {
        -webkit-transform: perspective(150vh) rotateY(-10deg);
        transform: perspective(150vh) rotateY(-10deg);
    }
    to {
        -webkit-transform: perspective(150vh) rotateY(0deg);
        transform: perspective(150vh) rotateY(0deg);
    }
}

@keyframes invalid {
    from {
        -webkit-transform: perspective(100vh) rotateY(0deg);
        transform: perspective(100vh) rotateY(0deg);
    }
    25% {
        -webkit-transform: perspective(150vh) rotateY(10deg);
        transform: perspective(150vh) rotateY(10deg);
    }
    50% {
        -webkit-transform: perspective(100vh) rotateY(0deg);
        transform: perspective(100vh) rotateY(0deg);
    }
    75% {
        -webkit-transform: perspective(150vh) rotateY(-10deg);
        transform: perspective(150vh) rotateY(-10deg);
    }
    to {
        -webkit-transform: perspective(150vh) rotateY(0deg);
        transform: perspective(150vh) rotateY(0deg);
    }
}

.d-price {
    height: 40px;
    padding-top: 10px;
    color: #1DCE74;
    font-size: 20px;
    line-height: 30px;
}

.o-price {
    height: 40px;
    padding-bottom: 10px;
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.vip-service {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.vip-service .vip-tel {
    text-decoration: none;
    color: #FE6666;
}

.vip-service .service-time {
    color: #FE6666;
    font-size: 12px;
}

.short-term-banner {
    overflow: hidden;
    background: url(/resource/imgs/page/short_term/banner.jpg) center center no-repeat;
    background-size: cover;
}

.short-term-banner .inner-banner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3D(-50%, -50%, 0);
}

.short-term-banner .inner-banner.fadein {
    top: 50%;
}

.short-term-banner .inner-banner .middle {
    width: 196px;
    padding: 50px 0 0;
}

@media (max-width: 760px) {
    .short-term-banner .inner-banner .middle {
        display: none;
    }
}

.short-term-banner .inner-banner .middle img {
    width: 196px;
    height: 196px;
}

.short-term-banner .banner-ad {
    margin: 20px 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.short-term-row.with-bg {
    background: #F3F3F3;
}

.short-term-row .content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0 46px;
    font-size: 0;
}

.short-term-row .content .content-tab {
    width: 100%;
    margin: 0;
    cursor: pointer;
    border: 1px solid #979797;
    border-bottom: 0;
}

.short-term-row .content .content-tab .td-city {
    width: 25%;
    font-size: 16px;
}

.short-term-row .content .content-tab .td-city:not(:first-child) {
    border-left: 1px solid #979797;
}

.short-term-row .content .content-tab .p-border-right {
    border-right: 1px solid #979797;
}

.short-term-row .content .content-tab .td-city.p-toggle-active {
    color: #fff;
    background: #00a954;
}

.short-term-row .content .content-tab .td-city.p-toggle-active,
.short-term-row .content .content-tab .td-city.p-toggle-active+.td-city {
    border-left-color: #00a954;
}

.short-term-row .content .table-mt-1 {
    margin-top: 0px !important;
}

.short-term-row .content .tbody-hidden {
    display: none;
}

.short-term-row .content .car-tr {
    font-size: 14px;
    line-height: 1.7;
}

.short-term-row .content .price-detail {
    display: inline-block;
    width: 260px;
    padding: 10px 0;
    text-align: left;
    text-align-last: left;
    vertical-align: top;
}

@media (max-width: 425px) {
    .short-term-row .content .price-detail {
        width: 200px;
    }
}

.short-term-row .card,
.short-term-row .empty-card {
    width: 96%;
    margin: 6px 2%;
}

@media (min-width: 580px) {
    .short-term-row .card,
    .short-term-row .empty-card {
        width: 48%;
        margin: 6px 1%;
    }
}

@media (min-width: 768px) {
    .short-term-row .card,
    .short-term-row .empty-card {
        width: 32.4%;
        margin: 6px auto;
    }
}

.short-term-row .card {
    padding: 38px 10px 43px;
    -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, -webkit-box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.short-term-row .card:hover {
    /* Rectangle 8 Copy 3: */
    border: 1px solid #00a954;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.short-term-row .card .picture {
    width: auto;
    height: 180px;
}

.short-term-row .card .title {
    margin: 34px 0 10px;
    font-size: 18px;
    line-height: 18px;
}

.short-term-row .card .description {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}

.testimonials {
    font-size: 0;
}

.testimonials .col {
    width: 96%;
    margin: 0 2%;
}

@media (min-width: 580px) {
    .testimonials .col {
        width: 48%;
        margin: 0 1%;
    }
}

@media (min-width: 768px) {
    .testimonials .col {
        width: 31%;
        margin: 0 1%;
    }
}

.testimonials .picture {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.testimonials p {
    margin: 15px 0 0;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
}

.testimonials .slid-wrapper {
    position: relative;
    overflow: hidden;
}

.testimonials .slid-wrapper:hover .slider {
    bottom: 0;
}

.testimonials .slider {
    position: absolute;
    bottom: -60px;
    width: 100%;
    max-width: 280px;
    height: 60px;
    margin-left: 50%;
    -webkit-transition: bottom .2s;
    transition: bottom .2s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    line-height: 60px;
}